Module:Data/RubyOre/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
             {'RubyDust', 1},
             {'RubyDust', 1},
         },
         },
         ticks = 180,
         ticks = 60,
         tier = 3,
         tier = 3,
     },
     },
Line 23: Line 23:
         },
         },
         ticks = 100,
         ticks = 100,
        tier = 3,
    },
    {
        name = 'RubyOre',
        machine = 'ArcSmelter',
        input = {
            {'RubyOre', 1},
        },
        output = {
            {'RubyDust', 1},
            {'RubyDust', 1},
        },
        ticks = 240,
         tier = 3,
         tier = 3,
     },
     },
}
}

Latest revision as of 15:48, 24 August 2026

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

return {
    {
        name = 'RubyOre',
        machine = 'Smelter',
        input = {
            {'RubyOre', 1},
        },
        output = {
            {'RubyDust', 1},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'HammerRubyOre',
        machine = 'AutomaticHammer',
        input = {
            {'RubyOre', 1},
        },
        output = {
            {'RubyOreImpureGravel', 1},
            {'RubyOreImpureGravel', 1},
        },
        ticks = 100,
        tier = 3,
    },
    {
        name = 'RubyOre',
        machine = 'ArcSmelter',
        input = {
            {'RubyOre', 1},
        },
        output = {
            {'RubyDust', 1},
            {'RubyDust', 1},
        },
        ticks = 240,
        tier = 3,
    },
}