Module:Data/SiliconWafer/InInput

From Evospace
Revision as of 10:33, 30 October 2025 by Evospace (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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