Module:FractionatingColumnRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'RawOil',
         name = 'RawOil',
        machine = 'FractionatingColumn',
         input = {
         input = {
             {'RawOil', 7500},
             {'RawOil', 7500},
Line 11: Line 12:
             {'Ethylene', 1500.0},
             {'Ethylene', 1500.0},
         },
         },
         ticks = 300,
         ticks = 500,
         tier = 4,
         tier = 4,
     },
     },
}
}

Latest revision as of 23:01, 27 January 2026

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

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