Module:Inventory slot/Aliases: Difference between revisions

Tool and weapon tooltip for Bedrock Edition
mNo edit summary
Line 287: Line 287:
}
}


for _, toolProps in ipairs( tools ) do
for _, toolProps in ipairs( toolsBE ) do
local aliasName = toolProps[1] .. ' ' .. toolProps[2] .. 'BE'
local aliasName = toolProps[1] .. ' ' .. toolProps[2] .. ' BE'
aliases[aliasName] = { title = aliasName, name = aliasName, text = '/&9+' .. toolProps[3] .. ' Attack Damage'}
aliases[aliasName] = { title = aliasName, name = aliasName, text = '/&9+' .. toolProps[3] .. ' Attack Damage'}
end
end