summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-06 17:26:41 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-06 17:26:41 -0700
commit9f0eeaff51b64481dcf76207284dea81dead0533 (patch)
treec400e295154f071fdbdd06f1c8f13031580f0353
parentEntirely overwrite the m3_carlgustav to fix a vanilla copy-from error. (diff)
downloadcataclysm-bn-mod_packed-at4-9f0eeaff51b64481dcf76207284dea81dead0533.tar.xz
Convert anti-tank rounds to use armor_multiplier instead of an arbitrarily high armor pen.HEADmaster
-rw-r--r--json/items/ammo/66mm.json2
-rw-r--r--json/items/ammo/84x246mm.json2
2 files changed, 2 insertions, 2 deletions
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,
diff --git a/json/items/ammo/84x246mm.json b/json/items/ammo/84x246mm.json
index f088f5e..dcf7de8 100644
--- a/json/items/ammo/84x246mm.json
+++ b/json/items/ammo/84x246mm.json
@@ -14,7 +14,7 @@
"copy-from": "84x246mm_hedp",
"name": { "str": "84x246mm HEDP rocket" },
"weight": "440 g",
- "damage": { "damage_type": "bullet", "amount": 1000, "armor_penetration": 225 },
+ "damage": { "damage_type": "bullet", "amount": 1000, "armor_multiplier": 0.1 },
"effects": [ "COOKOFF", "EXPLOSIVE", "FRAG", "NEVER_MISFIRES" ]
},
{