Module:Data/Research/FuelChemistry3: 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"] = 2000000, | ["science"] = 2000000, | ||
["requires"] = { | ["requires"] = { | ||
"FuelChemistry2", | { | ||
"IndustrialChemReactor", | ["name"] = "FuelChemistry2", | ||
}, | |||
{ | |||
["name"] = "IndustrialChemReactor", | |||
["level"] = 2, | |||
}, | |||
}, | }, | ||
["unlocks"] = { | ["unlocks"] = { | ||
Latest revision as of 12:53, 10 September 2026
Documentation for this module may be created at Module:Data/Research/FuelChemistry3/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "FuelChemistry3",
["label"] = "Fuel Chemistry III",
["kind"] = "recipe",
["tier"] = 5,
["main"] = false,
["levels"] = {
{
["level"] = 0,
["science"] = 2000000,
["requires"] = {
{
["name"] = "FuelChemistry2",
},
{
["name"] = "IndustrialChemReactor",
["level"] = 2,
},
},
["unlocks"] = {
{
["machine"] = "IndustrialChemReactor",
["recipe"] = "Superfuel",
["item"] = "Superfuel",
},
},
},
},
["icon"] = "Superfuel",
["leads_to"] = {
"FuelChemistry4",
},
}