Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-grow.cc31 monster_level_up(MONS_ORC, MONS_ORC_WARRIOR),
32 monster_level_up(MONS_ORC_WARRIOR, MONS_ORC_KNIGHT),
H A Dgod-blessing.cc123 case MONS_ORC_WARRIOR: in _orc_weapon_gift_type()
552 || mon->type == MONS_ORC_WARRIOR in _beogh_reinf_callback()
572 MONS_ORC_PRIEST, MONS_ORC_WARRIOR, MONS_ORC_KNIGHT in _beogh_blessing_reinforcements()
H A Dmon-pick-data.h118 { 6, 12, 800, PEAK, MONS_ORC_WARRIOR },
207 { 1, 4, 192, FLAT, MONS_ORC_WARRIOR },
1019 { 1, 1, 260, FLAT, MONS_ORC_WARRIOR },
H A Dmon-gear.cc577 { MONS_ORC_WARRIOR, { NAGA_WEAPONS } }, in make_mons_weapon()
1411 case MONS_ORC_WARRIOR: in _give_ammo()
1847 case MONS_ORC_WARRIOR: in make_mons_armour()
H A Dmonster-type.h380 MONS_ORC_WARRIOR, enumerator
H A Dgod-wrath.cc156 { 3, 13, 3, PEAK, MONS_ORC_WARRIOR },
918 punisher = MONS_ORC_WARRIOR; in _beogh_retribution()
H A Dmon-place.cc1800 { MONS_ORC_WARRIOR, { {}, {{ BAND_ORC_WARRIOR, {2, 5} }}}},
2217 {MONS_ORC_WARRIOR, 9},
H A Dmon-cast.cc4273 mon = MONS_ORC_WARRIOR; in _mons_cast_spectral_orcs()
H A Dmon-data.h1681 MONS_ORC_WARRIOR, 'o', YELLOW, "orc warrior",
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-pick.cc1124 case MONS_ORC_WARRIOR: in mons_mineorc_level()
1168 case MONS_ORC_WARRIOR: in mons_mineorc_rare()
1782 case MONS_ORC_WARRIOR: in mons_hallelf_level()
1866 case MONS_ORC_WARRIOR: in mons_hallelf_rare()
2267 case MONS_ORC_WARRIOR: in mons_standard_level()
2509 case MONS_ORC_WARRIOR: in mons_standard_rare()
H A Dmonplace.cc552 case MONS_ORC_WARRIOR: in choose_band()
798 (temp_rand > 8) ? MONS_ORC_WARRIOR : // 9 in 30 in band_member()
H A Ddungeon.cc2704 case MONS_ORC_WARRIOR: in give_item()
3224 case MONS_ORC_WARRIOR: in give_item()
4827 mons_alloc[9] = MONS_ORC_WARRIOR; in special_room()
4830 mons_alloc[8] = MONS_ORC_WARRIOR; in special_room()
4831 mons_alloc[9] = MONS_ORC_WARRIOR; in special_room()
4835 mons_alloc[7] = MONS_ORC_WARRIOR; in special_room()
4836 mons_alloc[8] = MONS_ORC_WARRIOR; in special_room()
4840 mons_alloc[2] = MONS_ORC_WARRIOR; in special_room()
4841 mons_alloc[3] = MONS_ORC_WARRIOR; in special_room()
4842 mons_alloc[4] = MONS_ORC_WARRIOR; in special_room()
H A Denum.h1461 MONS_ORC_WARRIOR, enumerator
H A Dreligion.cc2040 punisher = ((temp_rand > 84) ? MONS_ORC_WARRIOR : in divine_retribution()
H A Ddescribe.cc4632 case MONS_ORC_WARRIOR: in describe_monsters()
H A Dmon-data.h703 MONS_ORC_WARRIOR, 'o', YELLOW, "orc warrior",
H A Dmaps.cc845 mons_array[3] = MONS_ORC_WARRIOR; in orc_temple()