Home
last modified time | relevance | path

Searched refs:GetMageGuildRestoreSpellPointsPercentDay (Results 1 – 3 of 3) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_static.h52 u32 GetMageGuildRestoreSpellPointsPercentDay( int level );
H A Dgame_static.cpp181 u32 GameStatic::GetMageGuildRestoreSpellPointsPercentDay( int level ) in GetMageGuildRestoreSpellPointsPercentDay() function in GameStatic
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/heroes/
H A Dheroes.cpp738 …curr += maxp * GameStatic::GetMageGuildRestoreSpellPointsPercentDay( castle->GetLevelMageGuild() )… in ReplenishSpellPoints()