summaryrefslogtreecommitdiff
path: root/json/items/gun/shot.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/gun/shot.json')
-rw-r--r--json/items/gun/shot.json20
1 files changed, 13 insertions, 7 deletions
diff --git a/json/items/gun/shot.json b/json/items/gun/shot.json
index 0c1a329..6f366bb 100644
--- a/json/items/gun/shot.json
+++ b/json/items/gun/shot.json
@@ -2,21 +2,27 @@
{
"id": "hk_caws",
"copy-from": "shotgun_base",
+ "looks_like": "hk_g36",
"type": "GUN",
+ "reload_noise_volume": 10,
"name": { "str_sp": "H&K CAWS" },
"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",
+ "longest_side": "775 mm",
"price": 300000,
"price_postapoc": 8000,
"to_hit": -1,
"bashing": 12,
"material": [ "steel", "plastic" ],
- "ranged_damage": 5,
- "dispersion": 300,
- "durability": 8,
+ "ranged_damage": { "damage_type": "bullet", "amount": 5 },
+ "symbol": "(",
+ "color": "dark_gray",
"ammo": [ "shot" ],
+ "skill": "shotgun",
+ "dispersion": 350,
+ "durability": 8,
+ "modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 2 ] ],
"barrel_length": "81 ml",
"valid_mod_locations": [
[ "accessories", 2 ],
@@ -30,8 +36,8 @@
[ "sights mount", 1 ],
[ "underbarrel mount", 1 ]
],
- "magazine_well": "250 ml",
- "modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 2 ] ],
- "magazines": [ [ "shot", [ "hk_caws_mag" ] ] ]
+ "pocket_data": [
+ { "magazine_well": "250 ml", "pocket_type": "MAGAZINE_WELL", "item_restriction": [ "hk_caws_mag" ] }
+ ]
}
]