From 3eb97c3a6cd0356c7502ac5dc53f567d1b5c7733 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 16 May 2023 15:18:31 -0700 Subject: Add drop hammer recipe for large tin cans. --- json/recipes/basecamps/recipe_groups.json | 3 ++- json/recipes/recipe_companion.json | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'json') diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 2a45d3c..acb721f 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -432,7 +432,8 @@ { "id": "sheet_metal_npc_drop", "description": " Craft: Sheet Metal, Drop Hammer" }, { "id": "wire_npc_drop", "description": " Craft: Wire, Drop Hammer" }, { "id": "can_food_unsealed_npc_drop", "description": " Craft: Tin Can, Small, Drop Hammer" }, - { "id": "can_medium_unsealed_npc_drop", "description": " Craft: Tin Can, Medium, Drop Hammer" } + { "id": "can_medium_unsealed_npc_drop", "description": " Craft: Tin Can, Medium, Drop Hammer" }, + { "id": "can_food_big_unsealed_npc_drop", "description": " Craft: Tin Can, Large, Drop Hammer" } ] } ] diff --git a/json/recipes/recipe_companion.json b/json/recipes/recipe_companion.json index 81c3f61..7ceea8a 100644 --- a/json/recipes/recipe_companion.json +++ b/json/recipes/recipe_companion.json @@ -75,5 +75,30 @@ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ] + }, + { + "type": "recipe", + "result": "can_food_big_unsealed", + "id_suffix": "npc_drop", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "skill_used": "fabrication", + "difficulty": 1, + "time": "18 m", + "autolearn": false, + "never_learn": true, + "using": [ + [ "forging_standard", 3 ], + [ "steel_tiny", 3 ] + ], + "qualities": [ + { "id": "ANVIL", "level": 3 }, + { "id": "HAMMER", "level": 5 }, + { "id": "CHISEL", "level": 3 } + ], + "tools": [ + [ [ "tongs", -1 ] ], + [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] + ] } ] -- cgit v1.2.1