summaryrefslogtreecommitdiff
path: root/json/items/gun/000shot.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-12 20:03:40 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-12 20:03:40 -0800
commit955a6e080d3c722bae4f7f8ed499c26c017ba2d5 (patch)
treeb690e88bd5f7c77bea3ba54376596a4cd685002c /json/items/gun/000shot.json
parentConvert krav maga additions to extend format instead of overwrite. (diff)
downloadcataclysm-dda-mod_hk-loadout-955a6e080d3c722bae4f7f8ed499c26c017ba2d5.tar.xz
G11 and CAWS are bullpup, so remove the stock gunmod slots.
Reduce G11 size by 250ml and give CAWS a half magazine well to compensate.
Diffstat (limited to 'json/items/gun/000shot.json')
-rw-r--r--json/items/gun/000shot.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json
index 8446bdb..cb0a6bd 100644
--- a/json/items/gun/000shot.json
+++ b/json/items/gun/000shot.json
@@ -4,7 +4,7 @@
"copy-from": "shotgun_base",
"type": "GUN",
"name": { "str": "H&K CAWS" },
- "description": "The Heckler & Koch CAWS was designed to fill the need for a high accuracy, short-range weapon with low recoil.",
+ "description": "The Heckler & Koch CAWS is a bullpup combat shotgun designed to fill the need for a high accuracy, short-range weapon with low recoil.",
"weight": "3700 g",
"volume": "2000 ml",
"looks_like": "hk_g36",
@@ -23,7 +23,6 @@
[ "mechanism", 4 ],
[ "barrel", 1 ],
[ "sling", 1 ],
- [ "stock", 1 ],
[ "muzzle", 1 ],
[ "grip", 1 ],
[ "brass catcher", 1 ],
@@ -31,6 +30,7 @@
[ "sights mount", 1 ],
[ "underbarrel mount", 1 ]
],
+ "magazine_well": "250 ml",
"modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 2 ] ],
"magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ]
}