summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-06 18:21:31 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-06 18:21:31 -0700
commit291164488df81a006ef08b2cae877f215ccf0cef (patch)
tree885b29269f07b4361698b5064177c812d21e0f62
parentTweak the ranges of shotgun shells. Also nerf the shotgun explosive. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-291164488df81a006ef08b2cae877f215ccf0cef.tar.xz
Convert atgm to use armor_multiplier.
-rw-r--r--json/items/ammo/atgm.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/ammo/atgm.json b/json/items/ammo/atgm.json
index 873a8db..2367c8a 100644
--- a/json/items/ammo/atgm.json
+++ b/json/items/ammo/atgm.json
@@ -4,6 +4,6 @@
"copy-from": "atgm_heat",
"type": "AMMO",
"name": { "str": "152mm ATGM HEAT" },
- "damage": { "damage_type": "stab", "amount": 2400, "armor_penetration": 600 }
+ "damage": { "damage_type": "stab", "amount": 2400, "armor_multiplier": 0.1 }
}
]