Module:Data/Research/StainlessSteelProduction

From Evospace
Revision as of 12:48, 10 September 2026 by Evospace (talk | contribs) (Research data from Content/Generated/Researches)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "StainlessSteelProduction",
	["label"] = "Stainless Steel Production",
	["kind"] = "recipe",
	["tier"] = 4,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 200000,
			["requires"] = {
				"AdvancedAlloys",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelParts",
					["item"] = "StainlessSteelParts",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelPipe",
					["item"] = "StainlessSteelPipe",
				},
				{
					["machine"] = "Constructor",
					["recipe"] = "StainlessSteelPipe",
				},
			},
		},
	},
	["icon"] = "StainlessSteelParts",
	["leads_to"] = {
		"AdvancedCoil",
		"AdvancedSmelting",
		"AtmosphericCondenser",
		"Automatization",
		"BasicMachines",
		"Boiler",
		"ChemicalBath",
		"CombustionEngine",
		"Destroyer",
		"Fermentation",
		"FluidFurnace",
		"IndustrialSmelting",
		"Mixer",
		"ModularFrame",
		"Monitor",
		"OreWasher",
		"Oven",
		"Pumpjack",
		"Separator",
		"Sifter",
		"SingleTypeStorage",
		"SteamEngine",
		"SteamTurbine",
		"SteelProduction",
	},
}