Module:Data/Research/TitaniumProduction

From Evospace
Jump to navigation Jump to search

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "TitaniumProduction",
	["label"] = "Titanium Production",
	["kind"] = "recipe",
	["tier"] = 5,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 2000000,
			["requires"] = {
				{
					["name"] = "KrollProcess",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumParts",
					["item"] = "TitaniumParts",
				},
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumPipe",
					["item"] = "TitaniumPipe",
				},
				{
					["machine"] = "Constructor",
					["recipe"] = "TitaniumPipe",
				},
			},
		},
	},
	["icon"] = "TitaniumParts",
	["leads_to"] = {
		"AdvancedSmelting",
		"AtmosphericCondenser",
		"Automatization",
		"BasicMachines",
		"Boiler",
		"ChemicalBath",
		"CombustionEngine",
		"CompositePlate",
		"Destroyer",
		"Fermentation",
		"FluidFurnace",
		"IndustrialBoiler",
		"Mixer",
		"OreWasher",
		"Oven",
		"Pumpjack",
		"Separator",
		"Sifter",
		"SingleTypeStorage",
		"SteamEngine",
		"SteamTurbine",
		"SteelProduction",
		"UraniumCell",
	},
}