Module:CombustionEngineRecipeDictionary

From Evospace
Revision as of 13:30, 31 July 2025 by Evospace (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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,
    },
}