You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A token with a reduced opacity will normally show any bars at the bar's configured opacity. But as soon as a state is set on the token, the bar also incorporates the token opacity.
To Reproduce
Start a new campaign.
Add a token to the map.
Set the token's opacity to 50%.
Give the token the default "Health" bar. Notice the bar is opaque.
Give the token the "Dead" state. Notice the bar is no longer opaque.
Expected Behaviour
Bars are always shown at their configured opacity regardless of the token's opacity.
OR
Bars always take the token's opacity into account.