From 26c409c10f69dbf860b55201587454ce6213b8e6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 24 Apr 2021 19:15:17 -0700 Subject: Add XL Heavy Survivor Hood and Helemt Rebase helmets on Bright Nights Rebalance hoods and helmets relative to the matching suit. Rewrite Readme to more clearly state what has changed. --- json/items/armor/helmet.json | 90 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 81 insertions(+), 9 deletions(-) (limited to 'json/items/armor') diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json index ab30706..24047b5 100644 --- a/json/items/armor/helmet.json +++ b/json/items/armor/helmet.json @@ -5,20 +5,20 @@ "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", + "weight": "1000 g", + "volume": "1750 ml", "price": 58000, "to_hit": -1, "bashing": 10, "material": [ "kevlar", "cotton" ], "symbol": "[", - "looks_like": "helmet_army", + "looks_like": "helmet_survivor", "color": "dark_gray", "covers": [ "HEAD" ], "coverage": 100, "encumbrance": 15, "warmth": 15, - "material_thickness": 5, + "material_thickness": 6, "environmental_protection": 3, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] @@ -42,7 +42,7 @@ "coverage": 100, "encumbrance": 25, "warmth": 15, - "material_thickness": 7, + "material_thickness": 6, "environmental_protection": 3, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] @@ -76,7 +76,7 @@ "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.", + "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, @@ -90,11 +90,59 @@ "coverage": 100, "encumbrance": 40, "warmth": 15, - "material_thickness": 9, + "material_thickness": 8, "environmental_protection": 5, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] }, + { + "id": "helmet_xlhsurvivor", + "type": "ARMOR", + "category": "armor", + "name": { "str": "XL heavy survivor helmet" }, + "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": "7137 g", + "volume": "6 L", + "price": 58000, + "to_hit": -1, + "bashing": 10, + "material": [ "kevlar", "steel", "leather" ], + "symbol": "[", + "looks_like": "helmet_army", + "color": "dark_gray", + "covers": [ "HEAD" ], + "coverage": 100, + "encumbrance": 80, + "warmth": 15, + "material_thickness": 8, + "environmental_protection": 5, + "techniques": [ "WBLOCK_1" ], + "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY" ] + }, + { + "id": "hood_xlsurvivor", + "type": "ARMOR", + "category": "armor", + "name": { "str": "XL survivor hood" }, + "description": "A massive customized, heavily armored leather and Kevlar hood, designed to provide comfort and protection from harm.", + "weight": "1640 g", + "volume": "4500 ml", + "price": 58000, + "to_hit": -1, + "bashing": 10, + "material": [ "kevlar", "leather" ], + "symbol": "[", + "looks_like": "hood_survivor", + "color": "brown", + "covers": [ "HEAD" ], + "coverage": 100, + "encumbrance": 40, + "warmth": 15, + "material_thickness": 4, + "environmental_protection": 3, + "techniques": [ "WBLOCK_1" ], + "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ] + }, { "id": "hood_hsurvivor", "type": "ARMOR", @@ -108,15 +156,39 @@ "bashing": 10, "material": [ "kevlar", "steel", "leather" ], "symbol": "[", - "looks_like": "hood_rain", + "looks_like": "helmet_survivor", "color": "brown", "covers": [ "HEAD" ], "coverage": 100, "encumbrance": 40, "warmth": 15, - "material_thickness": 4, + "material_thickness": 6, "environmental_protection": 3, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ] + }, + { + "id": "hood_xlhsurvivor", + "type": "ARMOR", + "category": "armor", + "name": { "str": "XL heavy survivor hood" }, + "description": "A massive customized, heavily armored steel and Kevlar hood, designed to provide comfort and protection from harm.", + "weight": "2200 g", + "volume": "6 L", + "price": 58000, + "to_hit": -1, + "bashing": 10, + "material": [ "kevlar", "steel", "leather" ], + "symbol": "[", + "looks_like": "helmet_survivor", + "color": "brown", + "covers": [ "HEAD" ], + "coverage": 100, + "encumbrance": 40, + "warmth": 15, + "material_thickness": 6, + "environmental_protection": 3, + "techniques": [ "WBLOCK_1" ], + "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ] } ] -- cgit v1.2.1