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/45.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/gun/45.json') diff --git a/json/items/gun/45.json b/json/items/gun/45.json index 4084f04..99aa47e 100644 --- a/json/items/gun/45.json +++ b/json/items/gun/45.json @@ -16,7 +16,7 @@ "symbol": "(", "color": "dark_gray", "ammo": "45", - "ranged_damage": { "damage_type": "stab", "amount": -1 }, + "ranged_damage": { "damage_type": "bullet", "amount": -1 }, "dispersion": 400, "durability": 9, "blackpowder_tolerance": 48, @@ -58,7 +58,7 @@ "color": "dark_gray", "ammo": "45", "skill": "smg", - "ranged_damage": { "damage_type": "stab", "amount": 1 }, + "ranged_damage": { "damage_type": "bullet", "amount": 1 }, "dispersion": 240, "durability": 8, "min_cycle_recoil": 540, -- cgit v1.2.1