Module:Data/Research/FractionatingColumn

From Evospace
Jump to navigation Jump to search

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "FractionatingColumn",
	["label"] = "Fractionating Column",
	["kind"] = "recipe",
	["tier"] = 4,
	["main"] = false,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 200000,
			["requires"] = {
				{
					["name"] = "FuelChemistry",
				},
				{
					["name"] = "Pump",
					["level"] = 3,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelFractionatingColumn",
					["item"] = "StainlessSteelFractionatingColumn",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 2000000,
			["requires"] = {
				{
					["name"] = "Pump",
					["level"] = 4,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumFractionatingColumn",
					["item"] = "TitaniumFractionatingColumn",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 20000000,
			["requires"] = {
				{
					["name"] = "Pump",
					["level"] = 5,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeFractionatingColumn",
					["item"] = "CompositeFractionatingColumn",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 80000000,
			["requires"] = {
				{
					["name"] = "ModularFrame",
				},
				{
					["name"] = "Pump",
					["level"] = 6,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumFractionatingColumn",
					["item"] = "NeutroniumFractionatingColumn",
				},
			},
		},
	},
	["icon"] = "StainlessSteelFractionatingColumn",
}