@JoyAdmin
I would also like to know how the filter decktype works seem it might be helpful streamlining my code like. Against control I use this follwingt condition, but these classes also can be other playstyle!
"condition": "opp_hero(count(), hero_class=Warrior | Mage | Priest) > 0",
but if this could be used instead:
"condition": "opp_hero(count(), decktype=Control) > 0",
Would be far better :)