Module:Data/Research/Processor3

From Evospace
Jump to navigation Jump to search

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Processor3",
	["label"] = "Processor III",
	["kind"] = "recipe",
	["tier"] = 3,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 4000000,
			["requires"] = {
				{
					["name"] = "Processor2",
				},
				{
					["name"] = "DopedSiliconWafer",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Assembler",
					["recipe"] = "Processor3",
					["item"] = "Processor",
				},
			},
		},
	},
	["icon"] = "Processor",
}