Is it possible to handle multiple cooldown timers in one and block? I'm trying to setup a timer for a trinket and a spell cooldown. Here's my code:
and not itemcd : Shards of Nothing and not cd : Shadowfiend
... fixed sbcol="0,0,1" : Shadowfiend
and not itemcd : Shards of Nothing
... fixed sbcol="0,1,0" : Shards of Nothing
and not cd : Shadowfiend
... fixed sbcol="0,1,0" Shadowfiend
itemcd : Shards of Nothing
cd : Shadowfiend
sort : minrem
Ideally, this would show me a blue Shadowfiend icon if both are up, green Shards of Nothing if my trinket is up, green Shadowfiend if Shadowfiend is up, or whichever cooldown is lower.
0
0
and not itemcd : Shards of Nothing and not cd : Shadowfiend
... fixed sbcol="0,0,1" : Shadowfiend
and not itemcd : Shards of Nothing
... fixed sbcol="0,1,0" : Shards of Nothing
and not cd : Shadowfiend
... fixed sbcol="0,1,0" Shadowfiend
itemcd : Shards of Nothing
cd : Shadowfiend
sort : minrem
Ideally, this would show me a blue Shadowfiend icon if both are up, green Shards of Nothing if my trinket is up, green Shadowfiend if Shadowfiend is up, or whichever cooldown is lower.
Thanks!