Module:Data/Research/Circuit2

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Research/Circuit2/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Circuit2",
	["label"] = "Circuit II",
	["kind"] = "recipe",
	["tier"] = 1,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 8000,
			["requires"] = {
				{
					["name"] = "Transistor",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Assembler",
					["recipe"] = "Circuit2",
					["item"] = "Circuit",
				},
			},
		},
	},
	["icon"] = "Circuit",
}