summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 21:54:17 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 22:11:39 -0700
commitf63b8a728bfb48e2cd5829c695800ebe0f899355 (patch)
tree67b23d044dcb1328601695a98243344e875bde29 /crawl-ref/source/mgen_enum.h
parent50d6c27ca7be82203b9b53b34f24ed3e7f822f05 (diff)
downloadcrawl-ref-f63b8a728bfb48e2cd5829c695800ebe0f899355.tar.gz
crawl-ref-f63b8a728bfb48e2cd5829c695800ebe0f899355.zip
Spawn locales for the new enemies.
The demonspawn obviously spawn in Pan; base demonspawn have 1000 weight each (same as 3s and 2s) and nonbase have 800 weight (80% of the base weight, as with nonbase vs base draconians in Zot). They appear in bands - 2-4 for base draconians, 4-7 for those led by nonbase (of which the first follower has a 50% chance of being nonbase, the second has a 25% chance of being non-base, and the remainder are base). This also sneaks the worldbinder into Abyss, stealing 1/3 of the weight of ynoxinuls per the original proposal. The weights may need to be adjusted further.
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 fe2d5f91b3..33d96d7fcf 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -100,6 +100,8 @@ enum band_type
BAND_PHANTASMAL_WARRIORS,
BAND_THRASHING_HORRORS,
BAND_RAIJU,
+ BAND_BASE_DEMONSPAWN,
+ BAND_NONBASE_DEMONSPAWN,
NUM_BANDS // always last
};