summaryrefslogtreecommitdiff
path: root/json/items/tool/explosives.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/tool/explosives.json')
-rw-r--r--json/items/tool/explosives.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/json/items/tool/explosives.json b/json/items/tool/explosives.json
new file mode 100644
index 0000000..42249c3
--- /dev/null
+++ b/json/items/tool/explosives.json
@@ -0,0 +1,39 @@
+[
+ {
+ "id": "LAW_Packed",
+ "copy-from": "LAW_Packed",
+ "looks_like": "LAW",
+ "type": "TOOL",
+ "category": "guns",
+ "name": { "str_sp": "packed M72 LAW" },
+ "weight": "2831 g",
+ "armor_data": { "covers": [ "torso" ], "coverage": 5, "material_thickness": 2, "encumbrance": 5 },
+ "extend": { "flags": [ "BELTED", "OVERSIZE" ] }
+ },
+ {
+ "id": "AT4_Packed",
+ "looks_like": "AT4",
+ "type": "TOOL",
+ "category": "guns",
+ "name": { "str": "packed AT4" },
+ "description": "This is an AT4, packed in its storage form. Use it to pop it out and make it ready to fire. Once it is activated, it cannot be repacked.",
+ "weight": "10103 g",
+ "volume": "2500 ml",
+ "price": 1300000,
+ "price_postapoc": 7500,
+ "bashing": 6,
+ "material": "aluminum",
+ "symbol": ")",
+ "color": "green",
+ "use_action": {
+ "target": "AT4",
+ "msg": "You pull the activating lever, readying the LAW to fire.",
+ "target_charges": 1,
+ "target_ammo": "84x246mm_hedp",
+ "menu_text": "Activate",
+ "type": "transform"
+ },
+ "armor_data": { "covers": [ "torso" ], "coverage": 5, "material_thickness": 2, "encumbrance": 5 },
+ "extend": { "flags": [ "BELTED", "OVERSIZE" ] }
+ }
+]