Module:Data/Research/Separator
Jump to navigation
Jump to search
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",
},
}