diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-20 15:21:39 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-20 15:21:39 -0800 | 
| commit | 9f396a72374c6dc70859c71d88f29180ff9c9806 (patch) | |
| tree | afa9e7711e6a94fb9fceec55406eb97f86fec0ec | |
| parent | Rebalance the kitchen maid weapons to be less overpowered. (diff) | |
| download | cataclysm-dda-mod_battle-maid-redone-9f396a72374c6dc70859c71d88f29180ff9c9806.tar.xz | |
Provide some cutting ability to the unsheathed shirasaya.
| -rw-r--r-- | melee.json | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -17,7 +17,7 @@      "material": [ "steel", "wood" ],      "symbol": ";",      "color": "light_gray", -    "qualities": [ [ "CUT", 1 ], [ "CUT_FINE", 1 ],  [ "BUTCHER", 20 ] ], +    "qualities": [ [ "CUT", 1 ], [ "CUT_FINE", 1 ], [ "BUTCHER", 20 ] ],      "techniques": [ "RAPID" ],      "flags": [ "DURABLE_MELEE", "SHEATH_KNIFE" ]    }, @@ -172,6 +172,7 @@      "symbol": "/",      "color": "dark_gray",      "techniques": [ "RAPID", "WBLOCK_2" ], +    "qualities": [ [ "CUT", 1 ],  [ "BUTCHER", 9 ] ],      "flags": [ "DURABLE_MELEE" ],      "use_action": {        "type": "transform", | 
