aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-21 11:25:34 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-21 11:25:34 -0800
commitb4e7ed028642ab77fb8d5cbe076fd9ee35c5e916 (patch)
tree9310b33a25b659e64255156e70306898585754a0
parentProvide some cutting ability to the unsheathed shirasaya. (diff)
downloadcataclysm-dda-mod_battle-maid-redone-b4e7ed028642ab77fb8d5cbe076fd9ee35c5e916.tar.xz
Rebalance the maid's mop as a lesser ironshod quarterstaff.
-rw-r--r--melee.json15
1 files 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",