Module:Data/Circuit/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'SteelAdvancedSign', input = { {'SteelSign', 1}, {'Circuit', 1}, }, output = { {'SteelAdvancedSign', 1}, }, ticks = 20, tier = 2, }, { name = 'SteelSorter', input = { {'SteelSplitter', 1}, {'Circuit', 6}, }, output = { {'SteelSorter', 1}, }, ticks = 20, tier =..."
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'SteelAdvancedSign',
         name = 'SteelAdvancedSign',
        machine = 'Hand',
         input = {
         input = {
             {'SteelSign', 1},
             {'SteelSign', 1},
Line 14: Line 15:
     {
     {
         name = 'SteelSorter',
         name = 'SteelSorter',
        machine = 'Hand',
         input = {
         input = {
             {'SteelSplitter', 1},
             {'SteelSplitter', 1},
             {'Circuit', 6},
             {'Circuit', 3},
         },
         },
         output = {
         output = {
Line 26: Line 28:
     {
     {
         name = 'SteelLoader',
         name = 'SteelLoader',
        machine = 'Hand',
         input = {
         input = {
             {'SteelRobotArm', 5},
             {'SteelRobotArm', 5},
Line 34: Line 37:
         output = {
         output = {
             {'SteelLoader', 1},
             {'SteelLoader', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelOverflowPump',
        input = {
            {'Circuit', 3},
            {'SteelPump', 1},
        },
        output = {
            {'SteelOverflowPump', 1},
         },
         },
         ticks = 20,
         ticks = 20,
Line 52: Line 43:
     {
     {
         name = 'SteelConstructor',
         name = 'SteelConstructor',
        machine = 'Hand',
         input = {
         input = {
             {'SteelRobotArm', 1},
             {'SteelRobotArm', 1},
Line 66: Line 58:
     {
     {
         name = 'SteelComputer',
         name = 'SteelComputer',
        machine = 'Hand',
         input = {
         input = {
             {'SteelPlate', 1},
             {'SteelPlate', 1},
             {'Circuit', 5},
             {'Circuit', 4},
         },
         },
         output = {
         output = {
Line 78: Line 71:
     {
     {
         name = 'AdvancedCircuit',
         name = 'AdvancedCircuit',
        machine = 'Hand',
         input = {
         input = {
             {'CircuitBoard', 1},
             {'CircuitBoard', 1},
Line 91: Line 85:
     {
     {
         name = 'AdvancedBattery',
         name = 'AdvancedBattery',
        machine = 'Hand',
         input = {
         input = {
             {'BasicBattery', 5},
             {'BasicBattery', 5},
Line 102: Line 97:
     {
     {
         name = 'Steampack',
         name = 'Steampack',
        machine = 'Hand',
         input = {
         input = {
             {'CopperParts', 6},
             {'CopperParts', 6},
Line 115: Line 111:
     {
     {
         name = 'HighCapacitySteampack',
         name = 'HighCapacitySteampack',
        machine = 'Hand',
         input = {
         input = {
             {'SteelParts', 30},
             {'SteelParts', 30},
Line 128: Line 125:
     {
     {
         name = 'HighPressureSteampack',
         name = 'HighPressureSteampack',
        machine = 'Hand',
         input = {
         input = {
             {'SteelParts', 6},
             {'SteelParts', 6},

Latest revision as of 10:32, 30 October 2025

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 = 'AdvancedCircuit',
        machine = 'Hand',
        input = {
            {'CircuitBoard', 1},
            {'Resistor', 2},
            {'Circuit', 3},
        },
        output = {
            {'AdvancedCircuit', 1},
        },
        ticks = 200,
        tier = 1,
    },
    {
        name = 'AdvancedBattery',
        machine = 'Hand',
        input = {
            {'BasicBattery', 5},
            {'Circuit', 1},
        },
        output = {
            {'AdvancedBattery', 1},
        },
        ticks = 200,
    },
    {
        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,
    },
}