Module:Data/Diesel/InInput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Diesel/InInput/doc

return {
    {
        name = 'Diesel',
        input = {
            {'Diesel', 1000},
        },
        output = {
        },
        ticks = 112.5,
        tier = 4,
    },
    {
        name = 'HighCetaneDiesel',
        input = {
            {'Diesel', 900},
            {'NitricAcid', 100},
        },
        output = {
            {'HighCetaneDiesel', 1000},
        },
        ticks = 300,
        tier = 5,
    },
    {
        name = 'Diesel',
        input = {
            {'Diesel', 100},
        },
        output = {
        },
        ticks = 9000.0,
    },
}