Module:Data/HeavyOil/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 37: | Line 37: | ||
}, | }, | ||
ticks = 200, | ticks = 200, | ||
tier = 5, | |||
}, | }, | ||
{ | { | ||
Latest revision as of 21:16, 27 January 2026
Documentation for this module may be created at Module:Data/HeavyOil/InInput/doc
return {
{
name = 'HeavyOilPyrolysis',
machine = 'PyrolysisUnit',
input = {
{'HeavyOil', 1000},
},
output = {
{'ProducerGas', 1300},
{'Ash', 2},
},
ticks = 200,
tier = 3,
},
{
name = 'Sulfur',
machine = 'IndustrialChemReactor',
input = {
{'HeavyOil', 150},
{'Water', 250},
},
output = {
{'Sulfur', 1},
},
ticks = 200,
tier = 4,
},
{
name = 'CarbonPrecursor',
machine = 'IndustrialChemReactor',
input = {
{'HeavyOil', 1000},
{'SulfuricAcid', 100},
},
output = {
{'CarbonPrecursor', 1000},
},
ticks = 200,
tier = 5,
},
{
name = 'HeavyOil',
machine = 'FluidFurnace',
input = {
{'HeavyOil', 100},
},
output = {
},
ticks = 2000.0,
},
}