Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.cc2296 const int hp_variance = div_rand_round(avg_hp * min_perc, 100); in hit_points() local
2297 const int min_hp = avg_hp - hp_variance; in hit_points()
2298 const int hp = min_hp + random2avg(hp_variance * 2, 8); in hit_points()