Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,659
edits
(Added Orb of Ankou's Soul Shard lore) |
m (Have to save original values too) |
||
Line 313: | Line 313: | ||
-- Add "When in off hand:" | -- Add "When in off hand:" | ||
for _, shard in ipairs( pneumas ) do | for _, shard in ipairs( pneumas ) do | ||
aliases[shard] = { text = text .. '//&7When in off hand:' } | aliases[shard] = { title = title, name = name, text = text .. '//&7When in off hand:' } | ||
end | end | ||
-- Add "+8 Max Health" | -- Add "+8 Max Health" | ||
aliases['Enduring Soul Shard'] = { text = text .. '/&9+8 Max Health' } | aliases['Enduring Soul Shard'] = { title = title, name = name, text = text .. '/&9+8 Max Health' } | ||
-- Add "-20% Max Health" | -- Add "-20% Max Health" | ||
aliases['Soaring Soul Shard'] = { text = text .. '/&c-20% Max Health' } | aliases['Soaring Soul Shard'] = { title = title, name = name, text = text .. '/&c-20% Max Health' } | ||
-- Add "-40% Attack Speed" | -- Add "-40% Attack Speed" | ||
aliases['Bashing Soul Shard'] = { text = text .. '/&c-40% Attack Speed' } | aliases['Bashing Soul Shard'] = { title = title, name = name, text = text .. '/&c-40% Attack Speed' } | ||
-- Add "-20% Speed" | -- Add "-20% Speed" | ||
aliases['Enduring Soul Shard'] = { text = text .. '/&c-20% Speed' } | aliases['Enduring Soul Shard'] = { title = title, name = name, text = text .. '/&c-20% Speed' } | ||
-- Add "-20% Attack Damage" | -- Add "-20% Attack Damage" | ||
for _, shard in ipairs( pneumas ) do | for _, shard in ipairs( pneumas ) do | ||
aliases[shard] = { text = text .. '/&c-20% Attack Damage' } | aliases[shard] = { title = title, name = name, text = text .. '/&c-20% Attack Damage' } | ||
end | end | ||
-- Add "+0.9 Knockback Resistance | -- Add "+0.9 Knockback Resistance | ||
aliases['Anchoring Soul Shard'] = { text = text .. '/&9+0.9 Knockback Resistance' } | aliases['Anchoring Soul Shard'] = { title = title, name = name, text = text .. '/&9+0.9 Knockback Resistance' } | ||
-- Add "+70% Attack Damage" | -- Add "+70% Attack Damage" | ||
aliases['Bashing Soul Shard'] = { text = text .. '/&9+70% Attack Damage' } | aliases['Bashing Soul Shard'] = { title = title, name = name, text = text .. '/&9+70% Attack Damage' } | ||
return aliases | return aliases |
edits