summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-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/spl-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/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 e9c2584c7e..17ee38ae44 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -1493,8 +1493,8 @@ static const struct spell_desc spelldata[] =
SPELL_CONFUSING_TOUCH, "Confusing Touch",
SPTYP_HEXES,
SPFLAG_NONE,
- 1,
- 200,
+ 2,
+ 50,
-1, -1,
0,
NULL,