From 9f0eeaff51b64481dcf76207284dea81dead0533 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 6 Apr 2024 17:26:41 -0700 Subject: Convert anti-tank rounds to use armor_multiplier instead of an arbitrarily high armor pen. --- json/items/ammo/66mm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json/items/ammo/66mm.json') diff --git a/json/items/ammo/66mm.json b/json/items/ammo/66mm.json index 0d01ce0..de0cb76 100644 --- a/json/items/ammo/66mm.json +++ b/json/items/ammo/66mm.json @@ -13,7 +13,7 @@ "price_postapoc": 8000, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "ammo_type": "66mm", - "damage": { "damage_type": "stab", "amount": 2500, "armor_penetration": 400 }, + "damage": { "damage_type": "stab", "amount": 2500, "armor_multiplier": 0.1 }, "range": 80, "dispersion": 30, "recoil": 225, -- cgit v1.2.1