Dropped SpellStatus. Third alpha stage applies to nonempty bars as well now.

This commit is contained in:
iceroth
2006-08-18 16:29:06 +00:00
parent 8a1f84390a
commit b024be5d8a
6 changed files with 84 additions and 192 deletions

View File

@ -120,8 +120,8 @@ IceHUD.options =
alphaTarget = {
type = 'range',
name = 'Alpha OOC and Target',
desc = 'Bar alpha Out Of Combat with target accuired',
name = 'Alpha OOC and Target or not Full',
desc = 'Bar alpha Out Of Combat with target accuired or bar not full',
get = function()
return IceHUD.IceCore:GetAlpha("Target")
end,
@ -180,8 +180,8 @@ IceHUD.options =
alphaTargetbg = {
type = 'range',
name = 'BG Alpha OOC and Target',
desc = 'Background alpha for bars OOC and target accuired',
name = 'BG Alpha OOC and Target or not Full',
desc = 'Background alpha for bars OOC and target accuired or bar not full',
get = function()
return IceHUD.IceCore:GetAlphaBG("Target")
end,