Module:Data/DopedSiliconWafer/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
         input = {
         input = {
             {'DopedSiliconWafer', 1},
             {'DopedSiliconWafer', 1},
             {'PlatinumWire', 2},
             {'CopperWire', 6},
             {'PolyethyleneSheet', 1},
             {'PolyethyleneSheet', 1},
         },
         },
         output = {
         output = {
             {'Transistor', 16},
             {'Transistor', 8},
         },
         },
         ticks = 60,
         ticks = 60,
Line 19: Line 19:
         input = {
         input = {
             {'CircuitBoard', 1},
             {'CircuitBoard', 1},
            {'AdvancedCircuit', 1},
             {'DopedSiliconWafer', 1},
             {'DopedSiliconWafer', 1},
            {'Resistor', 2},
             {'Capacitor', 3},
             {'Capacitor', 3},
         },
         },

Latest revision as of 21:16, 27 January 2026

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

return {
    {
        name = 'Transistor4',
        machine = 'Assembler',
        input = {
            {'DopedSiliconWafer', 1},
            {'CopperWire', 6},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 8},
        },
        ticks = 60,
        tier = 4,
    },
    {
        name = 'Processor3',
        machine = 'Assembler',
        input = {
            {'CircuitBoard', 1},
            {'AdvancedCircuit', 1},
            {'DopedSiliconWafer', 1},
            {'Capacitor', 3},
        },
        output = {
            {'Processor', 2},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'DecisionResonator4',
        machine = 'Assembler',
        input = {
            {'StainlessSteelParts', 4},
            {'DopedSiliconWafer', 1},
            {'CompositePlate', 1},
        },
        output = {
            {'DecisionResonator', 4},
        },
        ticks = 100,
        tier = 5,
    },
}