From 47ed330f47840d794e948cb04df2624030c23ab2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 18 Jun 2024 04:00:21 -0700 Subject: Add NPC drophammer reipes for nails, wire, and rabar. --- json/recipes/recipe_companion.json | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/json/recipes/recipe_companion.json b/json/recipes/recipe_companion.json index 7ceea8a..007ff6f 100644 --- a/json/recipes/recipe_companion.json +++ b/json/recipes/recipe_companion.json @@ -100,5 +100,50 @@ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ] + }, + { + "type": "recipe", + "result": "nail", + "id_suffix": "npc_drop", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "difficulty": 1, + "time": "18 m", + "autolearn": false, + "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 ] ] ] + }, + { + "type": "recipe", + "result": "wire", + "id_suffix": "npc_drop", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "difficulty": 3, + "time": "3 m", + "autolearn": false, + "never_learn": true, + "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 5 }, { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 10 ], [ "oxy_torch", 2 ] ] ], + "components": [ [ [ "scrap", 1 ] ] ] + }, + { + "type": "recipe", + "result": "rebar", + "id_suffix": "npc_drop", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "difficulty": 2, + "time": "9 m", + "autolearn": false, + "never_learn": true, + "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 5 }, { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ], [ [ "forge", 10 ], [ "oxy_torch", 2 ] ] ], + "components": [ [ [ "scrap", 3 ] ] ] } ] -- cgit v1.2.1