Module:Data/Research/Flywheel

From Evospace
Jump to navigation Jump to search

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "Flywheel",
	["label"] = "Flywheel",
	["kind"] = "recipe",
	["tier"] = 2,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 2000,
			["requires"] = {
				{
					["name"] = "BasicMachines",
				},
				{
					["name"] = "SteelProduction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelFlywheel",
					["item"] = "SteelFlywheel",
				},
			},
		},
	},
	["icon"] = "SteelFlywheel",
}