Module:CombustionEngineRecipeDictionary

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