Home
last modified time | relevance | path

Searched refs:name_by_dt (Results 1 – 14 of 14) sorted by relevance

/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dbonuses.cpp215 name_by_dt( boni.first.get_damage_type() ), type ); in get_description()
238 name_by_dt( boni.first.get_damage_type() ), type ); in get_description()
H A Ddamage.h139 std::string name_by_dt( const damage_type &dt );
H A Ddamage.cpp298 std::string name_by_dt( const damage_type &dt ) in name_by_dt() function
481 jsout.member( "damage_type", name_by_dt( type ) ); in serialize()
H A Dmartialarts.cpp530 return string_format( _( "%s: <stat>%d</stat>" ), name_by_dt( pr.first ), pr.second ); in get_description()
H A Dmelee.cpp1560 ss += name_by_dt( du.type ) + ":" + std::to_string( amount ) + ","; in print_damage_info()
H A Dmonster.cpp1501 name_by_dt( elem.type ), elem.res_pen, elem.res_mult ); in absorb_hit()
H A Dmagic.cpp1183 return name_by_dt( dmg_type() ); in damage_type_string()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dbonuses.cpp215 name_by_dt( boni.first.get_damage_type() ), type ); in get_description()
238 name_by_dt( boni.first.get_damage_type() ), type ); in get_description()
H A Ddamage.h139 std::string name_by_dt( const damage_type &dt );
H A Ddamage.cpp298 std::string name_by_dt( const damage_type &dt ) in name_by_dt() function
481 jsout.member( "damage_type", name_by_dt( type ) ); in serialize()
H A Dmartialarts.cpp530 return string_format( _( "%s: <stat>%d</stat>" ), name_by_dt( pr.first ), pr.second ); in get_description()
H A Dmelee.cpp1560 ss += name_by_dt( du.type ) + ":" + std::to_string( amount ) + ","; in print_damage_info()
H A Dmagic.cpp1183 return name_by_dt( dmg_type() ); in damage_type_string()
H A Dmonster.cpp1501 name_by_dt( elem.type ), elem.res_pen, elem.res_mult ); in absorb_hit()