summaryrefslogtreecommitdiff
path: root/json/items/armor/helmet.json
blob: 6d810a81b8f37217c731e3f123266b1e4b488dad (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
  {
    "id": "helmet_lsurvivor",
    "type": "ARMOR",
    "name": { "str": "light survivor helmet" },
    "//": "Roughly an improved tactical 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" ]
  },
  {
    "id": "helmet_survivor",
    "type": "ARMOR",
    "name": { "str": "survivor helmet" },
    "//": "Roughly an improved army helmet.",
    "description": "A customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.",
    "weight": "1420 g",
    "volume": "2000 ml",
    "price": "0 cent",
    "price_postapoc": "40 USD",
    "to_hit": -1,
    "bashing": 10,
    "material": [ "kevlar_rigid", "leather" ],
    "symbol": "[",
    "looks_like": "helmet_army",
    "color": "dark_gray",
    "covers": [ "head" ],
    "coverage": 100,
    "encumbrance": 30,
    "warmth": 15,
    "material_thickness": 9,
    "environmental_protection": 3,
    "techniques": [ "WBLOCK_1" ],
    "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
  },
  {
    "id": "helmet_hsurvivor",
    "type": "ARMOR",
    "name": { "str": "heavy survivor helmet" },
    "//": "A furthur improved army helmet. But still greatly inferior to a light power armor helmet.",
    "description": "A customized, heavily armored steel and Kevlar helmet, modified to provide maximum comfort and protection from harm.  All the added material has made it rather heavy.",
    "weight": "3312 g",
    "volume": "2500 ml",
    "price": "0 cent",
    "price_postapoc": "60 USD",
    "to_hit": -1,
    "bashing": 10,
    "material": [ "kevlar_rigid", "steel" ],
    "symbol": "[",
    "looks_like": "helmet_survivor",
    "color": "dark_gray",
    "covers": [ "head" ],
    "coverage": 100,
    "encumbrance": 40,
    "warmth": 15,
    "material_thickness": 8,
    "environmental_protection": 5,
    "techniques": [ "WBLOCK_1" ],
    "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
  },
  {
    "id": "helmet_sasurvivor",
    "type": "ARMOR",
    "name": { "str": "superalloy survivor helmet" },
    "description": "A customized, heavily armored superalloy and Kevlar helmet, modified to provide maximum comfort and protection from harm.  All the added material has made it rather heavy.",
    "weight": "2649 g",
    "volume": "2500 ml",
    "price": "0 cent",
    "price_postapoc": "65 USD",
    "to_hit": -1,
    "bashing": 10,
    "material": [ "kevlar_rigid", "superalloy" ],
    "symbol": "[",
    "looks_like": "helmet_survivor",
    "color": "light_cyan",
    "covers": [ "head" ],
    "coverage": 100,
    "encumbrance": 35,
    "warmth": 15,
    "material_thickness": 8,
    "environmental_protection": 5,
    "techniques": [ "WBLOCK_1" ],
    "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
  }
]