Hi,
I'm creating a weakaura for Roll the Bones where I want to have conditions that react to combinations of auras.
The different aura ids are 199600, 193359, 199603, 193356, 193357, 193358.
One condition is this:
If I have exactly 2 clones and they have spellId == 199600 and 193358 - then desaturate and turn down alpha.
If I have exactly 1 clone and it is not 193356 - then desaturate and turn down alpha.
Currently I have 2 variants of this I am working on. One trigger based WA that uses a default trigger with 6 aura ids and one big condition. The other one I am trying out is a watched trigger where I thought maybe I would solve the conditions in code, but i don't think that'll work.
Any tips greatly appreciated.