Module:Data/Research/ChemicalBath: Difference between revisions
Jump to navigation
Jump to search
Research data from Content/Generated/Researches |
Research data from Content/Generated/Researches |
||
| Line 12: | Line 12: | ||
["science"] = 100000, | ["science"] = 100000, | ||
["requires"] = { | ["requires"] = { | ||
"IndustrialChemReactor", | { | ||
"AluminiumProduction", | ["name"] = "IndustrialChemReactor", | ||
}, | |||
{ | |||
["name"] = "AluminiumProduction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 27: | Line 31: | ||
["science"] = 1000000, | ["science"] = 1000000, | ||
["requires"] = { | ["requires"] = { | ||
"StainlessSteelProduction", | { | ||
"ElectricEngine", | ["name"] = "StainlessSteelProduction", | ||
}, | |||
{ | |||
["name"] = "ElectricEngine", | |||
["level"] = 2, | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 42: | Line 51: | ||
["science"] = 10000000, | ["science"] = 10000000, | ||
["requires"] = { | ["requires"] = { | ||
"TitaniumProduction", | { | ||
"ElectricEngine", | ["name"] = "TitaniumProduction", | ||
}, | |||
{ | |||
["name"] = "ElectricEngine", | |||
["level"] = 3, | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 57: | Line 71: | ||
["science"] = 100000000, | ["science"] = 100000000, | ||
["requires"] = { | ["requires"] = { | ||
"ElectricEngine", | { | ||
["name"] = "ElectricEngine", | |||
["level"] = 4, | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 71: | Line 88: | ||
["science"] = 400000000, | ["science"] = 400000000, | ||
["requires"] = { | ["requires"] = { | ||
"NeutroniumProduction", | { | ||
"ElectricEngine", | ["name"] = "NeutroniumProduction", | ||
}, | |||
{ | |||
["name"] = "ElectricEngine", | |||
["level"] = 5, | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:52, 10 September 2026
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",
}