Module:Data/BauxiteOreDust/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'BauxiteOreDust', input = { {'BauxiteOreDust', 1}, }, output = { {'BauxiteDust', 1}, }, ticks = 75, tier = 3, }, { name = 'SeparatorBauxiteOreDust', input = { {'BauxiteOreDust', 1}, }, output = { {'BauxiteDust', 1}, {'SiliconOxide', 1}, }, ticks = 60, tier = 3, },..."
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'BauxiteOreDust',
         name = 'BauxiteOreDust',
        machine = 'Smelter',
         input = {
         input = {
             {'BauxiteOreDust', 1},
             {'BauxiteOreDust', 1},
Line 13: Line 14:
     {
     {
         name = 'SeparatorBauxiteOreDust',
         name = 'SeparatorBauxiteOreDust',
        machine = 'Separator',
         input = {
         input = {
             {'BauxiteOreDust', 1},
             {'BauxiteOreDust', 1},
Line 25: Line 27:
     {
     {
         name = 'BauxiteOreDust',
         name = 'BauxiteOreDust',
        machine = 'ArcSmelter',
         input = {
         input = {
             {'BauxiteOreDust', 1},
             {'BauxiteOreDust', 1},

Latest revision as of 10:33, 30 October 2025

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

return {
    {
        name = 'BauxiteOreDust',
        machine = 'Smelter',
        input = {
            {'BauxiteOreDust', 1},
        },
        output = {
            {'BauxiteDust', 1},
        },
        ticks = 75,
        tier = 3,
    },
    {
        name = 'SeparatorBauxiteOreDust',
        machine = 'Separator',
        input = {
            {'BauxiteOreDust', 1},
        },
        output = {
            {'BauxiteDust', 1},
            {'SiliconOxide', 1},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'BauxiteOreDust',
        machine = 'ArcSmelter',
        input = {
            {'BauxiteOreDust', 1},
        },
        output = {
            {'BauxiteDust', 1},
        },
        ticks = 120,
        tier = 3,
    },
}