You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI need logic / flags for when it should use the Mana for this
For Example: Caretaker's Talent
{W}: Level 2
When this Class becomes level 2, create a token that’s a copy of target token you control.
{3}{W}: Level 3
Creature tokens you control get +2/+2.
AI need to first check for Trigger, like When this Class becomes level and see if it would be beneficial (if it controls tokens)
Then it might need some Other AI Flags, like don't update to Level 3 if it doesn't control any creatures
The text was updated successfully, but these errors were encountered:
Hmm, an interesting, though not a very straightforward/easy thing to do :) I'll see if I can figure it out closer to the weekend unless someone is faster :)
AI need logic / flags for when it should use the Mana for this
For Example:
Caretaker's Talent
AI need to first check for Trigger, like
When this Class becomes level
and see if it would be beneficial (if it controls tokens)Then it might need some Other AI Flags, like don't update to Level 3 if it doesn't control any creatures
The text was updated successfully, but these errors were encountered: