Home
last modified time | relevance | path

Searched refs:MONS_FIRE_DRAGON (Results 1 – 10 of 10) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h19 { 1, 6, 295, FLAT, MONS_FIRE_DRAGON },\
157 { 14, 27, 192, PEAK, MONS_FIRE_DRAGON },
1083 { 1, 27, 80, FLAT, MONS_FIRE_DRAGON },
H A Dspecies.cc217 return MONS_FIRE_DRAGON; in dragon_form()
H A Dmonster-type.h141 MONS_FIRE_DRAGON, enumerator
H A Dtransform.cc709 case MONS_FIRE_DRAGON: in res_fire()
727 case MONS_FIRE_DRAGON: in res_cold()
H A Dspl-summoning.cc280 mon = random_choose(MONS_FIRE_DRAGON, MONS_ICE_DRAGON); in _choose_dragon_type()
327 if (monster_habitable_grid(MONS_FIRE_DRAGON, env.grid(*ai)) in _place_dragon()
464 if (pow >= 100 && (mon == MONS_FIRE_DRAGON || mon == MONS_ICE_DRAGON)) in cast_summon_dragon()
H A Ddecks.cc1257 {MONS_FIRE_VORTEX, MONS_MOLTEN_GARGOYLE, MONS_FIRE_DRAGON}, in _elements_card()
H A Dgod-wrath.cc1852 { 12, 27, 50, SEMI, MONS_FIRE_DRAGON },
H A Ditem-prop.cc1153 { MONS_FIRE_DRAGON, ARM_FIRE_DRAGON_ARMOUR },
H A Dmon-data.h2906 MONS_FIRE_DRAGON, 'D', LIGHTRED, "fire dragon",
2909 12, MONS_DRAGON, MONS_FIRE_DRAGON, MH_NATURAL, 60,
6377 18, MONS_DRAGON, MONS_FIRE_DRAGON, MH_NATURAL, 180,
H A Dability.cc3448 && species::dragon_form(you.species) == MONS_FIRE_DRAGON; in player_has_ability()