From ffe15400c0c05bc1f742945e42d07ae8150e1243 Mon Sep 17 00:00:00 2001 From: RarkGrames <50421549+RarkGrames@users.noreply.github.com> Date: Sun, 29 Dec 2019 18:51:50 +0100 Subject: [PATCH] Workshop toolbox item and recipe --- data/json/items/tools.json | 32 ++++++++++++++++++++++++++++ data/json/recipes/recipe_others.json | 26 ++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/data/json/items/tools.json b/data/json/items/tools.json index e5d325d979edc..e92a177c66cac 100644 --- a/data/json/items/tools.json +++ b/data/json/items/tools.json @@ -6335,6 +6335,38 @@ "material": "steel", "symbol": ";", "color": "red", + "qualities": [ + [ "CUT", 1 ], + [ "HAMMER", 3 ], + [ "SAW_M", 2 ], + [ "SAW_W", 2 ], + [ "AXE", 1 ], + [ "WRENCH", 2 ], + [ "SCREW", 1 ], + [ "PRY", 1 ], + [ "HAMMER_FINE", 1 ], + [ "SAW_M_FINE", 1 ], + [ "WRENCH_FINE", 1 ], + [ "SCREW_FINE", 1 ], + [ "BUTCHER", 11 ] + ], + "use_action": [ "HAMMER", "CROWBAR" ] + }, + { + "id": "toolbox_workshop", + "type": "TOOL", + "name": "workshop toolbox", + "name_plural": "workshop toolboxes", + "description": "This is a stout metal box containing a complete tool kit suitable for most household maintenance and construction activities, as well as additional tools used in workshops for advanced fabrication jobs.", + "looks_like": "toolbox", + "weight": "3994 g", + "volume": "2500 ml", + "price": 14099, + "to_hit": -2, + "bashing": 8, + "material": "steel", + "symbol": ";", + "color": "red", "qualities": [ [ "CUT", 1 ], [ "HAMMER", 3 ], diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index 33b11df9bd465..91e0761bc3377 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -3250,6 +3250,32 @@ [ [ "hammer", 1 ] ] ] }, + { + "type": "recipe", + "result": "toolbox_workshop", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_TOOLS", + "skill_used": "fabrication", + "skills_required": [ "mechanics", 3 ], + "difficulty": 4, + "time": "4 m", + "reversible": true, + "autolearn": true, + "components": [ + [ [ "sheet_metal_small", 5 ] ], + [ [ "nail", 11 ] ], + [ [ "wire", 1 ] ], + [ [ "pockknife", 1 ], [ "primitive_knife", 1 ], [ "copper_knife", 1 ] ], + [ [ "screwdriver_set", 1 ] ], + [ [ "hacksaw", 1 ] ], + [ [ "wrench", 1 ] ], + [ [ "saw", 1 ] ], + [ [ "hammer", 1 ] ], + [ [ "metal_file", 1 ] ], + [ [ "pin_reamer", 1 ] ], + [ [ "hand_vice", 1 ] ] + ] + }, { "type": "recipe", "result": "vacutainer",