Also, what happens if you wanted to put two "BeforePlayCardBonus" strings in a row? Do you lump them together like this?
"BeforeCardPlayBonus":
{
"values":
[
{
"comment":"If hero is rogue, mage, paladin, or hunter, do not play unless secret is in place.",
"condition":"opp_hero(count(), hero_class=hunter | mage | paladin | rogue | hunter) > 0",
"value":"0",
}
"comment":"If enemy secret in play, give large bonus.",
"condition":"opp_secret(count(), DON'T KNOW WHAT TO PUT HERE > 0",
"value":"0",
}
],
},