From 6676c9514377f8f39b42ff4421180b64a20f3bb1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 31 Mar 2023 17:07:02 -0700 Subject: Add changes to the superalloy survivor helmet. --- json/items/armor/helmet.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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, @@ -99,6 +99,30 @@ "techniques": [ "WBLOCK_1" ], "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", -- cgit v1.2.1