Skip to content

Commit

Permalink
- changing DBM support defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
cont1nuity committed Nov 14, 2024
1 parent b061538 commit 673b271
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Plater_ChangeLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
8 changes: 5 additions & 3 deletions Plater_DefaultSettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 673b271

Please sign in to comment.