Module:Data/Research/IndustrialGenerator: 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"] = 2000000, | ["science"] = 2000000, | ||
["requires"] = { | ["requires"] = { | ||
"IndustrialSteamTurbine", | { | ||
["name"] = "IndustrialSteamTurbine", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 26: | Line 28: | ||
["science"] = 20000000, | ["science"] = 20000000, | ||
["requires"] = { | ["requires"] = { | ||
"CompositePlate", | { | ||
"PlatinumSolution", | ["name"] = "CompositePlate", | ||
"QuantumProcessor", | }, | ||
{ | |||
["name"] = "PlatinumSolution", | |||
}, | |||
{ | |||
["name"] = "QuantumProcessor", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 42: | Line 50: | ||
["science"] = 80000000, | ["science"] = 80000000, | ||
["requires"] = { | ["requires"] = { | ||
"FusionReaction", | { | ||
"QuantumBrain", | ["name"] = "FusionReaction", | ||
}, | |||
{ | |||
["name"] = "QuantumBrain", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:53, 10 September 2026
Documentation for this module may be created at Module:Data/Research/IndustrialGenerator/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "IndustrialGenerator",
["label"] = "Industrial Generator",
["kind"] = "recipe",
["tier"] = 5,
["main"] = false,
["levels"] = {
{
["level"] = 0,
["science"] = 2000000,
["requires"] = {
{
["name"] = "IndustrialSteamTurbine",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumIndustrialGenerator",
["item"] = "TitaniumIndustrialGenerator",
},
},
},
{
["level"] = 1,
["science"] = 20000000,
["requires"] = {
{
["name"] = "CompositePlate",
},
{
["name"] = "PlatinumSolution",
},
{
["name"] = "QuantumProcessor",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeIndustrialGenerator",
["item"] = "CompositeIndustrialGenerator",
},
},
},
{
["level"] = 2,
["science"] = 80000000,
["requires"] = {
{
["name"] = "FusionReaction",
},
{
["name"] = "QuantumBrain",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumIndustrialGenerator",
["item"] = "NeutroniumIndustrialGenerator",
},
},
},
},
["icon"] = "TitaniumIndustrialGenerator",
}