Home
last modified time | relevance | path

Searched refs:MONS_QUOKKA (Results 1 – 11 of 11) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-pick.cc1260 case MONS_QUOKKA: in mons_lair_level()
1362 case MONS_QUOKKA: in mons_lair_rare()
2235 case MONS_QUOKKA: in mons_standard_level()
2538 case MONS_QUOKKA: in mons_standard_rare()
H A Dspells2.cc1257 thing_called = coinflip() ? MONS_QUOKKA : MONS_GREY_RAT; in summon_small_mammals()
H A Dmon-data.h3353 MONS_QUOKKA, 'r', LIGHTGREY, "quokka",
3355 300, 10, MONS_QUOKKA, MH_NATURAL, -1,
H A Denum.h1719 MONS_QUOKKA, // Quokka are a type of wallaby, returned -- bwr 382 enumerator
H A Ddescribe.cc5900 case MONS_QUOKKA: in describe_monsters()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h77 { 1, 3, 500, FLAT, MONS_QUOKKA },
80 { 4, 5, 500, FALL, MONS_QUOKKA },
1001 { 1, 1, 515, FLAT, MONS_QUOKKA },
H A Dmonster-type.h45 MONS_QUOKKA, // Quokka are a type of wallaby, returned -- bwr 382 enumerator
H A Dspl-summoning.cc102 mon = MONS_QUOKKA; in cast_summon_small_mammal()
1606 || mons_genus(zombie_type) == MONS_QUOKKA) in _raise_remains()
H A Dmon-data.h1982 MONS_QUOKKA, 'r', WHITE, "quokka",
1985 10, MONS_QUOKKA, MONS_QUOKKA, MH_NATURAL, 0,
H A Dtilepick.cc1320 { MONS_QUOKKA, TILEP_MONS_ZOMBIE_QUOKKA }, in _mon_to_zombie_tile()
H A Dmon-cast.cc5644 monster_type rats[] = { MONS_QUOKKA, MONS_RIVER_RAT, MONS_RAT }; in mons_cast()