Module:Data/SteelDust/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:
         output = {
         output = {
             {'SteelDust', 1},
             {'SteelDust', 1},
        },
        ticks = 80,
        tier = 1,
    },
    {
        name = 'SteelParts',
        machine = 'Macerator',
        input = {
            {'SteelParts', 1},
        },
        output = {
            {'SteelDust', 2},
         },
         },
         ticks = 80,
         ticks = 80,

Latest revision as of 15:51, 24 August 2026

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

return {
    {
        name = 'SteelPlate',
        machine = 'Macerator',
        input = {
            {'SteelPlate', 1},
        },
        output = {
            {'SteelDust', 1},
        },
        ticks = 80,
        tier = 1,
    },
    {
        name = 'SteelParts',
        machine = 'Macerator',
        input = {
            {'SteelParts', 1},
        },
        output = {
            {'SteelDust', 2},
        },
        ticks = 80,
        tier = 1,
    },
}