Module:Data/Gasoline/InOutput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
{'Ethylene', 1500.0}, | {'Ethylene', 1500.0}, | ||
}, | }, | ||
ticks = | ticks = 500, | ||
tier = 4, | tier = 4, | ||
}, | }, | ||
} | } | ||
Latest revision as of 21:20, 27 January 2026
Documentation for this module may be created at Module:Data/Gasoline/InOutput/doc
return {
{
name = 'RawOil2',
machine = 'PyrolysisUnit',
input = {
{'RawOil', 2000},
},
output = {
{'Gasoline', 400.0},
},
ticks = 120,
tier = 3,
},
{
name = 'RawOil',
machine = 'FractionatingColumn',
input = {
{'RawOil', 7500},
},
output = {
{'HeavyOil', 1000.0},
{'Diesel', 2500.0},
{'Gasoline', 1500.0},
{'Ethylene', 1500.0},
},
ticks = 500,
tier = 4,
},
}