Module:Data/TantalumWire/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'TantalumWire', input = { {'TantalumPlate', 1}, }, output = { {'TantalumWire', 1}, }, ticks = 20, }, { name = 'TantalumWire2', input = { {'TantalumPlate', 1}, }, output = { {'TantalumWire', 2}, }, ticks = 40, }, }"
 
(No difference)

Latest revision as of 06:52, 1 August 2025

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,
    },
}