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 ++++--- json/items/gun/223.json | 3 +-- json/items/gun/9mm.json | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'json/items/gun') 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" ] ] ] } ] diff --git a/json/items/gun/223.json b/json/items/gun/223.json index b3418aa..9f4af57 100644 --- a/json/items/gun/223.json +++ b/json/items/gun/223.json @@ -19,7 +19,6 @@ "type": "GUN", "name": { "str": "H&K G36" }, "description": "Designed as a replacement for the early Heckler & Koch G3 battle rifle, the G36 is more accurate, and uses the much-lighter .223 round, allowing for a higher ammo capacity. It was later found to have problems overheating during prolonged firefights, and was phased out of active service in 2016.", - "built_in_mods": [ "folding_stock" ], - "magazines": [ [ "223", [ "hk_g36_mag", "stanag30", "stanag50", "survivor223mag" ] ] ] + "built_in_mods": [ "folding_stock" ] } ] diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json index b90ab7e..fb37fa6 100644 --- a/json/items/gun/9mm.json +++ b/json/items/gun/9mm.json @@ -11,6 +11,7 @@ "copy-from": "hk_mp5", "type": "GUN", "name": { "str": "H&K MP5A4", "str_pl": "H&K MP5A4" }, + "weight": "2540 g", "volume": "1750 ml" }, { @@ -18,6 +19,7 @@ "copy-from": "hk_mp5k", "type": "GUN", "name": { "str": "H&K MP5K-PDW", "str_pl": "H&K MP5K-PDW" }, + "weight": "2530 g", "volume": "1250 ml" } ] -- cgit v1.2.1