Module:Gm4Sprite/Aliases: Difference between revisions

Added Orb of Ankou's Soul Shard lore
(add orb of Ankou items)
(Added Orb of Ankou's Soul Shard lore)
Line 89: Line 89:
     ['Orb of Ankou (Neutralizing)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Neutralizing)', text = '&dPneumas:/&9Neutralizing' },
     ['Orb of Ankou (Neutralizing)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Neutralizing)', text = '&dPneumas:/&9Neutralizing' },
     ['Orb of Ankou (Phasing)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Phasing)', text = '&dPneumas:/&9Phasing' },
     ['Orb of Ankou (Phasing)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Phasing)', text = '&dPneumas:/&9Phasing' },
     ['Orb of Ankou (Pricking)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Pricking)', text = '&dPneumas:/&9Pricking' },
     ['Orb of Ankou (Pricking)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Pricking)', text = '&dPneumas:/&7Thorns V/&9Pricking' },
     ['Orb of Ankou (Retreating)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Retreating)', text = '&dPneumas:/&9Retreating' },
     ['Orb of Ankou (Retreating)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Retreating)', text = '&dPneumas:/&9Retreating' },
     ['Orb of Ankou (Rushing)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Rushing)', text = '&dPneumas:/&9Rushing' },
     ['Orb of Ankou (Rushing)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Rushing)', text = '&dPneumas:/&9Rushing' },
Line 269: Line 269:
aliases[name] = { title = '&eObsidian Cast', name = name, text = band .. '/&bShamir/&7' .. shamirName }
aliases[name] = { title = '&eObsidian Cast', name = name, text = band .. '/&bShamir/&7' .. shamirName }
end
end
-- Orb of Ankou
-- Soul Shards
local pneumas = {
'Aggressive Soul Shard',
'Agile Soul Shard',
'Anchoring Soul Shard',
'Bargaining Soul Shard',
'Bashing Soul Shard',
'Blasting Soul Shard',
'Blinding Soul Shard',
'Bounding Soul Shard',
'Bubbly Soul Shard',
'Conjuring Soul Shard',
'Depriving Soul Shard',
'Draining Soul Shard',
'Enduring Soul Shard',
'Expeditious Soul Shard',
'Feathery Soul Shard',
'Freezing Soul Shard',
'Gazing Soul Shard',
'Gliding Soul Shard',
'Hawkeye Soul Shard',
'Incombustible Soul Shard',
'Lifeless Soul Shard',
'Neutralizing Soul Shard',
'Phasing Soul Shard',
'Pricking Soul Shard',
'Retreating Soul Shard',
'Rushing Soul Shard',
'Scaling Soul Shard',
'Soaring Soul Shard',
'Striding Soul Shard',
'Synergetic Soul Shard',
'Vanishing Soul Shard',
'Venomous Soul Shard',
'Volatile Soul Shard',
'Withering Soul Shard'
}
-- Add "When in off hand:"
for _, shard in ipairs( pneumas ) do
aliases[shard] = { text = text .. '//&7When in off hand:' }
end
-- Add "+8 Max Health"
aliases['Enduring Soul Shard'] = { text = text .. '/&9+8 Max Health' }
-- Add "-20% Max Health"
aliases['Soaring Soul Shard'] = { text = text .. '/&c-20% Max Health' }
-- Add "-40% Attack Speed"
aliases['Bashing Soul Shard'] = { text = text .. '/&c-40% Attack Speed' }
-- Add "-20% Speed"
aliases['Enduring Soul Shard'] = { text = text .. '/&c-20% Speed' }
-- Add "-20% Attack Damage"
for _, shard in ipairs( pneumas ) do
aliases[shard] = { text = text .. '/&c-20% Attack Damage' }
end
-- Add "+0.9 Knockback Resistance
aliases['Anchoring Soul Shard'] = { text = text .. '/&9+0.9 Knockback Resistance' }
-- Add "+70% Attack Damage"
aliases['Bashing Soul Shard'] = { text = text .. '/&9+70% Attack Damage' }




return aliases
return aliases
Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,637

edits