From cddc002566e2f235a3785e12d534ebc0202bb53e Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Fri, 6 Nov 2009 22:20:05 +1000 Subject: 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. --- crawl-ref/source/spl-data.h | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'crawl-ref/source/spl-data.h') 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 @@ -2407,6 +2407,45 @@ false }, +{ + 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, -- cgit v1.2.3-54-g00ecf