Skip to content

Commit

Permalink
add wrath spells
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Aug 1, 2022
1 parent 46834a5 commit 39841e1
Showing 1 changed file with 128 additions and 1 deletion.
129 changes: 128 additions & 1 deletion BigDebuffs_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ addon.Spells = {
[20549] = { type = CROWD_CONTROL }, -- War Stomp
[20594] = { type = BUFF_OFFENSIVE }, -- Stoneform
[20572] = { type = BUFF_OFFENSIVE }, -- Blood Fury
[28730] = { type = CROWD_CONTROL, }, -- Arcane Torrent (Mana)
[25046] = { type = CROWD_CONTROL, }, -- Arcane Torrent (Energy)
[50613] = { type = CROWD_CONTROL, }, -- Arcane Torrent (Runic Power)

-- Other

Expand Down Expand Up @@ -111,6 +114,8 @@ addon.Spells = {
[22734] = { type = BUFF_OTHER }, -- Drink
[46755] = { parent = 22734 }, -- Drink
[27089] = { parent = 22734 }, -- Drink
[43183] = { parent = 22734 }, -- Drink
[57073] = { parent = 22734 }, -- Drink
[23605] = { type = BUFF_OTHER }, -- Nightfall, Spell Vulnerability
[13494] = { type = BUFF_OFFENSIVE }, -- Manual Crowd Pummeler Haste buff

Expand Down Expand Up @@ -145,8 +150,31 @@ addon.Spells = {
[22570] = { type = INTERRUPT, duration = 3 }, -- Maim
[29443] = { type = INTERRUPT, duration = 10 }, -- Clutch of Foresight

-- Death Knight

[47476] = { type = CROWD_CONTROL, }, -- Strangulate
[47481] = { type = CROWD_CONTROL, }, -- Gnaw
[47484] = { type = BUFF_DEFENSIVE, }, -- Huddle (Ghoul)
[47528] = { type = INTERRUPT, duration = 4, }, -- Mind Freeze
[48707] = { type = IMMUNITY_SPELL, }, -- Anti-Magic Shell
[48792] = { type = BUFF_DEFENSIVE, }, -- Icebound Fortitude
[49028] = { type = BUFF_OFFENSIVE, }, -- Dancing Rune Weapon // might not work - spell id vs aura
[49039] = { type = IMMUNITY_SPELL, }, -- Lichborne
[49203] = { type = CROWD_CONTROL, }, -- Hungering Cold
[50461] = { type = BUFF_DEFENSIVE, }, -- Anti-Magic Zone

-- Priest

-- WoTLK
[20711] = { type = BUFF_DEFENSIVE, }, -- Spirit of Redemption
[47585] = { type = BUFF_DEFENSIVE, }, -- Dispersion
[47788] = { type = BUFF_DEFENSIVE, }, -- Guardian Spirit
[48066] = { type = BUFF_OTHER, }, -- Power Word: Shield
[64044] = { type = CROWD_CONTROL, }, -- Psychic Horror (Horrify)
[64058] = { type = CROWD_CONTROL, }, -- Psychic Horror (Disarm)
[64843] = { type = BUFF_DEFENSIVE, }, -- Divine Hymn
[64901] = { type = BUFF_DEFENSIVE, }, -- Hymn of Hope

[17] = { type = BUFF_DEFENSIVE }, -- Power Word: Shield
[453] = { type = BUFF_OTHER }, -- Mind Soothe
[8192] = { parent = 453 },
Expand Down Expand Up @@ -191,6 +219,13 @@ addon.Spells = {

-- Warlock

-- WoTLK
[47241] = { type = BUFF_OFFENSIVE, }, -- Metamorphosis
[47860] = { type = CROWD_CONTROL, }, -- Death Coil
[47986] = { type = BUFF_OTHER, }, -- Sacrifice
[47995] = { type = CROWD_CONTROL, }, -- Intercept (Felguard)
[60995] = { type = CROWD_CONTROL, }, -- Demon Charge (Metamorphosis)

[24259] = { type = CROWD_CONTROL }, -- Spell Lock Silence
[6358] = { type = CROWD_CONTROL }, -- Seduction
[5782] = { type = CROWD_CONTROL }, -- Fear
Expand Down Expand Up @@ -224,6 +259,7 @@ addon.Spells = {
[30283] = { type = CROWD_CONTROL }, -- Shadowfury
[30413] = { parent = 30283 },
[30414] = { parent = 30283 },
[47847] = { parent = 30283 },
[43523] = { type = CROWD_CONTROL }, -- Unstable Affliction
[31117] = { parent = 43523 },
[30300] = { type = IMMUNITY_SPELL }, -- Nether Protection
Expand All @@ -235,9 +271,20 @@ addon.Spells = {
[30195] = { parent = 30153 },
[30197] = { parent = 30153 },


-- Shaman

-- WoTLK
[2825] = { type = BUFF_OFFENSIVE }, -- Bloodlust
[16191] = { type = BUFF_OFFENSIVE }, -- Mana Tide Totem
[32182] = { type = BUFF_OFFENSIVE }, -- Heroism
[51514] = { type = CROWD_CONTROL, }, -- Hex
[55277] = { type = BUFF_OTHER, }, -- Stoneclaw Totem (Absorb)
[57994] = { type = INTERRUPT, duration = 2, }, -- Wind Shear
[58861] = { type = CROWD_CONTROL, }, -- Bash (Spirit Wolf)
[58875] = { type = BUFF_OTHER, }, -- Spirit Walk (Spirit Wolf)
[63685] = { type = ROOT, }, -- Freeze (Enhancement)
[64695] = { type = ROOT, }, -- Earthgrab (Elemental)

[8178] = { type = IMMUNITY_SPELL }, -- Grounding Totem Effect
[16188] = { type = BUFF_DEFENSIVE }, -- Nature's Swiftness
[12548] = { type = ROOT }, -- Frost Shock
Expand All @@ -247,6 +294,16 @@ addon.Spells = {

-- Paladin

-- WoTLK
[31821] = { type = BUFF_DEFENSIVE, }, -- Aura Mastery
[31852] = { type = BUFF_DEFENSIVE, }, -- Ardent Defender
[48817] = { type = CROWD_CONTROL, }, -- Holy Wrath
[54428] = { type = BUFF_OTHER, }, -- Divine Plea
[58597] = { type = BUFF_OTHER, }, -- Sacred Shield Proc
[59578] = { type = BUFF_OTHER, }, -- The Art of War
[63529] = { type = CROWD_CONTROL, }, -- Silenced - Shield of the Templar
[64205] = { type = BUFF_DEFENSIVE, }, -- Divine Sacrifice

[1022] = { type = IMMUNITY },-- Blessing of Protection
[5599] = { parent = 1022 },
[10278] = { parent = 1022 },
Expand All @@ -273,6 +330,22 @@ addon.Spells = {

-- Hunter

-- WoTLK
[1742] = { type = BUFF_DEFENSIVE, }, -- Cower (Pet)
[4167] = { type = ROOT, }, -- Web (Pet)
[26064] = { type = BUFF_DEFENSIVE, }, -- Shell Shield (Pet)
[26090] = { type = INTERRUPT, duration = 2, }, -- Pummel (Pet)
[48999] = { type = ROOT, }, -- Counterattack
[49012] = { type = CROWD_CONTROL, }, -- Wyvern Sting
[53271] = { type = BUFF_DEFENSIVE, }, -- Master's Call
[53359] = { type = CROWD_CONTROL, }, -- Chimera Shot - Scorpid (Disarm)
[53476] = { type = BUFF_DEFENSIVE, }, -- Intervene (Pet)
[53480] = { type = BUFF_DEFENSIVE, }, -- Roar of Sacrifice (Hunter Pet Skill)
[53543] = { type = CROWD_CONTROL, }, -- Snatch (Pet Disarm)
[53548] = { type = ROOT, }, -- Pin (Pet)
[53562] = { type = CROWD_CONTROL, }, -- Ravage (Pet)
[60210] = { type = CROWD_CONTROL, }, -- Freezing Arrow Effect

[27046] = { type = BUFF_DEFENSIVE }, -- Mend Pet
[13159] = { type = BUFF_OFFENSIVE }, -- Aspect of the Pack
[5118] = { parent = 13159 }, -- Aspect of the Cheetah
Expand All @@ -297,6 +370,8 @@ addon.Spells = {
[24133] = { parent = 19386 },
[27068] = { parent = 19386 },
[19185] = { type = ROOT }, -- Entrapment
[64803] = { parent = 19185 },
[64804] = { parent = 19185 },
[19503] = { type = CROWD_CONTROL }, -- Scatter Shot
[25999] = { type = ROOT }, -- Boar Charge
[3034] = { type = ROOT }, -- Viper Sting
Expand All @@ -312,6 +387,24 @@ addon.Spells = {

-- Druid

-- WoTLK
[768] = { type = BUFF_OTHER, }, -- Cat Form
[783] = { type = BUFF_OTHER, }, -- Travel Form
[9634] = { type = BUFF_OTHER, }, -- Dire Bear Form
[22842] = { type = BUFF_DEFENSIVE, }, -- Frenzied Regeneration
[24858] = { type = BUFF_OTHER, }, -- Moonkin Form
[33357] = { type = BUFF_OTHER, }, -- Dash
[33891] = { type = BUFF_OTHER, }, -- Tree of Life
[49802] = { type = CROWD_CONTROL, }, -- Maim
[49803] = { type = CROWD_CONTROL, }, -- Pounce
[50334] = { type = BUFF_OFFENSIVE, }, -- Berserk
[53201] = { type = BUFF_OFFENSIVE, }, -- Starfall
[53308] = { type = ROOT, }, -- Entangling Roots
[53312] = { type = BUFF_OTHER, }, -- Nature's Grasp
[53313] = { type = ROOT, }, -- Entangling Roots (From Nature's Grasp)
[61336] = { type = BUFF_DEFENSIVE, }, -- Survival Instincts
[69369] = { type = BUFF_OFFENSIVE, }, -- Predator's Swiftness

[22812] = { type = BUFF_DEFENSIVE }, -- Barkskin
[339] = { type = ROOT }, -- Entangling Roots
[1062] = { parent = 339 },
Expand Down Expand Up @@ -359,6 +452,16 @@ addon.Spells = {

-- Mage

-- WoTLK
[66] = { type = BUFF_OFFENSIVE, }, -- Invisibility
[42950] = { type = CROWD_CONTROL, }, -- Dragon's Breath
[43039] = { type = BUFF_OTHER, }, -- Ice Barrier
[44544] = { type = BUFF_OFFENSIVE, }, -- Fingers of Frost
[44572] = { type = CROWD_CONTROL, }, -- Deep Freeze
[54748] = { type = BUFF_OFFENSIVE, }, -- Burning Determination (Interrupt/Silence Immunity)
[55021] = { type = CROWD_CONTROL, }, -- Improved Counterspell
[64346] = { type = CROWD_CONTROL, }, -- Fiery Payback (Fire Mage Disarm)

[18469] = { type = CROWD_CONTROL }, -- Improved Counterspell
[118] = { type = CROWD_CONTROL }, -- Polymorph
[12824] = { parent = 118 },
Expand All @@ -367,6 +470,10 @@ addon.Spells = {
[28270] = { parent = 118 },
[28271] = { parent = 118 },
[28272] = { parent = 118 },
[71319] = { parent = 118 },
[61305] = { parent = 118 },
[61721] = { parent = 118 },

[11426] = { type = BUFF_DEFENSIVE }, -- Ice Barrier
[13031] = { parent = 11426 },
[13032] = { parent = 11426 },
Expand Down Expand Up @@ -407,6 +514,12 @@ addon.Spells = {

-- Rogue

-- WoTLK
[51690] = { type = BUFF_OFFENSIVE, }, -- Killing Spree
[51713] = { type = BUFF_OFFENSIVE, }, -- Shadow Dance
[51722] = {type = CROWD_CONTROL, }, -- Dismantle
[51724] = { type = CROWD_CONTROL, }, -- Sap

[18425] = { type = CROWD_CONTROL }, -- Improved Kick
[13750] = { type = BUFF_OFFENSIVE}, -- Adrenaline Rush
[13877] = { type = BUFF_OFFENSIVE}, -- Blade Flurry
Expand Down Expand Up @@ -439,6 +552,20 @@ addon.Spells = {

-- Warrior

-- WoTLK
[71] = { type = BUFF_OTHER }, -- Defensive Stance
[2457] = { type = BUFF_OTHER }, -- Battle Stance
[2458] = { type = BUFF_OTHER }, -- Berserker Stance
[2565] = { type = BUFF_DEFENSIVE }, -- Shield Block
[3411] = { type = BUFF_DEFENSIVE }, -- Intervene
[12975] = { type = BUFF_DEFENSIVE }, -- Last Stand
[46924] = { type = IMMUNITY, }, -- Bladestorm
[46968] = { type = CROWD_CONTROL, }, -- Shockwave
[55694] = { type = BUFF_DEFENSIVE }, -- Enraged Regeneration
[60503] = { type = BUFF_OFFENSIVE, }, -- Taste for Blood
[64849] = { type = BUFF_OFFENSIVE, }, -- Unrelenting Assault (1/2)
[65925] = { type = BUFF_OFFENSIVE, }, -- Unrelenting Assault (2/2)

[18498] = { type = CROWD_CONTROL }, -- Improved Shield Bash
[20230] = { type = IMMUNITY }, -- Retaliation
[1719] = { type = BUFF_OFFENSIVE }, -- Recklessness
Expand Down

0 comments on commit 39841e1

Please sign in to comment.