summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-08 13:19:18 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-08 23:54:47 +0000
commit56b5fcd115a95667dd3483ca911e1ab0deab6fef (patch)
tree6feb39bab595bf5d02e20206ffe3efec1cb2a17d /crawl-ref/source/mutation-data.h
parent338a552c722d9cd6ad4a67c963d169cb596524ad (diff)
downloadcrawl-ref-56b5fcd115a95667dd3483ca911e1ab0deab6fef.tar.gz
crawl-ref-56b5fcd115a95667dd3483ca911e1ab0deab6fef.zip
Add a player version of the Demonspawn Black Mark spell to the negative energy facet
It replaces the second level of rN+ in that facet, giving melee attacks a chance to apply antimagic/weakness/draining and a vampiric effect.
Diffstat (limited to 'crawl-ref/source/mutation-data.h')
-rw-r--r--crawl-ref/source/mutation-data.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation-data.h b/crawl-ref/source/mutation-data.h
index bd3cfa90ae..7d28964558 100644
--- a/crawl-ref/source/mutation-data.h
+++ b/crawl-ref/source/mutation-data.h
@@ -1635,5 +1635,15 @@
{"You stop fuming.", "You fume less.", ""},
"fumes"
-}
+},
#endif
+
+{ MUT_BLACK_MARK, 0, 1, false, false, false,
+ "black mark",
+
+ {"Your melee attacks sometimes drain vitality from your foes.", "", ""},
+ {"An ominous black mark forms on your body.", "", ""},
+ {"", "", ""},
+
+ "black mark"
+}