From f058c843a6356809f14220dda00c2e2576f0c60c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 19 Jan 2022 23:41:13 -0800 Subject: Remove rain-protect from the sheathed shirasaya. Rephrase the unsheathed umbrella description. --- melee.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/melee.json b/melee.json index a5ca017..a4803d1 100644 --- a/melee.json +++ b/melee.json @@ -107,7 +107,7 @@ "type":"GENERIC", "category": "weapons", "name": { "str": "maid's umbrella (unsheathed)" }, - "description": "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. It conceals a hidden blade for self-defence.", + "description": "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. The hidden blade is currently drawn.", "weight": "1000 g", "volume": "1500 ml", "price": 17800, @@ -142,7 +142,7 @@ "symbol": "/", "color": "dark_gray", "techniques": [ "RAPID", "WBLOCK_2", "SWEEP" ], - "flags": [ "DURABLE_MELEE", "RAIN_PROTECT" ], + "flags": [ "DURABLE_MELEE" ], "use_action": { "type": "transform", "target": "shikomi_stick_draw", -- cgit v1.2.1