I'm writing out the config files for a zoo deck. I'd like some help with two issues:
What do I write for EVIL Genius to specifically be played if scarab egg is on the field? The bot is very reluctant to play the card at all.
I'm also trying to get a mulligan rule for Sea Giant, and I'm not getting why Hearthranger doesn't like it:
{
"comment": "keep Sea Giant if the other cards in your hand are one drops and you have coin",
"mulligan":"DROP1 + EX1_586",
"condition": "coin AND my_hand(sum(cost)) == 13",
"value":"hold",
}
,
It feels that Hearthranger REALLY doesn't like Sea Giant's ID tag, since when I switched out the condition to just "*" and got rid of DROP1, it still threw a hissy fit.