Module:Data/HighCetaneDiesel/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
output = { | output = { | ||
}, | }, | ||
ticks = | ticks = 3000.0, | ||
}, | }, | ||
{ | { | ||
Latest revision as of 15:48, 24 August 2026
Documentation for this module may be created at Module:Data/HighCetaneDiesel/InInput/doc
return {
{
name = 'HighCetaneDiesel',
machine = 'CombustionEngine',
input = {
{'HighCetaneDiesel', 1000},
},
output = {
},
ticks = 3000.0,
},
{
name = 'Superfuel',
machine = 'IndustrialChemReactor',
input = {
{'HighCetaneDiesel', 1000},
{'Catalyst', 1},
},
output = {
{'Superfuel', 1000},
},
ticks = 3000,
},
{
name = 'Superfuel2',
machine = 'IndustrialChemReactor',
input = {
{'HighCetaneDiesel', 1000},
{'UltimateCatalyst', 1},
},
output = {
{'Superfuel', 1000},
},
ticks = 300,
},
{
name = 'HighCetaneDiesel',
machine = 'FluidFurnace',
input = {
{'HighCetaneDiesel', 100},
},
output = {
},
ticks = 15000.0,
},
}