An "Automatic Progress Value" option for Min/Max progress
Causese opened this issue ยท 1 comments
Is your feature request related to a problem? Please describe.
It's frustrating that i can't set max/min progress via TSU (dynamically)
- once i wanted to make a bar appear as full when boss has >0 energy and <50, once he reached 50, i wanted it to make 75 appear as full (e.g set min to 50 and set max to 75) etc.
- i wanted to set max progress equal to a bosses absorb shield, either with UNIT_AURA (tooltip value) or UNIT_ABSORB_AMOUNT_CHANGED but there's no way to do it
Describe the solution you'd like
Basically an "Automatic Progress Value" option in Display, similar to "Automatic Icon".
And then introducing:
minProgress
maxProgress
in TSUs
e.g making it Automatic Progress Value by default and if you untick it, then set min / max shows?
Describe alternatives you've considered
overwriting data?
Additional context
Add any other context or screenshots about the feature request here.