From 0bcc521368c4f0c6f1154feef52b8b445edbc619 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 14 Jun 2023 17:40:59 -0700 Subject: Reduce armor thickness of helmets now that rigid kevlar is no longer the same as kevlar. --- json/items/armor/helmet.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/json/items/armor/helmet.json b/json/items/armor/helmet.json index 882f9b8..208a7ec 100644 --- a/json/items/armor/helmet.json +++ b/json/items/armor/helmet.json @@ -19,7 +19,7 @@ "coverage": 100, "encumbrance": 15, "warmth": 15, - "material_thickness": 10, + "material_thickness": 9, "environmental_protection": 3, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] @@ -44,7 +44,7 @@ "coverage": 100, "encumbrance": 30, "warmth": 15, - "material_thickness": 10, + "material_thickness": 9, "environmental_protection": 3, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] @@ -69,7 +69,7 @@ "coverage": 100, "encumbrance": 50, "warmth": 15, - "material_thickness": 10, + "material_thickness": 9, "environmental_protection": 3, "techniques": [ "WBLOCK_1" ], "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY" ] @@ -94,7 +94,7 @@ "coverage": 100, "encumbrance": 40, "warmth": 15, - "material_thickness": 9, + "material_thickness": 8, "environmental_protection": 5, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] @@ -118,7 +118,7 @@ "coverage": 100, "encumbrance": 35, "warmth": 15, - "material_thickness": 9, + "material_thickness": 8, "environmental_protection": 5, "techniques": [ "WBLOCK_1" ], "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] @@ -143,7 +143,7 @@ "coverage": 100, "encumbrance": 80, "warmth": 15, - "material_thickness": 9, + "material_thickness": 8, "environmental_protection": 5, "techniques": [ "WBLOCK_1" ], "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY" ] @@ -168,7 +168,7 @@ "coverage": 100, "encumbrance": 80, "warmth": 15, - "material_thickness": 9, + "material_thickness": 8, "environmental_protection": 5, "techniques": [ "WBLOCK_1" ], "flags": [ "OVERSIZE", "VARSIZE", "WATERPROOF", "STURDY" ] -- cgit v1.2.1