From 85dd01de6c382ac739caa50aa9718389c76897f5 Mon Sep 17 00:00:00 2001 From: funkydude Date: Fri, 13 Sep 2024 00:04:10 +0100 Subject: [PATCH] Modules/PlayerSpellBlocklist: Add more spells --- Modules/PlayerSpellBlocklist.lua | 1094 ++++++++++++++++++++++++++++-- 1 file changed, 1042 insertions(+), 52 deletions(-) diff --git a/Modules/PlayerSpellBlocklist.lua b/Modules/PlayerSpellBlocklist.lua index 7312226..594967c 100644 --- a/Modules/PlayerSpellBlocklist.lua +++ b/Modules/PlayerSpellBlocklist.lua @@ -130,6 +130,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [3409] = true, -- Crippling Poison [3411] = true, -- Intervene [3600] = true, -- Earthbind + [3606] = true, -- Searing Bolt [3714] = true, -- Path of Frost [3716] = true, -- Consuming Shadows [4987] = true, -- Cleanse @@ -314,6 +315,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [30449] = true, -- Spellsteal [30451] = true, -- Arcane Blast [30455] = true, -- Ice Lance + [31117] = true, -- Unstable Affliction [31224] = true, -- Cloak of Shadows [31589] = true, -- Slow [31616] = true, -- Nature's Guardian @@ -330,6 +332,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [32216] = true, -- Victorious [32223] = true, -- Crusader Aura [32242] = true, -- Swift Blue Gryphon + [32289] = true, -- Swift Red Gryphon [32375] = true, -- Mass Dispel [32379] = true, -- Shadow Word: Death [32390] = true, -- Shadow Embrace @@ -361,6 +364,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [35346] = true, -- Warp Time [35395] = true, -- Crusader Strike [35546] = true, -- Fatal Flourish + [36107] = true, -- Call Totem of Spirits [36213] = true, -- Angered Earth [36554] = true, -- Shadowstep [36702] = true, -- Fiery Warhorse @@ -523,6 +527,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [59628] = true, -- Tricks of the Trade [59638] = true, -- Frostbolt [59752] = true, -- Will to Survive + [60025] = true, -- Albino Drake [60103] = true, -- Lava Lash [60118] = true, -- Black War Bear [60229] = true, -- Strength @@ -571,6 +576,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [70890] = true, -- Scourge Strike [72286] = true, -- Invincible [72734] = true, -- Mass Dispel + [72807] = true, -- Icebound Frostbrood Vanquisher [72968] = true, -- Precious's Ribbon [73313] = true, -- Crimson Deathcharger [73320] = true, -- Frostborn Illusion @@ -612,7 +618,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [81340] = true, -- Sudden Doom [81751] = true, -- Atonement [81782] = true, -- Power Word: Barrier - [82238] = true, -- Update Phase Shift (Player) + [82238] = true, -- Update Phase Shift [82326] = true, -- Holy Light [82691] = true, -- Ring of Frost [82841] = true, -- Rock Bash @@ -651,6 +657,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [88747] = true, -- Wild Mushroom [88751] = true, -- Wild Mushroom [88852] = true, -- Beacon of Light + [88990] = true, -- Dark Phoenix [89157] = true, -- Teleport: Stormwind [89479] = true, -- Guild Battle Standard [89751] = true, -- Felstorm @@ -679,6 +686,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [91807] = true, -- Shambling Rush [92089] = true, -- Grace [92091] = true, -- Final Key + [92099] = true, -- Speed of Thought [92155] = true, -- Ultramarine Qiraji Battle Tank [92174] = true, -- Carcinized Adaptation [93326] = true, -- Sandstone Drake @@ -687,6 +695,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [93985] = true, -- Skull Bash [94472] = true, -- Atonement [94719] = true, -- The Innkeeper's Daughter + [95738] = true, -- Bladestorm Off-Hand [96103] = true, -- Raging Blow [96231] = true, -- Rebuke [96243] = true, -- Invisibility @@ -753,6 +762,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [108199] = true, -- Gorefiend's Grasp [108211] = true, -- Leeching Poison [108238] = true, -- Renewal + [108270] = true, -- Stone Bulwark Totem [108271] = true, -- Astral Shift [108280] = true, -- Healing Tide Totem [108281] = true, -- Ancestral Guidance @@ -828,6 +838,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [114738] = true, -- Lava Beam Overload [114852] = true, -- Holy Prism [114871] = true, -- Holy Prism + [114893] = true, -- Stone Bulwark [114908] = true, -- Spirit Shell [114911] = true, -- Ancestral Guidance [114919] = true, -- Light's Hammer @@ -1005,7 +1016,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [127967] = true, -- Drunken Evasiveness [128594] = true, -- Exhilaration [129836] = true, -- Panflute Melody - [129914] = true, -- Power Strikes + [129914] = true, -- Combat Wisdom [130654] = true, -- Chi Burst [131347] = true, -- Glide [131474] = true, -- Fishing @@ -1046,6 +1057,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [139546] = true, -- Combo Point [139595] = true, -- Armored Bloodwing [142073] = true, -- Hearthsteed + [142421] = true, -- Swiftmend [142910] = true, -- Ironbound Wraithcharger [142917] = true, -- Xan'tish's Flute [143625] = true, -- Brawling Champion @@ -1054,6 +1066,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [145109] = true, -- Ysera's Gift [145110] = true, -- Ysera's Gift [145152] = true, -- Bloodtalons + [145153] = true, -- Dream of Cenarius [145205] = true, -- Efflorescence [145255] = true, -- Aspect of Moonfang [145629] = true, -- Anti-Magic Zone @@ -1069,9 +1082,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [148447] = true, -- Winds of Time [149787] = true, -- Alterac Brew-Pup [152108] = true, -- Cataclysm - [152173] = true, -- Serenity [152175] = true, -- Whirling Dragon Punch - [152277] = true, -- Ravager [152279] = true, -- Breath of Sindragosa [152280] = true, -- Defile [153561] = true, -- Meteor @@ -1095,6 +1106,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [156079] = true, -- Greater Draenic Intellect Flask [156080] = true, -- Greater Draenic Strength Flask [156287] = true, -- Ravager + [156322] = true, -- Eternal Flame [156426] = true, -- Draenic Intellect Potion [156779] = true, -- Neural Silencer [156910] = true, -- Beacon of Faith @@ -1157,6 +1169,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [167898] = true, -- Find Timber [168657] = true, -- Bubble Wand [170347] = true, -- Core Hound + [170379] = true, -- Earthen Rage [170397] = true, -- Rapid Adaptation [170869] = true, -- Blazing Wings [171253] = true, -- Garrison Hearthstone @@ -1277,8 +1290,9 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [191587] = true, -- Virulent Plague [191634] = true, -- Stormkeeper [191685] = true, -- Virulent Eruption - [191837] = true, -- Essence Font - [191840] = true, -- Essence Font + [191716] = true, -- Summon Lightning Elemental + [191726] = true, -- Lightning Blast + [191732] = true, -- Chain Lightning [191877] = true, -- Power of the Maelstrom [191894] = true, -- Gust of Mists [192058] = true, -- Capacitor Totem @@ -1327,6 +1341,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [194384] = true, -- Atonement [194407] = true, -- Spitting Cobra [194509] = true, -- Power Word: Radiance + [194544] = true, -- Will of Northrend [194594] = true, -- Lock and Load [194627] = true, -- Now is the Time! [194632] = true, -- Lust for Battle @@ -1369,6 +1384,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [196447] = true, -- Channel Demonfire [196448] = true, -- Channel Demonfire [196490] = true, -- Sanctified Prayers + [196528] = true, -- Bonestorm + [196545] = true, -- Bonestorm [196555] = true, -- Netherwalk [196608] = true, -- Eye of the Tiger [196681] = true, -- Spirit of Eche'ro @@ -1411,7 +1428,6 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [197626] = true, -- Starsurge [197628] = true, -- Starfire [197630] = true, -- Sunfire - [197690] = true, -- Defensive Stance [197721] = true, -- Flourish [197834] = true, -- Sinister Strike [197835] = true, -- Shuriken Storm @@ -1537,7 +1553,6 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [202347] = true, -- Stellar Flare [202359] = true, -- Astral Communion [202425] = true, -- Warrior of Elune - [202461] = true, -- Stellar Drift [202497] = true, -- Shooting Stars [202539] = true, -- Furious Slash [202573] = true, -- Vengeance: Revenge @@ -1590,7 +1605,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [204255] = true, -- Soul Fragment [204263] = true, -- Shining Force [204301] = true, -- Blessed Hammer - [204330] = true, -- Skyfury Totem + [204330] = true, -- Totem of Wrath [204331] = true, -- Counterstrike Totem [204336] = true, -- Grounding Totem [204437] = true, -- Lightning Lasso @@ -1612,9 +1627,9 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [205201] = true, -- Death Penalty [205228] = true, -- Consecration [205231] = true, -- Eye Beam + [205292] = true, -- Drain Soul [205345] = true, -- Conflagration Flare Up [205364] = true, -- Dominate Mind - [205369] = true, -- Mind Bomb [205385] = true, -- Shadow Crash [205386] = true, -- Shadow Crash [205448] = true, -- Void Bolt @@ -1668,14 +1683,13 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [208684] = true, -- Dire Beast: Hawk [208772] = true, -- Sanctuary [208819] = true, -- Dire Beast: Hawk - [208963] = true, -- Skyfury Totem + [208963] = true, -- Totem of Wrath [209035] = true, -- Harpoon [209261] = true, -- Uncontained Fel [209388] = true, -- Bulwark of Order [209584] = true, -- Zen Focus Tea [209693] = true, -- Shattered Souls [209746] = true, -- Moonkin Aura - [209780] = true, -- Premonition [209785] = true, -- Fires of Justice [209967] = true, -- Dire Beast: Basilisk [209997] = true, -- Play Dead @@ -1701,7 +1715,6 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [210714] = true, -- Icefury [210738] = true, -- Heartbreaker [210764] = true, -- Rune Strike - [210803] = true, -- Spirit of the Crane [210824] = true, -- Touch of the Magi [210833] = true, -- Touch of the Magi [211210] = true, -- Protection of Tyr @@ -1728,7 +1741,6 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [212436] = true, -- Butchery [212459] = true, -- Call Fel Lord [212460] = true, -- Call Fel Lord - [212520] = true, -- Defensive Stance [212552] = true, -- Wraith Walk [212640] = true, -- Mending Bandage [212641] = true, -- Guardian of Ancient Kings @@ -1886,7 +1898,6 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [225921] = true, -- Fracture [226757] = true, -- Conflagration [226805] = true, -- Well Fed - [226943] = true, -- Mind Bomb [227034] = true, -- Nature's Guardian [227041] = true, -- Tome of the Tranquil Mind [227151] = true, -- Symbols of Death @@ -1894,7 +1905,6 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [227291] = true, -- Stomp [227518] = true, -- Annihilation [227723] = true, -- Mana Divining Stone - [227744] = true, -- Ravager [227847] = true, -- Bladestorm [228128] = true, -- Dungeon Preparation [228260] = true, -- Void Eruption @@ -1926,6 +1936,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [229499] = true, -- Midnight [230987] = true, -- Arcanist's Manasaber [231390] = true, -- Trailblazer + [231428] = true, -- Smoldering Ember Wyrm [231435] = true, -- Highlord's Golden Charger [231442] = true, -- Farseer's Raging Tempest [231504] = true, -- Town Portal @@ -1936,6 +1947,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [232559] = true, -- Thorns [232670] = true, -- Shadow Bolt [232698] = true, -- Shadowform + [232752] = true, -- Glacial Advance [232893] = true, -- Felblade [233395] = true, -- Deathchill [233490] = true, -- Unstable Affliction @@ -1995,6 +2007,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [246853] = true, -- Barbed Shot [246854] = true, -- Barbed Shot [247121] = true, -- Metamorphosis + [247402] = true, -- Lucid Nightmare [247454] = true, -- Spirit Bomb [247455] = true, -- Spirit Bomb [247456] = true, -- Frailty @@ -2174,6 +2187,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [264878] = true, -- Crow's Nest Scope [265096] = true, -- Frost-Laced Ammunition [265144] = true, -- Symbol of Hope + [265157] = true, -- Wildfire Bomb [265187] = true, -- Summon Demonic Tyrant [265189] = true, -- Raptor Strike [265202] = true, -- Holy Word: Salvation @@ -2274,6 +2288,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [268956] = true, -- Elemental Whirl [268998] = true, -- Kindled Soul [268999] = true, -- Balefire Branch + [269005] = true, -- Tempest [269085] = true, -- Woundbinder [269120] = true, -- Miniaturized Plasma Shield [269214] = true, -- Winds of War @@ -2303,13 +2318,14 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [270501] = true, -- Contrition [270557] = true, -- Soul Strike [270564] = true, -- Summon Dawnforge Ram - [270569] = true, -- The Houndmaster's Stratagem + [270569] = true, -- Wicked Maw [270576] = true, -- Gemhide [270657] = true, -- Bulwark of the Masses [270661] = true, -- Self Reliance [270670] = true, -- Arcane Pummeling [270674] = true, -- Azerite Veins [270827] = true, -- Webweaver's Soul Gem + [270925] = true, -- Waterspout [271045] = true, -- Volatile Bomb [271048] = true, -- Volatile Bomb [271049] = true, -- Volatile Bomb @@ -2361,6 +2377,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [272572] = true, -- Ephemeral Recovery [272678] = true, -- Primal Rage [272679] = true, -- Fortitude of the Bear + [272682] = true, -- Master's Call [272685] = true, -- Deep Cuts [272721] = true, -- Icy Citadel [272723] = true, -- Icy Citadel @@ -2863,6 +2880,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [289523] = true, -- Incandescent Luster [289524] = true, -- Incandescent Brilliance [289526] = true, -- Everchill + [289555] = true, -- Glacial Tidestorm [289577] = true, -- Void Torrent [290121] = true, -- Ub3r-Construction [290132] = true, -- Sylverian Dreamer @@ -3043,6 +3061,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [306229] = true, -- Dire Beast [306242] = true, -- Subroutine: Optimization [306474] = true, -- Recharging + [306600] = true, -- Experience Eliminated [306830] = true, -- Elysian Decree [307046] = true, -- Elysian Decree [307159] = true, -- Potion of Spectral Agility @@ -3171,6 +3190,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [316493] = true, -- Elusive Quickhoof [316522] = true, -- Vita Charged [316531] = true, -- Intervene + [316637] = true, -- Awakened Mindborer [316643] = true, -- Indomitable [316646] = true, -- Shadowy [316801] = true, -- Ineffable Truth @@ -3522,8 +3542,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [335096] = true, -- Bloodbath [335097] = true, -- Crushing Blow [335098] = true, -- Crushing Blow + [335099] = true, -- Smoldering [335100] = true, -- Crushing Blow - [335101] = true, -- Reckless Abandon [335149] = true, -- Sign of the Scourge [335150] = true, -- Sign of the Destroyer [335151] = true, -- Sign of the Mists @@ -3741,9 +3761,9 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [343727] = true, -- Power Leech [343737] = true, -- Soothing Breath [343758] = true, -- Apocalypse + [343769] = true, -- Sudden Demise [343819] = true, -- Gust of Mists [343820] = true, -- Invoke Chi-Ji, the Red Crane - [344006] = true, -- Essence Font [344021] = true, -- Keefer's Skyreach [344067] = true, -- Expurgation [344118] = true, -- Synaptic Feedback @@ -3804,6 +3824,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [345549] = true, -- Charged Phylactery [345569] = true, -- Flagellation [345595] = true, -- Voracity + [345638] = true, -- Abomiblast [345673] = true, -- Flesh Infusion [345688] = true, -- Victors Advantage [345691] = true, -- Victors Advantage @@ -3853,6 +3874,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [351338] = true, -- Quell [351978] = true, -- Hyper Organic Light Originator [351985] = true, -- Hyper Organic Light Originator + [353263] = true, -- Cartel Master's Gearglider [353713] = true, -- Lava Flecks [353759] = true, -- Deep Breath [354359] = true, -- Fierce Razorwing @@ -3895,6 +3917,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [359078] = true, -- Numbing Poison [359082] = true, -- Sign of the Legion [359317] = true, -- Wen Lo, the River's Edge + [359545] = true, -- Carcinized Zerethsteed [359618] = true, -- Essence Burst [359816] = true, -- Dream Flight [359844] = true, -- Call of the Wild @@ -3911,6 +3934,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [360966] = true, -- Spearhead [360969] = true, -- Coordinated Assault [360995] = true, -- Verdant Embrace + [361021] = true, -- Sense Power + [361022] = true, -- Sense Power [361029] = true, -- Time Dilation [361049] = true, -- Bleeding Gash [361195] = true, -- Verdant Embrace @@ -3977,6 +4002,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [369374] = true, -- Firestorm [369439] = true, -- Elegy of the Eternals [369459] = true, -- Source of Magic + [369536] = true, -- Soar [370349] = true, -- Dig [370412] = true, -- Rescue [370452] = true, -- Shattering Star @@ -4059,7 +4085,9 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [372617] = true, -- Empyreal Blaze [372655] = true, -- Possible Future You [DNT] [372760] = true, -- Divine Word + [372761] = true, -- Divine Favor: Chastise [372787] = true, -- Divine Word: Sanctuary + [372791] = true, -- Divine Favor: Serenity [372829] = true, -- Refreshing Mixture [372834] = true, -- Uplifting Mixture [372995] = true, -- Swift Spectral Drake @@ -4140,9 +4168,9 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [375813] = true, -- Studying [375819] = true, -- Studying [375827] = true, -- Studying - [375891] = true, -- Death Chakram - [375893] = true, -- Death Chakram - [375894] = true, -- Death Chakram + [375891] = true, -- Chakram + [375893] = true, -- Chakram + [375894] = true, -- Chakram [375901] = true, -- Mindgames [375904] = true, -- Mindgames [375905] = true, -- Mindgames @@ -4153,8 +4181,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [375986] = true, -- Primordial Wave [376067] = true, -- Studying [376068] = true, -- Studying - [376079] = true, -- Spear of Bastion - [376080] = true, -- Spear of Bastion + [376079] = true, -- Champion's Spear + [376080] = true, -- Champion's Spear [376103] = true, -- Radiant Spark [376643] = true, -- Gift of the Aspects [376666] = true, -- Idol of the Earth-Warder @@ -4462,6 +4490,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [383882] = true, -- Sun King's Blessing [383883] = true, -- Fury of the Sun King [383915] = true, -- Annihilator + [383921] = true, -- Highlord's Judgment [383926] = true, -- Bound by Fire and Blaze [383934] = true, -- Water's Beating Heart [383939] = true, -- Healing Torchlight @@ -4538,10 +4567,11 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [385042] = true, -- Gushing Wound [385059] = true, -- Odyn's Fury [385060] = true, -- Odyn's Fury - [385061] = true, -- Odyn's Fury + [385061] = true, -- Odyn's Fury Off-Hand [385062] = true, -- Odyn's Fury [385126] = true, -- Blessing of Dusk [385127] = true, -- Blessing of Dawn + [385174] = true, -- Invigorating Fury [385327] = true, -- Buzzing Rune [385336] = true, -- Room for Dessert [385347] = true, -- Magazine of Healing Darts @@ -4618,6 +4648,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [386365] = true, -- Endless Stack of Needles [386397] = true, -- Battle-Scarred Veteran [386399] = true, -- Iridescence: Blue + [386452] = true, -- Frostbrood Proto-Wyrm [386478] = true, -- Violent Outburst [386486] = true, -- Seeing Red [386518] = true, -- Enough! @@ -4736,20 +4767,19 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [388037] = true, -- Unstable Elemental Confluence [388044] = true, -- Yu'lon's Whisper [388045] = true, -- Sentinel Owl - [388048] = true, -- Clouded Focus [388061] = true, -- Azureweave Vestment [388064] = true, -- Azureweave Vestment [388068] = true, -- Inquisitor's Gaze [388070] = true, -- Fel Barrage [388081] = true, -- Bronzed Grip Wrappings [388083] = true, -- Bronzed Grip Wrappings - [388193] = true, -- Faeline Stomp - [388203] = true, -- Faeline Stomp - [388207] = true, -- Faeline Stomp + [388193] = true, -- Jadefire Stomp + [388203] = true, -- Jadefire Stomp + [388207] = true, -- Jadefire Stomp [388220] = true, -- Calming Coalescence [388330] = true, -- Dragonrider's Cultivation [388367] = true, -- Ohn'ahra's Gusts - [388376] = true, -- Dragonrider's Compassion + [388376] = true, -- Skyrider's Compassion [388380] = true, -- Dragonrider's Compassion [388442] = true, -- Iskaara Soup [388444] = true, -- Iskaara Soup @@ -4760,6 +4790,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [388498] = true, -- Secret Infusion [388499] = true, -- Secret Infusion [388500] = true, -- Secret Infusion + [388510] = true, -- Mending Proliferation [388513] = true, -- Overflowing Mists [388514] = true, -- Overflowing Mists [388525] = true, -- Tea of Plenty @@ -4772,7 +4803,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [388609] = true, -- Zen Pulse [388663] = true, -- Invoker's Delight [388668] = true, -- Zen Pulse - [388672] = true, -- Dragonrider's Initiative + [388672] = true, -- Skyrider's Initiative [388673] = true, -- Dragonrider's Initiative [388686] = true, -- Summon White Tiger Statue [388724] = true, -- Molten Fury @@ -4802,8 +4833,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [389174] = true, -- Hearty Musken Meal [389176] = true, -- Blazing Soul [389178] = true, -- Blazing Speed - [389325] = true, -- Awakened Faeline - [389328] = true, -- Awakened Faeline + [389325] = true, -- Awakened Jadefire + [389328] = true, -- Awakened Jadefire [389372] = true, -- Fel Synergy [389407] = true, -- Furious Ragefeather [389422] = true, -- Yu'lon's Blessing @@ -4821,13 +4852,13 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [389809] = true, -- Sigil of Silence [389810] = true, -- Sigil of Flame [389813] = true, -- Sigil of Misery - [389815] = true, -- Elysian Decree + [389815] = true, -- Sigil of Spite [389820] = true, -- Under Red Wings [389839] = true, -- Fire Shot [389843] = true, -- Ruby Whelp Shell [389845] = true, -- Malefic Affliction [389847] = true, -- Felfire Haste - [389860] = true, -- Elysian Decree + [389860] = true, -- Sigil of Spite [389868] = true, -- Dread Touch [389881] = true, -- Spearhead [389890] = true, -- Tactical Retreat @@ -4838,7 +4869,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [390148] = true, -- Flow State [390155] = true, -- Serrated Glaive [390162] = true, -- Feasting Strikes - [390163] = true, -- Elysian Decree + [390163] = true, -- Sigil of Spite [390165] = true, -- Burning Writ [390170] = true, -- Earthen Writ [390178] = true, -- Plaguebringer @@ -4886,8 +4917,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [390692] = true, -- Borrowed Time [390706] = true, -- Twilight Equilibrium [390707] = true, -- Twilight Equilibrium - [390714] = true, -- Dance of Death [390762] = true, -- Turtle's Ritual Stone Earth Check + [390771] = true, -- Blessed Recovery [390785] = true, -- Primal Turtle's Shell [390787] = true, -- Weal and Woe [390833] = true, -- Turtle's Ritual Stone Fire Check @@ -4962,7 +4993,6 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [391888] = true, -- Adaptive Swarm [391889] = true, -- Adaptive Swarm [391891] = true, -- Adaptive Swarm - [391955] = true, -- Protective Growth [391960] = true, -- Exhilarating Blows [391974] = true, -- Sudden Ambush [392038] = true, -- Spark of the Primals @@ -4971,6 +5001,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [392058] = true, -- Wailing Arrow [392060] = true, -- Wailing Arrow [392061] = true, -- Wailing Arrow + [392117] = true, -- Regenerative Heartwood [392127] = true, -- Thunderstruck [392128] = true, -- Overcharged [392147] = true, -- Embrace of the Dream @@ -5017,8 +5048,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [393019] = true, -- Inspiring Vanguard [393035] = true, -- Throw Glaive [393038] = true, -- Strength in Adversity - [393047] = true, -- Skyreach - [393050] = true, -- Skyreach Exhaustion + [393047] = true, -- Skytouch + [393050] = true, -- Skytouch Exhaustion [393053] = true, -- Pressure Point [393054] = true, -- Death Sweep [393055] = true, -- Death Sweep @@ -5027,7 +5058,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [393099] = true, -- Forbidden Technique [393108] = true, -- Guardian of Ancient Kings [393438] = true, -- Draconic Augmentation - [393480] = true, -- Sentinel + [393480] = true, -- Kill Zone [393515] = true, -- Pretense of Instability [393565] = true, -- Thunderfist [393566] = true, -- Thunderfist @@ -5074,6 +5105,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [394080] = true, -- Scent of Blood [394083] = true, -- Friend of the Fae [394087] = true, -- Mayhem + [394095] = true, -- Kingsbane [394108] = true, -- Sundered Firmament [394111] = true, -- Fury of Elune [394120] = true, -- Ace Up Your Sleeve @@ -5171,14 +5203,15 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [395289] = true, -- Portal: Valdrakken [395296] = true, -- Ebon Might [395336] = true, -- Protector of the Pack - [395413] = true, -- Fae Exposure - [395414] = true, -- Fae Exposure + [395413] = true, -- Jadefire Brand + [395414] = true, -- Jadefire Brand [395424] = true, -- Improved Adrenaline Rush [395496] = true, -- Windfury Totem [395519] = true, -- Strike of the Windlord [395521] = true, -- Strike of the Windlord [395603] = true, -- Prepared Time [395630] = true, -- Potent Venom + [395705] = true, -- Assorted Arcanocrystals [395942] = true, -- Swiping Mangle [395944] = true, -- Overpowering Aura [395996] = true, -- Dashing Scoundrel @@ -5200,8 +5233,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [396557] = true, -- Verdant Embrace [396590] = true, -- Enduring Scales [396718] = true, -- Onslaught - [396719] = true, -- Thunder Clap - [396752] = true, -- Reckless Abandon + [396752] = true, -- Crushing Blow [397039] = true, -- Arcane Bubble [397041] = true, -- Corporeal Tear [397118] = true, -- Heaven's Nemesis @@ -5248,6 +5280,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [400238] = true, -- [DNT] Ebyssian Guardian [400254] = true, -- Raze [400360] = true, -- Moonless Night + [400370] = true, -- Burning Vehemence [400456] = true, -- Salvo [400523] = true, -- Stride of the Gales [400534] = true, -- Wild Synthesis @@ -5340,6 +5373,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [404358] = true, -- Blade of Justice [404369] = true, -- Empty Hourglass [404381] = true, -- Defy Fate + [404464] = true, -- Flight Style: Skyriding + [404468] = true, -- Flight Style: Steady [404523] = true, -- Spiritwalker's Tidal Totem [404550] = true, -- Mana Spring [404551] = true, -- Mana Spring @@ -5514,7 +5549,6 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [409077] = true, -- Twilight Celerity [409091] = true, -- Molten Pour [409095] = true, -- Magma Volley - [409276] = true, -- Motes of Possibility [409309] = true, -- Deepflayer Lure [409311] = true, -- Prescience [409347] = true, -- Deepflayer's Tenacity @@ -5586,6 +5620,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [410879] = true, -- Lingering Chill [410931] = true, -- Vibrant Clacking Claw [411055] = true, -- Imminent Destruction + [411143] = true, -- Master Shapeshifter + [411146] = true, -- Master Shapeshifter [411225] = true, -- Sprouting [411256] = true, -- Winds of Sanctuary [411288] = true, -- Feed the Flames @@ -5597,6 +5633,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [411639] = true, -- Crushing Advance [411661] = true, -- Domineering Arrogance [412088] = true, -- Grotto Netherwing Drake + [412168] = true, -- Luminous Resilience + [412265] = true, -- Lingering Light [412880] = true, -- Shadowflame Residue Sack [412881] = true, -- Large Shadowflame Residue Sack [413231] = true, -- Shadowy Apparition @@ -5614,6 +5652,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [414193] = true, -- Awakening [414196] = true, -- Awakening [414204] = true, -- Rising Sunlight + [414219] = true, -- Shadowrooted Grippers [414407] = true, -- Veneration [414408] = true, -- Veneration [414444] = true, -- Shining Righteousness @@ -5637,7 +5676,6 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [414955] = true, -- Kingstrike [414976] = true, -- Rage of Azzinoth [414977] = true, -- Fires of Azzinoth - [415025] = true, -- Paracausal Fragment of Frostmourne [415033] = true, -- Lich Form [415038] = true, -- Fear for your Life [415052] = true, -- Lich Touch @@ -5653,6 +5691,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [415186] = true, -- Moonkin Jump [415188] = true, -- Moonfall [415190] = true, -- Moonfall + [415299] = true, -- Tirion's Devotion [415339] = true, -- Tideseeker's Cataclysm [415388] = true, -- Reclamation [415395] = true, -- Tideseeker's Cataclysm @@ -5664,6 +5703,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [415673] = true, -- Essence Devourer [415676] = true, -- Essence Devourer [416132] = true, -- Dreaming Devotion + [416771] = true, -- Seal of the Crusader [416868] = true, -- Mighty Roar [416870] = true, -- Mighty Roar [417275] = true, -- Greater Encapsulated Destiny @@ -5683,7 +5723,6 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [417624] = true, -- Chest [417642] = true, -- Small Dreamseed [417645] = true, -- Plump Dreamseed - [417713] = true, -- Dire Fixation [417714] = true, -- Rising Light, Falling Night - Day [417715] = true, -- Rising Light, Falling Night - Night [417790] = true, -- Star Shower @@ -5736,6 +5775,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [421453] = true, -- Ultimate Penitence [421543] = true, -- Ultimate Penitence [421544] = true, -- Ultimate Penitence + [421676] = true, -- Overloaded with Light [421970] = true, -- Ner'zhul's Volition [421976] = true, -- Caustic Spatter [421979] = true, -- Caustic Spatter @@ -5752,9 +5792,10 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [422751] = true, -- Smoldering Frenzy [422760] = true, -- Examine Soil [422779] = true, -- Burning Frenzy - [422956] = true, -- Nymue's Vengeful Spindle + [422956] = true, -- Nymue's Unraveling Spindle [423193] = true, -- Sanguine Blades [423211] = true, -- Furious Bloodthirst + [423341] = true, -- Khaz Algar Mining [423377] = true, -- Holy Reverberation [423379] = true, -- Holy Reverberation [423439] = true, -- Chi Harmony @@ -5806,6 +5847,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [424454] = true, -- Blackout Reinforcement [424461] = true, -- Tidal Reservoir [424464] = true, -- Tidal Reservoir + [424484] = true, -- Anu'relos, Flame's Guidance [424491] = true, -- Shadow Eviscerate [424504] = true, -- Flame Seed [424505] = true, -- Flame Seed @@ -5821,6 +5863,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [424568] = true, -- Basket of Explosive Acorns [424571] = true, -- Windrunner's Guidance [424584] = true, -- Frenzied Lash + [424588] = true, -- Minor Moon [424590] = true, -- Wrathful Sanction [424594] = true, -- Wild Roots [424596] = true, -- Wild Roots @@ -5842,6 +5885,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [425185] = true, -- [DNT] Slow Up Jump Test [425192] = true, -- [DNT ]Moonkin Jump Cancel All [425196] = true, -- The Superb Loom + [425206] = true, -- Boundless Moonlight [425261] = true, -- Cleansing Flame [425262] = true, -- Cleansing Flame [425298] = true, -- Charred Dreams @@ -5902,11 +5946,12 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [426678] = true, -- Blossom of Amirdrassil [426703] = true, -- Kill Command [426718] = true, -- Blossom of Amirdrassil + [426790] = true, -- Call of the Elder Druid [426897] = true, -- Burnout [426944] = true, -- Undulating Sporecloak [427037] = true, -- Lava Bolt [427040] = true, -- Skullsplitter - [427072] = true, -- Nymue's Vengeful Spindle + [427072] = true, -- Nymue's Unraveling Spindle [427113] = true, -- Web of Dreams [427161] = true, -- Essence Splice [427209] = true, -- Web of Dreams @@ -5920,6 +5965,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [427407] = true, -- Devastating Dreams [427413] = true, -- Fervid Opposition [427430] = true, -- Twisted Blade + [427453] = true, -- Hammer of Light [427641] = true, -- Inertia [427687] = true, -- Reign of Tyranny [427688] = true, -- Felseeker @@ -5927,10 +5973,13 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [427901] = true, -- Deflecting Dance [427904] = true, -- Immolation Aura [427905] = true, -- Immolation Aura + [427906] = true, -- Immolation Aura [427908] = true, -- Immolation Aura [427910] = true, -- Immolation Aura + [427911] = true, -- Immolation Aura [427912] = true, -- Immolation Aura [427913] = true, -- Immolation Aura + [427914] = true, -- Immolation Aura [427917] = true, -- Immolation Aura [427946] = true, -- First Light [428045] = true, -- Mark of the Boreal Dreamtalon @@ -5940,18 +5989,32 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [428332] = true, -- Primordial Wave [428361] = true, -- Ragefire [428362] = true, -- Ragefire + [428363] = true, -- Ragefire [428398] = true, -- Blooming [428427] = true, -- Undulating Sporecloak [428439] = true, -- Healing Elixir - [428453] = true, -- Caustic Presence - [428455] = true, -- Caustic Presence + [428453] = true, -- Infernal Presence + [428455] = true, -- Infernal Presence [428464] = true, -- Light the Fuse [428487] = true, -- Exhilarating Execution [428488] = true, -- Exhilarating Execution + [428524] = true, -- Demonic Art: Overlord + [428545] = true, -- Moonfire + [428565] = true, -- Summon Mother of Chaos + [428571] = true, -- Summon Overlord [428608] = true, -- Live by the Glaive + [428682] = true, -- Boundless Moonlight + [428735] = true, -- Harmony of the Grove + [428737] = true, -- Harmony of the Grove [428821] = true, -- Generic Hint + [428866] = true, -- Power of Nature + [428930] = true, -- Premonition of Piety + [428933] = true, -- Premonition of Insight + [428934] = true, -- Premonition of Solace [429204] = true, -- Blossom of Amirdrassil [429221] = true, -- Leviathan's Wisdom + [429222] = true, -- Minor Cenarion Ward + [429224] = true, -- Minor Cenarion Ward [429225] = true, -- Alacritous Spores [429233] = true, -- Rezan's Fury [429240] = true, -- Dream Wardens Insignia @@ -5960,9 +6023,936 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [429262] = true, -- Aqueous Enrichment [429268] = true, -- Xeri'tac's Defense [429424] = true, -- Lone Wolf's Insight + [429438] = true, -- Blooming Infusion + [429460] = true, -- Warp + [429474] = true, -- Blooming Infusion [429595] = true, -- Xeri'tac's Defense + [429826] = true, -- Hammer of Light [429951] = true, -- Blade Flurry [430012] = true, -- Lasher Splats [430023] = true, -- Ambush + [430581] = true, -- Moon Guardian + [430589] = true, -- Atmospheric Exposure + [430703] = true, -- Black Arrow + [431039] = true, -- Frost Mastery + [431040] = true, -- Fire Mastery + [431044] = true, -- Frostfire Bolt [431156] = true, -- Rapid Reload + [431171] = true, -- Frostfire Infusion + [431177] = true, -- Frostfire Empowerment + [431186] = true, -- Frostfire Empowerment + [431190] = true, -- Severe Temperatures + [431250] = true, -- Lunar Amplification + [431380] = true, -- Dawnlight + [431381] = true, -- Dawnlight + [431382] = true, -- Dawnlight + [431398] = true, -- Empyrean Hammer + [431399] = true, -- Dawnlight + [431414] = true, -- Sun Sear + [431415] = true, -- Sun Sear + [431419] = true, -- Cavedweller's Delight + [431443] = true, -- Chrono Flames + [431481] = true, -- Gleaming Rays + [431483] = true, -- Chrono Flame + [431522] = true, -- Dawnlight + [431536] = true, -- Shake the Heavens + [431583] = true, -- Chrono Flame + [431620] = true, -- Upheaval + [431625] = true, -- Empyrean Hammer + [431654] = true, -- Primacy + [431698] = true, -- Temporal Burst + [431716] = true, -- Thread of Fate + [431872] = true, -- Temporality + [431907] = true, -- Sun's Avatar + [431911] = true, -- Sun's Avatar + [431914] = true, -- Potion of Unwavering Focus + [431917] = true, -- Vicious Hunt + [431932] = true, -- Tempered Potion + [431939] = true, -- Sun's Avatar + [431944] = true, -- Diabolic Ritual: Overlord + [431971] = true, -- Flask of Tempered Aggression + [431972] = true, -- Flask of Tempered Swiftness + [431974] = true, -- Flask of Tempered Mastery + [432021] = true, -- Flask of Alchemical Chaos + [432061] = true, -- Motes of Acceleration + [432113] = true, -- Charge + [432180] = true, -- Dance of the Wind + [432265] = true, -- Phial of Truesight + [432459] = true, -- Holy Bulwark + [432472] = true, -- Sacred Weapon + [432496] = true, -- Holy Bulwark + [432502] = true, -- Sacred Weapon + [432558] = true, -- Majestic Azure Peafowl + [432569] = true, -- Chaos Salvo + [432596] = true, -- Chaos Salvo + [432607] = true, -- Holy Bulwark + [432616] = true, -- Sacred Weapon + [432629] = true, -- Undisputed Ruling + [432794] = true, -- Demonic Art: Mother of Chaos + [432795] = true, -- Demonic Art: Pit Lord + [432815] = true, -- Diabolic Ritual: Mother of Chaos + [432816] = true, -- Diabolic Ritual: Pit Lord + [432895] = true, -- Thread of Fate + [432896] = true, -- Thread of Fate + [433019] = true, -- Blessed Assurance + [433522] = true, -- Crystal Sickness + [433550] = true, -- Rite of Sanctification + [433568] = true, -- Rite of Sanctification + [433584] = true, -- Rite of Adjuration + [433618] = true, -- For Whom the Bell Tolls + [433671] = true, -- Sanctification + [433674] = true, -- Light's Deliverance + [433682] = true, -- Rite of Adjuration + [433717] = true, -- Hammer and Anvil + [433732] = true, -- Light's Deliverance + [433749] = true, -- Protective Growth + [433807] = true, -- Divine Guidance + [433808] = true, -- Divine Guidance + [433832] = true, -- Dream Burst + [433850] = true, -- Dream Burst + [433874] = true, -- Deep Breath + [433885] = true, -- Ruination + [433891] = true, -- Infernal Bolt + [433895] = true, -- Vampiric Strike + [433899] = true, -- Vampiric Strike + [433915] = true, -- Tome of Unstable Power + [433925] = true, -- Essence of the Blood Queen + [433954] = true, -- Tome of Unstable Power + [434021] = true, -- Unstable Barrage + [434034] = true, -- Blood-Soaked Ground + [434105] = true, -- Vampiric Aura + [434107] = true, -- Vampiric Aura + [434112] = true, -- Dream Surge + [434132] = true, -- Blessing of the Forge + [434141] = true, -- Dream Bloom + [434144] = true, -- Infliction of Sorrow + [434153] = true, -- Gift of the San'layn + [434237] = true, -- Blood Beast + [434242] = true, -- Blood Clot + [434246] = true, -- The Blood is Life + [434273] = true, -- The Blood is Life + [434400] = true, -- Summon Pit Lord + [434404] = true, -- Felseeker + [434422] = true, -- Vampiric Strike + [434473] = true, -- Bombardments + [434481] = true, -- Bombardments + [434506] = true, -- Infernal Bolt + [434559] = true, -- Infernal Vitality + [434574] = true, -- Corrupted Blood + [434587] = true, -- Summon Overfiend + [434589] = true, -- Chaos Bolt + [434635] = true, -- Ruination + [434636] = true, -- Ruination + [434765] = true, -- Reaper's Mark + [435203] = true, -- Thunder Clap + [435222] = true, -- Thunder Blast + [435475] = true, -- Abyssal Trap + [435493] = true, -- Concoction: Kiss of Death + [435615] = true, -- Thunder Blast + [435791] = true, -- Lightning Strike + [435802] = true, -- Wave of Souls + [436132] = true, -- Binding's Boon + [436159] = true, -- Boon of Binding + [436304] = true, -- Reaper's Mark + [436336] = true, -- Mass Disintegrate + [436358] = true, -- Demolish + [436854] = true, -- Switch Flight Style + [437121] = true, -- Burst of Power + [437139] = true, -- Unearth Blue Friend + [437140] = true, -- Unearth Red Friend + [438443] = true, -- Dance of Chi-Ji + [438588] = true, -- Mass Eruption + [438591] = true, -- Keep Your Feet on the Ground + [438607] = true, -- Meteor + [438611] = true, -- Excess Frost + [438624] = true, -- Excess Fire + [438671] = true, -- Living Bomb + [438672] = true, -- Living Bomb + [438674] = true, -- Living Bomb + [438685] = true, -- Roughousing + [438822] = true, -- Diabolic Imp + [438823] = true, -- Diabolic Bolt + [438973] = true, -- Felseeker + [439189] = true, -- Arcane Duplication + [439209] = true, -- Blood Clot + [439530] = true, -- Symbiotic Blooms + [439531] = true, -- Bloodseeker Vines + [439539] = true, -- Icy Death Torrent + [439601] = true, -- Storm of Swords + [439841] = true, -- Solar Grace + [439843] = true, -- Reaper's Mark + [439887] = true, -- Root Network + [439888] = true, -- Root Network + [439891] = true, -- Strategic Infusion + [439893] = true, -- Strategic Infusion + [439902] = true, -- Flower Walk + [440005] = true, -- Blood Fever + [440121] = true, -- Bursting Growth + [440122] = true, -- Bursting Growth + [440183] = true, -- Crystalline Empowerment + [440235] = true, -- Concoction: Kiss of Death + [440289] = true, -- Rune Carved Plates + [440290] = true, -- Rune Carved Plates + [440389] = true, -- Shadow-Binding Ritual Knife + [440635] = true, -- Lamp Light + [440645] = true, -- Fire Flies + [440646] = true, -- Fire Flies + [440683] = true, -- Waste No Time + [440725] = true, -- Premonition of Clairvoyance + [440836] = true, -- Essence of Yu'lon + [440837] = true, -- Fury of Xuen + [440839] = true, -- Kindness of Chi-Ji + [440884] = true, -- Demolish + [440886] = true, -- Demolish + [440888] = true, -- Demolish + [440977] = true, -- Sharpen Your Knife + [440989] = true, -- Colossal Might + [441144] = true, -- Unseen Blade + [441172] = true, -- Melt Armor + [441224] = true, -- Fazed + [441228] = true, -- Abyssal Trap + [441248] = true, -- Unrelenting Siege + [441326] = true, -- Flawless Form + [441327] = true, -- Herb Gathering + [441416] = true, -- Exterminate + [441424] = true, -- Exterminate + [441426] = true, -- Exterminate + [441428] = true, -- Nerubian Pheromones + [441585] = true, -- Ravage + [441590] = true, -- Sacred Weapon + [441591] = true, -- Ravage + [441602] = true, -- Ravage + [441605] = true, -- Ravage + [441668] = true, -- Shockwave + [441686] = true, -- Wildshape Mastery + [441695] = true, -- Ursine Potential + [441776] = true, -- Coup de Grace + [441786] = true, -- Escalating Blade + [441812] = true, -- Dreadful Wound + [441817] = true, -- Ruthless Aggression + [441825] = true, -- Killing Strikes + [441963] = true, -- Pact Ability + [442094] = true, -- Sparkbug Jar + [442099] = true, -- Sparkbug Jar + [442101] = true, -- Sparkbug Jar + [442204] = true, -- Breath of Eons + [442267] = true, -- Befouler's Bloodlust + [442268] = true, -- Befouled Blood + [442294] = true, -- Reaver's Glaive + [442417] = true, -- Embrace the Shadows + [442419] = true, -- Shadow Hounds + [442435] = true, -- Glaive Flurry + [442442] = true, -- Rending Strike + [442503] = true, -- Warblade's Hunger + [442507] = true, -- Warblade's Hunger + [442511] = true, -- Dark Empowerment + [442624] = true, -- Reaver's Mark + [442688] = true, -- Thrill of the Fight + [442695] = true, -- Thrill of the Fight + [442715] = true, -- Blade Ward + [442726] = true, -- Malevolence + [442749] = true, -- Niuzao's Protection + [442788] = true, -- Incorruptible Spirit + [442801] = true, -- Wildfire Wick + [442808] = true, -- Wounded Quarry + [442850] = true, -- August Dynasty + [442981] = true, -- Weaver's Tutelage + [442982] = true, -- General's Phalanx + [442983] = true, -- Vizier's Savvy + [442992] = true, -- Broken Carapace + [443026] = true, -- General's Phalanx + [443028] = true, -- Celestial Conduit + [443038] = true, -- Celestial Conduit + [443039] = true, -- Celestial Conduit + [443102] = true, -- Vengeful Fire Spirit + [443106] = true, -- Courage of the White Tiger + [443112] = true, -- Strength of the Black Ox + [443113] = true, -- Strength of the Black Ox + [443124] = true, -- Abyssal Gluttony + [443126] = true, -- Premonition of Piety + [443127] = true, -- Strength of the Black Ox + [443176] = true, -- Lifespark + [443238] = true, -- Esteemed Earthen Emblem + [443263] = true, -- Flight of the Red Crane + [443272] = true, -- Flight of the Red Crane + [443328] = true, -- Engulf + [443329] = true, -- Engulf + [443330] = true, -- Engulf + [443337] = true, -- Charged Stormrook Plume + [443381] = true, -- Cinderbrew Stein + [443404] = true, -- Wave of Souls + [443407] = true, -- Skarmorak Shard + [443411] = true, -- Gear-A-Rang Launcher + [443415] = true, -- High Speaker's Accretion + [443421] = true, -- Heart of the Jade Serpent + [443424] = true, -- Heart of the Jade Serpent + [443454] = true, -- Ancestral Swiftness + [443506] = true, -- Heart of the Jade Serpent + [443526] = true, -- Premonition of Solace + [443531] = true, -- Bolstering Light + [443532] = true, -- Bind in Darkness + [443534] = true, -- Radiance + [443535] = true, -- Tome of Light's Devotion + [443539] = true, -- Mereldar's Toll + [443552] = true, -- Oppressive Oration + [443556] = true, -- Twin Fang Instruments + [443569] = true, -- Chi-Ji's Swiftness + [443572] = true, -- Crane Stance + [443574] = true, -- Ox Stance + [443575] = true, -- Tiger Stance + [443576] = true, -- Serpent Stance + [443591] = true, -- Unity Within + [443592] = true, -- Unity Within + [443609] = true, -- Death Pact + [443611] = true, -- Flight of the Red Crane + [443614] = true, -- Flight of the Red Crane + [443616] = true, -- Heart of the Jade Serpent + [443660] = true, -- Charming Courier + [443722] = true, -- Frost Splinter + [443740] = true, -- Embedded Frost Splinter + [443747] = true, -- Splinterstorm + [443763] = true, -- Arcane Splinter + [443934] = true, -- Embedded Frost Splinter + [444017] = true, -- Enkindle + [444019] = true, -- Burning Adrenaline + [444089] = true, -- Consume Flame + [444248] = true, -- Summon Mograine + [444251] = true, -- Summon Whitemane + [444252] = true, -- Summon Nazgrim + [444254] = true, -- Summon Trollbane + [444264] = true, -- Digestive Venom + [444269] = true, -- Shadow Surge + [444282] = true, -- Creeping Coagulum + [444347] = true, -- Death Charge + [444474] = true, -- Death and Decay + [444489] = true, -- Acid-Marked + [444490] = true, -- Hydrobubble + [444505] = true, -- Mograine's Might + [444633] = true, -- Undeath + [444661] = true, -- Art of the Glaive + [444686] = true, -- Reaver's Glaive + [444713] = true, -- Splinterstorm + [444735] = true, -- Embedded Arcane Splinter + [444736] = true, -- Embedded Arcane Splinter + [444740] = true, -- Anti-Magic Shell + [444741] = true, -- Anti-Magic Shell + [444754] = true, -- Slippery Slinging + [444763] = true, -- Apocalyptic Conquest + [444764] = true, -- Reaver's Glaive + [444806] = true, -- Art of the Glaive + [444826] = true, -- Chains of Ice + [444828] = true, -- Chains of Ice + [444834] = true, -- Trollbane's Icy Fury + [444959] = true, -- Spymaster's Web + [444966] = true, -- Volatile Magic + [444967] = true, -- Volatile Magic + [444976] = true, -- Unerring Proficiency + [444979] = true, -- Preemptive Strike + [444981] = true, -- Unerring Proficiency + [444995] = true, -- Surging Totem + [445145] = true, -- Arathi Demolition Charge + [445165] = true, -- Arathi Demolition Charge + [445204] = true, -- Blessing of An'she + [445206] = true, -- Blessing of An'she + [445431] = true, -- Vicious Hunt + [445468] = true, -- Wither + [445474] = true, -- Wither + [445495] = true, -- Consume Flame + [445504] = true, -- Heart Strike + [445507] = true, -- Obliterate + [445508] = true, -- Scourge Strike + [445509] = true, -- Scourge Strike + [445513] = true, -- Death Coil + [445560] = true, -- Suspended Incubation + [445579] = true, -- Slayer's Strike + [445584] = true, -- Marked for Execution + [445606] = true, -- Imminent Demise + [445619] = true, -- Aberrant Spellforge + [445624] = true, -- Call of the Ancestors + [445630] = true, -- Death Drive + [445695] = true, -- Pack Coordination + [445736] = true, -- Blackened Soul + [445740] = true, -- Enkindle + [445836] = true, -- Overwhelmed + [445981] = true, -- Flickering Torch + [446005] = true, -- Reap the Storm + [446022] = true, -- Astral Emperor's Serpent + [446035] = true, -- Bladestorm + [446044] = true, -- Relentless Pursuit + [446067] = true, -- Abyssal Gluttony + [446285] = true, -- Malevolence + [446334] = true, -- Zen Pulse + [446342] = true, -- Volatile Serum + [446743] = true, -- Deepening Darkness + [446753] = true, -- Deepening Darkness + [446805] = true, -- Tasty Juices + [446811] = true, -- Gear-A-Rang Serration + [446836] = true, -- Deepening Darkness + [446886] = true, -- Nerubian Fortitude + [446887] = true, -- Nerubian Fortitude + [446918] = true, -- Brutal Finish + [447005] = true, -- Blessed Weapon Grip + [447132] = true, -- Thriving Vegetation + [447142] = true, -- Templar Slash + [447244] = true, -- Call of the Ancestors + [447246] = true, -- Sacred Word + [447258] = true, -- Forge's Reckoning + [447262] = true, -- Frenzied Tear + [447303] = true, -- Unifying Ember + [447415] = true, -- Healing Surge + [447419] = true, -- Lava Burst + [447425] = true, -- Chain Lightning + [447433] = true, -- Chain Heal + [447446] = true, -- Cherry Blossom Trail + [447448] = true, -- Entropic Rift + [447471] = true, -- Volatile Acid + [447513] = true, -- Wrecked + [447954] = true, -- Exterminate + [447988] = true, -- Light of the Martyr + [448001] = true, -- Bubbling Wax + [448005] = true, -- Light of the Martyr + [448086] = true, -- Bestow Light + [448087] = true, -- Bestow Light + [448188] = true, -- Machine Defense Unit 1-11 + [448227] = true, -- Blessing of Summer + [448229] = true, -- Soul Reaper + [448405] = true, -- Collapsing Void + [448508] = true, -- Jade Sanctuary + [448604] = true, -- Spellfire Sphere + [448659] = true, -- Arcane Phoenix + [448669] = true, -- Phantom Reaping + [448730] = true, -- Authority of Radiant Power + [448744] = true, -- Authority of Radiant Power + [448777] = true, -- Den Recovery + [448814] = true, -- Furious Assault + [448834] = true, -- Authority of Air + [448862] = true, -- Queensbane + [448892] = true, -- Charged Stormrook Plume + [448904] = true, -- Ravenous Honey Buzzer + [448909] = true, -- Ravenous Honey Buzzer + [448941] = true, -- Beledar's Spawn + [449001] = true, -- Power of Nature + [449024] = true, -- Authority of Storms + [449091] = true, -- Keen Prowess + [449100] = true, -- Storm's Fury + [449108] = true, -- Artisanal Flourish + [449115] = true, -- Forged Tenacity + [449209] = true, -- Authority of Fiery Resolve + [449217] = true, -- Suffocating Darkness + [449233] = true, -- Cull the Herd + [449275] = true, -- Nascent Empowerment + [449314] = true, -- Mana Cascade + [449322] = true, -- Mana Cascade + [449331] = true, -- Merely a Setback + [449386] = true, -- Synergistic Brewterialization + [449400] = true, -- Spellfire Spheres + [449490] = true, -- Synergistic Brewterializer + [449538] = true, -- Coiled to Spring + [449569] = true, -- Meteorite + [449609] = true, -- Lighter Than Air + [449646] = true, -- Savage Fury + [449710] = true, -- Charm of the Underground Beast + [449753] = true, -- Fungarian Mystic's Cluster + [449792] = true, -- Crystalline Coalescense + [449793] = true, -- Succulent Soul + [449801] = true, -- Demonic Soul + [449826] = true, -- Wicked Reaping + [449828] = true, -- Overclocked Strike + [449840] = true, -- Halo + [449858] = true, -- Shadow of Death + [449877] = true, -- Deephunter's Bloody Hook + [449885] = true, -- Deephunter's Bloody Hook + [449886] = true, -- Deephunter's Bloody Hook + [449887] = true, -- Voidheart + [449892] = true, -- Nerubian Venom-Tipped Dart + [449946] = true, -- Cryptic Instructions + [449947] = true, -- Realigning Nexus Convergence Divergence + [449954] = true, -- Ethereal Powerlink + [450002] = true, -- Scrapsinger's Symphony + [450025] = true, -- Normalizing Transporter Energon Manifold + [450119] = true, -- Nx's Shadow Strike + [450143] = true, -- Beast of Opportunity + [450157] = true, -- Twin Fang Instruments + [450158] = true, -- Vx's Frost Slash + [450193] = true, -- Entropic Rift + [450214] = true, -- Stellar Amplification + [450215] = true, -- Void Blast + [450346] = true, -- Dreamstate + [450360] = true, -- Touch the Cosmos + [450361] = true, -- Touch the Cosmos + [450380] = true, -- Chi Wave + [450387] = true, -- Sentinel + [450412] = true, -- Sentinel + [450419] = true, -- Umbral Inspiration + [450421] = true, -- Greater Pyroblast + [450429] = true, -- Candle Conductor's Collision + [450453] = true, -- Overclock + [450461] = true, -- Pyroblast + [450462] = true, -- Flamestrike + [450499] = true, -- Arcane Barrage + [450500] = true, -- Arcane Barrage + [450521] = true, -- Aspect of Harmony + [450526] = true, -- Aspect of Harmony + [450538] = true, -- Soul Anathema + [450551] = true, -- Mereldar's Toll + [450552] = true, -- Jade Walk + [450561] = true, -- Mereldar's Toll + [450591] = true, -- Shared Fate + [450593] = true, -- Shared Fate + [450599] = true, -- Astral Communion + [450617] = true, -- Flurry Strike + [450620] = true, -- Flurry Strike + [450696] = true, -- "The 50 Verses of Resilience" + [450699] = true, -- "The 50 Verses of Radiance" + [450706] = true, -- Inner Resilience + [450711] = true, -- Aspect of Harmony + [450719] = true, -- Ward of Devotion + [450720] = true, -- Inner Radiance + [450721] = true, -- Ire of Devotion + [450752] = true, -- Feast of Souls + [450763] = true, -- Aspect of Harmony + [450832] = true, -- Fatal Touch + [450845] = true, -- Sideline + [450882] = true, -- Bolstered by the Light + [450883] = true, -- Lunar Storm + [450884] = true, -- Lunar Storm + [450921] = true, -- High Speaker's Accretion + [450960] = true, -- Void Pulse + [450962] = true, -- Void Pactstone + [450969] = true, -- Ceaseless Swarm + [450978] = true, -- Lunar Storm + [450983] = true, -- Void Blast + [451011] = true, -- Oppressive Orator's Influence + [451015] = true, -- Oppressive Oration + [451021] = true, -- Flurry Charge + [451038] = true, -- Arcane Soul + [451049] = true, -- Burden of Power + [451058] = true, -- Lead from the Front + [451061] = true, -- Against All Odds + [451073] = true, -- Glorious Incandescence + [451084] = true, -- Path of Resurgence + [451085] = true, -- Veteran's Eye + [451173] = true, -- Invigorating Pulse + [451177] = true, -- Dreadful Wound + [451180] = true, -- Eyes Closed + [451194] = true, -- Symphonic Arsenal + [451199] = true, -- Spymaster's Report + [451230] = true, -- Predictive Training + [451233] = true, -- Vigilant Watch + [451235] = true, -- Voidwraith + [451242] = true, -- Wisdom of the Wall + [451248] = true, -- Shadowy Accretion + [451250] = true, -- Flurry Strike + [451253] = true, -- Mantra of Purity + [451292] = true, -- Volatile Blood Blast + [451297] = true, -- Momentum Boost + [451298] = true, -- Momentum Boost + [451303] = true, -- Volatile Energy + [451367] = true, -- Candle Comfort + [451368] = true, -- Candle Comfort + [451369] = true, -- Empowering Darkness + [451433] = true, -- Acclamation + [451435] = true, -- Void Flay + [451447] = true, -- Don't Look Back + [451457] = true, -- Martial Mixture + [451462] = true, -- Ordered Elements + [451489] = true, -- Siesbarg + [451500] = true, -- Energy Burst + [451508] = true, -- Balanced Stratagem + [451514] = true, -- Balanced Stratagem + [451517] = true, -- Catch Out + [451531] = true, -- Crescent Steel + [451568] = true, -- Refracting Resistance + [451571] = true, -- Embrace the Shadow + [451582] = true, -- Gale Force + [451585] = true, -- Gale Force + [451748] = true, -- Stormrider Flight Badge + [451754] = true, -- Ordered Elements + [451767] = true, -- Whirling Dragon Punch + [451833] = true, -- Dual Threat + [451839] = true, -- Dual Threat + [451866] = true, -- Aberrant Shadows + [451874] = true, -- Algari Mana Oil + [451916] = true, -- Well Fed + [451918] = true, -- Well Fed + [451921] = true, -- Well Fed + [451963] = true, -- Void Leech + [451964] = true, -- Void Leech + [451968] = true, -- Expel Harm + [451969] = true, -- Fishing Journal - Learn - Entry + [451997] = true, -- Viscous Overflow + [452032] = true, -- Dark Swipe + [452042] = true, -- Arcane Phoenix - Dissolve Spell - State Out + [452117] = true, -- Flurry of Xuen + [452130] = true, -- Flurry of Xuen + [452146] = true, -- Egg Sac + [452182] = true, -- Infused Fire-Honey Milk + [452201] = true, -- Tempest + [452226] = true, -- Spiderling + [452229] = true, -- Spidersting + [452244] = true, -- Endless Wrath + [452288] = true, -- Strand of the Lord + [452310] = true, -- Sigil of Algari Concordance + [452333] = true, -- Overwhelming Force + [452335] = true, -- Thunder Bolt + [452337] = true, -- Strand of the Ascended + [452360] = true, -- Strand of the Queen + [452361] = true, -- Strand of the Sundered + [452365] = true, -- Strand of the Sundered + [452384] = true, -- Drink + [452416] = true, -- Demonsurge + [452436] = true, -- Soul Sunder + [452437] = true, -- Spirit Burst + [452445] = true, -- Thundering Bolt + [452459] = true, -- Sigil of Algari Concordance + [452469] = true, -- Mending the Cracks + [452472] = true, -- Earthen Might + [452486] = true, -- Fel Desolation + [452487] = true, -- Consuming Fire + [452490] = true, -- Sigil of Doom + [452496] = true, -- Sigil of Algari Concordance + [452497] = true, -- Abyssal Gaze + [452514] = true, -- Earthen Ire + [452518] = true, -- Earthen Ire + [452519] = true, -- Inventor's Guile + [452538] = true, -- Fatebound Coin (Tails) + [452545] = true, -- Mighty Smash + [452550] = true, -- Monster Rising + [452562] = true, -- Lucky Coin + [452565] = true, -- Gruesome Intellect + [452684] = true, -- Wisdom of the Wall + [452685] = true, -- Wisdom of the Wall + [452688] = true, -- Wisdom of the Wall + [452800] = true, -- Strand of the Sundered + [452804] = true, -- Strand of the Sundered + [452816] = true, -- Volatile Serum + [452890] = true, -- Earthen Ire + [452917] = true, -- Fatebound Coin (Tails) + [452923] = true, -- Fatebound Coin (Heads) + [452930] = true, -- Demonic Healthstone + [453035] = true, -- Volatile Agony + [453094] = true, -- Halo + [453176] = true, -- Shadowbolt Volley + [453177] = true, -- Burning Blades + [453206] = true, -- Shadow Embrace + [453207] = true, -- Lit Fuse + [453211] = true, -- Lingering Effluvia + [453233] = true, -- Malevolent Visionary + [453236] = true, -- Student of Suffering + [453239] = true, -- Student of Suffering + [453247] = true, -- Bursting Coagulum + [453251] = true, -- Living Bomb + [453268] = true, -- Controlled Destruction + [453283] = true, -- Flame Accelerant + [453286] = true, -- Set Fire to the Pain + [453314] = true, -- Enduring Torment + [453326] = true, -- Arcane Surge + [453334] = true, -- Combat Wisdom + [453371] = true, -- Studying + [453377] = true, -- Lingering Effluvia + [453385] = true, -- Fire's Ire + [453405] = true, -- Whirling Fire + [453406] = true, -- Whirling Earth + [453407] = true, -- Whirling Water + [453409] = true, -- Whirling Air + [453433] = true, -- Judge, Jury and Executioner + [453437] = true, -- Lava Drench + [453590] = true, -- Doomguard + [453599] = true, -- Arcane Debilitation + [453601] = true, -- Aether Attunement + [453616] = true, -- Doom Bolt + [453758] = true, -- Leydrinker + [453770] = true, -- Leydrinker Echo + [453773] = true, -- Pact of the Apocalypse + [453782] = true, -- Pocket Grenade + [453846] = true, -- Resonant Energy + [453848] = true, -- Shock Pulse + [453850] = true, -- Resonant Energy + [453925] = true, -- Magi's Spark + [454002] = true, -- Sustained Potency + [454004] = true, -- Nether Munitions + [454015] = true, -- Tempest + [454020] = true, -- Energized Familiar + [454025] = true, -- Shocking Grasp + [454029] = true, -- Nature's Protection + [454214] = true, -- Controlled Instincts + [454351] = true, -- Avenging Wrath + [454371] = true, -- Death's Chill + [454373] = true, -- Crusade + [454376] = true, -- Surging Currents + [454394] = true, -- Unlimited Power + [454421] = true, -- Deal Fate + [454494] = true, -- August Blessing + [454738] = true, -- Rattling Bag'o'gold + [454785] = true, -- Radiance + [454824] = true, -- Subduing Grasp + [454862] = true, -- Evolution of Impact + [454863] = true, -- Lesser Anti-Magic Shell + [454909] = true, -- Deploy Tesla Coil + [454932] = true, -- Contract: Council of Dornogal + [454933] = true, -- Contract: Council of Dornogal + [454934] = true, -- Contract: Assembly of the Deeps + [454935] = true, -- Contract: Assembly of the Deeps + [454938] = true, -- Contract: Hallowfall Arathi + [454939] = true, -- Contract: Hallowfall Arathi + [454941] = true, -- Contract: The Severed Threads + [454970] = true, -- Memory of the Monastery + [454975] = true, -- Vivacity of Shadow + [454976] = true, -- Vivacity of Nature + [454977] = true, -- Vivacity of Frost + [454978] = true, -- Vivacity of Light + [454979] = true, -- Vivacity of Arcane + [454980] = true, -- Vivacity of Force + [454982] = true, -- Vivacity of the Faire + [455071] = true, -- Ox Stance + [455122] = true, -- Permafrost Lances + [455130] = true, -- Awakening Storms + [455144] = true, -- Acrobatic Strikes + [455179] = true, -- Elixir of Determination + [455212] = true, -- Sanctified Steps + [455214] = true, -- Sanctified Steps + [455227] = true, -- Energy Redistribution Beacon + [455228] = true, -- Energy Redistribution Beacon + [455366] = true, -- Serrated Bone Spike + [455395] = true, -- Raise Abomination + [455420] = true, -- Spelunker's Candle + [455433] = true, -- Shining Arathor Insignia + [455434] = true, -- Shining Arathor Insignia + [455441] = true, -- Unstable Power Suit Core + [455443] = true, -- Light Up! + [455445] = true, -- Candle Confidant + [455447] = true, -- Not-So-Gentle Flame + [455448] = true, -- Candle Confidant + [455451] = true, -- Quickwick's Quick Trick Wick Walk + [455453] = true, -- Candle Confidant + [455454] = true, -- Unstable Power Suit Core + [455455] = true, -- Unstable Power Suit Core + [455456] = true, -- Unstable Power Suit Core + [455464] = true, -- Kaheti Shadeweaver's Dark Ritual + [455465] = true, -- Summon Gloomhound + [455467] = true, -- Kaheti Shadeweaver's Emblem + [455468] = true, -- Siphoned Light + [455471] = true, -- Siphoning + [455476] = true, -- Summon Charhound + [455479] = true, -- Not-So-Gentle Flame + [455480] = true, -- Light Up! + [455482] = true, -- Ascension + [455487] = true, -- Gnash + [455489] = true, -- Gloom Slash + [455490] = true, -- Bloody Rampage + [455491] = true, -- Gloom Slash + [455496] = true, -- Implant + [455536] = true, -- Symbiosis + [455537] = true, -- Symbiosis + [455622] = true, -- Tremor + [455654] = true, -- Shadowed Essence + [455656] = true, -- Dark Embrace + [455801] = true, -- Cenarius' Might + [455820] = true, -- Uncommon Treasure + [455821] = true, -- Interdictive Injection + [455826] = true, -- Rare Treasure + [455827] = true, -- Epic Treasure + [455910] = true, -- Voltaic Stormstrike + [455962] = true, -- Recall + [455966] = true, -- Shadowed Essence + [456120] = true, -- Opportunist + [456139] = true, -- Meteorite + [456306] = true, -- Fate Intertwined + [456310] = true, -- Infernal Fragmentation + [456323] = true, -- Abyssal Dominion + [456330] = true, -- Cold Blood + [456366] = true, -- Healing Rain + [456368] = true, -- Heart of the Jade Serpent + [456369] = true, -- Amplification Core + [456444] = true, -- Vile Vial's Bile + [456640] = true, -- Consuming Fire + [456652] = true, -- Voltaic Stormsurge + [456766] = true, -- Second Sunrise + [457020] = true, -- Flensing Knives + [457042] = true, -- Shadow Crash + [457115] = true, -- Momentum of Despair + [457129] = true, -- Deathstalker's Mark + [457133] = true, -- Corrupt the Blood + [457157] = true, -- Deathstalker's Mark + [457160] = true, -- Deathstalker's Mark + [457178] = true, -- Clear the Witnesses + [457179] = true, -- Clear the Witnesses + [457193] = true, -- Hunt Them Down + [457273] = true, -- Lingering Darkness + [457280] = true, -- Darkest Night + [457284] = true, -- Well Fed + [457387] = true, -- Wind Barrier + [457459] = true, -- Flight of the Red Crane + [457533] = true, -- Evasive Maneuvers + [457555] = true, -- Decimation + [457578] = true, -- Summon Overfiend + [457666] = true, -- Dawnthread Lining + [457674] = true, -- Duskthread Lining + [457684] = true, -- Sureki Zealot's Oath + [457686] = true, -- Sureki Zealot's Oath + [457917] = true, -- Courage of the White Tiger + [457925] = true, -- Venomous Potential + [457928] = true, -- Venom Shock + [458043] = true, -- Malign Omen + [458101] = true, -- Lively Totems + [458123] = true, -- Festering Scythe + [458128] = true, -- Festering Scythe + [458131] = true, -- Malefic Touch + [458147] = true, -- Searing Volley + [458169] = true, -- Hyperpyrexia + [458175] = true, -- General's Expertise + [458219] = true, -- Infirmity + [458245] = true, -- Second Wind + [458252] = true, -- Second Wind + [458267] = true, -- Surging Bolt + [458269] = true, -- Totemic Rebound + [458357] = true, -- Chain Heal + [458375] = true, -- Magi's Spark Echo + [458388] = true, -- Aether Attunement + [458411] = true, -- Spellfrost Teachings + [458478] = true, -- Incite Terror + [458502] = true, -- Ascension + [458503] = true, -- Ascendance + [458524] = true, -- Ascendance + [458525] = true, -- Ascension + [458689] = true, -- Fierce Followthrough + [458724] = true, -- Strike for the Heart + [458745] = true, -- Ossified Vitriol + [458964] = true, -- Heat Shimmer + [459002] = true, -- Ethereal Rampage + [459152] = true, -- Rumbling Earth + [459224] = true, -- Building Momentum + [459228] = true, -- Full Momentum + [459231] = true, -- High-Velocity Impact + [459238] = true, -- Festering Scythe + [459461] = true, -- Perpetual Unstability + [459497] = true, -- Nimble Flurry + [459547] = true, -- No Hard Feelings + [459560] = true, -- Laceration + [459562] = true, -- Dire Beast + [459574] = true, -- Imminent Destruction + [459689] = true, -- Explosive Venom + [459731] = true, -- Huntmaster's Call + [459733] = true, -- Summon Fenryr + [459739] = true, -- Summon Hati + [459753] = true, -- Ravenous Leap + [459759] = true, -- A Murder of Crows + [459796] = true, -- Barrage + [459805] = true, -- Wailing Arrow + [459830] = true, -- Sulfur-Lined Pockets + [459834] = true, -- Sulfur-Lined Pockets + [459841] = true, -- Darting Hurricane + [459844] = true, -- Arcane Shot + [459848] = true, -- Multi-Shot + [459859] = true, -- Bombardier + [459864] = true, -- Exposed Flank + [459870] = true, -- Merciless Blows + [459878] = true, -- Golden Opportunity + [459919] = true, -- Kill Zone + [459954] = true, -- Outland Venom + [459976] = true, -- Disruptive Rounds + [459992] = true, -- Cauterizing Shadows + [460049] = true, -- Infliction of Sorrow + [460127] = true, -- Courage of the White Tiger + [460234] = true, -- Studying + [460469] = true, -- Charged Stormrook Plume + [460475] = true, -- Pyroblast + [460490] = true, -- Chi Burst + [460496] = true, -- Rapid Fire + [460499] = true, -- Bloodied Blade + [460553] = true, -- Doom + [460555] = true, -- Doom + [460605] = true, -- Blood Beast + [460670] = true, -- Lightning Strike Ground Current + [460805] = true, -- Dimensional Cinder + [460822] = true, -- Divine Guidance + [460824] = true, -- Delver's Bounty + [460830] = true, -- Delver's Bounty + [460831] = true, -- Delver's Bounty + [461130] = true, -- Visceral Strength + [461145] = true, -- Lingering Embers + [461190] = true, -- Elemental Focusing Lens + [461191] = true, -- Elemental Focusing Lens + [461192] = true, -- Elemental Focusing Lens + [461193] = true, -- Elemental Focusing Lens + [461242] = true, -- Lively Totems + [461288] = true, -- Bloodbath + [461404] = true, -- Chi Burst + [461432] = true, -- Eternal Flame + [461490] = true, -- Withering Fire + [461498] = true, -- Dematerialize + [461499] = true, -- Overflowing Light + [461508] = true, -- Arcane Explosion + [461524] = true, -- High Voltage + [461529] = true, -- Truth Prevails + [461531] = true, -- Big Brained + [461546] = true, -- Truth Prevails + [461578] = true, -- Saved by the Light + [461762] = true, -- Withering Fire + [461866] = true, -- Scattered Prey + [461867] = true, -- Sacrosanct Crusade + [461885] = true, -- Sacrosanct Crusade + [461922] = true, -- Well Fed + [461925] = true, -- Well Fed + [461949] = true, -- Well Fed + [461957] = true, -- Well Fed + [461958] = true, -- Well Fed + [461959] = true, -- Well Fed + [461981] = true, -- Fatal Intent + [461984] = true, -- Fatal Intent + [462027] = true, -- Ravenous Leap + [462030] = true, -- Sigil of Doom + [462031] = true, -- Implosive Trap + [462033] = true, -- Implosive Trap + [462131] = true, -- Awakening Storms + [462140] = true, -- Dispatch (Coup de Grace) + [462143] = true, -- Studying + [462159] = true, -- Terrible Visage + [462180] = true, -- Hearty Well Fed + [462210] = true, -- Hearty Well Fed + [462239] = true, -- Dispatch (Coup de Grace) + [462240] = true, -- Dispatch (Coup de Grace) + [462241] = true, -- Eviscerate (Coup de Grace) + [462242] = true, -- Eviscerate (Coup de Grace) + [462243] = true, -- Eviscerate (Coup de Grace) + [462244] = true, -- Eviscerate (Coup de Grace) + [462247] = true, -- Eviscerate (Coup de Grace) + [462248] = true, -- Eviscerate (Coup de Grace) + [462369] = true, -- Elemental Resistance + [462377] = true, -- Master of the Elements + [462384] = true, -- Spouting Spirits + [462425] = true, -- Tidewaters + [462488] = true, -- Downpour + [462515] = true, -- Howl of the Pack + [462568] = true, -- Elemental Resistance + [462603] = true, -- Downpour + [462620] = true, -- Earthquake + [462725] = true, -- Storm Frenzy + [462757] = true, -- Thunderstrike Ward + [462763] = true, -- Thunderstrike + [462765] = true, -- Arctic Snowstorm + [462806] = true, -- Vizier's Supremacy + [462810] = true, -- Weaver's Prodigy + [462818] = true, -- Icefury + [462821] = true, -- General's Bulwark + [462844] = true, -- Stone Bulwark + [462854] = true, -- Skyfury + [462990] = true, -- Lesser Storm Elemental + [462991] = true, -- Lesser Fire Elemental + [463073] = true, -- Sun's Avatar + [463074] = true, -- Sun's Avatar + [463075] = true, -- Sun's Avatar + [463192] = true, -- Controlled Instincts + [463351] = true, -- Tempest Overload + [463356] = true, -- Arcane Orb + [463357] = true, -- Arcane Orb + [463429] = true, -- Griftah's All-Purpose Embellishing Powder + [463730] = true, -- Coagulating Blood + [464059] = true, -- Candle Light + [464884] = true, -- Living Bomb + [465522] = true, -- Shadow Crash + [465717] = true, -- Elemental Blast + [467059] = true, -- Dispatch + [468655] = true, -- Frostfire Bolt + [469991] = true, -- Sigil of Doom }