Module:FractionatingColumnRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
         name = 'RawOil',
         name = 'RawOil',
         input = {
         input = {
             {'RawOil', 15000},
             {'RawOil', 7500},
         },
         },
         output = {
         output = {
             {'HeavyOil', 2000.0},
             {'HeavyOil', 1000.0},
             {'Diesel', 5000.0},
             {'Diesel', 2500.0},
             {'Gasoline', 3000.0},
             {'Gasoline', 1500.0},
             {'Ethylene', 3000.0},
             {'Ethylene', 1500.0},
         },
         },
         ticks = 600,
         ticks = 300,
         tier = 4,
         tier = 4,
     },
     },
}
}

Latest revision as of 19:33, 17 October 2025

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