Home
last modified time | relevance | path

Searched refs:MONS_HYDRA (Results 1 – 25 of 25) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-pick.cc1322 case MONS_HYDRA: in mons_lair_level()
1397 case MONS_HYDRA: in mons_lair_rare()
1988 case MONS_HYDRA: in mons_swamp_level()
2046 case MONS_HYDRA: in mons_swamp_rare()
2312 case MONS_HYDRA: in mons_standard_level()
2534 case MONS_HYDRA: in mons_standard_rare()
H A Ddirect.cc750 if (menv[i].type == MONS_HYDRA) in describe_cell()
H A Dfight.cc1044 if (defender->type == MONS_HYDRA) in you_attack()
1881 if (attacker->type == MONS_HYDRA) in monster_attack()
1957 if (attacker->type == MONS_HYDRA) in monster_attack()
H A Dmon-data.h1215 MONS_HYDRA, 'D', LIGHTGREEN, "hydra",
1217 1800, 11, MONS_HYDRA, MH_NATURAL, -3,
H A Dmon-util.cc933 case MONS_HYDRA: in define_monster()
H A Denum.h1507 MONS_HYDRA, enumerator
H A Ddescribe.cc5260 case MONS_HYDRA: in describe_monsters()
H A Dmaps.cc2589 mons_array[2] = MONS_HYDRA; in swamp()
H A Dmonstuff.cc4803 case MONS_HYDRA: in monster_descriptor()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h140 { 11, 23, 540, SEMI, MONS_HYDRA },
271 { -1, 11, 490, SEMI, MONS_HYDRA },
330 { 1, 4, 800, FLAT, MONS_HYDRA },
331 { 1, 4, 500, RISE, MONS_HYDRA },
1093 { 1, 27, 90, FLAT, MONS_HYDRA },
1137 { 1, 7, 230, FLAT, MONS_HYDRA },\
H A Dform-data.h288 transformation::hydra, MONS_HYDRA, "Hydra", "hydra-form", "hydra",
H A Dmonster-type.h85 MONS_HYDRA, enumerator
H A Dmon-poly.cc306 if (mons->mons_species() == MONS_HYDRA) in change_monster_type()
H A Dmon-info.cc318 return mons_genus(mi.type) == MONS_HYDRA in _is_hydra()
319 || mons_genus(mi.base_type) == MONS_HYDRA; in _is_hydra()
H A Dmon-death.cc121 if (mons.mons_species() == MONS_HYDRA) in _fill_out_corpse()
1160 if (mons->mons_species() == MONS_HYDRA) in _make_derived_undead()
1442 const int num = mons.mons_species() == MONS_HYDRA in _special_corpse_messaging()
H A Dwiz-item.cc181 if (mons_genus(mon) == MONS_HYDRA) in wizard_create_spec_object()
H A Dcloud.cc592 6, MONS_HYDRA, in _handle_spectral_cloud()
H A Dtilepick.cc1282 if (mons_genus(subtype) == MONS_HYDRA) in _mon_to_zombie_tile()
1485 case MONS_HYDRA: in tileidx_monster_base()
H A Dmon-data.h2920 MONS_HYDRA, 'D', LIGHTGREEN, "hydra",
2923 11, MONS_HYDRA, MONS_HYDRA, MH_NATURAL, 60,
6391 11, MONS_HYDRA, MONS_HYDRA, MH_NATURAL, 120,
H A Dspl-summoning.cc255 mgen_data mg = _summon_data(*caster, MONS_HYDRA, 1, god, in cast_summon_hydra()
H A Dmon-place.cc1007 if (mons_genus(mg.cls) == MONS_HYDRA) in _place_monster_aux()
H A Ddescribe.cc3851 if (mons_genus(mi.base_type) == MONS_HYDRA) in _monster_attacks_description()
H A Dmon-util.cc2836 case MONS_HYDRA: in define_monster()
H A Dmonster.cc4925 return mons_genus(mons_base_type(*this)) == MONS_HYDRA in has_hydra_multi_attack()
H A Dmapdef.cc4429 mons_spec spec(MONS_HYDRA); in get_hydra_spec()