Module:Data/Research/Separator: 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"] = 2000, | ["science"] = 2000, | ||
["requires"] = { | ["requires"] = { | ||
"ElectricEngine", | { | ||
["name"] = "ElectricEngine", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 26: | Line 28: | ||
["science"] = 20000, | ["science"] = 20000, | ||
["requires"] = { | ["requires"] = { | ||
"AluminiumProduction", | { | ||
"BasicFrame", | ["name"] = "AluminiumProduction", | ||
}, | |||
{ | |||
["name"] = "BasicFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 41: | Line 47: | ||
["science"] = 200000, | ["science"] = 200000, | ||
["requires"] = { | ["requires"] = { | ||
"StainlessSteelProduction", | { | ||
"ReinforcedFrame", | ["name"] = "StainlessSteelProduction", | ||
}, | |||
{ | |||
["name"] = "ReinforcedFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 56: | Line 66: | ||
["science"] = 2000000, | ["science"] = 2000000, | ||
["requires"] = { | ["requires"] = { | ||
"TitaniumProduction", | { | ||
["name"] = "TitaniumProduction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 70: | Line 82: | ||
["science"] = 20000000, | ["science"] = 20000000, | ||
["requires"] = { | ["requires"] = { | ||
"CompositePlate", | { | ||
"ModularFrame", | ["name"] = "CompositePlate", | ||
}, | |||
{ | |||
["name"] = "ModularFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 85: | Line 101: | ||
["science"] = 80000000, | ["science"] = 80000000, | ||
["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/Separator/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "Separator",
["label"] = "Separator",
["kind"] = "recipe",
["tier"] = 2,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 2000,
["requires"] = {
{
["name"] = "ElectricEngine",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "SteelSeparator",
["item"] = "SteelSeparator",
},
},
},
{
["level"] = 1,
["science"] = 20000,
["requires"] = {
{
["name"] = "AluminiumProduction",
},
{
["name"] = "BasicFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumSeparator",
["item"] = "AluminiumSeparator",
},
},
},
{
["level"] = 2,
["science"] = 200000,
["requires"] = {
{
["name"] = "StainlessSteelProduction",
},
{
["name"] = "ReinforcedFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelSeparator",
["item"] = "StainlessSteelSeparator",
},
},
},
{
["level"] = 3,
["science"] = 2000000,
["requires"] = {
{
["name"] = "TitaniumProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumSeparator",
["item"] = "TitaniumSeparator",
},
},
},
{
["level"] = 4,
["science"] = 20000000,
["requires"] = {
{
["name"] = "CompositePlate",
},
{
["name"] = "ModularFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeSeparator",
["item"] = "CompositeSeparator",
},
},
},
{
["level"] = 5,
["science"] = 80000000,
["requires"] = {
{
["name"] = "NeutroniumProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumSeparator",
["item"] = "NeutroniumSeparator",
},
},
},
},
["icon"] = "SteelSeparator",
["leads_to"] = {
"OreWasher",
},
}