Skip to content

Commit

Permalink
Alerts: Update for Shadowlands
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Dec 7, 2020
1 parent ce9cec6 commit d2f309f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
20 changes: 14 additions & 6 deletions modules/Alerts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ combatLogMap.SPELL_CAST_SUCCESS = {
[32182] = "Bloodlust", -- Heroism
[80353] = "Bloodlust", -- Time Warp
[264667] = "Bloodlust", -- Primal Rage
[309658] = "Bloodlust", -- Drums of Deathly Ferocity (Shadowlands)
-- These don't work past lv50
[178207] = "Bloodlust", -- Drums of Fury (WoD)
[230935] = "Bloodlust", -- Drums of the Mountain (Legion)
[256740] = "Bloodlust", -- Drums of the Maelstrom (BfA)
Expand All @@ -85,6 +87,7 @@ combatLogMap.SPELL_CAST_SUCCESS = {
combatLogMap.SPELL_AURA_APPLIED = {
-- Taunts
[355] = "Taunt", -- Taunt (Warrior)
[1161] = "TauntAE", -- Challenging Shout (Warrior)
[6795] = "Taunt", -- Growl (Druid)
[51399] = "Taunt", -- Death Grip (Death Knight)
[56222] = "Taunt", -- Dark Command (Death Knight)
Expand Down Expand Up @@ -122,18 +125,22 @@ combatLogMap.SPELL_CREATE = {
[224871] = "Portal", -- Dalaran (Broken Isles)
[281400] = "Portal", -- Boralus
[281402] = "Portal", -- Dazar'alor
[344597] = "Portal", -- Oribos
-- Feasts
[201351] = "Feast", -- Hearty Feast (+18)
[201352] = "Feast", -- Lavish Suramar Feast (+22)
[259409] = "Feast", -- Galley Banquet (+75)
[259410] = "Feast", -- Bountiful Captain's Feast (+100)
[286050] = "Feast", -- Sanguinated Feast (+100)
[297048] = "Feast", -- Famine Evaluator And Snack Table (+131)
[201351] = "Feast", -- Hearty Feast (+11)
[259409] = "Feast", -- Galley Banquet (+11)
[201352] = "Feast", -- Lavish Suramar Feast (+15)
[259410] = "Feast", -- Bountiful Captain's Feast (+15)
[286050] = "Feast", -- Sanguinated Feast (+15)
[297048] = "Feast", -- Famine Evaluator And Snack Table (+16)
[308458] = "Feast", -- Surprisingly Palatable Feast (+18)
[308462] = "Feast", -- Feast of Gluttonous Hedonism (+20)
-- Instant Rituals
[29893] = "Feast", -- Create Soulwell (Warlock)
[190336] = "Feast", -- Conjure Refreshment (Mage)
[276972] = "Feast", -- Mystical Cauldron
[298861] = "Feast", -- Greater Mystical Cauldron
[188036] = "Feast", -- Spirit Cauldron
}
combatLogMap.SPELL_RESURRECT = {
["*"] = "Resurrect",
Expand All @@ -148,6 +155,7 @@ combatLogMap.SPELL_RESURRECT = {
[61999] = "CombatResurrect", -- Raise Ally (Death Knight)
[95750] = "CombatResurrect", -- Soulstone Resurrection (Warlock)
[265116] = "CombatResurrect", -- Unstable Temporal Time Shifter (Engineer)
[345130] = "CombatResurrect", -- Disposable Spectrophasic Reanimator (Engineer)
}
combatLogMap.SPELL_AURA_REMOVED = {
[20707] = "Soulstone", -- Buff removed on death
Expand Down
3 changes: 1 addition & 2 deletions modules/Gear.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,8 @@ do
false, -- INVSLOT_OFFHAND -- 17
}
local specialEnchant = {
-- [5] = "ITEM_MOD_STAMINA_SHORT", -- chest (temporary)
[8] = "ITEM_MOD_AGILITY_SHORT", -- feet
[9] = "ITEM_MOD_INTELLECT_SHORT", -- -- wrist
[9] = "ITEM_MOD_INTELLECT_SHORT", -- wrist
[10] = "ITEM_MOD_STRENGTH_SHORT", -- hand
}

Expand Down

0 comments on commit d2f309f

Please sign in to comment.