Module:Data/Diesel/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
output = { | output = { | ||
}, | }, | ||
ticks = | ticks = 1800.0, | ||
}, | }, | ||
{ | { | ||
Latest revision as of 15:48, 24 August 2026
Documentation for this module may be created at Module:Data/Diesel/InInput/doc
return {
{
name = 'Diesel',
machine = 'CombustionEngine',
input = {
{'Diesel', 1000},
},
output = {
},
ticks = 1800.0,
},
{
name = 'HighCetaneDiesel',
machine = 'IndustrialChemReactor',
input = {
{'Diesel', 900},
{'NitricAcid', 100},
},
output = {
{'HighCetaneDiesel', 1000},
},
ticks = 300,
tier = 5,
},
{
name = 'Diesel',
machine = 'FluidFurnace',
input = {
{'Diesel', 100},
},
output = {
},
ticks = 9000.0,
},
}