summaryrefslogtreecommitdiff
path: root/json/items/ammo/84x246mm.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/84x246mm.json')
-rw-r--r--json/items/ammo/84x246mm.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/json/items/ammo/84x246mm.json b/json/items/ammo/84x246mm.json
new file mode 100644
index 0000000..7a53494
--- /dev/null
+++ b/json/items/ammo/84x246mm.json
@@ -0,0 +1,29 @@
+[
+ {
+ "type": "AMMO",
+ "id": "84x246mm_he",
+ "copy-from": "84x246mm_he",
+ "name": { "str": "84x246mm HE rocket" },
+ "weight": "440 g",
+ "damage": { "damage_type": "bullet", "amount": 60, "armor_penetration": 10 },
+ "effects": [ "COOKOFF", "EXPLOSIVE", "FRAG", "NEVER_MISFIRES" ]
+ },
+ {
+ "type": "AMMO",
+ "id": "84x246mm_hedp",
+ "copy-from": "84x246mm_hedp",
+ "name": { "str": "84x246mm HEDP rocket" },
+ "weight": "440 g",
+ "damage": { "damage_type": "bullet", "amount": 1000, "armor_penetration": 225 },
+ "effects": [ "COOKOFF", "EXPLOSIVE", "FRAG", "NEVER_MISFIRES" ]
+ },
+ {
+ "type": "AMMO",
+ "id": "84x246mm_smoke",
+ "copy-from": "84x246mm_smoke",
+ "name": { "str": "84x246mm smoke rocket" },
+ "weight": "440 g",
+ "damage": { "damage_type": "bullet", "amount": 60, "armor_penetration": 10 },
+ "effects": [ "COOKOFF", "SMOKE", "NEVER_MISFIRES" ]
+ }
+]