From 0a8916fa2142782e6351c7e32f162e17f5e447c3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 15 Sep 2020 04:41:51 -0700 Subject: Rebalance maid stockings and vests --- armor.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/armor.json b/armor.json index f72189a..6e2e8f4 100644 --- a/armor.json +++ b/armor.json @@ -479,7 +479,7 @@ "color": "dark_gray", "covers": [ "FEET", "LEGS" ], "coverage": 75, - "encumbrance": 10, + "encumbrance": 5, "warmth": 30, "material_thickness": 1, "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ] @@ -497,7 +497,7 @@ "color": "dark_gray", "covers": [ "FEET", "LEGS" ], "coverage": 75, - "encumbrance": 5, + "encumbrance": 0, "warmth": 0, "material_thickness": 1, "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ] @@ -634,7 +634,7 @@ "symbol": "[", "color": "light_gray", "covers": [ "TORSO" ], - "coverage": 60, + "coverage": 20, "encumbrance": 5, "storage": "3 L", "warmth": 5, @@ -642,33 +642,33 @@ "flags": [ "VARSIZE", "WAIST" ] }, { - "id": "kawaii_vest_armor", + "id": "kawaii_vest_tac", "type": "ARMOR", "name": { "str": "survivor maid vest" }, - "description": "A modified utility vest with many pockets, worn by maids. It has been reinforced with kevlar for greater protection and has four pouches capable of carrying magazines.", - "weight": "516 g", - "volume": "1000 ml", + "description": "A modified utility vest with many pockets, worn by maids. It has an additional four pouches capable of carrying magazines.", + "weight": "600 g", + "volume": "1250 ml", "price": 120000, - "material": [ "kevlar", "kevlar_rigid" ], + "material": [ "cotton" ], "symbol": "[", "color": "light_gray", "covers": [ "TORSO" ], - "coverage": 85, + "coverage": 20, "encumbrance": 5, "storage": "3 L", "warmth": 5, - "material_thickness": 5, + "material_thickness": 2, "use_action": { "type": "holster", "holster_prompt": "Stash ammo", "holster_msg": "You stash your %s.", "multi": 4, "min_volume": "250 ml", - "max_volume": "750 ml", + "max_volume": "1 L", "draw_cost": 60, - "flags": [ "MAG_COMPACT" ] + "flags": [ "MAG_COMPACT", "MAG_BULKY" ] }, - "flags": [ "VARSIZE", "WAIST", "STURDY" ] + "flags": [ "VARSIZE", "WAIST" ] }, { "type": "ARMOR", -- cgit v1.2.1