From 9f396a72374c6dc70859c71d88f29180ff9c9806 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 20 Jan 2022 15:21:39 -0800 Subject: Provide some cutting ability to the unsheathed shirasaya. --- melee.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/melee.json b/melee.json index 7510a39..3a04c7b 100644 --- a/melee.json +++ b/melee.json @@ -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", -- cgit v1.2.1