Module:Data/Research/SiliconWafer
Documentation for this module may be created at Module:Data/Research/SiliconWafer/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "SiliconWafer",
["label"] = "Silicon Wafer",
["kind"] = "recipe",
["tier"] = 4,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 300000,
["requires"] = {
"IndustrialSmelting",
},
["unlocks"] = {
{
["machine"] = "IndustrialSmelter",
["recipe"] = "SiliconMonocrystal",
["item"] = "SiliconMonocrystal",
},
{
["machine"] = "Assembler",
["recipe"] = "SiliconWafer",
["item"] = "SiliconWafer",
},
},
},
},
["icon"] = "SiliconMonocrystal",
["leads_to"] = {
"DopedSiliconWafer",
"SmallSolarPanel",
},
}