Hi there, i also reported the missplay in the bot itself.
When startig with a coin and the Quest and a 1-cost murloc (for example Sludge Slurper)
Bot always plays: 1.) Sludge Slurper -> 2.) Coin -> 3.) Unite the Murloc quest
Whatever i set als "inHandPlayPriority", "InHandBonus" or "BeforePlayCardBonus", it changes nothing...
Quote:{
"GameCardId":"UNG_942",
"ConfigComment":"Unite the Murloc Quest",
"InHandPlayPriority":
{
"values":
[
{
"comment":"play this card as early as possible.",
"condition": "*",
"value":"2000",
}
],
},
"BeforePlayCardBonus":
{
"values":
[
{
"comment":"play this card as early as possible.",
"condition": "*",
"value":"2000",
}
],
},
"InHandBonus":
{
"values":
[
{
"comment":"play this card as early as possible.",
"condition": "*",
"value":"2000",
}
],
},
}
Am i doing it wrong? What is the problem?