summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-16 15:13:22 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-16 15:13:22 +0000
commitcf1b4beb2d59596d200bfe2a398d5ba093e88096 (patch)
tree8b115c54bcf07e8743d30fe5ee78c10da145df8d /crawl-ref/source/spl-data.h
parent9fedab78247928ef13ffe313bd7ec8ed04af7d32 (diff)
downloadcrawl-ref-cf1b4beb2d59596d200bfe2a398d5ba093e88096.tar.gz
crawl-ref-cf1b4beb2d59596d200bfe2a398d5ba093e88096.zip
Implemented 1633681, Excruciating Wounds spell. Better wording welcome.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@854 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index ef275fccfe..84dd322bd1 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -1280,6 +1280,13 @@
},
{
+ SPELL_EXCRUCIATING_WOUNDS, "Excruciating Wounds",
+ SPTYP_ENCHANTMENT | SPTYP_NECROMANCY,
+ SPFLAG_NONE,
+ 5 // fairly high level - potentially one of the best brands
+},
+
+{
SPELL_WARP_BRAND, "Warp Weapon",
SPTYP_ENCHANTMENT | SPTYP_TRANSLOCATION,
SPFLAG_NONE,