summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-20 22:20:47 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 22:11:38 -0700
commit7a4bcc84a79738e9929785bf3f99b254bbc2abf5 (patch)
treef9b19422d6c7eb2e3c6161aa5a3a1df0ace3abbe /crawl-ref/source/mon-spll.h
parenta9049cb8c574255e8e86ff79f4fef2572506a0a7 (diff)
downloadcrawl-ref-7a4bcc84a79738e9929785bf3f99b254bbc2abf5.tar.gz
crawl-ref-7a4bcc84a79738e9929785bf3f99b254bbc2abf5.zip
Worldbinders, Forceful Invitation, Planerend.
These are all interrelated - worldbinders being an abyssal enemy design which casts Forceful Invitation and is itself summoned by Planerend. The two spells summon lesser and greater creatures from other branches in the dungeon. Forceful Invitation fixates on one branch and summons lesser enemies; Planerend draws from all branches and summons greater enemies.
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index 01984dad1c..2c2474b021 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -2301,6 +2301,17 @@
}
},
+ { MST_WORLDBINDER,
+ {
+ SPELL_FORCEFUL_INVITATION,
+ SPELL_FORCEFUL_INVITATION,
+ SPELL_NO_SPELL,
+ SPELL_FORCEFUL_INVITATION,
+ SPELL_FORCEFUL_INVITATION,
+ SPELL_NO_SPELL
+ }
+ },
+
{ MST_DEMONSPAWN_BLOOD_SAINT,
{
SPELL_LEGENDARY_DESTRUCTION,
@@ -2311,4 +2322,15 @@
SPELL_EPHEMERAL_INFUSION
}
},
+
+ { MST_DEMONSPAWN_CORRUPTER,
+ {
+ SPELL_PLANEREND,
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
+ SPELL_PLANEREND,
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL
+ }
+ },
#endif