Searched refs:get_per_base (Results 1 – 14 of 14) sorted by relevance
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/ |
H A D | avatar.h | 212 int get_per_base() const override;
|
H A D | magic_enchantment.cpp | 456 guy.mod_per_bonus( mult_bonus( enchant_vals::mod::PERCEPTION, guy.get_per_base() ) ); in activate_passive()
|
H A D | avatar.cpp | 1397 int avatar::get_per_base() const in get_per_base() function in avatar 1399 return Character::get_per_base() + std::max( 0, per_upgrade ); in get_per_base()
|
H A D | panels.cpp | 163 if( p.get_per() == p.get_per_base() ) { in per_string() 165 } else if( p.get_per() > p.get_per_base() ) { in per_string() 167 } else if( p.get_per() < p.get_per_base() ) { in per_string()
|
H A D | player_display.cpp | 438 display_stat( _( "Perception:" ), you.get_per(), you.get_per_base(), 4, line_color( 3 ) ); in draw_stats_tab()
|
H A D | character.h | 422 virtual int get_per_base() const;
|
H A D | character.cpp | 1972 calc_all_parts_hp( hp_mod, hp_adjustment, get_str_base(), get_dex_base(), get_per_base(), in recalc_hp() 4831 return std::max( 0, get_per_base() + per_bonus ); in get_per() 4846 int Character::get_per_base() const in get_per_base() function in Character
|
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/ |
H A D | avatar.h | 212 int get_per_base() const override;
|
H A D | magic_enchantment.cpp | 456 guy.mod_per_bonus( mult_bonus( enchant_vals::mod::PERCEPTION, guy.get_per_base() ) ); in activate_passive()
|
H A D | avatar.cpp | 1397 int avatar::get_per_base() const in get_per_base() function in avatar 1399 return Character::get_per_base() + std::max( 0, per_upgrade ); in get_per_base()
|
H A D | panels.cpp | 163 if( p.get_per() == p.get_per_base() ) { in per_string() 165 } else if( p.get_per() > p.get_per_base() ) { in per_string() 167 } else if( p.get_per() < p.get_per_base() ) { in per_string()
|
H A D | player_display.cpp | 438 display_stat( _( "Perception:" ), you.get_per(), you.get_per_base(), 4, line_color( 3 ) ); in draw_stats_tab()
|
H A D | character.h | 422 virtual int get_per_base() const;
|
H A D | character.cpp | 1972 calc_all_parts_hp( hp_mod, hp_adjustment, get_str_base(), get_dex_base(), get_per_base(), in recalc_hp() 4831 return std::max( 0, get_per_base() + per_bonus ); in get_per() 4846 int Character::get_per_base() const in get_per_base() function in Character
|