General Fixes

- Added Phial of Serenity from Kyrians to Potion Usage.
- Merged all warriors whirlwind.
- Cleanup on old cooldowns.
- Added Rake and Binding Shot to Crowd Control.
- Fixed some cases of DeathLog not showing healing.
This commit is contained in:
Tercio Jose
2021-01-01 14:28:27 -03:00
parent 38f66a24de
commit bda2829746
8 changed files with 47 additions and 234 deletions
+6 -6
View File
@@ -465,15 +465,9 @@ function Details:StartMeUp() --I'll never stop!
--coach feature startup
Details.Coach.StartUp()
--enforce to show 6 abilities on the tooltip
--_detalhes.tooltip.tooltip_max_abilities = 6 freeeeeedooommmmm
--force the group edit be always enabled when Details! starts
_detalhes.options_group_edit = true
--remove standard skin on 9.0.1
_detalhes.standard_skin = false
--enforce to use the new animation code
if (_detalhes.streamer_config) then
_detalhes.streamer_config.use_animation_accel = true
@@ -481,6 +475,12 @@ function Details:StartMeUp() --I'll never stop!
--shutdown pre-pot announcer
Details.announce_prepots.enabled = false
--disable the min healing to show
Details.deathlog_healingdone_min = 1
--remove standard skin on 9.0.1
_detalhes.standard_skin = false
--enforce to show 6 abilities on the tooltip
--_detalhes.tooltip.tooltip_max_abilities = 6 freeeeeedooommmmm
--Plater integration
C_Timer.After(2, function()