diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-06 17:26:41 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-06 17:26:41 -0700 |
commit | 9f0eeaff51b64481dcf76207284dea81dead0533 (patch) | |
tree | c400e295154f071fdbdd06f1c8f13031580f0353 /json/items/ammo/84x246mm.json | |
parent | Entirely overwrite the m3_carlgustav to fix a vanilla copy-from error. (diff) | |
download | cataclysm-bn-mod_packed-at4-master.tar.xz |
Convert anti-tank rounds to use armor_multiplier instead of an arbitrarily high armor pen.HEADmaster
Diffstat (limited to 'json/items/ammo/84x246mm.json')
-rw-r--r-- | json/items/ammo/84x246mm.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] }, { |