Module:Data/Coke/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 81: Line 81:
             {'Coke', 1},
             {'Coke', 1},
             {'RawOil', 150},
             {'RawOil', 150},
             {'ProducerGas', 150},
        },
        ticks = 400,
        tier = 3,
    },
    {
        name = 'CoalDust',
        machine = 'PyrolysisUnit',
        input = {
            {'CoalDust', 1},
        },
        output = {
            {'Coke', 1},
             {'RawOil', 70},
         },
         },
         ticks = 400,
         ticks = 400,

Latest revision as of 15:50, 24 August 2026

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

return {
    {
        name = 'CoalToCoke',
        machine = 'Oven',
        input = {
            {'Coal', 10},
        },
        output = {
            {'Coke', 10},
            {'Creosote', 500},
        },
        ticks = 600,
    },
    {
        name = 'CoalDustToCoke',
        machine = 'Oven',
        input = {
            {'CoalDust', 10},
        },
        output = {
            {'Coke', 10},
            {'Creosote', 500},
        },
        ticks = 600,
    },
    {
        name = 'CoalOreDustToCoke',
        machine = 'Oven',
        input = {
            {'CoalOreDust', 10},
        },
        output = {
            {'Coke', 10},
            {'Creosote', 500},
        },
        ticks = 600,
    },
    {
        name = 'CoalOreGravelToCoke',
        machine = 'Oven',
        input = {
            {'CoalOreGravel', 10},
        },
        output = {
            {'Coke', 15.0},
            {'Creosote', 750.0},
        },
        ticks = 900.0,
    },
    {
        name = 'CoalOreImpureGravelToCoke',
        machine = 'Oven',
        input = {
            {'CoalOreImpureGravel', 10},
        },
        output = {
            {'Coke', 15.0},
            {'Creosote', 750.0},
        },
        ticks = 900.0,
    },
    {
        name = 'CoalOreToCoke',
        machine = 'Oven',
        input = {
            {'CoalOre', 10},
        },
        output = {
            {'Coke', 20},
            {'Creosote', 1000},
        },
        ticks = 1200,
    },
    {
        name = 'Coal',
        machine = 'PyrolysisUnit',
        input = {
            {'Coal', 1},
        },
        output = {
            {'Coke', 1},
            {'RawOil', 150},
        },
        ticks = 400,
        tier = 3,
    },
    {
        name = 'CoalDust',
        machine = 'PyrolysisUnit',
        input = {
            {'CoalDust', 1},
        },
        output = {
            {'Coke', 1},
            {'RawOil', 70},
        },
        ticks = 400,
        tier = 3,
    },
}