Home
last modified time | relevance | path

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

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dlev-pand.cc56 env.mons_alloc[8] = MONS_WHITE_IMP; in init_pandemonium()
81 env.mons_alloc[3] = MONS_WHITE_IMP; in init_pandemonium()
99 case 0: case 10: env.mons_alloc[pc] = MONS_WHITE_IMP; break; in init_pandemonium()
H A Dmon-pick.cc252 case MONS_WHITE_IMP: in mons_abyss()
280 case MONS_WHITE_IMP: in mons_rare_abyss()
492 case MONS_WHITE_IMP: in mons_pan()
H A Dmonplace.cc1039 mon_type = ((temp_rand > 184) ? MONS_WHITE_IMP + random2(15) : // 33.33% in mons_place()
1251 (temp_rand > 40) ? MONS_WHITE_IMP : // 9 in 60 in summon_any_demon()
H A Dmonspeak.cc886 case MONS_WHITE_IMP: in mons_speaks()
H A Dspells2.cc1316 case MONS_WHITE_IMP: in summon_ice_beast_etc()
H A Dfight.cc2453 case MONS_WHITE_IMP: in monster_attack()
3308 case MONS_WHITE_IMP: in monsters_fight()
H A Dmon-data.h2080 MONS_WHITE_IMP, '5', WHITE, "white imp",
2082 0, 10, MONS_WHITE_IMP, MH_DEMONIC, -3,
H A Denum.h1595 MONS_WHITE_IMP = 220, // 220 enumerator
H A Dreligion.cc845 ? MONS_WHITE_IMP + random2(5) in Xom_acts()
H A Dspl-cast.cc1318 summon_ice_beast_etc(powc, MONS_WHITE_IMP); in your_spells()
H A Dview.cc915 || monster->type == MONS_WHITE_IMP in monster_grid()
H A Ddescribe.cc5600 case MONS_WHITE_IMP: in describe_monsters()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h105 { 5, 8, 500, PEAK, MONS_WHITE_IMP },
696 { 1, 7, 890, FLAT, MONS_WHITE_IMP },
819 { 1, 4, 192, FALL, MONS_WHITE_IMP },
1032 { 1, 1, 515, FLAT, MONS_WHITE_IMP },
H A Dmonster-type.h608 MONS_WHITE_IMP, enumerator
H A Dspl-summoning.cc915 return MONS_WHITE_IMP; in _get_imp_type()
926 { MONS_WHITE_IMP,
987 else if (mon == MONS_CRIMSON_IMP || mon == MONS_WHITE_IMP in _summon_demon_wrapper()
H A Dmutation.cc2978 mt = random_choose(MONS_QUASIT, MONS_WHITE_IMP, MONS_UFETUBUS, in check_demonic_guardian()
H A Dmon-data.h5381 MONS_WHITE_IMP, '5', WHITE, "white imp",
5384 10, MONS_WHITE_IMP, MONS_WHITE_IMP, MH_DEMONIC, 10,
H A Dmon-place.cc3014 MONS_WHITE_IMP, in random_demon_by_tier()
H A Dmon-cast.cc5723 2, MONS_WHITE_IMP, in mons_cast()