How do I disable the paladin hero power? Posted below is what I am using to try to block it, but it just ignores negative 10000, and plays one anyways.
{
"GameCardId":"HERO_04bp",
"ConfigComment":"Summon Recruit",
"BeforePlayCardBonus":
{
"values":
[
{
"comment":"Hero power has lowest priority as this a mech deck.",
"condition": "my_hand(count()) > 0",
"value":"-10000"
}
]
},
"BeforeUseHeroPowerBonus":
{
"values":
[
{
"comment":"Always use Order.",
"condition": "my_hand(count()) > 0",
"value":"-10000"
}
]
}
}