From 08753e2e1a88813f133e1cb411a27d1d7e4e85c6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Mar 2023 22:54:38 -0700 Subject: Port to DDA. --- json/items/gun/shot.json | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'json/items/gun/shot.json') 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" ] } + ] } ] -- cgit v1.2.1