Module:Data/Research/Catalyst: 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"] = 30000, | ["science"] = 30000, | ||
["requires"] = { | ["requires"] = { | ||
"IndustrialChemReactor", | { | ||
["name"] = "IndustrialChemReactor", | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:52, 10 September 2026
Documentation for this module may be created at Module:Data/Research/Catalyst/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "Catalyst",
["label"] = "Catalyst Cell",
["kind"] = "recipe",
["tier"] = 3,
["main"] = true,
["levels"] = {
{
["level"] = 0,
["science"] = 30000,
["requires"] = {
{
["name"] = "IndustrialChemReactor",
},
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "Catalyst",
["item"] = "Catalyst",
},
},
},
},
["icon"] = "Catalyst",
["leads_to"] = {
"Catalyst2",
"CombustionEngine",
"FuelChemistry",
"SulfuricAcid",
},
}