Module:Data/Research/Circuit: Difference between revisions

From Evospace
Jump to navigation Jump to search
Research data from Content/Generated/Researches
 
Research data from Content/Generated/Researches
 
Line 12: Line 12:
["science"] = 80,
["science"] = 80,
["requires"] = {
["requires"] = {
"Triod",
{
["name"] = "Triod",
},
},
},
["unlocks"] = {
["unlocks"] = {

Latest revision as of 12:52, 10 September 2026

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",
	},
}