Home
last modified time | relevance | path

Searched refs:MONS_HARPY (Results 1 – 6 of 6) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h172 { 17, 25, 89, PEAK, MONS_HARPY },
374 { 1, 4, 200, FLAT, MONS_HARPY },
438 { 1, 4, 175, FALL, MONS_HARPY },
515 { 5, 5, 60, FLAT, MONS_HARPY },
1100 { 1, 27, 45, FLAT, MONS_HARPY },
H A Dmonster-type.h183 MONS_HARPY, enumerator
H A Dmon-place.cc1876 { MONS_HARPY, { {}, {{ BAND_HARPIES, {2, 5} }}}},
2123 { BAND_HARPIES, {{{MONS_HARPY, 1}}}},
H A Dmon-data.h3383 MONS_HARPY, 'H', GREEN, "harpy",
3386 9, MONS_HARPY, MONS_HARPY, MH_NATURAL, 20,
H A Dtilepick.cc1313 { MONS_HARPY, TILEP_MONS_ZOMBIE_HARPY }, in _mon_to_zombie_tile()
H A Dmon-util.cc960 || mons.type == MONS_HARPY; in mons_is_native_in_branch()