Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI: add Logic for ClassLevelUp #6531

Open
Hanmac opened this issue Nov 4, 2024 · 2 comments
Open

AI: add Logic for ClassLevelUp #6531

Hanmac opened this issue Nov 4, 2024 · 2 comments
Assignees
Labels
AI General AI tag Game Mechanics keep no stale

Comments

@Hanmac
Copy link
Contributor

Hanmac commented Nov 4, 2024

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

@Hanmac Hanmac added Game Mechanics AI General AI tag keep no stale labels Nov 4, 2024
@Agetian
Copy link
Contributor

Agetian commented Nov 4, 2024

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 :)

@Hanmac
Copy link
Contributor Author

Hanmac commented Nov 4, 2024

yeah, i will see what kind of AI parameters i could add to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI General AI tag Game Mechanics keep no stale
Projects
None yet
Development

No branches or pull requests

3 participants