Module:Data/SteelRobotArm/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'SteelRobotArm',
        input = {
            {'SteelPlate', 1},
            {'CopperParts', 4},
        },
        output = {
            {'SteelRobotArm', 1},
        },
        ticks = 20,
        tier = 2,
    },
}