Module:Data/Research/KrollProcess: 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"] = { | ||
"IndustrialSmelting", | { | ||
"NitricAcid", | ["name"] = "IndustrialSmelting", | ||
}, | |||
{ | |||
["name"] = "NitricAcid", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:53, 10 September 2026
Documentation for this module may be created at Module:Data/Research/KrollProcess/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "KrollProcess",
["label"] = "Kroll Process",
["kind"] = "recipe",
["tier"] = 5,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 1000000,
["requires"] = {
{
["name"] = "IndustrialSmelting",
},
{
["name"] = "NitricAcid",
},
},
["unlocks"] = {
{
["machine"] = "IndustrialSmelter",
["recipe"] = "SpongeToPlate",
["item"] = "TitaniumPlate",
},
{
["machine"] = "IndustrialChemReactor",
["recipe"] = "TitaniumSponge",
["item"] = "TitaniumSponge",
},
{
["machine"] = "IndustrialChemReactor",
["recipe"] = "TitaniumTetrachloride",
["item"] = "TitaniumTetrachloride",
},
{
["machine"] = "Mixer",
["recipe"] = "PreparedTitaniumOxideCraft",
["item"] = "PreparedTitaniumOxideDust",
},
},
},
},
["icon"] = "TitaniumPlate",
["leads_to"] = {
"TitaniumProduction",
},
}