Home
last modified time | relevance | path

Searched refs:MONS_KOBOLD (Results 1 – 16 of 16) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/catch2-tests/
H A Dtest_describe.cc42 const auto info = monster_info(MONS_KOBOLD, MONS_KOBOLD);
H A Dtest_mon-util.cc39 const auto habitat = mons_habitat_type(MONS_KOBOLD, MONS_KOBOLD);
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/species/
H A Dkobold.yaml2 monster: MONS_KOBOLD
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmonplace.cc791 mon_type = MONS_KOBOLD; in band_member()
953 mon_type = ((temp_rand > 4) ? MONS_KOBOLD : // 8 in 13 in band_member()
H A Dmon-pick.cc2221 case MONS_KOBOLD: in mons_standard_level()
2480 case MONS_KOBOLD: in mons_standard_rare()
H A Dmon-data.h525 MONS_KOBOLD, 'K', BROWN, "kobold",
527 400, 10, MONS_KOBOLD, MH_NATURAL, -1,
716 0, 10, MONS_KOBOLD, MH_NATURAL, -5,
H A Denum.h1445 MONS_KOBOLD, enumerator
H A Ddescribe.cc4864 case MONS_KOBOLD: in describe_monsters()
H A Ddungeon.cc2527 case MONS_KOBOLD: in give_item()
4876 mons_alloc[i] = MONS_KOBOLD; in special_room()
H A Dmonstuff.cc3829 if ((mons_charclass(monster->type) == MONS_KOBOLD in handle_pickup()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h73 { 1, 4, 1000, FLAT, MONS_KOBOLD },
1108 { 1, 27, 10, FLAT, MONS_KOBOLD },
H A Dmonster-type.h376 MONS_KOBOLD, enumerator
H A Dmon-data.h3575 MONS_KOBOLD, 'K', BROWN, "kobold",
3578 10, MONS_KOBOLD, MONS_KOBOLD, MH_NATURAL, 0,
3591 7, MONS_KOBOLD, MONS_KOBOLD, MH_NATURAL, 20,
3604 18, MONS_KOBOLD, MONS_KOBOLD, MH_NATURAL | MH_EVIL, 40,
6693 40, MONS_KOBOLD, MONS_KOBOLD, MH_NATURAL, 10,
6708 32, MONS_KOBOLD, MONS_KOBOLD, MH_NATURAL, 20,
H A Dmon-gear.cc1021 case MONS_KOBOLD: in make_mons_weapon()
1366 case MONS_KOBOLD: in _give_ammo()
H A Dmon-place.cc2127 { BAND_KOBOLDS, {{{MONS_KOBOLD, 1}}}},
2229 { BAND_KOBOLD_DEMONOLOGIST, {{{MONS_KOBOLD, 4},
H A Dtilepick.cc1309 { MONS_KOBOLD, TILEP_MONS_ZOMBIE_KOBOLD }, in _mon_to_zombie_tile()