Module:Data/Research/IndustrialSteelProduction

From Evospace
Jump to navigation Jump to search

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "IndustrialSteelProduction",
	["label"] = "Industrial Steel Production",
	["kind"] = "recipe",
	["tier"] = 4,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 400000,
			["requires"] = {
				{
					["name"] = "IndustrialSmelting",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "IndustrialSmelter",
					["recipe"] = "Steel",
					["item"] = "SteelPlate",
				},
			},
		},
	},
	["icon"] = "SteelPlate",
}