Module:Data/CopperRobotArm/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 62: Line 62:
         input = {
         input = {
             {'DirtSurface', 4},
             {'DirtSurface', 4},
             {'CopperRobotArm', 2},
             {'CopperRobotArm', 4},
             {'CopperParts', 4},
             {'CopperParts', 6},
            {'CopperParts', 6},
         },
         },
         output = {
         output = {

Latest revision as of 15:47, 24 August 2026

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

return {
    {
        name = 'CopperLoader',
        machine = 'Hand',
        input = {
            {'CopperRobotArm', 5},
            {'CopperParts', 1},
            {'CopperParts', 2},
            {'CopperParts', 2},
        },
        output = {
            {'CopperLoader', 1},
        },
        ticks = 20,
        tier = 1,
    },
    {
        name = 'CopperPump',
        machine = 'Hand',
        input = {
            {'CopperRobotArm', 1},
            {'CopperPipe', 1},
        },
        output = {
            {'CopperPump', 1},
        },
        ticks = 20,
        tier = 1,
    },
    {
        name = 'CopperDrillingRig',
        machine = 'Hand',
        input = {
            {'CopperPlate', 4},
            {'CopperRobotArm', 1},
            {'CopperParts', 6},
        },
        output = {
            {'CopperDrillingRig', 1},
        },
        ticks = 20,
        tier = 1,
    },
    {
        name = 'CopperConstructor',
        machine = 'Hand',
        input = {
            {'CopperRobotArm', 1},
            {'CopperPlate', 3},
            {'CopperParts', 2},
            {'CopperParts', 2},
        },
        output = {
            {'CopperConstructor', 1},
        },
        ticks = 20,
        tier = 1,
    },
    {
        name = 'CopperAutomaticFarm',
        machine = 'Hand',
        input = {
            {'DirtSurface', 4},
            {'CopperRobotArm', 4},
            {'CopperParts', 6},
            {'CopperParts', 6},
        },
        output = {
            {'CopperAutomaticFarm', 1},
        },
        ticks = 20,
        tier = 1,
    },
}