Home
last modified time | relevance | path

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

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-pick.cc188 case MONS_FLAYED_GHOST: in mons_abyss()
394 case MONS_FLAYED_GHOST: in mons_rare_abyss()
427 case MONS_FLAYED_GHOST: in mons_pan()
540 case MONS_FLAYED_GHOST: in mons_dis_level()
618 case MONS_FLAYED_GHOST: in mons_dis_rare()
702 case MONS_FLAYED_GHOST: in mons_gehenna_level()
770 case MONS_FLAYED_GHOST: in mons_gehenna_rare()
984 case MONS_FLAYED_GHOST: in mons_tartarus_level()
1086 case MONS_FLAYED_GHOST: in mons_tartarus_rare()
1589 case MONS_FLAYED_GHOST: in mons_crypt_level()
[all …]
H A Dreligion.cc324 : MONS_FLAYED_GHOST); // 5% in pray()
1880 : MONS_FLAYED_GHOST); // 5% in divine_retribution()
H A Dmon-data.h1566 MONS_FLAYED_GHOST, 'p', RED, "flayed ghost",
1568 0, 10, MONS_FLAYED_GHOST, MH_UNDEAD, -4,
H A Denum.h1538 MONS_FLAYED_GHOST, enumerator
H A Dspells4.cc221 case MONS_FLAYED_GHOST: in shatter_monsters()
H A Ddescribe.cc5424 case MONS_FLAYED_GHOST: in describe_monsters()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h31 { 1, 12, 40, FLAT, MONS_FLAYED_GHOST },\
175 { 18, 28, 180, PEAK, MONS_FLAYED_GHOST },
489 { 5, 12, 45, FALL, MONS_FLAYED_GHOST },
557 { 2, 5, 145, SEMI, MONS_FLAYED_GHOST },
622 { 1, 7, 136, SEMI, MONS_FLAYED_GHOST },
656 { 1, 7, 215, FLAT, MONS_FLAYED_GHOST },
723 { 1, 7, 192, FLAT, MONS_FLAYED_GHOST },
885 { 1, 10, 18, SEMI, MONS_FLAYED_GHOST },
H A Dmonster-type.h720 MONS_FLAYED_GHOST, enumerator
H A Dmon-ench.cc271 if (type == MONS_FLAYED_GHOST) in add_enchantment_effect()
1781 if (mi->type == MONS_FLAYED_GHOST && !mons_aligned(this, *mi) in apply_enchantment()
H A Dplayer-reacts.cc738 if (mi->type == MONS_FLAYED_GHOST && !mi->wont_attack() in _decrement_durations()
H A Dmon-death.cc2245 else if (mons.type == MONS_FLAYED_GHOST) in monster_die()
H A Dmon-place.cc2468 return one_chance_in(3) ? MONS_GHOUL : MONS_FLAYED_GHOST; in _band_member()
H A Dreligion.cc906 MONS_FLAYED_GHOST, MONS_VAMPIRE_KNIGHT, MONS_GHOUL, MONS_BONE_DRAGON,
H A Dmon-cast.cc4172 MONS_NECROPHAGE, MONS_JIANGSHI, MONS_FLAYED_GHOST, MONS_ZOMBIE, in _pick_undead_summon()
4812 { 1, 1, 100, FLAT, MONS_FLAYED_GHOST },
H A Dmon-data.h4448 MONS_FLAYED_GHOST, 'W', RED, "flayed ghost",
4451 10, MONS_PHANTOM, MONS_FLAYED_GHOST, MH_UNDEAD, 60,
H A Dmon-util.cc3586 if (mon.type == MONS_FLAYED_GHOST) in mons_pacify()