Module:Data/Research/IndustrialBoiler
Documentation for this module may be created at Module:Data/Research/IndustrialBoiler/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "IndustrialBoiler",
["label"] = "Industrial Boiler",
["kind"] = "recipe",
["tier"] = 5,
["main"] = false,
["levels"] = {
{
["level"] = 0,
["science"] = 2000000,
["requires"] = {
{
["name"] = "TitaniumProduction",
},
{
["name"] = "QuantumCircuit",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumIndustrialBoiler",
["item"] = "TitaniumIndustrialBoiler",
},
},
},
{
["level"] = 1,
["science"] = 20000000,
["requires"] = {
{
["name"] = "CompositePlate",
},
{
["name"] = "QuantumProcessor",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeIndustrialBoiler",
["item"] = "CompositeIndustrialBoiler",
},
},
},
{
["level"] = 2,
["science"] = 80000000,
["requires"] = {
{
["name"] = "NeutroniumProduction",
},
{
["name"] = "QuantumBrain",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumIndustrialBoiler",
["item"] = "NeutroniumIndustrialBoiler",
},
},
},
},
["icon"] = "TitaniumIndustrialBoiler",
["leads_to"] = {
"IndustrialSteamTurbine",
},
}