Module:Data/Research/Circuit
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/Research/Circuit/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "Circuit",
["label"] = "Circuit",
["kind"] = "recipe",
["tier"] = 1,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 80,
["requires"] = {
{
["name"] = "Triod",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "Circuit",
["item"] = "Circuit",
},
{
["machine"] = "Assembler",
["recipe"] = "Circuit",
},
},
},
},
["icon"] = "Circuit",
["leads_to"] = {
"AdvancedSign",
"AutomaticFarm",
"Constructor",
"Loader",
"LogicNetworking",
"Resistor",
"Sorter",
"Steampack",
},
}