Module:Data/HighCetaneDiesel/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'HighCetaneDiesel', input = { {'HighCetaneDiesel', 1000}, }, output = { }, ticks = 187.5, tier = 4, }, { name = 'Superfuel', input = { {'HighCetaneDiesel', 1000}, {'Catalyst', 1}, }, output = { {'Superfuel', 1000}, }, ticks = 3000, }, { name = 'Superfuel2', input = {..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'HighCetaneDiesel', | name = 'HighCetaneDiesel', | ||
machine = 'CombustionEngine', | |||
input = { | input = { | ||
{'HighCetaneDiesel', 1000}, | {'HighCetaneDiesel', 1000}, | ||
| Line 12: | Line 13: | ||
{ | { | ||
name = 'Superfuel', | name = 'Superfuel', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'HighCetaneDiesel', 1000}, | {'HighCetaneDiesel', 1000}, | ||
| Line 23: | Line 25: | ||
{ | { | ||
name = 'Superfuel2', | name = 'Superfuel2', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'HighCetaneDiesel', 1000}, | {'HighCetaneDiesel', 1000}, | ||
| Line 34: | Line 37: | ||
{ | { | ||
name = 'HighCetaneDiesel', | name = 'HighCetaneDiesel', | ||
machine = 'FluidFurnace', | |||
input = { | input = { | ||
{'HighCetaneDiesel', 100}, | {'HighCetaneDiesel', 100}, | ||
Latest revision as of 10:33, 30 October 2025
Documentation for this module may be created at Module:Data/HighCetaneDiesel/InInput/doc
return {
{
name = 'HighCetaneDiesel',
machine = 'CombustionEngine',
input = {
{'HighCetaneDiesel', 1000},
},
output = {
},
ticks = 187.5,
tier = 4,
},
{
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,
},
}