summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-24 23:25:21 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-24 23:31:57 -0700
commitcc8d6ef1a9a08f1e3ddb6d5f29ab5323a9f79d0d (patch)
tree10d9e7b867c6432191ce7fef90cd756efef6d5f3 /crawl-ref/source/spl-data.h
parentf11e77305c2c7c242be67821183def72ec7b1b90 (diff)
downloadcrawl-ref-cc8d6ef1a9a08f1e3ddb6d5f29ab5323a9f79d0d.tar.gz
crawl-ref-cc8d6ef1a9a08f1e3ddb6d5f29ab5323a9f79d0d.zip
Make Ice/Statue Form use spellpower instead of Ice/Earth
Also adjusts max power (Ice Form 200->100, Statue Form 200->150) to get roughly the same scaling as before; statue form now scales slightly more slowly, but caps out at 1.5 ac higher, if you can eke out enough spellpower. AC from non-spell-caused polymorphs will be based on the power of the polymorph.
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 182745d6d5..dd5223fdef 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -1363,7 +1363,7 @@ static const struct spell_desc spelldata[] =
SPTYP_TRANSMUTATION | SPTYP_EARTH,
SPFLAG_HELPFUL | SPFLAG_CHAOTIC,
6,
- 200,
+ 150,
-1, -1,
0,
NULL,
@@ -1376,7 +1376,7 @@ static const struct spell_desc spelldata[] =
SPTYP_ICE | SPTYP_TRANSMUTATION,
SPFLAG_HELPFUL | SPFLAG_CHAOTIC,
4,
- 200,
+ 100,
-1, -1,
0,
NULL,