From eac997e27b5ed1fe5b982449862e0a2057b6acb4 Mon Sep 17 00:00:00 2001 From: Fris0uman Date: Sun, 9 Aug 2020 10:34:19 +0200 Subject: [PATCH] Disassemble legacy toolboxes --- data/json/obsolete.json | 2 +- .../recipes/recipe_deconstruction_package.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/data/json/obsolete.json b/data/json/obsolete.json index 260f259cfd508..63a885cd3100b 100644 --- a/data/json/obsolete.json +++ b/data/json/obsolete.json @@ -67,7 +67,7 @@ [ "SCREW_FINE", 1 ], [ "BUTCHER", 11 ] ], - "use_action": [ "HAMMER", "CROWBAR" ] + "use_action": [ "HAMMER", "CROWBAR", "DISASSEMBLE" ] }, { "id": "combination_gun_shotgun_pipe", diff --git a/data/json/recipes/recipe_deconstruction_package.json b/data/json/recipes/recipe_deconstruction_package.json index 0cebfe08ce1cb..e1adac490a0b8 100644 --- a/data/json/recipes/recipe_deconstruction_package.json +++ b/data/json/recipes/recipe_deconstruction_package.json @@ -427,5 +427,21 @@ [ [ "bag_plastic", 1 ] ] ], "flags": [ "BLIND_EASY" ] + }, + { + "//": "Until 0.F, allow disassembling legacy toolboxes", + "result": "toolbox", + "type": "uncraft", + "time": "30 s", + "components": [ + [ [ "toolbox_empty", 1 ] ], + [ [ "pockknife", 1 ] ], + [ [ "screwdriver_set", 1 ] ], + [ [ "hacksaw", 1 ] ], + [ [ "wrench", 1 ] ], + [ [ "saw", 1 ] ], + [ [ "hammer", 1 ] ] + ], + "flags": [ "BLIND_EASY" ] } ]