Module:Gm4Sprite/Aliases: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
(Fixed Orb of Ankou's Soul Shards lore)
m (Extra new line, oops.)
Line 326: Line 326:
for _, shard in ipairs( pneumas ) do
for _, shard in ipairs( pneumas ) do
local name = shard[1] .. ' Soul Shard'
local name = shard[1] .. ' Soul Shard'
local combinedText = shard[2] .. '//&7When in off hand:/'
local combinedText = shard[2] .. '//&7When in off hand:'


for _, text in ipairs( preAttackDamageText ) do
for _, text in ipairs( preAttackDamageText ) do

Revision as of 21:42, 14 August 2020

Documentation for this module may be created at Module:Gm4Sprite/Aliases/doc

local aliases = {

    'Bat Grenades',
    ['Bat Leather'] = { name = 'Bat Leather', text = '&o&5Would make for a very strange,/very tiny jacket' },

	'Boots of Ostara',
	['Boots of Ostara']	= { name = 'Boots of Ostara', text = '&o&5Brings Abundance Beneath You!'},

	'Heart Canisters',
	['Heart Canister Tier 1'] = { title = '&eHeart Canister', name = 'Heart Canister Tier 1', text = '&5Tier 1' },
	['Heart Canister Tier 2'] = { title = '&eHeart Canister', name = 'Heart Canister Tier 2', text = '&5Tier 2' },

	'Lightning Rods',
	['Lightning Rod'] = { title = '&bLightning Rod', name = 'Lightning Rod', text = '&o&5Throw for boom!'},


	'Liquid Tanks - Standard Liquids',
	['Beetroot Soup Liquid'] = { title = 'Beetroot Soup', name = 'Beetroot Soup Liquid' },
	['Experience Liquid'] = { title = 'Experience', name = 'Experience Liquid' },
	['Honey Liquid'] = { title = 'Honey', name = 'Honey Liquid' },
	['Lava Liquid'] = { title = 'Lava', name = 'Lava Liquid' },
	['Milk Liquid'] = { title = 'Milk', name = 'Milk Liquid' },
	['Mushroom Stew Liquid'] = { title = 'Mushroom Stew', name = 'Mushroom Stew Liquid' },
	['Rabbit Stew Liquid'] = { title = 'Rabbit Stew', name = 'Rabbit Stew Liquid' },
	['Water Liquid'] = { title = 'Water', name = 'Water Liquid' },

	'Liquid Tanks - Potion Liquids',
	['Regeneration Potion Liquid'] = { title = 'Regeneration', name = 'Regeneration Potion Liquid' },
	['Strong Regeneration Potion Liquid'] = { title = 'Regeneration II', name = 'Strong Regeneration Potion Liquid' },
	['Healing Potion Liquid'] = { title = 'Instant Health', name = 'Healing Potion Liquid' },
	['Strong Healing Potion Liquid'] = { title = 'Instant Health II', name = 'Strong Healing Potion Liquid' },
	['Strength Potion Liquid'] = { title = 'Strength', name = 'Strength Potion Liquid' },
	['Strong Strength Potion Liquid'] = { title = 'Strength II', name = 'Strong Strength Potion Liquid' },
	['Fire Resistance Potion Liquid'] = { title = 'Regeneration', name = 'Regeneration Potion Liquid' },
	['Poison Potion Liquid'] = { title = 'Poison', name = 'Poison Potion Liquid' },
	['Strong Poison Potion Liquid'] = { title = 'Poison II', name = 'Strong Poison Potion Liquid' },
	['Leaping Potion Liquid'] = { title = 'Leaping', name = 'Leaping Potion Liquid' },
	['Strong Leaping Potion Liquid'] = { title = 'Leaping II', name = 'Strong Leaping Potion Liquid' },
	['Invisibility Potion Liquid'] = { title = 'Invisibility', name = 'Invisibility Liquid' },
	['Harming Potion Liquid'] = { title = 'Instant Damage', name = 'Harming Potion Liquid' },
	['Strong Harming Potion Liquid'] = { title = 'Instant Damage II', name = 'Strong Harming Potion Liquid' },
	['Night Vision Potion Liquid'] = { title = 'Night Vision', name = 'Night Vision Potion Liquid' },
	['Weakness Potion Liquid'] = { title = 'Weakness', name = 'Weakness Potion Liquid' },
	['Slowness Potion Liquid'] = { title = 'Slowness', name = 'Slowness Potion Liquid' },
	['Strong Slowness Potion Liquid'] = { title = 'Slowness IV', name = 'Strong Slowness Potion Liquid' },
	['Swiftness Potion Liquid'] = { title = 'Swiftness', name = 'Swiftness Potion Liquid' },
	['Strong Swiftness Potion Liquid'] = { title = 'Swiftness II', name = 'Strong Swiftness Potion Liquid' },
	['Water Breathing Potion Liquid'] = { title = 'Water Breathing', name = 'Water Breathing Potion Liquid' },
	['Levitation Potion Liquid'] = { title = 'Levitation', name = 'Levitation Potion Liquid' },

	'Liquid Tanks - Zauber Liquids',
	['Zauber Strength Liquid'] = {title = 'Strength IV', name = 'Zauber Strength Liquid' },
	['Zauber Regeneration Liquid'] = {title = 'Regeneration IV/Speed III', name = 'Zauber Regeneration Liquid' },
	['Zauber Swiftness Liquid'] = {title = 'Speed IV/Weakness IV', name = 'Zauber Swiftness Liquid' },
	['Zauber Healing Liquid'] = {title = 'Instant Healing IV/Nausea', name = 'Zauber Healing Liquid' },
	['Zauber Poison Liquid'] = {title = 'Poison IV', name = 'Zauber Poison Liquid' },
	['Zauber Leaping Liquid'] = {title = 'Jump Boost IV', name = 'Zauber Strength Liquid' },
	['Zauber Harming Liquid'] = {title = 'Instant Damage IV', name = 'Zauber Harming Liquid' },

	'Metallurgy - Ores',
	['Baryte Lump'] 	= { name = 'Baryte Lump', text = '&7Contains &fBarium' },
	['Bauxite Lump'] 	= { name = 'Bauxite Lump', text = '&7Contains &cAluminium' },
	['Malachite Lump'] 	= { name = 'Malachite Lump', text = '&7Contains &6Copper' },
	['Thorianite Lump']	= { name = 'Thorianite Lump', text = '&7Contains &8Thorium' },

    'Orb of Ankou',
    ['Orb of Ankou (Empty)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Empty)', text = '&7&oEmpty' },
    ['Orb of Ankou (Aggressive)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Aggressive)', text = '&dPneumas:/&9Aggressive' },
    ['Orb of Ankou (Agile)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Agile)', text = '&dPneumas:/&9Agile' },
    ['Orb of Ankou (Anchoring)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Anchoring)', text = '&dPneumas:/&9Anchoring' },
    ['Orb of Ankou (Bargaining)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Bargaining)', text = '&dPneumas:/&9Bargaining' },
    ['Orb of Ankou (Bashing)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Bashing)', text = '&dPneumas:/&9Bashing' },
    ['Orb of Ankou (Blasting)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Blasting)', text = '&dPneumas:/&9Blasting' },
    ['Orb of Ankou (Blinding)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Blinding)', text = '&dPneumas:/&9Blinding' },
    ['Orb of Ankou (Bounding)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Bounding)', text = '&dPneumas:/&9Bounding' },
    ['Orb of Ankou (Bubbly)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Bubbly)', text = '&dPneumas:/&9Bubbly' },
    ['Orb of Ankou (Conjuring)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Conjuring)', text = '&dPneumas:/&9Conjuring' },
    ['Orb of Ankou (Depriving)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Depriving)', text = '&dPneumas:/&9Depriving' },
    ['Orb of Ankou (Draining)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Draining)', text = '&dPneumas:/&9Draining' },
    ['Orb of Ankou (Enduring)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Enduring)', text = '&dPneumas:/&9Enduring' },
    ['Orb of Ankou (Expeditious)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Expeditious)', text = '&dPneumas:/&9Expeditious' },
    ['Orb of Ankou (Feathery)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Feathery)', text = '&dPneumas:/&9Feathery' },
    ['Orb of Ankou (Freezing)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Freezing)', text = '&dPneumas:/&9Freezing' },
    ['Orb of Ankou (Gazing)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Gazing)', text = '&dPneumas:/&9Gazing' },
    ['Orb of Ankou (Gliding)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Gliding)', text = '&dPneumas:/&9Gliding' },
    ['Orb of Ankou (Hawkeye)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Hawkeye)', text = '&dPneumas:/&9Hawkeye' },
    ['Orb of Ankou (Incombustible)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Incombustible)', text = '&dPneumas:/&9Incombustible' },
    ['Orb of Ankou (Lifeless)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Lifeless)', text = '&dPneumas:/&9Lifeless' },
    ['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 (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 (Rushing)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Rushing)', text = '&dPneumas:/&9Rushing' },
    ['Orb of Ankou (Scaling)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Scaling)', text = '&dPneumas:/&9Scaling' },
    ['Orb of Ankou (Soaring)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Soaring)', text = '&dPneumas:/&9Soaring' },
    ['Orb of Ankou (Striding)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Striding)', text = '&dPneumas:/&9Striding' },
    ['Orb of Ankou (Synergetic)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Synergetic)', text = '&dPneumas:/&9Synergetic' },
    ['Orb of Ankou (Vanishing)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Vanishing)', text = '&dPneumas:/&9Vanishing' },
    ['Orb of Ankou (Venomous)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Venomous)', text = '&dPneumas:/&9Venomous' },
    ['Orb of Ankou (Volatile)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Volatile)', text = '&dPneumas:/&9Volatile' },
    ['Orb of Ankou (Withering)'] = { title = '&bOrb of Ankou', name = 'Orb of Ankou (Withering)', text = '&dPneumas:/&9Withering' },

    ['Aggressive Soul Shard'] = { title = 'Soul Shard', name = 'Aggressive Soul Shard', text = '&9Aggressive' },
    ['Agile Soul Shard'] = { title = 'Soul Shard', name = 'Agile Soul Shard', text = '&9Agile' },
    ['Anchoring Soul Shard'] = { title = 'Soul Shard', name = 'Anchoring Soul Shard', text = '&9Anchoring' },
    ['Bargaining Soul Shard'] = { title = 'Soul Shard', name = 'Bargaining Soul Shard', text = '&9Bargaining' },
    ['Bashing Soul Shard'] = { title = 'Soul Shard', name = 'Bashing Soul Shard', text = '&9Bashing' },
    ['Blasting Soul Shard'] = { title = 'Soul Shard', name = 'Blasting Soul Shard', text = '&9Blasting' },
    ['Blinding Soul Shard'] = { title = 'Soul Shard', name = 'Blinding Soul Shard', text = '&9Blinding' },
    ['Bounding Soul Shard'] = { title = 'Soul Shard', name = 'Bounding Soul Shard', text = '&9Bounding' },
    ['Bubbly Soul Shard'] = { title = 'Soul Shard', name = 'Bubbly Soul Shard', text = '&9Bubbly' },
    ['Conjuring Soul Shard'] = { title = 'Soul Shard', name = 'Conjuring Soul Shard', text = '&9Conjuring' },
    ['Depriving Soul Shard'] = { title = 'Soul Shard', name = 'Depriving Soul Shard', text = '&9Depriving' },
    ['Draining Soul Shard'] = { title = 'Soul Shard', name = 'Draining Soul Shard', text = '&9Draining' },
    ['Enduring Soul Shard'] = { title = 'Soul Shard', name = 'Enduring Soul Shard', text = '&9Enduring' },
    ['Expeditious Soul Shard'] = { title = 'Soul Shard', name = 'Expeditious Soul Shard', text = '&9Expeditious' },
    ['Feathery Soul Shard'] = { title = 'Soul Shard', name = 'Feathery Soul Shard', text = '&9Feathery' },
    ['Freezing Soul Shard'] = { title = 'Soul Shard', name = 'Freezing Soul Shard', text = '&9Freezing' },
    ['Gazing Soul Shard'] = { title = 'Soul Shard', name = 'Gazing Soul Shard', text = '&9Gazing' },
    ['Gliding Soul Shard'] = { title = 'Soul Shard', name = 'Gliding Soul Shard', text = '&9Gliding' },
    ['Hawkeye Soul Shard'] = { title = 'Soul Shard', name = 'Hawkeye Soul Shard', text = '&9Hawkeye' },
    ['Incombustible Soul Shard'] = { title = 'Soul Shard', name = 'Incombustible Soul Shard', text = '&9Incombustible' },
    ['Lifeless Soul Shard'] = { title = 'Soul Shard', name = 'Lifeless Soul Shard', text = '&9Lifeless' },
    ['Neutralizing Soul Shard'] = { title = 'Soul Shard', name = 'Neutralizing Soul Shard', text = '&9Neutralizing' },
    ['Phasing Soul Shard'] = { title = 'Soul Shard', name = 'Phasing Soul Shard', text = '&9Phasing' },
    ['Pricking Soul Shard'] = { title = 'Soul Shard', name = 'Pricking Soul Shard', text = '&9Pricking' },
    ['Retreating Soul Shard'] = { title = 'Soul Shard', name = 'Retreating Soul Shard', text = '&9Retreating' },
    ['Rushing Soul Shard'] = { title = 'Soul Shard', name = 'Rushing Soul Shard', text = '&9Rushing' },
    ['Scaling Soul Shard'] = { title = 'Soul Shard', name = 'Scaling Soul Shard', text = '&9Scaling' },
    ['Soaring Soul Shard'] = { title = 'Soul Shard', name = 'Soaring Soul Shard', text = '&9Soaring' },
    ['Striding Soul Shard'] = { title = 'Soul Shard', name = 'Striding Soul Shard', text = '&9Striding' },
    ['Synergetic Soul Shard'] = { title = 'Soul Shard', name = 'Synergetic Soul Shard', text = '&9Synergetic' },
    ['Vanishing Soul Shard'] = { title = 'Soul Shard', name = 'Vanishing Soul Shard', text = '&9Vanishing' },
    ['Venomous Soul Shard'] = { title = 'Soul Shard', name = 'Venomous Soul Shard', text = '&9Venomous' },
    ['Volatile Soul Shard'] = { title = 'Soul Shard', name = 'Volatile Soul Shard', text = '&9Volatile' },
    ['Withering Soul Shard'] = { title = 'Soul Shard', name = 'Withering Soul Shard', text = '&9Withering' },

    ['Aggressive Soul Essence'] = { title = 'Soul Essence', name = 'Aggressive Soul Essence', text = '&9Aggressive' },
    ['Agile Soul Essence'] = { title = 'Soul Essence', name = 'Agile Soul Essence', text = '&9Agile' },
    ['Anchoring Soul Essence'] = { title = 'Soul Essence', name = 'Anchoring Soul Essence', text = '&9Anchoring' },
    ['Bargaining Soul Essence'] = { title = 'Soul Essence', name = 'Bargaining Soul Essence', text = '&9Bargaining' },
    ['Bashing Soul Essence'] = { title = 'Soul Essence', name = 'Bashing Soul Essence', text = '&9Bashing' },
    ['Blasting Soul Essence'] = { title = 'Soul Essence', name = 'Blasting Soul Essence', text = '&9Blasting' },
    ['Blinding Soul Essence'] = { title = 'Soul Essence', name = 'Blinding Soul Essence', text = '&9Blinding' },
    ['Bounding Soul Essence'] = { title = 'Soul Essence', name = 'Bounding Soul Essence', text = '&9Bounding' },
    ['Bubbly Soul Essence'] = { title = 'Soul Essence', name = 'Bubbly Soul Essence', text = '&9Bubbly' },
    ['Conjuring Soul Essence'] = { title = 'Soul Essence', name = 'Conjuring Soul Essence', text = '&9Conjuring' },
    ['Depriving Soul Essence'] = { title = 'Soul Essence', name = 'Depriving Soul Essence', text = '&9Depriving' },
    ['Draining Soul Essence'] = { title = 'Soul Essence', name = 'Draining Soul Essence', text = '&9Draining' },
    ['Enduring Soul Essence'] = { title = 'Soul Essence', name = 'Enduring Soul Essence', text = '&9Enduring' },
    ['Expeditious Soul Essence'] = { title = 'Soul Essence', name = 'Expeditious Soul Essence', text = '&9Expeditious' },
    ['Feathery Soul Essence'] = { title = 'Soul Essence', name = 'Feathery Soul Essence', text = '&9Feathery' },
    ['Freezing Soul Essence'] = { title = 'Soul Essence', name = 'Freezing Soul Essence', text = '&9Freezing' },
    ['Gazing Soul Essence'] = { title = 'Soul Essence', name = 'Gazing Soul Essence', text = '&9Gazing' },
    ['Gliding Soul Essence'] = { title = 'Soul Essence', name = 'Gliding Soul Essence', text = '&9Gliding' },
    ['Hawkeye Soul Essence'] = { title = 'Soul Essence', name = 'Hawkeye Soul Essence', text = '&9Hawkeye' },
    ['Incombustible Soul Essence'] = { title = 'Soul Essence', name = 'Incombustible Soul Essence', text = '&9Incombustible' },
    ['Lifeless Soul Essence'] = { title = 'Soul Essence', name = 'Lifeless Soul Essence', text = '&9Lifeless' },
    ['Neutralizing Soul Essence'] = { title = 'Soul Essence', name = 'Neutralizing Soul Essence', text = '&9Neutralizing' },
    ['Phasing Soul Essence'] = { title = 'Soul Essence', name = 'Phasing Soul Essence', text = '&9Phasing' },
    ['Pricking Soul Essence'] = { title = 'Soul Essence', name = 'Pricking Soul Essence', text = '&9Pricking' },
    ['Retreating Soul Essence'] = { title = 'Soul Essence', name = 'Retreating Soul Essence', text = '&9Retreating' },
    ['Rushing Soul Essence'] = { title = 'Soul Essence', name = 'Rushing Soul Essence', text = '&9Rushing' },
    ['Scaling Soul Essence'] = { title = 'Soul Essence', name = 'Scaling Soul Essence', text = '&9Scaling' },
    ['Soaring Soul Essence'] = { title = 'Soul Essence', name = 'Soaring Soul Essence', text = '&9Soaring' },
    ['Striding Soul Essence'] = { title = 'Soul Essence', name = 'Striding Soul Essence', text = '&9Striding' },
    ['Synergetic Soul Essence'] = { title = 'Soul Essence', name = 'Synergetic Soul Essence', text = '&9Synergetic' },
    ['Vanishing Soul Essence'] = { title = 'Soul Essence', name = 'Vanishing Soul Essence', text = '&9Vanishing' },
    ['Venomous Soul Essence'] = { title = 'Soul Essence', name = 'Venomous Soul Essence', text = '&9Venomous' },
    ['Volatile Soul Essence'] = { title = 'Soul Essence', name = 'Volatile Soul Essence', text = '&9Volatile' },
    ['Withering Soul Essence'] = { title = 'Soul Essence', name = 'Withering Soul Essence', text = '&9Withering' },

	'SCUBA Gear',
	['SCUBA Helmet'] = { title = '&eSCUBA Helmet', name = 'SCUBA Helmet', text = '/&7When on head:/&c-0.5 Attack Speed/&9+2 Armour'},
	['SCUBA Tank']   = { name = 'SCUBA Tank', text = '/&7When on chest:/&9+4 Armour/&c-0.01 Movement Speed'},
	['Flippers']     = { name = 'Flippers', text = '/&7When on feet:/&9+1 Armour/&c-0.04 Movement Speed'},

	'Sunken Treasure',
	['Audrey 1']		= { title = 'Message in a Bottle', name = 'Message in a Bottle', text = 'Dearest Audrey, I drank all my beer'},
	['Audrey 2']		= { title = 'Message in a Bottle', name = 'Message in a Bottle', text = 'Dearest Audrey, My Boat was/sunk by a lily-pad and now I\'m/stuck on this island.'},

	
	['Waders']			= { title = '&bWaders', name = 'Waders', text = '&7Depth Strider 1//When on feet:/&9+1 Armour'},
	['Treasure Chest']	= { name = 'Treasure Chest' },

	'Zauber Cauldrons',
	['Zauber Swiftness Potion']	= { title = 'Potion of Swiftness', name = 'Zauber Swiftness Potion', text = '&9Speed IV (3:20)/&cWeakness IV (6:00)//&5When Applied:/&9+80% Speed/-16% Attack Damage' },
	['Zauber Healing Potion'] = { title = 'Potion of Healing', name = 'Zauber Healing Potion', text = '&9Instant Health IV/&cNausea (0:08)' },
	['Zauber Harming Potion'] = { title = 'Potion of Harming', name = 'Zauber Harming Potion', text = '&cInstant Damage IV' },
	['Zauber Poison Potion'] = { title = 'Potion of Poison', name = 'Zauber Poison Potion', text = '&cPoison IV (0:32)' },
	['Zauber Regeneration Potion'] = { title = 'Potion of Regeneration', name = 'Zauber Regeneration Potion', text = '&9Regeneration IV (0:22)/Speed III (0:16)' },
	['Zauber Strength Potion'] = { title = 'Potion of Strength', name = 'Zauber Strength Potion', text = '&9Strength IV (1:30)//&5When Applied:/&9+12 Attack Damage' },
	['Zauber Leaping Potion'] = { title = 'Potion of Leaping', name = 'Zauber Leaping Potion', text = '&9Jump Boost IV (1:30)' }
}

local yellowTooltips = {
    'Enderpuff',
	'Crystal of Fire Resistance',
	'Crystal of Regeneration',
	'Crystal of Resistance',
	'Crystal of Speed',
	'Relocator'
}

for _, name in ipairs ( yellowTooltips ) do
	aliases[name] = { title = '&e', name = name }
end

-- Metallurgy
-- Obsidian Casts
local bandFormat = {
    Aluminium = 'c',
    Barimium = 'd',
    Barium = 'f',
    Copper = '6',
    Thorium = '8',
    Thorium_Brass = '2',
}

local obsidianCasts = {
	'Aluminium',
	'Barium',
	'Barimium',
	'Copper',
	'Thorium',
	'Thorium Brass',
}

for _, cast in ipairs ( obsidianCasts ) do
	local name = 'Obsidian Cast (' .. cast .. ' Band)'
    local bandName = cast
    if bandName == "Thorium Brass" then
        bandName = "Thorium_Brass"
    end
    local band = '&' .. bandFormat[bandName] .. cast .. ' Band'
	aliases[name] = { title = '&eObsidian Cast', name = name , text = band }
end

-- Shamirs
local shamirs = { 
	{ 'Arborenda',   'Barium'},
	{ 'Conduction',  'Thorium'},
	{ 'Defuse',      'Aluminium'},
	{ 'Ender Bolt',  'Thorium'},
	{ 'Forterra',    'Copper'},
	{ 'Gemini',      'Barimium'},
	{ 'Hypexperia',  'Copper'},
	{ 'Levity',      'Aluminium'},
	{ 'Musical',     'Barimium'},
	{ 'Sensus',      'Barium'},
	{ 'Spiraculum',  'Thorium Brass'},
	{ 'Tinker',      'Thorium Brass'},
	{ 'Corripio',    'Copper'},
	{ 'Fulcio',      'Barimium'},
	{ 'Helious',     'Aluminium'},
	{ 'Lumos',       'Thorium Brass'},
	{ 'Moneo',       'Aluminium'},
	{ 'Percurro',    'Thorium Brass'},
}

for _, shamir in ipairs( shamirs ) do
	local name = shamir[1] .. ' Shamir'
    local bandName = shamir[2]
    if bandName == "Thorium Brass" then
        bandName = "Thorium_Brass"
    end
    local band = '&' .. bandFormat[bandName] .. shamir[2]
	local shamirName = shamir[1]
	aliases[name] = { title = '&eObsidian Cast', name = name, text = band .. '/&bShamir/&7' .. shamirName }
end



-- Orb of Ankou
-- Soul Shards
local pneumas = {
	{'Aggressive', '&9Aggressive' },
	{'Agile', '&9Agile' },
	{'Anchoring', '&9Anchoring' },
	{'Bargaining', '&9Bargaining' },
	{'Bashing', '&9Bashing' },
	{'Blasting', '&9Blasting' },
	{'Blinding', '&9Blinding' },
	{'Bounding', '&9Bounding' },
	{'Bubbly', '&9Bubbly' },
	{'Conjuring', '&9Conjuring' },
	{'Depriving', '&9Depriving' },
	{'Draining', '&9Draining' },
	{'Enduring', '&9Enduring' },
	{'Expeditious', '&9Expeditious' },
	{'Feathery', '&9Feathery' },
	{'Freezing', '&9Freezing' },
	{'Gazing', '&9Gazing' },
	{'Gliding', '&9Gliding' },
	{'Hawkeye', '&9Hawkeye' },
	{'Incombustible', '&9Incombustible' },
	{'Lifeless', '&9Lifeless' },
	{'Neutralizing', '&9Neutralizing' },
	{'Phasing', '&9Phasing' },
	{'Pricking', '&7Thorns V&9Pricking' },
	{'Retreating', '&9Retreating' },
	{'Rushing', '&9Rushing' },
	{'Scaling', '&9Scaling' },
	{'Soaring', '&9Soaring' },
	{'Striding', '&9Striding' },
	{'Synergetic', '&9Synergetic' },
	{'Vanishing', '&9Vanishing' },
	{'Venomous', '&9Venomous' },
	{'Volatile', '&9Volatile' },
	{'Withering', '&9Withering' }
}

local preAttackDamageText = {
	{'Enduring', '/&9+8 Max Health/&c-20%speed' },
	{'Soaring', '/&c-20% Max Health' },
	{'Bashing', '/&c-40% Attack Speed' }
}

local postAttackDamageText = {
	{'Anchoring', '&9+0.9 Knockback Resistance' },
	{'Bashing', '&9+70% Attack Damage' }
}


-- Create Soul Shards
for _, shard in ipairs( pneumas ) do
	local name = shard[1] .. ' Soul Shard'
	local combinedText = shard[2] .. '//&7When in off hand:'

	for _, text in ipairs( preAttackDamageText ) do
		if shard[1] == preAttackDamageText[1] then
			combinedText = combinedText .. preAttackDamageText[2]
		end
	end

	combinedText = combinedText .. '/&c-20% Attack Damage'

	for _, text in ipairs( postAttackDamageText ) do
		if shard[1] == postAttackDamageText[1] then
			combinedText = combinedText .. postAttackDamageText[2]
		end
	end

	aliases[name] = { title = 'Soul Shard', name = name, text = combinedText }	
end


return aliases