Module:Data/Research/DopedSiliconWafer: Difference between revisions
Jump to navigation
Jump to search
Research data from Content/Generated/Researches |
Research data from Content/Generated/Researches |
||
| Line 12: | Line 12: | ||
["science"] = 20000000, | ["science"] = 20000000, | ||
["requires"] = { | ["requires"] = { | ||
"SiliconWafer", | { | ||
"PlatinumSolution", | ["name"] = "SiliconWafer", | ||
}, | |||
{ | |||
["name"] = "PlatinumSolution", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:52, 10 September 2026
Documentation for this module may be created at Module:Data/Research/DopedSiliconWafer/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "DopedSiliconWafer",
["label"] = "Doped Silicon Wafer",
["kind"] = "recipe",
["tier"] = 6,
["main"] = false,
["levels"] = {
{
["level"] = 0,
["science"] = 20000000,
["requires"] = {
{
["name"] = "SiliconWafer",
},
{
["name"] = "PlatinumSolution",
},
},
["unlocks"] = {
{
["machine"] = "IndustrialSmelter",
["recipe"] = "DopedSiliconMonocrystal",
["item"] = "DopedSiliconMonocrystal",
},
{
["machine"] = "Assembler",
["recipe"] = "DopedSiliconWafer",
["item"] = "DopedSiliconWafer",
},
},
},
},
["icon"] = "DopedSiliconMonocrystal",
["leads_to"] = {
"DecisionResonator4",
"Processor3",
"Transistor4",
},
}