Module:Data/Transistor/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'Transistor2',
        input = {
            {'Silicon', 1},
            {'GoldWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 2},
        },
        ticks = 60,
        tier = 2,
    },
    {
        name = 'Transistor3',
        input = {
            {'SiliconWafer', 1},
            {'GoldWire', 4},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 8},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'Transistor4',
        input = {
            {'DopedSiliconWafer', 1},
            {'PlatinumWire', 2},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 16},
        },
        ticks = 60,
        tier = 4,
    },
    {
        name = 'Transistor',
        input = {
            {'Silicon', 1},
            {'CopperWire', 2},
        },
        output = {
            {'Transistor', 1},
        },
        ticks = 80,
        tier = 1,
    },
}