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.58k stars 360 forks source link

Magic Book, spell points bookmark right-click information window, add the maximum number of spell points #8846

Closed LeHerosInconnu closed 4 days ago

LeHerosInconnu commented 1 week ago

Preliminary checks

Describe the problem requiring a solution

In fheroes2, add the hero's maximum number of spell points to the information sentence. In the example, I needed to know the hero's maximum spell points before deciding whether or not to cast an adventure spell. The same text is also used in the information bar at the bottom of the screen during combat, so it shouldn't be too long.

In fheroes2:

On the adventure map: Book spell points info 001

Inspiration text: Book spell points info 002

Information bar at the bottom of the screen during combat: Book spell points info 003

Describe the possible solution

Add the hero's maximum number of spell points to the information sentence. This:

"Your hero has 32 spell points remaining out of 40."

Instead of:

"Your hero has 32 spell points remaining."

Additional info

No response