Module:Data/Research/ReflectorCell: 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"] = { | ||
"ControlCell", | { | ||
["name"] = "ControlCell", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:53, 10 September 2026
Documentation for this module may be created at Module:Data/Research/ReflectorCell/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "ReflectorCell",
["label"] = "Reflector Cell",
["kind"] = "recipe",
["tier"] = 5,
["main"] = false,
["levels"] = {
{
["level"] = 0,
["science"] = 2000000,
["requires"] = {
{
["name"] = "ControlCell",
},
},
["unlocks"] = {
{
["machine"] = "Assembler",
["recipe"] = "ReflectorCell",
},
{
["machine"] = "Hand",
["recipe"] = "ReflectorCell",
["item"] = "ReflectorCell",
},
{
["machine"] = "FissionReactor",
["recipe"] = "UraniumCell2",
["item"] = "DepletedUraniumCell",
},
},
},
},
["icon"] = "ReflectorCell",
["leads_to"] = {
"AdvancedReflection",
},
}