Home
last modified time | relevance | path

Searched refs:res_negative_energy (Results 1 – 13 of 13) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dactor.h304 virtual int res_negative_energy(bool intrinsic_only = false) const = 0;
H A Dcloud.cc980 return act.res_negative_energy() >= 3; in actor_cloud_immune()
1049 return act->res_negative_energy(); in _actor_cloud_resist()
H A Dmonster.h392 int res_negative_energy(bool intrinsic_only = false) const override;
H A Dghost.cc434 set_resist(resists, MR_RES_NEG, you.res_negative_energy()); in init_player_ghost()
H A Dfight.cc608 return defender->res_negative_energy(); in _beam_to_resist()
H A Dwiz-mon.cc506 mons.res_negative_energy(), in debug_stethoscope()
H A Dspl-goditem.cc1208 (50 - mons->res_negative_energy() * 5) / 100 - 1); in torment_cell()
H A Dmonster.cc3922 int monster::res_negative_energy(bool intrinsic_only) const in res_negative_energy() function in monster
4248 if (res_negative_energy() >= 3) in drain()
4262 if (res_negative_energy()) in drain()
4263 dur /= (res_negative_energy() * 2); in drain()
H A Dplayer.h770 int res_negative_energy(bool intrinsic_only = false) const override;
H A Dbeam.cc1529 if (mons->res_negative_energy() == 3) in mons_adjust_flavoured()
2893 return mon->res_negative_energy() == 3; in is_harmless()
5180 rc = mon->res_negative_energy(intrinsic_only) < 3; in ench_flavour_affects_monster()
5202 rc = (mon->res_negative_energy(intrinsic_only) < 3); in ench_flavour_affects_monster()
H A Dspl-damage.cc562 if (act->res_negative_energy() >= 3) in _drain_lifeable()
H A Dplayer.cc6176 int player::res_negative_energy(bool intrinsic_only) const in res_negative_energy() function in player
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1217 res2(LIGHTMAGENTA, neg, mon.res_negative_energy(true)); in main()