Skip to content

Commit

Permalink
make bicycle alternators (dynamos) craftable. (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus authored Jan 22, 2023
1 parent ebb016d commit 99fa22b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/json/recipes/electronic/parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,5 +691,21 @@
"qualities": [ { "id": "ANVIL", "level": 1 }, { "id": "HAMMER", "level": 2 }, { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ], [ [ "surface_heat", 1, "LIST" ], [ "forge", 1 ], [ "oxy_torch", 1 ] ] ],
"components": [ [ [ "lead", 25 ] ], [ [ "tin", 25 ] ], [ [ "rosin", 2 ] ] ]
},
{
"type": "recipe",
"result": "alternator_bicycle",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_PARTS",
"skill_used": "electronics",
"difficulty": 4,
"time": "40 m",
"reversible": true,
"decomp_learn": 2,
"autolearn": true,
"book_learn": [ [ "manual_electronics", 2 ], [ "textbook_electronics", 3 ], [ "advanced_electronics", 3 ] ],
"using": [ [ "soldering_standard", 10 ] ],
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [ [ [ "power_supply", 1 ], [ "e_scrap", 2 ] ], [ [ "scrap", 2 ] ], [ [ "cable", 3 ] ] ]
}
]

0 comments on commit 99fa22b

Please sign in to comment.