Skip to content

Commit

Permalink
Added more crowd controls to the list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jan 13, 2025
1 parent a5e45c9 commit de98d90
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Libs/LibOpenRaid/ThingsToMantain_WarWithin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ do
[386071] = {cooldown = 90, duration = 6, specs = {73}, talent = false, charges = 1, class = "WARRIOR", type = 8}, --Disrupting Shout
[385952] = {cooldown = 45, duration = 4, specs = {73}, talent = false, charges = 1, class = "WARRIOR", type = 5}, --Shield Charge
[1160] = {cooldown = 45, duration = 8, specs = {73}, talent = false, charges = 1, class = "WARRIOR", type = 2}, --Demoralizing Shout
[385952] = {cooldown = 45, duration = 4, specs = {71, 72, 73}, talent = false, charges = 1, class = "WARRIOR", type = 8}, --Shield Charge


--~warlock
-- 265 - Affliction
Expand All @@ -403,8 +405,11 @@ do
[132411] = {cooldown = 15, duration = 0, specs = {265, 266, 267}, talent = false, charges = 1, class = "WARLOCK", type = 7,}, --Singe Magic (sacrifice)
[17767] = {cooldown = 120, duration = 20, specs = {265, 266, 267}, talent = false, charges = 1, class = "WARLOCK", type = 2, pet = 1860}, --Shadow Bulwark
[132413] = {cooldown = 120, duration = 20, specs = {265, 266, 267}, talent = false, charges = 1, class = "WARLOCK", type = 2,}, --Shadow Bulwark (sacrifice)
[6358] = {cooldown = 30, duration = 30, specs = {265, 266, 267}, talent = false, charges = 1, class = "WARLOCK", type = 8, pet = 184600}, --Seduction

[261589] = {cooldown = 30, duration = 30, specs = {265, 266, 267}, talent = false, charges = 1, class = "WARLOCK", type = 8}, --Seduction (Sacrifice)
--[6358] = {cooldown = 30, duration = 30, specs = {265, 266, 267}, talent = false, charges = 1, class = "WARLOCK", type = 8}, --Seduction (Sacrifice)
[6358] = {cooldown = 30, duration = 30, specs = {265, 266, 267}, talent = false, charges = 1, class = "WARLOCK", type = 8, pet = 184600}, --Seduction
[22703] = {cooldown = 120, duration = 2, specs = {265, 266, 267}, talent = false, charges = 1, class = "WARLOCK", type = 8}, --Infernal Awakening

--~shaman
-- 262 - Elemental
Expand Down Expand Up @@ -632,6 +637,7 @@ do
[475] = {cooldown = 8, duration = 0, specs = {63, 64, 62}, talent = false, charges = 1, class = "MAGE", type = 7}, --Remove Curse
[122] = {cooldown = 30, duration = 6, specs = {63, 64, 62}, talent = false, charges = 1, class = "MAGE", type = 8}, --Frost Nova
[157980] = {cooldown = 45, duration = 0, specs = {62}, talent = false, charges = 1, class = "MAGE", type = 8}, --Supernova
[389794] = {cooldown = 45, duration = 0, pvp = true, specs = {662, 63, 64}, talent = false, charges = 1, class = "MAGE", type = 8}, --Snowdrift
[414660] = {cooldown = 120, duration = 60, specs = {63, 64, 62}, talent = false, charges = 1, class = "MAGE", type = 4, cdtype = "DR"}, --Mass Barrier
[414664] = {cooldown = 300, duration = 12, specs = {63, 64, 62}, talent = false, charges = 1, class = "MAGE", type = 5}, --Mass Invisibility (only out of combat)

Expand Down

0 comments on commit de98d90

Please sign in to comment.