Home
last modified time | relevance | path

Searched refs:MONS_RIVER_RAT (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster-type.h40 MONS_RIVER_RAT, enumerator
H A Douch.cc541 monster_type mon = coinflip() ? MONS_HELL_RAT : MONS_RIVER_RAT; in _maybe_spawn_rats()
H A Dmon-place.cc1852 { MONS_RIVER_RAT, { {}, {{ BAND_GREEN_RATS, {4, 10} }}}},
2144 { BAND_GREEN_RATS, {{{MONS_RIVER_RAT, 1}}}},
H A Dmon-data.h1995 MONS_RIVER_RAT, 'r', LIGHTGREEN, "river rat",
1998 13, MONS_RAT, MONS_RIVER_RAT, MH_NATURAL, 10,
H A Dmon-cast.cc5644 monster_type rats[] = { MONS_QUOKKA, MONS_RIVER_RAT, MONS_RAT }; in mons_cast()