Module:Data/Coke/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 82: Line 82:
             {'RawOil', 150},
             {'RawOil', 150},
             {'ProducerGas', 150},
             {'ProducerGas', 150},
        },
        ticks = 400,
        tier = 3,
    },
    {
        name = 'CoalDust',
        machine = 'PyrolysisUnit',
        input = {
            {'CoalDust', 1},
        },
        output = {
            {'Coke', 1},
            {'RawOil', 70},
            {'ProducerGas', 200},
         },
         },
         ticks = 400,
         ticks = 400,

Latest revision as of 21:20, 27 January 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},
            {'ProducerGas', 150},
        },
        ticks = 400,
        tier = 3,
    },
    {
        name = 'CoalDust',
        machine = 'PyrolysisUnit',
        input = {
            {'CoalDust', 1},
        },
        output = {
            {'Coke', 1},
            {'RawOil', 70},
            {'ProducerGas', 200},
        },
        ticks = 400,
        tier = 3,
    },
}