Module:Data/SiliconWafer/InInput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/SiliconWafer/InInput/doc

return {
    {
        name = 'Transistor3',
        input = {
            {'SiliconWafer', 1},
            {'GoldWire', 4},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 8},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'Processor2',
        input = {
            {'CircuitBoard', 1},
            {'AdvancedCircuit', 2},
            {'SiliconWafer', 1},
            {'Capacitor', 2},
        },
        output = {
            {'Processor', 1},
        },
        ticks = 200,
        tier = 4,
    },
    {
        name = 'DecisionResonator3',
        input = {
            {'StainlessSteelParts', 4},
            {'SiliconWafer', 1},
            {'CompositePlate', 1},
        },
        output = {
            {'DecisionResonator', 2},
        },
        ticks = 100,
        tier = 5,
    },
    {
        name = 'StainlessSteelSolarCell',
        input = {
            {'SiliconWafer', 5},
            {'CopperWire', 5},
        },
        output = {
            {'StainlessSteelSolarCell', 1},
        },
        ticks = 80,
        tier = 3,
    },
}