Module:Data/Research/ChemicalBath

From Evospace
Revision as of 12:52, 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/ChemicalBath/doc

-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
	["name"] = "ChemicalBath",
	["label"] = "Chemical Bath",
	["kind"] = "recipe",
	["tier"] = 3,
	["main"] = true,
	["levels"] = {
		{
			["level"] = 0,
			["science"] = 100000,
			["requires"] = {
				{
					["name"] = "IndustrialChemReactor",
				},
				{
					["name"] = "AluminiumProduction",
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "AluminiumChemicalBath",
					["item"] = "AluminiumChemicalBath",
				},
			},
		},
		{
			["level"] = 1,
			["science"] = 1000000,
			["requires"] = {
				{
					["name"] = "StainlessSteelProduction",
				},
				{
					["name"] = "ElectricEngine",
					["level"] = 2,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "StainlessSteelChemicalBath",
					["item"] = "StainlessSteelChemicalBath",
				},
			},
		},
		{
			["level"] = 2,
			["science"] = 10000000,
			["requires"] = {
				{
					["name"] = "TitaniumProduction",
				},
				{
					["name"] = "ElectricEngine",
					["level"] = 3,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "TitaniumChemicalBath",
					["item"] = "TitaniumChemicalBath",
				},
			},
		},
		{
			["level"] = 3,
			["science"] = 100000000,
			["requires"] = {
				{
					["name"] = "ElectricEngine",
					["level"] = 4,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "CompositeChemicalBath",
					["item"] = "CompositeChemicalBath",
				},
			},
		},
		{
			["level"] = 4,
			["science"] = 400000000,
			["requires"] = {
				{
					["name"] = "NeutroniumProduction",
				},
				{
					["name"] = "ElectricEngine",
					["level"] = 5,
				},
			},
			["unlocks"] = {
				{
					["machine"] = "Hand",
					["recipe"] = "NeutroniumChemicalBath",
					["item"] = "NeutroniumChemicalBath",
				},
			},
		},
	},
	["icon"] = "AluminiumChemicalBath",
}