From c38a8f9b011df56edcb22021fdd05f7badba1c87 Mon Sep 17 00:00:00 2001 From: Steve Melenchuk Date: Thu, 30 Jan 2014 23:05:46 -0700 Subject: 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. --- crawl-ref/source/mon-spll.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'crawl-ref/source/mon-spll.h') 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 -- cgit v1.2.3-54-g00ecf