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

Notification

Icon
Error

BeforePlayCardBonus Help
mixarms
#1 Posted : Thursday, April 19, 2018 7:11:46 AM(UTC)

Rank: Advanced Member

Groups: Registered
Posts: 57
Location: Brazil

Thanks: 7 times
Was thanked: 17 time(s) in 7 post(s)
I want the bot to use Divine Favor (EX1_349) if it will draw at least one card, and have nothing else to play and has the 3 mana left, or even more mana since there's nothing to play

For example, I have only Divine Favor on my hand at turn 5, my opp has 1 card.

With the actual config I'm using:

Quote:

{
"comment":"Draw < 2",
"condition": "(opp_hand(count()) - my_hand(count())) < 2",
"value":"-15",
},

{
"comment":"Draw > 2",
"condition": "(opp_hand(count()) - my_hand(count())) > 2",
"value":"5 * opp_hand(count()) - my_hand(count())",
},


the bot won't play Divine Favor because it loses 20 value, but in this situation I want it to use it anyway.

Thanks in advance
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.026 seconds.