summaryrefslogtreecommitdiff
path: root/json/items/ammo/homemade-rocket.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/homemade-rocket.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/homemade-rocket.json')
-rw-r--r--json/items/ammo/homemade-rocket.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/json/items/ammo/homemade-rocket.json b/json/items/ammo/homemade-rocket.json
new file mode 100644
index 0000000..65d2dd1
--- /dev/null
+++ b/json/items/ammo/homemade-rocket.json
@@ -0,0 +1,10 @@
+[
+ {
+ "id": "explosive_hm_rocket",
+ "copy-from": "explosive_hm_rocket",
+ "type": "AMMO",
+ "name": { "str": "explosive homemade rocket" },
+ "damage": { "damage_type": "stab", "amount": 500, "armor_penetration": 10 },
+ "effects": [ "COOKOFF", "TRAIL", "EXPLOSIVE" ]
+ }
+]