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/473.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/ammo/473.json') diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json index b772a3c..a52d697 100644 --- a/json/items/ammo/473.json +++ b/json/items/ammo/473.json @@ -17,7 +17,7 @@ "stack_size": 100, "ammo_type": "473", "range": 36, - "damage": { "damage_type": "stab", "amount": 35, "armor_penetration": 10 }, + "damage": { "damage_type": "bullet", "amount": 35, "armor_penetration": 10 }, "dispersion": 25, "recoil": 1200, "effects": [ "NEVER_MISFIRES" ] @@ -28,7 +28,7 @@ "type": "AMMO", "name": { "str": "4.73x33mm, handmade" }, "description": "Handcrafted bootleg duplicates of 4.73x33mm caseless rounds. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.", - "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 }, + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } } -- cgit v1.2.1