Module:Data/Research/Oven: 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"] = 600, | ["science"] = 600, | ||
["requires"] = { | ["requires"] = { | ||
"Furnace", | { | ||
"FluidTransfer", | ["name"] = "Furnace", | ||
}, | |||
{ | |||
["name"] = "FluidTransfer", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 27: | Line 31: | ||
["science"] = 6000, | ["science"] = 6000, | ||
["requires"] = { | ["requires"] = { | ||
"SteelProduction", | { | ||
["name"] = "SteelProduction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 41: | Line 47: | ||
["science"] = 60000, | ["science"] = 60000, | ||
["requires"] = { | ["requires"] = { | ||
"AluminiumProduction", | { | ||
["name"] = "AluminiumProduction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 55: | Line 63: | ||
["science"] = 600000, | ["science"] = 600000, | ||
["requires"] = { | ["requires"] = { | ||
"StainlessSteelProduction", | { | ||
["name"] = "StainlessSteelProduction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 69: | Line 79: | ||
["science"] = 6000000, | ["science"] = 6000000, | ||
["requires"] = { | ["requires"] = { | ||
"TitaniumProduction", | { | ||
["name"] = "TitaniumProduction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 83: | Line 95: | ||
["science"] = 60000000, | ["science"] = 60000000, | ||
["requires"] = { | ["requires"] = { | ||
"CompositePlate", | { | ||
["name"] = "CompositePlate", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 97: | Line 111: | ||
["science"] = 240000000, | ["science"] = 240000000, | ||
["requires"] = { | ["requires"] = { | ||
"NeutroniumProduction", | { | ||
["name"] = "NeutroniumProduction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:53, 10 September 2026
Documentation for this module may be created at Module:Data/Research/Oven/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "Oven",
["label"] = "Oven",
["kind"] = "recipe",
["tier"] = 1,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 600,
["requires"] = {
{
["name"] = "Furnace",
},
{
["name"] = "FluidTransfer",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CopperOven",
["item"] = "CopperOven",
},
},
},
{
["level"] = 1,
["science"] = 6000,
["requires"] = {
{
["name"] = "SteelProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "SteelOven",
["item"] = "SteelOven",
},
},
},
{
["level"] = 2,
["science"] = 60000,
["requires"] = {
{
["name"] = "AluminiumProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumOven",
["item"] = "AluminiumOven",
},
},
},
{
["level"] = 3,
["science"] = 600000,
["requires"] = {
{
["name"] = "StainlessSteelProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelOven",
["item"] = "StainlessSteelOven",
},
},
},
{
["level"] = 4,
["science"] = 6000000,
["requires"] = {
{
["name"] = "TitaniumProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumOven",
["item"] = "TitaniumOven",
},
},
},
{
["level"] = 5,
["science"] = 60000000,
["requires"] = {
{
["name"] = "CompositePlate",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeOven",
["item"] = "CompositeOven",
},
},
},
{
["level"] = 6,
["science"] = 240000000,
["requires"] = {
{
["name"] = "NeutroniumProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumOven",
["item"] = "NeutroniumOven",
},
},
},
},
["icon"] = "CopperOven",
["leads_to"] = {
"SteelProduction",
},
}