From 673b2716ecbf2b35e4a3c2e1955dd2147c59f651 Mon Sep 17 00:00:00 2001 From: Continuity Date: Thu, 14 Nov 2024 12:54:19 +0100 Subject: [PATCH] - changing DBM support defaults --- Plater_ChangeLog.lua | 1 + Plater_DefaultSettings.lua | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Plater_ChangeLog.lua b/Plater_ChangeLog.lua index 692fb02f..cf59bbf9 100644 --- a/Plater_ChangeLog.lua +++ b/Plater_ChangeLog.lua @@ -8,6 +8,7 @@ function Plater.GetChangelogTable() if (not Plater.ChangeLogTable) then Plater.ChangeLogTable = { + {1729585511, "Backend Change", "Nov 14th, 2024", "Changed default values for DBM boss mod support and enabled it by default.", "cont1nuity"}, {1729585511, "New Feature", "Nov 14th, 2024", "Added glow options for expiring DBM boss mod icons.", "cont1nuity"}, {1729585511, "New Feature", "Nov 7th, 2024", "Added castBar.SpellNameRenamed, which contains either the customized or boss mods spell rename.", "Linaori"}, {1729585511, "Bug Fix", "Nov 3rd, 2024", "Fixing issue with aura swipe texture in cata high-res.", "cont1nuity"}, diff --git a/Plater_DefaultSettings.lua b/Plater_DefaultSettings.lua index 97b67120..b4a03d25 100644 --- a/Plater_DefaultSettings.lua +++ b/Plater_DefaultSettings.lua @@ -950,13 +950,15 @@ PLATER_DEFAULT_SETTINGS = { bossmod_castrename_enabled = true, bossmod_support_bars_enabled = true, bossmod_support_bars_text_enabled = true, - bossmod_aura_height = 32, - bossmod_aura_width = 32, + bossmod_aura_height = 24, + bossmod_aura_width = 24, bossmod_cooldown_text_size = 16, bossmod_cooldown_text_enabled = true, - bossmod_icons_anchor = {side = 8, x = 0, y = 30}, + bossmod_icons_anchor = {side = 2, x = -5, y = 25}, bossmod_aura_glow_important_only = true, bossmod_aura_glow_expiring = true, + bossmod_aura_glow_important_glow_type = 4, + bossmod_aura_glow_expiring_glow_type = 1, not_affecting_combat_enabled = false, not_affecting_combat_alpha = 0.6,