Module:Data/PolyethyleneSheet/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CircuitBoard2',
         name = 'CircuitBoard2',
        machine = 'Assembler',
         input = {
         input = {
             {'Log', 1},
             {'Log', 1},
Line 14: Line 15:
     {
     {
         name = 'CircuitBoard3',
         name = 'CircuitBoard3',
        machine = 'Assembler',
         input = {
         input = {
             {'CarbonFiberSheet', 1},
             {'CarbonFiberSheet', 1},
Line 26: Line 28:
     {
     {
         name = 'Resistor3',
         name = 'Resistor3',
        machine = 'Assembler',
         input = {
         input = {
             {'GoldWire', 1},
             {'GoldWire', 1},
Line 38: Line 41:
     {
     {
         name = 'Resistor4',
         name = 'Resistor4',
        machine = 'Assembler',
         input = {
         input = {
             {'TantalumWire', 1},
             {'TantalumWire', 1},
Line 50: Line 54:
     {
     {
         name = 'Resistor5',
         name = 'Resistor5',
        machine = 'Assembler',
         input = {
         input = {
             {'TantalumWire', 1},
             {'TantalumWire', 1},
Line 63: Line 68:
     {
     {
         name = 'Transistor2',
         name = 'Transistor2',
        machine = 'Assembler',
         input = {
         input = {
             {'Silicon', 1},
             {'Silicon', 1},
Line 76: Line 82:
     {
     {
         name = 'Transistor3',
         name = 'Transistor3',
        machine = 'Assembler',
         input = {
         input = {
             {'SiliconWafer', 1},
             {'SiliconWafer', 1},
Line 89: Line 96:
     {
     {
         name = 'Transistor4',
         name = 'Transistor4',
        machine = 'Assembler',
         input = {
         input = {
             {'DopedSiliconWafer', 1},
             {'DopedSiliconWafer', 1},
Line 102: Line 110:
     {
     {
         name = 'Capacitor3',
         name = 'Capacitor3',
        machine = 'Assembler',
         input = {
         input = {
             {'TantalumFoil', 2},
             {'TantalumFoil', 2},
Line 114: Line 123:
     {
     {
         name = 'Capacitor4',
         name = 'Capacitor4',
        machine = 'Assembler',
         input = {
         input = {
             {'TantalumFoil', 2},
             {'TantalumFoil', 2},
Line 127: Line 137:
     {
     {
         name = 'CompositePlate',
         name = 'CompositePlate',
        machine = 'Assembler',
         input = {
         input = {
             {'TitaniumPlate', 1},
             {'TitaniumPlate', 1},
Line 140: Line 151:
     {
     {
         name = 'CompositePlate2',
         name = 'CompositePlate2',
        machine = 'Assembler',
         input = {
         input = {
             {'TitaniumPlate', 1},
             {'TitaniumPlate', 1},

Latest revision as of 10:33, 30 October 2025

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

return {
    {
        name = 'CircuitBoard2',
        machine = 'Assembler',
        input = {
            {'Log', 1},
            {'PolyethyleneSheet', 2},
        },
        output = {
            {'CircuitBoard', 4},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'CircuitBoard3',
        machine = 'Assembler',
        input = {
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 2},
        },
        output = {
            {'CircuitBoard', 8},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'Resistor3',
        machine = 'Assembler',
        input = {
            {'GoldWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 4},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'Resistor4',
        machine = 'Assembler',
        input = {
            {'TantalumWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 8},
        },
        ticks = 60,
        tier = 5,
    },
    {
        name = 'Resistor5',
        machine = 'Assembler',
        input = {
            {'TantalumWire', 1},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 16},
        },
        ticks = 60,
        tier = 5,
    },
    {
        name = 'Transistor2',
        machine = 'Assembler',
        input = {
            {'Silicon', 1},
            {'GoldWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 2},
        },
        ticks = 60,
        tier = 2,
    },
    {
        name = 'Transistor3',
        machine = 'Assembler',
        input = {
            {'SiliconWafer', 1},
            {'GoldWire', 4},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 8},
        },
        ticks = 60,
        tier = 3,
    },
    {
        name = 'Transistor4',
        machine = 'Assembler',
        input = {
            {'DopedSiliconWafer', 1},
            {'PlatinumWire', 2},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Transistor', 16},
        },
        ticks = 60,
        tier = 4,
    },
    {
        name = 'Capacitor3',
        machine = 'Assembler',
        input = {
            {'TantalumFoil', 2},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Capacitor', 4},
        },
        ticks = 60,
        tier = 5,
    },
    {
        name = 'Capacitor4',
        machine = 'Assembler',
        input = {
            {'TantalumFoil', 2},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Capacitor', 8},
        },
        ticks = 60,
        tier = 5,
    },
    {
        name = 'CompositePlate',
        machine = 'Assembler',
        input = {
            {'TitaniumPlate', 1},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'CompositePlate', 1},
        },
        ticks = 300,
        tier = 6,
    },
    {
        name = 'CompositePlate2',
        machine = 'Assembler',
        input = {
            {'TitaniumPlate', 1},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
            {'NeutroniumPlate', 1},
        },
        output = {
            {'CompositePlate', 4},
        },
        ticks = 300,
        tier = 7,
    },
}