From 8d322377741da5c461a9accf3ca23696f83df3c4 Mon Sep 17 00:00:00 2001 From: funkydude Date: Thu, 26 Sep 2024 01:50:42 +0100 Subject: [PATCH] Modules/PlayerSpellBlocklist: Add more spells --- Modules/PlayerSpellBlocklist.lua | 53 ++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/Modules/PlayerSpellBlocklist.lua b/Modules/PlayerSpellBlocklist.lua index 95a5400..7108cbf 100644 --- a/Modules/PlayerSpellBlocklist.lua +++ b/Modules/PlayerSpellBlocklist.lua @@ -334,6 +334,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [32223] = true, -- Crusader Aura [32242] = true, -- Swift Blue Gryphon [32289] = true, -- Swift Red Gryphon + [32290] = true, -- Swift Green Gryphon [32375] = true, -- Mass Dispel [32379] = true, -- Shadow Word: Death [32390] = true, -- Shadow Embrace @@ -1014,6 +1015,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [126311] = true, -- Surface Trot [126389] = true, -- Goblin Glider [126476] = true, -- Predation + [126508] = true, -- Geosynchronous World Spinner [126664] = true, -- Charge [126935] = true, -- Crate Restored Artifact [127140] = true, -- Alter Time @@ -1054,6 +1056,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [135029] = true, -- Water Jet [135286] = true, -- Tooth and Claw [135299] = true, -- Tar Trap + [135416] = true, -- Grand Armored Gryphon [135601] = true, -- Tooth and Claw [135700] = true, -- Clearcasting [136163] = true, -- Grand Gryphon @@ -2132,6 +2135,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [259491] = true, -- Serpent Sting [259495] = true, -- Wildfire Bomb [259516] = true, -- Flanking Strike + [259741] = true, -- Honeyback Harvester [259756] = true, -- Entropic Embrace [259760] = true, -- Entropic Embrace [260231] = true, -- Violent Reaction @@ -3203,6 +3207,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [315720] = true, -- Onslaught [315763] = true, -- Void Shroud [315787] = true, -- Vita Charged + [315847] = true, -- Drake of the Four Winds [315961] = true, -- Dreadnaught [315987] = true, -- Mail Muncher [316099] = true, -- Unstable Affliction @@ -3901,6 +3906,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [353263] = true, -- Cartel Master's Gearglider [353713] = true, -- Lava Flecks [353759] = true, -- Deep Breath + [353875] = true, -- Elysian Aquilon [354359] = true, -- Fierce Razorwing [354362] = true, -- Wandering Arden Doe [354546] = true, -- Inner Child @@ -4028,6 +4034,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [369374] = true, -- Firestorm [369439] = true, -- Elegy of the Eternals [369459] = true, -- Source of Magic + [369476] = true, -- Amalgam of Rage [369536] = true, -- Soar [370349] = true, -- Dig [370412] = true, -- Rescue @@ -4038,6 +4045,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [370553] = true, -- Tip the Scales [370562] = true, -- Stasis [370564] = true, -- Stasis + [370568] = true, -- Earpieces of Tranquil Focus [370602] = true, -- Elune's Favored [370607] = true, -- Aerated Mana Potion [370652] = true, -- Phial of Static Empowerment @@ -5516,6 +5524,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [407503] = true, -- Seismic Slam [407512] = true, -- Heatbound Release [407537] = true, -- Firecaller's Explosion + [407555] = true, -- Tarecgosa's Visage [407896] = true, -- Drogbar Rocks [407904] = true, -- Drogbar Stones [407907] = true, -- Drogbar Stones @@ -5685,6 +5694,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [413584] = true, -- Explosive Rage [413710] = true, -- Paracausal Fragment of Seschenal [413786] = true, -- Fate Mirror + [413827] = true, -- Harbor Gryphon [413924] = true, -- Stretch Time [413984] = true, -- Shifting Sands [414022] = true, -- Unworthy @@ -5788,6 +5798,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [418167] = true, -- Lifesurge [418247] = true, -- Lifesurge [418272] = true, -- Superbloom + [418286] = true, -- Auspicious Arborwyrm [418291] = true, -- Echoing Tyrstone [418360] = true, -- Press the Advantage [418361] = true, -- Press the Advantage @@ -5816,7 +5827,9 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [419737] = true, -- Timestrike [419800] = true, -- Intensifying Flame [420144] = true, -- Timestrike + [420418] = true, -- Deepdweller's Earthen Hearthstone [420511] = true, -- Going Green + [420847] = true, -- Unseeming Shift [421442] = true, -- Ashamane's Guidance [421453] = true, -- Ultimate Penitence [421543] = true, -- Ultimate Penitence @@ -5899,6 +5912,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [424504] = true, -- Flame Seed [424505] = true, -- Flame Seed [424523] = true, -- Spawning Pool + [424539] = true, -- Draconic Gladiator's Drake [424551] = true, -- Putrid Propulsion [424552] = true, -- Stench Propulsion [424554] = true, -- [DNT] Stink Cloud @@ -6100,6 +6114,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [431399] = true, -- Dawnlight [431414] = true, -- Sun Sear [431415] = true, -- Sun Sear + [431416] = true, -- Algari Healing Potion [431418] = true, -- Algari Mana Potion [431419] = true, -- Cavedweller's Delight [431443] = true, -- Chrono Flames @@ -6212,9 +6227,12 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [435475] = true, -- Abyssal Trap [435482] = true, -- Silken Chain Weaver [435493] = true, -- Concoction: Kiss of Death + [435550] = true, -- Enduring Bloodstone [435615] = true, -- Thunder Blast [435791] = true, -- Lightning Strike [435802] = true, -- Wave of Souls + [435992] = true, -- Prismatic Null Stone + [436023] = true, -- Prismatic Null Stone [436036] = true, -- Warp [436132] = true, -- Binding's Boon [436159] = true, -- Boon of Binding @@ -6224,7 +6242,9 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [436358] = true, -- Demolish [436854] = true, -- Switch Flight Style [436875] = true, -- Dormant Gemstones + [436878] = true, -- Empowered Emerald [436880] = true, -- Empowered Ruby + [436881] = true, -- Empowered Sapphire [436967] = true, -- Unearth Green Friend [437121] = true, -- Burst of Power [437139] = true, -- Unearth Blue Friend @@ -6241,6 +6261,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [438672] = true, -- Living Bomb [438674] = true, -- Living Bomb [438685] = true, -- Roughousing + [438753] = true, -- Horn of Declaration [438822] = true, -- Diabolic Imp [438823] = true, -- Diabolic Bolt [438973] = true, -- Felseeker @@ -6290,6 +6311,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [441224] = true, -- Fazed [441228] = true, -- Abyssal Trap [441248] = true, -- Unrelenting Siege + [441324] = true, -- Remembered Golden Gryphon [441326] = true, -- Flawless Form [441327] = true, -- Herb Gathering [441416] = true, -- Exterminate @@ -6311,14 +6333,19 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [441817] = true, -- Ruthless Aggression [441825] = true, -- Killing Strikes [441963] = true, -- Pact Ability + [441990] = true, -- Heavy Ordnance + [442040] = true, -- Woven Cocoon + [442044] = true, -- Unstable Concoction: Slumber [442094] = true, -- Sparkbug Jar [442099] = true, -- Sparkbug Jar [442101] = true, -- Sparkbug Jar + [442133] = true, -- Unstable Concoction: Ravenous [442204] = true, -- Breath of Eons [442267] = true, -- Befouler's Bloodlust [442268] = true, -- Befouled Blood [442280] = true, -- Befouling Strike [442294] = true, -- Reaver's Glaive + [442362] = true, -- Heavy Ordnance [442417] = true, -- Embrace the Shadows [442419] = true, -- Shadow Hounds [442435] = true, -- Glaive Flurry @@ -6598,6 +6625,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [450500] = true, -- Arcane Barrage [450521] = true, -- Aspect of Harmony [450526] = true, -- Aspect of Harmony + [450531] = true, -- Aspect of Harmony [450538] = true, -- Soul Anathema [450551] = true, -- Mereldar's Toll [450552] = true, -- Jade Walk @@ -6662,6 +6690,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [451447] = true, -- Don't Look Back [451457] = true, -- Martial Mixture [451462] = true, -- Ordered Elements + [451486] = true, -- Sureki Skyrazor [451489] = true, -- Siesbarg [451500] = true, -- Energy Burst [451508] = true, -- Balanced Stratagem @@ -6772,6 +6801,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [453409] = true, -- Whirling Air [453433] = true, -- Judge, Jury and Executioner [453437] = true, -- Lava Drench + [453488] = true, -- Recalibrated Safety Fuses [453503] = true, -- Pouch of Pocket Grenades [453508] = true, -- Pouch of Pocket Grenades [453590] = true, -- Doomguard @@ -6805,7 +6835,9 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [454421] = true, -- Deal Fate [454485] = true, -- Tiger Strikes [454494] = true, -- August Blessing + [454502] = true, -- Tiger's Ferocity [454628] = true, -- Blade Rhapsody + [454638] = true, -- Devouring Chorus [454653] = true, -- Pure Light [454693] = true, -- Rise From Ash [454738] = true, -- Rattling Bag'o'gold @@ -6833,11 +6865,13 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [454980] = true, -- Vivacity of Force [454982] = true, -- Vivacity of the Faire [455011] = true, -- Guardian's Tenacity + [455033] = true, -- Darkness from Light [455071] = true, -- Ox Stance [455089] = true, -- Storm Swell [455097] = true, -- Arc Discharge [455122] = true, -- Permafrost Lances [455130] = true, -- Awakening Storms + [455134] = true, -- Blessing of the Phoenix [455144] = true, -- Acrobatic Strikes [455147] = true, -- Energy Redistribution Beacon [455157] = true, -- Energy Redistribution Beacon @@ -6880,12 +6914,15 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [455495] = true, -- Deep Thirst [455496] = true, -- Implant [455499] = true, -- Expert Strategist + [455501] = true, -- Brutal Follow-Up [455536] = true, -- Symbiosis [455537] = true, -- Symbiosis [455622] = true, -- Tremor + [455647] = true, -- Empowered Legion Strike [455654] = true, -- Shadowed Essence [455656] = true, -- Dark Embrace [455674] = true, -- Echo of the Azj'Aqir + [455681] = true, -- Intuition [455801] = true, -- Cenarius' Might [455820] = true, -- Uncommon Treasure [455821] = true, -- Interdictive Injection @@ -6897,6 +6934,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [455996] = true, -- Shattered Frost [456120] = true, -- Opportunist [456139] = true, -- Meteorite + [456142] = true, -- Volcanic Upsurge [456303] = true, -- Steadfast as the Peaks [456306] = true, -- Fate Intertwined [456310] = true, -- Infernal Fragmentation @@ -6907,12 +6945,18 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [456369] = true, -- Amplification Core [456370] = true, -- Cryogenic Chamber [456371] = true, -- Cryogenic Chamber + [456390] = true, -- Normalizing + [456392] = true, -- Normalize [456444] = true, -- Vile Vial's Bile [456640] = true, -- Consuming Fire [456652] = true, -- Voltaic Stormsurge + [456698] = true, -- Unholy Commander + [456700] = true, -- Rising Wrath + [456759] = true, -- Heightened Wrath [456766] = true, -- Second Sunrise [457020] = true, -- Flensing Knives [457042] = true, -- Shadow Crash + [457072] = true, -- Harmonize [457115] = true, -- Momentum of Despair [457129] = true, -- Deathstalker's Mark [457133] = true, -- Corrupt the Blood @@ -6924,6 +6968,8 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [457189] = true, -- Icy Vigor [457193] = true, -- Hunt Them Down [457236] = true, -- Singular Focus + [457257] = true, -- Flow of Battle + [457271] = true, -- Flow of Battle [457273] = true, -- Lingering Darkness [457280] = true, -- Darkest Night [457284] = true, -- Well Fed @@ -6935,6 +6981,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [457473] = true, -- Unbroken [457481] = true, -- Tidecaller's Guard [457496] = true, -- Tidecaller's Guard + [457506] = true, -- Piledriver [457533] = true, -- Evasive Maneuvers [457555] = true, -- Decimation [457566] = true, -- Earthsurge @@ -6943,6 +6990,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [457674] = true, -- Duskthread Lining [457684] = true, -- Sureki Zealot's Oath [457686] = true, -- Sureki Zealot's Oath + [457727] = true, -- Maelstrom Surge [457729] = true, -- Sparking Cinders [457838] = true, -- Deploy Hand of Gob [457839] = true, -- Hand of Gob @@ -6963,6 +7011,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [458252] = true, -- Second Wind [458267] = true, -- Surging Bolt [458269] = true, -- Totemic Rebound + [458335] = true, -- Diamond Mechsuit [458357] = true, -- Chain Heal [458375] = true, -- Magi's Spark Echo [458388] = true, -- Aether Attunement @@ -7024,6 +7073,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [460553] = true, -- Doom [460555] = true, -- Doom [460605] = true, -- Blood Beast + [460623] = true, -- Frigid Pulse [460670] = true, -- Lightning Strike Ground Current [460805] = true, -- Dimensional Cinder [460822] = true, -- Divine Guidance @@ -7036,6 +7086,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [460831] = true, -- Delver's Bounty [461130] = true, -- Visceral Strength [461145] = true, -- Lingering Embers + [461185] = true, -- Elemental Focusing Lens [461190] = true, -- Elemental Focusing Lens [461191] = true, -- Elemental Focusing Lens [461192] = true, -- Elemental Focusing Lens @@ -7081,6 +7132,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [462143] = true, -- Studying [462159] = true, -- Terrible Visage [462180] = true, -- Hearty Well Fed + [462190] = true, -- Hearty Well Fed [462199] = true, -- Hearty Well Fed [462210] = true, -- Hearty Well Fed [462239] = true, -- Dispatch (Coup de Grace) @@ -7108,6 +7160,7 @@ addonTbl.PLAYER_SPELL_BLOCKLIST = { [462810] = true, -- Weaver's Prodigy [462818] = true, -- Icefury [462821] = true, -- General's Bulwark + [462822] = true, -- Cracked Carapace [462844] = true, -- Stone Bulwark [462854] = true, -- Skyfury [462990] = true, -- Lesser Storm Elemental