summaryrefslogtreecommitdiff
path: root/json/items/armor/helmet.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/helmet.json')
-rw-r--r--json/items/armor/helmet.json29
1 files changed, 27 insertions, 2 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json
index c005f11..54b6d52 100644
--- a/json/items/armor/helmet.json
+++ b/json/items/armor/helmet.json
@@ -104,7 +104,7 @@
"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": "1500 g",
+ "weight": "1369 g",
"volume": "2500 ml",
"price": 0,
"price_postapoc": 6500,
@@ -129,7 +129,7 @@
"name": { "str": "XL heavy survivor helmet" },
"//": "Double the weight of a heavy survivor helm for the same protection.",
"description": "A massive 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": "4224 g",
+ "weight": "3424 g",
"volume": "6 L",
"price": 0,
"price_postapoc": 8000,
@@ -147,5 +147,30 @@
"environmental_protection": 5,
"techniques": [ "WBLOCK_1" ],
"flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY" ]
+ },
+ {
+ "id": "helmet_xlsasurvivor",
+ "type": "ARMOR",
+ "name": { "str": "XL superalloy survivor helmet" },
+ "//": "Double the weight of a superalloy survivor helm for the same protection.",
+ "description": "A massive 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": "2739 g",
+ "volume": "6 L",
+ "price": 0,
+ "price_postapoc": 8000,
+ "to_hit": -1,
+ "bashing": 10,
+ "material": [ "kevlar_rigid", "superalloy" ],
+ "symbol": "[",
+ "looks_like": "helmet_xlsurvivor",
+ "color": "dark_gray",
+ "covers": [ "head" ],
+ "coverage": 100,
+ "encumbrance": 80,
+ "warmth": 15,
+ "material_thickness": 10,
+ "environmental_protection": 5,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY" ]
}
]