Module:Data/Research/AtmosphericCondenser: 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"] = 100, | ["science"] = 100, | ||
["requires"] = { | ["requires"] = { | ||
"AutomaticFarm", | { | ||
"FluidTransfer", | ["name"] = "AutomaticFarm", | ||
}, | |||
{ | |||
["name"] = "FluidTransfer", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 27: | Line 31: | ||
["science"] = 1000, | ["science"] = 1000, | ||
["requires"] = { | ["requires"] = { | ||
"SteelProduction", | { | ||
["name"] = "SteelProduction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 41: | Line 47: | ||
["science"] = 10000, | ["science"] = 10000, | ||
["requires"] = { | ["requires"] = { | ||
"AluminiumProduction", | { | ||
"BasicFrame", | ["name"] = "AluminiumProduction", | ||
}, | |||
{ | |||
["name"] = "BasicFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 56: | Line 66: | ||
["science"] = 100000, | ["science"] = 100000, | ||
["requires"] = { | ["requires"] = { | ||
"StainlessSteelProduction", | { | ||
"ReinforcedFrame", | ["name"] = "StainlessSteelProduction", | ||
}, | |||
{ | |||
["name"] = "ReinforcedFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 71: | Line 85: | ||
["science"] = 1000000, | ["science"] = 1000000, | ||
["requires"] = { | ["requires"] = { | ||
"TitaniumProduction", | { | ||
["name"] = "TitaniumProduction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 85: | Line 101: | ||
["science"] = 10000000, | ["science"] = 10000000, | ||
["requires"] = { | ["requires"] = { | ||
"CompositePlate", | { | ||
"ModularFrame", | ["name"] = "CompositePlate", | ||
}, | |||
{ | |||
["name"] = "ModularFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 100: | Line 120: | ||
["science"] = 40000000, | ["science"] = 40000000, | ||
["requires"] = { | ["requires"] = { | ||
"NeutroniumProduction", | { | ||
["name"] = "NeutroniumProduction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:52, 10 September 2026
Documentation for this module may be created at Module:Data/Research/AtmosphericCondenser/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "AtmosphericCondenser",
["label"] = "Atmospheric Condenser",
["kind"] = "recipe",
["tier"] = 1,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 100,
["requires"] = {
{
["name"] = "AutomaticFarm",
},
{
["name"] = "FluidTransfer",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CopperAtmosphericCondenser",
["item"] = "CopperAtmosphericCondenser",
},
},
},
{
["level"] = 1,
["science"] = 1000,
["requires"] = {
{
["name"] = "SteelProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "SteelAtmosphericCondenser",
["item"] = "SteelAtmosphericCondenser",
},
},
},
{
["level"] = 2,
["science"] = 10000,
["requires"] = {
{
["name"] = "AluminiumProduction",
},
{
["name"] = "BasicFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumAtmosphericCondenser",
["item"] = "AluminiumAtmosphericCondenser",
},
},
},
{
["level"] = 3,
["science"] = 100000,
["requires"] = {
{
["name"] = "StainlessSteelProduction",
},
{
["name"] = "ReinforcedFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelAtmosphericCondenser",
["item"] = "StainlessSteelAtmosphericCondenser",
},
},
},
{
["level"] = 4,
["science"] = 1000000,
["requires"] = {
{
["name"] = "TitaniumProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumAtmosphericCondenser",
["item"] = "TitaniumAtmosphericCondenser",
},
},
},
{
["level"] = 5,
["science"] = 10000000,
["requires"] = {
{
["name"] = "CompositePlate",
},
{
["name"] = "ModularFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeAtmosphericCondenser",
["item"] = "CompositeAtmosphericCondenser",
},
},
},
{
["level"] = 6,
["science"] = 40000000,
["requires"] = {
{
["name"] = "NeutroniumProduction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumAtmosphericCondenser",
["item"] = "NeutroniumAtmosphericCondenser",
},
},
},
},
["icon"] = "CopperAtmosphericCondenser",
}