summaryrefslogtreecommitdiff
path: root/json/items/armor/helmets.json
blob: b9537c07391c31276ebaaa67feb2bace0ee2f944 (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
[
  {
    "id": "helmet_lsurvivor",
    "type": "ARMOR",
    "name": { "str": "light survivor helmet" },
    "description": "A customized, heavily armored Kevlar helmet, modified with cotton reinforcements to provide maximum comfort and protection from harm. All the added material has kept it rather light.",
    "weight": "910 g",
    "volume": "1750 ml",
    "price": "0 cent",
    "price_postapoc": "30 USD",
    "to_hit": -1,
    "bashing": 10,
    "material": [ "kevlar_rigid", "cotton" ],
    "symbol": "[",
    "looks_like": "helmet_survivor",
    "color": "dark_gray",
    "covers": [ "head" ],
    "coverage": 100,
    "encumbrance": 15,
    "warmth": 15,
    "material_thickness": 9,
    "environmental_protection": 3,
    "techniques": [ "WBLOCK_1" ],
    "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ],
    "//": "Roughly an improved tactical helmet.",
    "//2": "Overwrite because I disagree with BN's balancing."
  }
]