summaryrefslogtreecommitdiff
path: root/power_armor_frame.json
blob: 324f4992c9f4bc3d72dc8ac39510406ae5ed83bf (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
[
  {
    "id": "power_armor_frame",
    "type": "ARMOR",
    "category": "armor",
    "name": { "str": "power armor hauling frame" },
    "description": "A heavy duty hauling frame designed to interface with military exoskeletons.",
    "weight": "1640 g",
    "volume": "45 L",
    "price": 1000000,
    "price_postapoc": 10000,
    "to_hit": 1,
    "bashing": 1,
    "material": [ "steel" ],
    "symbol": "[",
    "looks_like": "backpack_tactical_large",
    "color": "light_gray",
    "coverage": 100,
    "encumbrance": 40,
    "storage": "6 L",
    "power_armor": true,
    "material_thickness": 10,
    "flags": [ "WATERPROOF", "STURDY", "BELTED" ],
    "use_action": {
      "type": "holster",
      "holster_prompt": "Holster Gun",
      "holster_msg": "You holster your %s",
      "min_volume": "1250 ml",
      "max_volume": "9000 ml",
      "multi": 2,
      "skills": [ "smg", "shotgun", "rifle", "launcher" ]
    }
  }
]