summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 17:07:02 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 17:07:02 -0700
commit6676c9514377f8f39b42ff4421180b64a20f3bb1 (patch)
tree7a4c795d40ba7bcccb2ce067e72572c796e3618e
parentIncrease survivor helmet armor values to better match the helmets they are ba... (diff)
downloadcataclysm-bn-mod_survivorheadgear-crafting-6676c9514377f8f39b42ff4421180b64a20f3bb1.tar.xz
Add changes to the superalloy survivor helmet.
-rw-r--r--json/items/armor/helmet.json26
1 files changed, 25 insertions, 1 deletions
diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json
index dbe0968..58e23fe 100644
--- a/json/items/armor/helmet.json
+++ b/json/items/armor/helmet.json
@@ -88,7 +88,7 @@
"bashing": 10,
"material": [ "kevlar_rigid", "steel", "leather" ],
"symbol": "[",
- "looks_like": "helmet_army",
+ "looks_like": "helmet_survivor",
"color": "dark_gray",
"covers": [ "head" ],
"coverage": 100,
@@ -100,6 +100,30 @@
"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": "1500 g",
+ "volume": "2500 ml",
+ "price": 0,
+ "price_postapoc": 6500,
+ "to_hit": -1,
+ "bashing": 10,
+ "material": [ "kevlar_rigid", "superalloy", "leather" ],
+ "symbol": "[",
+ "looks_like": "helmet_survivor",
+ "color": "dark_gray",
+ "covers": [ "head" ],
+ "coverage": 100,
+ "encumbrance": 35,
+ "warmth": 15,
+ "material_thickness": 10,
+ "environmental_protection": 5,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
+ },
+ {
"id": "helmet_xlhsurvivor",
"type": "ARMOR",
"name": { "str": "XL heavy survivor helmet" },