From 7975c634281d42f6eecfa5f97cdfa53b33cf6887 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Thu, 11 Mar 2021 15:16:12 -0800
Subject: Fix tailor maid dress being listed as clothing. Lower storage on maid
 dresses to be more in line with normal equpiment. Rebalance victorian maid
 set have even warmth when worn.

---
 armor.json | 37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)

diff --git a/armor.json b/armor.json
index 576c92e..cb0b9d5 100644
--- a/armor.json
+++ b/armor.json
@@ -16,7 +16,7 @@
     "encumbrance": 10,
     "storage": "2500 ml",
     "warmth": 20,
-    "material_thickness": 4,
+    "material_thickness": 2,
     "environmental_protection": 1,
     "flags": ["VARSIZE", "FANCY"]
   },
@@ -36,8 +36,8 @@
     "covers": [ "LEGS", "TORSO", "ARMS" ],
     "coverage": 100,
     "encumbrance": 16,
-    "storage": "20 L",
-    "warmth": 40,
+    "storage": "6 L",
+    "warmth": 45,
     "material_thickness": 5,
     "environmental_protection": 2,
     "flags": ["VARSIZE", "HOOD", "COLLAR", "POCKETS", "WATERPROOF", "FANCY"]
@@ -58,8 +58,8 @@
     "covers": [ "LEGS", "TORSO", "ARMS" ],
     "coverage": 100,
     "encumbrance": 20,
-    "storage": "20 L",
-    "warmth": 40,
+    "storage": "9 L",
+    "warmth": 45,
     "material_thickness": 8,
     "environmental_protection": 3,
     "use_action": {
@@ -105,7 +105,7 @@
     "covers": [ "TORSO", "ARMS", "LEGS" ],
     "coverage": 75,
     "encumbrance": 7,
-    "storage": "2500 ml",
+    "storage": "1500 ml",
     "warmth": 15,
     "material_thickness": 1,
     "flags": [ "VARSIZE", "FANCY" ]
@@ -113,20 +113,21 @@
   {
     "id": "kawaii_maid_dress_ex",
     "type": "ARMOR",
+    "category": "armor",
     "name": { "str": "tailored maid dress" },
     "description": "A black dress with white apron and lace trim, worn by maids. It has been reinforced with leather for better protection.",
     "weight": "5830 g",
     "volume": "7500 ml",
     "price": 50000,
-    "material": [ "cotton" ],
+    "material": [ "leather", "cotton" ],
     "symbol": "[",
     "color": "dark_gray",
     "covers": [ "TORSO", "ARMS", "LEGS" ],
-    "coverage": 95,
+    "coverage": 100,
     "encumbrance": 10,
-    "storage": " 20 L",
+    "storage": " 5 L",
     "warmth": 15,
-    "material_thickness": 5,
+    "material_thickness": 3,
     "environmental_protection": 1,
     "flags": [ "VARSIZE", "POCKETS", "WATERPROOF", "FANCY" ]
   },
@@ -145,7 +146,7 @@
     "covers": [ "LEGS", "TORSO", "ARMS" ],
     "coverage": 100,
     "encumbrance": 15,
-    "storage": "20 L",
+    "storage": "7500 ml",
     "warmth": 15,
     "material_thickness": 5,
     "environmental_protection": 2,
@@ -347,10 +348,10 @@
     "material": [ "cotton" ],
     "symbol": "[",
     "color": "light_blue",
-    "covers": [ "HANDS", "ARMS" ],
+    "covers": [ "HANDS" ],
     "coverage": 100,
     "encumbrance": 8,
-    "warmth": 40,
+    "warmth": 50,
     "material_thickness": 2,
     "flags": [ "VARSIZE", "FANCY" ]
   },
@@ -367,10 +368,10 @@
     "material": [ "leather", "cotton" ],
     "symbol": "[",
     "color": "light_blue",
-    "covers": [ "HANDS", "ARMS" ],
+    "covers": [ "HANDS" ],
     "coverage": 100,
     "encumbrance": 10,
-    "warmth": 40,
+    "warmth": 50,
     "material_thickness": 4,
     "environmental_protection": 2,
     "flags": [ "VARSIZE", "FANCY", "WATERPROOF" ]
@@ -470,7 +471,7 @@
     "color": "dark_gray",
     "covers": [ "FEET" ],
     "coverage": 100,
-    "warmth": 40,
+    "warmth": 30,
     "encumbrance": 16,
     "material_thickness": 7,
     "environmental_protection": 4,
@@ -490,7 +491,7 @@
     "covers": [ "FEET", "LEGS" ],
     "coverage": 75,
     "encumbrance": 5,
-    "warmth": 30,
+    "warmth": 15,
     "material_thickness": 1,
     "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ]
   },
@@ -754,7 +755,7 @@
     "to_hit": -3,
     "covers": ["MOUTH"],
     "flags": [ "OUTER", "ALLOWS_NATURAL_ATTACKS", "FANCY" ],
-    "warmth": 60,
+    "warmth": 55,
     "environmental_protection": 5,
     "encumbrance": 3,
     "coverage": 85,
-- 
cgit v1.2.1