Added an option to nest pet spells within a bar showing the pet name

This commit is contained in:
Tercio Jose
2023-05-14 16:30:09 -03:00
parent 907d88fad5
commit 7fb0ae469c
8 changed files with 152 additions and 68 deletions
+6 -2
View File
@@ -1411,8 +1411,12 @@ local default_global_data = {
--/run Details.breakdown_spell_tab.statusbar_alpha = 0.823
--breakdown spell tab
breakdown_spell_tab = {
merge_players_spells_with_same_name = true,
merge_pet_spells_with_same_name = true,
--player spells
nest_players_spells_with_same_name = true,
--pet spells
nest_pet_spells_by_name = false,
nest_pet_spells_by_caster = true,
blockcontainer_width = 430,
blockcontainer_height = 270,
blockcontainer_islocked = true,