Module:Data/Research/Lamp: Difference between revisions
Jump to navigation
Jump to search
Research data from Content/Generated/Researches |
Research data from Content/Generated/Researches |
||
| Line 67: | Line 67: | ||
["science"] = 2000000, | ["science"] = 2000000, | ||
["requires"] = { | ["requires"] = { | ||
"CompositePlate", | { | ||
["name"] = "CompositePlate", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 81: | Line 83: | ||
["science"] = 8000000, | ["science"] = 8000000, | ||
["requires"] = { | ["requires"] = { | ||
"FusionReaction", | { | ||
["name"] = "FusionReaction", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:53, 10 September 2026
Documentation for this module may be created at Module:Data/Research/Lamp/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "Lamp",
["label"] = "Lamp",
["kind"] = "recipe",
["tier"] = 1,
["main"] = false,
["levels"] = {
{
["level"] = 0,
["science"] = 20,
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CopperLamp",
["item"] = "CopperLamp",
},
},
},
{
["level"] = 1,
["science"] = 200,
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "SteelLamp",
["item"] = "SteelLamp",
},
},
},
{
["level"] = 2,
["science"] = 2000,
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "AluminiumLamp",
["item"] = "AluminiumLamp",
},
},
},
{
["level"] = 3,
["science"] = 20000,
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelLamp",
["item"] = "StainlessSteelLamp",
},
},
},
{
["level"] = 4,
["science"] = 200000,
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumLamp",
["item"] = "TitaniumLamp",
},
},
},
{
["level"] = 5,
["science"] = 2000000,
["requires"] = {
{
["name"] = "CompositePlate",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeLamp",
["item"] = "CompositeLamp",
},
},
},
{
["level"] = 6,
["science"] = 8000000,
["requires"] = {
{
["name"] = "FusionReaction",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumLamp",
["item"] = "NeutroniumLamp",
},
},
},
},
["icon"] = "CopperLamp",
["leads_to"] = {
"Flashlight",
"Sign",
},
}