Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added more "Polymorph" and "Arcane Torrent" spells to Diminishing.
  • Loading branch information
Wetxius committed Nov 1, 2014
1 parent f2df6a8 commit 17a15ca
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ShestakUI/Config/Filters/ArenaControl.lua
Expand Up @@ -85,7 +85,7 @@ T.ArenaControl = {
[GetSpellInfo(116706)] = 3, -- Disable
[GetSpellInfo(87194)] = 3, -- Glyph of Mind Blast
[GetSpellInfo(114404)] = 3, -- Void Tendril's Grasp
[GetSpellInfo(63685)] = 3, -- Freeze (Frozen Power)
[GetSpellInfo(63685)] = 3, -- Frozen Power
[GetSpellInfo(64695)] = 3, -- Earthgrab
[GetSpellInfo(107566)] = 3, -- Staggering Shout

Expand Down
20 changes: 13 additions & 7 deletions ShestakUI/Config/Filters/Diminishing.lua
Expand Up @@ -44,7 +44,7 @@ T.DiminishingSpells = {
[33395] = {"ctrlroot"}, -- Freeze (Water Elemental)
[116706] = {"ctrlroot"}, -- Disable
[114404] = {"ctrlroot"}, -- Void Tendril's Grasp
[63685] = {"ctrlroot"}, -- Freeze
[63685] = {"ctrlroot"}, -- Frozen Power
[107566] = {"ctrlroot"}, -- Staggering Shout

-- Disorients
Expand All @@ -54,9 +54,13 @@ T.DiminishingSpells = {
[28272] = {"disorient"}, -- Polymorph (Pig)
[28271] = {"disorient"}, -- Polymorph (Turtle)
[61305] = {"disorient"}, -- Polymorph (Black Cat)
[61025] = {"disorient"}, -- Polymorph (Serpent)
[61721] = {"disorient"}, -- Polymorph (Rabbit)
[61780] = {"disorient"}, -- Polymorph (Turkey)
[161355] = {"disorient"}, -- Polymorph (Penguin)
[161354] = {"disorient"}, -- Polymorph (Monkey)
[126819] = {"disorient"}, -- Polymorph (Porcupine)
[161353] = {"disorient"}, -- Polymorph (Polar Bear Cub)
[161372] = {"disorient"}, -- Polymorph (Peacock)
[82691] = {"disorient"}, -- Ring of Frost
[115078] = {"disorient"}, -- Paralysis
[20066] = {"disorient"}, -- Repentance
Expand Down Expand Up @@ -106,11 +110,13 @@ T.DiminishingSpells = {
[31935] = {"silence"}, -- Avenger's Shield
[15487] = {"silence"}, -- Silence
[1330] = {"silence"}, -- Garrote
[25046] = {"silence"}, -- Arcane Torrent (Energy version)
[28730] = {"silence"}, -- Arcane Torrent (Mana version)
[50613] = {"silence"}, -- Arcane Torrent (Runic power version)
[69179] = {"silence"}, -- Arcane Torrent (Rage version)
[80483] = {"silence"}, -- Arcane Torrent (Focus version)
[25046] = {"silence"}, -- Arcane Torrent (Energy)
[28730] = {"silence"}, -- Arcane Torrent (Mana)
[50613] = {"silence"}, -- Arcane Torrent (Runic Power)
[69179] = {"silence"}, -- Arcane Torrent (Rage)
[80483] = {"silence"}, -- Arcane Torrent (Focus)
[129597] = {"silence"}, -- Arcane Torrent (Chi)
[155145] = {"silence"}, -- Arcane Torrent (Holy Power)

-- Misc
[605] = {"mind"}, -- Dominate Mind
Expand Down
2 changes: 1 addition & 1 deletion ShestakUI/Config/Filters/Nameplates.lua
Expand Up @@ -65,7 +65,7 @@ T.DebuffWhiteList = {
[SpellName(3600)] = true, -- Earthbind
[SpellName(8056)] = true, -- Frost Shock
[SpellName(8050)] = true, -- Flame Shock
[SpellName(63685)] = true, -- Freeze
[SpellName(63685)] = true, -- Frozen Power
-- Warlock
[SpellName(710)] = true, -- Banish
[SpellName(6789)] = true, -- Mortal Coil
Expand Down
2 changes: 1 addition & 1 deletion ShestakUI/Config/Filters/RaidAuraWatch.lua
Expand Up @@ -360,7 +360,7 @@ T.RaidDebuffs = {
-- Shaman
[SpellName(51514)] = 3, -- Hex
[SpellName(118905)] = 3, -- Static Charge
[SpellName(63685)] = 2, -- Freeze
[SpellName(63685)] = 2, -- Frozen Power
-- Warlock
[SpellName(118699)] = 3, -- Fear
[SpellName(6789)] = 3, -- Mortal Coil
Expand Down

0 comments on commit 17a15ca

Please sign in to comment.