Module:Data/TantalumWire/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'TantalumWire',
        input = {
            {'TantalumPlate', 1},
        },
        output = {
            {'TantalumWire', 1},
        },
        ticks = 20,
    },
    {
        name = 'TantalumWire2',
        input = {
            {'TantalumPlate', 1},
        },
        output = {
            {'TantalumWire', 2},
        },
        ticks = 40,
    },
}