Feat: added customizable unit frame health text and support for non-mana resource tracking

This commit is contained in:
Bluewhale1337
2026-07-10 17:08:50 +02:00
parent 7eb07d724e
commit becb2ddfdb
7 changed files with 137 additions and 11 deletions
+3
View File
@@ -25,6 +25,7 @@ HealBot_ConfigDefaults = {
HideOptions = 0,
HideAbort = 1,
ShowTooltip = 1,
ShowHealthText = 0,
GrowUpwards = 0,
ProtectPvP = 1,
QualityRange = 0,
@@ -172,7 +173,9 @@ HealBot_ConfigDefaults = {
},
},
EnableHealthy = 0,
ShowNonManaBars = 0,
ActionVisible = 0,
ActionMouseover = 1,
CDCLeftText = {[HEALBOT_PRIEST]="None", [HEALBOT_SHAMAN]="None", [HEALBOT_DRUID]="None", [HEALBOT_PALADIN]="None",},
CDCRightText = {[HEALBOT_PRIEST]="None", [HEALBOT_SHAMAN]="None", [HEALBOT_DRUID]="None", [HEALBOT_PALADIN]="None",},
Current_Skin = "Modern Flat",