summaryrefslogtreecommitdiff
path: root/json/items/armor/helmets.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/armor/helmets.json')
-rw-r--r--json/items/armor/helmets.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/json/items/armor/helmets.json b/json/items/armor/helmets.json
new file mode 100644
index 0000000..b9537c0
--- /dev/null
+++ b/json/items/armor/helmets.json
@@ -0,0 +1,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."
+ }
+]