Module:Data/TantalumDust/InOutput

From Evospace
Revision as of 15:51, 24 August 2026 by Evospace (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

return {
    {
        name = 'TantalumPlate',
        machine = 'Macerator',
        input = {
            {'TantalumPlate', 1},
        },
        output = {
            {'TantalumDust', 1},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'TantalumWire',
        machine = 'Macerator',
        input = {
            {'TantalumWire', 2},
        },
        output = {
            {'TantalumDust', 1},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'TantalumFoil',
        machine = 'Macerator',
        input = {
            {'TantalumFoil', 3},
        },
        output = {
            {'TantalumDust', 1},
        },
        ticks = 80,
        tier = 5,
    },
}