Module:CombustionEngineRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
return { | return { | ||
{ | { | ||
name = ' | name = 'HighCetaneDiesel', | ||
input = { | input = { | ||
{' | {'HighCetaneDiesel', 1000}, | ||
}, | }, | ||
output = { | output = { | ||
}, | }, | ||
ticks = | ticks = 187.5, | ||
tier = 4, | tier = 4, | ||
}, | }, | ||
Line 31: | Line 31: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'Diesel', | ||
input = { | input = { | ||
{' | {'Diesel', 1000}, | ||
}, | }, | ||
output = { | output = { | ||
}, | }, | ||
ticks = | ticks = 112.5, | ||
tier = 4, | tier = 4, | ||
}, | }, | ||
} | } |
Latest revision as of 13:30, 31 July 2025
Documentation for this module may be created at Module:CombustionEngineRecipeDictionary/doc
return {
{
name = 'HighCetaneDiesel',
input = {
{'HighCetaneDiesel', 1000},
},
output = {
},
ticks = 187.5,
tier = 4,
},
{
name = 'Superfuel',
input = {
{'Superfuel', 1000},
},
output = {
},
ticks = 262.5,
tier = 4,
},
{
name = 'Gasoline',
input = {
{'Gasoline', 1000},
},
output = {
},
ticks = 75.0,
tier = 4,
},
{
name = 'Diesel',
input = {
{'Diesel', 1000},
},
output = {
},
ticks = 112.5,
tier = 4,
},
}