Module:Data/Circuit/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 70: Line 70:
     },
     },
     {
     {
         name = 'AdvancedCircuit',
         name = 'SteelLogicInterface',
         machine = 'Hand',
         machine = 'Hand',
         input = {
         input = {
             {'CircuitBoard', 1},
             {'SteelPlate', 2},
             {'Resistor', 2},
             {'Circuit', 1},
             {'Circuit', 3},
             {'SteelLogicWire', 1},
         },
         },
         output = {
         output = {
             {'AdvancedCircuit', 1},
             {'SteelLogicInterface', 1},
         },
         },
         ticks = 200,
         ticks = 20,
         tier = 1,
         tier = 2,
     },
     },
     {
     {
         name = 'AdvancedBattery',
         name = 'AdvancedCircuit',
         machine = 'Hand',
         machine = 'Hand',
         input = {
         input = {
             {'BasicBattery', 5},
             {'CircuitBoard', 1},
             {'Circuit', 1},
            {'Resistor', 2},
             {'Circuit', 3},
         },
         },
         output = {
         output = {
             {'AdvancedBattery', 1},
             {'AdvancedCircuit', 1},
         },
         },
         ticks = 200,
         ticks = 200,
        tier = 2,
     },
     },
     {
     {

Latest revision as of 22:14, 10 April 2026

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

return {
    {
        name = 'SteelAdvancedSign',
        machine = 'Hand',
        input = {
            {'SteelSign', 1},
            {'Circuit', 1},
        },
        output = {
            {'SteelAdvancedSign', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelSorter',
        machine = 'Hand',
        input = {
            {'SteelSplitter', 1},
            {'Circuit', 3},
        },
        output = {
            {'SteelSorter', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelLoader',
        machine = 'Hand',
        input = {
            {'SteelRobotArm', 5},
            {'SteelElectricEngine', 1},
            {'Circuit', 2},
            {'SteelParts', 4},
        },
        output = {
            {'SteelLoader', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelConstructor',
        machine = 'Hand',
        input = {
            {'SteelRobotArm', 1},
            {'SteelPlate', 3},
            {'SteelParts', 4},
            {'Circuit', 2},
        },
        output = {
            {'SteelConstructor', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelComputer',
        machine = 'Hand',
        input = {
            {'SteelPlate', 1},
            {'Circuit', 4},
        },
        output = {
            {'SteelComputer', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelLogicInterface',
        machine = 'Hand',
        input = {
            {'SteelPlate', 2},
            {'Circuit', 1},
            {'SteelLogicWire', 1},
        },
        output = {
            {'SteelLogicInterface', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'AdvancedCircuit',
        machine = 'Hand',
        input = {
            {'CircuitBoard', 1},
            {'Resistor', 2},
            {'Circuit', 3},
        },
        output = {
            {'AdvancedCircuit', 1},
        },
        ticks = 200,
        tier = 2,
    },
    {
        name = 'Steampack',
        machine = 'Hand',
        input = {
            {'CopperParts', 6},
            {'CopperPlate', 2},
            {'CopperPipe', 4},
            {'Circuit', 10},
        },
        output = {
            {'Steampack', 1},
        },
        ticks = 20,
    },
    {
        name = 'HighCapacitySteampack',
        machine = 'Hand',
        input = {
            {'SteelParts', 30},
            {'SteelPlate', 10},
            {'CopperPipe', 5},
            {'Circuit', 15},
        },
        output = {
            {'HighCapacitySteampack', 1},
        },
        ticks = 20,
    },
    {
        name = 'HighPressureSteampack',
        machine = 'Hand',
        input = {
            {'SteelParts', 6},
            {'SteelPlate', 2},
            {'CopperPipe', 30},
            {'Circuit', 15},
        },
        output = {
            {'HighPressureSteampack', 1},
        },
        ticks = 20,
    },
}