Module:Data/Research/Oven
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"] = {
"Furnace",
"FluidTransfer",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CopperOven",
["item"] = "CopperOven",
},
},
},
{
["level"] = 1,
["science"] = 6000,
["requires"] = {
"SteelProduction",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "SteelOven",
["item"] = "SteelOven",
},
},
},
{
["level"] = 2,
["science"] = 60000,
["requires"] = {
"AluminiumProduction",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumOven",
["item"] = "AluminiumOven",
},
},
},
{
["level"] = 3,
["science"] = 600000,
["requires"] = {
"StainlessSteelProduction",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelOven",
["item"] = "StainlessSteelOven",
},
},
},
{
["level"] = 4,
["science"] = 6000000,
["requires"] = {
"TitaniumProduction",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumOven",
["item"] = "TitaniumOven",
},
},
},
{
["level"] = 5,
["science"] = 60000000,
["requires"] = {
"CompositePlate",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeOven",
["item"] = "CompositeOven",
},
},
},
{
["level"] = 6,
["science"] = 240000000,
["requires"] = {
"NeutroniumProduction",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumOven",
["item"] = "NeutroniumOven",
},
},
},
},
["icon"] = "CopperOven",
["leads_to"] = {
"SteelProduction",
},
}