summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/book-data.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-24 21:55:17 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-26 21:19:58 -0700
commit75deb85f6e81443628063de806a368df0c3b08a3 (patch)
treef273b4bd7fa2f970aa3803621bc477befcbf7cc9 /crawl-ref/source/book-data.h
parent677420826d3fc95192aa22869fe859f2093952cc (diff)
downloadcrawl-ref-75deb85f6e81443628063de806a368df0c3b08a3.tar.gz
crawl-ref-75deb85f6e81443628063de806a368df0c3b08a3.zip
Rod of frigid destruction -> Rod of clouds.
Sprays clouds over a cone-shaped area in front of the caster. At low power it gives rain, mist, or noxious fumes; mid-tier gives flames, freezing vapour, or poison gas; high-tier gives one of three new cloud types - acidic fog, negative energy, or storm clouds. The targeter is from an experimental implementation of a spell called "Scattershot", hence the name and some of the functionality it provides which goes unused here.
Diffstat (limited to 'crawl-ref/source/book-data.h')
-rw-r--r--crawl-ref/source/book-data.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/book-data.h b/crawl-ref/source/book-data.h
index 9cd80bd6eb..4158c362c3 100644
--- a/crawl-ref/source/book-data.h
+++ b/crawl-ref/source/book-data.h
@@ -521,10 +521,10 @@
SPELL_NO_SPELL,
},
-{ // Rod of frigid destruction
- SPELL_THROW_FROST,
- SPELL_THROW_ICICLE,
- SPELL_FREEZING_CLOUD,
+{ // Rod of clouds
+ SPELL_CLOUD_CONE,
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
SPELL_NO_SPELL,