From be9d0c32972fd9ad2f9e024792758b1bb3b99222 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 27 Aug 2020 20:09:09 -0700 Subject: Rebalance environmental protection Clean up tuxedo entry Make maid stockings cover legs like regular stockings do --- armor.json | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'armor.json') diff --git a/armor.json b/armor.json index fa1db3d..f733fe9 100644 --- a/armor.json +++ b/armor.json @@ -38,7 +38,7 @@ "storage": "20 L", "warmth": 40, "material_thickness": 5, - "environmental_protection": 1, + "environmental_protection": 2, "flags" : ["VARSIZE", "HOOD", "COLLAR", "POCKETS", "WATERPROOF", "FANCY"] }, { @@ -59,7 +59,7 @@ "storage": "20 L", "warmth": 40, "material_thickness": 8, - "environmental_protection": 10, + "environmental_protection": 3, "use_action": { "type": "holster", "holster_prompt": "Sheath sword", @@ -146,7 +146,7 @@ "storage": "20 L", "warmth": 15, "material_thickness": 5, - "environmental_protection": 10, + "environmental_protection": 2, "use_action": { "type": "holster", "holster_prompt": "Sheath sword", @@ -248,7 +248,7 @@ "encumbrance": 10, "warmth": 15, "material_thickness": 9, - "environmental_protection": 10, + "environmental_protection": 3, "use_action": { "type": "holster", "holster_prompt": "Sheath knife", @@ -314,7 +314,7 @@ "encumbrance": 6, "warmth": 15, "material_thickness": 3, - "environmental_protection": 2, + "environmental_protection": 1, "flags": [ "VARSIZE", "FANCY", "WATERPROOF" ] }, { @@ -335,7 +335,7 @@ "encumbrance": 8, "warmth": 15, "material_thickness": 5, - "environmental_protection": 5, + "environmental_protection": 3, "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ] }, { @@ -374,7 +374,7 @@ "encumbrance": 10, "warmth": 40, "material_thickness": 4, - "environmental_protection": 3, + "environmental_protection": 2, "flags": [ "VARSIZE", "FANCY", "WATERPROOF" ] }, { @@ -395,7 +395,7 @@ "encumbrance": 12, "warmth": 40, "material_thickness": 6, - "environmental_protection": 6, + "environmental_protection": 4, "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ] }, { @@ -433,7 +433,7 @@ "warmth": 15, "encumbrance": 15, "material_thickness": 5, - "environmental_protection": 10, + "environmental_protection": 2, "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ] }, { @@ -472,7 +472,7 @@ "warmth": 40, "encumbrance": 16, "material_thickness": 7, - "environmental_protection": 10, + "environmental_protection": 4, "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ] }, { @@ -486,7 +486,7 @@ "material": [ "cotton" ], "symbol": "[", "color": "dark_gray", - "covers": [ "FEET" ], + "covers": [ "LEGS", "FEET" ], "coverage": 75, "encumbrance": 5, "warmth": 35, @@ -504,7 +504,7 @@ "material": [ "cotton" ], "symbol": "[", "color": "dark_gray", - "covers": [ "FEET" ], + "covers": [ "LEGS", "FEET" ], "coverage": 75, "encumbrance": 0, "warmth": 0, @@ -552,27 +552,27 @@ "material_thickness" : 4 }, { - "type" : "TOOL_ARMOR", - "id" : "survivor_tux", - "category" : "armor", + "id": "survivor_tux", + "type": "ARMOR", + "category": "armor", "name" : { "str": "survivor tuxedo" }, - "description" : "A tux tailored specifically for post-cataclysm butlers. Besides protecting key parts with kevlar lining, it has more storage space.", + "description": "A tux tailored specifically for post-cataclysm butlers. Besides protecting key parts with kevlar lining, it has more storage space.", "weight" : "3050 g", "volume" : "11250 ml", - "color" : "dark_gray", - "covers" : ["LEGS", "TORSO", "ARMS"], - "storage" : "5500 ml", - "symbol" : "[", - "price" : 110000, + "price": 110000, "material": [ "kevlar", "cotton" ], - "warmth" : 30, - "environmental_protection" : 3, - "encumbrance" : 15, - "flags" : ["VARSIZE", "HOOD", "COLLAR", "POCKETS", "WATERPROOF", "RAINPROOF", "STURDY", "SUPER_FANCY"], - "coverage" : 100, - "material_thickness" : 4, + "symbol": "[", + "color": "dark_gray", + "covers": [ "LEGS", "TORSO", "ARMS" ], + "coverage": 100, + "encumbrance": 15, + "storage": "5500 ml", + "warmth": 30, + "material_thickness": 5, + "environmental_protection": 3, "max_charges": 12, - "ammo": "assassins_throwing_dagger" + "ammo": "assassins_throwing_dagger", + "flags" : ["VARSIZE", "HOOD", "COLLAR", "POCKETS", "WATERPROOF", "RAINPROOF", "STURDY", "SUPER_FANCY"] }, { "id": "kawaii_vest", -- cgit v1.2.1