Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,659
edits
m (Extra new line, oops.) |
m (I'm dumb.) |
||
Line 298: | Line 298: | ||
{'Neutralizing', '&9Neutralizing' }, | {'Neutralizing', '&9Neutralizing' }, | ||
{'Phasing', '&9Phasing' }, | {'Phasing', '&9Phasing' }, | ||
{'Pricking', '&7Thorns V&9Pricking' }, | {'Pricking', '&7Thorns V/&9Pricking' }, | ||
{'Retreating', '&9Retreating' }, | {'Retreating', '&9Retreating' }, | ||
{'Rushing', '&9Rushing' }, | {'Rushing', '&9Rushing' }, | ||
Line 328: | Line 328: | ||
local combinedText = shard[2] .. '//&7When in off hand:' | local combinedText = shard[2] .. '//&7When in off hand:' | ||
for _, | for _, shard2 in ipairs( preAttackDamageText ) do | ||
if shard[1] == | if shard[1] == shard2[1] then | ||
combinedText = combinedText .. | combinedText = combinedText .. shard2[2] | ||
end | end | ||
end | end | ||
Line 336: | Line 336: | ||
combinedText = combinedText .. '/&c-20% Attack Damage' | combinedText = combinedText .. '/&c-20% Attack Damage' | ||
for _, | for _, shard2 in ipairs( postAttackDamageText ) do | ||
if shard[1] == | if shard[1] == shard2[1] then | ||
combinedText = combinedText .. | combinedText = combinedText .. shard2[2] | ||
end | end | ||
end | end |
edits