summaryrefslogtreecommitdiff
path: root/json/items/gun/000shot.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 17:22:59 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 17:22:59 -0800
commit556a034f178982b10ac0bd3aac2bc709d2cfd52b (patch)
tree740401fa64c36153ca4230155fa3b18b0b537d8a /json/items/gun/000shot.json
parentAdd the CAWS (diff)
downloadcataclysm-dda-mod_hk-loadout-556a034f178982b10ac0bd3aac2bc709d2cfd52b.tar.xz
Convert CAWS to 000 shot
Diffstat (limited to 'json/items/gun/000shot.json')
-rw-r--r--json/items/gun/000shot.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json
new file mode 100644
index 0000000..5f94707
--- /dev/null
+++ b/json/items/gun/000shot.json
@@ -0,0 +1,34 @@
+[
+ {
+ "id": "hk_caws",
+ "copy-from": "shotgun_base",
+ "type": "GUN",
+ "name": { "str": "H&K CAWS" },
+ "description": "The Heckler & Koch CAWS .",
+ "weight": "3700 g",
+ "volume": "2750 ml",
+ "looks_like": "USAS_12",
+ "price": 300000,
+ "to_hit": -1,
+ "bashing": 12,
+ "material": [ "steel", "plastic" ],
+ "ranged_damage": 5,
+ "dispersion": 510,
+ "durability": 8,
+ "barrel_length": "100 ml",
+ "valid_mod_locations": [
+ [ "accessories", 2 ],
+ [ "mechanism", 4 ],
+ [ "barrel", 1 ],
+ [ "sling", 1 ],
+ [ "muzzle", 1 ],
+ [ "grip", 1 ],
+ [ "brass catcher", 1 ],
+ [ "rail mount", 1 ],
+ [ "sights mount", 1 ],
+ [ "underbarrel mount", 1 ]
+ ],
+ "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ],
+ "magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ]
+ }
+]