summaryrefslogtreecommitdiff
path: root/json/items/ammo/atgm.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 09:44:36 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 09:44:36 -0800
commit8f410bf9594585c9140f5f5b99b7be24fb8deba3 (patch)
treeb592d15ed1ce0e3417e755ba30353fc0f35e8aaa /json/items/ammo/atgm.json
parentAdd blunderbuss rounds. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-8f410bf9594585c9140f5f5b99b7be24fb8deba3.tar.xz
Rebalance atgm, homemade-rocket, and rpg ammo.
Diffstat (limited to 'json/items/ammo/atgm.json')
-rw-r--r--json/items/ammo/atgm.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/json/items/ammo/atgm.json b/json/items/ammo/atgm.json
new file mode 100644
index 0000000..873a8db
--- /dev/null
+++ b/json/items/ammo/atgm.json
@@ -0,0 +1,9 @@
+[
+ {
+ "id": "atgm_heat",
+ "copy-from": "atgm_heat",
+ "type": "AMMO",
+ "name": { "str": "152mm ATGM HEAT" },
+ "damage": { "damage_type": "stab", "amount": 2400, "armor_penetration": 600 }
+ }
+]