wanted to know if this would work as intended or it's just a mess :
{
"comment":"concede when Reno Jackson(LOE_011) is played, opponent has hp>=30 and you have no board",
"condition": "opp_played(count(),cardid=LOE_011)>0 AND my_minions(count(),minioncard=true)<=2 AND opp_hero(min(health)) >=30",
"value":"1",
}