Module:Data/Research/ChemicalBath
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"] = {
"IndustrialChemReactor",
"AluminiumProduction",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumChemicalBath",
["item"] = "AluminiumChemicalBath",
},
},
},
{
["level"] = 1,
["science"] = 1000000,
["requires"] = {
"StainlessSteelProduction",
"ElectricEngine",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelChemicalBath",
["item"] = "StainlessSteelChemicalBath",
},
},
},
{
["level"] = 2,
["science"] = 10000000,
["requires"] = {
"TitaniumProduction",
"ElectricEngine",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumChemicalBath",
["item"] = "TitaniumChemicalBath",
},
},
},
{
["level"] = 3,
["science"] = 100000000,
["requires"] = {
"ElectricEngine",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeChemicalBath",
["item"] = "CompositeChemicalBath",
},
},
},
{
["level"] = 4,
["science"] = 400000000,
["requires"] = {
"NeutroniumProduction",
"ElectricEngine",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumChemicalBath",
["item"] = "NeutroniumChemicalBath",
},
},
},
},
["icon"] = "AluminiumChemicalBath",
}