Home
last modified time | relevance | path

Searched refs:MONS_RED_DEVIL (Results 1 – 13 of 13) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-pick.cc228 case MONS_RED_DEVIL: in mons_abyss()
381 case MONS_RED_DEVIL: in mons_rare_abyss()
511 case MONS_RED_DEVIL: in mons_dis_level()
590 case MONS_RED_DEVIL: in mons_dis_rare()
669 case MONS_RED_DEVIL: in mons_gehenna_level()
743 case MONS_RED_DEVIL: in mons_gehenna_rare()
958 case MONS_RED_DEVIL: in mons_tartarus_level()
1097 case MONS_RED_DEVIL: in mons_tartarus_rare()
2484 case MONS_RED_DEVIL: in mons_standard_rare()
H A Dlev-pand.cc117 env.mons_alloc[pc] = MONS_RED_DEVIL; in init_pandemonium()
H A Dmonplace.cc1044 (temp_rand > 13) ? MONS_RED_DEVIL // 7.25% in mons_place()
1266 (temp_rand > 889) ? MONS_RED_DEVIL : // 4.00% in summon_any_demon()
H A Dmon-data.h150 MONS_RED_DEVIL, '4', RED, "red devil",
152 0, 10, MONS_RED_DEVIL, MH_DEMONIC, -7,
H A Denum.h1412 MONS_RED_DEVIL, enumerator
H A Ddescribe.cc4499 case MONS_RED_DEVIL: in describe_monsters()
H A Ddungeon.cc2812 case MONS_RED_DEVIL: in give_item()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h594 { 1, 1, 89, FLAT, MONS_RED_DEVIL },
633 { 1, 7, 540, FALL, MONS_RED_DEVIL },
665 { 1, 12, 690, FALL, MONS_RED_DEVIL },
734 { 1, 7, 40, PEAK, MONS_RED_DEVIL },
824 { 1, 5, 8, FALL, MONS_RED_DEVIL },
947 { 1, 1, 670, FLAT, MONS_RED_DEVIL },
1042 { 1, 1, 385, FLAT, MONS_RED_DEVIL },
H A Dmonster-type.h613 MONS_RED_DEVIL, enumerator
H A Dmon-place.cc2191 {MONS_RED_DEVIL, 1}}}},
2496 return random_choose_weighted( 2, MONS_RED_DEVIL, in _band_member()
3022 MONS_RED_DEVIL, in random_demon_by_tier()
H A Dmon-gear.cc640 { MONS_RED_DEVIL, in make_mons_weapon()
H A Dmon-data.h5475 MONS_RED_DEVIL, '4', RED, "red devil",
5478 13, MONS_RED_DEVIL, MONS_RED_DEVIL, MH_DEMONIC, 60,
H A Dmonster.cc1307 if (mons->type == MONS_RED_DEVIL) in _is_signature_weapon()