summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-02-23 18:00:54 -0330
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-06 09:58:10 -0700
commit5112a529f80abc0ff50deb9ed1cb59b1f15397f6 (patch)
tree3f61aef8c06b531f4721a0386e7fbb34afafbeb6 /crawl-ref/source/spl-data.h
parent482083a76010ee9212fb7aba7fc09d445f298679 (diff)
downloadcrawl-ref-5112a529f80abc0ff50deb9ed1cb59b1f15397f6.tar.gz
crawl-ref-5112a529f80abc0ff50deb9ed1cb59b1f15397f6.zip
Scale Summon Lightning Spire with spellpower
The damage of the spire's lightning bolt now increases with spellpower, but the hp of the spire is fixed at 20 and its duration at 2. I think that this should make it a sometimes-viable damage augment beyond its current useful period, while retaining a notable limitation of fragility later on (which makes the placement range limit particularly meaningful on top of this, I think)
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index da3438700c..1b9da0c0f6 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -3569,7 +3569,7 @@ struct spell_desc
SPTYP_SUMMONING | SPTYP_AIR,
SPFLAG_GRID | SPFLAG_NOT_SELF | SPFLAG_NEUTRAL,
4,
- 200,
+ 100,
2, 2,
0,
NULL,