Module:Data/Diesel/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'RawOil1',
        input = {
            {'RawOil', 2000},
        },
        output = {
            {'Diesel', 666.6666666666666},
        },
        ticks = 120,
        tier = 3,
    },
    {
        name = 'RapeseedOil',
        input = {
            {'RapeseedOil', 1000},
            {'Ethanol', 150},
            {'Catalyst', 1},
        },
        output = {
            {'Diesel', 400},
        },
        ticks = 400,
    },
    {
        name = 'RawOil',
        input = {
            {'RawOil', 15000},
        },
        output = {
            {'HeavyOil', 2000.0},
            {'Diesel', 5000.0},
            {'Gasoline', 3000.0},
            {'Ethylene', 3000.0},
        },
        ticks = 600,
        tier = 4,
    },
}