summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-03 23:41:50 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-05 06:22:01 +0000
commitcac39d81263535781a1091b1406cfc147133c2d6 (patch)
tree688580d11e8fa0856360342379f345ffb560daf2 /crawl-ref/source/zap-data.h
parent78350313b4589b590c45c593c5f3bd5985b6a960 (diff)
downloadcrawl-ref-cac39d81263535781a1091b1406cfc147133c2d6.tar.gz
crawl-ref-cac39d81263535781a1091b1406cfc147133c2d6.zip
Replace rod of fiery destruction spells with explosive bolt
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 5f5e8d9d86..334a182630 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -1111,3 +1111,19 @@ struct zap_info
false,
2
},
+
+{
+ ZAP_EXPLOSIVE_BOLT,
+ "explosive bolt",
+ 200,
+ NULL,
+ new tohit_calculator<17, 1, 25>,
+ RED,
+ false,
+ BEAM_FIRE,
+ DCHAR_FIRED_ZAP,
+ true,
+ true,
+ false,
+ 0
+},