From 618a6c701f38565eba5ab06d2b8a3765d0a3daf2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 May 2021 01:04:35 -0700 Subject: Resync item stats against bright nights Migrate custom g36 magazine to the new stock g36 magazine --- json/items/gun/000shot.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'json/items/gun/000shot.json') diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json index 29249d9..0cae47f 100644 --- a/json/items/gun/000shot.json +++ b/json/items/gun/000shot.json @@ -9,14 +9,15 @@ "volume": "2750 ml", "looks_like": "USAS_12", "price": 300000, + "price_postapoc": 8000, "to_hit": -1, "bashing": 12, "material": [ "steel", "plastic" ], "ranged_damage": 5, - "dispersion": 510, + "dispersion": 300, "durability": 8, "ammo": "000shot", - "barrel_length": "100 ml", + "barrel_length": "81 ml", "valid_mod_locations": [ [ "accessories", 2 ], [ "mechanism", 4 ], @@ -31,6 +32,6 @@ [ "underbarrel mount", 1 ] ], "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ], - "magazines": [ [ "000shot", [ "hk_caws_mag", "hk_caws_belt" ] ] ] + "magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ] } ] -- cgit v1.2.1