General Updates

- Fixed an error while scrolling down target npcs in the breakdown window.
- Fixed an error when clicking to open the Death Recap by Details!.
- End of Mythic Run panel got updates.
- Framework updated: new rounded tooltips.
This commit is contained in:
Tercio Jose
2024-01-12 23:56:55 -03:00
parent f078bd5296
commit 9c63b08895
20 changed files with 354 additions and 32 deletions
+10
View File
@@ -1342,6 +1342,8 @@
evokerActor.total_extra = evokerActor.total_extra + predictedAmount
augmentedSpell.total = augmentedSpell.total + predictedAmount
augmentedSpell.targets[sourceName] = (augmentedSpell.targets[sourceName] or 0) + predictedAmount
--DetailsParserDebugFrame:BlinkIcon(extraSpellId, 1)
end
end
end
@@ -1380,6 +1382,8 @@
augmentedSpell.total = augmentedSpell.total + predictedAmount
augmentedSpell.targets[sourceName] = (augmentedSpell.targets[sourceName] or 0) + predictedAmount
--DetailsParserDebugFrame:BlinkIcon(extraSpellId, 2)
end
end
end
@@ -1415,6 +1419,8 @@
augmentedSpell.total = augmentedSpell.total + damageSplitted
augmentedSpell.targets[sourceName] = (augmentedSpell.targets[sourceName] or 0) + damageSplitted
--DetailsParserDebugFrame:BlinkIcon(extraSpellId, 3)
end
end
end
@@ -1450,6 +1456,8 @@
augmentedSpell.total = augmentedSpell.total + fateMirror_plus_Prescience
augmentedSpell.targets[sourceName] = (augmentedSpell.targets[sourceName] or 0) + fateMirror_plus_Prescience
--DetailsParserDebugFrame:BlinkIcon(extraSpellId, 4)
end
end
end
@@ -1483,6 +1491,8 @@
augmentedSpell.total = augmentedSpell.total + amount
augmentedSpell.targets[sourceName] = (augmentedSpell.targets[sourceName] or 0) + amount
--DetailsParserDebugFrame:BlinkIcon(extraSpellId, 5)
end
end
end