From 42211ae26d697c4ec581c958ad6aa544017fe4ba Mon Sep 17 00:00:00 2001 From: Light-Wave <66904273+Light-Wave@users.noreply.github.com> Date: Mon, 27 May 2024 14:15:14 +0100 Subject: [PATCH] Merge pull request #74092 from Light-Wave/soldering [Innawoods] Makes portable soldering iron craftable --- .../innawood/recipes/tools_electronic.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/data/mods/innawood/recipes/tools_electronic.json b/data/mods/innawood/recipes/tools_electronic.json index 26b9a60d3de51..aa8b6c7f4d996 100644 --- a/data/mods/innawood/recipes/tools_electronic.json +++ b/data/mods/innawood/recipes/tools_electronic.json @@ -44,6 +44,29 @@ [ [ "cable", 5 ] ] ] }, + { + "type": "recipe", + "activity_level": "MODERATE_EXERCISE", + "result": "soldering_iron_portable", + "category": "CC_ELECTRONIC", + "subcategory": "CSC_ELECTRONIC_TOOLS", + "skill_used": "electronics", + "difficulty": 1, + "time": "20 m", + "reversible": true, + "decomp_learn": 0, + "autolearn": [ [ "electronics", 2 ] ], + "book_learn": [ [ "manual_electronics", 1 ], [ "advanced_electronics", 2 ], [ "textbook_anarch", 2 ] ], + "qualities": [ { "id": "CUT", "level": 2 }, { "id": "SCREW", "level": 1 } ], + "proficiencies": [ { "proficiency": "prof_elec_soldering", "skill_penalty": 0.125 }, { "proficiency": "prof_elec_circuits" } ], + "components": [ + [ [ "e_scrap", 2 ], [ "glowplug", 1 ], [ "makeshift_transformer", 2 ] ], + [ [ "copper", 1 ], [ "nail", 1 ], [ "wire", 1 ] ], + [ [ "scrap", 1 ] ], + [ [ "duct_tape", 10 ] ], + [ [ "cable", 5 ] ] + ] + }, { "type": "recipe", "activity_level": "LIGHT_EXERCISE",