Module:Data/RawOil/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'RawOil0', input = { {'RawOil', 2000}, }, output = { {'HeavyOil', 266.6666666666667}, }, ticks = 120, tier = 3, }, { name = 'RawOil1', input = { {'RawOil', 2000}, }, output = { {'Diesel', 666.6666666666666}, }, ticks = 120, tier = 3, }, { name = 'RawOil2', inpu..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
     {
     {
         name = 'RawOil0',
         name = 'RawOil0',
        machine = 'PyrolysisUnit',
         input = {
         input = {
             {'RawOil', 2000},
             {'RawOil', 2000},
Line 13: Line 14:
     {
     {
         name = 'RawOil1',
         name = 'RawOil1',
        machine = 'PyrolysisUnit',
         input = {
         input = {
             {'RawOil', 2000},
             {'RawOil', 2000},
Line 24: Line 26:
     {
     {
         name = 'RawOil2',
         name = 'RawOil2',
        machine = 'PyrolysisUnit',
         input = {
         input = {
             {'RawOil', 2000},
             {'RawOil', 2000},
Line 35: Line 38:
     {
     {
         name = 'RawOil3',
         name = 'RawOil3',
        machine = 'PyrolysisUnit',
         input = {
         input = {
             {'RawOil', 2000},
             {'RawOil', 2000},
Line 46: Line 50:
     {
     {
         name = 'RawOil',
         name = 'RawOil',
        machine = 'FractionatingColumn',
         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,
     },
     },
     {
     {
         name = 'RawOil',
         name = 'RawOil',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'RawOil', 100},
             {'RawOil', 100},

Latest revision as of 10:33, 30 October 2025

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

return {
    {
        name = 'RawOil0',
        machine = 'PyrolysisUnit',
        input = {
            {'RawOil', 2000},
        },
        output = {
            {'HeavyOil', 266.6666666666667},
        },
        ticks = 120,
        tier = 3,
    },
    {
        name = 'RawOil1',
        machine = 'PyrolysisUnit',
        input = {
            {'RawOil', 2000},
        },
        output = {
            {'Diesel', 666.6666666666666},
        },
        ticks = 120,
        tier = 3,
    },
    {
        name = 'RawOil2',
        machine = 'PyrolysisUnit',
        input = {
            {'RawOil', 2000},
        },
        output = {
            {'Gasoline', 400.0},
        },
        ticks = 120,
        tier = 3,
    },
    {
        name = 'RawOil3',
        machine = 'PyrolysisUnit',
        input = {
            {'RawOil', 2000},
        },
        output = {
            {'Ethylene', 400.0},
        },
        ticks = 120,
        tier = 3,
    },
    {
        name = 'RawOil',
        machine = 'FractionatingColumn',
        input = {
            {'RawOil', 7500},
        },
        output = {
            {'HeavyOil', 1000.0},
            {'Diesel', 2500.0},
            {'Gasoline', 1500.0},
            {'Ethylene', 1500.0},
        },
        ticks = 300,
        tier = 4,
    },
    {
        name = 'RawOil',
        machine = 'FluidFurnace',
        input = {
            {'RawOil', 100},
        },
        output = {
        },
        ticks = 1875.0,
    },
}