Module:Data/RubyDust/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'RubyCrystal', input = { {'RubyCrystal', 1}, }, output = { {'RubyDust', 4}, }, ticks = 80, tier = 3, }, { name = 'RubyOre', input = { {'RubyOre', 1}, }, output = { {'RubyDust', 1}, }, ticks = 180, tier = 3, }, { name = 'RubyDust', input = { {'RubyDu..."
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'RubyCrystal',
         name = 'RubyCrystal',
        machine = 'Macerator',
         input = {
         input = {
             {'RubyCrystal', 1},
             {'RubyCrystal', 1},
Line 13: Line 14:
     {
     {
         name = 'RubyOre',
         name = 'RubyOre',
        machine = 'Smelter',
         input = {
         input = {
             {'RubyOre', 1},
             {'RubyOre', 1},
Line 24: Line 26:
     {
     {
         name = 'RubyDust',
         name = 'RubyDust',
        machine = 'Smelter',
         input = {
         input = {
             {'RubyDust', 1},
             {'RubyDust', 1},
Line 35: Line 38:
     {
     {
         name = 'RubyOreDust',
         name = 'RubyOreDust',
        machine = 'Smelter',
         input = {
         input = {
             {'RubyOreDust', 1},
             {'RubyOreDust', 1},
Line 46: Line 50:
     {
     {
         name = 'RubyOreImpureGravel',
         name = 'RubyOreImpureGravel',
        machine = 'Smelter',
         input = {
         input = {
             {'RubyOreImpureGravel', 1},
             {'RubyOreImpureGravel', 1},
Line 57: Line 62:
     {
     {
         name = 'RubyOreGravel',
         name = 'RubyOreGravel',
        machine = 'Smelter',
         input = {
         input = {
             {'RubyOreGravel', 1},
             {'RubyOreGravel', 1},
Line 68: Line 74:
     {
     {
         name = 'SeparatorRubyOreDust',
         name = 'SeparatorRubyOreDust',
        machine = 'Separator',
         input = {
         input = {
             {'RubyOreDust', 1},
             {'RubyOreDust', 1},
Line 80: Line 87:
     {
     {
         name = 'RubyOreDust',
         name = 'RubyOreDust',
        machine = 'ArcSmelter',
         input = {
         input = {
             {'RubyOreDust', 1},
             {'RubyOreDust', 1},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'RubyCrystal',
        machine = 'Macerator',
        input = {
            {'RubyCrystal', 1},
        },
        output = {
            {'RubyDust', 4},
        },
        ticks = 80,
        tier = 3,
    },
    {
        name = 'RubyOre',
        machine = 'Smelter',
        input = {
            {'RubyOre', 1},
        },
        output = {
            {'RubyDust', 1},
        },
        ticks = 180,
        tier = 3,
    },
    {
        name = 'RubyDust',
        machine = 'Smelter',
        input = {
            {'RubyDust', 1},
        },
        output = {
            {'RubyDust', 1},
        },
        ticks = 50,
        tier = 3,
    },
    {
        name = 'RubyOreDust',
        machine = 'Smelter',
        input = {
            {'RubyOreDust', 1},
        },
        output = {
            {'RubyDust', 1},
        },
        ticks = 75,
        tier = 3,
    },
    {
        name = 'RubyOreImpureGravel',
        machine = 'Smelter',
        input = {
            {'RubyOreImpureGravel', 1},
        },
        output = {
            {'RubyDust', 1},
        },
        ticks = 120,
        tier = 3,
    },
    {
        name = 'RubyOreGravel',
        machine = 'Smelter',
        input = {
            {'RubyOreGravel', 1},
        },
        output = {
            {'RubyDust', 1},
        },
        ticks = 120,
        tier = 3,
    },
    {
        name = 'SeparatorRubyOreDust',
        machine = 'Separator',
        input = {
            {'RubyOreDust', 1},
        },
        output = {
            {'RubyDust', 1},
            {'ChromiumDust', 1},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'RubyOreDust',
        machine = 'ArcSmelter',
        input = {
            {'RubyOreDust', 1},
        },
        output = {
            {'RubyDust', 1},
        },
        ticks = 120,
        tier = 3,
    },
}