diff options
| -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", | 
