summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-spll.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-30 23:05:46 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-03 10:14:54 -0700
commitc38a8f9b011df56edcb22021fdd05f7badba1c87 (patch)
tree7e4d8deff2dac38f775c9554633476254fa3e7ba /crawl-ref/source/mon-spll.h
parent0d6a4c4d1c46134dfc4e5910cf4404a7904b9e4a (diff)
downloadcrawl-ref-c38a8f9b011df56edcb22021fdd05f7badba1c87.tar.gz
crawl-ref-c38a8f9b011df56edcb22021fdd05f7badba1c87.zip
Unique: Vashnia, leader of the elite marksnaga squad.
An HD 16 naga sharpshooter who also comes with various Blink spells, inherent Phase Shift, and a Shroud of Golubria that she can renew if it gets broken. Appears on Snake:2-. Historical note: Vashnia's original design had Disjunction as an escape spell; currently the escape spell is Blink Other, which accomplishes basically the same thing but with less visual impressiveness. Perhaps at a later date the possibility of this can be revisited.
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 3c99509c64..207420aeb1 100644
--- a/crawl-ref/source/mon-spll.h
+++ b/crawl-ref/source/mon-spll.h
@@ -2464,4 +2464,15 @@
SPELL_NO_SPELL
}
},
+
+ { MST_VASHNIA,
+ {
+ SPELL_PORTAL_PROJECTILE,
+ SPELL_BLINK_ALLIES_AWAY,
+ SPELL_BLINK_AWAY,
+ SPELL_PORTAL_PROJECTILE,
+ SPELL_BLINK_ALLIES_AWAY,
+ SPELL_BLINK_OTHER
+ }
+ },
#endif