summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/book-data.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-05-29 21:50:45 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-05-29 22:46:05 -0700
commit7a813ab0ddbdd5081f0dd3561dcf7643e3ee8b82 (patch)
treeefb519fed35bdcc5e5a0e2b5b908b0348c1c54c3 /crawl-ref/source/book-data.h
parentfd0dc405fee0f2d307e8b134f5d0acbc8ccff674 (diff)
downloadcrawl-ref-7a813ab0ddbdd5081f0dd3561dcf7643e3ee8b82.tar.gz
crawl-ref-7a813ab0ddbdd5081f0dd3561dcf7643e3ee8b82.zip
Rework Confusing Touch
In its previous state, it was fiddly, misleading, and kind of overpowered. So: Raise it to level 2 (& remove it from Cantrips, replacing it with Corona). Remove the stacking-duration effect & increase the initial duration. Set damage of all hits to 0, and make the first successful (confusing) hit end the effect. This should still be useful, but in a level 2 kind of way. We'll see how that pans out.
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 0ae22bd608..e39709a1f0 100644
--- a/crawl-ref/source/book-data.h
+++ b/crawl-ref/source/book-data.h
@@ -358,7 +358,7 @@ static spell_type spellbook_template_array[][SPELLBOOK_SIZE] =
},
{ // Book of Cantrips
- SPELL_CONFUSING_TOUCH,
+ SPELL_CORONA,
SPELL_ANIMATE_SKELETON,
SPELL_SUMMON_SMALL_MAMMAL,
SPELL_APPORTATION,