Add absorbs, heal absorbs (#90)
* HealComm - Absorb, HealAbsorb * HealComm - Unify all bars
This commit is contained in:
@@ -541,6 +541,10 @@ P.nameplates = {
|
||||
healPrediction = {
|
||||
personal = {r = 0, g = 1, b = 0.5, a = 0.25},
|
||||
others = {r = 0, g = 1, b = 0, a = 0.25},
|
||||
absorbs = {r = 1, g = 1, b = 1, a = 0.35},
|
||||
healAbsorbs = {r = 1, g = 0, b = 0, a = 0.35},
|
||||
overflowHeals = false,
|
||||
overflowAbsorbs = false,
|
||||
},
|
||||
threat = {
|
||||
goodColor = {r = 0.20, g = 0.71, b = 0.00},
|
||||
@@ -1107,7 +1111,11 @@ P.unitframe = {
|
||||
healPrediction = {
|
||||
personal = {r = 0, g = 1, b = 0.5, a = 0.25},
|
||||
others = {r = 0, g = 1, b = 0, a = 0.25},
|
||||
maxOverflow = 0
|
||||
absorbs = {r = 1, g = 1, b = 1, a = 0.35},
|
||||
healAbsorbs = {r = 1, g = 0, b = 0, a = 0.35},
|
||||
maxOverflow = 0,
|
||||
overflowHeals = false,
|
||||
overflowAbsorbs = false,
|
||||
},
|
||||
classResources = {
|
||||
comboPoints = {
|
||||
|
||||
Reference in New Issue
Block a user