From 5cba6da7ddbb82895b115e998188b1f5f1da7478 Mon Sep 17 00:00:00 2001 From: citna <121998391+citna@users.noreply.github.com> Date: Thu, 12 Jan 2023 23:10:19 -0800 Subject: [PATCH] Water Unleashed/Oppressing Roar Added Water Unleashed (Shaman PvP talent choice for 50% reduced damage and healing for 6s while in the whirlpool) and Oppressing Roar (Evoker class talent choice) in offensive debuffs category. --- BigDebuffs_Mainline.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BigDebuffs_Mainline.lua b/BigDebuffs_Mainline.lua index d2c7b7a..91681f8 100644 --- a/BigDebuffs_Mainline.lua +++ b/BigDebuffs_Mainline.lua @@ -198,6 +198,7 @@ addon.Spells = { [357170] = { type = BUFF_DEFENSIVE }, -- Time Dilation [375087] = { type = BUFF_OFFENSIVE }, -- Dragonrage [383005] = { type = DEBUFF_OFFENSIVE }, -- Chrono Loop + [372048] = { type = DEBUFF_OFFENSIVE }, -- Oppressing Roar [360806] = { type = CROWD_CONTROL }, -- Sleep Walk [372245] = { type = CROWD_CONTROL }, -- Terror of the Skies [355689] = { type = ROOT }, -- Landslide @@ -531,6 +532,7 @@ addon.Spells = { [207498] = { type = BUFF_DEFENSIVE, parent = 207495 }, -- Ancestral Protection (Player) [356738] = { type = ROOT }, -- Earth Unleashed [285515] = { type = ROOT }, -- Surge of Power (Root) + [356824] = { type = DEBUFF_OFFENSIVE }, -- Water Unleashed -- Warlock [386997] = { type = DEBUFF_OFFENSIVE }, -- Soul Rot