Add option to Combat Log section for merging critical heals

This commit is contained in:
Flamanis
2023-03-26 14:20:48 -05:00
parent 0ac0391767
commit bc4aa50343
3 changed files with 28 additions and 2 deletions
+13
View File
@@ -7035,6 +7035,19 @@ do
boxfirst = true,
},
{--merge healing criticals
type = "toggle",
get = function() return Details.combat_log.merge_critical_heals end,
set = function(self, fixedparam, value)
Details.combat_log.merge_critical_heals = value
afterUpdate()
Details:ClearParserCache()
end,
name = "Merge Critical Heals",
desc = "Merges spells like Atonement and Awakened Faeline with their critical damage component.",
boxfirst = true,
},
{type = "blank"},
{type = "label", get = function() return "Class Options:" end, text_template = subSectionTitleTextTemplate},