summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/book-data.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-07-15 21:31:54 -0230
committerDracoOmega <draco_omega@live.com>2013-07-15 21:49:15 -0230
commit97d3840377b2867a5836175b710909d94287a244 (patch)
tree2f8f81cc1e0d0785b1bd9190e3befc260c5ebdda /crawl-ref/source/book-data.h
parent276d7396d46c8bd1a01a155459e25d71b9de60dc (diff)
downloadcrawl-ref-97d3840377b2867a5836175b710909d94287a244.tar.gz
crawl-ref-97d3840377b2867a5836175b710909d94287a244.zip
Spellbook adjustments
Swap Force Lance for Searing Ray in the Book of Conjurations, add upgraded Force Lance to the Book of Wizardry, replacing Lightning Bolt. Also add Fulminant Prism to the Book of Power, replacing Poisonous Cloud (which already has two other sources). This is a fun spell that still has midgame usefulness, so it may see a bit more play if it's more common.
Diffstat (limited to 'crawl-ref/source/book-data.h')
-rw-r--r--crawl-ref/source/book-data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/book-data.h b/crawl-ref/source/book-data.h
index a13da9b991..76bbb1907f 100644
--- a/crawl-ref/source/book-data.h
+++ b/crawl-ref/source/book-data.h
@@ -11,7 +11,7 @@
{ // Book of Conjurations
SPELL_MAGIC_DART,
- SPELL_FORCE_LANCE,
+ SPELL_SEARING_RAY,
SPELL_DAZZLING_SPRAY,
SPELL_ISKENDERUNS_MYSTIC_BLAST,
SPELL_BATTLESPHERE,
@@ -335,7 +335,7 @@
{ // Book of Wizardry
SPELL_SUMMON_ELEMENTAL,
SPELL_AGONY,
- SPELL_LIGHTNING_BOLT,
+ SPELL_FORCE_LANCE,
SPELL_FIREBALL,
SPELL_HASTE,
SPELL_INVISIBILITY,
@@ -347,7 +347,7 @@
SPELL_ISKENDERUNS_MYSTIC_BLAST,
SPELL_VENOM_BOLT,
SPELL_BOLT_OF_MAGMA,
- SPELL_POISONOUS_CLOUD,
+ SPELL_FULMINANT_PRISM,
SPELL_IRON_SHOT,
SPELL_IOOD,
SPELL_NO_SPELL,