Module:Data/Research/IndustrialChemReactor

From Evospace
Jump to navigation Jump to search

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

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "IndustrialChemReactor",
	["label"] = "Chemical Reactor",
	["kind"] = "recipe",
	["tier"] = 3,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 20000,
			["requires"] = {
				{
					["name"] = "ElectricEngine",
					["level"] = 1,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumIndustrialChemReactor",
					["item"] = "AluminiumIndustrialChemReactor",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 200000,
			["requires"] = {
				{
					["name"] = "ElectricEngine",
					["level"] = 2,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelIndustrialChemReactor",
					["item"] = "StainlessSteelIndustrialChemReactor",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 2000000,
			["requires"] = {
				{
					["name"] = "ElectricEngine",
					["level"] = 3,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumIndustrialChemReactor",
					["item"] = "TitaniumIndustrialChemReactor",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 20000000,
			["requires"] = {
				{
					["name"] = "ElectricEngine",
					["level"] = 4,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeIndustrialChemReactor",
					["item"] = "CompositeIndustrialChemReactor",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 80000000,
			["requires"] = {
				{
					["name"] = "ElectricEngine",
					["level"] = 5,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumIndustrialChemReactor",
					["item"] = "NeutroniumIndustrialChemReactor",
				},
			},
		},
	},
	["icon"] = "AluminiumIndustrialChemReactor",
	["leads_to"] = {
		"CarbonFiber",
		"Catalyst",
		"ChemicalBath",
		"DecorativePlastic",
		"FuelChemistry3",
		"NitricAcid",
		"Polyethylene",
		"Sulfur",
	},
}