Add GCD to "is on cooldown" for conditions.
cdanek opened this issue ยท 2 comments
For spells that are not on cooldown but ARE on GCD, the condition: ("On Cooldown" = True) is false (and in my opinion, should be true).
This could likely be solved one of two ways, depending on how you think "on cooldown" should work:
- Add a boolean for is on GCD to the "on cooldown" check, or
- Add a conditional for "is on GCD"
I disagree that it should be true when GCD is selected but it's not on CD and maybe instead should either have a Trigger option for On GCD or a global condition for GCD.
EDIT: Oops that was your number 2. I prefer that one.