Module:InventorySlot/Aliases: Difference between revisions

Jump to navigation Jump to search
m (Moving space)
m (Escape space)
Line 113: Line 113:
for _, toolProps in ipairs( tools ) do
for _, toolProps in ipairs( tools ) do
local aliasName = toolProps[1] .. ' ' .. toolProps[2]
local aliasName = toolProps[1] .. ' ' .. toolProps[2]
aliases[aliasName] = { title = aliasName, name = aliasName, text = '/&7When in main hand:/&2 ' .. toolProps[3] .. ' Attack Speed/&2 ' .. toolProps[4] .. ' Attack Damage' }
aliases[aliasName] = { title = aliasName, name = aliasName, text = '/&7When in main hand:/&2\ ' .. toolProps[3] .. ' Attack Speed/&2\ ' .. toolProps[4] .. ' Attack Damage' }
local materialGroup = toolProps[1]:lower();
local materialGroup = toolProps[1]:lower();