Module:Data/Research/Boiler
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/Research/Boiler/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "Boiler",
["label"] = "Boiler",
["kind"] = "recipe",
["tier"] = 2,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 2000,
["requires"] = {
{
["name"] = "SteelProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "SteelBoiler",
["item"] = "SteelBoiler",
},
},
},
{
["level"] = 1,
["science"] = 20000,
["requires"] = {
{
["name"] = "AluminiumProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumBoiler",
["item"] = "AluminiumBoiler",
},
},
},
{
["level"] = 2,
["science"] = 200000,
["requires"] = {
{
["name"] = "StainlessSteelProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelBoiler",
["item"] = "StainlessSteelBoiler",
},
},
},
{
["level"] = 3,
["science"] = 2000000,
["requires"] = {
{
["name"] = "TitaniumProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumBoiler",
["item"] = "TitaniumBoiler",
},
},
},
{
["level"] = 4,
["science"] = 20000000,
["requires"] = {
{
["name"] = "CompositePlate",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeBoiler",
["item"] = "CompositeBoiler",
},
},
},
{
["level"] = 5,
["science"] = 80000000,
["requires"] = {
{
["name"] = "NeutroniumProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumBoiler",
["item"] = "NeutroniumBoiler",
},
},
},
},
["icon"] = "SteelBoiler",
["leads_to"] = {
"SteamEngine",
"SteamTurbine",
},
}