summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 17:59:13 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 17:59:13 -0700
commitfbb4f21c9a0c37a40840bc88cb22b7a5aa5df025 (patch)
tree998e18ef5d453d414ad36eb19fbcd37df3c5401e
parentFix mass of heavy/superalloy helmets. (diff)
downloadcataclysm-bn-mod_survivorheadgear-crafting-fbb4f21c9a0c37a40840bc88cb22b7a5aa5df025.tar.xz
Rebalance heavy/superalloy helmet thickness.
Fix superalloy helmets to light_cyan colour like all other superalloy items.
-rw-r--r--json/items/armor/helmet.json12
1 files 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" ]