Module:MaceratorRecipeDictionary

From Evospace
Revision as of 12:37, 31 July 2025 by Evospace (talk | contribs)
Jump to navigation Jump to search

Documentation for this module may be created at Module:MaceratorRecipeDictionary/doc

return {
    {
        name = 'CopperPlate',
        input = {
            {'CopperPlate', 1},
        },
        output = {
            {'CopperDust', 1},
        },
        ticks = 80,
        tier = 0,
    },
    {
        name = 'GoldPlate',
        input = {
            {'GoldPlate', 1},
        },
        output = {
            {'GoldDust', 1},
        },
        ticks = 80,
        tier = 2,
    },
    {
        name = 'PlatinumPlate',
        input = {
            {'PlatinumPlate', 1},
        },
        output = {
            {'PlatinumDust', 1},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'IronPlate',
        input = {
            {'IronPlate', 1},
        },
        output = {
            {'IronDust', 1},
        },
        ticks = 80,
        tier = 2,
    },
    {
        name = 'SteelPlate',
        input = {
            {'SteelPlate', 1},
        },
        output = {
            {'SteelDust', 1},
        },
        ticks = 80,
        tier = 1,
    },
    {
        name = 'AluminiumPlate',
        input = {
            {'AluminiumPlate', 1},
        },
        output = {
            {'AluminiumDust', 1},
        },
        ticks = 80,
        tier = 2,
    },
    {
        name = 'StainlessSteelPlate',
        input = {
            {'StainlessSteelPlate', 1},
        },
        output = {
            {'StainlessSteelDust', 1},
        },
        ticks = 80,
        tier = 3,
    },
    {
        name = 'TitaniumPlate',
        input = {
            {'TitaniumPlate', 1},
        },
        output = {
            {'TitaniumDust', 1},
        },
        ticks = 80,
        tier = 4,
    },
    {
        name = 'ChromiumPlate',
        input = {
            {'ChromiumPlate', 1},
        },
        output = {
            {'ChromiumDust', 1},
        },
        ticks = 80,
        tier = 3,
    },
    {
        name = 'PlutoniumPlate',
        input = {
            {'PlutoniumPlate', 1},
        },
        output = {
            {'PlutoniumDust', 1},
        },
        ticks = 80,
        tier = 0,
    },
    {
        name = 'UraniumPlate',
        input = {
            {'UraniumPlate', 1},
        },
        output = {
            {'UraniumDust', 1},
        },
        ticks = 80,
        tier = 0,
    },
    {
        name = 'Uranium235Plate',
        input = {
            {'Uranium235Plate', 1},
        },
        output = {
            {'Uranium235Dust', 1},
        },
        ticks = 80,
        tier = 0,
    },
    {
        name = 'Uranium233Plate',
        input = {
            {'Uranium233Plate', 1},
        },
        output = {
            {'Uranium233Dust', 1},
        },
        ticks = 80,
        tier = 0,
    },
    {
        name = 'ThoriumPlate',
        input = {
            {'ThoriumPlate', 1},
        },
        output = {
            {'ThoriumDust', 1},
        },
        ticks = 80,
        tier = 0,
    },
    {
        name = 'YttriumPlate',
        input = {
            {'YttriumPlate', 1},
        },
        output = {
            {'YttriumDust', 1},
        },
        ticks = 80,
        tier = 4,
    },
    {
        name = 'TantalumPlate',
        input = {
            {'TantalumPlate', 1},
        },
        output = {
            {'TantalumDust', 1},
        },
        ticks = 80,
        tier = 5,
    },
}