Home
last modified time | relevance | path

Searched refs:set_resist (Results 1 – 8 of 8) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dghost.cc429 set_resist(resists, MR_RES_FIRE, player_res_fire()); in init_player_ghost()
430 set_resist(resists, MR_RES_COLD, player_res_cold()); in init_player_ghost()
431 set_resist(resists, MR_RES_ELEC, player_res_electricity()); in init_player_ghost()
433 set_resist(resists, MR_RES_POISON, player_res_poison()); in init_player_ghost()
434 set_resist(resists, MR_RES_NEG, you.res_negative_energy()); in init_player_ghost()
435 set_resist(resists, MR_RES_ACID, player_res_acid()); in init_player_ghost()
437 set_resist(resists, MR_RES_STEAM, player_res_steam() ? 1 : 0); in init_player_ghost()
438 set_resist(resists, MR_RES_STICKY_FLAME, player_res_sticky_flame()); in init_player_ghost()
439 set_resist(resists, MR_RES_MIASMA, you.res_miasma()); in init_player_ghost()
440 set_resist(resists, MR_RES_PETRIFY, you.res_petrify()); in init_player_ghost()
H A Dmon-util.h180 void set_resist(resists_t &all, mon_resist_flags res, int lev);
H A Dtags.cc5853 set_resist(mi.mresists, MR_RES_ACID, 3); in _unmarshallMonsterInfo()
7454 set_resist(ghost.resists, MR_RES_ACID, 3); in _unmarshallGhost()
H A Dmon-util.cc302 void set_resist(resists_t &all, mon_resist_flags res, int lev) in set_resist() function
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Ddamage.cpp234 set_resist( dt, armor.damage_resist( dt, to_self ) ); in resistances()
240 set_resist( damage_type::BASH, monster.type->armor_bash ); in resistances()
241 set_resist( damage_type::CUT, monster.type->armor_cut ); in resistances()
242 set_resist( damage_type::STAB, monster.type->armor_stab ); in resistances()
243 set_resist( damage_type::BULLET, monster.type->armor_bullet ); in resistances()
244 set_resist( damage_type::ACID, monster.type->armor_acid ); in resistances()
245 set_resist( damage_type::HEAT, monster.type->armor_fire ); in resistances()
247 void resistances::set_resist( damage_type dt, float amount ) in set_resist() function in resistances
H A Ddamage.h129 void set_resist( damage_type dt, float amount );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Ddamage.cpp234 set_resist( dt, armor.damage_resist( dt, to_self ) ); in resistances()
240 set_resist( damage_type::BASH, monster.type->armor_bash ); in resistances()
241 set_resist( damage_type::CUT, monster.type->armor_cut ); in resistances()
242 set_resist( damage_type::STAB, monster.type->armor_stab ); in resistances()
243 set_resist( damage_type::BULLET, monster.type->armor_bullet ); in resistances()
244 set_resist( damage_type::ACID, monster.type->armor_acid ); in resistances()
245 set_resist( damage_type::HEAT, monster.type->armor_fire ); in resistances()
247 void resistances::set_resist( damage_type dt, float amount ) in set_resist() function in resistances
H A Ddamage.h129 void set_resist( damage_type dt, float amount );