summaryrefslogtreecommitdiff
path: root/json/items/armor/cloaks.json
blob: 7ee8e5a4fb486cb19974a910e7b6285b284e5687 (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
[
  { 
    "id": "cloak_survivor",
    "looks_like": "cloak",
    "type": "ARMOR",
    "name": { "str": "survivor cloak" },
    "description": "A Kevlar armored custom full-length cloak, lined with pouches and pockets.  Comfortable, durable, and great for storage.",
    "weight": "1960 g",
    "volume": "4 L",
    "price": 40000,
    "price_postapoc": 8000,
    "to_hit": -1,
    "material": [ "cotton", "kevlar" ],
    "symbol": "[",
    "color": "brown",
    "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
    "coverage": 65,
    "pocket_data": [
      { "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "4 kg", "moves": 80 },
      { "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "4 kg", "moves": 80 },
      { "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 kg", "moves": 80 },
      { "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 kg", "moves": 80 },
      { "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 120 },
      { "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 120 }
    ],
    "warmth": 10,
    "material_thickness": 3,
    "valid_mods": [ "steel_padded", "alloy_padded" ],
    "environmental_protection": 3,
    "flags": [ "OVERSIZE", "POCKETS", "HOOD", "COLLAR", "STURDY", "WATERPROOF", "RAINPROOF", "OUTER" ]
  }
]