@@ -555,9 +555,10 @@ local NP_Auras = {
555555
556556local NP_Health = {
557557 enable = true ,
558- healPrediction = true ,
559558 height = 10 ,
559+ healPrediction = true ,
560560 useClassColor = true ,
561+ smoothbars = false ,
561562 text = {
562563 enable = true ,
563564 format = ' [health:percent]' ,
@@ -573,6 +574,7 @@ local NP_Health = {
573574
574575local NP_Power = {
575576 enable = false ,
577+ smoothbars = false ,
576578 useClassColor = false ,
577579 hideWhenEmpty = false ,
578580 costPrediction = true ,
@@ -662,6 +664,7 @@ local NP_Castbar = {
662664 displayTarget = false ,
663665 hideSpellName = false ,
664666 hideTime = false ,
667+ smoothbars = false ,
665668 spellRename = true ,
666669 sourceInterrupt = true ,
667670 sourceInterruptClassColor = true ,
@@ -744,7 +747,6 @@ P.nameplates = {
744747 overlapV = 1.1 ,
745748 showEnemyCombat = ' DISABLED' ,
746749 showFriendlyCombat = ' DISABLED' ,
747- smoothbars = false ,
748750 statusbar = ' ElvUI Norm' ,
749751 thinBorders = true ,
750752 clickThrough = {
@@ -1097,6 +1099,7 @@ local TopAuras = {
10971099 sortMethod = ' TIME' ,
10981100 verticalSpacing = 16 ,
10991101 wrapAfter = 12 ,
1102+ smoothbars = false ,
11001103}
11011104
11021105-- Auras
@@ -1367,10 +1370,10 @@ local UF_DebuffHighlight = {
13671370}
13681371
13691372local UF_AuraBars = {
1373+ enable = true ,
13701374 anchorPoint = ' ABOVE' ,
13711375 attachTo = ' DEBUFFS' ,
13721376 detachedWidth = 270 ,
1373- enable = true ,
13741377 enemyAuraType = ' HARMFUL' ,
13751378 friendlyAuraType = ' HELPFUL' ,
13761379 height = 20 ,
@@ -1385,6 +1388,7 @@ local UF_AuraBars = {
13851388 clickThrough = false ,
13861389 reverseFill = false ,
13871390 abbrevName = false ,
1391+ smoothbars = false ,
13881392}
13891393
13901394local UF_AuraWatch = {
@@ -1437,6 +1441,7 @@ local UF_Castbar = {
14371441 insideInfoPanel = true ,
14381442 overlayOnFrame = ' None' ,
14391443 displayTarget = false ,
1444+ smoothbars = false ,
14401445 reverse = false ,
14411446 spark = true ,
14421447 textColor = {r = 0.84 , g = 0.75 , b = 0.65 , a = 1 },
@@ -1483,6 +1488,7 @@ local UF_Health = {
14831488 orientation = ' HORIZONTAL' ,
14841489 position = ' RIGHT' ,
14851490 reverseFill = false ,
1491+ smoothbars = false ,
14861492 text_format = ' ' ,
14871493 xOffset = - 2 ,
14881494 yOffset = 0 ,
@@ -1589,6 +1595,7 @@ local UF_Power = {
15891595 width = ' fill' ,
15901596 xOffset = 2 ,
15911597 yOffset = 0 ,
1598+ smoothbars = false ,
15921599 displayAltPower = false ,
15931600 strataAndLevel = CopyTable (UF_StrataAndLevel ),
15941601 useAtlas = false ,
@@ -1716,6 +1723,7 @@ local UF_ClassBar = {
17161723 fill = ' fill' ,
17171724 height = 10 ,
17181725 autoHide = false ,
1726+ smoothbars = false ,
17191727 sortDirection = ' asc' ,
17201728 altPowerColor = { r = 0.2 , g = 0.4 , b = 0.8 },
17211729 altPowerTextFormat = E .Retail and ' [altpower:current]' or ' ' ,
@@ -1736,7 +1744,6 @@ UF_PrivateAuras.duration.enable = false
17361744
17371745-- UnitFrame
17381746P .unitframe = {
1739- smoothbars = false ,
17401747 statusbar = ' ElvUI Norm' ,
17411748 font = ' Homespun' ,
17421749 fontSize = 10 ,
0 commit comments