diff options
-rw-r--r-- | json/items/armor/helmets.json | 34 |
1 files changed, 4 insertions, 30 deletions
diff --git a/json/items/armor/helmets.json b/json/items/armor/helmets.json index a5f8e36..28e9dce 100644 --- a/json/items/armor/helmets.json +++ b/json/items/armor/helmets.json @@ -1,35 +1,8 @@ [ { - "id": "helmet_lsurvivor", - "type": "ARMOR", - "name": { "str": "light survivor helmet" }, - "//": "Roughly an improved tactical 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" ], - "//": "Overwrite because I disagree with BN's balancing." - }, - { "id": "helmet_survivor", "type": "ARMOR", "name": { "str": "survivor helmet" }, - "//": "Roughly an improved army helmet.", "description": "A customized, heavily armored Kevlar helmet, modified with leather reinforcements to provide maximum comfort and protection from harm.", "weight": "1420 g", "volume": "2000 ml", @@ -49,13 +22,13 @@ "environmental_protection": 3, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ], - "//": "Overwrite because I disagree with BN's balancing." + "//": "Roughly an improved army helmet.", + "//2": "Overwrite because I disagree with BN's balancing." }, { "id": "helmet_hsurvivor", "type": "ARMOR", "name": { "str": "heavy survivor helmet" }, - "//": "A furthur improved army helmet. But still greatly inferior to a light power armor 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.", "weight": "3312 g", "volume": "2500 ml", @@ -75,7 +48,8 @@ "environmental_protection": 5, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ], - "//": "Overwrite because I disagree with BN's balancing." + "//": "A furthur improved army helmet. But still greatly inferior to a light power armor helmet.", + "//2": "Overwrite because I disagree with BN's balancing." }, { "id": "helmet_sasurvivor", |