summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-07 09:55:41 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-07 10:00:48 +1000
commite47db99b5c0e09041d8747b8aad9ce04ae7313dd (patch)
treedb6001dda4b356c8d29fee2a28e8b88d7480a6a3 /crawl-ref/source/mon-data.h
parentd7532db0cf293d48eb192279883df4c91f1a393b (diff)
downloadcrawl-ref-e47db99b5c0e09041d8747b8aad9ce04ae7313dd.tar.gz
crawl-ref-e47db99b5c0e09041d8747b8aad9ce04ae7313dd.zip
New unique: Aizul, disgraced guardian naga turned naga warrior.
Casts Venom Bolt, Blink Other, Ensorcelled Hibernation, Slow and heals himself. Comes with a ruby-red naga barding, a shield, and a chance of a very nice weapon. Can appear on Snake:4 and Snake:5, and also on similar dungeon levels to Margery and co. Backstory: the guardian of a horde of treasure who fell asleep on the job. Thieves raided the place, and he was disgraced and kicked out. Turned to the role of a warrior, seeking redemption through battle. Currently, there's something weird with the debug build at 'xv' for monster description not displaying the right information all the time.
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 206d420934..80983c2fb2 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -4267,6 +4267,18 @@ static monsterentry mondata[] = {
HT_LAND, FL_NONE, 10, DEFAULT_ENERGY, MONUSE_WEAPONS_ARMOUR, MONEAT_NOTHING, SIZE_MEDIUM
},
+{
+ MONS_AIZUL, 'N', LIGHTMAGENTA, "Aizul",
+ M_FIGHTER | M_SPELLCASTER | M_SEE_INVIS | M_WARM_BLOOD | M_SPEAKS
+ | M_ACTUAL_SPELLS | M_UNIQUE,
+ MR_RES_POISON,
+ 750, 10, MONS_NAGA, MONS_GUARDIAN_NAGA, MH_NATURAL, -6,
+ { {AT_HIT, AF_PLAIN, 28}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },
+ { 14, 0, 0, 142 },
+ 6, 16, MST_AIZUL, CE_MUTAGEN_RANDOM, Z_NOZOMBIE, S_SHOUT, I_HIGH,
+ HT_LAND, FL_NONE, 15, DEFAULT_ENERGY, MONUSE_WEAPONS_ARMOUR, MONEAT_NOTHING, SIZE_LARGE
+},
+
// human uniques ('@')
{
MONS_TERENCE, '@', LIGHTCYAN, "Terence",