summaryrefslogtreecommitdiff
path: root/json/items/ammo/homemade-rocket.json
diff options
context:
space:
mode:
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" ]
+ }
+]