summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-29 11:00:41 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-03-29 11:00:41 +0200
commit64e714e54be29f77fb7fc456214b98ee03e6b239 (patch)
tree944fc0755c2f141dd860f7f87361a34b8182cb42 /crawl-ref/source/zap-data.h
parentb7666038eab267ebaba17c2f7d6c12523270eb11 (diff)
downloadcrawl-ref-64e714e54be29f77fb7fc456214b98ee03e6b239.tar.gz
crawl-ref-64e714e54be29f77fb7fc456214b98ee03e6b239.zip
Increase rod of striking damage with power, up to 1d18 at power 50.
Also, set the power cap at 50 (was 25, irrelevant) so you don't max it near-instantly. The rod thus becomes on par with wands of flame/frost, except for shorter range but with unlimited use.
Diffstat (limited to 'crawl-ref/source/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index 9d0ac197da..de0272717e 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -505,8 +505,8 @@
{
ZAP_STRIKING,
"force bolt",
- 25,
- new dicedef_calculator<1, 8, 0, 1>,
+ 50,
+ new dicedef_calculator<1, 8, 1, 5>,
new tohit_calculator<8, 1, 10>,
BLACK,
false,