Module:Data/Research/PowerCoil

From Evospace
Jump to navigation Jump to search

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "PowerCoil",
	["label"] = "Power Coil",
	["kind"] = "recipe",
	["tier"] = 5,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 4000000,
			["requires"] = {
				{
					["name"] = "Processor",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "PowerCoil",
					["item"] = "PowerCoil",
				},
			},
		},
	},
	["icon"] = "PowerCoil",
	["leads_to"] = {
		"ElectricEngine",
	},
}