Module:Data/Research/IndustrialSmelting: 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"] = 600000, | ["science"] = 600000, | ||
["requires"] = { | ["requires"] = { | ||
"StainlessSteelProduction", | { | ||
"BasicFrame", | ["name"] = "StainlessSteelProduction", | ||
}, | |||
{ | |||
["name"] = "BasicFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 27: | Line 31: | ||
["science"] = 6000000, | ["science"] = 6000000, | ||
["requires"] = { | ["requires"] = { | ||
"ReinforcedFrame", | { | ||
["name"] = "ReinforcedFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 41: | Line 47: | ||
["science"] = 60000000, | ["science"] = 60000000, | ||
["requires"] = { | ["requires"] = { | ||
"PlatinumSolution", | { | ||
"CompositePlate", | ["name"] = "PlatinumSolution", | ||
}, | |||
{ | |||
["name"] = "CompositePlate", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
| Line 56: | Line 66: | ||
["science"] = 240000000, | ["science"] = 240000000, | ||
["requires"] = { | ["requires"] = { | ||
"FusionReaction", | { | ||
"ModularFrame", | ["name"] = "FusionReaction", | ||
}, | |||
{ | |||
["name"] = "ModularFrame", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:53, 10 September 2026
Documentation for this module may be created at Module:Data/Research/IndustrialSmelting/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "IndustrialSmelting",
["label"] = "Industrial Smelting",
["kind"] = "recipe",
["tier"] = 4,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 600000,
["requires"] = {
{
["name"] = "StainlessSteelProduction",
},
{
["name"] = "BasicFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "StainlessSteelIndustrialSmelter",
["item"] = "StainlessSteelIndustrialSmelter",
},
},
},
{
["level"] = 1,
["science"] = 6000000,
["requires"] = {
{
["name"] = "ReinforcedFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "TitaniumIndustrialSmelter",
["item"] = "TitaniumIndustrialSmelter",
},
},
},
{
["level"] = 2,
["science"] = 60000000,
["requires"] = {
{
["name"] = "PlatinumSolution",
},
{
["name"] = "CompositePlate",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "CompositeIndustrialSmelter",
["item"] = "CompositeIndustrialSmelter",
},
},
},
{
["level"] = 3,
["science"] = 240000000,
["requires"] = {
{
["name"] = "FusionReaction",
},
{
["name"] = "ModularFrame",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "NeutroniumIndustrialSmelter",
["item"] = "NeutroniumIndustrialSmelter",
},
},
},
},
["icon"] = "StainlessSteelIndustrialSmelter",
["leads_to"] = {
"IndustrialSteelProduction",
"KrollProcess",
"SiliconWafer",
},
}