Module:Data/SteelRobotArm/InInput

From Evospace
Revision as of 20:01, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'SteelLoader', input = { {'SteelRobotArm', 5}, {'SteelElectricEngine', 1}, {'Circuit', 2}, {'SteelParts', 4}, }, output = { {'SteelLoader', 1}, }, ticks = 20, tier = 2, }, { name = 'SteelPump', input = { {'SteelRobotArm', 1}, {'SteelPipe', 1}, }, output = { {'S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

return {
    {
        name = 'SteelLoader',
        input = {
            {'SteelRobotArm', 5},
            {'SteelElectricEngine', 1},
            {'Circuit', 2},
            {'SteelParts', 4},
        },
        output = {
            {'SteelLoader', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelPump',
        input = {
            {'SteelRobotArm', 1},
            {'SteelPipe', 1},
        },
        output = {
            {'SteelPump', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelDrillingRig',
        input = {
            {'SteelPlate', 4},
            {'SteelRobotArm', 2},
            {'SteelParts', 12},
        },
        output = {
            {'SteelDrillingRig', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelConstructor',
        input = {
            {'SteelRobotArm', 1},
            {'SteelPlate', 3},
            {'SteelParts', 4},
            {'Circuit', 2},
        },
        output = {
            {'SteelConstructor', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelAutomaticFarm',
        input = {
            {'DirtSurface', 4},
            {'SteelRobotArm', 2},
            {'SteelParts', 8},
        },
        output = {
            {'SteelAutomaticFarm', 1},
        },
        ticks = 20,
        tier = 2,
    },
}