What am I doing wrong?? the bot will only play it sometimes and mainly when I have 2 in hand. I have seen it keep for 6 turns with a zero cast cost. Help!
{ "GameCardId": "TTN_462",
"ConfigComment": "Card: Imprisoned Horror (TTN_462) v1.20 (25-Aug-24) by BlackOak1337",
"InHandPlayPriority": {
"values": [
{ "comment":"Play Imprisoned Horror immediately when its cost is 0 (free).",
"condition":"my_hand(count(), cardid=TTN_462, cost==0)>0",
"value":"10000"
},
{ "comment":"Default",
"condition":"*",
"value":"1.3"
}
]
},
"BeforePlayCardBonus": {
"values": [
{ "comment":"Play Imprisoned Horror immediately when its cost is 0 (free).",
"condition":"my_hand(count(), cardid=TTN_462, cost==0)>0",
"value":"10000"
},
{ "comment":"Default",
"condition":"*",
"value":"1"
}
]
}
}