Home
last modified time | relevance | path

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

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dlev-pand.cc65 env.mons_alloc[2] = MONS_ORANGE_DEMON; in init_pandemonium()
66 env.mons_alloc[3] = MONS_ORANGE_DEMON; in init_pandemonium()
69 env.mons_alloc[6] = MONS_ORANGE_DEMON; in init_pandemonium()
105 case 6: env.mons_alloc[pc] = MONS_ORANGE_DEMON; break; in init_pandemonium()
H A Dmon-pick.cc223 case MONS_ORANGE_DEMON: in mons_abyss()
285 case MONS_ORANGE_DEMON: in mons_rare_abyss()
489 case MONS_ORANGE_DEMON: in mons_pan()
H A Dmonplace.cc870 mon_type = (coinflip()? MONS_NEQOXEC : MONS_ORANGE_DEMON); in band_member()
1262 (temp_rand > 2787) ? MONS_ORANGE_DEMON : // 14.69% in summon_any_demon()
H A Dfight.cc2552 case MONS_ORANGE_DEMON: in monster_attack()
2557 if (attacker->type == MONS_ORANGE_DEMON in monster_attack()
3141 case MONS_ORANGE_DEMON: in monsters_fight()
H A Dmon-data.h2146 MONS_ORANGE_DEMON, '3', LIGHTRED, "orange demon",
2148 0, 12, MONS_ORANGE_DEMON, MH_DEMONIC, -6,
H A Denum.h1601 MONS_ORANGE_DEMON, enumerator
H A Ddescribe.cc5624 case MONS_ORANGE_DEMON: in describe_monsters()
H A Dmaps.cc897 mons_array[3] = MONS_ORANGE_DEMON; in my_map()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h829 { 1, 5, 125, FALL, MONS_ORANGE_DEMON },
944 { 1, 1, 1000, FLAT, MONS_ORANGE_DEMON },
H A Dmonster-type.h620 MONS_ORANGE_DEMON, enumerator
H A Dmon-place.cc2195 {MONS_ORANGE_DEMON, 1}}}},
2505 return random_choose_weighted( 2, MONS_ORANGE_DEMON, in _band_member()
3021 MONS_ORANGE_DEMON, in random_demon_by_tier()
H A Dgod-wrath.cc579 MONS_ORANGE_DEMON, in _makhleb_summon_servants()
H A Dmutation.cc2982 mt = random_choose(MONS_ORANGE_DEMON, MONS_ICE_DEVIL, in check_demonic_guardian()
H A Dmon-data.h5461 MONS_ORANGE_DEMON, '4', LIGHTRED, "orange demon",
5464 12, MONS_ORANGE_DEMON, MONS_ORANGE_DEMON, MH_DEMONIC, 60,
H A Dability.cc2570 MONS_ORANGE_DEMON, MONS_SMOKE_DEMON, in _do_ability()