Module:FractionatingColumnRecipeDictionary

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:FractionatingColumnRecipeDictionary/doc

return {
    {
        name = 'RawOil',
        input = {
            {'RawOil', 7500},
        },
        output = {
            {'HeavyOil', 1000.0},
            {'Diesel', 2500.0},
            {'Gasoline', 1500.0},
            {'Ethylene', 1500.0},
        },
        ticks = 300,
        tier = 4,
    },
}