summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-31 21:28:05 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-31 21:33:34 -0700
commit838f727e50f8fe6fd7f906f2bfb0d120ab0ac62a (patch)
tree52615508832f035db4ba660c55e84df6c84883f0 /crawl-ref/source/spl-data.h
parent6a83109defc1ef0639d5a9296b1f1d8263a91c81 (diff)
downloadcrawl-ref-838f727e50f8fe6fd7f906f2bfb0d120ab0ac62a.tar.gz
crawl-ref-838f727e50f8fe6fd7f906f2bfb0d120ab0ac62a.zip
Add the new monster spell 'Corrosive Bolt'
As part of the continuing quest to add more acid to more places. For now, it's on deep elf sorcerers (replacing b. draining), tengu reavers (replacing one of the venom bolts in one of their spellbooks), and a./liches (replacing the bolt of draining in one of their spellbooks).
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index dd5223fdef..5bbea4039f 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -3779,6 +3779,19 @@ static const struct spell_desc spelldata[] =
},
{
+ SPELL_CORROSIVE_BOLT, "Corrosive Bolt",
+ SPTYP_CONJURATION,
+ SPFLAG_DIR_OR_TARGET,
+ 6,
+ 200,
+ 6, 6,
+ 0,
+ NULL,
+ true,
+ false
+},
+
+{
SPELL_NO_SPELL, "nonexistent spell",
0,
SPFLAG_TESTING,