Skip to content

Commit

Permalink
Merge pull request #74092 from Light-Wave/soldering
Browse files Browse the repository at this point in the history
[Innawoods] Makes portable soldering iron craftable
  • Loading branch information
Maleclypse authored May 26, 2024
2 parents 8227806 + 19f289a commit f6e879b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions data/mods/innawood/recipes/tools_electronic.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f6e879b

Please sign in to comment.