Module:Data/Research/SteamEngine

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/SteamEngine/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "SteamEngine",
	["label"] = "Steam Engine",
	["kind"] = "recipe",
	["tier"] = 2,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 3000,
			["requires"] = {
				"Boiler",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "SteelSteamEngine",
					["item"] = "SteelSteamEngine",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 30000,
			["requires"] = {
				"AluminiumProduction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumSteamEngine",
					["item"] = "AluminiumSteamEngine",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 300000,
			["requires"] = {
				"StainlessSteelProduction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelSteamEngine",
					["item"] = "StainlessSteelSteamEngine",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 3000000,
			["requires"] = {
				"TitaniumProduction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumSteamEngine",
					["item"] = "TitaniumSteamEngine",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 30000000,
			["requires"] = {
				"CompositePlate",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeSteamEngine",
					["item"] = "CompositeSteamEngine",
				},
			},
		},
		{
			["level"] = 5,
			["science"] = 120000000,
			["requires"] = {
				"NeutroniumProduction",
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumSteamEngine",
					["item"] = "NeutroniumSteamEngine",
				},
			},
		},
	},
	["icon"] = "SteelSteamEngine",
}