summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2013-01-23 03:06:37 -0500
committerelliptic <hyperelliptical@gmail.com>2013-01-23 03:10:27 -0500
commit7dd0b3b6ee2204f490fed348e7bddc6be24aaf62 (patch)
treed90f365121d1db8245f438df64da0e3914cfc94f /crawl-ref/source/zap-data.h
parentee4f5cfb8e75a14711008102c80605aec14690ca (diff)
downloadcrawl-ref-7dd0b3b6ee2204f490fed348e7bddc6be24aaf62.tar.gz
crawl-ref-7dd0b3b6ee2204f490fed348e7bddc6be24aaf62.zip
Increase damage of Venom Bolt and Bolt of Magma.
These spells weren't used much (aside from VMs with nothing else) even when Vehumet's MP reduction encouraged L5 spell usage, so let's make them more competitive with the other L5-6 conjurations.
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 de16196f8c..a0040b6c9a 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -301,7 +301,7 @@ struct zap_info
ZAP_VENOM_BOLT,
"bolt of poison",
200,
- new calcdice_calculator<4, 15, 1, 2>,
+ new calcdice_calculator<4, 16, 3, 5>,
new tohit_calculator<8, 1, 20>,
LIGHTGREEN,
false,
@@ -895,7 +895,7 @@ struct zap_info
ZAP_MAGMA,
"bolt of magma",
200,
- new calcdice_calculator<4, 15, 3, 5>,
+ new calcdice_calculator<4, 16, 2, 3>,
new tohit_calculator<8, 1, 25>,
RED,
false,