[CF 1356] Cooldown/Debuff/Buff comparison with Variable GCD & Fractional Spell Charges
tmw-issue-import opened this issue ยท 1 comments
Hello,
As a Retribution Paladin my Global Cooldown (from here on called GCD) is very variable. For my char it varies from 1.2 to 0.4 seconds depending on buffs infight.
I have many TMW checks in place where i want to compare Buff Durations or remaining cooldowns on spells with my GCD. As there is no such feature implemented in TMW where you can compare a Buff or Debuff with a variable value like that I have no other choice than comparing with fixed values (in my case 1.2 sec.).
In order to enable much more precise TMW configurations I suggest a function for variable Buff/Debuff/Spell Cooldown comparison where you could do something like:
If "Cooldown/Buff/Debuff X" < 2* current GCD
So it should be also possible to use arithmetical expressions with those Variables.
My second suggestion would be to expand the possibilities of the already implemented Spell Charge feature in order to check for fractional spellcharges, e.g.:
Spellcharges Crusader Strike <= 1.33
It is possible to create a workaround with the existing tmw functionality, but this implementation would make it much easier.
Thanks for reading.
Posted by CurseForge user Zoddo13 | Imported from CurseForge issue #1356 | Raw