Module:Data/AluminiumOxideDust/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'ElectrolyzerBauxiteDust', input = { {'BauxiteDust', 12}, }, output = { {'AluminiumOxideDust', 6}, {'TitaniumOxideDust', 1}, {'Oxygen', 5000}, }, ticks = 200, tier = 2, }, { name = 'ElectrolyzerRubyDust', input = { {'RubyDust', 8}, }, output = { {'AluminiumOxideDust', 4},..."
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'ElectrolyzerBauxiteDust',
         name = 'ElectrolyzerBauxiteDust',
        machine = 'Electrolyzer',
         input = {
         input = {
             {'BauxiteDust', 12},
             {'BauxiteDust', 12},
Line 15: Line 16:
     {
     {
         name = 'ElectrolyzerRubyDust',
         name = 'ElectrolyzerRubyDust',
        machine = 'Electrolyzer',
         input = {
         input = {
             {'RubyDust', 8},
             {'RubyDust', 8},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'ElectrolyzerBauxiteDust',
        machine = 'Electrolyzer',
        input = {
            {'BauxiteDust', 12},
        },
        output = {
            {'AluminiumOxideDust', 6},
            {'TitaniumOxideDust', 1},
            {'Oxygen', 5000},
        },
        ticks = 200,
        tier = 2,
    },
    {
        name = 'ElectrolyzerRubyDust',
        machine = 'Electrolyzer',
        input = {
            {'RubyDust', 8},
        },
        output = {
            {'AluminiumOxideDust', 4},
            {'ChromiumDust', 1},
            {'Oxygen', 3000},
        },
        ticks = 200,
        tier = 2,
    },
}