Time Machine overhaul

This commit is contained in:
Tercio Jose
2023-06-08 22:01:34 -03:00
parent fb724bed5c
commit 631b3ceaa0
10 changed files with 368 additions and 314 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ function Details:StartMeUp()
--healing, hps, overheal, healing taken
Details.row_singleclick_overwrite[2] = {true, true, true, true, false, Details.atributo_heal.ReportSingleDamagePreventedLine}
--mana, rage, energy, runepower
Details.row_singleclick_overwrite[3] = {true, true, true, true}
Details.row_singleclick_overwrite[3] = {true, true, true, true} --missing other resources and alternate power
--cc breaks, ress, interrupts, dispells, deaths
Details.row_singleclick_overwrite[4] = {true, true, true, true, Details.atributo_misc.ReportSingleDeadLine, Details.atributo_misc.ReportSingleCooldownLine, Details.atributo_misc.ReportSingleBuffUptimeLine, Details.atributo_misc.ReportSingleDebuffUptimeLine}
@@ -113,7 +113,7 @@ function Details:StartMeUp()
Details:GetLowerInstanceNumber()
--start time machine
Details.timeMachine:TurnOn()
Details222.TimeMachine.Start()
--update abbreviation shortcut
Details.atributo_damage:UpdateSelectedToKFunction()