summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-05-21 20:31:23 -0230
committerDracoOmega <draco_omega@live.com>2013-05-26 20:48:10 -0230
commit003dbf3ca55cc0b004b90f59ffc37163de45c264 (patch)
tree6c5fec163ba0696a6a62c8c9b37398e4341f989b /crawl-ref/source/mgen_enum.h
parent650cef230dbc9f4b118aadd09a99791600b23bce (diff)
downloadcrawl-ref-003dbf3ca55cc0b004b90f59ffc37163de45c264.tar.gz
crawl-ref-003dbf3ca55cc0b004b90f59ffc37163de45c264.zip
New monster: Jiangshi
These are a comparatively straightforward melee threat to help shore up and vary the backbone of Crypt after the reduction in skeletal warriors and major zombies. Moreover, they have faster-than-average movement, a quality in short supply in the branch. They have two vampiric claw attacks and sixfirhy-like movement, except more erratic and slower overall (accounting for the turns they skip, they have an effective movement speed of a little under 16 and an action speed around 9.5) This commit also replaces the plain vampires in vampire mage bands with jiangshi.
Diffstat (limited to 'crawl-ref/source/mgen_enum.h')
-rw-r--r--crawl-ref/source/mgen_enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mgen_enum.h b/crawl-ref/source/mgen_enum.h
index ce3f25a823..55cb4ed698 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -80,7 +80,7 @@ enum band_type
BAND_OGRE_MAGE_EXTERN,
#endif
BAND_DEATH_KNIGHT,
- BAND_VAMPIRES,
+ BAND_JIANGSHI,
NUM_BANDS // always last
};