summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 18:29:06 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 22:11:39 -0700
commit889f32d1afad941cdf3a3fa9d877aee8947f1f02 (patch)
tree5d29044bc778407462ad440a71fbc6ee92341a17 /crawl-ref/source/mon-spll.h
parent9bf2e4835f6a977e7b902899e68b167b03ffccc7 (diff)
downloadcrawl-ref-889f32d1afad941cdf3a3fa9d877aee8947f1f02.tar.gz
crawl-ref-889f32d1afad941cdf3a3fa9d877aee8947f1f02.zip
Demonspawn black suns: Black Mark.
Originally Black Hole in the proposal, but with a Singularity spell in the works that's too misleading a name. This spell empowers the caster and its allies to randomly drain speed, skills, abilities, or magic on successful damaging melee attacks, healing the ally making the attack. This commit also gives black suns a (temporary?) spell set loosely based in the proposal; they also get Malign Offering, which I see as fitting both the necromancy theme and the ability of the caster to heal their allies (through Black Mark).
Diffstat (limited to 'crawl-ref/source/mon-spll.h')
-rw-r--r--crawl-ref/source/mon-spll.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h
index ae235ff7b4..120af8375a 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -2344,4 +2344,15 @@
SPELL_NO_SPELL
}
},
+
+ { MST_DEMONSPAWN_BLACK_SUN,
+ {
+ SPELL_BOLT_OF_DRAINING,
+ SPELL_MALIGN_OFFERING,
+ SPELL_BLACK_MARK,
+ SPELL_BLACK_MARK,
+ SPELL_NO_SPELL,
+ SPELL_DEATHS_DOOR
+ }
+ },
#endif