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/ammo/46.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'json/items/ammo/46.json') diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json index e0dd5a7..0a21d61 100644 --- a/json/items/ammo/46.json +++ b/json/items/ammo/46.json @@ -17,7 +17,7 @@ "ammo_type": "46", "casing": "46mm_casing", "range": 14, - "damage": { "damage_type": "stab", "amount": 24, "armor_penetration": 24 }, + "damage": { "damage_type": "bullet", "amount": 24, "armor_penetration": 24 }, "dispersion": 40, "recoil": 90, "effects": [ "COOKOFF", "NEVER_MISFIRES" ] @@ -30,7 +30,7 @@ "description": "4.6x30mm ammunition with 31gr copper plated lead bullets. It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.", "proportional": { "price": 0.7, - "damage": { "damage_type": "stab", "amount": 0.9, "armor_penetration": 0.2 }, + "damage": { "damage_type": "bullet", "amount": 0.9, "armor_penetration": 0.2 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, @@ -44,7 +44,7 @@ "description": "4.6x30mm ammunition with 31gr copper plated lead bullets. It has low recoil, but no usual armor penetration due to using simple lead bullets rather than proper factory-made penetrator projectiles.", "proportional": { "price": 0.3, - "damage": { "damage_type": "stab", "amount": 0.46, "armor_penetration": 0.1 }, + "damage": { "damage_type": "bullet", "amount": 0.46, "armor_penetration": 0.1 }, "recoil": 0.46, "dispersion": 1.2 }, -- cgit v1.2.1