Module:Data/Research/Catalyst
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"] = {
"IndustrialChemReactor",
},
["unlocks"] = {
{
["machine"] = "Hand",
["recipe"] = "Catalyst",
["item"] = "Catalyst",
},
},
},
},
["icon"] = "Catalyst",
["leads_to"] = {
"Catalyst2",
"CombustionEngine",
"FuelChemistry",
"SulfuricAcid",
},
}