From 9df7e068216ca1a502dc8c357f5acd5e574746c9 Mon Sep 17 00:00:00 2001 From: Mike Norton Date: Thu, 29 Aug 2024 11:53:22 -0700 Subject: [PATCH] Removed one of the nameplate options and updated layout. #42 --- Code.lua | 52 +-- modules/NamePlates.lua | 862 +++++++++++------------------------------ 2 files changed, 257 insertions(+), 657 deletions(-) diff --git a/Code.lua b/Code.lua index 474a07c..7852453 100644 --- a/Code.lua +++ b/Code.lua @@ -242,34 +242,34 @@ local InstallerData = { E.private["bags"]["enable"] = false end end, - [5] = function() - PluginInstallFrame.SubTitle:SetText("Nameplates") - PluginInstallFrame.Desc1:SetText( - "These are the Nameplate Options available. Please click a button below to apply the layout of your choosing." - ) - PluginInstallFrame.Desc2:SetText("Importance: |cff07D400High|r") + -- [5] = function() + -- PluginInstallFrame.SubTitle:SetText("Nameplates") + -- PluginInstallFrame.Desc1:SetText( + -- "These are the Nameplate Options available. Please click a button below to apply the layout of your choosing." + -- ) + -- PluginInstallFrame.Desc2:SetText("Importance: |cff07D400High|r") - -- Option 1 - PluginInstallFrame.Option1:Show() - PluginInstallFrame.Option1:SetScript( - "OnClick", - function() - NoobTacoUI:SetupNamePlatesLayout("v1") - end - ) - PluginInstallFrame.Option1:SetText("Old: NoobTacoUI") + -- -- Option 1 + -- PluginInstallFrame.Option1:Show() + -- PluginInstallFrame.Option1:SetScript( + -- "OnClick", + -- function() + -- NoobTacoUI:SetupNamePlatesLayout("v1") + -- end + -- ) + -- PluginInstallFrame.Option1:SetText("Old: NoobTacoUI") - -- Option 2 - PluginInstallFrame.Option2:Show() - PluginInstallFrame.Option2:SetScript( - "OnClick", - function() - NoobTacoUI:SetupNamePlatesLayout("v2") - end - ) - PluginInstallFrame.Option2:SetText("New: BlizzLike") - end, - [6] = function() + -- -- Option 2 + -- PluginInstallFrame.Option2:Show() + -- PluginInstallFrame.Option2:SetScript( + -- "OnClick", + -- function() + -- NoobTacoUI:SetupNamePlatesLayout("v2") + -- end + -- ) + -- PluginInstallFrame.Option2:SetText("New: BlizzLike") + -- end, + [5] = function() PluginInstallFrame.SubTitle:SetText("Installation Complete") PluginInstallFrame.Desc1:SetText( "You have completed the installation process.\nIf you need help or wish to report a bug, please go to http://tukui.org" diff --git a/modules/NamePlates.lua b/modules/NamePlates.lua index fb7f099..6e9ecea 100644 --- a/modules/NamePlates.lua +++ b/modules/NamePlates.lua @@ -6,9 +6,11 @@ local NoobTacoUI, E, L, V, P, G = unpack(select(2, ...)) - Updated the font used for nameplates to "Poppins-SemiBold" - Adjusted the colors for nameplates - Increased the font size for nameplates + - Removed second nameplate option ]] function NoobTacoUI:SetupNamePlates() -- NAMEPLATES ------------------------------------------------------------- + E.global["nameplates"]["filters"]["ElvUI_Target"]["actions"]["color"]["border"] = false E.db["nameplates"]["colors"]["classResources"]["comboPoints"][1]["b"] = 0.55686274509804 E.db["nameplates"]["colors"]["classResources"]["comboPoints"][1]["g"] = 0.50980392156863 E.db["nameplates"]["colors"]["classResources"]["comboPoints"][1]["r"] = 1 @@ -49,638 +51,236 @@ function NoobTacoUI:SetupNamePlates() E.db["nameplates"]["colors"]["threat"]["goodTransition"]["b"] = 0.36 E.db["nameplates"]["colors"]["threat"]["goodTransition"]["g"] = 0.76 E.db["nameplates"]["colors"]["threat"]["goodTransition"]["r"] = 0.85 - E.db["nameplates"]["smoothbars"] = true - E.db["nameplates"]["threat"]["indicator"] = true E.db["nameplates"]["cooldown"]["expiringColor"]["b"] = 0.41176470588235 E.db["nameplates"]["cooldown"]["expiringColor"]["g"] = 0.38039215686275 E.db["nameplates"]["cooldown"]["expiringColor"]["r"] = 0.74901960784314 - E.db["v11NamePlateReset"] = true -end - -function NoobTacoUI:SetupNamePlatesLayout(np_layout, wowver) - if np_layout == "v1" then -- Old Wide and High Layout - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][1]["b"] = 0.55686274509804 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][1]["g"] = 0.50980392156863 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][1]["r"] = 1 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][2]["b"] = 0.53725490196078 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][2]["g"] = 0.65098039215686 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][2]["r"] = 1 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][3]["b"] = 0.5921568627451 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][3]["g"] = 0.85882352941176 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][3]["r"] = 1 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][4]["b"] = 0.73725490196078 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][4]["g"] = 1 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][4]["r"] = 0.85882352941176 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][5]["b"] = 0.30980392156863 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][5]["g"] = 0.90196078431373 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][5]["r"] = 0.47843137254902 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][6]["b"] = 0.96078431372549 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][6]["g"] = 0.78823529411765 - E.db["nameplates"]["colors"]["classResources"]["comboPoints"][6]["r"] = 1 - E.db["nameplates"]["colors"]["reactions"]["good"]["b"] = 0.29 - E.db["nameplates"]["colors"]["reactions"]["good"]["g"] = 0.67 - E.db["nameplates"]["colors"]["reactions"]["good"]["r"] = 0.3 - E.db["nameplates"]["colors"]["reactions"]["neutral"]["g"] = 0.76 - E.db["nameplates"]["colors"]["selection"][0]["b"] = 0.25 - E.db["nameplates"]["colors"]["selection"][0]["g"] = 0.25 - E.db["nameplates"]["colors"]["selection"][0]["r"] = 0.78 - E.db["nameplates"]["colors"]["selection"][2]["b"] = 0.36 - E.db["nameplates"]["colors"]["selection"][2]["g"] = 0.76 - E.db["nameplates"]["colors"]["selection"][2]["r"] = 0.85 - E.db["nameplates"]["colors"]["selection"][3]["b"] = 0.3 - E.db["nameplates"]["colors"]["selection"][3]["g"] = 0.67 - E.db["nameplates"]["colors"]["selection"][3]["r"] = 0.29 - E.db["nameplates"]["colors"]["threat"]["badColor"]["b"] = 0.25 - E.db["nameplates"]["colors"]["threat"]["badColor"]["g"] = 0.25 - E.db["nameplates"]["colors"]["threat"]["badColor"]["r"] = 0.78 - E.db["nameplates"]["colors"]["threat"]["goodColor"]["b"] = 0.3 - E.db["nameplates"]["colors"]["threat"]["goodColor"]["g"] = 0.67 - E.db["nameplates"]["colors"]["threat"]["goodColor"]["r"] = 0.29 - E.db["nameplates"]["colors"]["threat"]["goodTransition"]["b"] = 0.36 - E.db["nameplates"]["colors"]["threat"]["goodTransition"]["g"] = 0.76 - E.db["nameplates"]["colors"]["threat"]["goodTransition"]["r"] = 0.85 - E.db["nameplates"]["cooldown"]["expiringColor"]["b"] = 0.41176470588235 - E.db["nameplates"]["cooldown"]["expiringColor"]["g"] = 0.38039215686275 - E.db["nameplates"]["cooldown"]["expiringColor"]["r"] = 0.74901960784314 - E.db["nameplates"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["smoothbars"] = true - E.db["nameplates"]["threat"]["indicator"] = true - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["priority"] = "Blacklist,blockNoDuration,Personal,TurtleBuffs" - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["height"] = 12 - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["iconOffsetX"] = 5 - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["iconSize"] = 25 - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["yOffset"] = -20 - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["numAuras"] = 8 - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["priority"] = - "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["size"] = 30 - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["yOffset"] = 15 - E.db["nameplates"]["units"]["ENEMY_NPC"]["eliteIcon"]["enable"] = true - E.db["nameplates"]["units"]["ENEMY_NPC"]["eliteIcon"]["xOffset"] = 0 - E.db["nameplates"]["units"]["ENEMY_NPC"]["eliteIcon"]["yOffset"] = 20 - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["height"] = 16 - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["fontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["fontSize"] = 10 - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["position"] = "BOTTOMRIGHT" - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["yOffset"] = 13 - E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["fontSize"] = 12 - E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["format"] = "[difficultycolor][level]" - E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["yOffset"] = 0 - E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["fontSize"] = 14 - E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["format"] = "[name:medium]" - E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["yOffset"] = 0 - E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["displayAltPower"] = true - E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["enable"] = true - E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["height"] = 5 - E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["hideWhenEmpty"] = true - E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["yOffset"] = -11 - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["fontOutline"] = "THICKOUTLINE" - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["position"] = "CENTER" - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["spacing"] = 0 - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["textPosition"] = "LEFT" - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["textXOffset"] = 0 - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["textYOffset"] = 0 - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["yOffset"] = -8 - E.db["nameplates"]["units"]["ENEMY_NPC"]["raidTargetIndicator"]["position"] = "CENTER" - E.db["nameplates"]["units"]["ENEMY_NPC"]["raidTargetIndicator"]["size"] = 30 - E.db["nameplates"]["units"]["ENEMY_NPC"]["raidTargetIndicator"]["xOffset"] = 0 - E.db["nameplates"]["units"]["ENEMY_NPC"]["title"]["format"] = "[guild]" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["maxDuration"] = 0 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["priority"] = - "Blacklist,blockNoDuration,Personal,TurtleBuffs" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["height"] = 12 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["iconOffsetX"] = 5 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["iconSize"] = 25 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["yOffset"] = -20 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["numAuras"] = 8 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["priority"] = - "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["size"] = 30 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["yOffset"] = 15 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["height"] = 16 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["fontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["fontSize"] = 10 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["position"] = "BOTTOMRIGHT" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["yOffset"] = 13 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["level"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["level"]["fontSize"] = 12 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["level"]["yOffset"] = 0 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["fontSize"] = 14 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["format"] = "[name:medium]" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["yOffset"] = 0 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["displayAltPower"] = true - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["enable"] = true - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["height"] = 5 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["hideWhenEmpty"] = true - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["yOffset"] = -11 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["raidTargetIndicator"]["position"] = "CENTER" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["raidTargetIndicator"]["size"] = 30 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["raidTargetIndicator"]["xOffset"] = 0 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["title"]["format"] = "[guild]" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["buffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["buffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["height"] = 12 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["iconOffsetX"] = 5 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["iconSize"] = 25 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["yOffset"] = -20 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["numAuras"] = 8 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["priority"] = - "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["size"] = 30 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["yOffset"] = 15 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["eliteIcon"]["enable"] = true - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["eliteIcon"]["xOffset"] = 0 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["eliteIcon"]["yOffset"] = 20 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["height"] = 16 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["fontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["fontSize"] = 10 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["position"] = "BOTTOMRIGHT" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["yOffset"] = 13 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["fontSize"] = 12 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["format"] = "[difficultycolor][level]" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["yOffset"] = 0 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["fontSize"] = 14 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["format"] = "[name:medium]" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["yOffset"] = 0 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["nameOnly"] = false - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["displayAltPower"] = true - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["enable"] = true - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["height"] = 5 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["hideWhenEmpty"] = true - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["yOffset"] = -11 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["fontOutline"] = "THICKOUTLINE" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["position"] = "CENTER" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["spacing"] = 0 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["textPosition"] = "LEFT" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["textXOffset"] = 0 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["textYOffset"] = 0 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["yOffset"] = -8 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["raidTargetIndicator"]["position"] = "CENTER" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["raidTargetIndicator"]["size"] = 30 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["raidTargetIndicator"]["xOffset"] = 0 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["title"]["format"] = "[guild]" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["buffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["buffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["height"] = 12 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["iconOffsetX"] = 5 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["iconSize"] = 25 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["yOffset"] = -20 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["numAuras"] = 8 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["priority"] = - "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["size"] = 30 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["yOffset"] = 15 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["height"] = 16 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["fontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["fontSize"] = 10 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["position"] = "BOTTOMRIGHT" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["yOffset"] = 13 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["fontSize"] = 12 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["yOffset"] = 0 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["fontSize"] = 14 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["format"] = "[name:medium]" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["yOffset"] = 0 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["displayAltPower"] = true - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["enable"] = true - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["height"] = 5 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["hideWhenEmpty"] = true - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["yOffset"] = -11 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["raidTargetIndicator"]["position"] = "CENTER" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["raidTargetIndicator"]["size"] = 30 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["raidTargetIndicator"]["xOffset"] = 0 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["title"]["format"] = "[guild]" - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["maxDuration"] = 0 - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["priority"] = "Blacklist,blockNoDuration,Personal,TurtleBuffs" - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["height"] = 12 - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["iconOffsetX"] = 5 - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["iconSize"] = 25 - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["numAuras"] = 8 - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["priority"] = - "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["size"] = 30 - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["yOffset"] = 15 - E.db["nameplates"]["units"]["PLAYER"]["health"]["height"] = 16 - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["fontOutline"] = "NONE" - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["fontSize"] = 10 - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["position"] = "BOTTOMRIGHT" - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["yOffset"] = 13 - E.db["nameplates"]["units"]["PLAYER"]["level"]["enable"] = true - E.db["nameplates"]["units"]["PLAYER"]["level"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["level"]["fontSize"] = 12 - E.db["nameplates"]["units"]["PLAYER"]["level"]["yOffset"] = 0 - E.db["nameplates"]["units"]["PLAYER"]["name"]["enable"] = true - E.db["nameplates"]["units"]["PLAYER"]["name"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["name"]["fontSize"] = 14 - E.db["nameplates"]["units"]["PLAYER"]["name"]["format"] = "[name:medium]" - E.db["nameplates"]["units"]["PLAYER"]["name"]["yOffset"] = 0 - E.db["nameplates"]["units"]["PLAYER"]["power"]["displayAltPower"] = true - E.db["nameplates"]["units"]["PLAYER"]["power"]["height"] = 5 - E.db["nameplates"]["units"]["PLAYER"]["power"]["hideWhenEmpty"] = true - E.db["nameplates"]["units"]["PLAYER"]["power"]["yOffset"] = -11 - E.db["nameplates"]["units"]["PLAYER"]["raidTargetIndicator"]["position"] = "CENTER" - E.db["nameplates"]["units"]["PLAYER"]["raidTargetIndicator"]["size"] = 30 - E.db["nameplates"]["units"]["PLAYER"]["raidTargetIndicator"]["xOffset"] = 0 - E.db["nameplates"]["units"]["PLAYER"]["title"]["format"] = "[guild]" - E.db["nameplates"]["units"]["TARGET"]["arrow"] = "Arrow11" - E.db["nameplates"]["units"]["TARGET"]["classpower"]["enable"] = true - E.db["nameplates"]["units"]["TARGET"]["classpower"]["height"] = 10 - E.db["nameplates"]["units"]["TARGET"]["classpower"]["yOffset"] = -18 - E.db["nameplates"]["units"]["TARGET"]["glowStyle"] = "style7" - elseif np_layout == "v2" then -- New Blizz Like Nameplates - E.db["nameplates"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["overlapH"] = 1 - E.db["nameplates"]["overlapV"] = 1.2 - E.db["nameplates"]["plateSize"]["enemyHeight"] = 10 - E.db["nameplates"]["plateSize"]["enemyWidth"] = 160 - E.db["nameplates"]["plateSize"]["friendlyWidth"] = 160 - E.db["nameplates"]["plateSize"]["personalWidth"] = 160 - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["anchorPoint"] = "TOPRIGHT" - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["attachTo"] = "DEBUFFS" - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["enable"] = false - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["growthX"] = "LEFT" - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["priority"] = "Blacklist,blockNoDuration,Personal,TurtleBuffs" - E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["size"] = 20 - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["castTimeFormat"] = "REMAININGMAX" - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["channelTimeFormat"] = "REMAININGMAX" - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["fontSize"] = 10 - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["height"] = 15 - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["hideTime"] = true - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["iconOffsetX"] = -1 - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["iconPosition"] = "LEFT" - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["iconSize"] = 15 - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["textPosition"] = "ONBAR" - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["textXOffset"] = 3 - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["width"] = 145 - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["xOffset"] = 8 - E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["yOffset"] = -15 - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["anchorPoint"] = "TOPLEFT" - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["growthX"] = "RIGHT" - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["numAuras"] = 6 - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["numRows"] = 2 - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["priority"] = - "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["size"] = 25 - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["spacing"] = 5 - E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["yOffset"] = 20 - E.db["nameplates"]["units"]["ENEMY_NPC"]["eliteIcon"]["enable"] = true - E.db["nameplates"]["units"]["ENEMY_NPC"]["eliteIcon"]["position"] = "LEFT" - E.db["nameplates"]["units"]["ENEMY_NPC"]["eliteIcon"]["xOffset"] = -5 - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["fontOutline"] = "Outline" - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["fontSize"] = 8 - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["format"] = "[health:current-percent:shortvalue]" - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["possition"] = "CENTER" - E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["fontSize"] = 12 - E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["format"] = "[difficultycolor][level]" - E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["parent"] = "Health" - E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["xOffset"] = 1 - E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["yOffset"] = 2 - E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["fontSize"] = 14 - E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["format"] = "[classcolor][name:medium]" - E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["parent"] = "Health" - E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["position"] = "CENTER" - E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["yOffset"] = 15 - E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["displayAltPower"] = true - E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["height"] = 5 - E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["hideWhenEmpty"] = true - E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["width"] = 151 - E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["yOffset"] = -11 - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["font"] = "Roboto-Black" - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["position"] = "LEFT" - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["size"] = 30 - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["textPosition"] = "TOP" - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["textXOffset"] = 0 - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["textYOffset"] = 5 - E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["xOffset"] = -3 - E.db["nameplates"]["units"]["ENEMY_NPC"]["raidTargetIndicator"]["size"] = 30 - E.db["nameplates"]["units"]["ENEMY_NPC"]["raidTargetIndicator"]["xOffset"] = -15 - E.db["nameplates"]["units"]["ENEMY_NPC"]["title"]["format"] = "[guild]" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["anchorPoint"] = "TOPRIGHT" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["attachTo"] = "DEBUFFS" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["enable"] = false - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["growthX"] = "LEFT" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["maxDuration"] = 0 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["priority"] = - "Blacklist,blockNoDuration,Personal,TurtleBuffs" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["size"] = 20 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["castTimeFormat"] = "REMAININGMAX" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["channelTimeFormat"] = "REMAININGMAX" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["fontSize"] = 10 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["height"] = 15 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["hideTime"] = true - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["iconOffsetX"] = -1 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["iconPosition"] = "LEFT" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["iconSize"] = 15 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["textPosition"] = "ONBAR" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["textXOffset"] = 3 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["width"] = 145 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["xOffset"] = 8 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["yOffset"] = -15 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["anchorPoint"] = "TOPLEFT" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["growthX"] = "RIGHT" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["numAuras"] = 6 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["numRows"] = 2 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["priority"] = - "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["size"] = 25 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["spacing"] = 5 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["yOffset"] = 20 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["fontOutline"] = "OUTLINE" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["fontSize"] = 8 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["format"] = "[health:current-percent:shortvalue]" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["possition"] = "CENTER" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["level"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["level"]["fontSize"] = 12 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["level"]["parent"] = "Health" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["level"]["xOffset"] = 1 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["level"]["yOffset"] = 2 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["fontSize"] = 14 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["format"] = "[classcolor][name:medium]" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["parent"] = "Health" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["position"] = "CENTER" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["yOffset"] = 15 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["displayAltPower"] = true - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["height"] = 5 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["hideWhenEmpty"] = true - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["width"] = 151 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["yOffset"] = -11 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["raidTargetIndicator"]["size"] = 30 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["raidTargetIndicator"]["xOffset"] = -15 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["title"]["format"] = "[guild]" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["buffs"]["anchorPoint"] = "TOPRIGHT" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["buffs"]["attachTo"] = "DEBUFFS" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["buffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["buffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["buffs"]["enable"] = false - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["buffs"]["growthX"] = "LEFT" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["buffs"]["size"] = 20 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["castTimeFormat"] = "REMAININGMAX" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["channelTimeFormat"] = "REMAININGMAX" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["fontSize"] = 10 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["height"] = 15 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["hideTime"] = true - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["iconOffsetX"] = -1 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["iconPosition"] = "LEFT" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["iconSize"] = 15 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["textPosition"] = "ONBAR" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["textXOffset"] = 3 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["width"] = 145 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["xOffset"] = 8 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["yOffset"] = -15 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["anchorPoint"] = "TOPLEFT" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["growthX"] = "RIGHT" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["numAuras"] = 6 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["numRows"] = 2 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["priority"] = - "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["size"] = 25 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["spacing"] = 5 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["yOffset"] = 20 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["eliteIcon"]["enable"] = true - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["eliteIcon"]["position"] = "LEFT" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["eliteIcon"]["xOffset"] = -5 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["fontOutline"] = "OUTLINE" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["fontSize"] = 8 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["format"] = "[health:current-percent:shortvalue]" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["possition"] = "CENTER" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["fontSize"] = 12 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["format"] = "[difficultycolor][level]" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["parent"] = "Health" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["xOffset"] = 1 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["yOffset"] = 2 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["fontSize"] = 14 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["format"] = "[classcolor][name:medium]" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["parent"] = "Health" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["position"] = "CENTER" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["yOffset"] = 15 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["nameOnly"] = false - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["displayAltPower"] = true - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["height"] = 5 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["hideWhenEmpty"] = true - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["width"] = 151 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["yOffset"] = -11 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["font"] = "Roboto-Black" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["position"] = "LEFT" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["size"] = 30 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["textPosition"] = "TOP" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["textXOffset"] = 0 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["textYOffset"] = 5 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["xOffset"] = -3 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["raidTargetIndicator"]["size"] = 30 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["raidTargetIndicator"]["xOffset"] = -15 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["title"]["format"] = "[guild]" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["buffs"]["anchorPoint"] = "TOPRIGHT" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["buffs"]["attachTo"] = "DEBUFFS" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["buffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["buffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["buffs"]["enable"] = false - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["buffs"]["growthX"] = "LEFT" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["buffs"]["size"] = 20 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["castTimeFormat"] = "REMAININGMAX" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["channelTimeFormat"] = "REMAININGMAX" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["fontSize"] = 10 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["height"] = 15 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["hideTime"] = true - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["iconOffsetX"] = -1 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["iconPosition"] = "LEFT" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["iconSize"] = 15 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["textPosition"] = "ONBAR" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["textXOffset"] = 3 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["width"] = 145 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["xOffset"] = 8 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["yOffset"] = -15 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["anchorPoint"] = "TOPLEFT" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["growthX"] = "RIGHT" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["numAuras"] = 6 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["numRows"] = 2 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["priority"] = - "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["size"] = 25 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["spacing"] = 5 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["yOffset"] = 20 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["fontOutline"] = "OUTLINE" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["fontSize"] = 8 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["format"] = - "[health:current-percent:shortvalue]" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["possition"] = "CENTER" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["fontSize"] = 12 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["parent"] = "Health" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["xOffset"] = 1 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["yOffset"] = 2 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["fontSize"] = 14 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["format"] = "[classcolor][name:medium]" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["parent"] = "Health" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["position"] = "CENTER" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["yOffset"] = 15 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["displayAltPower"] = true - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["height"] = 5 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["hideWhenEmpty"] = true - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["width"] = 151 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["yOffset"] = -11 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["raidTargetIndicator"]["size"] = 30 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["raidTargetIndicator"]["xOffset"] = -15 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["title"]["format"] = "[guild]" - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["anchorPoint"] = "TOPRIGHT" - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["attachTo"] = "DEBUFFS" - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["enable"] = false - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["growthX"] = "LEFT" - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["maxDuration"] = 0 - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["priority"] = "Blacklist,blockNoDuration,Personal,TurtleBuffs" - E.db["nameplates"]["units"]["PLAYER"]["buffs"]["size"] = 20 - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["castTimeFormat"] = "REMAININGMAX" - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["channelTimeFormat"] = "REMAININGMAX" - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["fontSize"] = 10 - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["height"] = 15 - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["hideTime"] = true - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["iconOffsetX"] = -1 - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["iconPosition"] = "LEFT" - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["iconSize"] = 15 - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["textPosition"] = "ONBAR" - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["textXOffset"] = 3 - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["width"] = 145 - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["xOffset"] = 8 - E.db["nameplates"]["units"]["PLAYER"]["castbar"]["yOffset"] = -15 - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["anchorPoint"] = "TOPLEFT" - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["countFont"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["countFontOutline"] = "NONE" - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["growthX"] = "RIGHT" - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["numAuras"] = 6 - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["numRows"] = 2 - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["priority"] = - "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["size"] = 25 - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["spacing"] = 5 - E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["yOffset"] = 20 - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["fontOutline"] = "OUTLINE" - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["fontSize"] = 8 - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["format"] = "[health:current-percent:shortvalue]" - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["possition"] = "CENTER" - E.db["nameplates"]["units"]["PLAYER"]["level"]["enable"] = true - E.db["nameplates"]["units"]["PLAYER"]["level"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["level"]["fontSize"] = 12 - E.db["nameplates"]["units"]["PLAYER"]["level"]["parent"] = "Health" - E.db["nameplates"]["units"]["PLAYER"]["level"]["xOffset"] = 1 - E.db["nameplates"]["units"]["PLAYER"]["level"]["yOffset"] = 2 - E.db["nameplates"]["units"]["PLAYER"]["name"]["enable"] = true - E.db["nameplates"]["units"]["PLAYER"]["name"]["font"] = "Poppins-SemiBold" - E.db["nameplates"]["units"]["PLAYER"]["name"]["fontSize"] = 14 - E.db["nameplates"]["units"]["PLAYER"]["name"]["format"] = "[classcolor][name:medium]" - E.db["nameplates"]["units"]["PLAYER"]["name"]["parent"] = "Health" - E.db["nameplates"]["units"]["PLAYER"]["name"]["position"] = "CENTER" - E.db["nameplates"]["units"]["PLAYER"]["name"]["yOffset"] = 15 - E.db["nameplates"]["units"]["PLAYER"]["power"]["displayAltPower"] = true - E.db["nameplates"]["units"]["PLAYER"]["power"]["enable"] = false - E.db["nameplates"]["units"]["PLAYER"]["power"]["height"] = 5 - E.db["nameplates"]["units"]["PLAYER"]["power"]["hideWhenEmpty"] = true - E.db["nameplates"]["units"]["PLAYER"]["power"]["width"] = 151 - E.db["nameplates"]["units"]["PLAYER"]["power"]["yOffset"] = -11 - E.db["nameplates"]["units"]["PLAYER"]["raidTargetIndicator"]["size"] = 30 - E.db["nameplates"]["units"]["PLAYER"]["raidTargetIndicator"]["xOffset"] = -15 - E.db["nameplates"]["units"]["PLAYER"]["title"]["format"] = "[guild]" - E.db["nameplates"]["units"]["TARGET"]["arrow"] = "ArrowUp" - E.db["nameplates"]["units"]["TARGET"]["arrowScale"] = 0.7 - E.db["nameplates"]["units"]["TARGET"]["arrowSpacing"] = 15 - E.db["nameplates"]["units"]["TARGET"]["glowStyle"] = "style3" - -- Height - E.db["nameplates"]["units"]["PLAYER"]["health"]["height"] = 10 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["height"] = 10 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["height"] = 10 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["height"] = 10 - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["height"] = 10 - -- Globals for BlizzLike - if E.Retail then -- Retail - E.global["nameplates"]["filters"]["ElvUI_Incorporeal"]["actions"]["texture"]["enable"] = true - E.global["nameplates"]["filters"]["ElvUI_Incorporeal"]["actions"]["texture"]["texture"] = "Details Flat" - end - E.global["nameplates"]["filters"]["ElvUI_NonTarget"]["actions"]["alpha"] = 90 - E.global["nameplates"]["filters"]["ElvUI_NonTarget"]["actions"]["texture"]["enable"] = true - E.global["nameplates"]["filters"]["ElvUI_NonTarget"]["actions"]["texture"]["texture"] = "ElvUI Norm" - E.global["nameplates"]["filters"]["ElvUI_Target"]["actions"]["alpha"] = 100 - E.global["nameplates"]["filters"]["ElvUI_Target"]["actions"]["color"]["border"] = true - E.global["nameplates"]["filters"]["ElvUI_Target"]["actions"]["scale"] = 1 - E.global["nameplates"]["filters"]["ElvUI_Target"]["actions"]["texture"]["enable"] = true - E.global["nameplates"]["filters"]["ElvUI_Target"]["actions"]["texture"]["texture"] = "ElvUI Norm" - - E.db["nameplates"]["units"]["PLAYER"]["classpower"]["classColor"] = true - E.db["nameplates"]["units"]["PLAYER"]["classpower"]["height"] = 15 - E.db["nameplates"]["units"]["TARGET"]["classpower"]["enable"] = true - E.db["nameplates"]["units"]["TARGET"]["classpower"]["height"] = 15 - E.db["nameplates"]["units"]["TARGET"]["classpower"]["width"] = 140 - E.db["nameplates"]["units"]["TARGET"]["classpower"]["yOffset"] = -5 - end + E.db["nameplates"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["smoothbars"] = true + E.db["nameplates"]["threat"]["indicator"] = true + E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["countFont"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["countFontOutline"] = "NONE" + E.db["nameplates"]["units"]["ENEMY_NPC"]["buffs"]["priority"] = "Blacklist,blockNoDuration,Personal,TurtleBuffs" + E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["height"] = 12 + E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["iconOffsetX"] = 5 + E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["iconSize"] = 25 + E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["yOffset"] = -20 + E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["countFont"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["countFontOutline"] = "NONE" + E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["numAuras"] = 8 + E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["priority"] = + "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" + E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["size"] = 30 + E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["yOffset"] = 15 + E.db["nameplates"]["units"]["ENEMY_NPC"]["eliteIcon"]["enable"] = true + E.db["nameplates"]["units"]["ENEMY_NPC"]["eliteIcon"]["xOffset"] = 0 + E.db["nameplates"]["units"]["ENEMY_NPC"]["eliteIcon"]["yOffset"] = 20 + E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["height"] = 16 + E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["fontOutline"] = "NONE" + E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["fontSize"] = 10 + E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["format"] = "" + E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["parent"] = "Health" + E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["position"] = "BOTTOMRIGHT" + E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["yOffset"] = 13 + E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["fontSize"] = 12 + E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["format"] = "[difficultycolor][level]" + E.db["nameplates"]["units"]["ENEMY_NPC"]["level"]["yOffset"] = 0 + E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["fontSize"] = 14 + E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["format"] = "[name:medium]" + E.db["nameplates"]["units"]["ENEMY_NPC"]["name"]["yOffset"] = 0 + E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["displayAltPower"] = true + E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["enable"] = true + E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["height"] = 5 + E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["hideWhenEmpty"] = true + E.db["nameplates"]["units"]["ENEMY_NPC"]["power"]["yOffset"] = -11 + E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["fontOutline"] = "THICKOUTLINE" + E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["position"] = "CENTER" + E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["spacing"] = 0 + E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["textPosition"] = "LEFT" + E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["textXOffset"] = 0 + E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["textYOffset"] = 0 + E.db["nameplates"]["units"]["ENEMY_NPC"]["questIcon"]["yOffset"] = -8 + E.db["nameplates"]["units"]["ENEMY_NPC"]["raidTargetIndicator"]["position"] = "CENTER" + E.db["nameplates"]["units"]["ENEMY_NPC"]["raidTargetIndicator"]["size"] = 30 + E.db["nameplates"]["units"]["ENEMY_NPC"]["raidTargetIndicator"]["xOffset"] = 0 + E.db["nameplates"]["units"]["ENEMY_NPC"]["title"]["format"] = "[guild]" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["countFont"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["countFontOutline"] = "NONE" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["maxDuration"] = 0 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["buffs"]["priority"] = "Blacklist,blockNoDuration,Personal,TurtleBuffs" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["height"] = 12 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["iconOffsetX"] = 5 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["iconSize"] = 25 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["castbar"]["yOffset"] = -20 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["countFont"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["countFontOutline"] = "NONE" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["numAuras"] = 8 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["priority"] = + "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["size"] = 30 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["debuffs"]["yOffset"] = 15 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["height"] = 16 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["fontOutline"] = "NONE" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["fontSize"] = 10 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["format"] = "" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["parent"] = "Health" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["position"] = "BOTTOMRIGHT" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["yOffset"] = 13 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["level"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["level"]["fontSize"] = 12 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["level"]["yOffset"] = 0 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["fontSize"] = 14 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["format"] = "[name:medium]" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["name"]["yOffset"] = 0 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["portrait"]["enable"] = true + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["portrait"]["position"] = "LEFT" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["portrait"]["xOffset"] = 0 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["portrait"]["yOffset"] = 0 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["displayAltPower"] = true + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["enable"] = true + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["height"] = 5 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["hideWhenEmpty"] = true + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["power"]["yOffset"] = -11 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["raidTargetIndicator"]["position"] = "CENTER" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["raidTargetIndicator"]["size"] = 30 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["raidTargetIndicator"]["xOffset"] = 0 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["title"]["format"] = "[guild]" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["buffs"]["countFont"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["buffs"]["countFontOutline"] = "NONE" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["height"] = 12 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["iconOffsetX"] = 5 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["iconSize"] = 25 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["castbar"]["yOffset"] = -20 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["countFont"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["countFontOutline"] = "NONE" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["numAuras"] = 8 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["priority"] = + "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["size"] = 30 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["debuffs"]["yOffset"] = 15 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["eliteIcon"]["enable"] = true + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["eliteIcon"]["xOffset"] = 0 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["eliteIcon"]["yOffset"] = 20 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["height"] = 16 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["fontOutline"] = "NONE" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["fontSize"] = 10 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["parent"] = "Health" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["position"] = "BOTTOMRIGHT" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["yOffset"] = 13 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["fontSize"] = 12 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["format"] = "[difficultycolor][level]" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["yOffset"] = 0 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["fontSize"] = 14 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["format"] = "[name:medium]" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["name"]["yOffset"] = 0 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["nameOnly"] = false + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["displayAltPower"] = true + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["enable"] = true + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["height"] = 5 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["hideWhenEmpty"] = true + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["power"]["yOffset"] = -11 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["fontOutline"] = "THICKOUTLINE" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["position"] = "CENTER" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["spacing"] = 0 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["textPosition"] = "LEFT" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["textXOffset"] = 0 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["textYOffset"] = 0 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["questIcon"]["yOffset"] = -8 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["raidTargetIndicator"]["position"] = "CENTER" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["raidTargetIndicator"]["size"] = 30 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["raidTargetIndicator"]["xOffset"] = 0 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["title"]["format"] = "[guild]" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["buffs"]["countFont"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["buffs"]["countFontOutline"] = "NONE" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["height"] = 12 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["iconOffsetX"] = 5 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["iconSize"] = 25 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["castbar"]["yOffset"] = -20 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["countFont"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["countFontOutline"] = "NONE" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["numAuras"] = 8 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["priority"] = + "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["size"] = 30 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["debuffs"]["yOffset"] = 15 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["height"] = 16 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["fontOutline"] = "NONE" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["fontSize"] = 10 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["parent"] = "Health" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["position"] = "BOTTOMRIGHT" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["yOffset"] = 13 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["fontSize"] = 12 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["yOffset"] = 0 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["fontSize"] = 14 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["format"] = "[name:medium]" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["name"]["yOffset"] = 0 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["displayAltPower"] = true + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["enable"] = true + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["height"] = 5 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["hideWhenEmpty"] = true + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["power"]["yOffset"] = -11 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["raidTargetIndicator"]["position"] = "CENTER" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["raidTargetIndicator"]["size"] = 30 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["raidTargetIndicator"]["xOffset"] = 0 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["title"]["format"] = "[guild]" + E.db["nameplates"]["units"]["PLAYER"]["buffs"]["countFont"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["PLAYER"]["buffs"]["countFontOutline"] = "NONE" + E.db["nameplates"]["units"]["PLAYER"]["buffs"]["maxDuration"] = 0 + E.db["nameplates"]["units"]["PLAYER"]["buffs"]["priority"] = "Blacklist,blockNoDuration,Personal,TurtleBuffs" + E.db["nameplates"]["units"]["PLAYER"]["castbar"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["PLAYER"]["castbar"]["height"] = 12 + E.db["nameplates"]["units"]["PLAYER"]["castbar"]["iconOffsetX"] = 5 + E.db["nameplates"]["units"]["PLAYER"]["castbar"]["iconSize"] = 25 + E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["countFont"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["countFontOutline"] = "NONE" + E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["numAuras"] = 8 + E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["priority"] = + "Blacklist,Dispellable,blockNoDuration,Personal,Boss,CCDebuffs" + E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["size"] = 30 + E.db["nameplates"]["units"]["PLAYER"]["debuffs"]["yOffset"] = 15 + E.db["nameplates"]["units"]["PLAYER"]["health"]["height"] = 16 + E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["fontOutline"] = "NONE" + E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["fontSize"] = 10 + E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["parent"] = "Health" + E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["position"] = "BOTTOMRIGHT" + E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["yOffset"] = 13 + E.db["nameplates"]["units"]["PLAYER"]["level"]["enable"] = true + E.db["nameplates"]["units"]["PLAYER"]["level"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["PLAYER"]["level"]["fontSize"] = 12 + E.db["nameplates"]["units"]["PLAYER"]["level"]["yOffset"] = 0 + E.db["nameplates"]["units"]["PLAYER"]["name"]["enable"] = true + E.db["nameplates"]["units"]["PLAYER"]["name"]["font"] = "Poppins-SemiBold" + E.db["nameplates"]["units"]["PLAYER"]["name"]["fontSize"] = 14 + E.db["nameplates"]["units"]["PLAYER"]["name"]["format"] = "[name:medium]" + E.db["nameplates"]["units"]["PLAYER"]["name"]["yOffset"] = 0 + E.db["nameplates"]["units"]["PLAYER"]["power"]["displayAltPower"] = true + E.db["nameplates"]["units"]["PLAYER"]["power"]["height"] = 5 + E.db["nameplates"]["units"]["PLAYER"]["power"]["hideWhenEmpty"] = true + E.db["nameplates"]["units"]["PLAYER"]["power"]["yOffset"] = -11 + E.db["nameplates"]["units"]["PLAYER"]["raidTargetIndicator"]["position"] = "CENTER" + E.db["nameplates"]["units"]["PLAYER"]["raidTargetIndicator"]["size"] = 30 + E.db["nameplates"]["units"]["PLAYER"]["raidTargetIndicator"]["xOffset"] = 0 + E.db["nameplates"]["units"]["PLAYER"]["title"]["format"] = "[guild]" + E.db["nameplates"]["units"]["TARGET"]["arrow"] = "Arrow11" + E.db["nameplates"]["units"]["TARGET"]["classpower"]["enable"] = true + E.db["nameplates"]["units"]["TARGET"]["classpower"]["height"] = 10 + E.db["nameplates"]["units"]["TARGET"]["classpower"]["yOffset"] = -18 + E.db["nameplates"]["units"]["TARGET"]["glowStyle"] = "style7" end