Module:Data/Research/FuelChemistry
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/Research/FuelChemistry/doc
-- Generated by wiki/generate_researches.py from Content/Generated/Researches.
-- Do not edit by hand: the next run overwrites this page.
return {
["name"] = "FuelChemistry",
["label"] = "Fuel Chemistry",
["kind"] = "recipe",
["tier"] = 3,
["main"] = false,
["levels"] = {
{
["level"] = 0,
["science"] = 20000,
["requires"] = {
{
["name"] = "Catalyst",
},
},
["unlocks"] = {
{
["machine"] = "IndustrialChemReactor",
["recipe"] = "HydrocarbonBlend",
["item"] = "HydrocarbonBlend",
},
{
["machine"] = "IndustrialChemReactor",
["recipe"] = "OxidizerBlend",
["item"] = "OxidizerBlend",
},
{
["machine"] = "IndustrialChemReactor",
["recipe"] = "RocketFuel",
["item"] = "RocketFuel",
},
},
},
},
["icon"] = "HydrocarbonBlend",
["leads_to"] = {
"FractionatingColumn",
"FuelChemistry2",
},
}