Home
last modified time | relevance | path

Searched refs:mabuff_damage_bonus (Results 1 – 6 of 6) sorted by relevance

/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmelee.cpp1047 stat_bonus += mabuff_damage_bonus( damage_type::BASH ); in roll_bash_damage()
1143 float cut_dam = mabuff_damage_bonus( damage_type::CUT ) + weap.damage_melee( damage_type::CUT ); in roll_cut_damage()
1216 … float cut_dam = mabuff_damage_bonus( damage_type::STAB ) + weap.damage_melee( damage_type::STAB ); in roll_stab_damage()
1291 float other_dam = mabuff_damage_bonus( type_name ) + weap.damage_melee( type_name ); in roll_other_damage()
H A Dmartialarts.cpp1161 int Character::mabuff_damage_bonus( damage_type type ) const in mabuff_damage_bonus() function in Character
H A Dcharacter.h1164 int mabuff_damage_bonus( damage_type type ) const;
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmelee.cpp1047 stat_bonus += mabuff_damage_bonus( damage_type::BASH ); in roll_bash_damage()
1143 float cut_dam = mabuff_damage_bonus( damage_type::CUT ) + weap.damage_melee( damage_type::CUT ); in roll_cut_damage()
1216 … float cut_dam = mabuff_damage_bonus( damage_type::STAB ) + weap.damage_melee( damage_type::STAB ); in roll_stab_damage()
1291 float other_dam = mabuff_damage_bonus( type_name ) + weap.damage_melee( type_name ); in roll_other_damage()
H A Dmartialarts.cpp1161 int Character::mabuff_damage_bonus( damage_type type ) const in mabuff_damage_bonus() function in Character
H A Dcharacter.h1164 int mabuff_damage_bonus( damage_type type ) const;