summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-07 15:40:27 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-07 15:46:52 +0200
commit9ca9327b787479b34c578a28bb00274935e3f6f7 (patch)
tree6f2c06fea7dfda6ddd1789c243ab2b5cea5ee27e /crawl-ref/source/zap-data.h
parenteca2fcaf174c02cbfd52afdaa65e8cd4e8c01bef (diff)
downloadcrawl-ref-9ca9327b787479b34c578a28bb00274935e3f6f7.tar.gz
crawl-ref-9ca9327b787479b34c578a28bb00274935e3f6f7.zip
Silver stars, with their dreaded bolt of Zin spell.
Diffstat (limited to 'crawl-ref/source/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index 8100062d5a..004ca263a3 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -1087,4 +1087,20 @@
0
},
+{
+ ZAP_BLAST_OF_SILVER,
+ "silver light",
+ 200,
+ new calcdice_calculator<3, 10, 1, 2>,
+ new tohit_calculator<40>,
+ LIGHTGRAY,
+ false,
+ BEAM_BOLT_OF_ZIN,
+ DCHAR_FIRED_ZAP,
+ false,
+ false,
+ true,
+ 0 // Noise comes from explosion
+},
+
#endif