From 62eb9fda54d3ec8a1c16691fb945ef02ae77b683 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 Apr 2022 15:00:19 -0700 Subject: Rebalance 4.6mm FMJ and SHP. -Reduce armor penetration to 8 and 4, respectively. -Increase gunpowder/blackpowder usage for crafting FMJ to 5 and 8. --- json/items/ammo/46.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/ammo/46.json') diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json index 1144eb4..069de20 100644 --- a/json/items/ammo/46.json +++ b/json/items/ammo/46.json @@ -65,7 +65,7 @@ "dispersion": 1.1 }, "relative": { - "damage": { "damage_type": "bullet", "amount": 2, "armor_penetration": -8 }, + "damage": { "damage_type": "bullet", "amount": 2, "armor_penetration": -16 }, "range": 4 } }, @@ -111,7 +111,7 @@ "price": 0.8 }, "relative": { - "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": -16 } + "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": -20 } } }, { -- cgit v1.2.1