aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-23 00:31:54 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-23 00:31:54 -0800
commiteec5c0c568d54768e1a5f98f45815c6cddd0d3c7 (patch)
tree1fce68619149fa3a7cca3e37f399976ffe3a630c
parentAdd the maid's claws to styles compatible with the bagh_nakha. (diff)
downloadcataclysm-dda-mod_battle-maid-redone-eec5c0c568d54768e1a5f98f45815c6cddd0d3c7.tar.xz
Rebalance maid's claws against the razorbar katar.
Use the martial arts of the bionic claws for lack of any other comparable large claw weapon.
-rw-r--r--martialarts.json4
-rw-r--r--melee.json18
2 files changed, 12 insertions, 10 deletions
diff --git a/martialarts.json b/martialarts.json
index 44f7fd7..300659b 100644
--- a/martialarts.json
+++ b/martialarts.json
@@ -150,7 +150,6 @@
"type": "martial_art",
"extend": {
"weapons": [
- "maid_claw",
"vorpal_kitchen_knife"
]
}
@@ -186,7 +185,8 @@
"shikomi_stick",
"shikomi_stick_draw",
"battle_mop",
- "vorpal_kitchen_knife"
+ "vorpal_kitchen_knife",
+ "maid_claw"
]
}
},
diff --git a/melee.json b/melee.json
index 139fa9c..4af412e 100644
--- a/melee.json
+++ b/melee.json
@@ -182,22 +182,24 @@
},
{
"id": "maid_claw",
- "looks_like": "bagh_nakha",
+ "note": "Loosely based on the razorbar katar. But with martialarts of the bionic claws.",
+ "looks_like": "knuckle_katar",
"type": "GENERIC",
"category": "weapons",
"name": { "str": "maid's claws", "str_pl": "maid's claws" },
- "description": "It is a sharp claw for fighting combat. Fit tightly to your arms, allows you to fight with unarmed techniques.",
+ "description": "A pair of sharp claws made from four steel blades and a leather bracer. They strap tightly to your wrist and forearm on both arms.",
"weight": "1000 g",
- "volume": "250 ml",
+ "volume": "500 ml",
"price": 50000,
- "to_hit": 1,
+ "price_postapoc": 1000,
"bashing": 4,
- "cutting": 14,
- "pierce": 30,
+ "cutting": 15,
"material": [ "steel", "leather" ],
- "symbol": "/",
+ "symbol": "!",
"color": "dark_gray",
- "flags": [ "STAB", "DURABLE_MELEE", "UNARMED_WEAPON" ]
+ "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 8 ] ],
+ "flags": [ "DURABLE_MELEE", "UNARMED_WEAPON" ],
+ "techniques": [ "WBLOCK_1" ]
},
{
"id": "battle_mop",