Home
last modified time | relevance | path

Searched refs:MONS_ORC_KNIGHT (Results 1 – 17 of 17) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dgod-blessing.cc93 bool highlevel_ok = mon->type == MONS_ORC_KNIGHT && one_chance_in(6) in _upgrade_orc_weapon()
124 case MONS_ORC_KNIGHT: in _orc_weapon_gift_type()
364 const bool highlevel = orc->type == MONS_ORC_KNIGHT in _gift_armour_to_orc()
553 || mon->type == MONS_ORC_KNIGHT); in _beogh_reinf_callback()
572 MONS_ORC_PRIEST, MONS_ORC_WARRIOR, MONS_ORC_KNIGHT in _beogh_blessing_reinforcements()
H A Dmon-grow.cc32 monster_level_up(MONS_ORC_WARRIOR, MONS_ORC_KNIGHT),
33 monster_level_up(MONS_ORC_KNIGHT, MONS_ORC_WARLORD),
H A Dmon-pick-data.h159 { 15, 24, 345, FALL, MONS_ORC_KNIGHT },
210 { 1, 4, 25, FLAT, MONS_ORC_KNIGHT },
511 { 5, 5, 650, FLAT, MONS_ORC_KNIGHT },
1020 { 1, 1, 25, FLAT, MONS_ORC_KNIGHT },
H A Dmon-gear.cc614 { MONS_ORC_KNIGHT, ORC_KNIGHT_WSPEC }, in make_mons_weapon()
955 { MONS_ORC_KNIGHT, { ORC_KNIGHT_BOWS } }, in make_mons_weapon()
1846 case MONS_ORC_KNIGHT: in make_mons_armour()
H A Dmonster-type.h384 MONS_ORC_KNIGHT, enumerator
H A Dgod-wrath.cc157 { 5, 15, 3, PEAK, MONS_ORC_KNIGHT },
916 punisher = MONS_ORC_KNIGHT; in _beogh_retribution()
H A Dmon-place.cc1804 { MONS_ORC_KNIGHT, { {}, {{ BAND_ORC_KNIGHT, {3, 7}, true }}}},
2149 { BAND_ORC_WARLORD, {{{MONS_ORC_KNIGHT, 1}}}},
H A Dmon-cast.cc4275 mon = MONS_ORC_KNIGHT; in _mons_cast_spectral_orcs()
H A Dmon-data.h1694 MONS_ORC_KNIGHT, 'o', CYAN, "orc knight",
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-pick.cc1131 case MONS_ORC_KNIGHT: in mons_mineorc_level()
1180 case MONS_ORC_KNIGHT: in mons_mineorc_rare()
1795 case MONS_ORC_KNIGHT: in mons_hallelf_level()
1874 case MONS_ORC_KNIGHT: in mons_hallelf_rare()
2373 case MONS_ORC_KNIGHT: in mons_standard_level()
2516 case MONS_ORC_KNIGHT: in mons_standard_rare()
H A Dmonplace.cc568 case MONS_ORC_KNIGHT: in choose_band()
H A Ddungeon.cc2745 case MONS_ORC_KNIGHT: in give_item()
3223 case MONS_ORC_KNIGHT: in give_item()
4834 mons_alloc[6] = MONS_ORC_KNIGHT; in special_room()
4843 mons_alloc[5] = MONS_ORC_KNIGHT; in special_room()
4844 mons_alloc[6] = MONS_ORC_KNIGHT; in special_room()
H A Denum.h1464 MONS_ORC_KNIGHT, // 55 enumerator
H A Dreligion.cc2041 (temp_rand > 69) ? MONS_ORC_KNIGHT : in divine_retribution()
H A Ddescribe.cc4609 case MONS_ORC_KNIGHT: in describe_monsters()
H A Dmon-data.h736 MONS_ORC_KNIGHT, 'o', LIGHTCYAN, "orc knight",
H A Dmaps.cc847 mons_array[5] = MONS_ORC_KNIGHT; in orc_temple()