summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2012-04-03 11:21:47 -0400
committerelliptic <hyperelliptical@gmail.com>2012-04-03 11:35:40 -0400
commit3eb16f9a47a1057dc54c45deb4e750cd66fdf11c (patch)
tree17653a5f8370b77e843ae795a185e9cd4e2853b3 /crawl-ref/source/zap-data.h
parent8e2ef1ccc1f5c700541d52cc89fe2d980b40ade1 (diff)
downloadcrawl-ref-3eb16f9a47a1057dc54c45deb4e750cd66fdf11c.tar.gz
crawl-ref-3eb16f9a47a1057dc54c45deb4e750cd66fdf11c.zip
Give Iskenderun's Mystic Blast a chance of exploding.
IMB was very similar to both Stone Arrow and Throw Icicle (which serve important roles in their elemental schools as they are); this change aims to differentiate it a bit better while also making it synergize better with IOOD (by making it a bit better against groups of monsters at close ranges). Changes: * Range 5 -> 7. * Damage reduced by about 15%. * If IMB hits something, it has a 3/(2*(distance traveled)+2) chance of exploding and also hitting adjacent creatures.
Diffstat (limited to 'crawl-ref/source/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index de0272717e..8a262fcb76 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -346,7 +346,7 @@
ZAP_MYSTIC_BLAST,
"orb of energy",
100,
- new calcdice_calculator<2, 15, 2, 5>,
+ new calcdice_calculator<2, 12, 1, 3>,
new tohit_calculator<10, 1, 7>,
LIGHTMAGENTA,
false,