Add support for seperation of Extra Attack effects

This commit is contained in:
Kyriazis Kokkinos
2024-12-09 16:31:31 +02:00
parent 96a35837df
commit eaafbfa5dd
3 changed files with 29 additions and 4 deletions
+10
View File
@@ -7283,6 +7283,16 @@ do
desc = "If Enabled, spells which have initial healing and then heal over time will be tracked separately.",
boxfirst = true,
},
{--separate Extra Attacks effects
type = "toggle",
get = function() return Details.combat_log.separate_extra_attacks end,
set = function(self, fixedparam, value)
Details.combat_log.separate_extra_attacks = value
end,
name = "Separate Extra Attacks",
desc = "If Enabled, procs that trigger extra attacks will be tracked seperately.",
boxfirst = true,
},
}
sectionFrame.sectionOptions = sectionOptions