Module:AssemblerRecipeDictionary

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:AssemblerRecipeDictionary/doc

return {
    {
        name = 'CopperWire2',
        input = {
            {'CopperPlate', 1},
        },
        output = {
            {'CopperWire', 2},
        },
        ticks = 40,
    },
    {
        name = 'GoldWire2',
        input = {
            {'GoldPlate', 1},
        },
        output = {
            {'GoldWire', 2},
        },
        ticks = 40,
    },
    {
        name = 'PlatinumFoil',
        input = {
            {'PlatinumPlate', 1},
        },
        output = {
            {'PlatinumFoil', 3},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'PlatinumWire2',
        input = {
            {'PlatinumPlate', 1},
        },
        output = {
            {'PlatinumWire', 2},
        },
        ticks = 40,
    },
    {
        name = 'AluminiumFoil',
        input = {
            {'AluminiumPlate', 1},
        },
        output = {
            {'AluminiumFoil', 3},
        },
        ticks = 80,
        tier = 2,
    },
    {
        name = 'YttriumWire2',
        input = {
            {'YttriumPlate', 1},
        },
        output = {
            {'YttriumWire', 2},
        },
        ticks = 40,
    },
    {
        name = 'TantalumFoil',
        input = {
            {'TantalumPlate', 1},
        },
        output = {
            {'TantalumFoil', 3},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'TantalumWire2',
        input = {
            {'TantalumPlate', 1},
        },
        output = {
            {'TantalumWire', 2},
        },
        ticks = 40,
    },
}