Module:Data/Research/DeepStorage: 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"] = 1000000, | ["science"] = 1000000, | ||
["requires"] = { | ["requires"] = { | ||
"StorageCore", | { | ||
"BasicFrame", | ["name"] = "StorageCore", | ||
"Processor", | }, | ||
{ | |||
["name"] = "BasicFrame", | |||
}, | |||
{ | |||
["name"] = "Processor", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 28: | Line 34: | ||
["science"] = 10000000, | ["science"] = 10000000, | ||
["requires"] = { | ["requires"] = { | ||
"ReinforcedFrame", | { | ||
"QuantumCircuit", | ["name"] = "ReinforcedFrame", | ||
}, | |||
{ | |||
["name"] = "QuantumCircuit", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 43: | Line 53: | ||
["science"] = 100000000, | ["science"] = 100000000, | ||
["requires"] = { | ["requires"] = { | ||
"CompositePlate", | { | ||
"QuantumProcessor", | ["name"] = "CompositePlate", | ||
}, | |||
{ | |||
["name"] = "QuantumProcessor", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 58: | Line 72: | ||
["science"] = 400000000, | ["science"] = 400000000, | ||
["requires"] = { | ["requires"] = { | ||
"FusionReaction", | { | ||
"ModularFrame", | ["name"] = "FusionReaction", | ||
"QuantumBrain", | }, | ||
{ | |||
["name"] = "ModularFrame", | |||
}, | |||
{ | |||
["name"] = "QuantumBrain", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:52, 10 September 2026
Documentation for this module may be created at Module:Data/Research/DeepStorage/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "DeepStorage",
["label"] = "Deep Storage",
["kind"] = "recipe",
["tier"] = 4,
["main"] = false,
["levels"] = {
{
["level"] = 0,
["science"] = 1000000,
["requires"] = {
{
["name"] = "StorageCore",
},
{
["name"] = "BasicFrame",
},
{
["name"] = "Processor",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelDeepStorage",
["item"] = "StainlessSteelDeepStorage",
},
},
},
{
["level"] = 1,
["science"] = 10000000,
["requires"] = {
{
["name"] = "ReinforcedFrame",
},
{
["name"] = "QuantumCircuit",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumDeepStorage",
["item"] = "TitaniumDeepStorage",
},
},
},
{
["level"] = 2,
["science"] = 100000000,
["requires"] = {
{
["name"] = "CompositePlate",
},
{
["name"] = "QuantumProcessor",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeDeepStorage",
["item"] = "CompositeDeepStorage",
},
},
},
{
["level"] = 3,
["science"] = 400000000,
["requires"] = {
{
["name"] = "FusionReaction",
},
{
["name"] = "ModularFrame",
},
{
["name"] = "QuantumBrain",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumDeepStorage",
["item"] = "NeutroniumDeepStorage",
},
},
},
},
["icon"] = "StainlessSteelDeepStorage",
}