Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-info.cc821 const int base_avg_hp = mons_class_is_zombified(type) ? in get_max_hp_desc() local
824 int mhp = base_avg_hp; in get_max_hp_desc()
829 mhp = base_avg_hp * xl / base_xl; // rounds down - close enough in get_max_hp_desc()
H A Dmon-place.cc1159 const int base_avg_hp = m_ent->avg_hp_10x + bonus_hp; in _place_monster_aux() local
1160 const int new_avg_hp = div_rand_round(base_avg_hp * mg.hd, m_ent->HD); in _place_monster_aux()