Module:Data/Processor/InInput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'StainlessSteelAdvancedSign',
        machine = 'Hand',
        input = {
            {'StainlessSteelSign', 1},
            {'Processor', 1},
        },
        output = {
            {'StainlessSteelAdvancedSign', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'TitaniumAdvancedSign',
        machine = 'Hand',
        input = {
            {'TitaniumSign', 1},
            {'Processor', 1},
        },
        output = {
            {'TitaniumAdvancedSign', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'CompositeAdvancedSign',
        machine = 'Hand',
        input = {
            {'CompositeSign', 1},
            {'Processor', 1},
        },
        output = {
            {'CompositeAdvancedSign', 1},
        },
        ticks = 20,
        tier = 6,
    },
    {
        name = 'NeutroniumAdvancedSign',
        machine = 'Hand',
        input = {
            {'NeutroniumSign', 1},
            {'Processor', 1},
        },
        output = {
            {'NeutroniumAdvancedSign', 1},
        },
        ticks = 20,
        tier = 7,
    },
    {
        name = 'StainlessSteelSorter',
        machine = 'Hand',
        input = {
            {'StainlessSteelSplitter', 1},
            {'Processor', 3},
        },
        output = {
            {'StainlessSteelSorter', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'StainlessSteelCombustionEngine',
        machine = 'Hand',
        input = {
            {'StainlessSteelPlate', 10},
            {'StainlessSteelParts', 24},
            {'Processor', 1},
            {'Catalyst', 1},
        },
        output = {
            {'StainlessSteelCombustionEngine', 1},
        },
        ticks = 100,
        tier = 4,
    },
    {
        name = 'StainlessSteelGenerator',
        machine = 'Hand',
        input = {
            {'StainlessSteelPlate', 8},
            {'CopperWire', 36},
            {'ReinforcedFrame', 1},
            {'Processor', 1},
        },
        output = {
            {'StainlessSteelGenerator', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'StainlessSteelLoader',
        machine = 'Hand',
        input = {
            {'StainlessSteelRobotArm', 5},
            {'StainlessSteelElectricEngine', 1},
            {'Processor', 2},
            {'ReinforcedFrame', 1},
        },
        output = {
            {'StainlessSteelLoader', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'StainlessSteelBatteryBox',
        machine = 'Hand',
        input = {
            {'CopperConnector', 4},
            {'Battery', 13},
            {'StainlessSteelPlate', 2},
            {'Processor', 1},
        },
        output = {
            {'StainlessSteelBatteryBox', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'StainlessSteelAssembler',
        machine = 'Hand',
        input = {
            {'StainlessSteelRobotArm', 4},
            {'StainlessSteelPlate', 3},
            {'ReinforcedFrame', 2},
            {'Processor', 4},
        },
        output = {
            {'StainlessSteelAssembler', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'StainlessSteelConstructor',
        machine = 'Hand',
        input = {
            {'StainlessSteelRobotArm', 1},
            {'StainlessSteelPlate', 3},
            {'ReinforcedFrame', 1},
            {'Processor', 2},
        },
        output = {
            {'StainlessSteelConstructor', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'StainlessSteelAutomaticFarm',
        machine = 'Hand',
        input = {
            {'DirtSurface', 4},
            {'StainlessSteelRobotArm', 4},
            {'ReinforcedFrame', 3},
            {'Processor', 6},
        },
        output = {
            {'StainlessSteelAutomaticFarm', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'StainlessSteelComputer',
        machine = 'Hand',
        input = {
            {'StainlessSteelPlate', 1},
            {'Processor', 4},
        },
        output = {
            {'StainlessSteelComputer', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'StainlessSteelPumpjack',
        machine = 'Hand',
        input = {
            {'StainlessSteelPlate', 5},
            {'StainlessSteelParts', 8},
            {'StainlessSteelPipe', 5},
            {'Processor', 3},
        },
        output = {
            {'StainlessSteelPumpjack', 1},
        },
        ticks = 20,
        tier = 4,
    },
    {
        name = 'StainlessSteelDeepStorage',
        machine = 'Hand',
        input = {
            {'StorageCore', 1},
            {'StainlessSteelPlate', 8},
            {'BasicFrame', 2},
            {'Processor', 2},
        },
        output = {
            {'StainlessSteelDeepStorage', 1},
        },
        ticks = 60,
        tier = 4,
    },
    {
        name = 'QuantumCircuit2',
        machine = 'Assembler',
        input = {
            {'QuantumCore', 4},
            {'Processor', 2},
            {'Resistor', 6},
            {'Transistor', 6},
        },
        output = {
            {'QuantumCircuit', 1},
        },
        ticks = 200,
        tier = 4,
    },
    {
        name = 'StorageCore',
        machine = 'Hand',
        input = {
            {'QuantumCore', 1},
            {'Processor', 2},
            {'StainlessSteelParts', 4},
        },
        output = {
            {'StorageCore', 1},
        },
        ticks = 100,
        tier = 4,
    },
    {
        name = 'QuantumCircuit',
        machine = 'Hand',
        input = {
            {'QuantumCore', 6},
            {'Processor', 3},
            {'Resistor', 6},
        },
        output = {
            {'QuantumCircuit', 1},
        },
        ticks = 200,
        tier = 4,
    },
    {
        name = 'PowerCoil',
        machine = 'Hand',
        input = {
            {'AdvancedCoil', 3},
            {'Processor', 2},
        },
        output = {
            {'PowerCoil', 1},
        },
        ticks = 200,
        tier = 5,
    },
    {
        name = 'AdvancedSteampack',
        machine = 'Hand',
        input = {
            {'StainlessSteelParts', 30},
            {'StainlessSteelPlate', 10},
            {'CopperPipe', 30},
            {'Processor', 10},
        },
        output = {
            {'AdvancedSteampack', 1},
        },
        ticks = 20,
    },
    {
        name = 'AdvancedJetpack',
        machine = 'Hand',
        input = {
            {'StainlessSteelParts', 10},
            {'StainlessSteelPlate', 3},
            {'StainlessSteelPipe', 6},
            {'Processor', 10},
            {'StainlessSteelElectricEngine', 2},
        },
        output = {
            {'AdvancedJetpack', 1},
        },
        ticks = 20,
    },
    {
        name = 'AdvancedNightVision',
        machine = 'Hand',
        input = {
            {'StainlessSteelParts', 64},
            {'Processor', 16},
            {'Glass', 10},
        },
        output = {
            {'AdvancedNightVision', 1},
        },
        ticks = 400,
    },
    {
        name = 'StainlessSteelAlternator',
        machine = 'Hand',
        input = {
            {'AluminiumAlternator', 4},
            {'CopperWire', 24},
            {'StainlessSteelElectricEngine', 1},
            {'Processor', 1},
        },
        output = {
            {'StainlessSteelAlternator', 1},
        },
        ticks = 120,
        tier = 4,
    },
    {
        name = 'TitaniumSolarCell',
        machine = 'Hand',
        input = {
            {'StainlessSteelSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'TitaniumSolarCell', 1},
        },
        ticks = 80,
        tier = 4,
    },
    {
        name = 'CompositeSolarCell',
        machine = 'Hand',
        input = {
            {'TitaniumSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'CompositeSolarCell', 1},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'NeutroniumSolarCell',
        machine = 'Hand',
        input = {
            {'CompositeSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'NeutroniumSolarCell', 1},
        },
        ticks = 80,
        tier = 6,
    },
}