Skip to content

Commit

Permalink
Merge branch 'release/1.4.4' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobTaco committed Aug 19, 2024
2 parents 708d257 + 707d017 commit 333d65b
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 26 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion NoobTacoUI.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion modules/General.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 15 additions & 15 deletions modules/NamePlates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
14 changes: 8 additions & 6 deletions modules/UnitFrames/UnitframesPlayer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down
8 changes: 5 additions & 3 deletions modules/UnitFrames/UnitframesTarget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 333d65b

Please sign in to comment.