Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dability.cc3840 const int base_fail = get_ability_def(ability).failure.base_chance; in abil_skill_weight() local
3841 const int floor = base_fail ? 1 : 0; in abil_skill_weight()
3842 return max(floor, div_rand_round(base_fail, 8) - 3); in abil_skill_weight()