Skip to content

Commit

Permalink
Modules/TimersSpecialEvents: Update Amirdrassil Events
Browse files Browse the repository at this point in the history
  • Loading branch information
Justw8 committed Oct 27, 2023
1 parent 357739d commit fc9be13
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Modules/TimersSpecialEvents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ addonTbl.TIMERS_SPECIAL_EVENTS = {
},

--[[ Amirdrassil, the Dream's Hope ]] --
[421316] = { -- Consuming Flame
[208445] = "Intermission" -- Larodar, Keeper of the Flame
},
[422067] = { -- Blazing Soul
[200927] = "Stage 2" -- Smolderon
},
Expand Down Expand Up @@ -459,7 +462,13 @@ addonTbl.TIMERS_SPECIAL_EVENTS = {
[422067] = { -- Blazing Soul
[200927] = "Stage 1" -- Smolderon
},
[424180] = { -- Supernova
[424180] = { -- Supernova -- XXX Outdated?
[209090] = function() -- Tindral Sageswift
dataTbl[1] = (dataTbl[1] or 1) + 1
return "Stage " .. dataTbl[1]
end,
},
[424140] = { -- Supernova (Mythic)
[209090] = function() -- Tindral Sageswift
dataTbl[1] = (dataTbl[1] or 1) + 1
return "Stage " .. dataTbl[1]
Expand Down Expand Up @@ -648,6 +657,9 @@ addonTbl.TIMERS_SPECIAL_EVENTS = {
return "PipUlt"
end,
},
[426855] = { -- Full Bloom
[206172] = "Full Bloom" -- Nymue
},
[420846] = { -- Continuum
[206172] = "Continuum" -- Nymue
},
Expand Down

0 comments on commit fc9be13

Please sign in to comment.