Home
last modified time | relevance | path

Searched refs:MONS_OGRE (Results 1 – 22 of 22) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/species/
H A Dogre.yaml2 monster: MONS_OGRE
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-pick.cc1129 case MONS_OGRE: in mons_mineorc_level()
1172 case MONS_OGRE: in mons_mineorc_rare()
2246 case MONS_OGRE: in mons_standard_level()
2508 case MONS_OGRE: in mons_standard_rare()
H A Dmonplace.cc802 (temp_rand > 1) ? MONS_OGRE : // 1 in 30 in band_member()
912 mon_type = MONS_OGRE; in band_member()
H A Dmon-data.h569 MONS_OGRE, 'O', BROWN, "ogre",
571 1300, 10, MONS_OGRE, MH_NATURAL, -3,
1623 0, 16, MONS_OGRE, MH_NATURAL, -6,
2766 0, 20, MONS_OGRE, MH_NATURAL, -7,
H A Denum.h1449 MONS_OGRE, // 40 enumerator
H A Dreligion.cc1960 punisher = MONS_OGRE; in divine_retribution()
H A Ddungeon.cc2822 case MONS_OGRE: in give_item()
4837 mons_alloc[9] = MONS_OGRE; in special_room()
4845 mons_alloc[7] = MONS_OGRE; in special_room()
4846 mons_alloc[8] = MONS_OGRE; in special_room()
H A Ddescribe.cc4943 case MONS_OGRE: in describe_monsters()
H A Dmaps.cc986 mons_array[4] = MONS_OGRE; in farm_and_country()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h93 { 4, 7, 800, PEAK, MONS_OGRE },
218 { 1, 4, 89, FLAT, MONS_OGRE },
1111 { 1, 27, 10, FLAT, MONS_OGRE },
H A Dmonster-type.h473 MONS_OGRE, enumerator
H A Dmon-poly.cc623 if (oldc == MONS_OGRE && targetc == MONS_TWO_HEADED_OGRE) in monster_polymorph()
H A Dmon-data.h3819 MONS_OGRE, 'O', BROWN, "ogre",
3822 9, MONS_OGRE, MONS_OGRE, MH_NATURAL, 20,
3837 15, MONS_OGRE, MONS_TWO_HEADED_OGRE, MH_NATURAL, 40,
3850 16, MONS_OGRE, MONS_OGRE, MH_NATURAL | MH_EVIL, 80,
3863 10, MONS_OGRE, MONS_OGRE, MH_NATURAL, 40,
6794 50, MONS_OGRE, MONS_OGRE, MH_NATURAL, 60,
H A Dmon-place.cc2221 {MONS_OGRE, 1},
2225 {MONS_OGRE, 1}}}},
2228 {MONS_OGRE, 2}}}},
H A Dgod-wrath.cc153 { 2, 6, 3, PEAK, MONS_OGRE },
H A Dmon-gear.cc659 { MONS_OGRE, { OGRE_WEAPONS } }, in make_mons_weapon()
H A Dmelee-attack.cc1520 else if (defender_genus == MONS_OGRE) in set_attack_verb()
H A Dspl-summoning.cc541 mon = random_choose_weighted(1, MONS_TWO_HEADED_OGRE, 2, MONS_OGRE); in summon_berserker()
H A Dtilepick.cc1312 { MONS_OGRE, TILEP_MONS_ZOMBIE_OGRE }, in _mon_to_zombie_tile()
H A Dmonster.cc684 || species == MONS_OGRE; in can_throw_large_rocks()
H A Dplayer.cc669 else if (mons == MONS_OGRE) in player_mons()
H A Dmon-cast.cc5851 monster_type berserkers[] = { MONS_BLACK_BEAR, MONS_OGRE, MONS_TROLL, in mons_cast()