Module:Data/YttriumDust/InOutput

From Evospace
Jump to navigation Jump to search

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,
    },
}