Skip to content

Commit

Permalink
Equiv updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed May 18, 2021
1 parent 2da03d7 commit b59be17
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions Components/Core/Spells/Equivalencies.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ TMW.BE = {
Shatterable = {
-122, -- Frost Nova (mage, frost)
-3355, -- Freezing Trap (hunter, general)
33395, -- Freeze (Mage Water Elemental)
},
Bleeding = {
-703, -- Garrote (rogue, general)
Expand Down Expand Up @@ -88,7 +89,7 @@ TMW.BE = {
13327, -- Reckless Charge (Rocket Helmet)
13181, -- Gnomish Mind Control Cap
26108, -- Glimpse of Madness

33043, -- Dragon's Breath
},
Disoriented = {
-605, -- Mind Control (priest, PVE talent, general)
Expand All @@ -102,6 +103,7 @@ TMW.BE = {
-24259, -- Spell Lock
-18498, -- Shield Bash - Silenced
19821, -- Arcane Bomb Silence
34490, -- Silencing Shot (hunter)
},
Rooted = {
-339, -- Entangling Roots (druid, general)
Expand All @@ -115,6 +117,7 @@ TMW.BE = {
-19306, -- Counterattack
-19185, -- Entrapment
-23694, -- Improved Hamstring
33395, -- Freeze (Mage Water Elemental)
},
Slowed = {
-116, -- Frostbolt (mage, frost)
Expand All @@ -136,6 +139,8 @@ TMW.BE = {
12486, -- Blizzard (mage, frost)
-12544, -- Frost Armor (mage/NPC ability)
-15407, -- Mind Flay (priest, shadow)
-32700, -- Avenger's Shield (paladin, prot)
-31589, -- Slow (mage, arcane)
},
Stunned = {
-25, -- Stun (generic NPC ability)
Expand Down Expand Up @@ -171,6 +176,7 @@ TMW.BE = {
-12798, -- Revenge Stun (warrior)
5530, -- Mace Stun Effect (Mace Specialization)
15283, -- Stunning Blow (Weapon Proc)
30115, -- Sacrifice (Karazhan, Terestian Illhoof)
},
},
buffs = {
Expand All @@ -186,6 +192,7 @@ TMW.BE = {
710, -- Banish (warlock)
1022, -- Blessing of Protection (paladin)
6615, -- Free Action (vanilla potion)
19752, -- Divine Intervention (paladin)
},
-- DefensiveBuffsAOE = {
-- },
Expand All @@ -209,21 +216,26 @@ TMW.BE = {
13750, -- Adrenaline Rush (rogue, outlaw)
19574, -- Bestial Wrath (hunter, beast mastery)
28682, -- Combustion (mage, fire)
31884, -- Avenging Wrath (paladin)
},
DamageShield = {
-17, -- Power Word: Shield (priest)
-11426, -- Ice Barrier (mage)
-1463, -- Mana Shield (mage)
-11426, -- Ice Barrier (mage)
19443, -- Sacrifice (Rank 6) (warlock, voidhunter)
27273, -- Sacrifice (Rank 7) (warlock, voidhunter)
},
ImmuneToMagicCC = {
642, -- Divine Shield (paladin, general)
-710, -- Banish (warlock, general)
8178, -- Grounding Totem Effect (shaman, PVP talent, general)
19752, -- Divine Intervention (paladin)
23920, -- Spell Reflection (warrior, PVP talent for arms/fury, baseline for protection)
},
-- BurstHaste = {
-- 2825, -- Bloodlust (shaman, horde)
-- },
BurstHaste = {
2825, -- Bloodlust (shaman, horde)
32128, -- Heroism (shaman, alliance)
},
ImmuneToInterrupts = {
-642, -- Divine Shield (paladin, general)
},
Expand All @@ -235,17 +247,21 @@ TMW.BE = {
casts = {
Heals = {
-596, -- Prayer of Healing
-2060, -- Heal
-2050, -- Lesser Heal
-2060, -- Greater Heal
-2061, -- Flash Heal
-32546, -- Binding Heal

-740, -- Tranquility
-5185, -- Healing Touch
-8936, -- Regrowth

-331, -- Healing Wave
-1064, -- Chain Heal
-8004, -- Healing Surge
-8004, -- Lesser Healing Wave

-19750, -- Flash of Light
-863, -- Holy Light
-19750, -- Flash of Light
},
},
}
Expand Down

0 comments on commit b59be17

Please sign in to comment.