summaryrefslogtreecommitdiff
path: root/json/items/tool/explosives.json
blob: 135e8af3a2b0aff232020c85d2ab4fd47f90aa51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
  {
    "id": "LAW_Packed",
    "copy-from": "LAW_Packed",
    "looks_like": "LAW",
    "type": "TOOL",
    "category": "guns",
    "name": { "str": "packed M72 LAW" },
    "weight": "2500 g",
    "armor_data": { "covers": [ "torso" ], "coverage": 5, "material_thickness": 2, "encumbrance": 2 },
    "extend": { "flags": [ "BELTED", "OVERSIZE" ] }
  },
  {
    "id": "AT4_Packed",
    "copy-from": "LAW_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": "6700 g",
    "volume": "2500 ml",
    "price": "4000 USD",
    "price_postapoc": "50 USD",
    "armor_data": { "covers": [ "torso" ], "coverage": 5, "material_thickness": 2, "encumbrance": 3 },
    "use_action": {
      "target": "AT4",
      "msg": "You pull the activating lever, readying the AT4 to fire.",
      "target_charges": 1,
      "target_ammo": "84x246mm_hedp",
      "menu_text": "Activate",
      "type": "transform"
    }
  }
]