Description
This addon adds a bar to track the health remaining on the empowerment for the Throne of Thunder fight "Council of Elders".
This is not a separate DBM addon, instead it adds this functionality to the official DBM encounter. (However it doesn't actually modify the official addon) At some point DBM will probably add the functionality into their own addon.
For the break health the formula of (MaxHealth*(0.25*(5/6)) is used, according to the dungeon journal it should just be 0.25 however after the health change in 10 man the addon only reported properly with the adjusted formula, I believe this is a bug. I have no way of testing this on any modes other than 10N and 25LFR currently. If this addon does not give expected results in other modes, please type "/empt debug print" and report the Values it gives in a comment.
More Detailed Workings:
On player load-in the addon checks if the DBM council addon is loaded, also on zone change (if the new zone is Throne of thunder).
If the DBM addon is loaded it adds its own function calls into the official addon, allowing it to respond to events as if it were built into the addon.
When empower is cast it observes combat log events that are damage or heals and updates the bar accordingly.
Should your official DBM addon quit working and you suspect this addon, simply disable this addon and DBM will function exactly as it used to.


