summaryrefslogtreecommitdiff
path: root/json/items/armor/cloaks.json
blob: a8fd335b9fdeaa025b20c184ec73a1530d711dc6 (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
[
  { 
    "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", "arms", "legs" ],
    "coverage": 65,
    "encumbrance": 2,
    "storage": "9 L",
    "warmth": 10,
    "material_thickness": 3,
    "valid_mods": [ "steel_padded", "alloy_padded" ],
    "environmental_protection": 3,
    "flags": [ "OVERSIZE", "POCKETS", "HOOD", "COLLAR", "STURDY", "WATERPROOF", "RAINPROOF", "OUTER" ]
  }
]