Module:Data/YttriumDust/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 18: Line 18:
         input = {
         input = {
             {'YttriumPlate', 1},
             {'YttriumPlate', 1},
        },
        output = {
            {'YttriumDust', 1},
        },
        ticks = 80,
        tier = 4,
    },
    {
        name = 'YttriumWire',
        machine = 'Macerator',
        input = {
            {'YttriumWire', 2},
         },
         },
         output = {
         output = {

Latest revision as of 15:50, 24 August 2026

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

return {
    {
        name = 'RareEarthSludge',
        machine = 'ChemicalBath',
        input = {
            {'RareEarthSludge', 1},
            {'Ammonia', 300},
        },
        output = {
            {'YttriumDust', 2},
        },
        ticks = 200,
        tier = 4,
    },
    {
        name = 'YttriumPlate',
        machine = 'Macerator',
        input = {
            {'YttriumPlate', 1},
        },
        output = {
            {'YttriumDust', 1},
        },
        ticks = 80,
        tier = 4,
    },
    {
        name = 'YttriumWire',
        machine = 'Macerator',
        input = {
            {'YttriumWire', 2},
        },
        output = {
            {'YttriumDust', 1},
        },
        ticks = 80,
        tier = 4,
    },
}