Module:Data/YttriumWire/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'YttriumWire',
        input = {
            {'YttriumPlate', 1},
        },
        output = {
            {'YttriumWire', 1},
        },
        ticks = 20,
    },
    {
        name = 'YttriumWire2',
        input = {
            {'YttriumPlate', 1},
        },
        output = {
            {'YttriumWire', 2},
        },
        ticks = 40,
    },
}