Skip to content

Commit 9969687

Browse files
committed
feat: new/updated vanilla spell equivalencies
1 parent de62c69 commit 9969687

File tree

2 files changed

+347
-93
lines changed

2 files changed

+347
-93
lines changed

Components/Core/Spells/Equivalencies-Vanilla.lua

Lines changed: 284 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ local pairs, type, ipairs, bit, select =
2727

2828
TMW.BE = {
2929
debuffs = {
30-
ReducedHealing = {
31-
-13220, -- Wound Poison (rogue, assassination)
32-
-12294, -- Mortal Strike (warrior, arms)
30+
Bleeding = {
31+
-703, -- Garrote (rogue, general)
32+
-1079, -- Rip (druid, feral)
33+
-1822, -- Rake (druid, feral)
34+
1943, -- Rupture (rogue, general)
35+
-11977, -- Rend (warrior, arms)
36+
16511, -- Hemorrhage (rogue, subtlety)
3337
},
3438
CrowdControl = {
3539
-118, -- Polymorph (mage, general)
@@ -43,17 +47,9 @@ TMW.BE = {
4347
-9484, -- Shackle Undead (priest, general)
4448
20066, -- Repentance (paladin, general)
4549
},
46-
Shatterable = {
47-
-122, -- Frost Nova (mage, frost)
48-
-3355, -- Freezing Trap (hunter, general)
49-
},
50-
Bleeding = {
51-
-703, -- Garrote (rogue, general)
52-
-1079, -- Rip (druid, feral)
53-
-1822, -- Rake (druid, feral)
54-
1943, -- Rupture (rogue, general)
55-
-11977, -- Rend (warrior, arms)
56-
16511, -- Hemorrhage (rogue, subtlety)
50+
Disoriented = {
51+
-605, -- Mind Control (priest, PVE talent, general)
52+
-2094, -- Blind (rogue, general)
5753
},
5854
Feared = {
5955
5246, -- Intimidating Shout (warrior, general)
@@ -80,20 +76,10 @@ TMW.BE = {
8076
13327, -- Reckless Charge (Rocket Helmet)
8177
13181, -- Gnomish Mind Control Cap
8278
26108, -- Glimpse of Madness
83-
84-
},
85-
Disoriented = {
86-
-605, -- Mind Control (priest, PVE talent, general)
87-
-2094, -- Blind (rogue, general)
8879
},
89-
Silenced = {
90-
-1330, -- Garrote - Silence (rogue, general)
91-
-15487, -- Silence (priest, shadow)
92-
-18469, -- Counterspell - Silenced
93-
-18425, -- Kick - Silenced
94-
-24259, -- Spell Lock
95-
-18498, -- Shield Bash - Silenced
96-
19821, -- Arcane Bomb Silence
80+
ReducedHealing = {
81+
-13220, -- Wound Poison (rogue, assassination)
82+
-12294, -- Mortal Strike (warrior, arms)
9783
},
9884
Rooted = {
9985
-339, -- Entangling Roots (druid, general)
@@ -108,6 +94,19 @@ TMW.BE = {
10894
-19185, -- Entrapment
10995
-23694, -- Improved Hamstring
11096
},
97+
Shatterable = {
98+
-122, -- Frost Nova (mage, frost)
99+
-3355, -- Freezing Trap (hunter, general)
100+
},
101+
Silenced = {
102+
-1330, -- Garrote - Silence (rogue, general)
103+
-15487, -- Silence (priest, shadow)
104+
-18469, -- Counterspell - Silenced
105+
-18425, -- Kick - Silenced
106+
-24259, -- Spell Lock
107+
-18498, -- Shield Bash - Silenced
108+
19821, -- Arcane Bomb Silence
109+
},
111110
Slowed = {
112111
-116, -- Frostbolt (mage, frost)
113112
-120, -- Cone of Cold (mage, frost)
@@ -163,34 +162,85 @@ TMW.BE = {
163162
5530, -- Mace Stun Effect (Mace Specialization)
164163
15283, -- Stunning Blow (Weapon Proc)
165164
},
165+
ReducedArmor = {
166+
-11597, -- Sunder Armor
167+
-11198, -- Expose Armor
168+
439471, -- Sebacious Poison
169+
402818, -- Degrade
170+
-9907, -- Faerie Fire
171+
-17392, -- Faerie Fire (Feral)
172+
-17315, -- Puncture Armor
173+
},
174+
166175
},
167176
buffs = {
168-
SpeedBoosts = {
169-
783, -- Travel Form (druid, baseline)
170-
-2983, -- Sprint (rogue, baseline)
171-
-2379, -- Speed (generic speed buff)
172-
2645, -- Ghost Wolf (shaman, general)
173-
7840, -- Swim Speed (Swim Speed Potion)
177+
IncreasedAgility = {
178+
17538, -- Elixir of the Mongoose
179+
-11328, -- Agility
180+
-11334, -- Greater Agility
181+
-2374, -- Lesser Agility
182+
1213904, -- Elixir of the Honey Badger
174183
},
175-
ImmuneToStun = {
176-
642, -- Divine Shield (paladin)
177-
710, -- Banish (warlock)
178-
1022, -- Blessing of Protection (paladin)
179-
6615, -- Free Action (vanilla potion)
184+
IncreasedStats = {
185+
-16878, -- Mark of the Wild
186+
-21849, -- Gift of the Wild
187+
25898, -- Greater Blessing of Kings
188+
20217, -- Blessing of Kings
189+
409583, -- Heart of the Lion
180190
},
181-
-- DefensiveBuffsAOE = {
182-
-- },
183-
DefensiveBuffsSingle = {
184-
498, -- Divine Protection (paladin, general)
185-
642, -- Divine Shield (paladin, general)
186-
871, -- Shield Wall (warrior, protection)
187-
1022, -- Blessing of Protection (paladin, general)
188-
-1966, -- Feint (rogue, general)
189-
5277, -- Evasion (rogue, assassination/subtlety)
190-
6940, -- Blessing of Sacrifice (paladin, holy)
191-
22812, -- Barkskin (druid, general)
192-
23920, -- Spell Reflection (warrior, PVP talent for arms/fury, baseline for protection)
191+
IncreasedArmor = {
192+
-11349, -- Armor
193+
-673, -- Lesser Armor
194+
1213917, -- Elixir of the Ironside
195+
11348, -- Greater Armor
196+
15233, -- Crystal Ward
197+
},
198+
IncreasedAP = {
199+
-17038, -- Winterfall Firewater
200+
16329, -- Juju Might
201+
473469, -- Cleansed Firewater
202+
},
203+
IncreasedHealth = {
204+
3593, -- Health II
205+
2378, -- Health
206+
},
207+
IncreasedIntellect = {
208+
-1459, -- Arcane Intellect
209+
23028, -- Arcane Brilliance
210+
16327, -- Juju Guile
211+
17535, -- Elixir of the Sages
212+
-11396, -- Greater Intellect
213+
-3165, -- Lesser Intellect
214+
-3167, -- Intellect
215+
16888, -- Intellect IX
193216
},
217+
IncreasedSP = {
218+
-17539, -- Greater Arcane Elixir
219+
11390, -- Arcane Elixir
220+
439959, -- Lesser Arcane Elixir
221+
1213914, -- Elixir of the Mage-Lord
222+
15288, -- Fury of Ragnaros
223+
17150, -- Arcane Might
224+
},
225+
IncreasedSpirit = {
226+
27681, -- Prayer of Spirit
227+
10767, -- Rising Spirit
228+
17535, -- Elixir of the Sages
229+
-14752, -- Divine Spirit
230+
15231, -- Crystal Force
231+
-8112, -- Spirit
232+
},
233+
IncreasedStrength = {
234+
16323, -- Juju Power
235+
17537, -- Elixir of Brute Force
236+
-3164, -- Strength
237+
-2367, -- Lesser Strength
238+
-8212, -- Enlarge
239+
-16883, -- Elixir of the Giants
240+
},
241+
-- BurstHaste = {
242+
-- 2825, -- Bloodlust (shaman, horde)
243+
-- },
194244
DamageBuffs = {
195245
1719, -- Recklessness (warrior, arms)
196246
5217, -- Tiger's Fury (druid, feral)
@@ -206,22 +256,200 @@ TMW.BE = {
206256
-11426, -- Ice Barrier (mage)
207257
-1463, -- Mana Shield (mage)
208258
},
209-
ImmuneToMagicCC = {
259+
DarkFortune = {
260+
23738, -- Sayge's Dark Fortune of Spirit
261+
23767, -- Sayge's Dark Fortune of Armor
262+
23737, -- Sayge's Dark Fortune of Stamina
263+
23736, -- Sayge's Dark Fortune of Agility
264+
23766, -- Sayge's Dark Fortune of Intellect
265+
23735, -- Sayge's Dark Fortune of Strength
266+
23769, -- Sayge's Dark Fortune of Resistance
267+
23768, -- Sayge's Dark Fortune of Damage
268+
-473450, -- Dark Fortune of Damage
269+
},
270+
-- DefensiveBuffsAOE = {
271+
-- },
272+
DefensiveBuffsSingle = {
273+
498, -- Divine Protection (paladin, general)
210274
642, -- Divine Shield (paladin, general)
211-
-710, -- Banish (warlock, general)
212-
8178, -- Grounding Totem Effect (shaman, PVP talent, general)
275+
871, -- Shield Wall (warrior, protection)
276+
1022, -- Blessing of Protection (paladin, general)
277+
-1966, -- Feint (rogue, general)
278+
5277, -- Evasion (rogue, assassination/subtlety)
279+
6940, -- Blessing of Sacrifice (paladin, holy)
280+
22812, -- Barkskin (druid, general)
213281
23920, -- Spell Reflection (warrior, PVP talent for arms/fury, baseline for protection)
214282
},
215-
-- BurstHaste = {
216-
-- 2825, -- Bloodlust (shaman, horde)
217-
-- },
283+
ImmuneToStun = {
284+
642, -- Divine Shield (paladin)
285+
710, -- Banish (warlock)
286+
1022, -- Blessing of Protection (paladin)
287+
6615, -- Free Action (vanilla potion)
288+
},
289+
FireSpellPower = {
290+
26276, -- Greater Firepower
291+
7844, -- Fire Power
292+
},
293+
FlaskBuffs = {
294+
17628, -- Supreme Power
295+
17626, -- Flask of the Titans
296+
17627, -- Distilled Wisdom
297+
17629, -- Chromatic Resistance
298+
17624, -- Petrification
299+
448084, -- Restless Dreams
300+
446228, -- Nightmarish Power
301+
1213892, -- Flask of Ancient Knowledge
302+
1213897, -- Flask of Madness
303+
1213901, -- Flask of the Old Gods
304+
1213886, -- Flask of Unyielding Sorrow
305+
},
306+
FoodBuffs = {
307+
-19705, -- Well Fed
308+
-25661, -- Increased Stamina
309+
18141, -- Blessed Sunfruit Juice
310+
18125, -- Blessed Sunfruit
311+
18194, -- Mana Regeneration
312+
18192, -- Increased Agility
313+
22730, -- Increased Intellect
314+
},
315+
HealthRegeneration = {
316+
-24361, -- Regeneration
317+
16890, -- Regeneration IV
318+
},
218319
ImmuneToInterrupts = {
219320
-642, -- Divine Shield (paladin, general)
220321
},
322+
ImmuneToMagicCC = {
323+
642, -- Divine Shield (paladin, general)
324+
-710, -- Banish (warlock, general)
325+
8178, -- Grounding Totem Effect (shaman, PVP talent, general)
326+
23920, -- Spell Reflection (warrior, PVP talent for arms/fury, baseline for protection)
327+
},
221328
ImmuneToSlows = {
222329
-642, -- Divine Shield (paladin, general)
223330
1044, -- Blessing of Freedom (paladin, general)
224331
},
332+
Kings = {
333+
25898, -- Greater Blessing of Kings
334+
20217, -- Blessing of Kings
335+
409583, -- Heart of the Lion
336+
},
337+
Might = {
338+
-25916, -- Greater Blessing of Might
339+
-25291, -- Blessing of Might
340+
425600, -- Horn of Lordaeron
341+
409583, -- Heart of the Lion
342+
},
343+
ResistAll = {
344+
27652, -- Elixir of Resistance
345+
-16878, -- Mark of the Wild
346+
-21849, -- Gift of the Wild
347+
},
348+
ResistFire = {
349+
-10534, -- Fire Resistance (Totem)
350+
-19900, -- Fire Resistance Aura
351+
},
352+
ResistFrost = {
353+
-19897, -- Frost Resistance Aura
354+
-8182, -- Frost Resistance (Totem)
355+
},
356+
ResistNature = {
357+
-20190, -- Aspect of the Nature
358+
-10599, -- Nature Resistance (Totem)
359+
},
360+
ResistShadow = {
361+
-16874, -- Shadow Protection
362+
27683, -- Prayer of Shadow Protection
363+
},
364+
ShadowSpellPower = {
365+
11474, -- Shadow Power
366+
16587, -- Dark Whispers
367+
},
368+
Sigils = {
369+
439155, -- Sigil of Innovation
370+
446240, -- Sigil of Living Dreams
371+
463864, -- Sigil of Flowing Waters
372+
1214001, -- Scroll: Wrath of the Swarm
373+
},
374+
Songflower = {
375+
-15366, -- Songflower Serenade
376+
-1218071, -- Songflower Lullaby
377+
},
378+
SpeedBoosts = {
379+
783, -- Travel Form (druid, baseline)
380+
-2983, -- Sprint (rogue, baseline)
381+
-2379, -- Speed (generic speed buff)
382+
2645, -- Ghost Wolf (shaman, general)
383+
7840, -- Swim Speed (Swim Speed Potion)
384+
},
385+
BonusStamina = {
386+
-11767, -- Blood Pact
387+
403215, -- Commanding Shout
388+
-21562, -- Prayer of Fortitude
389+
-10938, -- Power Word: Fortitude
390+
-8099, -- Stamina
391+
},
392+
DamageReflect = {
393+
-467, -- Thorns
394+
-2947, -- Fire Shield
395+
184, -- Fire Shield II
396+
2602, -- Fire Shield IV
397+
2601, -- Fire Shield III
398+
15279, -- Crystal Spire
399+
16610, -- Razorhide
400+
},
401+
WarchiefsBlessing = {
402+
-16609, -- Warchief's Blessing
403+
-460940, -- Might of Stormwind
404+
-1218074, -- Might of Blackrock
405+
},
406+
WaterBreathing = {
407+
5697, -- Unending Breath
408+
16591, -- Noggenfogger Elixir
409+
413548, -- Degreelessness Mode
410+
-131, -- Water Breathing
411+
425284, -- Spirit of the Redeemer
412+
461137, -- Oath of the Sea
413+
405688, -- Riptide Bubbles
414+
-17443, -- Air Bubbles
415+
1234, -- Tony's God Mode
416+
5421, -- Aquatic Form (Passive)
417+
22807, -- Greater Water Breathing
418+
24347, -- Master Angler
419+
24925, -- Hallow's End Candy
420+
27827, -- Spirit of Redemption
421+
},
422+
WaterWalking = {
423+
-546, -- Water Walking
424+
-1706, -- Levitate
425+
10665, -- Water Walk
426+
440804, -- Frozen Orb
427+
460591, -- Chaos Chopper
428+
461120, -- Treading Water
429+
24927, -- Hallow's End Candy
430+
},
431+
Zanza = {
432+
24383, -- Swiftness of Zanza
433+
30338, -- Permanent Swiftness of Zanza
434+
24382, -- Spirit of Zanza
435+
30336, -- Permanent Spirit of Zanza
436+
30331, -- Permanent Sheen of Zanza
437+
-24417, -- Sheen of Zanza
438+
-10690, -- Infallible Mind
439+
-10691, -- Spiritual Domination
440+
-10671, -- Spirit of Boar
441+
-10667, -- Rage of Ages
442+
-10669, -- Strike of the Scorpok
443+
446396, -- Atal'ai Mojo of Life
444+
446336, -- Atal'ai Mojo of War
445+
446256, -- Atal'ai Mojo of Forbidden Magic
446+
27665, -- Ironforge Gift of Friendship
447+
27669, -- Orgrimmar Gift of Friendship
448+
27671, -- Undercity Gift of Friendship
449+
27666, -- Darnassus Gift of Friendship
450+
27664, -- Stormwind Gift of Friendship
451+
27670, -- Thunder Bluff Gift of Friendship
452+
},
225453
},
226454
casts = {
227455
Heals = {

0 commit comments

Comments
 (0)