Skip to content

Commit

Permalink
[Filters] Additional Season of Discovery spells
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Nov 29, 2023
1 parent f847f2e commit 3736460
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ShestakUI/Config/Filters_Vanilla/CombatText.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ elseif T.class == "HUNTER" then
T.merge[14290] = 2643 -- Multi-Shot r4
T.merge[25294] = 2643 -- Multi-Shot r5
T.aoespam[425711] = 0.5 -- Carve [Season of Discovery]
T.merge[433100] = 425711 -- Carve [Season of Discovery]
T.aoespam[13812] = 3 -- Explosive Trap r1
T.merge[14314] = 13812 -- Explosive Trap r2
T.merge[14315] = 13812 -- Explosive Trap r3
Expand All @@ -139,6 +140,7 @@ elseif T.class == "MAGE" then
if C.combattext.merge_aoe_spam then
-- Healing spells
T.aoespam[401405] = 3 -- Chronomantic Healing [Season of Discovery]
T.merge[433455] = 401405 -- Chronomantic Healing [Season of Discovery]
T.aoespam[412510] = 3 -- Mass Regeneration [Season of Discovery]
T.aoespam[401460] = 3 -- Rapid Regeneration [Season of Discovery]
T.aoespam[401417] = 3 -- Regeneration [Season of Discovery]
Expand Down
2 changes: 2 additions & 0 deletions ShestakUI/Config/Filters_Vanilla/FilgerSpells.lua
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,8 @@ C["filger_spells"] = {
{spellID = 10193, unitID = "player", caster = "player", filter = "BUFF", absID = true},
-- Presence of Mind
{spellID = 12043, unitID = "player", caster = "player", filter = "BUFF"},
-- Tangled Causality [Season of Discovery]
{spellID = 25771, unitID = "player", caster = "player", filter = "DEBUFF"},
},
{
Name = "P_PROC_ICON",
Expand Down
1 change: 1 addition & 0 deletions ShestakUI/Config/Filters_Vanilla/Reminders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ if C.reminder.solo_buffs_enable == true then
SpellName(8017), -- Rockbiter Weapon
SpellName(8024), -- Flametongue Weapon
SpellName(8033), -- Frostbrand Weapon
SpellName(430585), -- Increased Mana Regen and Spell Hit (Blackfathom Mana Oil) [Season of Discovery]
SpellName(25123), -- Brilliant Mana Oil
SpellName(25122), -- Brilliant Wizard Oil
SpellName(28898), -- Blessed Wizard Oil
Expand Down

0 comments on commit 3736460

Please sign in to comment.