diff options
| -rw-r--r-- | melee.json | 15 | 
1 files changed, 9 insertions, 6 deletions
| @@ -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", | 
