From f2240b02353df1f337f08769d33e268cb442aa05 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 11 Apr 2020 11:07:18 -0700 Subject: Fix maid tools recipe Remove unsalvage from claws --- melee.json | 2 +- recipes.json | 2 +- tools.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/melee.json b/melee.json index 7b9d1e0..040ef1e 100644 --- a/melee.json +++ b/melee.json @@ -176,7 +176,7 @@ "price": 50000, "material": ["steel","leather"], "skill": "unarmed", - "flags" : ["STAB", "DURABLE_MELEE", "UNARMED_WEAPON", "NO_SALVAGE"], + "flags" : ["STAB", "DURABLE_MELEE", "UNARMED_WEAPON"], "weight": "1000 g", "volume": "250 ml", "bashing": 4, diff --git a/recipes.json b/recipes.json index f164e52..75a9e8e 100644 --- a/recipes.json +++ b/recipes.json @@ -1147,7 +1147,7 @@ "qualities": [ { "id": "SCREW", "level": 1 } ], "components": [ [ [ "kawaii_maid_megane_01" , 1 ] ], - [ [ "kevlar", 12 ] ] + [ [ "kevlar_plate", 12 ] ] ] } ] diff --git a/tools.json b/tools.json index cdb4f2a..654b4fd 100644 --- a/tools.json +++ b/tools.json @@ -42,7 +42,7 @@ "price": 2000, "material": ["steel"], "techniques": ["BRUTAL", "WBLOCK_1"], - "flags" : ["CHOP", "DURABLE_MELEE"], + "flags" : ["CHOP", "DURABLE_MELEE", "ALLOWS_REMOTE_USE" ], "weight": "1000 g", "volume": "1250 ml", "cutting": 18, -- cgit v1.2.1