From dccba09075e44f8219fafe9cef1d1025ee937400 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Fri, 15 Jan 2010 19:26:27 +1000 Subject: Tweak Aizul's spells and placement slightly. Now found 14-20, and has Blink Other as an escape spell instead of a standard enchantment. I've also replaced one of the Poison Arrows with Venom Bolt instead. Hopefully these changes should help to allay fears that he's too powerful at his assigned depth. --- crawl-ref/source/dat/uniques.des | 2 +- crawl-ref/source/mon-spll.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/dat/uniques.des b/crawl-ref/source/dat/uniques.des index f2eb5a47aa..038cbc2fe1 100644 --- a/crawl-ref/source/dat/uniques.des +++ b/crawl-ref/source/dat/uniques.des @@ -99,7 +99,7 @@ DEPTH: 12-18, !Lair, !Slime : place_unique(_G, "Agnes") NAME: uniq_aizul -DEPTH: 13-25, !Lair, !Slime +DEPTH: 14-20, !Lair, !Slime : place_unique(_G, "Aizul") NAME: uniq_azrael diff --git a/crawl-ref/source/mon-spll.h b/crawl-ref/source/mon-spll.h index dfbbf0f2b2..e266da0a73 100644 --- a/crawl-ref/source/mon-spll.h +++ b/crawl-ref/source/mon-spll.h @@ -1267,11 +1267,11 @@ { MST_AIZUL, { SPELL_VENOM_BOLT, - SPELL_BLINK_OTHER, + SPELL_SLEEP, SPELL_SLEEP, SPELL_POISON_ARROW, - SPELL_POISON_ARROW, - SPELL_MINOR_HEALING + SPELL_VENOM_BOLT, + SPELL_BLINK_OTHER } }, -- cgit v1.2.3-54-g00ecf