Home
last modified time | relevance | path

Searched refs:shield_tohit_penalty (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dactor.h280 virtual int shield_tohit_penalty(bool random_factor, int scale = 1) const = 0;
H A Dmonster.h523 int shield_tohit_penalty(bool, int) const override { return 0; } in shield_tohit_penalty() function
H A Dplayer.h850 int shield_tohit_penalty(bool random_factor, int scale = 1) const override;
H A Dattack.cc158 maybe_random_div(attacker->shield_tohit_penalty(true, 20), 20, random); in calc_encumbrance_penalties()
H A Dplayer.cc5552 int player::shield_tohit_penalty(bool random_factor, int scale) const in shield_tohit_penalty() function in player