From 05a94b79ec40a04ff08da7233a7c1496d5e0f187 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 2 Jul 2020 14:28:05 -0700 Subject: Rebalance hardcases and garter pouch --- armor.json | 126 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 63 insertions(+), 63 deletions(-) (limited to 'armor.json') diff --git a/armor.json b/armor.json index d8b7588..66cd86a 100644 --- a/armor.json +++ b/armor.json @@ -680,60 +680,60 @@ "coverage" : 15, "material_thickness" : 1 }, - { - "id": "kawaii_scarf", - "type": "TOOL_ARMOR", - "category" : "clothing", - "symbol": "[", - "color": "light_gray", - "name" : { "str": "maid scarf" }, - "description": "A very long light cloth scarf, worn over the mouth for warmth.", - "price": 1500, - "material": ["cotton"], + { + "id": "kawaii_scarf", + "type": "TOOL_ARMOR", + "category" : "clothing", + "symbol": "[", + "color": "light_gray", + "name" : { "str": "maid scarf" }, + "description": "A very long light cloth scarf, worn over the mouth for warmth.", + "price": 1500, + "material": ["cotton"], "weight" : "120 g", - "volume" : "1000 ml", - "to_hit" : -3, - "covers" : ["MOUTH"], - "flags" : ["POCKETS", "OUTER", "ALLOWS_NATURAL_ATTACKS"], - "warmth" : 60, - "environmental_protection" : 5, - "encumbrance" : 5, - "coverage" : 85, - "material_thickness" : 1, - "use_action": { - "type": "transform", - "msg": "You loosen the scarf.", - "target": "kawaii_scarf_loose", - "menu_text": "Adjust scarf" - } - }, - { - "id": "kawaii_scarf_loose", - "type": "TOOL_ARMOR", - "category" : "clothing", - "symbol": "[", - "color": "light_gray", - "name" : { "str": "maid scarf (loose)" }, - "description": "A very long light cloth scarf, worn over the mouth for warmth.", - "price": 1500, - "material": ["cotton"], + "volume" : "1000 ml", + "to_hit" : -3, + "covers" : ["MOUTH"], + "flags" : ["POCKETS", "OUTER", "ALLOWS_NATURAL_ATTACKS"], + "warmth" : 60, + "environmental_protection" : 5, + "encumbrance" : 5, + "coverage" : 85, + "material_thickness" : 1, + "use_action": { + "type": "transform", + "msg": "You loosen the scarf.", + "target": "kawaii_scarf_loose", + "menu_text": "Adjust scarf" + } + }, + { + "id": "kawaii_scarf_loose", + "type": "TOOL_ARMOR", + "category" : "clothing", + "symbol": "[", + "color": "light_gray", + "name" : { "str": "maid scarf (loose)" }, + "description": "A very long light cloth scarf, worn over the mouth for warmth.", + "price": 1500, + "material": ["cotton"], "weight" : "120 g", - "volume" : "1000 ml", - "to_hit" : -3, - "covers" : ["MOUTH"], - "flags" : ["POCKETS", "OUTER", "ALLOWS_NATURAL_ATTACKS"], - "warmth" : 20, - "environmental_protection" : 5, - "encumbrance" : 5, - "coverage" : 45, - "material_thickness" : 1, - "use_action": { - "type": "transform", - "msg": "You pull the scarf tighter around you.", - "target": "kawaii_scarf", - "menu_text": "Adjust scarf" - } - }, + "volume" : "1000 ml", + "to_hit" : -3, + "covers" : ["MOUTH"], + "flags" : ["POCKETS", "OUTER", "ALLOWS_NATURAL_ATTACKS"], + "warmth" : 20, + "environmental_protection" : 5, + "encumbrance" : 5, + "coverage" : 45, + "material_thickness" : 1, + "use_action": { + "type": "transform", + "msg": "You pull the scarf tighter around you.", + "target": "kawaii_scarf", + "menu_text": "Adjust scarf" + } + }, { "id": "kawaii_raincoat", "type": "ARMOR", @@ -831,13 +831,13 @@ "color": "dark_gray", "covers": [ "TORSO" ], "coverage": 30, - "encumbrance": 20, - "storage": "37500 ml", + "encumbrance": 15, + "storage": "30 L", "material_thickness": 2, "use_action": { "type": "holster", "min_volume": "1250 ml", - "max_volume": "3750 ml", + "max_volume": "4000 ml", "skills": ["smg", "shotgun", "rifle", "launcher" ] }, "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ] @@ -855,13 +855,13 @@ "color": "dark_gray", "covers": [ "TORSO" ], "coverage": 15, - "encumbrance": 15, - "storage": "25 L", + "encumbrance": 10, + "storage": "20 L", "material_thickness": 2, "use_action": { "type": "holster", "min_volume": "750 ml", - "max_volume": "3000 ml", + "max_volume": "3250 ml", "skills": ["smg", "shotgun", "rifle"] }, "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ] @@ -880,12 +880,12 @@ "covers": [ "TORSO" ], "coverage": 10, "encumbrance": 6, - "storage": "12500 ml", + "storage": "10 L", "material_thickness": 2, "use_action": { "type": "holster", "min_volume": "250 ml", - "max_volume": "2250 ml", + "max_volume": "2500 ml", "skills": ["smg", "shotgun", "rifle"] }, "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ] @@ -896,15 +896,15 @@ "name" : { "str": "garter purse" }, "description": "A small storage purse that can be consealed beneath a skirt, held up using a garter band.", "weight" : "250 g", - "volume" : "500 ml", + "volume" : "250 ml", "price": 3000, "material": [ "cotton" ], "symbol": "[", "color": "dark_gray", "covers": [ "LEG_EITHER" ], "coverage": 5, - "encumbrance": 1, - "storage": "2500 ml", + "encumbrance": 0, + "storage": "500 ml", "material_thickness": 2, "use_action": { "type": "holster", -- cgit v1.2.1