Module:Data/SiliconWafer/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
         input = {
         input = {
             {'SiliconWafer', 1},
             {'SiliconWafer', 1},
             {'GoldWire', 4},
             {'CopperWire', 4},
             {'PolyethyleneSheet', 1},
             {'PolyethyleneSheet', 1},
         },
         },
         output = {
         output = {
             {'Transistor', 8},
             {'Transistor', 4},
         },
         },
         ticks = 60,
         ticks = 60,

Latest revision as of 21:16, 27 January 2026

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

return {
    {
        name = 'Transistor3',
        machine = 'Assembler',
        input = {
            {'SiliconWafer', 1},
            {'CopperWire', 4},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 4},
        },
        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,
    },
}