Module:Data/SteelRail/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'SteelRail',
        machine = 'Hand',
        input = {
            {'SteelPlate', 1},
            {'SteelParts', 2},
        },
        output = {
            {'SteelRail', 1},
        },
        ticks = 20,
        tier = 1,
    },
}