From 0a1b40749d0a92cf967dfa2faf33cd27e09a0e11 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Sep 2020 23:24:15 -0700 Subject: Rebalance maid headband (remove sheath) Rebalance and rename maid scarf (lose pockets, gain fancy) --- armor.json | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'armor.json') diff --git a/armor.json b/armor.json index e696db5..6ed44e2 100644 --- a/armor.json +++ b/armor.json @@ -249,16 +249,7 @@ "warmth": 15, "material_thickness": 9, "environmental_protection": 3, - "use_action": { - "type": "holster", - "holster_prompt": "Sheath knife", - "holster_msg": "You sheath your %s", - "max_volume": "750 ml", - "draw_cost": 15, - "flags": [ "SHEATH_KNIFE" ] - }, - "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "RAINPROOF", "SKINTIGHT", "STURDY" ], - "techniques": [ "WBLOCK_1" ] + "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "RAINPROOF", "SKINTIGHT", "STURDY" ] }, { "id": "maid_hat", @@ -707,15 +698,15 @@ "category": "clothing", "symbol": "[", "color": "light_gray", - "name": { "str": "maid scarf" }, - "description": "A very long light cloth scarf, worn over the mouth for warmth.", + "name": { "str": "fashionable scarf" }, + "description": "A stylish 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"], + "flags": [ "OUTER", "ALLOWS_NATURAL_ATTACKS", "FANCY"], "warmth": 60, "environmental_protection": 5, "encumbrance": 3, @@ -734,15 +725,15 @@ "category": "clothing", "symbol": "[", "color": "light_gray", - "name": { "str": "maid scarf (loose)" }, - "description": "A very long light cloth scarf, worn over the mouth for warmth.", + "name": { "str": "fashionable scarf (loose)" }, + "description": "A stylish 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"], + "flags": [ "OUTER", "ALLOWS_NATURAL_ATTACKS", "FANCY"], "warmth": 20, "environmental_protection": 5, "encumbrance": 2, -- cgit v1.2.1