From 8b8a16b5a0da5f5882b6aebce7a279ac993348ed Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Jul 2022 12:55:39 -0700 Subject: Add drophammer tin cans, and make the mod hard depend on the recipe fixes mod. --- json/recipes/recipe_companion.json | 68 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 3 deletions(-) (limited to 'json/recipes/recipe_companion.json') diff --git a/json/recipes/recipe_companion.json b/json/recipes/recipe_companion.json index ef049b4..b1f0418 100644 --- a/json/recipes/recipe_companion.json +++ b/json/recipes/recipe_companion.json @@ -9,9 +9,71 @@ "difficulty": 1, "time": "45 m", "autolearn": false, + "using": [ + [ "forging_standard", 1 ], + [ "steel_tiny", 1 ] + ], "never_learn": true, - "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 5 }, { "id": "CHISEL", "level": 3 } ], - "tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ], [ [ "forge", 5 ], [ "oxy_torch", 1 ] ] ], - "components": [ [ [ "steel_chunk", 1 ], [ "scrap", 3 ] ] ] + "qualities": [ + { "id": "ANVIL", "level": 3 },- + { "id": "HAMMER", "level": 5 }, + { "id": "CHISEL", "level": 3 } + ], + "tools": [ + [ [ "swage", -1 ] ], + [ [ "tongs", -1 ] ], + [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] + ] + }, + { + "type": "recipe", + "result": "can_food_unsealed", + "id_suffix": "npc_drop", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "skill_used": "fabrication", + "difficulty": 1, + "time": "8 m", + "count": 2, + "autolearn": false, + "never_learn": true, + "using": [ + [ "forging_standard", 1 ], + [ "steel_tiny", 1 ] + ], + "qualities": [ + { "id": "ANVIL", "level": 3 }, + { "id": "HAMMER", "level": 5 }, + { "id": "CHISEL", "level": 3 } + ], + "tools": [ + [ [ "tongs", -1 ] ], + [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] + ] + } + { + "type": "recipe", + "result": "can_medium_unsealed", + "id_suffix": "npc_drop", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_CONTAINERS", + "skill_used": "fabrication", + "difficulty": 1, + "time": "12 m", + "autolearn": false, + "never_learn": true, + "using": [ + [ "forging_standard", 1 ], + [ "steel_tiny", 1 ] + ], + "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