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