summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-06 07:44:33 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-03-06 08:00:48 +0000
commit8761da415cdc44bee7b082e6bd6c05d7e1518b0d (patch)
tree23e11be7c9d2b57a067808ddaa41b918009d46b5 /crawl-ref/source/zap-data.h
parentee562fa0f83ce420b0899f5afa8786ec5780493c (diff)
downloadcrawl-ref-8761da415cdc44bee7b082e6bd6c05d7e1518b0d.tar.gz
crawl-ref-8761da415cdc44bee7b082e6bd6c05d7e1518b0d.zip
Increase player acid spit damage and accuracy
To be similar to fire and cold breaths (but still with the reduced cooldown).
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 920fb5c80c..a1a14f8c16 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -635,8 +635,8 @@ struct zap_info
ZAP_BREATHE_ACID,
"acid",
50,
- new dicedef_calculator<3, 3, 1, 3>,
- new tohit_calculator<5, 1, 6>,
+ new dicedef_calculator<3, 4, 1, 3>,
+ new tohit_calculator<7, 1, 6>,
YELLOW,
false,
BEAM_ACID,