Module:Data/Triod/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'Triod',
        input = {
            {'Glass', 1},
            {'CopperWire', 3},
        },
        output = {
            {'Triod', 1},
        },
        ticks = 50,
        tier = 1,
    },
}