From 3ea980eca3db8b587c020c32abb313ca91713892 Mon Sep 17 00:00:00 2001 From: Mike Norton Date: Mon, 19 Aug 2024 10:16:59 -0700 Subject: [PATCH 1/4] Updated Player and Target health display --- modules/UnitFrames/UnitframesPlayer.lua | 14 ++++++++------ modules/UnitFrames/UnitframesTarget.lua | 8 +++++--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/modules/UnitFrames/UnitframesPlayer.lua b/modules/UnitFrames/UnitframesPlayer.lua index 76f6964..ef63818 100644 --- a/modules/UnitFrames/UnitframesPlayer.lua +++ b/modules/UnitFrames/UnitframesPlayer.lua @@ -44,15 +44,17 @@ function NoobTacoUI:UnitframePlayer() E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerName"]["fontOutline"] = "NONE" E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerName"]["enable"] = true E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerName"]["size"] = 13 + -- Updated 8-19-24 E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["attachTextTo"] = "Health" - E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["xOffset"] = -5 - E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["text_format"] = "[health:current-percent]" - E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["yOffset"] = 0 + E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["enable"] = true E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["font"] = "Exo2-Bold" - E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["justifyH"] = "RIGHT" E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["fontOutline"] = "NONE" - E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["enable"] = true - E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["size"] = 20 + E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["justifyH"] = "RIGHT" + E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["size"] = 15 + E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["text_format"] = "[health:current-percent:shortvalue]" + E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["xOffset"] = -5 + E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerHealth"]["yOffset"] = -5 + -- E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerPower"]["attachTextTo"] = "Power" E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerPower"]["xOffset"] = -5 E.db["unitframe"]["units"]["player"]["customTexts"]["PlayerPower"]["text_format"] = "[power:current]" diff --git a/modules/UnitFrames/UnitframesTarget.lua b/modules/UnitFrames/UnitframesTarget.lua index 498cf57..326e056 100644 --- a/modules/UnitFrames/UnitframesTarget.lua +++ b/modules/UnitFrames/UnitframesTarget.lua @@ -10,15 +10,17 @@ function NoobTacoUI:UnitframeTarget() E.db["unitframe"]["units"]["target"]["castbar"]["height"] = 30 E.db["unitframe"]["units"]["target"]["castbar"]["overlayOnFrame"] = "Power" E.db["unitframe"]["units"]["target"]["castbar"]["width"] = 200 + -- Updated 8-19-24 E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["attachTextTo"] = "Health" E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["enable"] = true E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["font"] = "Exo2-Bold" E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["fontOutline"] = "NONE" E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["justifyH"] = "LEFT" - E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["size"] = 20 - E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["text_format"] = "[health:current-percent]" + E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["size"] = 15 + E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["text_format"] = "[health:current-percent:shortvalue]" E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["xOffset"] = 5 - E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["yOffset"] = 0 + E.db["unitframe"]["units"]["target"]["customTexts"]["TargetHealth"]["yOffset"] = -10 + -- E.db["unitframe"]["units"]["target"]["customTexts"]["TargetLevel"]["attachTextTo"] = "Health" E.db["unitframe"]["units"]["target"]["customTexts"]["TargetLevel"]["enable"] = true E.db["unitframe"]["units"]["target"]["customTexts"]["TargetLevel"]["font"] = "Exo2-Bold" From 192ab2ab6e453705920068c4e177767c4fd48f80 Mon Sep 17 00:00:00 2001 From: Mike Norton Date: Mon, 19 Aug 2024 10:30:36 -0700 Subject: [PATCH 2/4] Updated the nameplate health text --- modules/NamePlates.lua | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/NamePlates.lua b/modules/NamePlates.lua index dfe0797..b2ce163 100644 --- a/modules/NamePlates.lua +++ b/modules/NamePlates.lua @@ -20,12 +20,12 @@ function NoobTacoUI:SetupNamePlates() E.db["nameplates"]["units"]["PLAYER"]["buffs"]["countFontOutline"] = "NONE" E.db["nameplates"]["units"]["PLAYER"]["health"]["height"] = 16 E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["font"] = "Exo2-Bold" - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["position"] = "TOPRIGHT" + E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["position"] = "CENTER" E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["fontOutline"] = "NONE" E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["format"] = "[health:current-percent-nostatus]" + E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["format"] = "[health:current-percent:shortvalue]" E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["fontSize"] = 10 - E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["yOffset"] = -14 + E.db["nameplates"]["units"]["PLAYER"]["health"]["text"]["yOffset"] = 0 if E.Classic then -- Classic E.db["nameplates"]["units"]["PLAYER"]["power"]["displayAltPower"] = false @@ -87,11 +87,11 @@ function NoobTacoUI:SetupNamePlates() E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["height"] = 16 E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["font"] = "Exo2-Bold" E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["fontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["position"] = "TOPRIGHT" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["position"] = "CENTER" E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["format"] = "[health:current-percent-nostatus]" + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["format"] = "[health:current-percent:shortvalue]" E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["fontSize"] = 10 - E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["yOffset"] = -14 + E.db["nameplates"]["units"]["FRIENDLY_NPC"]["health"]["text"]["yOffset"] = 0 E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["format"] = "[difficultycolor][level]" E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["fontSize"] = 12 E.db["nameplates"]["units"]["FRIENDLY_NPC"]["level"]["font"] = "Exo2-Bold" @@ -143,11 +143,11 @@ function NoobTacoUI:SetupNamePlates() E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["height"] = 16 E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["font"] = "Exo2-Bold" E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["fontOutline"] = "NONE" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["position"] = "TOPRIGHT" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["position"] = "CENTER" E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["format"] = "[health:current-percent-nostatus]" + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["format"] = "[health:current-percent:shortvalue]" E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["fontSize"] = 10 - E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["yOffset"] = -14 + E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["health"]["text"]["yOffset"] = 0 E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["fontSize"] = 12 E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["font"] = "Exo2-Bold" E.db["nameplates"]["units"]["FRIENDLY_PLAYER"]["level"]["yOffset"] = 0 @@ -196,11 +196,11 @@ function NoobTacoUI:SetupNamePlates() E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["height"] = 16 E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["font"] = "Exo2-Bold" E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["fontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["position"] = "TOPRIGHT" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["position"] = "CENTER" E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["format"] = "[health:current-percent-nostatus]" + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["format"] = "[health:current-percent:shortvalue]" E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["fontSize"] = 10 - E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["yOffset"] = -14 + E.db["nameplates"]["units"]["ENEMY_PLAYER"]["health"]["text"]["yOffset"] = 0 E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["countFont"] = "Exo2-SemiBold" E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["numAuras"] = 8 E.db["nameplates"]["units"]["ENEMY_NPC"]["debuffs"]["countFontOutline"] = "NONE" @@ -242,11 +242,11 @@ function NoobTacoUI:SetupNamePlates() E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["height"] = 16 E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["font"] = "Exo2-Bold" E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["fontOutline"] = "NONE" - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["position"] = "TOPRIGHT" + E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["position"] = "CENTER" E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["parent"] = "Health" - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["format"] = "[health:current-percent-nostatus]" + E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["format"] = "[health:current-percent:shortvalue]" E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["fontSize"] = 10 - E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["yOffset"] = -14 + E.db["nameplates"]["units"]["ENEMY_NPC"]["health"]["text"]["yOffset"] = 0 E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["font"] = "Exo2-SemiBold" E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["height"] = 12 E.db["nameplates"]["units"]["ENEMY_NPC"]["castbar"]["iconOffsetX"] = 5 From 9046f37244cdbb2465b243ed73ee3580b25b002e Mon Sep 17 00:00:00 2001 From: Mike Norton Date: Mon, 19 Aug 2024 10:51:15 -0700 Subject: [PATCH 3/4] Character sheet item level and gems update --- modules/General.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/General.lua b/modules/General.lua index b7aef1b..c042f05 100644 --- a/modules/General.lua +++ b/modules/General.lua @@ -14,7 +14,10 @@ function NoobTacoUI:SetupGeneral() E.private["general"]["nameplateFont"] = "Exo2-SemiBold" if E.Retail then -- Retail - E.db["general"]["itemLevel"]["itemLevelFont"] = "Exo2-Regular" + E.db["general"]["itemLevel"]["itemLevelFont"] = "Exo2-Bold" + E.db["general"]["itemLevel"]["itemLevelFontSize"] = 15 + E.db["general"]["itemLevel"]["totalLevelFont"] = "Exo2-Bold" + E.db["general"]["itemLevel"]["totalLevelFontSize"] = 20 E.db["general"]["altPowerBar"]["statusBarColor"]["b"] = 0.67450980392157 E.db["general"]["altPowerBar"]["statusBarColor"]["g"] = 0.50588235294118 E.db["general"]["altPowerBar"]["statusBarColor"]["r"] = 0.36862745098039 From 707d017ac1768108133c63c9c4cd6daccc17bcac Mon Sep 17 00:00:00 2001 From: Mike Norton Date: Mon, 19 Aug 2024 12:38:40 -0700 Subject: [PATCH 4/4] Updated for 1.4.4 --- CHANGELOG.md | 10 ++++++++++ NoobTacoUI.toc | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 608915a..858b5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.4.4] + +### Updated + +- Updated Player and Target health display +- Updated the nameplate health text +- Character sheet item level and gems update +- More TOC cleanup +- Updated the README file + ## [1.4.3] ### Updated diff --git a/NoobTacoUI.toc b/NoobTacoUI.toc index 64b959c..45fcb59 100644 --- a/NoobTacoUI.toc +++ b/NoobTacoUI.toc @@ -1,7 +1,7 @@ ## Interface: 11502,11503, 40400, 110000, 110002 ## Title: |cFF16C3F2NoobTaco|r|cFFFFFFFFUI|r ## Author: NoobTaco -## Version: 1.4.3 +## Version: 1.4.4 ## Notes: Contains layouts from NoobTacoUI ## RequiredDeps: ElvUI ## DefaultState: enabled