From 1638432104e5212d8cf26109e7c02861ec418972 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 May 2021 03:42:58 -0700 Subject: Convert the throwing knifes to be like the stock throwing knife Change the tuxedo to have knife pockets Clean up the assassin's throwing knife recipe --- recipes.json | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'recipes.json') diff --git a/recipes.json b/recipes.json index cc2180f..58002eb 100644 --- a/recipes.json +++ b/recipes.json @@ -233,21 +233,9 @@ "time": "240 m", "reversible": false, "autolearn": true, - "qualities":[ - { "id":"HAMMER","level":3,"amount":1 } - ], - "tools": [ - [ ["tongs", -1] ], - [ ["chisel", -1] ], - [ ["anvil", -1] ], - [ ["swage", -1] ], - [ ["forge", 200], ["char_forge", 40], [ "oxy_torch", 40] ] - ], - "components": - [ - [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ], - [ [ "leather", 1 ] ] - ] + "using": [ [ "blacksmithing_standard", 10 ], [ "steel_tiny", 3 ] ], + "qualities": [ { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "swage", -1 ] ] ] }, { "type" : "recipe", -- cgit v1.2.1