Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-pick-data.h332 { 1, 4, 400, FLAT, MONS_SWAMP_DRAGON },
333 { 1, 4, 600, RISE, MONS_SWAMP_DRAGON },
1094 { 1, 27, 30, FLAT, MONS_SWAMP_DRAGON },
H A Dspecies.cc204 return MONS_SWAMP_DRAGON; in dragon_form()
H A Dmonster-type.h140 MONS_SWAMP_DRAGON, enumerator
H A Ditem-prop.cc1159 { MONS_SWAMP_DRAGON, ARM_SWAMP_DRAGON_ARMOUR },
H A Dmutation.cc337 if (mut == MUT_STINGER && drag == MONS_SWAMP_DRAGON) in mutation_activity_level()
H A Dmon-data.h2960 MONS_SWAMP_DRAGON, 'D', BROWN, "swamp dragon",
2963 11, MONS_DRAGON, MONS_SWAMP_DRAGON, MH_NATURAL, 40,
H A Dmon-util.cc5238 && mc != MONS_SWAMP_DRAGON) in mons_is_beast()
H A Dmon-cast.cc4781 { 1, 1, 100, FLAT, MONS_SWAMP_DRAGON },
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-pick.cc2000 case MONS_SWAMP_DRAGON: in mons_swamp_level()
2065 case MONS_SWAMP_DRAGON: in mons_swamp_rare()
H A Dmon-data.h1949 MONS_SWAMP_DRAGON, 'D', BROWN, "swamp dragon",
1951 1900, 11, MONS_SWAMP_DRAGON, MH_NATURAL, -3,
H A Dmisc.cc116 case MONS_SWAMP_DRAGON: in turn_corpse_into_chunks()
H A Denum.h1572 MONS_SWAMP_DRAGON, enumerator
H A Dmonstuff.cc3198 case MONS_SWAMP_DRAGON: in handle_spell()
4782 case MONS_SWAMP_DRAGON: in monster_descriptor()
H A Ddescribe.cc4805 case MONS_SWAMP_DRAGON: in describe_monsters()
H A Dmaps.cc2587 mons_array[0] = MONS_SWAMP_DRAGON; in swamp()
H A Ddungeon.cc5897 item.colour = mons_colour( MONS_SWAMP_DRAGON ); in item_colour()