Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-gear.cc217 int good_chance; member
258 if (spec.good_chance && one_chance_in(spec.good_chance)) in _apply_weapon_spec()
/dports/games/angband/Angband-4.2.2/src/
H A Dobj-make.c952 int good_chance = (33 + lev); in apply_magic() local
956 if (good || (randint0(100) < good_chance)) { in apply_magic()