summaryrefslogtreecommitdiff
path: root/json/items/armor/helmet.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-05 20:33:22 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-05 20:33:22 -0700
commit6a21056e1589f76e3e55e08a1c443987e4005043 (patch)
tree499b9e9a84b069732b0feef0ad0240db1c83e0c2 /json/items/armor/helmet.json
downloadcataclysm-dda-mod_survivorheadgear-crafting-6a21056e1589f76e3e55e08a1c443987e4005043.tar.xz
Initial commit
Diffstat (limited to 'json/items/armor/helmet.json')
-rw-r--r--json/items/armor/helmet.json122
1 files changed, 122 insertions, 0 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json
new file mode 100644
index 0000000..f70ef56
--- /dev/null
+++ b/json/items/armor/helmet.json
@@ -0,0 +1,122 @@
+[
+ {
+ "id": "helmet_lsurvivor",
+ "type": "ARMOR",
+ "category": "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": "1100 g",
+ "volume": "2500 ml",
+ "price": 58000,
+ "to_hit": -1,
+ "bashing": 10,
+ "material": [ "kevlar", "cotton" ],
+ "symbol": "[",
+ "looks_like": "helmet_army",
+ "color": "dark_gray",
+ "covers": [ "HEAD" ],
+ "coverage": 100,
+ "encumbrance": 15,
+ "warmth": 15,
+ "material_thickness": 5,
+ "environmental_protection": 3,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
+ },
+ {
+ "id": "helmet_survivor",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "survivor helmet" },
+ "description": "A customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.",
+ "weight": "1420 g",
+ "volume": "2500 ml",
+ "price": 58000,
+ "to_hit": -1,
+ "bashing": 10,
+ "material": [ "kevlar", "leather" ],
+ "symbol": "[",
+ "looks_like": "helmet_army",
+ "color": "dark_gray",
+ "covers": [ "HEAD" ],
+ "coverage": 100,
+ "encumbrance": 25,
+ "warmth": 15,
+ "material_thickness": 7,
+ "environmental_protection": 3,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
+ },
+ {
+ "id": "helmet_xlsurvivor",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "XL survivor helmet" },
+ "description": "A massive customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.",
+ "weight": "3060 g",
+ "volume": "6 L",
+ "price": 58000,
+ "to_hit": -1,
+ "bashing": 10,
+ "material": [ "kevlar", "leather" ],
+ "symbol": "[",
+ "looks_like": "helmet_survivor",
+ "color": "dark_gray",
+ "covers": [ "HEAD" ],
+ "coverage": 100,
+ "encumbrance": 50,
+ "warmth": 15,
+ "material_thickness": 6,
+ "environmental_protection": 3,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY" ]
+ },
+ {
+ "id": "helmet_hsurvivor",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "heavy survivor 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": 58000,
+ "to_hit": -1,
+ "bashing": 10,
+ "material": [ "kevlar", "steel", "leather" ],
+ "symbol": "[",
+ "looks_like": "helmet_survivor",
+ "color": "dark_gray",
+ "covers": [ "HEAD" ],
+ "coverage": 100,
+ "encumbrance": 40,
+ "warmth": 15,
+ "material_thickness": 9,
+ "environmental_protection": 5,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
+ },
+ {
+ "id": "hood_hsurvivor",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "heavy survivor hood" },
+ "description": "A customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.",
+ "weight": "1100 g",
+ "volume": "3250 ml",
+ "price": 58000,
+ "to_hit": -1,
+ "bashing": 10,
+ "material": [ "kevlar", "steel", "leather" ],
+ "symbol": "[",
+ "looks_like": "hood_rain",
+ "color": "brown",
+ "covers": [ "HEAD" ],
+ "coverage": 100,
+ "encumbrance": 40,
+ "warmth": 15,
+ "material_thickness": 4,
+ "environmental_protection": 3,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ]
+ }
+]