summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-20 06:38:59 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-20 06:38:59 +0000
commit6e8a634f6930f82f2d7f6f3e4edbcd2bb1e53d2c (patch)
tree572151a032c1b4f6d82808abde3f64aa430f3e6f /crawl-ref/source/spl-data.h
parenta253274b23a6a995e8731892ab9d14ee6a7f5470 (diff)
downloadcrawl-ref-6e8a634f6930f82f2d7f6f3e4edbcd2bb1e53d2c.tar.gz
crawl-ref-6e8a634f6930f82f2d7f6f3e4edbcd2bb1e53d2c.zip
Swap spell levels of Battlesphere and Fulminant Prism
Battlesphere 4->5 (it is still incredibly MP-efficient for the damage it can deal), Fulminant Prism 5->4 (it deals Fireball-ish damage but requires some setup to work).
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index da876959ca..f425b4dd53 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -1915,7 +1915,7 @@ struct spell_desc
SPELL_FULMINANT_PRISM, "Fulminant Prism",
SPTYP_CONJURATION | SPTYP_HEXES,
SPFLAG_GRID | SPFLAG_AREA | SPFLAG_NOT_SELF,
- 5,
+ 4,
200,
5, 5,
0,
@@ -2909,7 +2909,7 @@ struct spell_desc
SPELL_BATTLESPHERE, "Iskenderun's Battlesphere",
SPTYP_CONJURATION | SPTYP_CHARMS,
SPFLAG_NONE,
- 4,
+ 5,
100,
-1, -1,
0,