summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-01-03 11:33:32 -0330
committerelliptic <hyperelliptical@gmail.com>2013-01-28 03:51:46 -0500
commit109aa9c8dd81358aea81ee88262f00e958425f03 (patch)
treeb5562fcebefc70fad4e95ece8ae111e6c89ee19f /crawl-ref/source/zap-data.h
parentec876fccf7c9031b0e43033575a4c0bd9b6067ed (diff)
downloadcrawl-ref-109aa9c8dd81358aea81ee88262f00e958425f03.tar.gz
crawl-ref-109aa9c8dd81358aea81ee88262f00e958425f03.zip
Add Dazzling Spray spell
This is a level 3 conjuration/hexes spell which fires a fan of up to three projectiles that have an HD-based chance of temporarily blinding any creature they hit which is neither undead nor nonliving. The central spray uses stardard beam targeting, while the other two will aim at the closest visible hostiles within a small angle of the primary target.
Diffstat (limited to 'crawl-ref/source/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index a0040b6c9a..e086888a0e 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -1100,4 +1100,19 @@ struct zap_info
0 // Noise comes from explosion
},
+{
+ ZAP_DAZZLING_SPRAY,
+ "spray of energy",
+ 50,
+ new calcdice_calculator<2, 8, 1, 4>,
+ new tohit_calculator<9, 1, 7>,
+ LIGHTMAGENTA,
+ false,
+ BEAM_MMISSILE,
+ DCHAR_FIRED_ZAP,
+ true,
+ false,
+ false,
+ 3
+},
#endif