Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/species/
H A Dghoul.yaml2 monster: MONS_GHOUL
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmonplace.cc737 case MONS_GHOUL: in choose_band()
977 mon_type = (coinflip() ? MONS_GHOUL : MONS_NECROPHAGE); in band_member()
H A Dmon-pick.cc1590 case MONS_GHOUL: in mons_crypt_level()
1650 case MONS_GHOUL: in mons_crypt_rare()
H A Dreligion.cc322 (temp_rand > 10) ? MONS_GHOUL : // 6% in pray()
1878 (temp_rand > 10) ? MONS_GHOUL : // 6% in divine_retribution()
H A Dfight.cc2251 case MONS_GHOUL: in monster_attack()
3176 case MONS_GHOUL: in monsters_fight()
H A Dmon-data.h1783 MONS_GHOUL, 'n', RED, "ghoul",
1785 500, 12, MONS_GHOUL, MH_UNDEAD, -5,
H A Denum.h1557 MONS_GHOUL, enumerator
H A Dmonstuff.cc3496 || monster->type == MONS_GHOUL)) in handle_monsters()
3961 if (monster->type != MONS_NECROPHAGE && monster->type != MONS_GHOUL) in handle_pickup()
H A Dspells4.cc2269 case MONS_GHOUL: in rot_undead()
H A Ddescribe.cc4596 case MONS_GHOUL: in describe_monsters()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h352 { 5, 7, 1500, FLAT, MONS_GHOUL },
549 { 0, 5, 93, PEAK, MONS_GHOUL },
H A Dmonster-type.h700 MONS_GHOUL, enumerator
H A Dmon-place.cc1855 { MONS_GHOUL, { {}, {{ BAND_GHOULS, {2, 5} }}}},
2244 { BAND_GHOULS, {{{MONS_GHOUL, 4},
2468 return one_chance_in(3) ? MONS_GHOUL : MONS_FLAYED_GHOST; in _band_member()
H A Dmon-data.h1592 16, MONS_GHOUL, MONS_BOG_BODY, MH_UNDEAD, 40,
1605 12, MONS_GHOUL, MONS_NECROPHAGE, MH_UNDEAD, 40,
1618 10, MONS_GHOUL, MONS_BLOATED_HUSK, MH_UNDEAD, 40,
1628 MONS_GHOUL, 'n', RED, "ghoul",
1631 10, MONS_GHOUL, MONS_GHOUL, MH_UNDEAD, 80,
H A Dtilepick.cc1308 { MONS_GHOUL, TILEP_MONS_ZOMBIE_HUMAN }, // for skel in _mon_to_zombie_tile()
H A Dreligion.cc906 MONS_FLAYED_GHOST, MONS_VAMPIRE_KNIGHT, MONS_GHOUL, MONS_BONE_DRAGON,