Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Bot didn't play a certain card
Kozata
#1 Posted : Wednesday, November 29, 2023 12:14:34 PM(UTC)
Rank: Newbie

Groups: Registered
Posts: 1

in my wild warlock game, bot can play flesh giant and molten just fine, but didn't play imprisoned horror (9 mana 5/5: cost (1) less for each damage taken on your turn) even at 0 mana + have board space
BlackOak1337
#2 Posted : Monday, September 2, 2024 3:15:11 AM(UTC)
BlackOak1337

Rank: Member

Groups: Registered
Posts: 29
Man
Location: United Kingdom

Thanks: 4 times
Was thanked: 22 time(s) in 16 post(s)
bump!
Still does that same, even with custom code it stll dosent play even though in search threads it shows a possitive value even if its the only card that can be played.

Code:
{
"GameCardId": "TTN_462",
"ConfigComment": "Card: Imprisoned Horror (TTN_462) v1.26 (02-Sep-24) by BlackOak1337",

"InHandPlayPriority": {
"values": [
     { "comment": "High priority when the cost is significantly reduced.",
"condition": "my_hero(count(), cost) < 1",
"value": "100.0"
},
{ "comment": "Bonus when the card is cheaper.",
"condition": "my_hero(count(), cost) <= 3",
"value": "10"
},
{ "comment": "Neutral bonus when cost is moderately reduced.",
"condition": "my_hero(count(), cost) > 3 AND my_hero(count(), cost) <= 5",
"value": "5"
},
{ "comment": "Default",
"condition": "*",
"value": "1"
}
]
}
}
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.027 seconds.