Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dtypes.hpp283 …bool resistance_filter_matches(const config& cfg,bool attacker,const std::string& damage_name, int…
H A Dtypes.cpp855 if(!resistance_filter_matches(cfg, attacker, damage_name, 100 - resistance)) { in resistance_against()
875 bool unit_type::resistance_filter_matches( in resistance_filter_matches() function in unit_type
H A Dunit.hpp925 …bool resistance_filter_matches(const config& cfg, bool attacker, const std::string& damage_name, i…
H A Dunit.cpp1554 bool unit::resistance_filter_matches(const config& cfg, bool attacker, const std::string& damage_na… in resistance_filter_matches() function in unit
1588 if(!resistance_filter_matches(*i->first, attacker, damage_name, 100-res)) { in resistance_against()