From fbb4f21c9a0c37a40840bc88cb22b7a5aa5df025 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 31 Mar 2023 17:59:13 -0700 Subject: Rebalance heavy/superalloy helmet thickness. Fix superalloy helmets to light_cyan colour like all other superalloy items. --- json/items/armor/helmet.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json index f392836..882f9b8 100644 --- a/json/items/armor/helmet.json +++ b/json/items/armor/helmet.json @@ -94,7 +94,7 @@ "coverage": 100, "encumbrance": 40, "warmth": 15, - "material_thickness": 10, + "material_thickness": 9, "environmental_protection": 5, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] @@ -113,12 +113,12 @@ "material": [ "kevlar_rigid", "superalloy" ], "symbol": "[", "looks_like": "helmet_survivor", - "color": "dark_gray", + "color": "light_cyan", "covers": [ "head" ], "coverage": 100, "encumbrance": 35, "warmth": 15, - "material_thickness": 10, + "material_thickness": 9, "environmental_protection": 5, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] @@ -143,7 +143,7 @@ "coverage": 100, "encumbrance": 80, "warmth": 15, - "material_thickness": 10, + "material_thickness": 9, "environmental_protection": 5, "techniques": [ "WBLOCK_1" ], "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY" ] @@ -163,12 +163,12 @@ "material": [ "kevlar_rigid", "superalloy" ], "symbol": "[", "looks_like": "helmet_xlsurvivor", - "color": "dark_gray", + "color": "light_cyan", "covers": [ "head" ], "coverage": 100, "encumbrance": 80, "warmth": 15, - "material_thickness": 10, + "material_thickness": 9, "environmental_protection": 5, "techniques": [ "WBLOCK_1" ], "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY" ] -- cgit v1.2.1