summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/book-data.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-02-22 04:04:55 -0330
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-06 09:58:09 -0700
commitf26fde6e9db971d06053ca1ca46445848bd3fee4 (patch)
tree71acaf863e914bbf7179689835bd1cace0340901 /crawl-ref/source/book-data.h
parent319cca669da9fa102192cb827878b74eecad1ee3 (diff)
downloadcrawl-ref-f26fde6e9db971d06053ca1ca46445848bd3fee4.tar.gz
crawl-ref-f26fde6e9db971d06053ca1ca46445848bd3fee4.zip
Replace Mass Abjuration with Aura of Abjuration
Mass Abjuration was never an especially popular spell at level 6, but the recent changes which cause summons to be automatically abjured upon their caster's death renders its usefulness considerably lower. This experimental change is aimed at making the spell more appealing given how readily available this faux-mass-abjuration already is to everyone. Aura of Abjuration causes the caster to continuously perform a lower power version of Mass Abjuration each turn for a reasonably long duration, sending new summons away shortly after they arrive (given sufficient power). This version could even be a useful pre-cast option for battles with summon-focused enemies and provides tactical options which old Mass Abjuration did not, and might give the spell some play in the current environment.
Diffstat (limited to 'crawl-ref/source/book-data.h')
-rw-r--r--crawl-ref/source/book-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/book-data.h b/crawl-ref/source/book-data.h
index 80bee0de7e..e27c0f2035 100644
--- a/crawl-ref/source/book-data.h
+++ b/crawl-ref/source/book-data.h
@@ -465,7 +465,7 @@
},
{ // Grand Grimoire
- SPELL_MASS_ABJURATION,
+ SPELL_AURA_OF_ABJURATION,
SPELL_HAUNT,
SPELL_SUMMON_GREATER_DEMON,
SPELL_MALIGN_GATEWAY,