summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-06 22:20:05 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-06 22:20:05 +1000
commitcddc002566e2f235a3785e12d534ebc0202bb53e (patch)
tree56096ab844926ce1b43281ea9cba7932a2decd8e /crawl-ref/source/spl-data.h
parentc1a16aada6ce335045374b0451c99ac1f47c4cf6 (diff)
downloadcrawl-ref-cddc002566e2f235a3785e12d534ebc0202bb53e.tar.gz
crawl-ref-cddc002566e2f235a3785e12d534ebc0202bb53e.zip
Full set of (monster) summon elemental spells (Mu).
It's somewhat hackish; the monster summon system could do with a bit of an overhaul, but that should wait until after the summoning nerf.
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 289160c710..bc24aad311 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -2408,6 +2408,45 @@
},
{
+ SPELL_EARTH_ELEMENTALS, "Summon Earth Elementals",
+ SPTYP_SUMMONING,
+ SPFLAG_MONSTER,
+ 5,
+ 0,
+ -1, -1,
+ 0,
+ NULL,
+ false,
+ false
+},
+
+{
+ SPELL_AIR_ELEMENTALS, "Summon Air Elementals",
+ SPTYP_SUMMONING,
+ SPFLAG_MONSTER,
+ 5,
+ 0,
+ -1, -1,
+ 0,
+ NULL,
+ false,
+ false
+},
+
+{
+ SPELL_FIRE_ELEMENTALS, "Summon Fire Elementals",
+ SPTYP_SUMMONING,
+ SPFLAG_MONSTER,
+ 5,
+ 0,
+ -1, -1,
+ 0,
+ NULL,
+ false,
+ false
+},
+
+{
SPELL_NO_SPELL, "nonexistent spell",
0,
SPFLAG_TESTING,