Home
last modified time | relevance | path

Searched refs:shield_block_penalty (Results 1 – 9 of 9) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dactor.h270 virtual int shield_block_penalty() const = 0;
H A Dmonster.h513 int shield_block_penalty() const override;
H A Dmon-project.cc276 const int con_block = random2(to_hit + victim.shield_block_penalty()); in _iood_shielded()
H A Dtraps.cc1190 const int con_block = random2(20 + act.shield_block_penalty()); in shoot_ammo()
H A Dplayer.h839 int shield_block_penalty() const override;
H A Dattack.cc1319 + defender->shield_block_penalty()); in attack_shield_blocked()
H A Dbeam.cc3135 + you.shield_block_penalty()); in misses_player()
4721 const int sh_hit = random2(hit * 130 / 100 + mon->shield_block_penalty()); in attempt_block()
H A Dmonster.cc3150 int monster::shield_block_penalty() const in shield_block_penalty() function in monster
H A Dplayer.cc5431 int player::shield_block_penalty() const in shield_block_penalty() function in player