Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.h537 int action_energy(energy_use_type et) const;
H A Dthrow.cc916 const int energy = mons->action_energy(EUT_MISSILE); in mons_throw()
H A Dmonster.cc5677 int monster::action_energy(energy_use_type et) const in action_energy() function in monster
5724 int energy_loss = div_round_up(mult * action_energy(et), div); in lose_energy()
5745 int energy_gain = div_round_up(mult * action_energy(et), div); in gain_energy()
H A Dmelee-attack.cc233 int energy = attacker->as_monster()->action_energy(EUT_ATTACK); in handle_phase_attempted()
H A Dtravel.cc666 / fol->action_energy(EUT_MOVE); in _slowest_ally_speed()
H A Dgod-abil.cc2037 / mon->action_energy(EUT_MOVE) / jerk_denom in _slouch_damage()