summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2011-11-27 22:21:55 -0500
committerelliptic <hyperelliptical@gmail.com>2011-11-27 22:24:52 -0500
commit0193169b9c365ecf303e85af6fe94d69f918916c (patch)
tree6ce5bc2f5496062bf591efc111028a294da024a3 /crawl-ref/source/zap-data.h
parentce75753789741dcb1802d5d6d0d5bae9f11215dc (diff)
downloadcrawl-ref-0193169b9c365ecf303e85af6fe94d69f918916c.tar.gz
crawl-ref-0193169b9c365ecf303e85af6fe94d69f918916c.zip
Decrease damage on AC-checking BEAM_ELEC effects slightly.
Shock, Lightning Bolt, Chain Lightning, Orb of Electricity all got their damage slightly reduced to compensate for halving monster AC.
Diffstat (limited to 'crawl-ref/source/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index b9005c5df4..9d0ac197da 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -250,7 +250,7 @@
ZAP_LIGHTNING,
"bolt of lightning",
200,
- new calcdice_calculator<1, 13, 3, 5>,
+ new calcdice_calculator<1, 11, 3, 5>,
new tohit_calculator<7, 1, 40>,
LIGHTCYAN,
false,
@@ -538,7 +538,7 @@
ZAP_ELECTRICITY,
"zap",
25,
- new dicedef_calculator<1, 4, 1, 4>,
+ new dicedef_calculator<1, 3, 1, 4>,
new tohit_calculator<8, 1, 7>,
LIGHTCYAN,
false,
@@ -554,7 +554,7 @@
ZAP_ORB_OF_ELECTRICITY,
"orb of electricity",
200,
- new calcdice_calculator<0, 15, 4, 5>,
+ new calcdice_calculator<0, 13, 4, 5>,
new tohit_calculator<40>,
LIGHTBLUE,
false,