Home
last modified time | relevance | path

Searched refs:ignoreRetaliation (Results 1 – 4 of 4) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/monster/
H A Dmonster.h182 bool ignoreRetaliation( void ) const;
H A Dmonster.cpp228 const double effectiveHP = battleStats.hp * ( ignoreRetaliation() ? 1.4 : 1 ); in GetMonsterStrength()
234 damagePotential *= ( isArchers() || ignoreRetaliation() ) ? 2 : 1.75; in GetMonsterStrength()
408 bool Monster::ignoreRetaliation() const in ignoreRetaliation() function in Monster
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/battle/
H A Dbattle_action.cpp259 if ( handfighting && !b1->ignoreRetaliation() && b2->AllowResponse() ) { in ApplyActionAttack()
H A Dbattle_troop.cpp1102 if ( attackerIsArchers || ignoreRetaliation() || defender.Modes( TR_RESPONSED ) ) { in GetScoreQuality()