Module:Data/YttriumDust/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'RareEarthSludge', input = { {'RareEarthSludge', 1}, {'Ammonia', 300}, }, output = { {'YttriumDust', 2}, }, ticks = 200, tier = 4, }, { name = 'YttriumPlate', input = { {'YttriumPlate', 1}, }, output = { {'YttriumDust', 1}, }, ticks = 80, tier = 4, }, }"
 
(No difference)

Latest revision as of 06:51, 1 August 2025

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

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