From eec5c0c568d54768e1a5f98f45815c6cddd0d3c7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 23 Jan 2022 00:31:54 -0800 Subject: 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. --- martialarts.json | 4 ++-- melee.json | 18 ++++++++++-------- 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", -- cgit v1.2.1