ihhub / fheroes2

fheroes2 is a recreation of Heroes of Might and Magic II game engine.
https://ihhub.github.io/fheroes2/
GNU General Public License v2.0
2.74k stars 377 forks source link

Teach AI to use Earthquake spell during battles #7370

Open ihhub opened 1 year ago

ihhub commented 1 year ago

Preliminary checks

Describe the problem requiring a solution

The AI does not know how to use Earthquake spell during battles. In some cases it could be useful to apply such a spell.

Describe the possible solution

We need to implement it.

Additional info

relates to #7369

zenseii commented 5 months ago

Before teaching the AI this, we need to land on how we want the spell to work: https://github.com/ihhub/fheroes2/issues/7489 and https://github.com/ihhub/fheroes2/discussions/7493