From 60f15cc59b888e9339548fc6ad016ab48d62fa8b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 21:29:49 -0700 Subject: More MP5 and USP9 magazines. Also optimizations and bugfixes. --- json/items/gun/shot.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'json/items/gun/shot.json') diff --git a/json/items/gun/shot.json b/json/items/gun/shot.json index 0c1a329..321c4c6 100644 --- a/json/items/gun/shot.json +++ b/json/items/gun/shot.json @@ -13,10 +13,11 @@ "to_hit": -1, "bashing": 12, "material": [ "steel", "plastic" ], - "ranged_damage": 5, - "dispersion": 300, - "durability": 8, + "ranged_damage": { "damage_type": "bullet", "amount": 5 }, "ammo": [ "shot" ], + "dispersion": 350, + "durability": 8, + "modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 2 ] ], "barrel_length": "81 ml", "valid_mod_locations": [ [ "accessories", 2 ], @@ -31,7 +32,6 @@ [ "underbarrel mount", 1 ] ], "magazine_well": "250 ml", - "modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 2 ] ], "magazines": [ [ "shot", [ "hk_caws_mag" ] ] ] } ] -- cgit v1.2.1