From b4e7ed028642ab77fb8d5cbe076fd9ee35c5e916 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 21 Jan 2022 11:25:34 -0800 Subject: Rebalance the maid's mop as a lesser ironshod quarterstaff. --- melee.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/melee.json b/melee.json index 3a04c7b..139fa9c 100644 --- a/melee.json +++ b/melee.json @@ -201,22 +201,25 @@ }, { "id": "battle_mop", + "note": "Loosely based on the ironshod quarterstaff.", "looks_like": "mop", "type": "TOOL", "category": "weapons", "name": { "str": "maid's mop" }, - "description": "A mop with a wooden handle that actually conseals a steel core, making it a formidable weapon for taking out whatever trash may pose a threat to your Mistress.", - "weight": "1100 g", + "description": "A mop with a wooden handle that actually conceals a steel core, making it a formidable weapon for taking out whatever trash may pose a threat to your Mistress.", + "weight": "1800 g", "volume": "1750 ml", - "price": 1000, + "price": 4000, + "price_postapoc": 1000, "to_hit": 2, "bashing": 22, "material": [ "wood", "iron" ], "color": "light_gray", "symbol": "/", - "techniques": "WBLOCK_1", - "flags": [ "DURABLE_MELEE", "REACH_ATTACK" ], - "use_action": "MOP" + "techniques": [ "WBLOCK_2", "RAPID", "SWEEP" ], + "flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ], + "use_action": "MOP", + "qualities": [ [ "HAMMER", 1 ] ] }, { "id": "destruction_otama", -- cgit v1.2.1