Home
last modified time | relevance | path

Searched refs:get_str_base (Results 1 – 16 of 16) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Denchantments_test.cpp20 CHECK( p.get_str() == str_before + p.get_str_base() * 2 + 25 ); in test_generic_ench()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Denchantments_test.cpp20 CHECK( p.get_str() == str_before + p.get_str_base() * 2 + 25 ); in test_generic_ench()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Davatar.h209 int get_str_base() const override;
H A Davatar.cpp1300 const int str_penalty = std::floor( ( 1.0f - ( bmi - 13.0f ) / 3.0f ) * get_str_base() ); in reset_stats()
1382 int avatar::get_str_base() const in get_str_base() function in avatar
1384 return Character::get_str_base() + std::max( 0, str_upgrade ); in get_str_base()
H A Dmagic_enchantment.cpp450 guy.mod_str_bonus( mult_bonus( enchant_vals::mod::STRENGTH, guy.get_str_base() ) ); in activate_passive()
H A Dpanels.cpp118 if( p.get_str() == p.get_str_base() ) { in str_string()
120 } else if( p.get_str() > p.get_str_base() ) { in str_string()
122 } else if( p.get_str() < p.get_str_base() ) { in str_string()
H A Dplayer_display.cpp435 display_stat( _( "Strength:" ), you.get_str(), you.get_str_base(), 1, line_color( 0 ) ); in draw_stats_tab()
H A Dcharacter.h420 virtual int get_str_base() const;
H A Dcharacter.cpp1972 calc_all_parts_hp( hp_mod, hp_adjustment, get_str_base(), get_dex_base(), get_per_base(), in recalc_hp()
4823 return std::max( 0, get_str_base() + str_bonus ); in get_str()
4838 int Character::get_str_base() const in get_str_base() function in Character
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Davatar.h209 int get_str_base() const override;
H A Davatar.cpp1300 const int str_penalty = std::floor( ( 1.0f - ( bmi - 13.0f ) / 3.0f ) * get_str_base() ); in reset_stats()
1382 int avatar::get_str_base() const in get_str_base() function in avatar
1384 return Character::get_str_base() + std::max( 0, str_upgrade ); in get_str_base()
H A Dmagic_enchantment.cpp450 guy.mod_str_bonus( mult_bonus( enchant_vals::mod::STRENGTH, guy.get_str_base() ) ); in activate_passive()
H A Dpanels.cpp118 if( p.get_str() == p.get_str_base() ) { in str_string()
120 } else if( p.get_str() > p.get_str_base() ) { in str_string()
122 } else if( p.get_str() < p.get_str_base() ) { in str_string()
H A Dplayer_display.cpp435 display_stat( _( "Strength:" ), you.get_str(), you.get_str_base(), 1, line_color( 0 ) ); in draw_stats_tab()
H A Dcharacter.h420 virtual int get_str_base() const;
H A Dcharacter.cpp1972 calc_all_parts_hp( hp_mod, hp_adjustment, get_str_base(), get_dex_base(), get_per_base(), in recalc_hp()
4823 return std::max( 0, get_str_base() + str_bonus ); in get_str()
4838 int Character::get_str_base() const in get_str_base() function in Character