Hi.
I didn't know in which forum I should post this, if I chose wrong one, please transfer it to the proper one.
I've tried to make config for Combo Priest, but I'm failing at the very beginning. I wanted to prevent bot from buffing minions with less than 5 health with Divine Spirit. I've used something like that:
{
"comment": "",
"condition": "my_target(count(), health) <= 4",
"value": "-1000",
},
But it is not working, bot doesn't want to buff minion even if it has 5 or more health. In log there can be seen that it gives DS -1000 bonus all the time. "my_target(count(), health <= 4) > 0" has the same effect.
What am I doing wrong?
If someone want to test it, you can download review and config for DS from there:
https://www.dropbox.com/...P2Ov4ap-6VYGta2q5a?dl=0
Just check turn 4 and recalculate, there is Tar Creeper with 5 health, so using DS on it should have got positive value, but it has -1000 or close to it.