summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorMichael Gagno <evilmike@gmail.com>2012-03-24 19:38:14 -0700
committerMichael Gagno <evilmike@gmail.com>2012-03-24 19:58:34 -0700
commit9e79ca40f2895b1f7607b15246bf5a939ce8df2e (patch)
tree555219987c5b82be8bb4ead5ba57ba4a2a09efa9 /crawl-ref/source/mgen_enum.h
parente449352e5df2b6857683081b76d480d4e4b37b94 (diff)
downloadcrawl-ref-9e79ca40f2895b1f7607b15246bf5a939ce8df2e.tar.gz
crawl-ref-9e79ca40f2895b1f7607b15246bf5a939ce8df2e.zip
More Spider changes.
This increases the number of enemies in Spider by about 25%, while also reducing the number of "plain" spiders. The monsters themselves have also been tweaked: XP values have been lowered, and so has HP (it's mostly been decreased, but not by a huge amount). Moths of wrath have been made very slightly more common - it was almost impossible to get one before. It still may be worth it to remove them entirely from this branch. The XP numbers were tested against other Lair branches (including branch endings). Right now Spider should be worth (on average) about as much as other Lair branches. These changes are somewhat experimental.
Diffstat (limited to 'crawl-ref/source/mgen_enum.h')
-rw-r--r--crawl-ref/source/mgen_enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mgen_enum.h b/crawl-ref/source/mgen_enum.h
index 734e31244a..8b2ba2a322 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -66,6 +66,8 @@ enum band_type
BAND_SHEDU,
BAND_REDBACK,
BAND_SPIDER,
+ BAND_JUMPING_SPIDER,
+ BAND_TARANTELLA,
NUM_BANDS // always last
};