I have an issue when bot is playing death knight.
It spams hero power too much, it prioritize using hero power and usually ignores playing cards from hand.
I did some changes in the GlobalValues.json from the CustomConfig -> default folder:
-FirstTurnValueWeight - value I put it to 0.1
-other than that I created another field there like this:
"BeforeUseHeroPowerBonus":
{
"values":
[
{
"condition": "my_hand(count()) > 0",
"value": "-20000"
}
],
},
but it seems to have little effect
Can somebody help me do some changes so it stops abusing hero power and starts playing cards from the hand ?