Home
last modified time | relevance | path

Searched refs:MONS_ZOMBIE (Results 1 – 20 of 20) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h110 { 5, 11, 1000, FLAT, MONS_ZOMBIE },
567 { 1, 5, 185, FLAT, MONS_ZOMBIE },
610 { 1, 7, 2000, FLAT, MONS_ZOMBIE },
648 { 1, 7, 1950, FLAT, MONS_ZOMBIE },
681 { 1, 7, 1915, FLAT, MONS_ZOMBIE },
709 { 1, 7, 2000, FLAT, MONS_ZOMBIE },
855 { 1, 5, 104, FALL, MONS_ZOMBIE },
1013 { 1, 1, 515, FLAT, MONS_ZOMBIE },
H A Dmonster-type.h692 MONS_ZOMBIE, enumerator
961 MONS_ZOMBIE, enumerator
H A Ddactions.cc180 if (mon->type == MONS_ZOMBIE) in apply_daction_to_mons()
H A Dkills.cc630 case MONS_ZOMBIE: in kill_monster_desc()
667 case MONS_ZOMBIE: in kill_monster_desc()
H A Dshowsymb.cc149 else if (mi.type == MONS_ZOMBIE) in _show_mons_type()
H A Dmon-place.cc1550 if (cs == MONS_ZOMBIE && !mons_zombifiable(base)) in _good_zombie()
1660 cs = MONS_ZOMBIE; in define_zombie()
1714 if (mon->type != MONS_ZOMBIE || !mons_skeleton(mon->base_monster)) in downgrade_zombie_to_skeleton()
2196 { BAND_NECROMANCER, {{{MONS_ZOMBIE, 2},
H A Dtilepick.cc1272 if (subtype == MONS_LERNAEAN_HYDRA && mon.type == MONS_ZOMBIE) in _mon_to_zombie_tile()
1682 case MONS_ZOMBIE: in _get_tentacle_type()
1907 if (_mons_is_kraken_tentacle(mon.type) && mon.base_type == MONS_ZOMBIE) in _tileidx_monster_no_props()
H A Dtimed-effects.cc114 { MONS_ZOMBIE, 15 },
H A Dmon-data.h4843 MONS_ZOMBIE, 'Z', BROWN, "zombie",
4846 9, MONS_ZOMBIE, MONS_ZOMBIE, MH_UNDEAD, -1,
4885 9, MONS_ZOMBIE, MONS_ZOMBIE, MH_UNDEAD, -1,
4924 9, MONS_ZOMBIE, MONS_ZOMBIE, MH_UNDEAD, -1,
H A Dspl-summoning.cc1506 monster_type mon = item.sub_type == CORPSE_BODY ? MONS_ZOMBIE in _raise_remains()
1513 if (mon == MONS_ZOMBIE && !mons_zombifiable(zombie_type)) in _raise_remains()
H A Dmon-death.cc1270 zombie->type == MONS_ZOMBIE ? "zombie" in _mons_reaped()
2041 else if (mons.type == MONS_ZOMBIE in monster_die()
H A Dgod-wrath.cc142 mgen_data temp = _wrath_mon_data(skel ? MONS_SKELETON : MONS_ZOMBIE, in _yred_random_zombified_hostile()
H A Dmon-info.cc1065 case MONS_ZOMBIE: in common_name()
H A Dmon-util.cc1300 { MONS_ZOMBIE, 85 }, in derived_undead_avg_hp()
1704 return mc == MONS_ZOMBIE in mons_class_is_zombified()
H A Dmonster.cc3220 case MONS_ZOMBIE: in _zombie_ac_modifier()
3364 case MONS_ZOMBIE: in _zombie_ev_modifier()
H A Dmapdef.cc4242 && (type != MONS_ZOMBIE && type != MONS_SKELETON in parse_mons_spec()
4343 MONS_PROGRAM_BUG, MONS_ZOMBIE, MONS_SKELETON, MONS_SIMULACRUM, in get_zombie_type()
H A Ddungeon.cc3930 8, MONS_ZOMBIE, in _place_aquatic_in()
4015 mg.cls = (skel ? MONS_SKELETON : MONS_ZOMBIE); in _place_assorted_zombies()
H A Dtags.cc6029 mi.type = MONS_ZOMBIE; in _unmarshallMonsterInfo()
6895 m.type = MONS_ZOMBIE; in unmarshallMonster()
H A Dmon-cast.cc4172 MONS_NECROPHAGE, MONS_JIANGSHI, MONS_FLAYED_GHOST, MONS_ZOMBIE, in _pick_undead_summon()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/catch2-tests/
H A Dtest_mon-util.cc73 const auto habitat = mons_habitat_type(MONS_ZOMBIE, MONS_FRILLED_LIZARD);