Home
last modified time | relevance | path

Searched refs:MONS_EXECUTIONER (Results 1 – 18 of 18) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dlev-pand.cc85 env.mons_alloc[7] = MONS_EXECUTIONER; in init_pandemonium()
86 env.mons_alloc[8] = MONS_EXECUTIONER; in init_pandemonium()
87 env.mons_alloc[9] = MONS_EXECUTIONER; in init_pandemonium()
127 env.mons_alloc[7] = MONS_EXECUTIONER + random2(5); in init_pandemonium()
130 env.mons_alloc[8] = MONS_EXECUTIONER + random2(5); in init_pandemonium()
133 env.mons_alloc[9] = MONS_EXECUTIONER + random2(5); in init_pandemonium()
H A Dmon-pick.cc184 case MONS_EXECUTIONER: in mons_abyss()
336 case MONS_EXECUTIONER: in mons_rare_abyss()
482 case MONS_EXECUTIONER: in mons_pan()
H A Dmonplace.cc664 case MONS_EXECUTIONER: in choose_band()
1287 (temp_rand > 344) ? MONS_EXECUTIONER : // 13.1% in summon_any_demon()
H A Dmon-data.h2190 MONS_EXECUTIONER, '1', LIGHTGREY, "Executioner",
2192 0, 14, MONS_EXECUTIONER, MH_DEMONIC, -9,
H A Dabl-show.cc1038 MONS_EXECUTIONER + random2(5) ); in activate_ability()
H A Denum.h1605 MONS_EXECUTIONER, // 230 enumerator
H A Dreligion.cc1805 if (create_monster(MONS_EXECUTIONER + random2(5), 0, in divine_retribution()
H A Ddescribe.cc5641 case MONS_EXECUTIONER: in describe_monsters()
H A Dmaps.cc1727 mons_array[1] = MONS_EXECUTIONER; in gloorx_vloq()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlev-pand.cc68 4, MONS_EXECUTIONER, in init_pandemonium()
H A Dmon-pick-data.h845 { 1, 5, 25, FLAT, MONS_EXECUTIONER },
966 { 1, 1, 1000, FLAT, MONS_EXECUTIONER },
H A Dmonster-type.h635 MONS_EXECUTIONER, enumerator
H A Dmon-place.cc1839 { MONS_EXECUTIONER, { {2}, {{ BAND_EXECUTIONER, {1, 4}, true }}}},
2341 {{MONS_EXECUTIONER, 1}},
2525 return one_chance_in(4) ? MONS_EXECUTIONER : MONS_REAPER; in _band_member()
3048 MONS_EXECUTIONER); in random_demon_by_tier()
H A Dgod-wrath.cc566 const monster_type servant = random_choose(MONS_EXECUTIONER, in _makhleb_summon_servants()
H A Dmon-data.h5799 MONS_EXECUTIONER, '1', LIGHTGREY, "Executioner",
5802 18, MONS_EXECUTIONER, MONS_EXECUTIONER, MH_DEMONIC, 140,
7024 14, MONS_EXECUTIONER, MONS_EXECUTIONER, MH_DEMONIC, 160,
H A Dmutation.cc2995 mt = random_choose(MONS_EXECUTIONER, MONS_HELL_SENTINEL, in check_demonic_guardian()
H A Dability.cc2606 summon_demon_type(random_choose(MONS_EXECUTIONER, MONS_GREEN_DEATH, in _do_ability()
H A Dmon-cast.cc6396 _summon(*mons, MONS_EXECUTIONER, duration, slot); in mons_cast()
6432 const monster_type servants[] = { MONS_EXECUTIONER, MONS_GREEN_DEATH, in mons_cast()