summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-05 20:56:46 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-05 20:56:46 +1000
commitfc0e79dabbc83e24ac32461ab67cdd1cef765e91 (patch)
tree1c700f10513322a544fa883e2d36f5a6a293f07d /crawl-ref/source/spl-data.h
parentb9def0122143459c4d1fd0721384028f3974dc69 (diff)
downloadcrawl-ref-fc0e79dabbc83e24ac32461ab67cdd1cef765e91.tar.gz
crawl-ref-fc0e79dabbc83e24ac32461ab67cdd1cef765e91.zip
New monster spell: Summon Eyeballs.
Summons from a (weighted) selection of: giant eyeballs, eyes of draining, golden eyes, shining eyes, great orbs of eyes, and eyes of devastation. Does not summon giant orange brains, as those aren't really eyeballs. Currently programmed only as a monster spell, and the only monsters who can get it are Pan Lords.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 4a537980ec..d54e992954 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2382,6 +2382,19 @@
},
{
+ SPELL_SUMMON_EYEBALLS, "Summon Eyeballs",
+ SPTYP_SUMMONING,
+ SPFLAG_MONSTER,
+ 5,
+ 0,
+ -1, -1,
+ 0,
+ NULL,
+ false,
+ false
+},
+
+{
SPELL_NO_SPELL, "nonexistent spell",
0,
SPFLAG_TESTING,