From 45cb674821073a55c764fc41b68c708c7be0e977 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 21 Apr 2022 11:08:40 -0700 Subject: Convert from stab to now-supported bullet damage. -Except for the 000 beanbag, which is now bashing. --- json/items/gun/46.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/gun/46.json') diff --git a/json/items/gun/46.json b/json/items/gun/46.json index ecd48ad..72d4f2e 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -16,7 +16,7 @@ "color": "light_gray", "ammo": [ "46" ], "skill": "pistol", - "ranged_damage": { "damage_type": "stab", "amount": -1 }, + "ranged_damage": { "damage_type": "bullet", "amount": -1 }, "dispersion": 410, "durability": 9, "min_cycle_recoil": 81 , @@ -44,7 +44,7 @@ "weight": "1960 g", "volume": "1000 ml", "bashing": 10, - "ranged_damage": { "damage_type": "stab", "amount": 1 }, + "ranged_damage": { "damage_type": "bullet", "amount": 1 }, "built_in_mods": [ "folding_stock" ], "magazines": [ [ "46", [ "hk46bigmag", "hk46midmag", "hk46mag" ] ] ] } -- cgit v1.2.1