# File: monster.txt


# This file is used to initialize the "monster race" information for Angband.

# Do not modify this file unless you know exactly what you are doing, unless
# you wish to risk possible system crashes and broken savefiles.

# === Understanding monster.txt ===

# name: monster name
# plural: monster name plural (if non-standard)
# base: template name
# glyph: symbol
# color: color
# speed : monster speed
# hit-points : average hit points
# light: monster's light intensity
# hearing : hearing sensitivity
# armor-class : armor class
# sleepiness : initial sleep value
# depth: usual depth
# rarity: inverse probability of generation
# experience: experience per depth level
# blow: attack method : attack effect : damage
# flags: flag | flag | etc
# flags-off: flag | flag | etc
# innate-freq: frequency of innate attacks
# spell-freq: spell frequency
# spell-power: spell power
# spells: spell type | spell type | etc
# message-vis:spell type:message
# message-invis:spell type:message
# message-miss:spell type:message
# desc: Description
# drop: item type : item name : percent drop chance : min : max
# drop-base: item type : percent drop chance : min : max
# mimic: tval : sval
# friends: chance: number: name : ?role
# friends-base: chance: number: name : ?role

# 'name' indicates the beginning of an entry.

# 'plural' is for plurals to monster names that can't be handled by normal
# pluralisation rules (see mon-desc.c for more detail).

# 'base' is for the monster base template (see monster_base.txt). This
# provides the default display symbol, some default flags, and the monster's
# pain messages.

# 'glyph' is for the display symbol. If present, this overrides the default
# display symbol from the base template.

# 'color' is for color. There are 28 colors, as follows:
# d - 0  - Black
# w - 1  - White
# s - 2  - Slate
# o - 3  - Orange
# r - 4  - Red
# g - 5  - Green
# b - 6  - Blue
# u - 7  - Umber
# D - 8  - Light Dark
# W - 9  - Light Slate
# P - 10 - Light Purple
# y - 11 - yellow
# R - 12 - Light Red
# G - 13 - Light Green
# B - 14 - Light Blue
# U - 15 - Light Umber
# p - 16 - Purple
# v - 17 - Violet
# t - 18 - Teal
# m - 19 - Mud
# Y - 20 - Light Yellow
# i - 21 - Magenta-Pink
# T - 22 - Light Teal
# V - 23 - Light Violet
# I - 24 - Light Pink
# M - 25 - Mustard
# z - 26 - Blue Slate
# Z - 27 - Deep Light Blue

# currently unused: d, M, t, T

# (note that "black" is the same color as the screen background, and thus the
# monster will appear to be an empty black space if its color is "d".)

# Note to maintainers/devteam: Light Violet (V) is currently used for the
# "purple uniques" option. The option makes all uniques appear in this colour
# (instead of only Castamir and Waldern). It is therefore unwise to use it
# for non-unique monsters.

# 'speed' is for speed; 110 is normal speed.

# 'hit-points' is the average number of hitpoints for this monster race, or the
# exact number for unique monsters.

# 'light' is for the light intensity generated by this monster; note that this
# can be positive, negative or zero (the default if there is no light line)

# 'hearing' is at what multiple of the player's vision radius the monster
# notices the player.

# 'armor-class' is a measure of how likely the player is to hit the monster;
# the player's hit chance is rolled against 2/3 of this value.

# 'sleepiness' is for initial monster sleep value. Sleepiness ranges from 0
# (ever vigilant for intruders) to 255 (prefers to ignore intruders).

# 'depth' is the monster's usual dungeon level

# 'rarity' is used for picking monsters to be generated; probability of a given
# monster race is 100/rarity

# 'experience' is the base experience for the monster; this is multiplied by 
# the monster depth and divided by the player level to get the number of
# experience points the player receives for killing the monster.

# 'blow' is for blows -- method of attack, effect of the attack, and damage from
# the attack.
# There may be up to four of these lines; effect and damage are optional.

# 'flags' is for flags. These are fairly self-explanatory. As many flags:
# lines may be used as are needed to specify all the flags and flags are
# separated by the '|' symbol.

# 'flags-off' is for flags to remove from the template. For example, in
# monster_base.txt, molds are given HURT_FIRE. We don't want the red mold
# to have that, so we add a 'flags-off:HURT_FIRE' line to subtract that flag.

# 'innate-freq' is for frequency of innate ranged attacks - the number of
# monster turns, on average, before the monster will perform one of these
# attacks.  This must not be zero. If it is 1, the monster will never move
# while the player is in sight, and will thus never attack in melee, as it will
# use an innate attack every turn: if the monster is to use a melee attack,
# then X must be 2 or greater.

# 'spell-freq' is for spell frequency - the number of monster turns, on
# average, before the monster will cast one of its spells.  Similar
# considerations apply as for innate attack frequency.

# 'spell-power' is for the relative casting strength of a spellcasting monster.
# The default value is the same as the monster's depth (in which case no 
# 'spell-power' line is needed), so a monster with spell power greater than
# their depth is a particularly strong caster.
# Note that (apart from boulder throwers) monsters with only innate attacks
# but no spells a spell power value is not required.

# 'spells' is for spell flags, which work just like regular flags.

# 'message-vis', 'message-invis', and 'message-miss' allow overriding of the
# default messages (see monster_spell.txt) displayed when a monster casts a
# particular spell.  'message-vis' is for the message when the monster is
# visible to the observer.  'message-invis' is for the message when the monster
# is not seen by the observer.  'message-miss' is for the message if the spell
# misses.  The first field, the spell type, should be one of the names listed
# on the spells line.  The last field is the message to use; if that is omitted
# or is all whitespace, no message will be displayed on casting.  Any brace
# expressions, as described in monster_spell.txt, will be expanded in the
# message before it is displayed.

# 'desc' is for description. As many desc: lines may be used as are needed to
# describe the monster. Note that lines will need spaces at their
# ends or the beginning of the next line to prevent words from running
# together.

# 'drop' lines create possible drops for specific monsters.  Each item
# has its percent chance rolled for individually.  Any specified drops are in
# addition to those that are possible due to the flags set.  Specific drops
# can be affected by the DROP_GREAT and DROP_GOOD flags.

# 'drop-base' lines work as for drops, but only the object tval is specified.

# 'friends' lines specify options for what monsters can appear with other
# monster on creation.  The format is:
# friends:Chance of friend appearing:number in xdy format:name of friend
#
# Note that number is throttled depending on the dungeon level with only half
# appearing at depth and the full complement 5 levels deeper.  All town friends
# will be divided by two.
# The code places monsters from bottom up and will not place it if it can't find
# room.  For best results, places the most important friends at the bottom.
# Using 'Same' as the name does what you would expect.
# Some friends can have special roles; these are appended to the line end.

# 'friends-base' lines work as for friends, but the name should be of a monster
# base, and any monster with that base can be chosen.

# 'mimic' lines give item types that this monster may mimic. Each of the objects
# has an equal chance of being mimicked.

# === Understanding monster.txt flags ===

# UNIQUE monsters are just "special" monster races, with the requirement that
# only one monster of that race can exist at a time, and when it is killed, it
# can never again be generated.

# ATTR_CLEAR monsters appear the same color as the floor, terrain feature or
# object underneath them.

# ATTR_MULTI monsters are multi-hued--they change color, every player turn.
# Their base color is only used to set the initial color when they spawn.

# ATTR_FLICKER monsters are also multi-hued--but they only change between a
# small range of colors related to their defined color, and they start out
# as their defined color.

# CHAR_CLEAR monsters are totally invisible: the symbol shown on the screen is
# the same as the floor (or other terrain feature) below it, or the item that
# is lying on that floor. These monsters can currently be targeted as normal
# monsters: perhaps this can be changed so that the player must KNOW the
# monster is there (by bumping into it, or having the monster wake up and
# attack the player?)

# CHAR_MULTI monsters are those which look like objects, and use the symbols of
# objects. They are in plain sight, but the character should not know that a
# monster is there. At the moment, such monsters can be targeted normally
# (which means that this flag currently has no effect), but this may change
# in the future, as with CHAR_CLEAR monsters.

# (Note that currently both CHAR_CLEAR and CHAR_MULTI monsters are treated as
# normal monsters that are just hard to see... if you (l)ook for them, you will
# find them unless they are invisible and you cannot see invisible, and if you
# use the * command for targeting mode you can pick them as a target.)

# TODO: Explain the other monster and spell flags. But maybe in another file.



##### Non-race (contains the "player" picture) #####

name:<player>
base:player
color:w


##### Monster races proper #####

### Castle depth 0 ###

name:filthy Barovian urchin
base:townsfolk
color:D
speed:110
hit-points:3
hearing:4
armor-class:1
sleepiness:40
depth:0
rarity:2
experience:0
blow:BEG
blow:TOUCH:EAT_GOLD
flags:MALE
flags:RAND_25 | OPEN_DOOR | TAKE_ITEM
friends:50:2d1:Scrawny cat
friends:50:2d1:Scruffy little dog
friends:100:3d4:Same
desc:A ragged child of Barovia, orphaned by the wolves or worse.  He watches
desc: you with old eyes in a young face.

name:scrawny cat
base:feline
color:U
speed:110
hit-points:2
hearing:30
smell:30
armor-class:1
sleepiness:10
depth:0
rarity:3
experience:0
blow:CLAW:HURT:1d1
flags:RAND_25
desc:A skinny little furball with sharp claws and a menacing look.

name:scruffy little dog
base:canine
color:U
speed:110
hit-points:2
hearing:20
smell:50
armor-class:1
sleepiness:5
depth:0
rarity:3
experience:0
blow:BITE:HURT:1d1
flags:RAND_25
desc:A thin flea-ridden mutt, growling as you get close.

name:Bildrath the Mercenary
base:humanoid
color:w
speed:110
hit-points:350
light:2
hearing:40
armor-class:12
sleepiness:3
depth:0
rarity:4
experience:0
blow:MOAN
blow:MOAN
flags:UNIQUE | MALE
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:NO_CONF | NO_SLEEP
drop-base:mushroom:100:1:2
desc:He's lost his dogs.  He's had his mushrooms stolen.  In Barovia, a man
desc: guards what little is his.

name:blubbering madman
base:townsfolk
color:W
speed:110
hit-points:2
hearing:6
armor-class:1
sleepiness:50
depth:0
rarity:1
experience:0
blow:DROOL
flags:MALE
flags:RAND_25 | TAKE_ITEM
desc:He saw something at the castle gates one night, and has not stopped
desc: weeping since.

name:plague-ridden wretch
plural:plague-ridden wretches
base:townsfolk
color:g
speed:110
hit-points:2
hearing:6
armor-class:1
sleepiness:50
depth:0
rarity:1
experience:0
blow:DROOL
flags:MALE
flags:RAND_25 | OPEN_DOOR | BASH_DOOR | TAKE_ITEM
desc:The plague took his family and left him only the marks.  The villagers
desc: cross the street to avoid him.

name:village idiot
base:townsfolk
color:G
speed:120
hit-points:10
hearing:6
armor-class:1
sleepiness:50
depth:0
rarity:1
experience:0
blow:DROOL
flags:MALE
flags:RAND_25 | TAKE_ITEM
desc:Drooling and harmless.  In Barovia, some say the mad are the lucky ones.

name:pitiful beggar
base:townsfolk
color:U
speed:110
hit-points:3
hearing:10
armor-class:1
sleepiness:40
depth:0
rarity:1
experience:0
blow:BEG
flags:MALE
flags:RAND_25 | OPEN_DOOR | TAKE_ITEM
desc:He holds out a wooden bowl and mutters about the Morninglord.  You just
desc: can't help feeling sorry for him.

name:mangy leper
base:townsfolk
color:u
speed:110
hit-points:1
hearing:10
armor-class:1
sleepiness:50
depth:0
rarity:1
experience:0
blow:BEG
flags:MALE
flags:RAND_25 | OPEN_DOOR | TAKE_ITEM
desc:Wrapped in stained bandages, ringing a little bell.  You feel it is not
desc: safe to touch him.

name:squint-eyed grave-robber
base:townsfolk
color:b
speed:110
hit-points:9
hearing:10
armor-class:9
sleepiness:99
depth:0
rarity:1
experience:0
blow:HIT:HURT:1d6
blow:TOUCH:EAT_ITEM
blow:INSULT
flags:MALE | EVIL
flags:OPEN_DOOR | BASH_DOOR | TAKE_ITEM
desc:Fresh earth under his fingernails and a coil of rope at his belt.  The
desc: graves of Barovia are rarely left in peace.

name:wine-soaked drunkard
base:townsfolk
color:y
speed:110
hit-points:4
light:2
hearing:10
armor-class:1
sleepiness:0
depth:0
rarity:1
experience:0
blow:BEG
flags:MALE
flags:DROP_40 | ONLY_GOLD
flags:RAND_50 | OPEN_DOOR | BASH_DOOR | TAKE_ITEM
desc:Reeling out of the Blood of the Vine tavern, singing of Tatyana.  He
desc: makes you glad to be sober.

name:wandering Vistani peddler
base:townsfolk
color:o
speed:110
hit-points:6
light:2
hearing:10
armor-class:1
sleepiness:255
depth:0
rarity:1
experience:0
blow:HIT:HURT:1d3
flags:MALE
flags:DROP_40 | ONLY_GOLD
flags:RAND_50 | OPEN_DOOR | BASH_DOOR | TAKE_ITEM
friends:30:2d2:Filthy Barovian urchin
desc:A Vistani trader far from his vardo, hung with charms and lucky rings.
desc: He sizes you up with a practiced eye.

name:surly Falkovnian sellsword
plural:surly Falkovnian sellswords
base:townsfolk
color:r
speed:110
hit-points:23
light:2
hearing:10
armor-class:24
sleepiness:250
depth:0
rarity:1
experience:0
blow:HIT:HURT:1d10
flags:MALE | EVIL
flags:DROP_40
flags:RAND_50 | OPEN_DOOR | BASH_DOOR | TAKE_ITEM
desc:A deserter from Drakov's legions, selling his sword in the village.  No
desc: job is too low for him.

name:grizzled vampire hunter
base:townsfolk
color:B
speed:110
hit-points:32
light:2
hearing:10
armor-class:36
sleepiness:250
depth:0
rarity:1
experience:0
blow:HIT:HURT:2d6
flags:MALE
flags:DROP_40
flags:RAND_50 | OPEN_DOOR | BASH_DOOR | TAKE_ITEM
desc:Crossbow scars and a bandolier of stakes.  He has buried three of his own
desc: order, and does not take to strangers kindly.

name:yule-imp
plural:yule-imps
base:humanoid
color:r
speed:110
hit-points:100
light:2
hearing:80
armor-class:12
sleepiness:3
depth:0
rarity:1
experience:0
blow:HIT:HURT:1d1
flags:SEASONAL
friends:30:1d5:Same
desc:A horned little fiend in a red hood, jingling with stolen bells.

name:Krampus, the Child-Stealer
base:humanoid
color:G
speed:100
hit-points:1000
light:2
hearing:80
armor-class:12
sleepiness:3
depth:0
rarity:1
experience:0
flags:SEASONAL
flags:UNIQUE
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:NO_CONF | NO_SLEEP
spell-freq:4
spells:BLINK | HEAL
desc:The old winter devil of the mountains, come down with his sack and his
desc: switch.  In Barovia, the children are told to be good.  It does not help.

### Castle depth 1 ###

name:grey mold
base:mold
color:s
speed:110
hit-points:2
hearing:2
armor-class:1
sleepiness:0
depth:1
rarity:1
experience:3
blow:SPORE:HURT:1d4
blow:SPORE:HURT:1d4
flags:EMPTY_MIND | STUPID
desc:A small strange grey growth.

name:grey mushroom patch
plural:grey mushroom patches
base:mushroom
color:s
speed:110
hit-points:2
hearing:2
armor-class:1
sleepiness:0
depth:1
rarity:1
experience:1
blow:SPORE:CONFUSE:1d4
flags:IM_POIS | NEVER_MOVE
desc:Yum!  It looks quite tasty.

name:giant yellow centipede
base:centipede
color:y
speed:110
hit-points:7
hearing:8
smell:20
armor-class:14
sleepiness:30
depth:1
rarity:1
experience:2
blow:BITE:HURT:1d3
blow:STING:HURT:1d3
desc:It is about four feet long and carnivorous.

name:giant white centipede
base:centipede
color:w
speed:110
hit-points:9
hearing:7
smell:20
armor-class:12
sleepiness:40
depth:1
rarity:1
experience:2
blow:CRAWL:HURT:1d2
blow:STING:COLD:1d2
flags:RAND_50 | BASH_DOOR
desc:It is about four feet long and carnivorous.

name:white charnel-thing
base:icky thing
color:w
speed:110
hit-points:6
hearing:12
armor-class:8
sleepiness:10
depth:1
rarity:1
experience:1
blow:TOUCH:HURT:1d2
flags:EMPTY_MIND
flags:RAND_25
desc:It is a smallish, slack mass of grave-fat and hair.

name:clear charnel-thing
base:icky thing
color:w
speed:110
hit-points:6
hearing:12
armor-class:7
sleepiness:10
depth:1
rarity:1
experience:2
blow:TOUCH:HURT:1d2
flags:INVISIBLE | EMPTY_MIND
flags:RAND_25
flags:ATTR_CLEAR
desc:It is a smallish, slack mass of grave-fat that quivers as it moves.

name:giant white mouse
plural:giant white mice
base:rodent
color:w
speed:110
hit-points:2
hearing:8
smell:20
armor-class:4
sleepiness:20
depth:1
rarity:1
experience:1
blow:BITE:HURT:1d2
flags:MULTIPLY
flags:RAND_50
desc:It is about three feet long with large teeth.

name:large white snake
base:snake
color:w
speed:100
hit-points:11
hearing:4
armor-class:36
sleepiness:99
depth:1
rarity:1
experience:2
blow:BITE:HURT:1d1
blow:CRUSH:HURT:1d1
flags:RAND_50
desc:It is about eight feet long.

name:small kobold
base:kobold
color:y
speed:110
hit-points:8
hearing:20
smell:20
armor-class:24
sleepiness:70
depth:1
rarity:1
experience:5
blow:HIT:HURT:1d5
flags:DROP_60
desc:It is a squat and ugly humanoid figure with a canine face.

name:white worm mass
base:worm
color:w
speed:100
hit-points:10
hearing:7
armor-class:1
sleepiness:14
depth:1
rarity:1
experience:2
blow:CRAWL:POISON:1d2
flags:WEIRD_MIND | MULTIPLY | STUPID
flags:RAND_25 | RAND_50
flags:HURT_LIGHT | IM_POIS | NO_FEAR
desc:It is a large slimy mass of worms.

name:floating eye
base:eye
color:o
speed:110
hit-points:11
hearing:2
armor-class:7
sleepiness:10
depth:1
rarity:1
experience:1
blow:GAZE:PARALYZE
flags:NEVER_MOVE
flags:HURT_LIGHT | NO_FEAR
desc:A disembodied eye, floating a few feet above the ground.

name:rock lizard
base:reptile
color:U
speed:110
hit-points:8
hearing:20
smell:20
armor-class:4
sleepiness:15
depth:1
rarity:1
experience:2
blow:BITE:HURT:1d1
desc:It is a small lizard with a hardened hide.

name:starving hound
base:canine
color:U
speed:110
hit-points:3
hearing:10
smell:50
armor-class:3
sleepiness:10
depth:1
rarity:1
experience:1
blow:BITE:HURT:1d1
flags:GROUP_AI
friends:100:2d7:Same
desc:Ribs showing through mangy fur, driven from the village to hunt in the
desc: castle's shadow.  Dangerous when in a pack.

name:soldier ant
base:ant
color:W
speed:110
hit-points:6
hearing:10
smell:20
armor-class:4
sleepiness:40
depth:1
rarity:1
experience:3
blow:BITE:HURT:1d2
desc:A large ant with powerful mandibles.

name:fruit bat
base:bat
color:o
speed:120
hit-points:4
hearing:20
armor-class:3
sleepiness:10
depth:1
rarity:1
experience:1
blow:BITE:HURT:1d1
flags:RAND_25
desc:A fast-moving pest.

### Castle depth 2 ###

name:kobold
base:kobold
color:G
speed:110
hit-points:12
hearing:20
smell:20
armor-class:24
sleepiness:70
depth:2
rarity:1
experience:5
blow:HIT:HURT:1d8
flags:DROP_60
desc:It is a small, dog-headed humanoid.

name:shrieker mushroom patch
plural:shrieker mushroom patches
base:mushroom
color:R
speed:110
hit-points:1
hearing:4
armor-class:1
sleepiness:0
depth:2
rarity:1
experience:1
flags:NEVER_BLOW | NEVER_MOVE
flags:IM_POIS
flags:FORCE_SLEEP
innate-freq:4
spells:SHRIEK
desc:Yum!  It looks quite tasty.  It doesn't sound so nice, though...

name:blubbering charnel-thing
base:icky thing
color:W
speed:110
hit-points:18
hearing:14
armor-class:4
sleepiness:10
depth:2
rarity:1
experience:8
blow:CRAWL:POISON:1d4
blow:CRAWL:EAT_FOOD
flags:EMPTY_MIND
flags:KILL_BODY | TAKE_ITEM
flags:IM_POIS
desc:It is a smallish, slack mass of grave-fat and hair, and it is hungry.

name:metallic green centipede
base:centipede
color:g
speed:120
hit-points:10
hearing:5
smell:20
armor-class:4
sleepiness:10
depth:2
rarity:1
experience:3
blow:CRAWL:HURT:1d1
blow:STING:ACID:1d1
flags:RAND_50 | BASH_DOOR
desc:It is about four feet long and carnivorous.

name:soldier
base:person
color:u
speed:110
hit-points:23
light:2
hearing:20
armor-class:24
sleepiness:80
depth:2
rarity:1
experience:6
blow:HIT:HURT:1d7
blow:HIT:HURT:1d7
flags:MALE
flags:DROP_60
flags:OPEN_DOOR
friends-base:20:1d3:person
friends-base:40:1d3:person
friends-base:80:1d3:person
friends:50:1d2:Same
desc:An inexperienced but tough warrior.

name:cutpurse
base:person
color:b
speed:110
hit-points:20
hearing:20
armor-class:18
sleepiness:10
depth:2
rarity:1
experience:6
blow:HIT:HURT:1d6
blow:TOUCH:EAT_GOLD
flags:MALE | EVIL
flags:DROP_40
flags:OPEN_DOOR | TAKE_ITEM
drop:scroll:Phase Door:35:1:3
friends-base:20:1d3:person
friends-base:40:1d3:person
friends-base:80:1d3:person
friends:50:1d2:Same
desc:A rather shifty individual.

name:acolyte
base:person
color:g
speed:110
hit-points:18
light:2
hearing:20
armor-class:15
sleepiness:80
depth:2
rarity:1
experience:6
blow:HIT:HURT:1d5
flags:MALE
flags:DROP_40
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:12
spells:HEAL | SCARE
drop-base:prayer book:5:1:1
friends-base:20:1d3:person
friends-base:40:1d3:person
friends-base:80:1d3:person
friends:50:1d2:Same
desc:He is tripping over his priestly robes.

name:apprentice
base:person
color:r
speed:110
hit-points:15
light:2
hearing:20
armor-class:9
sleepiness:15
depth:2
rarity:1
experience:6
blow:HIT:HURT:1d4
flags:MALE
flags:DROP_40
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:12
spells:BLIND | BLINK | CONF | MISSILE
drop-base:magic book:5:1:1
friends-base:20:1d3:person
friends-base:40:1d3:person
friends-base:80:1d3:person
friends:50:1d2:Same
desc:He is leaving behind a trail of dropped spell components.

name:yellow mushroom patch
plural:yellow mushroom patches
base:mushroom
color:y
speed:110
hit-points:1
hearing:2
armor-class:1
sleepiness:0
depth:2
rarity:1
experience:2
blow:SPORE:TERRIFY:1d6
flags:NEVER_MOVE
flags:IM_POIS
desc:Yum!  It looks quite tasty.

name:white jelly
plural:white jellies
base:jelly
color:w
speed:120
hit-points:36
hearing:2
armor-class:1
sleepiness:99
depth:2
rarity:1
experience:10
blow:TOUCH:POISON:1d2
flags:NEVER_MOVE
flags:HURT_LIGHT | IM_POIS | HURT_COLD | NO_CONF | NO_SLEEP
desc:It's a large pile of white flesh.

name:giant green frog
base:reptile
color:g
speed:110
hit-points:9
hearing:12
smell:20
armor-class:9
sleepiness:30
depth:2
rarity:1
experience:6
blow:BITE:HURT:1d3
flags:RAND_25 | BASH_DOOR
desc:It is as big as a wolf.

name:giant black ant
base:ant
color:D
speed:110
hit-points:11
hearing:8
smell:20
armor-class:24
sleepiness:80
depth:2
rarity:1
experience:8
blow:BITE:HURT:1d4
flags:RAND_25
desc:It is about three feet long.

name:salamander
base:reptile
color:o
speed:110
hit-points:14
hearing:8
smell:20
armor-class:24
sleepiness:80
depth:2
rarity:1
experience:10
blow:BITE:FIRE:1d3
flags:RAND_25
flags:IM_FIRE
desc:A small black and orange lizard.

name:white harpy
plural:white harpies
base:hybrid
color:w
speed:110
hit-points:6
hearing:16
smell:20
armor-class:20
sleepiness:10
depth:2
rarity:1
experience:5
blow:CLAW:HURT:1d1
blow:CLAW:HURT:1d1
blow:BITE:HURT:1d2
flags:FEMALE | EVIL | ANIMAL
flags:RAND_50
desc:A flying, screeching bird with a woman's face.

name:blue grave rat
base:yeek
color:b
speed:110
hit-points:7
hearing:18
smell:20
armor-class:16
sleepiness:10
depth:2
rarity:1
experience:4
blow:HIT:HURT:1d5
flags:DROP_60
desc:A mangy, hunched rat of the boneyard, grown strange on grave-leavings.

name:Bildrath's Mastiff
base:canine
color:y
speed:120
hit-points:25
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:2
rarity:1
experience:30
blow:BITE:HURT:1d4
flags:UNIQUE | NAME_COMMA
flags:RAND_25 | BASH_DOOR
flags:NO_CONF | NO_SLEEP
desc:A rather vicious dog belonging to Bildrath the mercenary.  It thinks you
desc: are stealing from the shop.

name:Bildrath's Wolfhound
base:canine
color:y
speed:120
hit-points:25
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:2
rarity:1
experience:30
blow:BITE:HURT:1d4
flags:UNIQUE | NAME_COMMA
flags:RAND_25 | BASH_DOOR
flags:NO_CONF | NO_SLEEP
desc:A rather vicious dog belonging to Bildrath the mercenary.  It thinks you
desc: are stealing from the shop.

name:green worm mass
base:worm
color:g
speed:100
hit-points:15
hearing:7
armor-class:3
sleepiness:10
depth:2
rarity:1
experience:3
blow:CRAWL:ACID:1d3
flags:WEIRD_MIND | MULTIPLY | STUPID
flags:RAND_25 | RAND_50
flags:HURT_LIGHT | IM_ACID | NO_FEAR
desc:It is a large slimy mass of worms.

name:cave spider
base:spider
color:p
speed:120
hit-points:7
hearing:8
armor-class:19
sleepiness:80
depth:2
rarity:1
experience:7
blow:BITE:HURT:1d4
flags:ANIMAL | WEIRD_MIND
flags:GROUP_AI
friends:100:2d8:Same
desc:It is a black spider that moves in fits and starts.

name:black cat
base:feline
color:U
speed:120
hit-points:9
hearing:40
smell:30
armor-class:14
sleepiness:0
depth:2
rarity:2
experience:8
blow:CLAW:HURT:1d3
blow:CLAW:HURT:1d3
flags:BASH_DOOR
desc:A black cat with lamp-yellow eyes, hissing from the shadows.  Its velvet
desc: paws conceal a fistful of needles.

name:raven
base:bird
color:s
speed:120
hit-points:9
hearing:40
armor-class:14
sleepiness:0
depth:2
rarity:2
experience:8
blow:BITE:HURT:1d3
blow:BITE:HURT:1d3
desc:A glossy black raven, watching from the rafters.  In Barovia they say the
desc: ravens are on your side.  They say wrong things, sometimes.

name:Strahd zombie
plural:Strahd zombies
base:zombie
color:U
speed:100
hit-points:60
hearing:10
armor-class:38
sleepiness:20
depth:3
rarity:2
experience:35
blow:HIT:HURT:1d8
blow:HIT:HURT:1d8
flags:UNDEAD | EVIL
flags:COLD_BLOOD | EMPTY_MIND | IM_POIS | NO_FEAR | NO_CONF | NO_SLEEP
flags:HURT_LIGHT | OPEN_DOOR | BASH_DOOR
desc:One of the Count's own dead, patched and re-patched across the centuries.
desc: Cut it apart and the pieces keep coming: a hand still closes, an arm still
desc: swings, and none of it has the grace to stop.

### Castle depth 3 ###

name:Doru the Wretch
base:humanoid
color:B
speed:130
hit-points:400
hearing:20
armor-class:14
sleepiness:5
depth:3
rarity:2
experience:50
blow:TOUCH:EAT_GOLD:1d4
flags:UNIQUE | MALE | EVIL | INVISIBLE
flags:DROP_1 | DROP_GOOD | DROP_GREAT
flags:RAND_25 | RAND_50 | TAKE_ITEM
flags:HURT_LIGHT
desc:A wretch the Mists hollowed out.  He creeps unseen, and his cold fingers
desc: itch for your coin.

name:green ooze
base:jelly
color:g
speed:120
hit-points:8
hearing:8
armor-class:19
sleepiness:80
depth:3
rarity:2
experience:4
blow:CRAWL:ACID:1d3
flags:DROP_60
flags:RAND_25 | RAND_50
flags:IM_ACID | IM_POIS | HURT_COLD | NO_CONF | NO_SLEEP
desc:It's green and it's oozing.

name:poltergeist
base:ghost
color:W
speed:130
hit-points:6
hearing:8
armor-class:18
sleepiness:10
depth:3
rarity:1
experience:8
blow:TOUCH:TERRIFY
flags:DROP_40 | DROP_60
flags:RAND_25 | RAND_50 | TAKE_ITEM
flags:HURT_LIGHT
spell-freq:15
spells:BLINK
desc:A spiteful haunt of slamming doors and flung candlesticks, snatching
desc: what it can before it flickers away.

name:metallic blue centipede
base:centipede
color:b
speed:120
hit-points:12
hearing:6
smell:20
armor-class:7
sleepiness:15
depth:3
rarity:1
experience:7
blow:CRAWL:HURT:1d2
blow:STING:ELEC:1d2
flags:RAND_50 | BASH_DOOR
desc:It is about four feet long and carnivorous.

name:giant white louse
plural:giant white lice
base:insect
color:w
speed:120
hit-points:1
hearing:6
smell:20
armor-class:6
sleepiness:10
depth:3
rarity:1
experience:1
blow:BITE:HURT:1d1
desc:It is six inches long.

name:black naga
base:naga
color:D
speed:110
hit-points:27
hearing:16
armor-class:60
sleepiness:180
depth:3
rarity:1
experience:20
blow:CRUSH:HURT:1d8
flags:DROP_60
flags:RAND_25
desc:A large black serpent's body with a female torso.

name:spotted mushroom patch
plural:spotted mushroom patches
base:mushroom
color:o
speed:110
hit-points:1
hearing:2
armor-class:1
sleepiness:0
depth:3
rarity:1
experience:3
blow:SPORE:POISON:2d4
flags:NEVER_MOVE
flags:IM_POIS
desc:Yum!  It looks quite tasty.

name:silver jelly
plural:silver jellies
base:jelly
color:W
speed:120
hit-points:45
hearing:2
armor-class:1
sleepiness:99
depth:3
rarity:2
experience:12
blow:TOUCH:EAT_LIGHT:1d3
blow:TOUCH:EAT_LIGHT:1d3
flags:NEVER_MOVE
flags:IM_POIS | HURT_COLD | NO_CONF | NO_SLEEP
spell-freq:15
spells:DRAIN_MANA
message-invis:DRAIN_MANA:Something slurps.
desc:It is a large pile of silver flesh that sucks all light from its
desc: surroundings.

name:yellow jelly
plural:yellow jellies
base:jelly
color:y
speed:120
hit-points:45
hearing:2
armor-class:1
sleepiness:99
depth:3
rarity:1
experience:12
blow:TOUCH:POISON:1d3
flags:NEVER_MOVE
flags:HURT_LIGHT | IM_POIS | HURT_COLD | NO_CONF | NO_SLEEP
spell-freq:15
spells:DRAIN_MANA
message-invis:DRAIN_MANA:Something slurps.
desc:It's a large pile of yellow flesh.

name:scruffy looking vagabond
base:humanoid
color:b
speed:110
hit-points:9
hearing:16
armor-class:9
sleepiness:10
depth:3
rarity:1
experience:4
blow:HIT:HURT:1d4
blow:TOUCH:EAT_GOLD
flags:MALE | EVIL
flags:DROP_60
flags:TAKE_ITEM
desc:A short little guy, in bedraggled clothes.  He appears to be looking for a
desc: good tavern.

name:giant white ant
base:ant
color:w
speed:110
hit-points:11
hearing:8
smell:20
armor-class:19
sleepiness:80
depth:3
rarity:1
experience:7
blow:BITE:HURT:1d4
friends:100:4d4:same
desc:It is about two feet long and has sharp pincers.

name:yellow mold
base:mold
color:y
speed:110
hit-points:36
hearing:2
armor-class:12
sleepiness:99
depth:3
rarity:1
experience:9
blow:SPORE:HURT:1d4
flags:EMPTY_MIND | STUPID
desc:It is a strange yellow growth on the castle flagstones.

name:metallic red centipede
base:centipede
color:r
speed:120
hit-points:18
hearing:8
smell:20
armor-class:10
sleepiness:20
depth:3
rarity:1
experience:12
blow:CRAWL:HURT:1d2
blow:STING:FIRE:1d2
flags:RAND_25 | BASH_DOOR
desc:It is about four feet long and carnivorous.

name:yellow worm mass
base:worm
color:y
speed:100
hit-points:18
hearing:7
armor-class:4
sleepiness:10
depth:3
rarity:2
experience:4
blow:CRAWL:LOSE_DEX:1d3
flags:WEIRD_MIND | MULTIPLY | STUPID
flags:RAND_25 | RAND_50
flags:HURT_LIGHT | NO_FEAR
desc:It is a large slimy mass of worms.

name:clear worm mass
base:worm
color:w
speed:100
hit-points:10
hearing:7
armor-class:1
sleepiness:13
depth:3
rarity:2
experience:4
blow:CRAWL:POISON:1d2
flags:WEIRD_MIND | INVISIBLE | MULTIPLY | STUPID
flags:RAND_25 | RAND_50
flags:HURT_LIGHT | IM_POIS | NO_FEAR
flags:ATTR_CLEAR
desc:It is a disgusting mass of poisonous worms.

name:baleful eye
base:eye
color:R
speed:110
hit-points:11
hearing:2
armor-class:7
sleepiness:10
depth:3
rarity:1
experience:6
blow:GAZE:LOSE_STR:1d6
flags:NEVER_MOVE
flags:HURT_LIGHT | NO_FEAR
spell-freq:11
spells:DRAIN_MANA
desc:A disembodied eye swollen with baleful light, lidless and unblinking.

name:kobold shaman
base:kobold
color:r
speed:110
hit-points:11
hearing:20
smell:20
armor-class:24
sleepiness:50
depth:3
rarity:1
experience:15
blow:HIT:HURT:1d8
flags:DROP_40
spell-freq:5
spells:WOUND | CONF | HEAL | MISSILE
drop-base:magic book:5:1:1
drop-base:prayer book:5:1:1
friends-base:30:1d2:kobold
friends-base:70:1d2:kobold
desc:It is a kobold dressed in skins and gesturing wildly.

### Castle depth 4 ###

name:cave lizard
base:reptile
color:u
speed:110
hit-points:11
hearing:8
smell:20
armor-class:19
sleepiness:80
depth:4
rarity:1
experience:8
blow:BITE:HURT:1d5
desc:It is an armoured lizard with a powerful bite.

name:scout
base:person
color:W
speed:110
hit-points:27
light:2
hearing:20
armor-class:12
sleepiness:50
depth:4
rarity:1
experience:18
blow:HIT:HURT:1d5
blow:HIT:HURT:1d5
flags:MALE
flags:DROP_60
flags:OPEN_DOOR
flags:FORCE_SLEEP
innate-freq:3
spell-freq:10
spells:HASTE
spells:ARROW
drop-base:nature book:3:1:1
friends-base:20:1d3:person
friends-base:40:1d3:person
friends-base:80:1d3:person
friends:50:1d2:Same
desc:An agile hunter, ready and relaxed.

name:gallant
base:person
color:w
speed:110
hit-points:27
light:2
hearing:20
armor-class:24
sleepiness:100
depth:4
rarity:1
experience:18
blow:HIT:HURT:1d7
blow:HIT:HURT:1d7
flags:MALE
flags:DROP_60
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:9
spells:HEAL
drop-base:prayer book:3:1:1
friends-base:20:1d3:person
friends-base:40:1d3:person
friends-base:80:1d3:person
friends:50:1d2:Same
desc:An adventurer both devoutly religious and skillful in combat.

name:tamer
base:person
color:y
speed:110
hit-points:20
light:2
hearing:20
armor-class:20
sleepiness:100
depth:4
rarity:1
experience:13
blow:HIT:HURT:1d2
blow:HIT:HURT:1d2
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:8
spells:HASTE | SLOW | CONF
drop-base:nature book:5:1:1
friends-base:20:1d3:person
friends-base:40:1d3:person
friends-base:80:1d3:person
friends:50:1d2:Same
desc:A lover of nature.

name:blue jelly
plural:blue jellies
base:jelly
color:b
speed:110
hit-points:54
hearing:2
armor-class:1
sleepiness:99
depth:4
rarity:1
experience:14
blow:TOUCH:COLD:1d6
flags:COLD_BLOOD
flags:NEVER_MOVE
flags:HURT_LIGHT | IM_COLD | NO_CONF | NO_SLEEP
desc:It's a large pile of pulsing blue flesh.

name:creeping copper coins
plural:piles of creeping copper coins
base:creeping coins
color:u
speed:100
hit-points:32
hearing:3
armor-class:28
sleepiness:10
depth:4
rarity:3
experience:9
blow:HIT:HURT:1d4
blow:TOUCH:POISON:2d4
desc:It appears to be a pile of copper coins.
mimic:gold:copper

name:giant white rat
base:rodent
color:W
speed:110
hit-points:3
hearing:8
smell:20
armor-class:8
sleepiness:30
depth:4
rarity:1
experience:1
blow:BITE:POISON:1d3
flags:MULTIPLY
flags:RAND_25
desc:It is a very vicious rodent.

name:blue worm mass
base:worm
color:b
speed:100
hit-points:23
hearing:7
armor-class:14
sleepiness:10
depth:4
rarity:1
experience:5
blow:CRAWL:COLD:1d4
flags:COLD_BLOOD | WEIRD_MIND | MULTIPLY | STUPID
flags:RAND_25 | RAND_50
flags:HURT_LIGHT | IM_COLD | NO_FEAR
desc:It is a large slimy mass of worms.

name:large grey snake
base:snake
color:s
speed:100
hit-points:27
hearing:6
armor-class:61
sleepiness:100
depth:4
rarity:1
experience:14
blow:BITE:HURT:1d5
blow:CRUSH:HURT:1d8
flags:RAND_25
desc:It is about ten feet long.

name:kobold archer
base:kobold
color:W
speed:110
hit-points:24
hearing:20
smell:20
armor-class:24
sleepiness:70
depth:4
rarity:1
experience:20
blow:HIT:HURT:1d9
flags:DROP_40
innate-freq:2
spells:ARROW
friends-base:30:1d2:kobold
friends-base:70:1d2:kobold
desc:It is an ugly dog-headed humanoid wielding a bow.

name:silver mouse
plural:silver mice
base:rodent
color:W
speed:110
hit-points:2
hearing:8
smell:20
armor-class:4
sleepiness:20
depth:4
rarity:1
experience:1
blow:BITE:EAT_LIGHT:1d2
flags:MULTIPLY
flags:RAND_50
desc:It is about three feet long with large teeth.  As the light of your lamp
desc: falls on it, it seems to grow stronger.

### Castle depth 5 ###

name:Kolyan Indirovich
base:humanoid
color:U
speed:120
hit-points:60
hearing:16
armor-class:12
sleepiness:30
depth:5
rarity:3
experience:90
blow:HIT:HURT:1d8
blow:HIT:HURT:1d8
flags:UNIQUE | MALE
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
friends:80:1d7:Scruffy looking vagabond:servant
desc:The burgomaster of Barovia, a sturdy man renowned for his stubborn courage.
desc:  He can prove a troublesome opponent.

name:green naga
base:naga
color:g
speed:110
hit-points:41
hearing:18
armor-class:48
sleepiness:120
depth:5
rarity:1
experience:30
blow:CRUSH:HURT:1d8
blow:SPIT:ACID:2d6
flags:DROP_60
flags:RAND_25 | TAKE_ITEM
flags:IM_ACID
desc:A large green serpent with a female's torso.  Her green skin glistens with
desc: acid.

name:blue ooze
base:jelly
color:b
speed:110
hit-points:8
hearing:8
armor-class:19
sleepiness:80
depth:5
rarity:1
experience:7
blow:CRAWL:COLD:1d4
flags:DROP_40
flags:RAND_25 | RAND_50
flags:IM_COLD | NO_CONF | NO_SLEEP
desc:It's blue and it's oozing.

name:green glutton ghost
base:ghost
color:g
speed:130
hit-points:8
hearing:10
armor-class:24
sleepiness:10
depth:5
rarity:1
experience:15
blow:TOUCH:EAT_FOOD:1d1
flags:DROP_40 | DROP_60
flags:RAND_25 | RAND_50
flags-off:IM_COLD
desc:It is a very ugly green ghost with a voracious appetite.

name:green jelly
plural:green jellies
base:jelly
color:g
speed:120
hit-points:99
hearing:2
armor-class:1
sleepiness:99
depth:5
rarity:1
experience:18
blow:TOUCH:ACID:1d2
flags:NEVER_MOVE
flags:HURT_LIGHT | IM_ACID | HURT_COLD | NO_CONF | NO_SLEEP
desc:It is a large pile of pulsing green flesh.

name:large kobold
base:kobold
color:b
speed:110
hit-points:65
hearing:20
smell:20
armor-class:48
sleepiness:70
depth:5
rarity:1
experience:25
blow:HIT:HURT:1d10
flags:DROP_60
friends-base:50:1d2:kobold
friends-base:30:1d2:kobold
desc:It is a man-sized figure with the all too recognizable face of a kobold.

name:skeleton kobold
base:skeleton
color:w
speed:110
hit-points:23
hearing:20
armor-class:39
sleepiness:80
depth:5
rarity:1
experience:12
blow:HIT:HURT:1d6
flags:EMPTY_MIND
flags:OPEN_DOOR | BASH_DOOR
desc:It is a small animated kobold skeleton.

name:grey charnel-thing
base:icky thing
color:s
speed:110
hit-points:18
hearing:14
armor-class:14
sleepiness:15
depth:5
rarity:1
experience:10
blow:TOUCH:HURT:1d5
flags:EMPTY_MIND
desc:It is a smallish, slack mass of grave-fat with a vicious appetite.

name:disenchanter eye
base:eye
color:v
speed:100
hit-points:32
hearing:2
armor-class:7
sleepiness:10
depth:5
rarity:2
experience:20
blow:GAZE:DISENCHANT
flags:NEVER_MOVE
flags:HURT_LIGHT | IM_DISEN | NO_FEAR
flags:ATTR_MULTI
spell-freq:9
spells:DRAIN_MANA
desc:A disembodied eye, crackling with magic.

name:red worm mass
base:worm
color:r
speed:100
hit-points:23
hearing:7
armor-class:14
sleepiness:10
depth:5
rarity:1
experience:6
blow:CRAWL:FIRE:1d6
flags:WEIRD_MIND | MULTIPLY | STUPID
flags:RAND_25 | RAND_50 | BASH_DOOR
flags:HURT_LIGHT | IM_FIRE | NO_FEAR
desc:It is a large slimy mass of worms.

name:copperhead snake
base:snake
color:o
speed:110
hit-points:14
hearing:6
armor-class:30
sleepiness:10
depth:5
rarity:1
experience:15
blow:BITE:POISON:2d4
flags:RAND_50
flags:IM_POIS
desc:It has a copper head and sharp venomous fangs.

name:giant white dragon fly
plural:giant white dragon flies
base:dragon fly
color:w
speed:110
hit-points:14
hearing:12
armor-class:30
sleepiness:1
depth:5
rarity:2
experience:15
blow:BITE:COLD:1d6
flags:IM_COLD
innate-freq:10
spells:BR_COLD
desc:It is a large fly that drips frost.

name:giant green dragon fly
plural:giant green dragon flies
base:dragon fly
color:g
speed:110
hit-points:14
hearing:12
armor-class:30
sleepiness:1
depth:5
rarity:2
experience:16
blow:BITE:POISON:1d6
flags:RAND_25
flags:IM_POIS
innate-freq:10
spells:BR_POIS
desc:A vast, foul-smelling dragonfly.

name:rot jelly
plural:rot jellies
base:jelly
color:u
speed:120
hit-points:90
hearing:2
armor-class:36
sleepiness:99
depth:5
rarity:1
experience:15
blow:TOUCH:EAT_FOOD:2d3
blow:TOUCH:LOSE_WIS:2d3
flags:NEVER_MOVE
flags:HURT_LIGHT | IM_POIS | HURT_COLD | NO_CONF | NO_SLEEP
desc:It is a large pile of rotting flesh, whose touch spoils your food.  The
desc: terrible smell it exudes is also very hard to get rid of...

name:crypt bat swarm
plural:crypt bat swarms
base:bat
color:D
speed:130
hit-points:24
hearing:30
armor-class:16
sleepiness:10
depth:6
rarity:2
experience:14
blow:BITE:HURT:1d3
blow:BITE:HURT:1d3
flags:ANIMAL | RAND_25 | RAND_50
flags:NO_FEAR
desc:The ceiling of the catacombs is not stone but bodies, and it has noticed
desc: you.  They pour down in a whispering river of wings, and the dark is
desc: suddenly full of small wet mouths.

### Castle depth 6 ###

name:purple mushroom patch
plural:purple mushroom patches
base:mushroom
color:P
speed:110
hit-points:1
hearing:2
armor-class:1
sleepiness:0
depth:6
rarity:2
experience:15
blow:SPORE:LOSE_CON:1d2
blow:SPORE:LOSE_CON:1d2
blow:SPORE:LOSE_CON:1d2
flags:NEVER_MOVE
desc:Yum!  It looks quite tasty.

name:brown mold
base:mold
color:u
speed:110
hit-points:68
hearing:2
armor-class:14
sleepiness:99
depth:6
rarity:1
experience:20
blow:SPORE:CONFUSE:1d4
flags:EMPTY_MIND | STUPID
desc:A strange brown growth on the castle flagstones.

name:giant brown bat
base:bat
color:u
speed:130
hit-points:14
hearing:10
armor-class:18
sleepiness:30
depth:6
rarity:1
experience:10
blow:BITE:HURT:1d3
flags:RAND_50
desc:It screeches as it attacks.

name:medusa head
plural:medusa heads
base:bat
color:G
speed:130
hit-points:14
hearing:10
armor-class:18
sleepiness:30
depth:6
rarity:2
experience:12
blow:BITE:HURT:1d3
blow:GAZE:PARALYZE:1d2
flags:RAND_50
desc:A severed, snake-haired head that drifts through the castle halls in a
desc: slow, bobbing arc.  Meeting its dead gaze is a mistake.

name:creeping silver coins
plural:piles of creeping silver coins
base:creeping coins
color:s
speed:100
hit-points:54
hearing:4
armor-class:36
sleepiness:10
depth:6
rarity:3
experience:18
blow:HIT:HURT:1d6
blow:TOUCH:POISON:2d6
desc:It appears to be a pile of silver coins.
mimic:gold:silver

name:corrupted minion
base:orc
color:U
speed:110
hit-points:36
hearing:20
smell:20
armor-class:48
sleepiness:70
depth:6
rarity:1
experience:15
blow:HIT:HURT:1d8
flags:DROP_20
flags:HURT_LIGHT
innate-freq:15
spells:ARROW
friends:30:1d3:Raven
friends:100:2d9:Same
desc:He is one of the many weaker 'slave' ghouls, bred in the castle's
desc: shadow to serve and to swarm.

name:rattlesnake
base:snake
color:r
speed:110
hit-points:24
hearing:6
armor-class:36
sleepiness:10
depth:6
rarity:1
experience:20
blow:BITE:POISON:2d5
flags:RAND_50
flags:IM_POIS
desc:It is recognized by the hard-scaled end of its body that is often rattled
desc: to frighten its prey.

name:giant black dragon fly
plural:giant black dragon flies
base:dragon fly
color:s
speed:120
hit-points:14
hearing:12
armor-class:30
sleepiness:1
depth:6
rarity:2
experience:18
flags:NEVER_BLOW | RAND_25
flags:IM_ACID
innate-freq:10
spells:BR_ACID
desc:The size of a large bird, this fly drips caustic acid.

name:giant gold dragon fly
plural:giant gold dragon flies
base:dragon fly
color:y
speed:120
hit-points:14
hearing:12
armor-class:30
sleepiness:1
depth:6
rarity:2
experience:18
blow:BITE:HURT:1d3
flags:RAND_25
flags:IM_FIRE | NO_STUN
innate-freq:10
spells:BR_SOUN
desc:Large beating wings support this dazzling insect.  A loud buzzing noise
desc: pervades the air.

### Castle depth 7 ###

name:crow of Barovia
plural:crows of Barovia
base:bird
color:D
speed:120
hit-points:12
hearing:40
armor-class:14
sleepiness:0
depth:7
rarity:3
experience:10
blow:BITE:HURT:1d3
blow:BITE:HURT:1d2
spell-freq:9
spell-power:4
spells:WOUND
message-vis:WOUND:{name} caws three times.
message-invis:WOUND:Something caws three times.
desc:A crook-beaked bird with bedraggled black feathers.  It mocks you, and you
desc: realise that its scorn can kill.

name:cursed warrior
base:orc
color:G
speed:110
hit-points:55
hearing:20
smell:20
armor-class:48
sleepiness:70
depth:7
rarity:1
experience:20
blow:HIT:HURT:1d8
flags:DROP_20
flags:HURT_LIGHT
innate-freq:13
spells:ARROW
friends:50:1d8:corrupted minion
friends:100:2d6:Same
desc:He is often found in huge numbers in the castle's lightless halls.

name:wood spider
base:spider
color:U
speed:120
hit-points:11
hearing:8
armor-class:19
sleepiness:80
depth:7
rarity:3
experience:15
blow:BITE:HURT:1d3
blow:STING:POISON:1d4
flags:ANIMAL | WEIRD_MIND
flags:IM_POIS | GROUP_AI
friends:100:2d7:Same
desc:It scuttles towards you.

name:bloodshot eye
base:eye
color:r
speed:110
hit-points:45
hearing:2
armor-class:7
sleepiness:10
depth:7
rarity:3
experience:15
blow:GAZE:BLIND:2d6
flags:NEVER_MOVE
flags:HURT_LIGHT | NO_FEAR
spell-freq:7
spells:DRAIN_MANA
desc:A disembodied eye, bloodshot and nasty.

name:haunted portrait
plural:haunted portraits
base:eye
color:U
speed:110
hit-points:45
hearing:2
armor-class:7
sleepiness:10
depth:7
rarity:3
experience:15
blow:GAZE:TERRIFY:2d6
flags:NEVER_MOVE
flags:NO_FEAR
spell-freq:7
spells:DRAIN_MANA
desc:An oil portrait of some long-dead Barovian noble.  Its painted eyes
desc: follow you about the hall, and its painted mouth is beginning to move.

name:red naga
base:naga
color:r
speed:110
hit-points:50
hearing:20
armor-class:48
sleepiness:120
depth:7
rarity:2
experience:40
blow:CRUSH:HURT:1d10
blow:BITE:LOSE_STR:1d4
flags:DROP_60
flags:RAND_25 | TAKE_ITEM
desc:A large red snake with a woman's torso.

name:red jelly
plural:red jellies
base:jelly
color:r
speed:110
hit-points:117
hearing:2
armor-class:1
sleepiness:99
depth:7
rarity:1
experience:26
blow:TOUCH:LOSE_STR:1d5
flags:NEVER_MOVE
flags:HURT_LIGHT | HURT_COLD | NO_CONF | NO_SLEEP
desc:It is a large pulsating mound of red flesh.

name:giant red frog
base:reptile
color:r
speed:110
hit-points:23
hearing:12
smell:20
armor-class:19
sleepiness:50
depth:7
rarity:1
experience:16
blow:BITE:LOSE_STR:2d4
flags:RAND_50 | BASH_DOOR
desc:It looks poisonous.

name:green charnel-thing
base:icky thing
color:g
speed:110
hit-points:23
hearing:14
armor-class:14
sleepiness:20
depth:7
rarity:2
experience:18
blow:TOUCH:ACID:2d5
flags:EMPTY_MIND
flags:IM_ACID
desc:It is a smallish, slack mass of grave-fat that weeps caustic bile.

name:zombified kobold
base:zombie
color:s
speed:110
hit-points:27
hearing:20
smell:20
armor-class:21
sleepiness:100
depth:7
rarity:1
experience:14
blow:HIT:HURT:1d2
blow:HIT:HURT:1d2
flags:EMPTY_MIND
flags:NO_FEAR
desc:It is an animated kobold corpse.  Flesh falls off in large chunks as it
desc: shambles forward.

name:lost soul
base:ghost
color:B
speed:110
hit-points:9
hearing:12
armor-class:12
sleepiness:10
depth:7
rarity:2
experience:18
blow:HIT:HURT:2d2
blow:TOUCH:LOSE_WIS
flags:DROP_40 | DROP_60
flags:RAND_50 | TAKE_ITEM
spell-freq:15
spells:DRAIN_MANA | TPORT
desc:It is almost insubstantial: a wisp of someone Barovia has forgotten,
desc: still weeping for a name it cannot recall.

name:renegade dwarf
plural:renegade dwarves
base:humanoid
color:D
speed:110
hit-points:39
hearing:20
armor-class:24
sleepiness:40
depth:7
rarity:2
experience:25
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
flags:MALE | EVIL
flags:DROP_60
flags:FORCE_SLEEP
spell-freq:10
spells:CONF | DARKNESS
desc:A dwarf of one of the eastern kindreds who has fallen under the sway of
desc: the Shadow.

name:night lizard
base:reptile
color:b
speed:110
hit-points:18
hearing:20
smell:20
armor-class:19
sleepiness:30
depth:7
rarity:2
experience:35
blow:BITE:HURT:1d6
blow:BITE:HURT:1d6
desc:It is a black lizard with overlapping scales and a powerful jaw.

name:Gash the Kobold Lord
base:kobold
color:v
speed:110
hit-points:150
hearing:20
smell:20
armor-class:30
sleepiness:40
depth:7
rarity:3
experience:100
blow:HIT:HURT:1d10
blow:HIT:HURT:1d10
blow:HIT:HURT:1d10
flags:UNIQUE | MALE | MOVE_BODY
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
friends:100:1d10:Small kobold:servant
friends:100:1d10:Kobold:servant
friends:100:1d3:Kobold shaman:servant
friends:100:1d5:Kobold archer:servant
friends:100:1d5:Large kobold:bodyguard
desc:Strong and powerful, for a kobold.

### Castle depth 8 ###

name:Ismark the Elder, the Betrayed
base:person
color:B
speed:110
hit-points:250
hearing:20
armor-class:45
sleepiness:10
depth:8
rarity:1
experience:150
blow:HIT:HURT:1d5
blow:HIT:HURT:1d5
blow:TOUCH:EAT_GOLD
blow:INSULT
flags:UNIQUE | MALE | NAME_COMMA | EVIL
flags:DROP_1 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
flags:FORCE_SLEEP
spell-freq:5
spells:HEAL | SLOW | TRAPS
spells:BA_POIS
spells:BO_COLD
desc:A treacherous advisor who sold his own people to the castle, and was
desc: betrayed in his turn.  A snivelling wretch with no morals and disgusting
desc: habits.

name:Lazlo the Corrupt
base:orc
color:y
speed:110
hit-points:190
hearing:20
smell:20
armor-class:48
sleepiness:50
depth:8
rarity:2
experience:80
blow:HIT:HURT:1d10
blow:HIT:HURT:1d10
blow:HIT:HURT:1d9
blow:HIT:HURT:1d9
flags:UNIQUE | NAME_COMMA
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
friends:80:2d7:Wolf
friends:100:5d4:corrupted minion:servant
desc:A captain of a regiment of weaker ghouls, Lazlo keeps his troop in order
desc: with displays of excessive violence.

name:terrified grave rat
base:yeek
color:u
speed:110
hit-points:18
hearing:18
smell:20
armor-class:21
sleepiness:10
depth:8
rarity:1
experience:11
flags:DROP_40 | FRIGHTENED | NEVER_BLOW
innate-freq:9
spells:SHRIEK
desc:It is a shivering grave rat in a constant state of extreme terror.

name:giant salamander
base:reptile
color:y
speed:110
hit-points:24
hearing:6
smell:20
armor-class:60
sleepiness:80
depth:8
rarity:1
experience:50
blow:BITE:FIRE:3d6
flags:RAND_25
flags:IM_FIRE
flags:FORCE_SLEEP
innate-freq:9
spells:BR_FIRE
desc:A large black and yellow lizard.  You'd better run away!

name:green mold
base:mold
color:g
speed:110
hit-points:95
hearing:2
armor-class:16
sleepiness:75
depth:8
rarity:1
experience:28
blow:SPORE:TERRIFY:1d4
flags:EMPTY_MIND | STUPID
flags:IM_ACID
desc:It is a strange growth on the castle flagstones.

name:skeleton warrior
base:skeleton
color:w
speed:110
hit-points:45
hearing:20
armor-class:54
sleepiness:70
depth:8
rarity:1
experience:26
blow:HIT:HURT:2d5
flags:ORC | EMPTY_MIND
flags:OPEN_DOOR | BASH_DOOR
desc:It is an animated warrior skeleton.

name:lemure
base:minor demon
color:U
speed:110
hit-points:65
hearing:20
armor-class:48
sleepiness:80
depth:8
rarity:3
experience:16
blow:HIT:HURT:1d8
flags:OPEN_DOOR | BASH_DOOR
flags:NO_FEAR
friends:100:2d7:Same
desc:It is a minor but aggressive demon.

name:shadow tracker
base:orc
color:u
speed:110
hit-points:55
hearing:40
smell:50
armor-class:40
sleepiness:20
depth:8
rarity:1
experience:25
blow:HIT:HURT:1d8
flags:DROP_20
flags:HURT_LIGHT
innate-freq:12
spells:ARROW
desc:A small corrupted tracker with wide and snuffling nostrils.

name:ruffian
base:person
color:s
speed:110
hit-points:36
hearing:20
armor-class:28
sleepiness:10
depth:8
rarity:2
experience:26
blow:HIT:HURT:2d4
blow:HIT:HURT:2d4
flags:MALE | EVIL
flags:DROP_1
flags:OPEN_DOOR | TAKE_ITEM
innate-freq:8
spells:SHOT | WHIP
desc:An uncultured brute with a club, a sling and a whip.

### Castle depth 9 ###

name:giant black louse
plural:giant black lice
base:insect
color:D
speed:120
hit-points:2
hearing:6
armor-class:8
sleepiness:10
depth:9
rarity:1
experience:3
blow:BITE:HURT:1d2
desc:It makes you itch just to look at it.

name:lurching monstrosity
plural:lurching monstrosities
base:yeti
color:w
speed:110
hit-points:55
hearing:20
smell:20
armor-class:36
sleepiness:30
depth:9
rarity:3
experience:30
blow:CLAW:HURT:1d3
blow:CLAW:HURT:1d3
blow:BITE:HURT:1d4
desc:A man-shaped mass of stitched hide and mismatched limbs, lurching on
desc: legs that were never a matched pair.

name:bloodshot charnel-thing
base:icky thing
color:r
speed:110
hit-points:32
hearing:14
armor-class:21
sleepiness:20
depth:9
rarity:3
experience:24
blow:TOUCH:HURT:1d4
blow:CRAWL:ACID:2d4
flags:EMPTY_MIND
spell-freq:11
spells:DRAIN_MANA
message-invis:DRAIN_MANA:Something slurps.
desc:It is a strange, translucent mass of grave-fat, barely visible.

name:giant grey rat
base:rodent
color:s
speed:110
hit-points:4
hearing:8
smell:20
armor-class:14
sleepiness:20
depth:9
rarity:1
experience:2
blow:BITE:POISON:1d4
flags:MULTIPLY
flags:RAND_25
desc:It is a rodent of unusual size.

name:black harpy
plural:black harpies
base:hybrid
color:D
speed:120
hit-points:14
hearing:16
smell:20
armor-class:26
sleepiness:10
depth:9
rarity:1
experience:19
blow:CLAW:HURT:1d2
blow:CLAW:HURT:1d2
blow:BITE:HURT:1d3
flags:FEMALE | EVIL | ANIMAL
flags:RAND_25
desc:A woman's face on the body of a vicious black bird.

name:dark shaman
base:orc
color:r
speed:110
hit-points:41
hearing:20
smell:20
armor-class:22
sleepiness:50
depth:9
rarity:1
experience:30
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
flags:DROP_60
flags:HURT_LIGHT
flags:FORCE_SLEEP
drop-base:magic book:5:1:1
drop-base:prayer book:5:1:1
spell-freq:8
spells:BLINK | WOUND | MISSILE
desc:A corrupted shaman dressed in skins who gestures wildly.

name:baby blue dragon
base:dragon
color:b
speed:110
hit-points:88
hearing:20
armor-class:36
sleepiness:70
depth:9
rarity:2
experience:35
blow:CLAW:HURT:1d3
blow:CLAW:HURT:1d3
blow:BITE:HURT:1d5
flags:DROP_40 | DROP_1 | ONLY_GOLD
flags:OPEN_DOOR | BASH_DOOR
flags:IM_ELEC
innate-freq:12
spells:BR_ELEC
desc:This hatchling dragon is still soft, its eyes unaccustomed to light and its
desc: scales a pale blue.

name:baby white dragon
base:dragon
color:w
speed:110
hit-points:88
hearing:20
armor-class:36
sleepiness:70
depth:9
rarity:2
experience:35
blow:CLAW:HURT:1d3
blow:CLAW:HURT:1d3
blow:BITE:HURT:1d5
flags:DROP_40 | DROP_1 | ONLY_GOLD
flags:OPEN_DOOR | BASH_DOOR
flags:IM_COLD
innate-freq:12
spells:BR_COLD
desc:This hatchling dragon is still soft, its eyes unaccustomed to light and its
desc: scales a pale white.

name:baby green dragon
base:dragon
color:g
speed:110
hit-points:88
hearing:20
armor-class:36
sleepiness:70
depth:9
rarity:2
experience:35
blow:CLAW:HURT:1d3
blow:CLAW:HURT:1d3
blow:BITE:HURT:1d5
flags:DROP_40 | DROP_1 | ONLY_GOLD
flags:OPEN_DOOR | BASH_DOOR
flags:IM_POIS
innate-freq:12
spells:BR_POIS
desc:This hatchling dragon is still soft, its eyes unaccustomed to light and its
desc: scales a sickly green.

name:baby black dragon
base:dragon
color:s
speed:110
hit-points:88
hearing:20
armor-class:36
sleepiness:70
depth:9
rarity:2
experience:35
blow:CLAW:HURT:1d3
blow:CLAW:HURT:1d3
blow:BITE:HURT:1d5
flags:DROP_40 | DROP_1 | ONLY_GOLD
flags:OPEN_DOOR | BASH_DOOR
flags:IM_ACID
innate-freq:12
spells:BR_ACID
desc:This hatchling dragon is still soft, its eyes unaccustomed to light and its
desc: scales a dull black.

name:baby red dragon
base:dragon
color:r
speed:110
hit-points:88
hearing:20
armor-class:36
sleepiness:70
depth:9
rarity:2
experience:35
blow:CLAW:HURT:1d3
blow:CLAW:HURT:1d3
blow:BITE:HURT:1d5
flags:DROP_40 | DROP_1 | ONLY_GOLD
flags:OPEN_DOOR | BASH_DOOR
flags:IM_FIRE
innate-freq:12
spells:BR_FIRE
desc:This hatchling dragon is still soft, its eyes unaccustomed to light and its
desc: scales a pale red.

name:giant red ant
base:ant
color:r
speed:110
hit-points:18
hearing:12
smell:20
armor-class:40
sleepiness:60
depth:9
rarity:2
experience:22
blow:BITE:HURT:1d4
blow:STING:LOSE_STR:1d4
desc:It is large and has venomous mandibles.

name:Bratu the Falkovnian
base:person
color:U
speed:110
hit-points:210
light:2
hearing:20
armor-class:37
sleepiness:40
depth:9
rarity:2
experience:100
blow:HIT:HURT:1d12
blow:HIT:HURT:1d12
blow:HIT:HURT:1d12
blow:HIT:HURT:1d12
flags:UNIQUE | MALE | NAME_COMMA
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR
desc:A nasty piece of work, Bratu picks on defenseless women and children.

name:king cobra
base:snake
color:g
speed:110
hit-points:44
hearing:8
armor-class:45
sleepiness:10
depth:9
rarity:2
experience:28
blow:SPIT:BLIND:1d2
blow:BITE:POISON:3d4
flags:RAND_50
flags:IM_POIS
innate-freq:4
spells:SPIT
desc:It is a large snake with a hooded face.

name:baby gold dragon
base:dragon
color:y
speed:110
hit-points:88
hearing:20
armor-class:36
sleepiness:70
depth:9
rarity:2
experience:35
blow:CLAW:HURT:1d3
blow:CLAW:HURT:1d3
blow:BITE:HURT:1d5
flags:DROP_40 | DROP_1 | ONLY_GOLD
flags:OPEN_DOOR | BASH_DOOR | NO_STUN
innate-freq:12
spells:BR_SOUN
desc:This hatchling dragon is still soft, its eyes unaccustomed to light and its
desc: scales a pale gold.

name:cave bear
base:quadruped
color:u
speed:110
hit-points:36
hearing:10
smell:20
armor-class:52
sleepiness:30
depth:9
rarity:1
experience:25
blow:CLAW:HURT:1d6
blow:CLAW:HURT:1d6
blow:BITE:HURT:1d8
flags:ANIMAL
flags:RAND_25
desc:A large bear has made its den among these ruined walls.  It is hungry, and
desc: you are trespassing in its territory.



########## DUNGEON LEVELS 10-19 ##########



### Castle depth 10 ###

name:giant spider
base:spider
color:V
speed:110
hit-points:55
hearing:8
armor-class:24
sleepiness:40
depth:10
rarity:2
experience:35
blow:BITE:HURT:1d10
blow:BITE:POISON:1d6
blow:BITE:POISON:1d6
blow:BITE:HURT:1d10
flags:ANIMAL | WEIRD_MIND
flags:IM_POIS
innate-freq:10
spells:WEAVE
desc:It is a vast black spider whose bulbous body is bloated with poison.

name:blacklock mage
base:humanoid
color:r
speed:120
hit-points:39
hearing:20
armor-class:24
sleepiness:30
depth:10
rarity:1
experience:50
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
flags:MALE | EVIL
flags:DROP_60 | ONLY_ITEM
flags:FORCE_SLEEP
spell-freq:5
spells:BLIND | CONF | DARKNESS | MISSILE
spells:BA_POIS
drop-base:magic book:10:1:1
drop-base:magic book:10:1:1
desc:A corrupted dwarf from the east, dressed in black mail, hurling spells
desc: at you.

name:Escher, Thrall of Strahd
base:yeek
color:B
speed:120
hit-points:120
hearing:18
smell:20
armor-class:24
sleepiness:10
depth:10
rarity:3
experience:80
blow:HIT:HURT:1d9
blow:HIT:HURT:1d8
blow:INSULT
blow:INSULT
flags:UNIQUE | MALE | NAME_COMMA | EVIL | SMART
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:FORCE_SLEEP
spell-freq:4
spells:BLINK | CONF | HEAL | SLOW | TELE_TO
spells:S_MONSTER
friends:50:2d5:terrified grave rat:servant
friends:100:2d5:Blue grave rat:servant
friends:50:1d3:Master grave rat:servant
desc:Strahd keeps his favourites close and hungry.  He knows mighty spells,
desc: but fortunately he is still only a grave rat.

name:stonefoot warrior
base:humanoid
color:u
speed:110
hit-points:60
hearing:20
armor-class:24
sleepiness:40
depth:10
rarity:1
experience:50
blow:HIT:HURT:1d8
blow:HIT:HURT:1d8
flags:MALE | EVIL
flags:DROP_60
desc:A dwarf of the east in a coat of iron rings and wielding an axe.

name:clear mushroom patch
plural:clear mushroom patches
base:mushroom
color:w
speed:120
hit-points:1
hearing:4
armor-class:1
sleepiness:0
depth:10
rarity:2
experience:3
blow:SPORE:HURT:1d1
flags:COLD_BLOOD | INVISIBLE | MULTIPLY
flags:NEVER_MOVE
flags:ATTR_CLEAR
desc:Yum!  It looks quite tasty.

name:Ratik the Red, Vistani Outlaw
base:person
color:y
speed:110
hit-points:230
hearing:20
smell:20
armor-class:30
sleepiness:50
depth:10
rarity:3
experience:160
blow:HIT:HURT:1d12
blow:HIT:HURT:1d10
blow:HIT:POISON:1d12
blow:HIT:HURT:1d10
flags:UNIQUE | MALE | NAME_COMMA
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
friends:50:2d5:brigand:servant
friends:80:2d7:Wolf
friends:100:5d4:brigand:servant
desc:Ratik the Red is a cunning and devious Vistani outlaw who preys on travelers
desc: in the mist-shrouded forests of Barovia. His chaotic nature and cruel cunning
desc: make him a dangerous foe for novice adventurers.

name:giant white tick
base:spider
color:w
speed:100
hit-points:54
hearing:12
smell:20
armor-class:150
sleepiness:20
depth:10
rarity:2
experience:27
blow:BITE:POISON:2d6
flags:ANIMAL | WEIRD_MIND
flags:IM_POIS
desc:It is moving slowly towards you.

name:hairy mold
base:mold
color:o
speed:110
hit-points:68
hearing:2
armor-class:22
sleepiness:0
depth:10
rarity:1
experience:32
blow:SPORE:POISON:1d3
flags:EMPTY_MIND | STUPID
desc:It is a strange hairy growth on the castle flagstones.

name:disenchanter mold
base:mold
color:v
speed:110
hit-points:72
hearing:2
armor-class:30
sleepiness:10
depth:10
rarity:1
experience:40
blow:SPORE:DISENCHANT:1d6
flags:EMPTY_MIND | STUPID
flags:IM_DISEN
flags:ATTR_MULTI
spell-freq:11
spells:DRAIN_MANA
desc:It is a strange glowing growth on the castle flagstones.

name:pseudo-dragon
base:dragon
color:o
speed:110
hit-points:176
light:2
hearing:20
armor-class:36
sleepiness:70
depth:10
rarity:2
experience:150
blow:CLAW:HURT:1d3
blow:CLAW:HURT:1d3
blow:BITE:HURT:1d5
flags:DROP_40
flags:BASH_DOOR
innate-freq:15
spell-freq:20
spells:CONF | SCARE
spells:BR_DARK | BR_LIGHT
desc:A small relative of the dragon that roosts in the castle's dark towers.

name:cackling gargoyle
plural:cackling gargoyles
base:minor demon
color:R
speed:120
hit-points:80
hearing:20
armor-class:38
sleepiness:30
depth:10
rarity:1
experience:40
blow:HIT:HURT:1d8
flags:OPEN_DOOR | BASH_DOOR
flags:NO_FEAR
spell-freq:3
spells:BLINK | TELE_TO
desc:A stone-skinned horror that laughs from the battlements, blinking in and
desc: out of existence; no other fiend matches its teleporting mastery.

name:creeping gold coins
plural:piles of creeping gold coins
base:creeping coins
color:y
speed:100
hit-points:81
hearing:5
armor-class:43
sleepiness:10
depth:10
rarity:3
experience:32
blow:HIT:HURT:2d5
blow:TOUCH:POISON:3d5
flags:IM_ACID
desc:It appears to be a pile of gold coins, until it starts crawling towards
desc: you on tiny legs.
mimic:gold:gold

name:wolf
plural:wolves
base:canine
color:u
speed:120
hit-points:21
hearing:30
smell:50
armor-class:45
sleepiness:10
depth:10
rarity:1
experience:30
blow:BITE:HURT:1d6
flags:RAND_25 | BASH_DOOR
flags:GROUP_AI
friends:100:2d10:Same
desc:It howls and snaps at you.

name:giant fruit fly
plural:giant fruit flies
base:insect
color:G
speed:120
hit-points:3
hearing:8
armor-class:16
sleepiness:10
depth:10
rarity:3
experience:4
blow:BITE:HURT:1d2
desc:A fast-breeding, annoying pest.

name:panther
base:feline
color:u
speed:120
hit-points:45
hearing:40
smell:30
armor-class:36
sleepiness:0
depth:10
rarity:2
experience:25
blow:CLAW:HURT:1d8
blow:CLAW:HURT:1d8
flags:BASH_DOOR
desc:A large black cat, stalking you with intent.  It thinks you're its next
desc: meal.

name:witch
plural:witches
base:person
color:P
speed:110
hit-points:41
hearing:20
armor-class:48
sleepiness:5
depth:10
rarity:2
experience:35
blow:HIT:HURT:1d6
flags:FEMALE | EVIL
flags:DROP_1
flags:OPEN_DOOR | TAKE_ITEM
innate-freq:5
spell-freq:8
spells:WHIP
spells:WOUND | SCARE | DARKNESS
drop-base:shadow book:5:1:1
friends:50:1d2:Illusionist
friends:50:1d2:Priest
friends:50:1d2:warrior
friends:50:1d2:Same
desc:She is dressed in black and smells of decay.

### Castle depth 11 ###

name:baby multi-hued dragon
base:dragon
color:v
speed:110
hit-points:114
hearing:20
armor-class:36
sleepiness:70
depth:11
rarity:2
experience:45
blow:CLAW:HURT:1d4
blow:CLAW:HURT:1d4
blow:BITE:HURT:1d6
flags:DROP_40 | DROP_1 | ONLY_GOLD
flags:OPEN_DOOR | BASH_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS
flags:ATTR_MULTI
innate-freq:12
spells:BR_ACID | BR_COLD | BR_ELEC | BR_FIRE | BR_POIS
desc:This hatchling dragon is still soft, its eyes unaccustomed to light and its
desc: scales shimmering with hints of many different colours.

name:hippogriff
base:hybrid
color:U
speed:110
hit-points:100
hearing:12
smell:20
armor-class:21
sleepiness:40
depth:11
rarity:1
experience:30
blow:HIT:HURT:2d5
blow:BITE:HURT:2d5
flags:ANIMAL
flags:BASH_DOOR
desc:A strange hybrid of eagle and horse, an ill-made thing that should not be.

name:zombified warrior
base:zombie
color:s
speed:110
hit-points:50
hearing:20
armor-class:36
sleepiness:90
depth:11
rarity:1
experience:30
blow:HIT:HURT:1d4
blow:HIT:HURT:1d4
blow:HIT:HURT:1d4
flags:ORC | EMPTY_MIND
flags:NO_FEAR
desc:It is a shambling corrupted corpse leaving behind a trail of flesh.

name:Vistani mage
base:person
color:r
speed:110
hit-points:52
hearing:18
armor-class:30
sleepiness:20
depth:11
rarity:2
experience:48
blow:HIT:HURT:1d5
flags:MALE
flags:DROP_60
flags:FORCE_SLEEP
spell-freq:4
spells:BLINK | DARKNESS
spells:BO_COLD
spells:S_MONSTER
drop-base:magic book:5:1:1
drop-base:magic book:5:1:1
friends:100:4d4:Same
desc:A Vistani sorcerer in road-worn colours, tracing signs of ill fortune
desc: in the air.

name:gallows tree
base:tree
color:g
speed:100
hit-points:800
hearing:20
armor-class:50
sleepiness:20
depth:11
rarity:2
experience:100
blow:CRUSH:HURT:1d20
flags:NEVER_MOVE | WEIRD_MIND
flags:NO_STUN | NO_SLOW
spell-freq:12
spells:CONF
friends:100:2d4:same
desc:An ancient tree from which the hanged once swung.  Its boughs creak
desc: under remembered weight, and it seems to be watching you.

### Castle depth 12 ###

name:black mamba
base:snake
color:D
speed:120
hit-points:45
hearing:10
armor-class:48
sleepiness:10
depth:12
rarity:3
experience:40
blow:BITE:POISON:4d6
flags:RAND_50
flags:IM_POIS
innate-freq:4
spells:SPIT
desc:It has glistening black skin, a sleek body and highly venomous fangs.

name:white wolf
plural:white wolves
base:canine
color:w
speed:120
hit-points:28
hearing:30
smell:50
armor-class:45
sleepiness:15
depth:12
rarity:1
experience:30
blow:BITE:HURT:1d3
blow:BITE:HURT:1d4
flags:RAND_25 | BASH_DOOR
flags:IM_COLD | GROUP_AI
friends:100:2d7:Same
desc:A large and muscled wolf from the northern wastes.  Its breath is cold and
desc: icy and its fur coated in frost.

name:grape jelly
plural:grape jellies
base:jelly
color:P
speed:110
hit-points:234
light:2
hearing:2
armor-class:1
sleepiness:99
depth:12
rarity:3
experience:60
blow:TOUCH:EXP_10
flags:NEVER_MOVE
flags:HURT_LIGHT | HURT_COLD | IM_POIS | NO_CONF | NO_SLEEP
spell-freq:11
spells:DRAIN_MANA
message-invis:DRAIN_MANA:Something slurps.
desc:Yum!  It looks quite tasty.  It is a pulsing mound of glowing flesh.

name:nether worm mass
base:worm
color:D
speed:100
hit-points:23
hearing:10
armor-class:22
sleepiness:10
depth:12
rarity:3
experience:6
blow:TOUCH:EXP_10
flags:WEIRD_MIND | MULTIPLY | STUPID
flags:RAND_25 | RAND_50 | BASH_DOOR
flags:HURT_LIGHT | NO_FEAR | IM_NETHER
desc:It is a disgusting mass of dark worms, eating each other, the floor, the
desc: air, you....

name:Gregor the Gravedigger, Cursed Captain
base:person
color:Y
speed:110
hit-points:240
hearing:20
smell:20
armor-class:90
sleepiness:40
depth:12
rarity:3
experience:230
blow:HIT:HURT:1d12
blow:HIT:HURT:1d12
blow:HIT:POISON:1d10
blow:HIT:HURT:1d10
flags:UNIQUE | MALE | NAME_COMMA
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:IM_COLD | IM_POIS
flags:OPEN_DOOR | BASH_DOOR
friends:50:4d4:brigand:servant
friends:80:2d7:dire wolf
friends:100:5d4:brigand:servant
friends:100:1d1:Kolyan Indirovich
friends:100:1d1:Ratik the Red, Vistani Outlaw
desc:Gregor the Gravedigger leads a band of cursed raiders from Kartakass. Once a
desc: militia captain, he was cursed for desecrating graves and now commands the
desc: restless dead and living bandits alike.

name:master grave rat
base:yeek
color:U
speed:110
hit-points:60
hearing:18
smell:20
armor-class:28
sleepiness:10
depth:12
rarity:2
experience:28
blow:HIT:HURT:1d8
flags:EVIL
flags:DROP_40
flags:FORCE_SLEEP
spell-freq:4
spells:BLIND | BLINK | SLOW | TPORT
spells:BA_POIS
spells:S_MONSTER
drop-base:magic book:5:1:1
drop-base:magic book:5:1:1
desc:A grave rat grown old and cunning; it radiates some dark power.

name:priest
base:person
color:g
speed:110
hit-points:54
light:2
hearing:20
armor-class:26
sleepiness:40
depth:12
rarity:1
experience:36
blow:HIT:HURT:2d3
blow:HIT:HURT:2d3
flags:MALE | SMART
flags:DROP_60
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:3
spell-power:6
spells:HEAL | SCARE | HEAL_KIN
spells:BA_LIGHT | BA_HOLY
spells:S_KIN
drop-base:prayer book:8:1:1
drop-base:prayer book:8:1:1
friends:50:1d2:Brigand
friends:50:1d2:Illusionist
friends:50:1d2:warrior
friends:50:1d2:Same
desc:A robed man, dedicated to his god.

name:ironfist priest
base:humanoid
color:P
speed:120
hit-points:39
hearing:20
armor-class:45
sleepiness:40
depth:12
rarity:1
experience:50
blow:HIT:HURT:1d9
blow:HIT:HURT:1d10
flags:MALE | EVIL | SMART
flags:DROP_1 | ONLY_ITEM
flags:FORCE_SLEEP
spell-freq:5
spells:BLIND | WOUND | CONF | DARKNESS | HEAL
drop-base:shadow book:8:1:1
drop-base:shadow book:8:1:1
desc:A dwarf of the east, dressed all in black, chanting words of dark sorcery.

name:air spirit
base:elemental
color:B
speed:130
hit-points:36
hearing:12
armor-class:48
sleepiness:20
depth:12
rarity:2
experience:40
blow:HIT:HURT:1d3
flags:COLD_BLOOD | INVISIBLE
flags:RAND_25 | RAND_50 | BASH_DOOR
flags:IM_ELEC
desc:A whirlwind of sentient air.

name:skeleton human
base:skeleton
color:w
speed:110
hit-points:45
hearing:20
armor-class:45
sleepiness:70
depth:12
rarity:1
experience:38
blow:HIT:HURT:1d8
flags:EMPTY_MIND
flags:OPEN_DOOR | BASH_DOOR
desc:It is an animated human skeleton.

name:zombified human
base:zombie
color:s
speed:110
hit-points:54
hearing:20
armor-class:36
sleepiness:100
depth:12
rarity:1
experience:34
blow:HIT:HURT:1d4
blow:HIT:HURT:1d4
flags:EMPTY_MIND
flags:NO_FEAR
desc:It is a shambling human corpse dropping chunks of flesh behind it.

name:tiger
base:feline
color:o
speed:120
hit-points:66
hearing:40
smell:30
armor-class:48
sleepiness:0
depth:12
rarity:2
experience:40
blow:CLAW:HURT:1d8
blow:CLAW:HURT:1d8
blow:BITE:HURT:1d6
flags:BASH_DOOR
desc:One of the largest of its species, a sleek orange and black shape creeps
desc: towards you, ready to pounce.

name:moaning spirit
base:ghost
color:u
speed:120
hit-points:23
hearing:14
armor-class:24
sleepiness:10
depth:12
rarity:2
experience:44
blow:WAIL:TERRIFY
blow:TOUCH:LOSE_DEX:1d8
flags:DROP_40 | DROP_60
flags:RAND_25
flags:FORCE_SLEEP
spell-freq:15
spells:SCARE | TPORT
desc:A ghostly apparition that shrieks horribly.

name:warrior
base:person
color:u
speed:110
hit-points:54
light:2
hearing:20
armor-class:51
sleepiness:70
depth:12
rarity:1
experience:40
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
flags:MALE
flags:DROP_1
flags:OPEN_DOOR
innate-freq:10
spells:BOLT
friends:50:1d2:Brigand
friends:50:1d2:Priest
friends:50:1d2:Illusionist
friends:50:1d2:Same
desc:A warrior of considerable skill.

name:stegocentipede
base:centipede
color:u
speed:120
hit-points:59
hearing:12
smell:20
armor-class:36
sleepiness:30
depth:12
rarity:2
experience:40
blow:BITE:HURT:2d4
blow:BITE:HURT:2d4
blow:STING:HURT:2d4
flags:BASH_DOOR
desc:It is a vast armoured centipede with massive mandibles and a spiked tail.

name:spotted jelly
plural:spotted jellies
base:jelly
color:o
speed:120
hit-points:59
hearing:12
armor-class:27
sleepiness:0
depth:12
rarity:3
experience:33
blow:TOUCH:ACID:1d10
blow:TOUCH:ACID:2d6
blow:TOUCH:ACID:2d6
flags:COLD_BLOOD
flags:NEVER_MOVE
flags:HURT_LIGHT | IM_ACID | IM_POIS | HURT_COLD | NO_CONF | NO_SLEEP
desc:A strange jelly thing, covered in discoloured blotches.

name:Barovian zombie
base:zombie
color:g
speed:100
hit-points:72
hearing:8
armor-class:45
sleepiness:20
depth:12
rarity:2
experience:40
blow:HIT:HURT:2d6
blow:HIT:HURT:2d6
flags:UNDEAD | EVIL
flags:COLD_BLOOD | EMPTY_MIND | IM_POIS | NO_FEAR | NO_CONF | NO_SLEEP
flags:HURT_LIGHT | OPEN_DOOR | BASH_DOOR
desc:A shambling corpse risen from the cursed soil of Barovia, its flesh rotting
desc: and eyes vacant. It moves with relentless hunger, driven by dark magic to
desc: hunt the living.

### Castle depth 13 ###

name:killer brown beetle
base:killer beetle
color:u
speed:110
hit-points:59
hearing:10
armor-class:72
sleepiness:30
depth:13
rarity:1
experience:45
blow:BITE:HURT:4d4
desc:It is a vicious insect with a tough carapace.

name:ochre jelly
plural:ochre jellies
base:jelly
color:U
speed:120
hit-points:59
hearing:12
armor-class:21
sleepiness:1
depth:13
rarity:3
experience:40
blow:TOUCH:ACID:1d10
blow:TOUCH:ACID:2d6
blow:TOUCH:ACID:2d6
flags:COLD_BLOOD
flags:OPEN_DOOR | BASH_DOOR | TAKE_ITEM
flags:IM_ACID | IM_POIS | HURT_COLD | NO_CONF | NO_SLEEP
desc:A fast moving highly acidic jelly thing, that is eating away the floor it
desc: rests on.

name:Vasili the Rat-King
base:yeek
color:P
speed:120
hit-points:180
hearing:18
smell:20
armor-class:28
sleepiness:10
depth:13
rarity:3
experience:200
blow:HIT:HURT:1d9
blow:HIT:HURT:1d9
blow:HIT:HURT:1d8
flags:UNIQUE | MALE | NAME_COMMA | EVIL | SMART
flags:DROP_60 | DROP_1 | DROP_GOOD | ONLY_ITEM
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | BLINK | HEAL | SLOW | TPORT
spells:S_KIN | S_MONSTER
friends:50:2d6:terrified grave rat:servant
friends:100:2d6:Blue grave rat:servant
friends:100:2d4:Master grave rat:servant
friends:100:1d1:Escher, Thrall of Strahd
desc:A great grave rat, powerful in magic and sorcery, but vermin all the same.

name:ogre
base:ogre
color:U
speed:110
hit-points:65
hearing:20
smell:20
armor-class:49
sleepiness:50
depth:13
rarity:2
experience:50
blow:HIT:HURT:2d8
flags:DROP_40
friends-base:100:2d4:orc
friends:100:2d4:Same
desc:A hideous, smallish giant that is often found near or with ghouls.

name:creeping moonsilver coins
plural:piles of creeping moonsilver coins
base:creeping coins
color:B
speed:110
hit-points:90
hearing:5
armor-class:60
sleepiness:10
depth:13
rarity:3
experience:45
blow:HIT:HURT:2d5
blow:TOUCH:POISON:3d5
flags:IM_ACID
desc:It appears to be a pile of sentient moonsilver coins that doesn't like being
desc: picked up.
mimic:gold:moonsilver

name:illusionist
base:person
color:I
speed:120
hit-points:54
light:2
hearing:20
armor-class:15
sleepiness:20
depth:13
rarity:2
experience:50
blow:HIT:HURT:2d2
flags:MALE | EVIL | SMART
flags:DROP_1
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | BLINK | CONF | DARKNESS | HASTE | HOLD
spells:SLOW | TPORT
drop-base:magic book:8:1:1
drop-base:magic book:8:1:1
friends:50:1d2:Brigand
friends:50:1d2:Priest
friends:50:1d2:warrior
friends:50:1d2:Same
desc:A deceptive spell caster.

name:druid
base:person
color:y
speed:110
hit-points:78
light:2
hearing:20
armor-class:15
sleepiness:20
depth:13
rarity:2
experience:50
blow:HIT:HURT:2d4
blow:HIT:HURT:2d4
flags:MALE | SMART
flags:DROP_1
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | HASTE | HOLD | SLOW | CONF
spells:BO_POIS | BO_FIRE | SHAPECHANGE
spells:S_ANIMAL
drop-base:nature book:8:1:1
drop-base:nature book:8:1:1
desc:A priest devoted to Nature.

name:corrupted archer
base:orc
color:m
speed:110
hit-points:66
hearing:20
smell:20
armor-class:54
sleepiness:60
depth:13
rarity:1
experience:45
blow:HIT:HURT:2d4
blow:HIT:HURT:2d4
flags:DROP_20
flags:HURT_LIGHT
innate-freq:3
spell-power:16
spells:ARROW
friends:100:1d3:Same
desc:He has a bow of horn and a quiver full of black-feathered arrows.

### Castle depth 14 ###

name:giant flea
base:insect
color:s
speed:120
hit-points:3
hearing:8
armor-class:30
sleepiness:10
depth:14
rarity:3
experience:4
blow:BITE:HURT:1d2
flags:BASH_DOOR
desc:It makes you itch just to look at it.

name:Yeska of the Bone Grinder
base:orc
color:g
speed:110
hit-points:320
hearing:20
smell:20
armor-class:75
sleepiness:40
depth:14
rarity:3
experience:250
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
flags:UNIQUE
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:IM_COLD
friends:50:2d2:corrupted archer
friends:100:4d4:corrupted minion
friends:100:3d4:cursed warrior
desc:A strong corrupted warrior guarding a mountain pass.  He is mortally afraid of
desc: spiders.

name:blue charnel-thing
base:icky thing
color:b
speed:100
hit-points:35
hearing:15
armor-class:30
sleepiness:10
depth:14
rarity:4
experience:20
blow:CRAWL:POISON:1d4
blow:CRAWL:EAT_FOOD
blow:HIT:HURT:1d4
blow:HIT:HURT:1d4
flags:EVIL | MULTIPLY
flags:OPEN_DOOR | BASH_DOOR
flags:IM_POIS
flags:FORCE_SLEEP
spell-freq:8
spells:BLIND | CONF | SCARE
message-invis:BLIND:Something slurps.
desc:It is a strange, quivering mass of grave-fat with rudimentary intelligence, but
desc: evil cunning.  It hungers for food, and you look tasty.

name:flesh golem
base:golem
color:R
speed:110
hit-points:54
hearing:12
armor-class:36
sleepiness:10
depth:14
rarity:2
experience:50
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
flags:BASH_DOOR
desc:A patchwork of stolen corpses sewn into the shape of a man, its long
desc: scars straining at the stitches with every shambling step.

name:dire wolf
base:canine
color:s
speed:120
hit-points:36
hearing:20
smell:50
armor-class:30
sleepiness:10
depth:14
rarity:2
experience:40
blow:BITE:HURT:1d8
flags:EVIL | GROUP_AI
flags:RAND_25 | BASH_DOOR
friends:100:2d7:Same
desc:It is a large wolf with eyes full of cunning.

name:lurker
base:lurker
color:w
speed:110
hit-points:176
hearing:30
armor-class:30
sleepiness:10
depth:14
rarity:3
experience:80
blow:HIT:HURT:1d8
blow:HIT:HURT:1d8
desc:A strange creature that merges with the castle floor, trapping its
desc: victims by enveloping them within its perfectly disguised form.

### Castle depth 15 ###

name:wererat
base:rodent
color:D
speed:110
hit-points:90
hearing:10
smell:20
armor-class:15
sleepiness:20
depth:15
rarity:2
experience:45
blow:CLAW:HURT:1d8
blow:CLAW:HURT:1d8
blow:BITE:HURT:2d6
flags:EVIL
flags:DROP_40 | ONLY_GOLD
flags:OPEN_DOOR | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:9
spells:BLINK | WOUND
spells:BA_POIS
spells:BO_COLD
desc:A large rat with glowing red eyes.  The wererat is a disgusting creature,
desc: relishing in filth and disease.

name:black ogre
base:ogre
color:D
speed:110
hit-points:100
hearing:20
smell:20
armor-class:49
sleepiness:50
depth:15
rarity:2
experience:75
blow:HIT:HURT:2d8
blow:HIT:HURT:2d8
flags:DROP_40
flags:RAND_25
friends:60:2d4:Ogre
friends:100:3d4:Same
desc:A massive corrupted figure with black skin and powerful arms.

name:magic mushroom patch
plural:magic mushroom patches
base:mushroom
color:B
speed:140
hit-points:1
light:2
hearing:40
armor-class:12
sleepiness:0
depth:15
rarity:2
experience:10
blow:SPORE:CONFUSE
blow:SPORE:CONFUSE
blow:SPORE:HALLU
blow:SPORE:HALLU
flags:NEVER_MOVE
flags:FORCE_SLEEP
spell-freq:2
spells:BLINK | DARKNESS | SCARE | SLOW
message-invis:BLINK:Something hums softly.
message-invis:DARKNESS:Something hums softly.
message-invis:SLOW:Something hums softly.
desc:Pale toadstools fattened on grave-soil.  They look quite tasty, and
desc: seem to glow with an unusual light.

name:guardian naga
base:naga
color:B
speed:110
hit-points:144
hearing:20
armor-class:78
sleepiness:120
depth:15
rarity:2
experience:80
blow:CRUSH:HURT:2d8
blow:BITE:HURT:1d8
blow:BITE:HURT:1d8
flags:DROP_40 | DROP_1
flags:RAND_25 | OPEN_DOOR
desc:A giant snake-like figure with a woman's torso.

name:light hound
base:zephyr hound
color:o
speed:110
hit-points:21
light:3
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:15
rarity:3
experience:50
blow:CLAW:HURT:1d4
blow:CLAW:HURT:1d4
blow:BITE:HURT:1d6
flags:BASH_DOOR
flags:FORCE_SLEEP
innate-freq:5
spells:BR_LIGHT
friends:100:2d7:Same
desc:A brilliant canine form whose light hurts your eyes, even at this distance.

name:dark hound
base:zephyr hound
color:D
speed:110
hit-points:21
light:-2
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:15
rarity:3
experience:50
blow:CLAW:HURT:1d4
blow:CLAW:HURT:1d4
blow:BITE:HURT:1d6
flags:BASH_DOOR
flags:FORCE_SLEEP
innate-freq:5
spells:BR_DARK
friends:100:2d7:Same
desc:A hole in the air in the shape of a huge hound.  No light falls upon its
desc: form.

name:half-fiend
base:orc
color:s
speed:110
hit-points:88
hearing:20
smell:20
armor-class:60
sleepiness:50
depth:15
rarity:2
experience:50
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
flags:DROP_20
innate-freq:10
spells:ARROW
friends:50:2d4:dire wolf
friends:50:1d2:shadow tracker
friends:100:4d4:Same
desc:He is a hideous deformed cross-breed with man and fiend, combining man's
desc: strength and cunning with ghoulish evil.  The surgeons of Lamordia are
desc: generally believed to be responsible for this abomination.

name:giant tarantula
base:spider
color:o
speed:120
hit-points:80
hearing:8
armor-class:48
sleepiness:20
depth:15
rarity:3
experience:70
blow:BITE:POISON:1d6
blow:BITE:POISON:1d6
blow:BITE:POISON:1d6
flags:ANIMAL | WEIRD_MIND
flags:IM_POIS
desc:A giant, fast-moving spider with hairy black and red legs.

name:giant clear centipede
base:centipede
color:w
speed:110
hit-points:23
hearing:12
smell:20
armor-class:36
sleepiness:30
depth:15
rarity:2
experience:30
blow:BITE:HURT:2d4
blow:STING:HURT:2d4
flags:INVISIBLE
flags:BASH_DOOR
flags:ATTR_CLEAR
desc:It is about four feet long and carnivorous.

name:griffon
base:hybrid
color:u
speed:110
hit-points:135
hearing:12
smell:20
armor-class:22
sleepiness:40
depth:15
rarity:1
experience:70
blow:HIT:HURT:3d4
blow:BITE:HURT:2d6
flags:ANIMAL
flags:BASH_DOOR
desc:It is half lion, half eagle.  It flies menacingly towards you.

name:homunculus
plural:homunculi
base:minor demon
color:y
speed:110
hit-points:36
hearing:20
armor-class:48
sleepiness:60
depth:15
rarity:3
experience:40
blow:HIT:PARALYZE:1d2
blow:HIT:HURT:1d10
flags:OPEN_DOOR | BASH_DOOR
flags:NO_FEAR
desc:It is a small demonic spirit full of malevolence.

name:clear hound
base:zephyr hound
color:w
speed:110
hit-points:21
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:15
rarity:3
experience:50
blow:CLAW:HURT:1d6
blow:CLAW:HURT:1d6
blow:BITE:HURT:1d8
flags:INVISIBLE
flags:BASH_DOOR
flags:ATTR_CLEAR
friends:100:2d7:Same
desc:A completely translucent hound.

name:clay golem
base:golem
color:U
speed:110
hit-points:63
hearing:12
armor-class:36
sleepiness:10
depth:15
rarity:2
experience:60
blow:HIT:HURT:1d8
blow:HIT:HURT:1d8
flags:COLD_BLOOD
flags:BASH_DOOR
flags:HURT_ROCK | IM_COLD | IM_FIRE | IM_POIS
desc:It is a massive animated statue made out of hardened clay.

name:haunted armor
plural:suits of haunted armor
base:golem
color:s
speed:110
hit-points:63
hearing:12
armor-class:40
sleepiness:10
depth:15
rarity:2
experience:60
blow:HIT:HURT:1d8
blow:HIT:HURT:1d8
flags:COLD_BLOOD
flags:BASH_DOOR
flags:IM_COLD | IM_POIS
desc:A full harness of castle plate that stands in the gallery until you pass,
desc: then follows.  There is nothing inside it, which does not stop it
desc: swinging its sword.

name:giant tan bat
base:bat
color:U
speed:130
hit-points:14
hearing:12
armor-class:30
sleepiness:10
depth:15
rarity:2
experience:18
blow:BITE:TERRIFY:1d3
blow:CLAW:HURT:1d2
blow:CLAW:HURT:1d2
flags:RAND_25
flags:FORCE_SLEEP
friends:100:2d6:Same
desc:A giant bat, the beating of whose wings produces a strangely unnerving
desc: noise.

name:Vistani hexer
base:person
color:v
speed:110
hit-points:85
hearing:20
armor-class:42
sleepiness:15
depth:15
rarity:3
experience:70
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
flags:MALE | EVIL | SMART
flags:OPEN_DOOR | BASH_DOOR
spell-freq:7
spells:SCARE | CONF | SLOW | FORGET | BLIND
desc:A dark-eyed wanderer wrapped in colorful robes, the Vistani are both feared
desc: and respected for their mystical powers. This hexer's gaze burns with
desc: malevolent intent, and ancient curses drip from their lips. Cross them at
desc: your peril - the Vistani never forget a slight.

### Castle depth 16 ###

name:umber hulk
base:xorn
color:U
speed:110
hit-points:110
hearing:20
armor-class:75
sleepiness:30
depth:16
rarity:1
experience:75
blow:GAZE:CONFUSE
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
blow:BITE:HURT:2d6
flags:EVIL | ANIMAL
flags:BASH_DOOR | KILL_WALL
desc:This bizarre creature has glaring eyes and large mandibles capable of
desc: slicing through rock.

name:gelatinous cube
base:jelly
color:G
speed:110
hit-points:316
hearing:12
armor-class:21
sleepiness:1
depth:16
rarity:4
experience:80
blow:TOUCH:ACID:1d10
blow:TOUCH:ACID:1d10
blow:TOUCH:ACID:1d10
flags:COLD_BLOOD
flags:DROP_4
flags:OPEN_DOOR | BASH_DOOR | TAKE_ITEM
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS
flags:NO_CONF | NO_SLEEP
flags-off:HURT_COLD
desc:It is a strange, vast gelatinous structure that assumes cubic proportions
desc: as it lines all four walls of the corridors it patrols.  Through its
desc: transparent jelly structure you can see treasures it has engulfed, and a
desc: few corpses as well.

name:rogue
base:person
color:b
speed:115
hit-points:62
hearing:20
armor-class:48
sleepiness:5
depth:16
rarity:2
experience:50
blow:HIT:HURT:2d4
blow:HIT:HURT:2d4
blow:TOUCH:EAT_ITEM
flags:MALE | EVIL
flags:DROP_1
flags:OPEN_DOOR | TAKE_ITEM
innate-freq:8
spells:SHOT
drop:scroll:Phase Door:70:2:6
friends:50:1d2:Illusionist
friends:50:1d2:Priest
friends:50:1d2:warrior
friends:50:1d2:Same
desc:He is eyeing your backpack.

name:Radu Dilisnya
base:person
color:U
speed:110
hit-points:340
light:2
hearing:20
smell:20
armor-class:48
sleepiness:40
depth:16
rarity:3
experience:200
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
flags:UNIQUE | MALE | NAME_COMMA | EVIL
flags:DROP_60 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
friends:60:1d3:warrior:servant
desc:A scion of the treacherous Dilisnya family, short and swarthy, with a
desc: poisoner's smile and a knife for every occasion.

name:quasit
base:minor demon
color:o
speed:110
hit-points:27
hearing:20
armor-class:36
sleepiness:20
depth:16
rarity:2
experience:50
blow:BITE:LOSE_DEX:1d6
blow:CLAW:HURT:1d3
blow:CLAW:HURT:1d3
flags:INVISIBLE | SMART
flags:DROP_1 | ONLY_ITEM
flags:RAND_25 | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:10
spells:BLIND | BLINK | CONF | SCARE | TELE_LEVEL | TELE_TO
spells:TPORT
desc:A demon of small stature with an annoying bite.

name:dark berserker
base:orc
color:B
speed:110
hit-points:70
hearing:20
smell:20
armor-class:75
sleepiness:30
depth:16
rarity:1
experience:60
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
flags:DROP_20
innate-freq:9
spells:ARROW | WHIP
friends:40:1d4:half-fiend
friends:80:2d5:dire wolf
friends:50:1d2:shadow tracker
friends:50:1d2:corrupted archer
friends:100:3d3:Same
desc:A cunning dark warrior of power, as tall as a man, and stronger.  It fears little.

name:grizzly bear
base:quadruped
color:U
speed:110
hit-points:78
hearing:10
smell:20
armor-class:52
sleepiness:30
depth:16
rarity:2
experience:55
blow:CLAW:HURT:1d8
blow:CLAW:HURT:1d8
blow:BITE:HURT:1d12
blow:CRUSH:HURT:1d10
flags:ANIMAL
desc:A huge, beastly bear, more savage than most of its kind.

name:nightcrow
plural:nightcrows
base:bird
color:D
speed:120
hit-points:9
hearing:40
armor-class:14
sleepiness:0
depth:16
rarity:4
experience:20
blow:CLAW:HURT:1d4
blow:CLAW:HURT:1d4
innate-freq:8
spells:SHRIEK
flags:GROUP_AI
friends:100:3d3:Same
desc:A type of crow, specially bred by the forces of evil as spies; their
desc: rudimentary intelligence guided by an evil mind has tracked you down, and
desc: now they seek to alert other evil creatures to your presence.

### Castle depth 17 ###

name:imp
base:minor demon
color:g
speed:110
hit-points:27
hearing:20
armor-class:36
sleepiness:20
depth:17
rarity:2
experience:55
blow:HIT:POISON:3d4
blow:HIT:POISON:3d4
flags:COLD_BLOOD | INVISIBLE | SMART
flags:DROP_1 | ONLY_ITEM
flags:RAND_25 | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:10
spells:BLIND | BLINK | CONF | SCARE | TELE_LEVEL | TELE_TO
spells:TPORT
desc:A poisonous little mischief-maker.

name:forest flesh golem
base:troll
color:g
speed:110
hit-points:110
hearing:20
smell:20
armor-class:75
sleepiness:80
depth:17
rarity:1
experience:70
blow:HIT:HURT:1d4
blow:HIT:HURT:1d4
blow:BITE:HURT:1d6
flags:MALE
flags:DROP_20
flags:HURT_LIGHT
friends:100:4d4:Same
desc:A shambling construct of moss-grown flesh, stitched together from the
desc: dead of the deep woods.

name:Kasimir Velikov
base:humanoid
color:y
speed:110
hit-points:450
hearing:25
armor-class:84
sleepiness:25
depth:17
rarity:2
experience:250
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
flags:UNIQUE | MALE | NAME_COMMA
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:6
spells:BLIND | WOUND | CONF | HEAL | MIND_BLAST
desc:The friend and companion of a fallen boyar, he went mad with grief
desc: after his lord's death at the hands of a cruel ghoul chieftain. With torn
desc: beard and ragged clothes, he seems to have fixed on you as a convenient
desc: target to vent his anger.

name:2-headed hydra
base:hydra
color:u
speed:110
hit-points:200
hearing:20
armor-class:90
sleepiness:80
depth:17
rarity:2
experience:80
blow:BITE:HURT:2d6
blow:BITE:HURT:2d6
flags:DROP_2
flags:BASH_DOOR | MOVE_BODY
spell-freq:11
spells:SCARE
desc:A strange reptilian hybrid with two heads, guarding its hoard.

name:water spirit
base:elemental
color:b
speed:120
hit-points:41
hearing:12
armor-class:42
sleepiness:20
depth:17
rarity:2
experience:58
blow:HIT:HURT:2d4
blow:HIT:HURT:2d4
flags:COLD_BLOOD
flags:RAND_25 | BASH_DOOR
flags:IM_ACID | IM_WATER
desc:A whirlpool of sentient liquid.

name:giant red scorpion
base:spider
color:r
speed:115
hit-points:50
hearing:12
armor-class:52
sleepiness:20
depth:17
rarity:1
experience:62
blow:CLAW:HURT:2d4
blow:CLAW:HURT:2d4
blow:STING:LOSE_STR:1d7
flags:ANIMAL | WEIRD_MIND
flags:IM_POIS
desc:It is fast and poisonous.

name:earth spirit
base:elemental
color:u
speed:120
hit-points:59
hearing:10
armor-class:60
sleepiness:20
depth:17
rarity:2
experience:64
blow:HIT:HURT:1d8
blow:HIT:HURT:1d8
flags:COLD_BLOOD
flags:RAND_25 | PASS_WALL
flags:HURT_ROCK | IM_COLD | IM_ELEC | IM_FIRE
desc:A whirling form of sentient rock.

### Castle depth 18 ###

name:corpse-wasp
base:insect
color:y
speed:120
hit-points:3
hearing:8
armor-class:16
sleepiness:10
depth:18
rarity:4
experience:4
blow:BITE:CONFUSE:2d2
flags:MOVE_BODY
desc:A giant buzzing wasp, its stinger drips venom.

name:corrupted captain
base:orc
color:o
speed:110
hit-points:110
hearing:20
smell:20
armor-class:88
sleepiness:30
depth:18
rarity:3
experience:80
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
flags:DROP_60
innate-freq:9
spells:ARROW
friends:50:1d5:Wolf
friends:50:1d5:dire wolf
friends:80:1d2:shadow tracker:servant
friends:80:1d4:corrupted archer:servant
friends-base:50:1d5:orc:servant
friends-base:50:1d5:orc:servant
friends-base:50:1d5:orc:servant
desc:An armoured ghoul with an air of authority.

name:blackguard
base:person
color:s
speed:115
hit-points:120
hearing:20
armor-class:85
sleepiness:30
depth:18
rarity:1
experience:180
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
flags:MALE | EVIL
flags:DROP_1
flags:OPEN_DOOR
flags:FORCE_SLEEP
innate-freq:6
spell-freq:12
spells:DARKNESS | SCARE
spells:BOLT
drop-base:shadow book:8:1:1
drop-base:shadow book:8:1:1
friends:50:1d1:rogue
friends:50:1d1:ranger
friends:50:1d1:paladin
desc:A hulking figure encased in deep black plate armour; he looks at you
desc: menacingly.

name:fire spirit
base:elemental
color:r
speed:120
hit-points:50
light:2
hearing:16
armor-class:36
sleepiness:20
depth:18
rarity:2
experience:75
blow:HIT:FIRE:2d6
blow:HIT:FIRE:2d6
flags:RAND_25 | BASH_DOOR
flags:IM_FIRE | HURT_COLD
desc:A whirlwind of sentient flame.

name:fire hound
base:zephyr hound
color:r
speed:110
hit-points:35
light:2
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:18
rarity:3
experience:70
blow:CLAW:HURT:3d3
blow:CLAW:HURT:3d3
blow:BITE:FIRE:2d6
flags:BASH_DOOR
flags:IM_FIRE | HURT_COLD
flags:FORCE_SLEEP
innate-freq:10
spells:BR_FIRE
friends:100:2d7:Same
desc:Flames lick at its feet and its tongue is a blade of fire.  You can feel a
desc: furnace heat radiating from the creature.

name:cold hound
base:zephyr hound
color:w
speed:110
hit-points:35
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:18
rarity:3
experience:70
blow:CLAW:HURT:3d3
blow:CLAW:HURT:3d3
blow:BITE:COLD:2d6
flags:BASH_DOOR
flags:IM_COLD | HURT_FIRE
flags:FORCE_SLEEP
innate-freq:10
spells:BR_COLD
friends:100:2d7:Same
desc:A hound as tall as a man, this creature appears to be composed of angular
desc: planes of ice.  Cold radiates from it and freezes your breath in the air.

name:energy hound
base:zephyr hound
color:b
speed:110
hit-points:35
light:1
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:18
rarity:3
experience:70
blow:CLAW:HURT:3d3
blow:CLAW:HURT:3d3
blow:BITE:ELEC:2d6
flags:BASH_DOOR
flags:IM_ELEC
flags:FORCE_SLEEP
innate-freq:10
spells:BR_ELEC
friends:100:2d7:Same
desc:Saint Elmo's Fire forms a ghostly halo around this hound, and sparks sting
desc: your fingers as energy builds up in the air around you.

name:potion mimic
base:mimic
glyph:!
color:w
speed:110
hit-points:55
hearing:25
armor-class:36
sleepiness:0
depth:18
rarity:3
experience:60
blow:HIT:POISON:3d4
blow:HIT:HURT:2d3
blow:HIT:HURT:2d3
flags:HURT_COLD
spell-freq:6
spells:BO_COLD
spells:BLIND | WOUND | CONF | SCARE
desc:A strange creature that disguises itself as a discarded potion bottle to
desc: lure unsuspecting adventurers within reach of its venomous claws.
mimic:potion:Healing
mimic:potion:*Healing*
mimic:potion:Life
mimic:potion:Experience
mimic:potion:Augmentation
mimic:potion:Speed

name:spectral hound
base:canine
color:B
speed:120
hit-points:36
hearing:20
smell:50
armor-class:24
sleepiness:10
depth:18
rarity:2
experience:50
blow:BITE:HURT:1d8
flags:RAND_25 | BASH_DOOR | GROUP_AI | ATTR_FLICKER
spell-freq:4
spells:BLINK | TELE_TO
message-invis:BLINK:Something yips.
friends:100:2d7:Same
desc:A strange magical member of the canine race, its form seems to shimmer and
desc: fade in front of your very eyes.

name:shambling mound
base:mushroom
color:g
speed:110
hit-points:70
hearing:20
armor-class:19
sleepiness:40
depth:18
rarity:2
experience:75
blow:HIT:HURT:1d8
blow:HIT:HURT:1d8
flags:EVIL
flags:DROP_60 | ONLY_GOLD
flags:OPEN_DOOR | BASH_DOOR
innate-freq:4
spells:SHRIEK
friends:60:1d1:Giant fruit fly
desc:A pile of rotting vegetation that slides towards you with a disgusting
desc: stench, waking all it nears.

name:evil eye
base:eye
color:g
speed:110
hit-points:68
hearing:2
armor-class:7
sleepiness:10
depth:18
rarity:3
experience:80
blow:GAZE:EXP_10
blow:GAZE:EXP_10
flags:EVIL
flags:NEVER_MOVE
flags:HURT_LIGHT | NO_FEAR
spell-freq:5
spells:HOLD | TELE_TO
desc:A huge disembodied eye.  As you stare into the black nothingness of its
desc: pupil, you feel your will and vitality draining away, and are unable to
desc: do anything except approach it in horrified fascination.

name:dread wolf
base:canine
color:D
speed:120
hit-points:98
hearing:30
smell:50
armor-class:48
sleepiness:10
depth:18
rarity:2
experience:85
blow:BITE:HURT:2d8
blow:BITE:TERRIFY:1d6
blow:CLAW:HURT:1d8
flags:EVIL | SMART | GROUP_AI
flags:OPEN_DOOR | BASH_DOOR
spell-freq:6
spells:SCARE | DARKNESS
friends:100:2d4:Same
desc:A massive wolf with eyes that glow like embers in the darkness. Its howl
desc: chills the blood, and its fangs drip with malevolent hunger. These cursed
desc: beasts hunt in packs through the mist-shrouded forests of Barovia, servants
desc: of dark powers beyond mortal comprehension.

### Castle depth 19 ###

name:Captain Vargoss the Damned
base:person
color:g
speed:110
hit-points:400
hearing:20
smell:20
armor-class:72
sleepiness:20
depth:19
rarity:2
experience:400
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:POISON:3d5
blow:HIT:HURT:3d5
flags:UNIQUE | MALE | NAME_COMMA | EVIL
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_POIS
friends:50:3d4:brigand:servant
friends:80:2d4:brigand:servant
friends:80:1d2:soldier:servant
friends:100:1d2:Falkovnian archer:servant
friends:100:2d4:grizzled vampire hunter:servant
desc:Captain Vargoss is a military commander of power and cunning who leads the
desc: cursed garrison of Castle Tristenoira. Condemned to undeath for his treachery,
desc: he commands both living soldiers and restless spirits.

name:Sergeant Kargoth the Grim
base:person
color:g
speed:110
hit-points:400
hearing:20
smell:20
armor-class:72
sleepiness:20
depth:19
rarity:2
experience:400
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
flags:UNIQUE | MALE | NAME_COMMA | EVIL
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
friends:50:3d4:brigand:servant
friends:80:2d4:brigand:servant
friends:80:1d2:soldier:servant
friends:100:1d2:Falkovnian archer:servant
friends:100:2d4:grizzled vampire hunter:servant
desc:Sergeant Kargoth is a garrison commander of power and cunning from Falkovnia.
desc: A brutal enforcer of Vlad Drakov's will, he leads his troops with an iron fist
desc: and shows no mercy to those who oppose his lord.

name:stone golem
base:golem
color:W
speed:100
hit-points:126
hearing:12
armor-class:90
sleepiness:10
depth:19
rarity:2
experience:100
blow:HIT:HURT:1d10
blow:HIT:HURT:1d10
flags:COLD_BLOOD
flags:BASH_DOOR
flags:HURT_ROCK | IM_COLD | IM_FIRE | IM_POIS
desc:It is a massive animated statue.

name:red mold
base:mold
color:r
speed:110
hit-points:77
light:2
hearing:2
armor-class:19
sleepiness:70
depth:19
rarity:1
experience:64
blow:SPORE:FIRE:4d4
flags:EMPTY_MIND | STUPID
flags:IM_FIRE
flags-off:HURT_FIRE
desc:It is a strange red growth on the castle flagstones; it seems to burn
desc: with flame.

name:Old Man Svalich
base:tree
color:s
speed:110
hit-points:1000
hearing:20
armor-class:100
sleepiness:20
depth:19
rarity:3
experience:3000
blow:TOUCH:PARALYZE:1d14
blow:TOUCH:PARALYZE:1d14
blow:CRUSH:HURT:2d12
flags:NEVER_MOVE
flags:EMPTY_MIND | UNIQUE | FORCE_SLEEP
flags:IM_POIS | IM_ACID
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
spell-freq:10
spells:TELE_TO | HOLD
desc:The ancient grey willow, ruler of the Svalich wood.  He despises
desc: trespassers in his territory.  Enormous and hoary, he reaches down
desc: with boughs like grasping arms, and the fissures of his knotted trunk
desc: creak open hungrily as you approach.

########## DUNGEON LEVELS 20-29 ##########


### Castle depth 20 ###

name:blood falcon
base:bird
color:R
speed:140
hit-points:6
hearing:50
smell:20
armor-class:2
sleepiness:10
depth:20
rarity:2
experience:50
blow:CLAW:HURT:2d10
blow:CLAW:HURT:2d10
blow:BITE:HURT:3d8
flags:NO_FEAR
desc:A blinding whirlwind of fear and feathers.  Its razor sharp beak and
desc: talons fill its foes with terror as it seeks to rend flesh from bone
desc: with unbridled ferocity.

name:shadow-forest spider
base:spider
color:g
speed:120
hit-points:41
hearing:15
armor-class:30
sleepiness:80
depth:20
rarity:2
experience:25
blow:BITE:HURT:1d8
blow:BITE:POISON:1d6
blow:BITE:POISON:1d6
flags:EVIL | ANIMAL | WEIRD_MIND
flags:IM_POIS | GROUP_AI
innate-freq:10
spells:WEAVE
friends:100:2d7:Same
desc:A strong and powerful spider from the dark forests. Cunning and evil, it
desc: seeks to taste your juicy insides.

name:Grigor, Ghoul Warlord
base:orc
color:P
speed:120
hit-points:500
hearing:20
smell:20
armor-class:60
sleepiness:20
depth:20
rarity:4
experience:800
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
flags:UNIQUE | NAME_COMMA | MOVE_BODY
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
friends:50:3d4:cursed warrior:servant
friends:80:2d7:dire wolf
friends:100:2d2:shadow tracker
friends:100:4d2:corrupted archer
friends:100:4d4:dark berserker:bodyguard
desc:A large and powerful ghoul warlord who commands his troops with brutal
desc: efficiency. He is tall and fast, but mercifully dull of wit.

name:3-headed hydra
base:hydra
color:o
speed:120
hit-points:300
hearing:20
armor-class:97
sleepiness:70
depth:20
rarity:2
experience:350
blow:BITE:HURT:2d6
blow:BITE:HURT:2d6
blow:BITE:POISON:2d6
flags:DROP_3
flags:BASH_DOOR | MOVE_BODY
flags:IM_POIS
spell-freq:9
spells:SCARE
desc:A 2-headed hydra with an extra head, its mouth dripping venom.

name:earth hound
base:zephyr hound
color:u
speed:110
hit-points:68
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:20
rarity:3
experience:200
blow:BITE:HURT:1d8
blow:BITE:HURT:1d8
blow:CLAW:HURT:3d3
blow:CLAW:HURT:3d3
flags:BASH_DOOR
flags:FORCE_SLEEP
innate-freq:10
spells:BR_SHAR
friends:100:2d7:Same
desc:A beautiful crystalline shape does not disguise the danger this hound
desc: clearly presents.  Your flesh tingles as it approaches.

name:air hound
base:zephyr hound
color:g
speed:110
hit-points:68
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:20
rarity:3
experience:200
blow:BITE:POISON:1d8
blow:BITE:POISON:1d8
blow:CLAW:HURT:3d3
blow:CLAW:HURT:3d3
flags:BASH_DOOR
flags:IM_POIS
flags:FORCE_SLEEP
innate-freq:10
spells:BR_POIS
friends:100:2d7:Same
desc:Swirling vapours surround this beast as it floats towards you, seemingly
desc: walking on air.  Noxious gases sting your throat.

name:sabre-tooth tiger
base:feline
color:y
speed:120
hit-points:150
hearing:40
smell:30
armor-class:60
sleepiness:0
depth:20
rarity:2
experience:120
blow:CLAW:HURT:1d10
blow:CLAW:HURT:1d10
blow:BITE:HURT:1d10
blow:BITE:HURT:1d10
flags:BASH_DOOR
desc:A fierce and dangerous cat, its huge tusks and sharp claws would lacerate
desc: even the strongest armour.

name:water hound
base:zephyr hound
color:s
speed:110
hit-points:68
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:20
rarity:3
experience:200
blow:BITE:ACID:1d8
blow:BITE:ACID:1d8
blow:CLAW:HURT:3d3
blow:CLAW:HURT:3d3
flags:BASH_DOOR
flags:IM_ACID
flags:FORCE_SLEEP
innate-freq:10
spells:BR_ACID
friends:100:2d7:Same
desc:Liquid footprints follow this hound as it pads through the castle.  An
desc: acrid smell of acid rises from the dog's pelt.

name:chimaera
base:hybrid
color:r
speed:110
hit-points:160
hearing:12
smell:20
armor-class:22
sleepiness:30
depth:20
rarity:2
experience:200
blow:BUTT:HURT:2d8
blow:BITE:HURT:2d10
blow:BITE:FIRE:2d6
flags:BASH_DOOR
flags:IM_FIRE
flags:FORCE_SLEEP
innate-freq:10
spells:BR_FIRE
desc:It is a strange concoction of goat, lion and dragon, with the heads of all
desc: three beasts.

name:quylthulg
base:quylthulg
color:y
speed:110
hit-points:27
hearing:10
armor-class:1
sleepiness:2
depth:20
rarity:1
experience:250
spell-freq:4
spells:BLINK
spells:S_MONSTER
message-invis:BLINK:Something slurps.
desc:It is a strange pulsing mound of flesh.

name:woodwose
plural:woodwoses
base:yeti
color:g
speed:120
hit-points:200
hearing:15
smell:20
armor-class:60
sleepiness:20
depth:20
rarity:3
experience:180
blow:CLAW:HURT:1d10
blow:CLAW:HURT:1d10
blow:BITE:HURT:2d8
desc:A tall shaggy, furry humanoid, it could call the yeti brother.

name:werewolf
plural:werewolves
base:canine
color:D
speed:110
hit-points:230
hearing:15
smell:50
armor-class:36
sleepiness:70
depth:20
rarity:1
experience:150
blow:CLAW:HURT:2d6
blow:CLAW:HURT:2d6
blow:BITE:HURT:2d10
flags:EVIL
flags:RAND_25 | OPEN_DOOR | BASH_DOOR | TAKE_ITEM
desc:It is a huge wolf with eyes that gleam with cruel human intelligence.

name:dark dwarven lord
base:humanoid
color:s
speed:120
hit-points:144
hearing:20
armor-class:48
sleepiness:30
depth:20
rarity:2
experience:500
blow:HIT:HURT:3d8
blow:HIT:HURT:3d5
flags:MALE | EVIL
flags:DROP_2 | ONLY_ITEM
flags:FORCE_SLEEP
spell-freq:5
spells:BLIND | CONF | DARKNESS | HASTE
spells:BO_COLD | BO_FIRE
drop-base:magic book:5:1:1
drop-base:magic book:5:1:1
friends:80:1d3:renegade dwarf:servant
friends:70:1d2:stonefoot warrior:servant
friends:50:1d1:blacklock mage:servant
friends:50:1d1:ironfist priest:servant
desc:A leader of the Shadow's corrupted dwarf recruits, dressed in black chainmail
desc: and radiating evil power.

name:ranger
base:person
color:W
speed:110
hit-points:90
light:2
hearing:20
armor-class:60
sleepiness:20
depth:20
rarity:1
experience:55
blow:HIT:HURT:5d4
blow:HIT:HURT:5d4
flags:MALE
flags:DROP_1
flags:OPEN_DOOR | TAKE_ITEM
innate-freq:4
spell-freq:5
spells:ARROW | BLINK | HASTE
spells:BO_COLD
spells:S_ANIMAL
drop-base:nature book:5:1:1
drop-base:nature book:5:1:1
friends:50:1d1:Falkovnian champion
friends:50:1d1:rogue
friends:50:1d2:Illusionist
friends:50:1d2:Priest
friends:50:1d1:Paladin
desc:A warrior who is at one with nature.  A master of both bow and sword, with
desc: minor spellcasting skills, and animals come to do his bidding.

name:paladin
base:person
color:w
speed:110
hit-points:90
light:2
hearing:20
armor-class:48
sleepiness:40
depth:20
rarity:1
experience:55
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
flags:MALE
flags:DROP_1
flags:OPEN_DOOR | TAKE_ITEM
spell-freq:4
spells:HEAL | SLOW
drop-base:prayer book:5:1:1
drop-base:prayer book:5:1:1
friends:50:1d1:Falkovnian champion
friends:50:1d1:rogue
friends:50:1d2:Illusionist
friends:50:1d2:Priest
friends:50:1d1:Ranger
desc:A warrior sworn to the Morninglord.  Unfortunately, the Mists have
desc: curdled his faith into zealotry, and he counts you among the damned.

### Castle depth 21 ###

name:Warlord Koranth the Merciless
base:person
color:b
speed:110
hit-points:640
hearing:20
smell:20
armor-class:108
sleepiness:20
depth:21
rarity:4
experience:550
blow:HIT:HURT:3d7
blow:HIT:HURT:3d7
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
flags:UNIQUE | MALE | NAME_COMMA | EVIL
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_FIRE | IM_POIS
friends:50:3d4:soldier:servant
friends:80:2d7:dire wolf
friends:50:1d3:grizzled vampire hunter:servant
friends:100:4d4:warrior:servant
desc:A large and powerful warlord from Falkovnia, Koranth the Merciless commands
desc: one of Vlad Drakov's elite regiments. His brutality is legendary even among
desc: the cruel soldiers of that cursed domain.

name:blue dragon bat
base:bat
color:b
speed:130
hit-points:10
hearing:12
armor-class:39
sleepiness:10
depth:21
rarity:1
experience:54
blow:BITE:ELEC:1d3
flags:RAND_50 | BASH_DOOR
flags:IM_ELEC
flags:FORCE_SLEEP
innate-freq:4
spells:BR_ELEC
desc:It is a glowing blue bat with a sharp tail.

name:scroll mimic
base:mimic
glyph:?
color:w
speed:110
hit-points:75
hearing:30
armor-class:48
sleepiness:0
depth:21
rarity:3
experience:70
blow:HIT:POISON:3d4
blow:HIT:POISON:3d4
blow:HIT:HURT:2d3
blow:HIT:HURT:2d3
flags:HURT_FIRE
spell-freq:5
spells:BO_FIRE
spells:S_MONSTER
spells:BLIND | WOUND | CONF | SCARE
desc:A strange creature that disguises itself as a discarded scroll to lure
desc: unsuspecting adventurers within reach of its venomous claws.
mimic:scroll:Banishment
mimic:scroll:Mass Banishment
mimic:scroll:Teleport Level
mimic:scroll:Acquirement
mimic:scroll:*Acquirement*
mimic:scroll:*Destruction*

name:fire vortex
plural:fire vortices
base:vortex
color:r
speed:110
hit-points:45
light:2
hearing:100
armor-class:36
sleepiness:0
depth:21
rarity:1
experience:100
blow:ENGULF:FIRE:3d3
flags:IM_FIRE | HURT_COLD
innate-freq:4
spells:BR_FIRE
desc:A whirling maelstrom of fire.

name:water vortex
plural:water vortices
base:vortex
color:s
speed:110
hit-points:45
hearing:100
armor-class:36
sleepiness:0
depth:21
rarity:1
experience:100
blow:ENGULF:ACID:3d3
flags:IM_ACID | IM_WATER
innate-freq:4
spells:BR_ACID
desc:A caustic spinning whirlpool of water.

name:cold vortex
plural:cold vortices
base:vortex
color:w
speed:110
hit-points:45
hearing:100
armor-class:36
sleepiness:0
depth:21
rarity:1
experience:100
blow:ENGULF:COLD:3d3
flags:IM_COLD | HURT_FIRE
innate-freq:4
spells:BR_COLD
desc:A twisting whirlpool of frost.

name:mummified warrior
base:zombie
color:w
speed:110
hit-points:86
hearing:20
armor-class:33
sleepiness:75
depth:21
rarity:1
experience:56
blow:HIT:HURT:2d4
blow:HIT:HURT:2d4
flags:ORC | EMPTY_MIND
flags:DROP_20
flags:NO_FEAR
desc:It is a shrivelled corpse bound in mouldering wrappings.

### Castle depth 22 ###

name:marsh-fly swarm
base:insect
color:U
speed:120
hit-points:5
hearing:8
armor-class:21
sleepiness:10
depth:22
rarity:4
experience:4
blow:BITE:POISON:2d2
flags:EVIL
innate-freq:12
spells:SHRIEK
desc:A droning cloud of biting flies bred in the grave-marshes.  Their
desc: maddening whine can drive people frantic, and worse still, can be
desc: heard for quite some distance, alerting other monsters to your presence.

name:Marshal Grimwald the Betrayer
base:person
color:b
speed:110
hit-points:720
hearing:20
smell:20
armor-class:114
sleepiness:20
depth:22
rarity:3
experience:600
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
flags:UNIQUE | MALE | NAME_COMMA | MOVE_BODY | EVIL
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
spell-freq:8
spells:SCARE
friends:50:2d4:soldier:servant
friends:80:2d5:dire wolf
friends:100:4d4:warrior:bodyguard
friends:80:1d3:grizzled vampire hunter:servant
friends:100:1d1:Warlord Koranth the Merciless
desc:A strong and cunning military commander, Marshal Grimwald the Betrayer is the
desc: supreme commander of the Falkovnian expeditionary forces. He earned his epithet
desc: by betraying his own comrades to Vlad Drakov in exchange for power.

name:killer stag beetle
base:killer beetle
color:g
speed:110
hit-points:68
hearing:12
armor-class:86
sleepiness:30
depth:22
rarity:1
experience:80
blow:CLAW:HURT:3d6
blow:CLAW:HURT:3d6
flags:RAND_25
desc:It is a giant beetle with vicious claws.

name:iron golem
base:golem
color:s
speed:110
hit-points:520
hearing:12
armor-class:120
sleepiness:20
depth:22
rarity:2
experience:160
blow:HIT:HURT:1d12
flags:COLD_BLOOD
flags:BASH_DOOR
flags:IM_COLD | IM_FIRE | IM_POIS
flags:FORCE_SLEEP
spell-freq:7
spells:SLOW
message-invis:SLOW:Something rumbles.
desc:It is a massive metal statue that moves steadily towards you.

name:giant yellow scorpion
base:spider
color:y
speed:110
hit-points:54
hearing:12
armor-class:45
sleepiness:20
depth:22
rarity:1
experience:60
blow:CLAW:HURT:1d8
blow:CLAW:HURT:1d8
blow:STING:POISON:2d5
flags:ANIMAL | WEIRD_MIND
flags:IM_POIS
desc:It is a giant scorpion with a sharp stinger.

name:wyvern
base:dragon
color:g
speed:120
hit-points:203
hearing:20
armor-class:79
sleepiness:60
depth:22
rarity:2
experience:250
blow:BITE:HURT:2d6
blow:BITE:HURT:2d6
blow:STING:POISON:2d6
flags:ANIMAL
flags:DROP_2 | ONLY_GOLD
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:IM_POIS
desc:A fast-moving and deadly draconian animal.  Beware its poisonous sting!

name:greater flesh golem
base:golem
color:s
speed:100
hit-points:210
hearing:10
armor-class:85
sleepiness:30
depth:22
rarity:2
experience:240
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:HURT:2d8
flags:EVIL | COLD_BLOOD | EMPTY_MIND
flags:BASH_DOOR | MOVE_BODY
flags:IM_ELEC | IM_POIS | NO_FEAR | NO_CONF | NO_SLEEP
desc:A massive humanoid construct of stitched flesh and dark sorcery, shambling
desc: forward with terrible strength. Lightning crackles along the metal bolts
desc: driven through its neck. Created through forbidden necromancy, it serves
desc: its master with mindless obedience and crushing power.

### Castle depth 23 ###

name:phase spider
base:spider
color:B
speed:120
hit-points:27
hearing:15
armor-class:30
sleepiness:80
depth:23
rarity:2
experience:60
blow:BITE:HURT:1d8
blow:BITE:POISON:1d6
blow:BITE:POISON:1d6
flags:ANIMAL | WEIRD_MIND | ATTR_FLICKER
flags:IM_POIS | GROUP_AI
spell-freq:5
spells:BLINK | TELE_TO | TELE_SELF_TO
message-invis:BLINK:Something chitters.
message-invis:TELE_SELF_TO:Something chitters.
friends:100:2d7:Same
desc:A spider that never seems quite there.  Everywhere you look it is just
desc: half-seen in the corner of one eye.

name:black ooze
base:jelly
color:D
speed:90
hit-points:27
hearing:10
armor-class:7
sleepiness:1
depth:23
rarity:1
experience:7
blow:TOUCH:ACID:2d6
flags:MULTIPLY
flags:DROP_40
flags:RAND_50 | OPEN_DOOR | BASH_DOOR | KILL_BODY | TAKE_ITEM
flags:IM_POIS | HURT_COLD
spell-freq:11
spells:DRAIN_MANA
message-invis:DRAIN_MANA:Something slurps.
desc:It is a strangely moving puddle.

name:Falkovnian champion
base:person
color:u
speed:110
hit-points:90
light:2
hearing:20
armor-class:60
sleepiness:60
depth:23
rarity:1
experience:60
blow:HIT:HURT:6d5
blow:HIT:HURT:6d5
flags:MALE | EVIL
flags:DROP_1
flags:OPEN_DOOR | TAKE_ITEM
innate-freq:6
spells:BOLT
friends:50:1d1:rogue
friends:50:1d1:Ranger
friends:50:1d1:Mage
friends:50:1d1:Paladin
desc:A scarred warrior who wields an axe and moves with confidence.

name:Vorostokov the Defiler
base:orc
color:R
speed:120
hit-points:900
hearing:20
smell:20
armor-class:96
sleepiness:20
depth:23
rarity:5
experience:1111
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
flags:UNIQUE | NAME_COMMA | MOVE_BODY
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
friends:50:3d4:cursed warrior:servant
friends:80:2d7:dire wolf
friends:100:2d2:shadow tracker
friends:100:4d2:corrupted archer
friends:100:4d4:dark berserker:bodyguard
friends:50:1d3:corrupted captain:servant
friends:100:1d1:Grigor, Ghoul Warlord
desc:A great ghoul chieftain with a huge iron-clad head, agile and strong. He is
desc: notorious for slaughtering a boyar and igniting a brutal war between
desc: the living and the hungry dead that lasted for years.

name:brigand
base:person
color:b
speed:120
hit-points:75
hearing:20
armor-class:45
sleepiness:5
depth:23
rarity:2
experience:110
blow:HIT:HURT:2d8
blow:HIT:HURT:2d8
blow:HIT:EAT_GOLD:4d4
blow:HIT:EAT_ITEM:4d4
flags:MALE | EVIL
flags:DROP_2
flags:OPEN_DOOR | TAKE_ITEM
innate-freq:4
spells:SHOT
friends:50:1d1:Falkovnian champion
friends:50:1d1:Ranger
friends:50:1d1:Mage
friends:50:1d1:Paladin
desc:A thief of great power and shifty speed.

name:red dragon bat
base:bat
color:r
speed:130
hit-points:14
light:2
hearing:12
armor-class:42
sleepiness:10
depth:23
rarity:1
experience:60
blow:BITE:FIRE:1d3
flags:RAND_50 | BASH_DOOR
flags:IM_FIRE
flags:FORCE_SLEEP
innate-freq:4
spells:BR_FIRE
desc:It is a sharp-tailed bat, wreathed in fire.

name:giant silver ant
base:ant
color:W
speed:110
hit-points:41
hearing:10
smell:20
armor-class:100
sleepiness:40
depth:23
rarity:1
experience:80
blow:BITE:ACID:4d4
blow:BITE:ACID:4d4
flags:RAND_25
innate-freq:6
spells:SPIT
desc:A giant silver ant with a caustic bite and hard scales.

### Castle depth 24 ###

name:forest wight
base:wraith
color:g
speed:110
hit-points:54
hearing:20
armor-class:36
sleepiness:30
depth:24
rarity:1
experience:140
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
blow:TOUCH:EXP_20
flags:DROP_40 | DROP_60
flags:RAND_25 | OPEN_DOOR | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:10
spells:DRAIN_MANA | SCARE
desc:It is a ghostly apparition with a humanoid form.

name:Ivan Dilisnya
base:humanoid
color:o
speed:110
hit-points:820
hearing:20
armor-class:96
sleepiness:10
depth:24
rarity:2
experience:300
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
blow:HIT:DISENCHANT
flags:UNIQUE | MALE | NAME_COMMA
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:IM_COLD | IM_FIRE | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:8
spells:HEAL | SLOW
spells:BO_FIRE
desc:One of the last of a dwindled line.  Ivan is a tricky sorcerous little
desc: being, full of mischief.

name:Illya Dilisnya
base:humanoid
color:o
speed:110
hit-points:820
hearing:20
armor-class:96
sleepiness:10
depth:24
rarity:2
experience:300
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
blow:HIT:DISENCHANT
flags:UNIQUE | MALE | NAME_COMMA
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:IM_COLD | IM_FIRE | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:8
spells:HEAL | SLOW
spells:BO_FIRE
desc:One of the last of a dwindled line.  Illya is a tricky sorcerous little
desc: being, full of mischief.

name:4-headed hydra
base:hydra
color:y
speed:120
hit-points:350
hearing:20
armor-class:105
sleepiness:60
depth:24
rarity:2
experience:450
blow:BITE:HURT:2d6
blow:BITE:HURT:2d6
blow:BITE:POISON:2d6
blow:BITE:FIRE:2d6
flags:DROP_3
flags:BASH_DOOR | MOVE_BODY
flags:IM_POIS | IM_FIRE
spell-freq:7
spells:SCARE
desc:A 3-headed hydra with an extra, smouldering, head.

name:mummified human
base:zombie
color:w
speed:110
hit-points:105
hearing:20
armor-class:51
sleepiness:70
depth:24
rarity:1
experience:70
blow:HIT:HURT:2d4
blow:HIT:HURT:2d4
flags:EMPTY_MIND
flags:DROP_60 | ONLY_ITEM
flags:NO_FEAR
desc:It is a human form encased in mouldy wrappings.

name:vampire bat
base:bat
color:D
speed:120
hit-points:50
hearing:12
armor-class:60
sleepiness:10
depth:24
rarity:2
experience:150
blow:BITE:EXP_40:1d4
blow:BITE:EXP_40:1d4
flags:UNDEAD | EVIL | COLD_BLOOD | REGENERATE
flags:RAND_50
flags:IM_COLD | NO_FEAR | NO_CONF | NO_SLEEP | NO_STUN
desc:A blood-sucking bat that flies at your neck hungrily.

name:Sergei Boritsi
base:person
color:U
speed:110
hit-points:800
light:2
hearing:25
armor-class:96
sleepiness:25
depth:24
rarity:2
experience:400
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
flags:UNIQUE | MALE | EVIL
flags:DROP_60 | DROP_1 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR
flags:IM_ELEC | IM_FIRE | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:4
spells:CONF | SLOW
friends:100:1d1:Anton Misroi, the Swamp Lord
desc:A dark sorcerer with a blacker heart.

name:Anton Misroi, the Swamp Lord
base:person
color:U
speed:110
hit-points:800
light:2
hearing:25
armor-class:96
sleepiness:25
depth:24
rarity:2
experience:400
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
flags:UNIQUE | MALE | EVIL
flags:DROP_60 | DROP_1 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR
flags:IM_ELEC | IM_FIRE | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:4
spells:CONF | SLOW
friends:100:1d1:Sergei Boritsi
desc:Master of the drowned marshes, whose dead rise dripping to serve him.

name:banshee
base:ghost
color:b
speed:120
hit-points:27
hearing:20
armor-class:28
sleepiness:10
depth:24
rarity:2
experience:60
blow:WAIL:TERRIFY
blow:TOUCH:EXP_20
flags:FEMALE
flags:DROP_1
flags:RAND_50 | TAKE_ITEM
spell-freq:15
spells:DRAIN_MANA | TPORT
desc:It is a ghostly woman's form that wails mournfully.

name:werebear
base:quadruped
color:D
speed:110
hit-points:325
hearing:20
smell:20
armor-class:75
sleepiness:40
depth:24
rarity:2
experience:200
blow:CLAW:HURT:1d10
blow:CLAW:HURT:1d10
blow:BITE:HURT:2d8
blow:CRUSH:HURT:2d6
flags:EVIL | ANIMAL
flags:DROP_1
flags:OPEN_DOOR
desc:In the eyes of this bear, there glimmers the faintest light of
desc: intelligence.  And then its form begins to change...  The combination of
desc: animal cunning, human intelligence and the great physical strength of the
desc: bear makes for a dangerous enemy.

### Castle depth 25 ###

name:nruling
base:minor demon
color:R
speed:120
hit-points:50
hearing:20
armor-class:16
sleepiness:8
depth:25
rarity:2
experience:75
blow:HIT:FIRE:1d8
flags:FORCE_SLEEP | OPEN_DOOR
flags:NO_FEAR
flags:RAND_50 | ONLY_ITEM | DROP_60
innate-freq:3
spell-freq:2
spell-power:10
spells:BLINK | TELE_SELF_TO | BLIND | SLOW | WOUND
spells:WHIP | BO_FIRE
friends:100:2d7:Same
desc:Little sparks of flame that dance around you, lashing whips and cursing
desc: horribly.

name:necromancer
base:person
color:P
speed:110
hit-points:164
hearing:20
armor-class:55
sleepiness:20
depth:25
rarity:2
experience:330
blow:HIT:HURT:2d4
blow:HIT:HURT:2d4
flags:MALE | EVIL | SMART
flags:DROP_60 | ONLY_ITEM
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:5
spells:BLIND | WOUND | DARKNESS | SCARE
spells:BO_NETH
spells:S_UNDEAD
drop-base:shadow book:8:1:1
drop-base:shadow book:8:1:1
friends-base:80:1d3:skeleton
desc:A gaunt figure, clothed in black robes.

name:hill giant
base:giant
color:U
speed:110
hit-points:240
hearing:20
armor-class:54
sleepiness:50
depth:25
rarity:1
experience:150
blow:HIT:HURT:4d8
blow:HIT:HURT:4d8
flags:DROP_40
flags:OPEN_DOOR
innate-freq:10
spells:BOULDER
friends:60:1d7:Wolf
friends:80:1d3:Same
desc:A ten foot tall humanoid with powerful muscles.

name:grim effigy
plural:grim effigies
base:golem
color:m
speed:110
hit-points:520
hearing:12
armor-class:120
sleepiness:20
depth:25
rarity:3
experience:600
blow:HIT:HURT:1d12
blow:HIT:HURT:3d6
flags:COLD_BLOOD
flags:BASH_DOOR
flags:HURT_ROCK | IM_COLD | IM_FIRE | IM_POIS
flags:FORCE_SLEEP
spell-freq:4
spells:CONF | SLOW
spells:BO_ACID
message-invis:SLOW:Something rumbles.
message-invis:BO_ACID:Something rumbles.
desc:A stumpy figure carved from stone, with glittering eyes, this sentinel
desc: strides towards you with deadly intent.

name:stone flesh golem
base:troll
color:W
speed:110
hit-points:127
hearing:20
smell:20
armor-class:60
sleepiness:70
depth:25
rarity:1
experience:85
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
blow:BITE:HURT:3d4
flags:MALE
flags:DROP_20
flags:HURT_ROCK | HURT_LIGHT
friends:50:1d5:Earth hound
friends:100:3d3:Same
desc:It is a large, lumpish golem of stitched grey flesh and scabrous black skin.

name:carrion crawler
base:centipede
color:o
speed:110
hit-points:130
hearing:15
smell:20
armor-class:60
sleepiness:20
depth:25
rarity:2
experience:60
blow:STING:PARALYZE:2d6
blow:STING:PARALYZE:2d6
flags:RAND_25 | BASH_DOOR
flags:IM_POIS
friends:100:2d4:Same
desc:A hideous centipede covered in slime and with glowing tentacles around its
desc: head.

name:killer red beetle
base:killer beetle
color:r
speed:110
hit-points:90
hearing:14
armor-class:90
sleepiness:30
depth:25
rarity:1
experience:90
blow:BITE:LOSE_STR:4d4
blow:BITE:HURT:4d4
flags:RAND_25
desc:It is a giant beetle with poisonous mandibles.

### Castle depth 26 ###

name:abyss worm mass
base:worm
color:D
speed:100
hit-points:35
light:-2
hearing:10
armor-class:25
sleepiness:10
depth:26
rarity:5
experience:6
blow:CRAWL:EXP_10:1d5
flags:EVIL | WEIRD_MIND | MULTIPLY | STUPID
flags:RAND_25 | RAND_50 | BASH_DOOR | KILL_WALL
flags:HURT_LIGHT | NO_FEAR | COLD_BLOOD | INVISIBLE
desc:A writhing wormlike shimmer of blackness, large as your arm.  It squirms
desc: through air and walls with equal facility, leaving void in its wake.

name:giant firefly
plural:giant fireflies
base:insect
color:r
speed:120
hit-points:5
light:2
hearing:8
armor-class:21
sleepiness:10
depth:26
rarity:4
experience:4
blow:BITE:BLIND:1d2
desc:Clouds of these monsters light up the castle halls - so brightly that
desc: you can barely see through them.

name:giant grey ant
base:ant
color:s
speed:110
hit-points:86
hearing:10
smell:20
armor-class:200
sleepiness:10
depth:26
rarity:1
experience:120
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
flags:RAND_25 | KILL_BODY
desc:It is an ant encased in an impenetrable exoskeleton.

name:Gabrielle Aderre
base:person
color:U
speed:110
hit-points:850
light:2
hearing:20
armor-class:48
sleepiness:40
depth:26
rarity:4
experience:500
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
flags:UNIQUE | MALE | NAME_COMMA | EVIL
flags:DROP_60 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
friends:60:2d3:Falkovnian champion:servant
friends:100:1d1:Radu Dilisnya
desc:The half-Vistani mistress of Invidia, lovely and utterly without
desc: mercy.  Her mother foretold that love would be her doom, and she has
desc: trusted no one since.

name:displacer beast
base:feline
color:D
speed:110
hit-points:138
hearing:35
smell:30
armor-class:150
sleepiness:10
depth:26
rarity:2
experience:100
blow:BITE:HURT:2d8
blow:HIT:HURT:1d10
blow:HIT:HURT:1d10
blow:HIT:HURT:1d10
flags:INVISIBLE
flags:BASH_DOOR
desc:It is a huge black panther, clubbed tentacles sprouting from its shoulders.

name:giant fire tick
base:spider
color:R
speed:110
hit-points:72
light:2
hearing:14
armor-class:120
sleepiness:20
depth:26
rarity:1
experience:90
blow:BITE:FIRE:3d6
flags:ANIMAL | WEIRD_MIND
flags:RAND_25
flags:IM_FIRE
innate-freq:20
spells:SPIT
desc:It is smoking and burning with great heat.

name:cave ogre
base:ogre
color:u
speed:110
hit-points:150
hearing:20
smell:20
armor-class:49
sleepiness:40
depth:26
rarity:2
experience:80
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
flags:DROP_40
friends:50:2d4:Ogre
friends:50:2d4:Black ogre
friends:100:2d4:Same
desc:A giant corpse-pale figure with an awesomely muscled frame.

name:disenchanter bat
base:bat
color:v
speed:130
hit-points:27
hearing:12
armor-class:42
sleepiness:10
depth:26
rarity:4
experience:75
blow:HIT:DISENCHANT
flags:RAND_50
flags:IM_DISEN
flags:ATTR_MULTI | FORCE_SLEEP
desc:A giant bat which feeds on raw magical energy.

name:wolf chieftain
base:canine
color:D
speed:120
hit-points:422
hearing:20
smell:50
armor-class:24
sleepiness:5
depth:26
rarity:5
experience:120
blow:CLAW:HURT:2d6
blow:CLAW:HURT:2d6
blow:BITE:HURT:2d10
blow:WAIL:TERRIFY
flags:MALE | EVIL | SMART
flags:OPEN_DOOR | BASH_DOOR
flags:IM_COLD | NO_FEAR
spell-freq:8
spells:DARKNESS
message-invis:DARKNESS:Something howls.
friends:100:2d4:Wolf:servant
friends:60:2d4:White wolf:servant
friends:60:2d4:dire wolf:servant
friends:60:1d4:Werewolf:servant
desc:A great wolf-chieftain whose pack is in the service of the Dark Lord, and
desc: whose howls strike fear into even the boldest heart.

name:ghoul
base:zombie
color:U
speed:110
hit-points:83
hearing:30
armor-class:36
sleepiness:20
depth:26
rarity:2
experience:95
blow:CLAW:PARALYZE:1d4
blow:CLAW:PARALYZE:1d4
blow:BITE:POISON:1d6
flags:DROP_40
flags:HURT_LIGHT
spell-freq:9
spells:HOLD | SCARE
friends:100:4d4:Same
desc:Flesh is falling off in chunks from this decaying abomination.

### Castle depth 27 ###

name:Boritsi the Betrayer
base:humanoid
color:I
speed:120
hit-points:1100
hearing:20
armor-class:96
sleepiness:20
depth:27
rarity:4
experience:1000
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:DISENCHANT
flags:UNIQUE | MALE | NAME_COMMA | EVIL
flags:DROP_2 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | NO_CONF
flags:NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:6
spells:HEAL | SCARE
spells:BA_ACID
spells:BO_ACID
friends:100:1d1:Ivan Dilisnya
friends:100:1d1:Illya Dilisnya
desc:The last of his cursed line, Boritsi is a twisted creature of poison
desc: and intrigue.
desc: His kind are strange beings, powerful in dark sorcery and ancient curses.
desc: They have been hunted nearly to extinction by the fey folk.

name:killer fire beetle
base:killer beetle
color:R
speed:110
hit-points:99
light:2
hearing:14
armor-class:64
sleepiness:30
depth:27
rarity:1
experience:95
blow:BITE:FIRE:3d4
blow:SPIT:FIRE:4d5
flags:IM_FIRE
innate-freq:5
spells:SPIT
desc:It is a giant beetle wreathed in flames.

name:creeping adamantite coins
plural:piles of creeping adamantite coins
base:creeping coins
color:G
speed:120
hit-points:260
hearing:5
armor-class:60
sleepiness:10
depth:27
rarity:3
experience:60
blow:BITE:POISON:3d4
blow:TOUCH:POISON:3d5
blow:HIT:HURT:1d12
blow:HIT:HURT:1d12
flags:IM_ACID
desc:It appears to be a pile of coins made of precious adamant, slithering
desc: toward you on lots of tiny legs.
mimic:gold:adamantite

name:carrion golem
base:troll
color:o
speed:110
hit-points:137
hearing:20
smell:20
armor-class:90
sleepiness:50
depth:27
rarity:1
experience:150
blow:CLAW:POISON:3d3
blow:CLAW:POISON:3d3
blow:BITE:HURT:1d6
flags:DROP_20
flags:IM_POIS | HURT_LIGHT
friends:30:1d5:Forest flesh golem
friends:100:3d3:Same
desc:A powerful, man-eating golem, its claws foul with the traces of its last
desc: kill.

name:vibration hound
base:zephyr hound
color:y
speed:110
hit-points:138
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:27
rarity:4
experience:250
blow:BITE:HURT:2d8
blow:BITE:HURT:2d8
blow:CLAW:HURT:3d3
blow:CLAW:HURT:3d3
flags:BASH_DOOR
flags:NO_CONF | NO_SLEEP | NO_STUN
flags:FORCE_SLEEP
innate-freq:5
spells:BR_SOUN
friends:100:2d7:Same
desc:A blurry canine form which seems to be moving as fast as the eye can
desc: follow.  You can feel the earth resonating beneath your feet.

name:nexus hound
base:zephyr hound
color:P
speed:110
hit-points:138
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:27
rarity:4
experience:250
blow:BITE:HURT:2d8
blow:BITE:HURT:2d8
blow:CLAW:HURT:3d3
blow:CLAW:HURT:3d3
flags:BASH_DOOR
flags:IM_NEXUS | NO_CONF | NO_SLEEP
flags:FORCE_SLEEP
innate-freq:5
spells:BR_NEXU
friends:100:2d7:Same
desc:A locus of conflicting points coalesce to form the vague shape of a huge
desc: hound.  Or is it just your imagination?

name:vampire
base:vampire
color:W
speed:110
hit-points:163
hearing:20
smell:20
armor-class:67
sleepiness:30
depth:27
rarity:1
experience:175
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
blow:BITE:EXP_20:2d6
blow:BITE:EXP_20:2d6
flags:DROP_40 | DROP_1
spell-freq:9
spells:WOUND | DARKNESS | MIND_BLAST | TELE_TO
spells:HOLD | SCARE
desc:A pale noble of the night, moving with slow and terrible grace.  As it
desc: smiles, you notice a sharp set of front teeth.

name:gorgimaera
base:hybrid
color:o
speed:110
hit-points:263
hearing:12
smell:20
armor-class:82
sleepiness:20
depth:27
rarity:2
experience:400
blow:BUTT:HURT:2d10
blow:BITE:FIRE:2d10
blow:GAZE:PARALYZE:2d6
flags:BASH_DOOR
flags:IM_FIRE
flags:FORCE_SLEEP
innate-freq:8
spells:BR_FIRE
desc:The result of evil experiments, this travesty of nature should never be
desc: alive.  It has three heads - goat, dragon and gorgon - all attached to a
desc: lion's body.

name:ogre shaman
base:ogre
color:G
speed:110
hit-points:163
hearing:20
smell:20
armor-class:82
sleepiness:40
depth:27
rarity:2
experience:300
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
flags:DROP_60 | ONLY_ITEM
flags:FORCE_SLEEP
spell-freq:5
spells:WOUND | HOLD | SCARE | TPORT | TRAPS
spells:BO_FIRE
spells:S_MONSTER
drop-base:prayer book:5:1:1
drop-base:prayer book:5:1:1
desc:It is an ogre wrapped in furs and covered in grotesque body paints.

name:shimmering mold
base:mold
color:b
speed:110
hit-points:144
light:1
hearing:2
armor-class:36
sleepiness:0
depth:27
rarity:1
experience:140
blow:SPORE:ELEC:5d4
blow:SPORE:ELEC:5d4
flags:EMPTY_MIND | STUPID | ATTR_FLICKER
flags:IM_ELEC
desc:It is a strange growth on the castle flagstones, glowing and crackling
desc: with sparks.

name:vampire spawn
base:vampire
color:r
speed:115
hit-points:180
hearing:20
smell:20
armor-class:68
sleepiness:20
depth:27
rarity:2
experience:220
blow:HIT:HURT:2d6
blow:HIT:HURT:2d6
blow:BITE:EXP_40:3d6
flags:UNDEAD | EVIL | REGENERATE
flags:OPEN_DOOR | BASH_DOOR
flags:IM_COLD | IM_POIS | NO_FEAR | NO_CONF | NO_SLEEP
flags:HURT_LIGHT
spell-freq:8
spells:SCARE | DARKNESS | HOLD | TELE_TO
desc:A newly-turned vampire still adapting to its cursed existence. Though
desc: weaker than true vampires, it possesses preternatural speed and a terrible
desc: hunger for blood. Its eyes gleam with unholy red light, and its fangs drip
desc: with anticipation.

### Castle depth 28 ###

name:frost giant
base:giant
color:w
speed:110
hit-points:256
hearing:20
armor-class:60
sleepiness:50
depth:28
rarity:1
experience:180
blow:HIT:COLD:5d8
blow:HIT:COLD:5d8
flags:DROP_40
flags:OPEN_DOOR
flags:IM_COLD
innate-freq:10
spells:BOULDER
friends:60:1d7:Cold Hound
friends:80:1d3:Same
desc:A twelve foot tall giant covered in furs.

name:spirit naga
base:naga
color:w
speed:110
hit-points:240
hearing:20
armor-class:90
sleepiness:120
depth:28
rarity:2
experience:60
blow:CRUSH:HURT:2d8
blow:CRUSH:HURT:2d8
blow:BITE:HURT:1d8
blow:BITE:HURT:1d8
flags:INVISIBLE
flags:DROP_2 | ONLY_ITEM
flags:OPEN_DOOR
flags:NO_CONF | NO_SLEEP | IM_POIS
flags:FORCE_SLEEP
spell-freq:4
spells:BLIND | DARKNESS | HEAL | MIND_BLAST
drop-base:prayer book:8:1:1
drop-base:prayer book:5:1:1
desc:A wraithly snake-like form with the torso of a beautiful woman.

name:5-headed hydra
base:hydra
color:g
speed:120
hit-points:450
hearing:20
armor-class:120
sleepiness:50
depth:28
rarity:2
experience:650
blow:BITE:HURT:2d6
blow:BITE:HURT:2d6
blow:BITE:POISON:2d6
blow:BITE:FIRE:2d6
blow:BITE:ACID:2d6
flags:DROP_4
flags:BASH_DOOR | MOVE_BODY
flags:IM_POIS | IM_FIRE | IM_ACID
spell-freq:5
spells:SCARE
desc:A 4-headed hydra with an extra head, steaming with acidic vapor.

name:black knight
base:person
color:s
speed:120
hit-points:165
hearing:20
armor-class:105
sleepiness:30
depth:28
rarity:1
experience:240
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
flags:MALE | EVIL
flags:DROP_1
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:8
spells:BLIND | WOUND | DARKNESS | SCARE
drop-base:shadow book:8:1:1
drop-base:shadow book:8:1:1
friends:50:1d1:rogue
friends:50:1d1:Ranger
friends:50:1d1:Paladin
friends:50:1d1:Mage
friends:50:1d1:Falkovnian assassin
desc:A hulking figure encased in deep black plate armour; he looks at you
desc: menacingly.

name:Tristen ApBlanc, the Accursed
base:person
color:U
speed:110
hit-points:1000
light:2
hearing:20
armor-class:84
sleepiness:40
depth:28
rarity:4
experience:600
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
flags:UNIQUE | MALE | EVIL
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
spell-freq:10
spells:S_KIN
desc:An evil and cunning man born of vampyre blood.  Having once sworn
desc: allegiance to the old nobility, it was ApBlanc's treachery that turned
desc: the tide of the Battle of the Blood Moon in the Shadow's favour.

name:mage
base:person
color:r
speed:110
hit-points:68
light:2
hearing:20
armor-class:48
sleepiness:10
depth:28
rarity:1
experience:150
blow:HIT:HURT:2d5
blow:HIT:HURT:2d5
flags:MALE | SMART
flags:DROP_1 | ONLY_ITEM
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | CONF | TPORT | TELE_AWAY
spells:BO_COLD | BO_ELEC | BO_FIRE
spells:S_MONSTER
drop-base:magic book:10:1:1
drop-base:magic book:7:1:1
friends-base:100:1d1:golem
desc:A robed scholar of the forbidden arts, his eyes alight with secrets no
desc: sane man should keep.

name:mind flayer
base:humanoid
color:P
speed:110
hit-points:132
hearing:20
armor-class:72
sleepiness:10
depth:28
rarity:1
experience:200
blow:GAZE:LOSE_INT:2d6
blow:GAZE:LOSE_WIS:2d6
flags:EVIL
flags:DROP_40 | DROP_1 | ONLY_ITEM
flags:NO_CONF | NO_SLEEP
flags:FORCE_SLEEP
spell-freq:8
spells:BLIND | BRAIN_SMASH | FORGET | HOLD | MIND_BLAST | SCARE
desc:A humanoid form with a gruesome head, tentacular mouth, and piercing eyes.
desc:  Claws reach out for you and you feel a presence invade your mind.

name:Malken the Trickster
base:minor demon
color:v
speed:120
hit-points:520
hearing:20
armor-class:75
sleepiness:10
depth:28
rarity:5
experience:750
blow:HIT:POISON:3d4
blow:HIT:POISON:3d4
blow:HIT:HURT:3d4
blow:INSULT
flags:UNIQUE | NAME_COMMA | INVISIBLE | SMART
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:RAND_25 | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:5
spells:BLIND | BLINK | CONF | SCARE | TELE_AWAY | TELE_LEVEL
spells:TELE_TO | TPORT
spells:S_KIN
friends-base:50:1d3:minor demon:servant
friends-base:50:1d3:minor demon:servant
friends-base:50:1d3:minor demon:servant
friends:100:2d4:Imp:servant
desc:The murderous other self of a respectable lord, all leering malice and
desc: vanishing laughter.

name:basilisk
base:reptile
color:s
speed:120
hit-points:310
hearing:15
smell:20
armor-class:108
sleepiness:30
depth:28
rarity:3
experience:300
blow:GAZE:PARALYZE
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
flags:DROP_1 | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
innate-freq:8
spells:BR_POIS
desc:A vile reptile that preys on unsuspecting travellers.  Its eyes stare
desc: deeply at you and your soul starts to wilt!

name:snow flesh golem
base:troll
color:w
speed:110
hit-points:132
hearing:20
smell:20
armor-class:67
sleepiness:50
depth:28
rarity:1
experience:200
blow:CLAW:HURT:1d5
blow:CLAW:HURT:1d5
blow:BITE:COLD:2d6
blow:BITE:COLD:2d6
flags:MALE
flags:DROP_20
flags:HURT_LIGHT | IM_COLD
friends:40:1d5:Cold hound
friends:60:2d7:White wolf
friends:100:4d4:Same
desc:It is a pallid golem sewn from arctic hide, with powerfully clawed hands.

name:bat of the Black Wood
plural:bats of the Black Wood
base:bat
color:g
speed:120
hit-points:110
hearing:20
armor-class:36
sleepiness:30
depth:28
rarity:3
experience:100
blow:BITE:POISON:1d10
blow:CLAW:HURT:1d4
flags:WEIRD_MIND
flags:DROP_40
flags:RAND_25 | BASH_DOOR | MOVE_BODY
flags:IM_POIS
innate-freq:12
spell-freq:25
spells:SCARE
spells:BR_DARK | BR_POIS
friends:100:2d7:Same
desc:Fed with horrid meats and grown to enormous size, this slavering creature
desc: seeks livelier prey.

name:spectator
base:eye
color:B
speed:110
hit-points:171
hearing:30
armor-class:1
sleepiness:30
depth:28
rarity:2
experience:150
blow:GAZE:PARALYZE:1d4
blow:GAZE:CONFUSE:1d4
blow:BITE:HURT:1d8
flags:NO_FEAR | NO_CONF | NO_SLEEP
flags:FORCE_SLEEP | SPIRIT
spell-freq:6
spells:WOUND | FORGET | HOLD | SLOW
desc:A lesser relative of the beholder: a globular body with a large toothy
desc: mouth, a large central eye, and four smaller eyes on stalks protruding
desc: from the top of its body.

name:Kiril Renoir, the Cursed
base:person
color:p
speed:110
hit-points:1400
hearing:25
smell:20
armor-class:72
sleepiness:25
depth:28
rarity:3
experience:1000
blow:PUNCH:HURT:2d8
blow:PUNCH:HURT:2d8
blow:HIT:HURT:2d6
blow:HIT:HURT:2d6
flags:UNIQUE | MALE | NAME_COMMA | SMART
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:FORCE_SLEEP
spell-freq:2
spells:SHAPECHANGE
friends:100:2d3:Cave bear
friends:100:2d3:Grizzly bear
friends:100:2d3:Werebear
shape:Alfred Timothy, the Beast
desc:Kiril is only occasionally seen in human form these days, preferring to
desc: appear in the shape of a giant black wolf: he also prefers the company of
desc: beasts to that of humans.  He has never taken kindly to strangers, even
desc: in human form.

name:Alfred Timothy, the Beast
base:quadruped
color:p
speed:120
hearing:25
smell:20
armor-class:72
sleepiness:25
depth:28
rarity:0
experience:1000
blow:CLAW:HURT:2d10
blow:CLAW:HURT:2d10
blow:BITE:HURT:4d8
blow:CRUSH:HURT:3d6
flags:UNIQUE | MALE | NAME_COMMA | ANIMAL | SMART | SPIRIT
flags:MOVE_BODY
desc:The beast in its form as a great black wolf of the mountains, grown to
desc: giant-size in wrath.  The howl of his voice chills the blood, and no
desc: weapon seems to bite upon him.

### Castle depth 29 ###

name:green elf archer
base:humanoid
color:W
speed:120
hit-points:210
hearing:15
armor-class:112
sleepiness:20
depth:29
rarity:3
experience:500
blow:HIT:HURT:1d7
blow:HIT:HURT:1d7
flags:MALE | SMART
flags:DROP_1 | ONLY_ITEM
flags:IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
innate-freq:3
spell-freq:12
spells:CONF | HEAL | BLINK
spells:ARROW
drop-base:nature book:8:1:1
drop-base:nature book:8:1:1
desc:An elf of the deep Svalich woods, whose woodcraft is such that a
desc: stranger might pass through the forest from end to end and see none of
desc: them.

name:giant black scorpion
base:spider
color:s
speed:120
hit-points:189
hearing:12
armor-class:60
sleepiness:20
depth:29
rarity:3
experience:425
blow:CLAW:HURT:1d11
blow:CLAW:HURT:1d11
blow:STING:POISON:3d4
blow:STING:BLIND:3d4
flags:ANIMAL | WEIRD_MIND
flags:IM_POIS
desc:A gleaming black scorpion as large as a lion, with a pulsating stinger
desc: and two great deadly claws.

name:purple worm
base:worm
color:P
speed:110
hit-points:293
hearing:14
armor-class:78
sleepiness:30
depth:29
rarity:3
experience:400
blow:HIT:HURT:1d8
blow:BITE:ACID:2d8
blow:STING:POISON:1d8
flags:BASH_DOOR
flags:IM_ACID | IM_POIS
desc:It is a massive worm form, many feet in length.  Its vast maw drips acid
desc: and poison.

name:catoblepas
plural:catoblepones
base:quadruped
color:g
speed:110
hit-points:165
hearing:15
smell:20
armor-class:66
sleepiness:40
depth:29
rarity:2
experience:400
blow:GAZE:TERRIFY:2d4
blow:GAZE:BLIND:2d4
blow:BUTT:HURT:2d6
blow:BITE:HURT:2d12
flags:ANIMAL
flags:DROP_2 | ONLY_GOLD
flags:IM_POIS
desc:A strange ox-like form with a huge head but a thin, weak neck, it looks
desc: like the creation of some deranged alchemist.

name:ring mimic
base:mimic
glyph:=
color:w
speed:120
hit-points:180
hearing:30
armor-class:72
sleepiness:100
depth:29
rarity:3
experience:200
blow:HIT:POISON:3d4
blow:HIT:POISON:3d4
blow:HIT:POISON:3d4
blow:HIT:POISON:3d4
spell-freq:4
spells:BO_ACID | BO_COLD | BO_ELEC | BO_FIRE
spells:S_MONSTER
spells:BLIND | WOUND | CONF | SCARE
desc:A strange creature that disguises itself as a discarded ring to lure
desc: unsuspecting adventurers within reach of its venomous claws.
mimic:ring:Speed
mimic:ring:Slaying
mimic:ring:Constitution
mimic:ring:Resist Poison
mimic:ring:Free Action
mimic:ring:See Invisible

name:young blue dragon
base:dragon
color:b
speed:110
hit-points:237
hearing:20
armor-class:60
sleepiness:70
depth:29
rarity:1
experience:500
blow:CLAW:HURT:2d4
blow:CLAW:HURT:2d4
blow:BITE:HURT:2d6
flags:DROP_2
flags:OPEN_DOOR | BASH_DOOR
flags:IM_ELEC
innate-freq:15
spell-freq:20
spells:SCARE
spells:BR_ELEC
desc:It has a form that legends are made of.  Its still-tender scales are a deep
desc: blue in hue.  Sparks crackle along its length.

name:young white dragon
base:dragon
color:w
speed:110
hit-points:237
hearing:20
armor-class:60
sleepiness:70
depth:29
rarity:1
experience:500
blow:CLAW:HURT:2d4
blow:CLAW:HURT:2d4
blow:BITE:HURT:2d6
flags:DROP_2
flags:OPEN_DOOR | BASH_DOOR
flags:IM_COLD
innate-freq:15
spell-freq:20
spells:SCARE
spells:BR_COLD
desc:It has a form that legends are made of.  Its still-tender scales are a
desc: frosty white in hue.  Icy blasts of cold air come from it as it breathes.

name:young green dragon
base:dragon
color:g
speed:110
hit-points:237
hearing:20
armor-class:60
sleepiness:70
depth:29
rarity:1
experience:500
blow:CLAW:HURT:2d4
blow:CLAW:HURT:2d4
blow:BITE:HURT:2d6
flags:DROP_2
flags:OPEN_DOOR | BASH_DOOR
flags:IM_POIS
innate-freq:15
spell-freq:20
spells:SCARE
spells:BR_POIS
desc:It has a form that legends are made of.  Its still-tender scales are a deep
desc: green in hue.  Foul gas seeps through its scales.

name:energy vortex
plural:energy vortices
base:vortex
color:b
speed:110
hit-points:65
light:1
hearing:100
armor-class:36
sleepiness:0
depth:29
rarity:1
experience:140
blow:ENGULF:ELEC:3d4
flags:ATTR_FLICKER
flags:IM_ELEC
innate-freq:4
spell-freq:5
spells:BR_ELEC | BE_ELEC
desc:A shimmering tornado of air, sparks crackle along its length.


########## DUNGEON LEVELS 30-39 ##########


### Castle depth 30 ###

name:fire giant
base:giant
color:r
speed:110
hit-points:289
light:2
hearing:20
armor-class:72
sleepiness:50
depth:30
rarity:1
experience:220
blow:HIT:FIRE:6d8
blow:HIT:FIRE:6d8
flags:DROP_40
flags:OPEN_DOOR
flags:IM_FIRE
innate-freq:8
spells:BOULDER
friends:60:1d7:Fire Hound
friends:80:1d3:Same
desc:A glowing fourteen foot tall giant.  Flames drip from its red skin.

name:silver golem
base:golem
color:B
speed:110
hit-points:640
hearing:12
armor-class:150
sleepiness:30
depth:30
rarity:4
experience:500
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
flags:COLD_BLOOD | METAL
flags:DROP_2 | ONLY_GOLD
flags:BASH_DOOR
flags:IM_COLD | IM_FIRE | IM_POIS
desc:It is a massive statue of purest silver.  It looks expensive!

name:skeletal golem
base:skeleton
color:w
speed:110
hit-points:110
hearing:20
armor-class:82
sleepiness:60
depth:30
rarity:1
experience:225
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
blow:BITE:HURT:3d4
flags:TROLL | EMPTY_MIND | REGENERATE
flags:OPEN_DOOR | BASH_DOOR
desc:It is a golem of bound bones animated by the Dark Powers.

name:manticore
base:hybrid
color:y
speed:120
hit-points:220
hearing:12
smell:20
armor-class:22
sleepiness:20
depth:30
rarity:2
experience:300
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
flags:EVIL
flags:BASH_DOOR
flags:FORCE_SLEEP
innate-freq:5
spells:ARROW
desc:It is a winged lion's body with a human torso and a tail covered in vicious
desc: spikes.

name:giant blue ant
base:ant
color:b
speed:110
hit-points:36
hearing:10
smell:20
armor-class:75
sleepiness:10
depth:30
rarity:2
experience:80
blow:BITE:ELEC:5d5
flags:RAND_25
flags:IM_ELEC | GROUP_AI
innate-freq:6
spells:SPIT
friends:100:4d4:Same
desc:It is a giant ant that crackles with energy.

name:giant army ant
base:ant
color:o
speed:120
hit-points:67
hearing:10
smell:20
armor-class:60
sleepiness:20
depth:30
rarity:3
experience:90
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
flags:RAND_25 | KILL_BODY | GROUP_AI
friends:100:4d4:Same
desc:An armoured form moving with purpose.  Powerful on its own, flee when
desc: hordes of them march.

name:grave wight
base:wraith
color:b
speed:110
hit-points:66
hearing:20
armor-class:60
sleepiness:30
depth:30
rarity:1
experience:325
blow:HIT:HURT:1d7
blow:HIT:HURT:1d7
blow:TOUCH:EXP_20
flags:DROP_1 | ONLY_ITEM
flags:RAND_25 | OPEN_DOOR | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:8
spells:WOUND | DARKNESS | SCARE
desc:It is a ghostly form with eyes that haunt you.

name:killer slicer beetle
base:killer beetle
color:y
speed:110
hit-points:138
hearing:14
armor-class:92
sleepiness:30
depth:30
rarity:2
experience:250
blow:BITE:HURT:7d8
blow:BITE:HURT:7d8
desc:It is a beetle with deadly sharp cutting mandibles and a rock-hard
desc: carapace.

name:ogre chieftain
base:ogre
color:b
speed:120
hit-points:240
hearing:20
smell:20
armor-class:66
sleepiness:30
depth:30
rarity:5
experience:600
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
flags:MALE
flags:DROP_60 | ONLY_ITEM
flags:MOVE_BODY
flags:FORCE_SLEEP
friends:50:2d4:Ogre:servant
friends:100:2d4:Black ogre:servant
friends:100:2d4:Cave ogre:servant
friends:50:1d2:Ogre mage:servant
friends:50:1d2:Ogre shaman:servant
desc:This ogre is leader of his tribe.  He sneers at you as he advances towards
desc: you, wielding a huge club and pushing his own followers rudely aside.

name:ghast
base:zombie
color:u
speed:120
hit-points:165
hearing:30
armor-class:60
sleepiness:20
depth:30
rarity:3
experience:130
blow:CLAW:PARALYZE:2d4
blow:CLAW:PARALYZE:2d4
blow:BITE:LOSE_CON:2d4
flags:DROP_40
flags:HURT_LIGHT
spell-freq:7
spells:HOLD | SCARE
friends:20:1d3:Zombified kobold
friends:20:1d3:zombified warrior
friends:20:1d3:Zombified human
friends:40:1d3:mummified warrior
friends:40:1d3:Mummified human
friends:40:1d3:Mummified golem
friends:100:4d4:Ghoul
desc:This vile abomination is a relative of ghouls, and often leads packs of
desc: them.  It smells foul, and its bite carries a rotting disease.

name:Bertrand, the Stitched Man
base:troll
color:s
speed:120
hit-points:1100
hearing:20
smell:20
armor-class:84
sleepiness:50
depth:30
rarity:7
experience:2000
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:BITE:HURT:3d10
flags:UNIQUE | MALE
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:MOVE_BODY | TAKE_ITEM
flags:HURT_ROCK | HURT_LIGHT | IM_COLD
innate-freq:7
spells:BOULDER
friends:100:1d1:Tomas, the Stitched Man
friends:100:1d1:Wilhelm, the Stitched Man
desc:Big, brawny, powerful and with a taste for villager.  It has brothers on the
desc: slab called Wilhelm and Tomas.

name:Wilhelm, the Stitched Man
base:troll
color:s
speed:120
hit-points:1100
hearing:20
smell:20
armor-class:84
sleepiness:50
depth:30
rarity:7
experience:2000
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:BITE:HURT:3d10
flags:UNIQUE | MALE
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:MOVE_BODY | TAKE_ITEM
flags:HURT_ROCK | HURT_LIGHT | IM_COLD
innate-freq:7
spells:BOULDER
friends:100:1d1:Bertrand, the Stitched Man
friends:100:1d1:Tomas, the Stitched Man
desc:Big, brawny, powerful and with a taste for villager.  It has brothers on the
desc: slab called Bertrand and Tomas.

name:Tomas, the Stitched Man
base:troll
color:s
speed:120
hit-points:1100
hearing:20
smell:20
armor-class:84
sleepiness:50
depth:30
rarity:7
experience:2000
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:BITE:HURT:3d10
flags:UNIQUE | MALE
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:MOVE_BODY | TAKE_ITEM
flags:HURT_ROCK | HURT_LIGHT | IM_COLD
innate-freq:7
spells:BOULDER
friends:100:1d1:Bertrand, the Stitched Man
friends:100:1d1:Wilhelm, the Stitched Man
desc:Big, brawny, powerful and with a taste for villager.  It has brothers on the
desc: slab called Bertrand and Wilhelm.

### Castle depth 31 ###

name:ghost
base:ghost
color:w
speed:120
hit-points:59
hearing:20
armor-class:36
sleepiness:10
depth:31
rarity:1
experience:350
blow:WAIL:TERRIFY
blow:TOUCH:EXP_20
blow:CLAW:LOSE_INT:1d6
blow:CLAW:LOSE_WIS:1d6
flags:DROP_40 | DROP_1
flags:RAND_25 | TAKE_ITEM
flags:FORCE_SLEEP
spell-freq:15
spells:BLIND | DRAIN_MANA | HOLD
desc:You don't believe in it.  But it believes in you...

name:death watch beetle
base:killer beetle
color:D
speed:110
hit-points:163
hearing:16
armor-class:72
sleepiness:30
depth:31
rarity:3
experience:300
blow:BITE:HURT:5d6
blow:BITE:HURT:5d6
blow:WAIL:TERRIFY:5d6
desc:It is a giant beetle that produces a chilling sound.

name:young black dragon
base:dragon
color:s
speed:110
hit-points:264
hearing:20
armor-class:72
sleepiness:70
depth:31
rarity:1
experience:700
blow:CLAW:HURT:2d6
blow:CLAW:HURT:2d6
blow:BITE:HURT:2d8
flags:DROP_3
flags:OPEN_DOOR | BASH_DOOR
flags:IM_ACID
innate-freq:15
spell-freq:20
spells:SCARE
spells:BR_ACID
desc:It has a form that legends are made of.  Its still-tender scales are a
desc: darkest black hue.  Acid drips from its body.

name:young gold dragon
base:dragon
color:y
speed:110
hit-points:264
hearing:20
armor-class:72
sleepiness:70
depth:31
rarity:1
experience:700
blow:CLAW:HURT:2d6
blow:CLAW:HURT:2d6
blow:BITE:HURT:2d8
flags:DROP_3
flags:OPEN_DOOR | BASH_DOOR | NO_STUN
innate-freq:15
spell-freq:20
spells:SCARE
spells:BR_SOUN
desc:It has a form that legends are made of.  Its still-tender scales are a
desc: tarnished gold hue, and light is reflected from its form.

name:young red dragon
base:dragon
color:r
speed:110
hit-points:264
light:2
hearing:20
armor-class:72
sleepiness:70
depth:31
rarity:1
experience:700
blow:CLAW:HURT:2d6
blow:CLAW:HURT:2d6
blow:BITE:HURT:2d8
flags:DROP_3
flags:OPEN_DOOR | BASH_DOOR
flags:IM_FIRE
innate-freq:15
spell-freq:20
spells:SCARE
spells:BR_FIRE
desc:It has a form that legends are made of.  Its still-tender scales are a
desc: deepest red hue.  Heat radiates from its form.

name:corrupted treant
base:tree
color:G
speed:115
hit-points:1000
light:-2
hearing:20
armor-class:80
sleepiness:20
depth:31
rarity:1
experience:1200
blow:CRUSH:HURT:3d6
blow:CRUSH:HURT:3d6
blow:CRUSH:HURT:3d6
blow:CRUSH:HURT:3d6
flags:DROP_60 | WEIRD_MIND
flags:MOVE_BODY
flags:NO_STUN | NO_SLOW | NO_SLEEP
spell-freq:9
spells:HASTE | TELE_TO | DARKNESS
desc:A tree which has awakened with sentience, or perhaps a tree-spirit which
desc: has taken root.


### Castle depth 32 ###

name:serpent of the brownlands
plural:serpents of the brownlands
base:snake
color:u
speed:120
hit-points:150
hearing:10
armor-class:90
sleepiness:99
depth:32
rarity:2
experience:300
blow:SPIT:BLIND:1d6
blow:BITE:ACID:2d12
blow:BITE:POISON:2d12
blow:CRUSH:HURT:4d4
flags:RAND_25 | KILL_BODY
spell-freq:8
spells:HOLD | BLIND | CONF
message-invis:HOLD:Something hisses.
message-invis:BLIND:Something hisses.
desc:A great serpent, with coils of steel, a lunge faster than the eye can see,
desc: and fangs that drip with acidic poison.  Its eyes are mesmerizing.

name:ogre mage
base:ogre
color:B
speed:115
hit-points:220
hearing:20
smell:20
armor-class:60
sleepiness:40
depth:32
rarity:2
experience:300
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
flags:DROP_1
flags:FORCE_SLEEP
spell-freq:4
spells:HEAL | HOLD | TRAPS
spells:BA_COLD
spells:S_MONSTER
drop-base:magic book:5:1:1
drop-base:magic book:5:1:1
desc:A hideous ogre wrapped in black sorcerous robes.

name:nexus quylthulg
base:quylthulg
color:P
speed:110
hit-points:65
hearing:10
armor-class:1
sleepiness:1
depth:32
rarity:1
experience:300
flags:IM_NEXUS
spell-freq:1
spells:BLINK | TELE_AWAY
message-invis:BLINK:Something slurps.
desc:It is a very unstable, strange pulsing mound of flesh.

name:Falkovnian assassin
base:person
color:M
speed:120
hit-points:85
hearing:20
armor-class:72
sleepiness:10
depth:32
rarity:2
experience:300
blow:HIT:POISON:3d4
blow:HIT:LOSE_STR:3d4
blow:HIT:LOSE_STR:3d4
flags:MALE | EVIL
flags:DROP_1
flags:OPEN_DOOR
flags:NO_CONF | NO_SLEEP
friends:50:1d1:Master thief
friends:50:1d1:Mage
friends:50:1d1:blackguard
desc:A Falkovnian killer clothed in black who moves with blinding speed.

name:memory moss
base:mushroom
color:r
speed:110
hit-points:2
hearing:30
armor-class:1
sleepiness:5
depth:32
rarity:3
experience:150
blow:HIT:CONFUSE:1d4
blow:HIT:CONFUSE:1d4
flags:NEVER_MOVE
flags:FORCE_SLEEP
spell-freq:6
spells:FORGET
desc:A mass of green vegetation.  You don't remember seeing anything like it
desc: before.

name:young multi-hued dragon
base:dragon
color:v
speed:110
hit-points:281
hearing:20
armor-class:72
sleepiness:70
depth:32
rarity:1
experience:900
blow:CLAW:HURT:2d6
blow:CLAW:HURT:2d6
blow:BITE:HURT:3d8
flags:DROP_3
flags:OPEN_DOOR | BASH_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS
flags:ATTR_MULTI
innate-freq:8
spell-freq:50
spells:SCARE
spells:BR_ACID | BR_COLD | BR_ELEC | BR_FIRE | BR_POIS
desc:It has a form that legends are made of.  Beautiful scales of shimmering and
desc: magical colours cover it.

name:doombat
base:bat
color:R
speed:130
hit-points:180
light:2
hearing:16
armor-class:112
sleepiness:20
depth:32
rarity:2
experience:250
blow:BITE:FIRE:5d4
blow:BITE:FIRE:5d4
blow:BITE:FIRE:5d4
flags:WEIRD_MIND
flags:BASH_DOOR
flags:IM_FIRE
desc:It is a fast moving creature of chaos, a gigantic black bat surrounded by
desc: flickering bright red flames.

name:nosferatu
base:vampire
color:D
speed:120
hit-points:320
hearing:30
smell:30
armor-class:95
sleepiness:10
depth:32
rarity:2
experience:450
blow:CLAW:HURT:3d8
blow:CLAW:HURT:3d8
blow:BITE:EXP_80:4d8
blow:BITE:POISON:3d6
flags:UNDEAD | EVIL | REGENERATE | SMART
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:IM_COLD | IM_POIS | NO_FEAR | NO_CONF | NO_SLEEP
flags:HURT_LIGHT
spell-freq:6
spell-power:60
spells:HORROR | SCARE | DARKNESS | DRAIN_MANA | HOLD | TELE_TO | WOUND
desc:An ancient and hideous vampire of monstrous aspect, with rat-like features,
desc: elongated claws, and bestial cunning. Nosferatu are plague-bearers and
desc: creatures of pure nightmare, lacking the refined grace of their vampire
desc: lords but possessing terrible power and an insatiable hunger for blood.

### Castle depth 33 ###

name:Vistani druid
base:person
color:y
speed:120
hit-points:240
hearing:50
smell:20
armor-class:112
sleepiness:20
depth:33
rarity:3
experience:600
blow:PUNCH:HURT:1d7
blow:PUNCH:HURT:1d7
blow:KICK:HURT:3d8
flags:MALE | SMART
flags:DROP_1 | ONLY_ITEM
flags:IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:3
spells:HASTE | CONF | DARKNESS | HEAL
spells:SHAPECHANGE
spells:S_ANIMAL | S_MONSTER | S_SPIDER
drop-base:nature book:8:1:1
drop-base:nature book:8:1:1
desc:A weathered Vistani wanderer who reads omens in wind and water, and
desc: whom the beasts of the forest obey.

name:stone giant
base:giant
color:W
speed:110
hit-points:333
hearing:20
armor-class:90
sleepiness:50
depth:33
rarity:1
experience:250
blow:HIT:HURT:7d8
blow:HIT:HURT:7d8
flags:DROP_40
flags:OPEN_DOOR | TAKE_ITEM
innate-freq:5
spells:BOULDER
friends:60:1d7:Earth hound
friends:80:1d3:Same
desc:It is eighteen feet tall and looking at you.

name:shadow drake
base:dragon
color:G
speed:110
hit-points:264
light:-2
hearing:20
armor-class:84
sleepiness:70
depth:33
rarity:3
experience:1100
blow:CLAW:HURT:2d4
blow:CLAW:HURT:2d4
blow:BITE:EXP_10:3d6
flags:INVISIBLE
flags:DROP_3 | ONLY_ITEM
flags:PASS_WALL
flags:NO_CONF | NO_SLEEP | IM_NETHER
innate-freq:25
spell-freq:10
spells:CONF | DARKNESS | SCARE | SLOW
spells:BR_NETH
desc:It is a dragon-like form wrapped in shadow.  Glowing red eyes shine out in
desc: the dark, and it is surrounded by an aura of unearthly cold that chills
desc: the soul rather than the body.

name:cave flesh golem
base:troll
color:u
speed:110
hit-points:156
hearing:20
smell:20
armor-class:60
sleepiness:50
depth:33
rarity:1
experience:350
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
blow:BITE:HURT:1d8
blow:BITE:HURT:1d8
flags:MALE
flags:DROP_20
flags:HURT_LIGHT
friends:30:1d5:stone flesh golem
friends:30:1d5:carrion golem
friends:100:3d3:Same
desc:He is a vicious brute of stitched grave-flesh, feared for his ferocity.

name:mystic
base:person
color:o
speed:120
hit-points:308
hearing:30
armor-class:60
sleepiness:5
depth:33
rarity:3
experience:500
blow:KICK:HURT:10d2
blow:KICK:HURT:10d2
blow:KICK:HURT:10d2
blow:KICK:HURT:10d2
flags:MALE | INVISIBLE
flags:DROP_1 | ONLY_ITEM
flags:OPEN_DOOR
flags:IM_ACID | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:6
spells:HEAL
spells:S_ANIMAL | S_SPIDER
drop-base:nature book:10:1:1
drop-base:nature book:5:1:1
friends-base:50:2d4:spider
desc:An adept at unarmed combat, the mystic strikes with stunning power.  He can
desc: summon help from nature and is able to focus his power to ease any pain.

name:barrow wight
base:wraith
color:P
speed:110
hit-points:83
hearing:20
armor-class:60
sleepiness:30
depth:33
rarity:3
experience:375
blow:HIT:HURT:1d8
blow:HIT:HURT:1d8
blow:TOUCH:EXP_40
flags:DROP_40
flags:OPEN_DOOR | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:8
spells:WOUND | DARKNESS | HOLD | SCARE
friends:100:4d4:Same
desc:Cold as grave-dirt, it rises from its plundered barrow to reclaim what
desc: the living have stolen: warmth, breath, and memory.

name:skeleton etten
base:skeleton
color:w
speed:110
hit-points:396
hearing:20
armor-class:75
sleepiness:50
depth:33
rarity:1
experience:325
blow:HIT:HURT:1d9
blow:HIT:HURT:1d9
blow:BITE:HURT:1d5
blow:BITE:HURT:1d5
flags:TROLL | EMPTY_MIND | REGENERATE
flags:OPEN_DOOR | BASH_DOOR
desc:It is the animated form of a massive two-headed brute.

name:chaos drake
base:dragon
color:v
speed:110
hit-points:440
hearing:20
armor-class:84
sleepiness:70
depth:33
rarity:3
experience:1400
blow:CLAW:HURT:2d4
blow:CLAW:HURT:2d4
blow:BITE:HURT:3d6
flags:DROP_3 | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_FIRE | IM_DISEN | NO_CONF | NO_SLEEP
flags:ATTR_MULTI
innate-freq:12
spell-freq:13
spells:CONF | SCARE | SLOW
spells:BR_CHAO | BR_DISE
desc:A dragon twisted by the forces of chaos.  It seems first ugly, then fair,
desc: as its form shimmers and changes in front of your eyes.

name:law drake
base:dragon
color:B
speed:110
hit-points:440
hearing:20
armor-class:84
sleepiness:70
depth:33
rarity:3
experience:1400
blow:CLAW:HURT:2d4
blow:CLAW:HURT:2d4
blow:BITE:HURT:3d6
flags:DROP_3 | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_COLD | NO_CONF | NO_SLEEP | NO_STUN
innate-freq:12
spell-freq:13
spells:CONF | SCARE | SLOW
spells:BR_SHAR | BR_SOUN
desc:This dragon is clever and cunning.  It laughs at your puny efforts to
desc: disturb it.

name:balance drake
base:dragon
color:P
speed:110
hit-points:528
hearing:20
armor-class:84
sleepiness:70
depth:33
rarity:3
experience:1600
blow:CLAW:HURT:2d4
blow:CLAW:HURT:2d4
blow:BITE:HURT:3d6
flags:DROP_3 | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_COLD | IM_FIRE | IM_DISEN | NO_CONF | NO_SLEEP | NO_STUN
innate-freq:9
spell-freq:12
spells:CONF | SCARE | SLOW
spells:BR_CHAO | BR_DISE | BR_SHAR | BR_SOUN
desc:A mighty dragon, the balance drake seeks to maintain the Cosmic Balance,
desc: and despises your feeble efforts to destroy evil.

name:ethereal drake
base:dragon
color:o
speed:110
hit-points:352
hearing:20
armor-class:84
sleepiness:70
depth:33
rarity:3
experience:1200
blow:CLAW:HURT:2d4
blow:CLAW:HURT:2d4
blow:BITE:HURT:3d6
flags:INVISIBLE
flags:DROP_3 | ONLY_ITEM
flags:PASS_WALL
flags:NO_CONF | NO_SLEEP
innate-freq:12
spell-freq:13
spells:CONF | SCARE | SLOW
spells:BR_DARK | BR_LIGHT
desc:A dragon of great power, with control over light and dark, the ethereal
desc: drake's eyes glare with white hatred from the shadows.

name:fire elemental
base:elemental
color:r
speed:110
hit-points:135
light:2
hearing:12
armor-class:60
sleepiness:50
depth:33
rarity:2
experience:350
blow:HIT:FIRE:4d6
blow:HIT:FIRE:4d6
flags:RAND_25 | BASH_DOOR | KILL_BODY | KILL_ITEM
flags:IM_ACID | IM_ELEC | IM_FIRE | HURT_COLD
flags:FORCE_SLEEP
spell-freq:6
spells:BO_FIRE
desc:It is a towering inferno of flames.

name:water elemental
base:elemental
color:b
speed:110
hit-points:113
hearing:12
armor-class:48
sleepiness:50
depth:33
rarity:2
experience:325
blow:HIT:HURT:1d10
blow:HIT:HURT:1d10
blow:HIT:HURT:1d10
flags:COLD_BLOOD
flags:RAND_25 | BASH_DOOR | KILL_BODY | KILL_ITEM
flags:IM_ACID | IM_COLD | IM_FIRE | IM_WATER
flags:FORCE_SLEEP
spell-freq:6
spells:BO_COLD
desc:It is a towering tempest of water.

name:crystal drake
base:dragon
color:u
speed:110
hit-points:396
light:1
hearing:20
armor-class:84
sleepiness:70
depth:33
rarity:3
experience:1350
blow:CLAW:HURT:2d4
blow:CLAW:HURT:2d4
blow:BITE:HURT:3d6
flags:DROP_3 | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_COLD | NO_CONF | NO_SLEEP
innate-freq:20
spell-freq:8
spells:CONF | SCARE | SLOW
spells:BR_SHAR
desc:A dragon of strange crystalline form.  Light shines through it, dazzling
desc: your eyes with spectra of colour.

### Castle depth 34 ###

name:golem priest
base:troll
color:G
speed:110
hit-points:340
hearing:20
smell:20
armor-class:75
sleepiness:60
depth:34
rarity:1
experience:120
blow:HIT:HURT:2d5
blow:HIT:HURT:2d5
blow:BITE:HURT:3d5
blow:BITE:HURT:3d5
flags:MALE
flags:DROP_60
flags:HURT_LIGHT | NO_CONF | NO_SLEEP
flags:FORCE_SLEEP
spell-freq:5
spells:BLINK | WOUND | DARKNESS | SCARE
drop-base:prayer book:5:1:1
drop-base:prayer book:5:1:1
desc:A golem whose maker gave it wit enough to read.

name:celestial spirit
plural:celestial spirits
base:ainu
color:B
speed:110
hit-points:528
light:2
hearing:30
armor-class:81
sleepiness:255
depth:34
rarity:4
experience:1000
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
flags:DROP_2
spell-freq:3
spells:BLIND | CONF | HASTE | HEAL | SCARE
desc:A celestial being, currently human-like in form, its body
desc: shining with glorious light.  Whether this being has taken allegiance to
desc: the Dark Powers or faces you in combat for some other reason is not clear; all
desc: you know is that it stands before you, its eyes ablaze as it prepares its
desc: next volley of spells.

name:golem blackguard
base:troll
color:U
speed:110
hit-points:340
hearing:20
smell:20
armor-class:60
sleepiness:50
depth:34
rarity:2
experience:400
blow:CLAW:POISON:2d5
blow:CLAW:POISON:2d5
blow:BITE:HURT:2d8
blow:BITE:HURT:2d8
flags:MALE
flags:DROP_20 | ONLY_ITEM
spell-freq:6
spells:HASTE | SCARE | DARKNESS
friends-base:100:3d4:troll
desc:A half-smart, vicious golem with some rudimentary magic and a love of
desc: violence.

name:shade
base:ghost
color:D
speed:120
hit-points:147
light:-2
hearing:20
armor-class:36
sleepiness:10
depth:34
rarity:3
experience:350
blow:WAIL:TERRIFY
blow:TOUCH:EXP_40
blow:CLAW:LOSE_INT:1d10
flags:DROP_2 | ONLY_ITEM
flags:RAND_25 | TAKE_ITEM
flags:FORCE_SLEEP
spell-freq:15
spells:BLIND | DRAIN_MANA | HOLD
desc:A shadowy form clutches at you from the darkness.  A powerful undead
desc: creature with a deadly touch.

name:master thief
plural:master thieves
base:person
color:b
speed:130
hit-points:99
hearing:20
armor-class:45
sleepiness:5
depth:34
rarity:2
experience:350
blow:HIT:HURT:2d8
blow:HIT:HURT:3d4
blow:HIT:EAT_GOLD:4d4
blow:HIT:EAT_ITEM:4d5
flags:MALE | EVIL
flags:DROP_2
flags:OPEN_DOOR | TAKE_ITEM
innate-freq:10
spell-freq:6
spells:SHOT | BLINK | TRAPS
friends:50:1d1:blackguard
friends:50:1d1:Mage
friends:50:1d1:Falkovnian assassin
desc:Cool and confident, fast and lithe; protect your possessions quickly!

name:Vlad Drakov the Black
base:person
color:U
speed:120
hit-points:1000
light:2
hearing:20
armor-class:108
sleepiness:40
depth:34
rarity:5
experience:1200
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
flags:UNIQUE | MALE | EVIL
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
spell-freq:10
spells:S_KIN
friends:60:1d3:charnel juggernaut
friends:100:3d3:Falkovnian champion:bodyguard
friends:100:1d1:Radu Dilisnya
friends:100:1d1:Gabrielle Aderre
desc:A short and swarthy Falkovnian dressed in black, the mercenary warlord
desc: who styles himself king.  The fields of his realm are fenced with
desc: impaled dead, and he and his three sons trust nothing they cannot put
desc: to the sword.

name:lich
plural:liches
base:lich
color:o
speed:110
hit-points:264
hearing:20
armor-class:72
sleepiness:60
depth:34
rarity:2
experience:1000
blow:TOUCH:EXP_40
blow:TOUCH:DRAIN_CHARGES
blow:TOUCH:LOSE_DEX:2d8
blow:TOUCH:LOSE_DEX:2d8
flags:DROP_1
flags:HURT_LIGHT
spell-freq:4
spells:BLIND | BLINK | WOUND | DRAIN_MANA | HOLD | BRAIN_SMASH
spells:SCARE | SLOW | TELE_AWAY | TELE_TO
friends-base:70:1d3:skeleton
desc:It is a skeletal form dressed in mouldering grave-robes.  Pale
desc: corpse-light burns in its empty sockets, and it radiates vastly evil
desc: power.

name:earth elemental
base:elemental
color:u
speed:100
hit-points:165
hearing:10
armor-class:90
sleepiness:50
depth:34
rarity:2
experience:375
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
flags:COLD_BLOOD
flags:PASS_WALL | KILL_BODY | KILL_ITEM
flags:HURT_ROCK | IM_COLD | IM_ELEC | IM_FIRE
flags:FORCE_SLEEP
spell-freq:8
spells:BO_ACID
desc:It is a towering form composed of rock with fists of awesome power.

name:air elemental
base:elemental
color:B
speed:120
hit-points:90
hearing:12
armor-class:60
sleepiness:50
depth:34
rarity:2
experience:390
blow:HIT:HURT:1d10
blow:HIT:CONFUSE:1d4
blow:HIT:HURT:1d10
flags:COLD_BLOOD
flags:RAND_25 | BASH_DOOR | KILL_BODY | KILL_ITEM
flags:IM_ACID | IM_COLD | IM_ELEC
flags:FORCE_SLEEP
spell-freq:8
spells:BO_ELEC
desc:It is a towering tornado of winds.

name:Eog golem
base:golem
color:u
speed:100
hit-points:1050
hearing:12
armor-class:187
sleepiness:20
depth:34
rarity:4
experience:1200
blow:HIT:HURT:8d6
blow:HIT:HURT:8d6
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
flags:COLD_BLOOD
flags:DROP_2 | ONLY_GOLD
flags:BASH_DOOR
flags:IM_COLD | IM_FIRE | IM_POIS
desc:It is a massive deep brown statue, striding towards you with an
desc: all-too-familiar purpose.  Your magic surprisingly feels much less
desc: powerful now.

### Castle depth 35 ###

name:wereworm
base:worm
color:p
speed:100
hit-points:200
hearing:15
armor-class:105
sleepiness:40
depth:35
rarity:3
experience:300
blow:GAZE:EXP_20
blow:CRAWL:ACID:2d4
blow:BITE:HURT:1d10
blow:BITE:POISON:1d6
flags:BASH_DOOR
flags:IM_ACID
desc:A huge wormlike shape dripping acid, twisted by evil sorcery into a foul
desc: monster that breeds on death.

name:Kroval, the Bone Chieftain
base:ogre
color:v
speed:120
hit-points:1500
hearing:20
smell:20
armor-class:120
sleepiness:20
depth:35
rarity:2
experience:1500
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
flags:UNIQUE | MALE | NAME_COMMA | MOVE_BODY
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
friends:100:3d3:Ogre:servant
friends:100:3d3:Black ogre:servant
friends:100:3d3:Cave ogre:bodyguard
friends:80:1d2:Ogre mage:servant
friends:80:1d2:Ogre shaman:servant
friends:50:1d2:Ogre chieftain:servant
desc:An ogre renowned for acts of surpassing cruelty, Kroval quickly became the
desc: leader of a large band of violent ogres.

name:hill flesh golem
base:troll
color:m
speed:110
hit-points:316
hearing:20
smell:20
armor-class:60
sleepiness:50
depth:35
rarity:1
experience:420
blow:HIT:HURT:2d9
blow:HIT:HURT:2d9
blow:BITE:HURT:2d4
blow:BITE:HURT:2d4
flags:MALE
flags:DROP_20
friends:100:4d4:Same
desc:A hulk of corpse-flesh stitched together with iron wire and tanned to a
desc: horny toughness, this golem strides toward you roaring like a beast,
desc: wielding a heavy hammer in his knotted hand.

name:invisible stalker
base:elemental
color:y
speed:130
hit-points:124
hearing:20
armor-class:69
sleepiness:10
depth:35
rarity:3
experience:300
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
flags:EVIL | COLD_BLOOD | INVISIBLE
flags:RAND_50 | OPEN_DOOR | BASH_DOOR
flags:IM_ELEC
desc:It is impossible to define its form but its violence is legendary.

name:gravity hound
base:zephyr hound
color:W
speed:110
hit-points:193
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:35
rarity:4
experience:500
blow:CLAW:HURT:2d8
blow:CLAW:HURT:2d8
blow:BITE:HURT:2d8
blow:BITE:HURT:2d8
flags:BASH_DOOR
flags:NO_CONF | NO_SLEEP
flags:FORCE_SLEEP
innate-freq:5
spells:BR_GRAV
friends:100:2d7:Same
desc:Unfettered by the usual constraints of gravity, these unnatural creatures
desc: are walking on the walls and even the ceiling!  The earth suddenly feels
desc: rather less solid as you see gravity warp all round the monsters.

name:inertia hound
base:zephyr hound
color:W
speed:110
hit-points:193
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:35
rarity:4
experience:500
blow:CLAW:HURT:2d8
blow:CLAW:HURT:2d8
blow:BITE:HURT:2d8
blow:BITE:HURT:2d8
flags:BASH_DOOR
flags:NO_CONF | NO_SLEEP | NO_SLOW
flags:FORCE_SLEEP
innate-freq:5
spells:BR_INER
friends:100:2d7:Same
desc:Bizarrely, this hound seems to be hardly moving at all, yet it approaches
desc: you with deadly menace.  It makes you tired just to look at it.

name:impact hound
base:zephyr hound
color:u
speed:110
hit-points:193
hearing:30
smell:50
armor-class:36
sleepiness:0
depth:35
rarity:4
experience:500
blow:CLAW:HURT:2d8
blow:CLAW:HURT:2d8
blow:BITE:HURT:2d8
blow:BITE:HURT:2d8
flags:BASH_DOOR
flags:NO_CONF | NO_SLEEP | NO_STUN
flags:FORCE_SLEEP
innate-freq:5
spells:BR_WALL
friends:100:2d7:Same
desc:A deep brown shape is visible before you, its canine form strikes you with
desc: an almost physical force.  The castle flagstones buckle as if struck by
desc: a powerful blow as it stalks towards you.

name:charnel juggernaut
plural:charnel juggernauts
base:quadruped
color:s
speed:110
hit-points:495
hearing:20
smell:20
armor-class:82
sleepiness:70
depth:35
rarity:2
experience:2100
blow:BUTT:HURT:4d6
blow:BUTT:HURT:4d6
blow:CRUSH:HURT:4d4
flags:ANIMAL
friends:100:4d4:Same
desc:A massive elephantine form with eyes twisted by madness.

name:giant fire ant
base:ant
color:R
speed:110
hit-points:176
light:2
hearing:14
smell:20
armor-class:58
sleepiness:40
depth:35
rarity:1
experience:350
blow:BITE:FIRE:3d12
blow:BITE:FIRE:3d12
flags:KILL_BODY
flags:IM_FIRE | GROUP_AI
innate-freq:6
spells:SPIT
friends:100:4d4:Same
desc:A giant ant covered in shaggy fur.  Its powerful jaws glow with heat.

name:chest mimic
base:mimic
glyph:~
color:s
speed:110
hit-points:308
hearing:30
armor-class:48
sleepiness:0
depth:35
rarity:4
experience:250
blow:BITE:POISON:4d4
blow:BITE:POISON:4d4
blow:BUTT:CONFUSE:4d4
blow:SPIT:BLIND:4d4
flags:DROP_2
spell-freq:5
spells:BA_POIS
spells:S_MONSTER
spells:BLIND | WOUND | CONF | SCARE
desc:A strange creature that disguises itself as a chest to lure unsuspecting
desc: adventurers within reach of its venomous claws.  The first that most
desc: adventurers realise of the deception is when the seemingly invitingly open
desc: lid of the chest suddenly grows teeth and then slams shut on the
desc: adventurer's hand...
mimic:chest:Small wooden chest
mimic:chest:Large wooden chest
mimic:chest:Small iron chest
mimic:chest:Large iron chest
mimic:chest:Small steel chest
mimic:chest:Large steel chest

name:silent watcher
base:golem
color:r
speed:110
hit-points:1040
hearing:42
armor-class:96
sleepiness:10
depth:35
rarity:3
experience:800
blow:GAZE:TERRIFY
blow:GAZE:PARALYZE
blow:GAZE:LOSE_STR
blow:GAZE:HALLU
flags:EVIL | COLD_BLOOD
flags:NEVER_MOVE
flags:HURT_ROCK | HURT_LIGHT | IM_COLD | IM_FIRE | IM_POIS
innate-freq:10
spell-freq:6
spells:CONF | DRAIN_MANA | HOLD | MIND_BLAST | SHRIEK
spells:S_MONSTER | S_MONSTERS
message-vis:SHRIEK:The baleful presence of {name} inspires your enemies.
message-invis:DRAIN_MANA:Something drains your mana away.
message-invis:HOLD:Your muscles lock up for no apparent reason.
message-invis:SHRIEK:Something inspires your enemies.
desc:A figure carved from stone, with three vulture faces whose eyes glow with a
desc: malevolent light.

### Castle depth 36 ###

name:iron colossus
base:troll
color:y
speed:115
hit-points:440
hearing:50
smell:50
armor-class:60
sleepiness:50
depth:36
rarity:1
experience:450
blow:CLAW:HURT:2d9
blow:CLAW:HURT:2d9
blow:BITE:HURT:2d3
blow:BITE:HURT:2d3
flags:SMART
flags:DROP_20
friends:100:4d4:Iron golem
desc:It is a massive intelligent construct with needle-sharp fangs.

name:colbran
base:golem
color:b
speed:120
hit-points:520
light:1
hearing:12
armor-class:120
sleepiness:20
depth:36
rarity:2
experience:900
blow:HIT:ELEC:3d8
blow:HIT:ELEC:3d8
flags:COLD_BLOOD
flags:BASH_DOOR
flags:IM_POIS
flags:FORCE_SLEEP
spell-freq:3
spell-power:20
spells:BO_ELEC | BE_ELEC | TELE_SELF_TO
message-invis:BO_ELEC:The constant crackling subsides briefly and then resumes.
message-invis:TELE_SELF_TO:The constant crackling subsides briefly and then resumes.
desc:A man-shaped form of living lightning.  Sparks and shocks crackle all over
desc: this madly capering figure, as it leaps and whirls around and about you.

name:cloud giant
base:giant
color:b
speed:110
hit-points:368
hearing:20
armor-class:90
sleepiness:40
depth:36
rarity:1
experience:500
blow:HIT:ELEC:8d8
blow:HIT:ELEC:8d8
flags:DROP_60
flags:OPEN_DOOR | TAKE_ITEM
flags:IM_ELEC
innate-freq:8
spells:BOULDER
friends:60:1d7:Energy hound
friends:80:1d3:Same
desc:It is a twenty foot tall giant wreathed in clouds.

name:master vampire
base:vampire
color:g
speed:110
hit-points:299
hearing:20
smell:20
armor-class:72
sleepiness:10
depth:36
rarity:1
experience:750
blow:HIT:HURT:2d6
blow:HIT:HURT:2d6
blow:BITE:EXP_40:3d6
blow:BITE:EXP_40:3d6
flags:DROP_4
spell-freq:6
spells:WOUND | CONF | DARKNESS | MIND_BLAST
spells:TELE_TO
spells:BO_NETH
spells:HOLD | SCARE
desc:It stands before you in the faded finery of a noble court, pale and
desc: unbreathing.  Power emanates from its chilling frame.

name:ooze elemental
base:elemental
color:g
speed:110
hit-points:72
hearing:10
armor-class:120
sleepiness:50
depth:36
rarity:3
experience:300
blow:TOUCH:ACID:1d10
blow:TOUCH:ACID:1d10
blow:TOUCH:ACID:1d10
flags:COLD_BLOOD | POWERFUL
flags:BASH_DOOR | KILL_BODY | KILL_ITEM
flags:IM_ACID | IM_COLD | IM_FIRE
flags:FORCE_SLEEP
spell-freq:5
spells:BA_ACID
spells:BO_ACID
desc:It is a towering mass of filth, an eyesore of ooze.

name:smoke elemental
base:elemental
color:D
speed:120
hit-points:83
hearing:10
armor-class:120
sleepiness:50
depth:36
rarity:3
experience:375
blow:ENGULF:HURT:2d6
blow:ENGULF:HURT:2d6
flags:BASH_DOOR | KILL_BODY | KILL_ITEM
flags:IM_COLD | IM_ELEC | IM_FIRE
flags:FORCE_SLEEP
spell-freq:5
spells:DARKNESS
spells:BO_FIRE
desc:It is a towering blackened form, crackling with heat.

name:xorn
base:xorn
color:u
speed:110
hit-points:140
hearing:20
armor-class:96
sleepiness:10
depth:36
rarity:2
experience:650
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
blow:HIT:HURT:1d6
flags:PASS_WALL | KILL_ITEM
flags:IM_COLD | IM_ELEC | IM_FIRE
desc:A huge creature of the element Earth.  Able to merge with its element, it
desc: has four huge arms protruding from its enormous torso.

name:colossus
plural:colossi
base:golem
color:G
speed:100
hit-points:2640
hearing:12
armor-class:180
sleepiness:10
depth:36
rarity:4
experience:850
blow:HIT:HURT:10d10
blow:HIT:HURT:10d10
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
flags:COLD_BLOOD
flags:BASH_DOOR
flags:IM_COLD | IM_FIRE | IM_POIS
desc:An enormous construct resembling a titan made from stone.  It strides
desc: purposefully towards you, swinging its slow fists with earth-shattering
desc: power.

name:trapper
base:lurker
color:W
speed:120
hit-points:528
hearing:30
armor-class:90
sleepiness:10
depth:36
rarity:3
experience:580
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:PARALYZE:15d1
blow:HIT:PARALYZE:15d1
desc:A larger cousin of the lurker, this creature traps unsuspecting victims and
desc: paralyzes them, to be slowly digested later.

name:bodak
base:minor demon
color:r
speed:110
hit-points:193
light:2
hearing:10
armor-class:81
sleepiness:90
depth:36
rarity:2
experience:750
blow:HIT:FIRE:4d6
blow:HIT:FIRE:4d6
blow:GAZE:EXP_20
flags:OPEN_DOOR | BASH_DOOR | TAKE_ITEM
flags:IM_POIS | NO_CONF | NO_SLEEP
flags:FORCE_SLEEP
spell-freq:4
spells:BA_FIRE
spells:BO_FIRE
spells:S_DEMON
desc:It is a humanoid form composed of flames and hatred.

name:soldier of Falkovnia
plural:soldiers of Falkovnia
base:person
color:P
speed:120
hit-points:246
hearing:20
armor-class:75
sleepiness:20
depth:36
rarity:2
experience:630
blow:HIT:HURT:2d6
blow:HIT:HURT:2d6
flags:MALE | EVIL | SMART
flags:DROP_1 | ONLY_ITEM
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | WOUND | DARKNESS | HOLD | SCARE
spells:TPORT
spells:BO_NETH
spells:S_UNDEAD
drop-base:shadow book:8:1:1
drop-base:shadow book:8:1:1
friends-base:80:1d3:skeleton
desc:A necromancer recruited to the war-realm of Falkovnia for its endless,
desc: doomed invasions of Darkon.

name:Drakov's Iron Captain
base:person
color:P
speed:120
hit-points:1800
light:2
hearing:25
armor-class:120
sleepiness:10
depth:36
rarity:2
experience:1200
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
flags:UNIQUE | MALE | NAME_COMMA | EVIL
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | MOVE_BODY
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | NO_CONF
flags:NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:4
spells:TELE_TO
spells:S_MONSTERS
friends:50:1d3:charnel juggernaut
friends:100:2d5:Falkovnian champion:bodyguard
desc:A mighty warrior of the Iron Legion, he hates everything that he cannot
desc: control.

name:demonologist
base:person
color:R
speed:120
hit-points:246
light:2
hearing:20
armor-class:75
sleepiness:20
depth:36
rarity:2
experience:700
blow:HIT:HURT:2d6
blow:HIT:HURT:2d6
blow:HIT:HURT:2d6
flags:MALE | EVIL | SMART
flags:DROP_1 | ONLY_ITEM
flags:OPEN_DOOR
flags:FORCE_SLEEP
spell-freq:2
spells:HOLD | TPORT
spells:BO_FIRE
spells:S_DEMON
drop-base:magic book:8:1:1
drop-base:magic book:8:1:1
friends-base:50:1d3:minor demon:servant
friends:100:1d1:Quasit:servant
desc:A figure twisted by evil standing in robes of deepest crimson.

name:gauth
base:eye
color:D
speed:110
hit-points:264
hearing:20
armor-class:75
sleepiness:25
depth:36
rarity:2
experience:600
blow:GAZE:DISENCHANT:5d2
blow:GAZE:DISENCHANT:5d2
blow:GAZE:DRAIN_CHARGES:5d2
blow:GAZE:DRAIN_CHARGES:5d2
flags:EVIL | SPIRIT
flags:BASH_DOOR
flags:FORCE_SLEEP
spell-freq:5
spells:WOUND | DRAIN_MANA | HOLD | TELE_AWAY
spells:BA_COLD
spells:BO_ELEC
desc:Another lesser relative of the beholder, this six-eyed creature feeds on
desc: magic.

### Castle depth 37 ###

name:ice elemental
base:elemental
color:w
speed:110
hit-points:193
hearing:10
armor-class:90
sleepiness:50
depth:37
rarity:3
experience:650
blow:TOUCH:COLD:4d3
blow:HIT:HURT:4d6
blow:TOUCH:COLD:4d3
flags:COLD_BLOOD | POWERFUL
flags:BASH_DOOR | KILL_BODY | KILL_ITEM
flags:IM_ACID | IM_COLD | IM_ELEC | HURT_FIRE
flags:FORCE_SLEEP
spell-freq:5
spells:BA_COLD
spells:BO_ICE
desc:It is a towering glacier of ice.

name:mummified golem
base:zombie
color:w
speed:110
hit-points:207
hearing:20
armor-class:75
sleepiness:70
depth:37
rarity:1
experience:420
blow:HIT:HURT:2d6
blow:HIT:HURT:2d6
flags:TROLL | EMPTY_MIND
flags:DROP_20
flags:NO_FEAR
desc:It is a giant figure wound in rotting grave-cloth, dust sifting from
desc: every seam.  You are wary of its massive fists.

name:spectre
base:ghost
color:U
speed:120
hit-points:167
hearing:20
armor-class:36
sleepiness:10
depth:37
rarity:3
experience:380
blow:WAIL:TERRIFY
blow:TOUCH:EXP_40
blow:CLAW:LOSE_WIS:5d5
flags:DROP_2 | ONLY_ITEM
flags:RAND_25 | TAKE_ITEM
flags:FORCE_SLEEP
spell-freq:15
spells:BLIND | DRAIN_MANA | HOLD
desc:A phantasmal shrieking spirit.  Its wail drives the intense cold of pure
desc: evil deep within your body.

name:magma elemental
base:elemental
color:o
speed:110
hit-points:193
light:2
hearing:10
armor-class:105
sleepiness:50
depth:37
rarity:3
experience:950
blow:HIT:FIRE:3d7
blow:HIT:HURT:4d6
blow:HIT:FIRE:3d7
flags:POWERFUL
flags:PASS_WALL | KILL_BODY | KILL_ITEM
flags:IM_ACID | IM_ELEC | IM_FIRE | HURT_COLD
flags:FORCE_SLEEP
spell-freq:7
spells:BA_FIRE
spells:BO_PLAS
desc:It is a towering glowing form of molten hate.

name:killer iridescent beetle
base:killer beetle
color:b
speed:110
hit-points:330
hearing:16
armor-class:90
sleepiness:30
depth:37
rarity:2
experience:850
blow:CLAW:ELEC:2d12
blow:CLAW:ELEC:2d12
blow:GAZE:PARALYZE
flags:IM_ELEC
flags:ATTR_FLICKER
innate-freq:6
spells:SPIT
desc:It is a giant beetle, whose carapace shimmers with vibrant energies.

name:nexus vortex
plural:nexus vortices
base:vortex
color:P
speed:120
hit-points:176
hearing:100
armor-class:48
sleepiness:0
depth:37
rarity:1
experience:800
blow:ENGULF:HURT:5d5
flags:RAND_25
flags:IM_NEXUS
innate-freq:4
spells:BR_NEXU
desc:A maelstrom of potent magical energy.

name:plasma vortex
plural:plasma vortices
base:vortex
color:R
speed:120
hit-points:176
light:2
hearing:100
armor-class:48
sleepiness:0
depth:37
rarity:1
experience:800
blow:ENGULF:FIRE:4d8
blow:ENGULF:ELEC:4d8
flags:RAND_25
flags:IM_ELEC | IM_FIRE | IM_PLASMA
innate-freq:4
spells:BR_PLAS
desc:A whirlpool of intense flame, charring the stones at your feet.

name:mountain flesh golem
base:troll
color:r
speed:110
hit-points:660
hearing:20
smell:20
armor-class:120
sleepiness:40
depth:37
rarity:3
experience:800
blow:PUNCH:HURT:8d4
blow:PUNCH:HURT:8d4
blow:KICK:HURT:5d4
blow:KICK:HURT:5d4
flags:DROP_40
flags:TAKE_ITEM
flags:NO_CONF | NO_SLEEP
desc:A massive golem, larger and stronger than many men together.  It needs no
desc: weapons aside from its massive hands and feet.

name:shardstorm
base:vortex
color:u
speed:120
hit-points:176
hearing:40
armor-class:14
sleepiness:0
depth:37
rarity:1
experience:800
blow:ENGULF:HURT:6d6
innate-freq:4
spells:BR_SHAR
desc:A howling blast of razor-sharp mountain fragments, kept intact by perilous
desc: magics.

name:emperor wight
base:wraith
color:r
speed:110
hit-points:334
hearing:20
armor-class:48
sleepiness:10
depth:37
rarity:2
experience:1600
blow:HIT:HURT:1d12
blow:HIT:HURT:1d12
blow:TOUCH:EXP_80
blow:TOUCH:EXP_80
flags:DROP_3 | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:6
spells:WOUND | HOLD | SCARE
spells:BO_NETH
friends-base:50:1d3:wraith
desc:Your life force is torn from your body as this powerful unearthly being
desc: approaches.

### Castle depth 38 ###

name:mummified chieftain
base:zombie
color:y
speed:115
hit-points:299
hearing:30
armor-class:102
sleepiness:90
depth:38
rarity:3
experience:800
blow:CLAW:LOSE_CON:3d6
blow:CLAW:LOSE_CON:3d6
blow:GAZE:EXP_40:3d4
blow:GAZE:TERRIFY:3d4
flags:MALE | SMART | ATTR_FLICKER
flags:DROP_2 | ONLY_ITEM
flags:MOVE_BODY | TAKE_ITEM
flags:IM_ACID | IM_ELEC | NO_FEAR
flags:FORCE_SLEEP
innate-freq:9
spell-freq:3
spells:SHRIEK
spells:BLIND | WOUND | DARKNESS | DRAIN_MANA | FORGET | HASTE
spells:HEAL | MIND_BLAST | SCARE
spells:BA_COLD | BA_POIS
spells:BO_NETH
spells:S_UNDEAD
friends:100:2d3:mummified warrior:servant
friends:100:2d3:Mummified human:servant
friends:100:2d3:Mummified golem:servant
desc:A powerful ruler who refused the summons of death itself, preferring
desc: to re-occupy his now embalmed body.  He commands a legion of his former
desc: subjects with unearthly shrieks.

name:will o' the wisp
base:elemental
color:W
speed:130
hit-points:176
light:2
hearing:30
armor-class:180
sleepiness:0
depth:38
rarity:4
experience:500
blow:HIT:HURT:1d9
blow:HIT:HURT:1d9
blow:HIT:HALLU:1d9
flags:INVISIBLE | SMART
flags:RAND_50 | PASS_WALL
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE
flags:FORCE_SLEEP
spell-freq:2
spells:BLINK | WOUND | CONF | TPORT
message-vis:WOUND:{name} crackles softly.
message-invis:BLINK:Something crackles softly.
message-invis:WOUND:Something crackles softly.
desc:A strange ball of glowing light.  It disappears and reappears and seems to
desc: draw you to it.  You seem somehow compelled to stand still and watch its
desc: strange dancing motion.

name:death knight
base:person
color:D
speed:120
hit-points:528
hearing:20
armor-class:120
sleepiness:10
depth:38
rarity:1
experience:1000
blow:HIT:HURT:6d6
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
flags:EVIL | COLD_BLOOD | SMART
flags:DROP_2 | ONLY_ITEM
flags:OPEN_DOOR
flags:IM_COLD
flags:FORCE_SLEEP
spell-freq:5
spells:BLIND | WOUND | SCARE
spells:BO_NETH
spells:S_MONSTERS
drop-base:shadow book:8:1:1
drop-base:shadow book:8:1:1
friends:50:1d1:Imp
desc:It is a humanoid figure dressed in armour of an ancient form.  From beneath
desc: its helmet, eyes glow a baleful red and seem to pierce you like lances of
desc: fire.

name:Azalin's Usurper
base:person
color:V
speed:120
hit-points:880
light:2
hearing:20
armor-class:108
sleepiness:40
depth:38
rarity:5
experience:1600
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
flags:UNIQUE | MALE | EVIL | SMART
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
flags:FORCE_SLEEP
spell-freq:2
spells:HEAL | TRAPS
spells:BO_COLD | BO_ELEC | BO_FIRE | BO_ICE
desc:A dark sorcerer who usurped the throne of an ancient kingdom, he is
desc: treacherous and evil.

name:time vortex
plural:time vortices
base:vortex
color:B
speed:130
hit-points:176
hearing:100
armor-class:48
sleepiness:0
depth:38
rarity:4
experience:800
blow:ENGULF:EXP_20:5d5
flags:RAND_25
innate-freq:4
spells:BR_TIME
desc:You haven't seen it yet.

name:shimmering vortex
plural:shimmering vortices
base:vortex
color:o
speed:140
hit-points:176
light:3
hearing:100
armor-class:48
sleepiness:0
depth:38
rarity:4
experience:800
blow:ENGULF:BLIND:4d4
blow:ENGULF:BLIND:4d4
flags:ATTR_FLICKER
flags:RAND_25
innate-freq:4
spells:SHRIEK
spells:BR_LIGHT
desc:A strange pillar of shining light that hurts your eyes.  Its shape changes
desc: constantly as it cuts through the air towards you.  It is like a beacon,
desc: waking monsters from their slumber.

name:white wraith
base:wraith
color:w
speed:120
hit-points:450
hearing:20
armor-class:48
sleepiness:10
depth:38
rarity:1
experience:355
blow:HIT:HURT:1d9
blow:HIT:HURT:1d9
blow:TOUCH:EXP_20
blow:TOUCH:EXP_20
flags:DROP_1
flags:OPEN_DOOR | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:8
spells:WOUND | DARKNESS | SCARE
desc:It is a tangible but ghostly form made of white fog.

name:etten
base:troll
color:b
speed:110
hit-points:1320
hearing:20
smell:20
armor-class:120
sleepiness:30
depth:38
rarity:3
experience:1000
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
flags:DROP_1 | ONLY_ITEM
flags:NO_CONF | NO_SLEEP
desc:A massive two-headed brute of huge strength, ettens are stupid but violent.
desc:  They are also living proof that two heads are not more intelligent than
desc: one...

name:abyss spider
base:spider
color:G
speed:120
hit-points:264
hearing:20
armor-class:54
sleepiness:50
depth:38
rarity:3
experience:250
blow:CLAW:HURT:2d8
blow:STING:POISON:2d6
blow:STING:POISON:2d6
blow:BITE:CONFUSE:1d3
flags:EVIL | ANIMAL
flags:WEIRD_MIND | HURT_LIGHT | IM_POIS
innate-freq:6
spell-freq:5
spells:WEAVE | CONF | SLOW | BLIND
spells:BR_POIS | BR_DARK
spell-power:10
message-invis:SLOW:Something chitters.
message-invis:BLIND:Something chitters.
desc:A massive spider, heaving the bloated bag of its body between great
desc: spined legs.

### Castle depth 39 ###

name:Falkovnian archer
base:person
color:M
speed:120
hit-points:209
hearing:20
armor-class:114
sleepiness:10
depth:39
rarity:4
experience:700
blow:HIT:POISON:3d4
blow:HIT:LOSE_STR:3d4
blow:HIT:LOSE_STR:3d4
blow:HIT:POISON:3d4
flags:MALE | EVIL
flags:DROP_1
flags:OPEN_DOOR
flags:NO_CONF | NO_SLEEP
innate-freq:2
spells:ARROW
friends:80:1d4:Falkovnian assassin
desc:A grim Falkovnian soldier clad in black and red, carrying a longbow.
desc:  His quiver is full of red-feathered arrows, each stamped with the
desc: Hawk of Drakov.

name:mature white dragon
base:dragon
color:w
speed:115
hit-points:700
hearing:20
armor-class:84
sleepiness:70
depth:39
rarity:1
experience:1400
blow:CLAW:HURT:3d8
blow:CLAW:HURT:3d8
blow:BITE:HURT:4d8
flags:DROP_4
flags:BASH_DOOR
flags:IM_COLD | NO_CONF | NO_SLEEP
innate-freq:12
spell-freq:20
spells:SCARE
spells:BR_COLD
friends:50:1d4:Baby white dragon
friends:50:1d2:Young white dragon
desc:A large dragon, scales gleaming bright white.

name:mature blue dragon
base:dragon
color:b
speed:115
hit-points:700
hearing:20
armor-class:84
sleepiness:70
depth:39
rarity:1
experience:1400
blow:CLAW:HURT:3d8
blow:CLAW:HURT:3d8
blow:BITE:HURT:4d8
flags:DROP_4
flags:BASH_DOOR
flags:IM_ELEC | NO_CONF | NO_SLEEP
innate-freq:12
spell-freq:20
spells:SCARE
spells:BR_ELEC
friends:50:1d4:Baby blue dragon
friends:50:1d2:Young blue dragon
desc:A large dragon, scales tinted deep blue.

name:mature green dragon
base:dragon
color:g
speed:115
hit-points:700
hearing:20
armor-class:84
sleepiness:70
depth:39
rarity:1
experience:1400
blow:CLAW:HURT:3d8
blow:CLAW:HURT:3d8
blow:BITE:HURT:4d8
flags:DROP_4
flags:BASH_DOOR
flags:IM_POIS | NO_CONF | NO_SLEEP
innate-freq:12
spell-freq:20
spells:SCARE
spells:BR_POIS
friends:50:1d4:Baby green dragon
friends:50:1d2:Young green dragon
desc:A large dragon, scales tinted deep green.

name:6-headed hydra
base:hydra
color:G
speed:120
hit-points:550
light:2
hearing:20
armor-class:135
sleepiness:35
depth:39
rarity:2
experience:2000
blow:BITE:HURT:2d6
blow:BITE:HURT:2d6
blow:BITE:POISON:2d6
blow:BITE:FIRE:2d6
blow:BITE:ACID:2d6
blow:BITE:BLIND:1d2
flags:DROP_4
flags:BASH_DOOR | MOVE_BODY
flags:IM_POIS | IM_FIRE | IM_ACID
innate-freq:10
spell-freq:8
spells:SCARE
spells:BR_POIS
desc:A 5-headed hydra which seems to have an extra head, if you could just see
desc: it properly.

name:night mare
base:quadruped
color:G
speed:120
hit-points:1320
hearing:30
smell:20
armor-class:102
sleepiness:0
depth:39
rarity:3
experience:2900
blow:BITE:EXP_80:2d6
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:CONFUSE:6d6
flags:UNDEAD | EVIL | COLD_BLOOD
flags:DROP_2 | ONLY_GOLD
flags:OPEN_DOOR
flags:IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | NO_STUN
desc:A fearsome skeletal horse with glowing eyes, that watch you with little
desc: more than a hatred of all that lives.



########## DUNGEON LEVELS 40-49 ##########


### Castle depth 40 ###

name:beholder
base:eye
color:U
speed:120
hit-points:1400
hearing:40
armor-class:96
sleepiness:10
depth:40
rarity:3
experience:6000
blow:GAZE:EXP_20:2d6
blow:GAZE:DRAIN_CHARGES:2d6
blow:GAZE:LOSE_INT:2d6
blow:BITE:HURT:6d6
flags:EVIL | SPIRIT
flags:BASH_DOOR
flags:NO_CONF | NO_SLEEP
flags:FORCE_SLEEP
spell-freq:2
spells:BLIND | CONF | DARKNESS | DRAIN_MANA | FORGET | MIND_BLAST
spells:SCARE | SLOW
spells:BO_ACID | BO_COLD | BO_ELEC | BO_FIRE
desc:A vile creature with one huge central eye, twelve smaller eyes on stalks,
desc: and a huge mouth filled with sharp teeth.

name:disenchanter worm mass
base:worm
color:v
speed:100
hit-points:45
hearing:7
armor-class:6
sleepiness:10
depth:40
rarity:3
experience:30
blow:CRAWL:DISENCHANT:1d4
flags:WEIRD_MIND | MULTIPLY | STUPID
flags:RAND_50 | BASH_DOOR
flags:HURT_LIGHT | IM_DISEN | NO_FEAR
flags:ATTR_MULTI
desc:It is a strange mass of squirming worms.  Magical energy crackles around
desc: its disgusting form.

name:spirit golem
base:ghost
color:G
speed:110
hit-points:880
hearing:20
armor-class:108
sleepiness:5
depth:40
rarity:3
experience:900
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
flags:TROLL | REGENERATE
flags:DROP_60
flags:IM_ELEC
desc:The restless shade of a golem whose body crumbled long ago, still
desc: shambling through the motions of its maker's last command.

name:phantom
base:ghost
color:P
speed:120
hit-points:260
hearing:30
armor-class:36
sleepiness:20
depth:40
rarity:3
experience:400
blow:TOUCH:EXP_80
blow:TOUCH:EXP_40
blow:CLAW:LOSE_INT:2d8
blow:CLAW:LOSE_WIS:2d8
flags:DROP_1 | ONLY_ITEM
flags:FORCE_SLEEP
spell-freq:5
spells:FORGET
desc:An unholy creature of darkness, the aura emanating from this evil being
desc: saps your very soul.

name:7-headed hydra
base:hydra
color:r
speed:120
hit-points:650
light:2
hearing:20
armor-class:114
sleepiness:20
depth:40
rarity:2
experience:3000
blow:BITE:HURT:2d6
blow:BITE:HURT:2d6
blow:BITE:POISON:2d6
blow:BITE:FIRE:2d6
blow:BITE:ACID:2d6
blow:BITE:BLIND:2d6
blow:BITE:CONFUSE:2d6
flags:DROP_4
flags:BASH_DOOR | MOVE_BODY
flags:IM_POIS | IM_FIRE | IM_ACID | NO_CONF
innate-freq:8
spell-freq:6
spells:SCARE
spells:BR_POIS | BR_FIRE
desc:A 6-headed hydra with an extra head that waves mesmerisingly at you.

name:enchantress
base:person
color:R
speed:130
hit-points:457
light:2
hearing:20
armor-class:72
sleepiness:10
depth:40
rarity:4
experience:2100
blow:HIT:HURT:2d6
blow:HIT:HURT:2d6
blow:HIT:HURT:2d8
flags:FEMALE | EVIL
flags:DROP_2 | ONLY_ITEM
flags:OPEN_DOOR
flags:NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:2
spells:BLIND
spells:SHAPECHANGE | S_DRAGON
drop-base:magic book:8:1:1
drop-base:magic book:8:1:1
friends-base:30:1d1:dragon:servant
friends-base:60:1d1:dragon:servant
shape:ancient dragon
desc:This elusive female spellcaster has a special affinity for dragons, whom
desc: she rarely fights without.

name:sorcerer
base:person
color:R
speed:130
hit-points:457
light:2
hearing:20
armor-class:72
sleepiness:10
depth:40
rarity:2
experience:2150
blow:HIT:HURT:2d8
blow:HIT:HURT:2d8
blow:HIT:HURT:2d8
flags:MALE | EVIL
flags:DROP_3 | ONLY_ITEM
flags:OPEN_DOOR
flags:NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:2
spells:BLIND | BLINK | WOUND | CONF | TELE_TO | TRAPS
spells:BA_COLD | BA_FIRE
spells:BO_ACID
spells:S_DRAGON | S_MONSTER | S_UNDEAD
drop-base:magic book:5:1:1
drop-base:magic book:10:1:1
friends:30:1d1:Master thief
friends:30:1d1:Ranger chieftain
friends:30:1d1:Patriarch
friends:30:1d1:Berserker
desc:A human figure in robes, he moves with magically improved speed, and his
desc: hands are ablur with spell casting.

name:xaren
base:xorn
color:s
speed:120
hit-points:280
hearing:20
armor-class:96
sleepiness:10
depth:40
rarity:1
experience:1200
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
flags:DROP_2 | ONLY_GOLD
flags:PASS_WALL | KILL_ITEM
flags:IM_COLD | IM_ELEC | IM_FIRE
desc:It is a tougher relative of the Xorn.  Its hide glitters with metal ores.

name:giant roc
base:bird
color:u
speed:110
hit-points:560
hearing:20
armor-class:84
sleepiness:10
depth:40
rarity:3
experience:1000
blow:CRUSH:HURT:8d12
blow:CRUSH:HURT:8d12
blow:HIT:ELEC:12d12
flags:BASH_DOOR
flags:IM_ELEC
desc:A vast legendary bird, its iron talons rake the most impenetrable of
desc: surfaces and its screech echoes through the castle's winding
desc: corridors.

name:minotaur
base:hybrid
color:s
speed:130
hit-points:550
hearing:13
smell:20
armor-class:30
sleepiness:10
depth:40
rarity:2
experience:2100
blow:BUTT:HURT:4d6
blow:BUTT:HURT:4d6
blow:BUTT:HURT:2d6
blow:BUTT:HURT:2d6
flags:EVIL
flags:BASH_DOOR
desc:A bull-headed horror out of old legend, bred to stalk endless corridors
desc: and gore whatever it finds there.

name:vrock
base:major demon
color:s
speed:110
hit-points:352
hearing:20
armor-class:75
sleepiness:70
depth:40
rarity:2
experience:2000
blow:HIT:HURT:3d4
blow:CRUSH:HURT:8d12
blow:CRUSH:HURT:8d12
flags:DROP_40
flags:IM_FIRE
spell-freq:8
spells:BLIND | CONF
friends:100:4d4:Same
desc:It is a demon with a long neck and raking claws.

name:death quasit
base:minor demon
color:D
speed:130
hit-points:387
hearing:20
armor-class:96
sleepiness:0
depth:40
rarity:3
experience:1000
blow:BITE:LOSE_DEX:3d6
blow:CLAW:HURT:3d3
blow:CLAW:HURT:3d3
flags:INVISIBLE | SMART
flags:DROP_3 | ONLY_ITEM
flags:PASS_WALL
flags:IM_POIS | NO_FEAR | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:10
spells:BLIND | WOUND | CONF | SCARE
spells:S_DEMON
desc:It is a demon of small stature, but its armoured frame moves with lightning
desc: speed and its powers make it a tornado of death and destruction.

name:patriarch
base:person
color:G
speed:120
hit-points:457
light:2
hearing:20
armor-class:90
sleepiness:20
depth:40
rarity:2
experience:1800
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
blow:HIT:HURT:3d5
flags:MALE | SMART
flags:DROP_2 | ONLY_ITEM
flags:OPEN_DOOR
flags:NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:2
spells:BLIND | HEAL | HEAL_KIN | MIND_BLAST
spells:BA_LIGHT | BA_ELEC | BA_HOLY
spells:S_KIN
drop-base:prayer book:5:1:1
drop-base:prayer book:10:1:1
friends:30:1d1:Master thief
friends:30:1d1:Ranger chieftain
friends:30:1d1:Sorcerer
friends:30:1d1:Berserker
desc:A priest of great power, he is convinced of the righteousness of his
desc: beliefs.  Stand in his way at your peril.

name:golem chieftain
base:troll
color:P
speed:120
hit-points:792
hearing:30
smell:20
armor-class:60
sleepiness:20
depth:40
rarity:5
experience:3000
blow:HIT:HURT:2d12
blow:HIT:HURT:2d12
blow:BITE:HURT:3d6
blow:BITE:HURT:3d6
flags:SMART
flags:DROP_1
flags:MOVE_BODY | TAKE_ITEM
flags:NO_FEAR
friends:60:2d3:forest flesh golem:servant
friends:60:2d3:stone flesh golem:servant
friends:60:2d3:snow flesh golem:servant
friends:60:2d3:hill flesh golem:servant
friends:60:2d3:cave flesh golem:servant
friends:60:2d3:iron golem:servant
desc:This golem's great strength and size have won it the place of chieftain of
desc: its tribe.  It fears nothing.

### Castle depth 41 ###

name:mature red dragon
base:dragon
color:r
speed:115
hit-points:740
light:2
hearing:20
armor-class:96
sleepiness:70
depth:41
rarity:1
experience:1600
blow:CLAW:HURT:3d10
blow:CLAW:HURT:3d10
blow:BITE:HURT:4d10
flags:DROP_4
flags:BASH_DOOR
flags:IM_FIRE | NO_CONF | NO_SLEEP
innate-freq:12
spell-freq:20
spells:CONF | SCARE
spells:BR_FIRE
friends:50:1d4:Baby red dragon
friends:50:1d2:Young red dragon
desc:A large dragon, scales tinted deep red.

name:mature gold dragon
base:dragon
color:y
speed:115
hit-points:740
hearing:20
armor-class:96
sleepiness:70
depth:41
rarity:1
experience:1600
blow:CLAW:HURT:3d10
blow:CLAW:HURT:3d10
blow:BITE:HURT:4d10
flags:DROP_4
flags:BASH_DOOR
flags:NO_CONF | NO_SLEEP | NO_STUN
innate-freq:12
spell-freq:20
spells:CONF | SCARE
spells:BR_SOUN
friends:50:1d4:Baby gold dragon
friends:50:1d2:Young gold dragon
desc:A large dragon with scales of gleaming gold.

name:mature black dragon
base:dragon
color:s
speed:115
hit-points:740
hearing:20
armor-class:96
sleepiness:70
depth:41
rarity:1
experience:1600
blow:CLAW:HURT:3d10
blow:CLAW:HURT:3d10
blow:BITE:HURT:4d10
flags:DROP_4
flags:BASH_DOOR
flags:IM_ACID | NO_CONF | NO_SLEEP
innate-freq:12
spell-freq:20
spells:SCARE
spells:BR_ACID
friends:50:1d4:Baby black dragon
friends:50:1d2:Young black dragon
desc:A large dragon, with scales of deepest black.

name:stiffbeard sorcerer
base:humanoid
color:R
speed:130
hit-points:700
hearing:20
armor-class:84
sleepiness:10
depth:41
rarity:2
experience:3000
blow:HIT:HURT:2d8
blow:HIT:HURT:2d8
blow:HIT:HURT:2d8
flags:MALE | EVIL | SMART
flags:DROP_3 | ONLY_ITEM
flags:NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:2
spells:BLIND | BLINK | WOUND | CONF | DARKNESS | HEAL
spells:TELE_TO
spells:BA_COLD | BA_FIRE
spells:BO_ACID
spells:S_DEMON | S_MONSTER | S_UNDEAD
drop-base:magic book:8:1:1
drop-base:shadow book:8:1:1
desc:A dwarf with plaited beard and painted face, dressed in deepest black.
desc:  Power seems to crackle from his stocky frame.

name:master lich
plural:master liches
base:lich
color:r
speed:120
hit-points:1584
hearing:20
armor-class:96
sleepiness:50
depth:41
rarity:2
experience:10000
blow:TOUCH:EXP_80
blow:TOUCH:DRAIN_CHARGES
blow:TOUCH:LOSE_DEX:2d12
blow:TOUCH:LOSE_DEX:2d12
flags:DROP_4 | ONLY_ITEM
spell-freq:3
spells:BLIND | BLINK | WOUND | CONF | BRAIN_SMASH
spells:DRAIN_MANA | HOLD | SCARE | TELE_TO
spells:S_UNDEAD
friends-base:80:1d3:zombie:servant
friends-base:80:1d3:skeleton:servant
desc:A skeletal form wrapped in robes.  Powerful magic crackles along its bony
desc: fingers.

name:Dominiani the Betrayer
base:person
color:z
speed:120
hit-points:1600
light:2
hearing:20
armor-class:144
sleepiness:40
depth:41
rarity:3
experience:7000
blow:HIT:HURT:8d6
blow:HIT:HURT:8d6
blow:HIT:DISENCHANT:6d8
blow:HIT:DISENCHANT:6d8
flags:UNIQUE | MALE | NAME_COMMA | SMART
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:2
spells:WOUND
spells:BO_MANA | BO_WATE
desc:This sad creature - once a mighty warrior - betrayed his former friends to
desc: Strahd's legions in return for, he thought, safety for himself and his
desc: wife.  And so he fell under the Dark Powers' sway and became little more
desc: than a mindless servant of evil, even though the other side of his
desc: "bargain" was not kept.

name:ranger chieftain
base:person
color:W
speed:120
hit-points:880
hearing:20
armor-class:72
sleepiness:10
depth:41
rarity:2
experience:1600
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
flags:MALE | INVISIBLE
flags:DROP_2 | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
flags:IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
innate-freq:2
spell-freq:5
spells:ARROW | BLINK | HASTE | HEAL
spells:BA_COLD
spells:S_ANIMAL
drop-base:nature book:8:1:1
drop-base:nature book:8:1:1
friends:30:1d1:Master thief
friends:30:1d1:Sorcerer
friends:30:1d1:Patriarch
friends:30:1d1:Berserker
desc:A chieftain among the Rangers.  His understanding of nature gives him
desc: powerful elemental spells to use against you, in addition to his skills
desc: as an archer and a warrior.  Furthermore, he is a master of camouflage,
desc: so you will need magically enhanced seeing to spot him.

name:Kavlax the Many-Headed
base:dragon
color:D
speed:120
hit-points:1300
hearing:20
armor-class:102
sleepiness:30
depth:41
rarity:3
experience:3000
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
flags:UNIQUE | MALE | POWERFUL
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:BASH_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_NEXUS | NO_CONF
flags:NO_SLEEP | NO_STUN | NO_HOLD
innate-freq:4
spells:BR_ACID | BR_COLD | BR_CHAO | BR_ELEC | BR_FIRE | BR_GRAV
spells:BR_NEXU | BR_SHAR | BR_SOUN
desc:A large dragon with a selection of heads, all shouting and arguing as they
desc: look for prey, but each with its own deadly breath weapon.

### Castle depth 42 ###

name:hellhound
base:canine
color:r
speed:120
hit-points:352
light:2
hearing:25
smell:50
armor-class:120
sleepiness:10
depth:42
rarity:2
experience:600
blow:BITE:FIRE:3d12
blow:BITE:FIRE:3d12
blow:BITE:FIRE:3d12
flags:EVIL
flags:RAND_25 | BASH_DOOR | MOVE_BODY
flags:IM_FIRE | GROUP_AI
flags:FORCE_SLEEP
innate-freq:5
spells:BR_FIRE
friends:100:2d5:Same
desc:It is a giant wolf that glows with heat.  Flames pour from its nostrils.

name:malevolent treant
base:tree
color:m
speed:120
hit-points:1200
light:-2
hearing:20
armor-class:120
sleepiness:20
depth:42
rarity:1
experience:2900
blow:CRUSH:HURT:5d6
blow:CRUSH:HURT:5d6
blow:CRUSH:HURT:5d6
blow:CRUSH:HURT:5d6
flags:DROP_60 | WEIRD_MIND | EVIL
flags:BASH_DOOR | KILL_BODY
flags:NO_STUN | NO_SLOW | NO_SLEEP
innate-freq:8
spell-freq:7
spells:HASTE | TELE_TO | DARKNESS | SCARE | BLIND
desc:A gallows-tree grown old and hateful, its heart as black as its bark.

name:The Queen Ant
base:ant
color:v
speed:120
hit-points:1500
hearing:30
smell:20
armor-class:120
sleepiness:10
depth:42
rarity:2
experience:2000
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
blow:BITE:HURT:2d8
blow:BITE:HURT:2d8
flags:UNIQUE | FEMALE
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR
flags:NO_CONF | NO_SLEEP
flags:FORCE_SLEEP | GROUP_AI
spell-freq:2
spells:S_KIN
friends:100:2d6:Soldier ant:servant
friends:60:2d3:Giant silver ant:servant
friends:60:2d3:Giant grey ant:servant
friends:60:2d3:Giant blue ant:servant
friends:60:2d3:Giant fire ant:servant
friends:100:3d3:Giant army ant:bodyguard
desc:She's upset because you hurt her children.

name:Rogrund, the Black Golem
base:troll
color:D
speed:120
hit-points:2000
hearing:20
smell:20
armor-class:105
sleepiness:30
depth:42
rarity:3
experience:5000
blow:HIT:HURT:6d7
blow:HIT:HURT:6d7
blow:BITE:HURT:4d10
blow:SPIT:ACID:4d8
flags:UNIQUE | MALE | REGENERATE
flags:DROP_3 | DROP_GOOD | ONLY_ITEM
flags:MOVE_BODY | TAKE_ITEM
flags:IM_COLD
innate-freq:7
spells:BOULDER
friends:60:2d3:carrion golem:servant
friends:60:2d3:cave flesh golem:servant
friends:40:2d3:hill flesh golem:servant
friends:30:1d2:mountain flesh golem:servant
friends:100:4d4:iron golem:bodyguard
desc:A massive and cruel golem of great power, drool slides caustically down its
desc: muscular frame.  Despite his bulk, he strikes with stunning speed.

### Castle depth 43 ###

name:spirit of sorrow
plural:spirits of sorrow
base:ainu
color:W
speed:120
hit-points:1250
light:2
hearing:30
armor-class:81
sleepiness:255
depth:43
rarity:4
experience:1900
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
blow:HIT:HURT:3d5
flags:FEMALE | INVISIBLE
flags:DROP_2
spell-freq:3
spells:BLIND | HASTE | HEAL | SCARE
spells:BO_MANA
spells:SHAPECHANGE
shape:air elemental
shape:nexus vortex
desc:A mournful spirit who grieves for the hurts to the world caused by
desc: the Dark Powers.

name:spirit of death
plural:spirits of death
base:ainu
color:s
speed:120
hit-points:1250
hearing:30
armor-class:81
sleepiness:255
depth:43
rarity:4
experience:1900
blow:HIT:HURT:4d5
blow:HIT:HURT:4d5
blow:HIT:HURT:4d5
blow:HIT:HURT:4d5
flags:MALE | INVISIBLE
flags:DROP_2
spell-freq:3
spells:BLIND | HASTE | HOLD | CONF
spells:SHAPECHANGE
shape:will o' the wisp
shape:time vortex
desc:A spectral herald that summons and commands the spirits of the slain.

name:mature multi-hued dragon
base:dragon
color:v
speed:115
hit-points:1000
hearing:20
armor-class:96
sleepiness:70
depth:43
rarity:1
experience:1950
blow:CLAW:HURT:3d12
blow:CLAW:HURT:3d12
blow:BITE:HURT:4d12
flags:DROP_4
flags:BASH_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | NO_CONF
flags:NO_SLEEP
flags:ATTR_MULTI
innate-freq:10
spell-freq:15
spells:BLIND | CONF | SCARE
spells:BR_ACID | BR_COLD | BR_ELEC | BR_FIRE | BR_POIS
friends:50:1d4:Baby multi-hued dragon
friends:50:1d2:Young multi-hued dragon
desc:A large dragon, scales shimmering many colours.

name:Vargo, Tyrant of Fire
base:elemental
color:R
speed:120
hit-points:2400
light:2
hearing:12
armor-class:75
sleepiness:30
depth:43
rarity:3
experience:4000
blow:HIT:FIRE:4d6
blow:HIT:FIRE:4d6
blow:HIT:FIRE:4d6
blow:HIT:FIRE:4d6
flags:UNIQUE | NAME_COMMA | POWERFUL
flags:RAND_25 | BASH_DOOR | KILL_BODY | KILL_ITEM
flags:IM_ACID | IM_ELEC | IM_FIRE | HURT_COLD
flags:FORCE_SLEEP
spell-freq:4
spells:BA_FIRE
spells:BO_PLAS
desc:A towering fire elemental, Vargo burns everything beyond recognition.

name:Waldern, King of Water
base:elemental
color:V
speed:120
hit-points:2500
hearing:12
armor-class:120
sleepiness:30
depth:43
rarity:3
experience:4250
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
flags:UNIQUE | NAME_COMMA | COLD_BLOOD | POWERFUL
flags:RAND_25 | BASH_DOOR | KILL_BODY | KILL_ITEM
flags:IM_ACID | IM_COLD | IM_FIRE | IM_WATER
flags:FORCE_SLEEP
spell-freq:4
spells:BA_COLD | BA_WATE
spells:BO_ICE | BO_WATE
desc:A towering water elemental, Waldern is master of all things liquid.  Wave
desc: after wave drowns your frail body.

name:glabrezu
plural:glabrezu
base:major demon
color:U
speed:110
hit-points:616
hearing:20
armor-class:60
sleepiness:70
depth:43
rarity:2
experience:3000
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
flags:DROP_60
flags:IM_FIRE
spell-freq:9
spells:BO_FIRE
spells:S_DEMON
desc:It is a demon with arms and pincers, its form a true mockery of life.

name:Quaker, Master of Earth
base:elemental
color:U
speed:110
hit-points:2800
hearing:10
armor-class:145
sleepiness:50
depth:43
rarity:3
experience:4500
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:HIT:SHATTER:10d10
flags:UNIQUE | MALE | NAME_COMMA | COLD_BLOOD | POWERFUL
flags:PASS_WALL | KILL_BODY | KILL_ITEM
flags:HURT_ROCK | IM_COLD | IM_ELEC | IM_FIRE
flags:FORCE_SLEEP
spell-freq:6
spells:BA_ACID | BA_SHAR
spells:BO_ACID
desc:A towering stone elemental stands before you.  The walls and ceiling are
desc: reduced to rubble as Quaker advances.

name:Ariel, Queen of Air
base:elemental
color:Z
speed:130
hit-points:2700
hearing:12
armor-class:75
sleepiness:30
depth:43
rarity:3
experience:4750
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:CONFUSE:4d4
blow:HIT:CONFUSE:4d4
flags:UNIQUE | FEMALE | NAME_COMMA | COLD_BLOOD | POWERFUL
flags:RAND_25 | BASH_DOOR | KILL_BODY | KILL_ITEM
flags:IM_ACID | IM_COLD | IM_ELEC
flags:FORCE_SLEEP
spell-freq:5
spells:BA_COLD | BA_ELEC
spells:BO_ELEC
desc:A towering air elemental, Ariel, the sorceress, avoids your blows with her
desc: extreme speed.

name:multi-hued hound
base:zephyr hound
color:v
speed:110
hit-points:220
hearing:25
smell:50
armor-class:48
sleepiness:0
depth:43
rarity:6
experience:600
blow:CLAW:HURT:2d8
blow:CLAW:HURT:2d8
blow:BITE:HURT:4d4
blow:BITE:HURT:4d4
flags:BASH_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | NO_CONF
flags:NO_SLEEP
flags:ATTR_MULTI | FORCE_SLEEP
innate-freq:5
spells:BR_ACID | BR_COLD | BR_ELEC | BR_FIRE | BR_POIS
friends:100:2d7:Same
desc:Shimmering in rainbow hues, this hound is beautiful and deadly.

### Castle depth 44 ###

name:8-headed hydra
base:hydra
color:R
speed:120
hit-points:950
hearing:20
armor-class:120
sleepiness:20
depth:44
rarity:2
experience:6000
blow:BITE:HURT:2d6
blow:BITE:HURT:2d6
blow:BITE:POISON:2d6
blow:BITE:FIRE:2d6
blow:BITE:ACID:2d6
blow:BITE:BLIND:2d6
blow:BITE:CONFUSE:2d6
blow:BITE:EXP_10:2d6
flags:DROP_4
flags:BASH_DOOR | MOVE_BODY
flags:IM_FIRE | IM_POIS | IM_ACID
innate-freq:7
spell-freq:5
spells:SCARE
spells:BR_FIRE | BR_POIS | BR_ACID
desc:A 7-headed hydra with an extra head which reeks of death.

name:dread
base:ghost
color:o
speed:120
hit-points:263
hearing:20
armor-class:36
sleepiness:10
depth:44
rarity:2
experience:600
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:HIT:LOSE_STR:3d4
flags:DROP_2 | ONLY_ITEM
flags:RAND_25 | TAKE_ITEM
flags:FORCE_SLEEP
spell-freq:15
spells:BLIND | CONF | DRAIN_MANA | HOLD
spells:BO_NETH
friends:100:2d5:Same
desc:It is a form that screams its presence against the eye.  Death incarnate,
desc: its hideous black body seems to struggle against reality as the universe
desc: itself struggles to banish it.

### Castle depth 45 ###

name:killer white beetle
base:killer beetle
color:w
speed:120
hit-points:800
hearing:14
armor-class:106
sleepiness:30
depth:45
rarity:2
experience:850
blow:BITE:COLD:8d5
blow:BITE:HURT:8d5
blow:SPIT:COLD:8d5
flags:IM_COLD
innate-freq:4
spells:SPIT
desc:A giant beetle with a gleaming white carapace.  The air condenses around
desc: its mandibles as it scuttles toward you.

name:rotting quylthulg
base:quylthulg
color:u
speed:120
hit-points:420
hearing:20
armor-class:1
sleepiness:0
depth:45
rarity:1
experience:3000
spell-freq:2
spells:BLINK | TPORT
spells:S_UNDEAD
message-invis:BLINK:Something slurps.
desc:It is a pulsing flesh mound that reeks of death and putrefaction.

name:nalfeshnee
base:major demon
color:r
speed:110
hit-points:792
light:2
hearing:20
armor-class:60
sleepiness:80
depth:45
rarity:2
experience:5000
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
blow:HIT:HURT:3d4
flags:POWERFUL
flags:DROP_1
flags:IM_FIRE
innate-freq:30
spell-freq:12
spells:BLIND | CONF
spells:BR_FIRE
spells:S_DEMON
desc:It is a large demon with the head of a giant boar.  Flames run up and down
desc: its length.

name:undead beholder
base:eye
color:u
speed:120
hit-points:2376
hearing:30
armor-class:120
sleepiness:10
depth:45
rarity:3
experience:8000
blow:GAZE:EXP_40:3d6
blow:GAZE:DRAIN_CHARGES:3d6
blow:GAZE:LOSE_INT:3d6
blow:BITE:EXP_40:7d6
flags:UNDEAD | EVIL | COLD_BLOOD | SPIRIT
flags:BASH_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | NO_CONF
flags:NO_SLEEP | NO_STUN
flags:FORCE_SLEEP
spell-freq:2
spells:BRAIN_SMASH | WOUND | CONF | DRAIN_MANA | FORGET | MIND_BLAST
spells:SLOW
spells:BA_COLD | BA_FIRE
spells:BO_ACID | BO_MANA | BO_NETH
spells:S_UNDEAD
desc:A beholder which has cheated death.  Black nether storms rage around the
desc: bloodshot pupil of its central giant eye, and light seems to bend as it
desc: sucks its power from the very air around it.  Your soul chills as it
desc: drains your vitality for its evil enchantments.

name:demonic quylthulg
base:quylthulg
color:r
speed:120
hit-points:420
hearing:20
armor-class:1
sleepiness:0
depth:45
rarity:1
experience:3000
spell-freq:2
spells:BLINK | TPORT
spells:S_DEMON
message-invis:BLINK:Something slurps.
desc:A pile of pulsing flesh that reeks of sulfur.  The world itself seems to
desc: cry out against it.

name:draconic quylthulg
base:quylthulg
color:g
speed:120
hit-points:420
hearing:20
armor-class:1
sleepiness:0
depth:45
rarity:1
experience:3000
spell-freq:2
spells:BLINK | TPORT
spells:S_DRAGON
message-invis:BLINK:Something slurps.
desc:It looks like it was once a dragon corpse, now riddled with a magical
desc: contagion that makes it pulse in a foul and degrading way.

name:greater basilisk
base:reptile
color:D
speed:120
hit-points:1010
hearing:25
smell:20
armor-class:120
sleepiness:15
depth:45
rarity:2
experience:10000
blow:GAZE:PARALYZE:3d12
blow:GAZE:PARALYZE:3d12
blow:BITE:POISON:2d12
blow:BITE:POISON:2d12
flags:EVIL | POWERFUL | ATTR_FLICKER
flags:DROP_1 | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_POIS | IM_NEXUS | NO_CONF | NO_SLEEP | NO_HOLD
innate-freq:8
spells:BR_DARK | BR_NEXU | BR_POIS
desc:A large basilisk, whose shape resembles that of a great wyrm.

name:berserker
base:person
color:u
speed:120
hit-points:1320
light:2
hearing:20
armor-class:96
sleepiness:10
depth:45
rarity:2
experience:2500
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
flags:MALE
flags:DROP_2 | ONLY_ITEM
flags:KILL_BODY
flags:NO_FEAR | NO_CONF | NO_SLEEP
spell-freq:4
spells:HASTE | SCARE
friends:30:1d1:Master thief
friends:30:1d1:Ranger chieftain
friends:30:1d1:Patriarch
friends:30:1d1:Sorcerer
desc:Even the strongest of normal human warriors fears the Berserker - the one
desc: who can drive himself into such a terrible battle-frenzy that he can
desc: survive blows which should kill him, and still apparently feel no pain.
desc:  He tramples weaker creatures underfoot in his eagerness to get to his
desc: real enemy, and his battle-cry strikes terror into his foes.

name:cyclops
plural:cyclopes
base:giant
color:u
speed:120
hit-points:1050
hearing:20
armor-class:144
sleepiness:20
depth:45
rarity:2
experience:1500
blow:HIT:HURT:9d9
blow:HIT:HURT:9d9
flags:DROP_1
flags:OPEN_DOOR | MOVE_BODY | TAKE_ITEM
flags:IM_ACID | IM_COLD | IM_FIRE
flags:FORCE_SLEEP
innate-freq:8
spells:BOULDER
desc:A gigantic ugly humanoid with but one eye and very thick skin.

name:grey wraith
base:wraith
color:s
speed:120
hit-points:650
hearing:20
armor-class:60
sleepiness:10
depth:45
rarity:1
experience:1700
blow:HIT:HURT:1d10
blow:HIT:HURT:1d10
blow:TOUCH:EXP_40
flags:DROP_40 | DROP_60
flags:OPEN_DOOR | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:7
spells:WOUND | DARKNESS | HOLD | SCARE
spells:BO_COLD
desc:A tangible but ghostly form, made of grey fog.  The air around it feels
desc: deathly cold.

### Castle depth 46 ###

name:lord of the Iron Keep
plural:lords of the Iron Keep
base:person
color:i
speed:120
hit-points:557
hearing:20
armor-class:90
sleepiness:20
depth:46
rarity:2
experience:2100
blow:HIT:HURT:5d4
blow:HIT:HURT:5d4
blow:HIT:HURT:3d5
flags:MALE | EVIL | SMART
flags:DROP_2 | ONLY_ITEM
flags:OPEN_DOOR
flags:NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:2
spells:BLIND | WOUND | HEAL | HOLD
spells:S_MONSTER | S_UNDEAD
drop-base:shadow book:5:1:1
drop-base:shadow book:10:1:1
friends:30:1d1:Master thief
friends:30:1d1:Ranger chieftain
friends:30:1d1:Sorcerer
friends:30:1d1:Berserker
desc:An evil priest, dressed all in black.  Deadly spells hit you at an alarming
desc: rate as his black spiked mace rains down blow after blow on your pitiful
desc: frame.

name:vampire lord
base:vampire
color:b
speed:120
hit-points:1400
hearing:20
smell:20
armor-class:84
sleepiness:10
depth:46
rarity:1
experience:1800
blow:HIT:HURT:3d6
blow:HIT:HURT:3d6
blow:BITE:EXP_80:4d6
blow:BITE:EXP_80:4d6
flags:DROP_4
spell-freq:7
spells:BLIND | BRAIN_SMASH | WOUND | DARKNESS | DRAIN_MANA
spells:BO_NETH
spells:HOLD | SCARE
friends:40:1d4:Vampire:servant
desc:A foul wind chills your bones as this ghastly figure approaches.

### Castle depth 47 ###

name:marilith
base:major demon
color:y
speed:120
hit-points:1232
hearing:20
armor-class:112
sleepiness:60
depth:47
rarity:2
experience:7000
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
flags:FEMALE
flags:DROP_1
flags:IM_FIRE
spell-freq:9
spells:BLIND | WOUND
spells:S_DEMON
desc:She is a demon of female form with many arms, each bearing deadly weapons.

name:death mold
base:mold
color:D
speed:140
hit-points:1050
hearing:200
armor-class:72
sleepiness:0
depth:47
rarity:1
experience:1000
blow:SPORE:DISENCHANT:7d7
blow:SPORE:DISENCHANT:7d7
blow:SPORE:DISENCHANT:7d7
blow:SPORE:EXP_80:5d5
flags:EVIL
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE
flags:FORCE_SLEEP | ATTR_FLICKER
flags-off: HURT_FIRE
desc:It is the epitome of all that is evil, in a mold.  Its lifeless form draws
desc: power from sucking the souls of those that approach it, a nimbus of pure
desc: evil surrounds it.  Luckily for you, it can't move.

### Castle depth 48 ###

name:ancient spider
base:spider
color:r
speed:120
hit-points:1050
hearing:20
armor-class:78
sleepiness:50
depth:48
rarity:5
experience:2500
blow:CLAW:POISON:5d8
blow:CLAW:POISON:5d8
blow:BITE:POISON:5d6
blow:BITE:POISON:5d6
flags:EVIL | ANIMAL | SMART | SPIRIT
flags:OPEN_DOOR
flags:HURT_LIGHT | IM_POIS
flags:FORCE_SLEEP
innate-freq:20
spell-freq:6
spells:WOUND | DRAIN_MANA | HEAL | HOLD | SLOW
spells:BR_DARK
spells:S_KIN | S_SPIDER
friends-base:100:4d4:spider
desc:A foul creature of spider form, older even than the Mists themselves.

name:winged horror
base:bird
color:p
speed:120
hit-points:1013
hearing:30
armor-class:96
sleepiness:5
depth:48
rarity:3
experience:4000
blow:CLAW:HURT:3d8
blow:CLAW:HURT:3d8
blow:BITE:EXP_40:4d6
blow:BITE:EXP_40:4d6
flags:IM_COLD | IM_POIS | IM_NETHER
innate-freq:6
spells:BR_DARK | BR_NETH | BR_POIS
desc:A terrifying sight: a winged creature greater than any bird you have ever
desc: seen, and with no feathers on its horrid black leathery wings.  Descended
desc: from a creature of an older world perhaps, bred by dark sorcery to be a winged
desc: steed for the undead.

name:gorgon
base:naga
color:G
speed:120
hit-points:1500
hearing:30
armor-class:120
sleepiness:5
depth:48
rarity:2
experience:6000
blow:GAZE:EXP_80
blow:GAZE:PARALYZE
blow:HIT:HURT:8d6
blow:BITE:POISON:8d6
flags:SMART
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR
flags:IM_ACID | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
flags-off:HURT_COLD
spell-freq:4
spells:WOUND | HOLD | SCARE
spells:BA_ACID
spells:BO_FIRE | BO_PLAS
spells:S_HYDRA | S_KIN
desc:This creature of legend has not just a serpent's body, but snakes for
desc: hair.  Her scales rattle as she slithers towards you, eyes blazing,
desc: venom dripping from her ghastly mouth.

### Castle depth 49 ###

name:storm giant
base:giant
color:B
speed:120
hit-points:1200
light:1
hearing:20
armor-class:110
sleepiness:30
depth:49
rarity:1
experience:1400
blow:HIT:ELEC:10d8
blow:HIT:ELEC:10d8
blow:HIT:HURT:10d8
flags:DROP_1
flags:OPEN_DOOR | TAKE_ITEM
flags:IM_COLD | IM_ELEC
flags:FORCE_SLEEP
innate-freq:40
spell-freq:8
spells:BLINK | CONF | SCARE | TELE_TO
spells:BA_ELEC | BO_ELEC | STORM | BOULDER
friends:60:1d7:Energy hound
friends:80:1d3:Same
desc:It is a twenty-five foot tall giant wreathed in lightning.

name:shadow fiend
base:major demon
color:D
speed:120
hit-points:1760
light:0
hearing:30
armor-class:75
sleepiness:50
depth:49
rarity:2
experience:10000
blow:HIT:COLD:4d12
blow:HIT:COLD:4d12
blow:CRUSH:HURT:3d12
blow:TOUCH:EXP_40:3d8
flags:POWERFUL | EVIL
flags:DROP_2
flags:MOVE_BODY
flags:IM_COLD
innate-freq:14
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BA_DARK
spells:S_DEMON
desc:A creature of living darkness, the shadow fiend exists in the spaces
desc: between light and shadow.  Its form constantly shifts and writhes as it
desc: drains the life force from its victims.  In the Domains of Dread, these
desc: entities serve the Dark Powers, feeding on fear and despair.

name:black wraith
base:wraith
color:D
speed:120
hit-points:840
hearing:20
armor-class:66
sleepiness:10
depth:49
rarity:2
experience:2700
blow:HIT:HURT:1d12
blow:HIT:HURT:1d12
blow:TOUCH:EXP_40
blow:TOUCH:EXP_40
flags:DROP_2 | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:7
spells:BLIND | WOUND | HOLD | SCARE
spells:BO_NETH
desc:A figure that seems made of void, its strangely human shape is cloaked in
desc: shadow.  It reaches out at you.

name:Ilyusha, the Shadow Smith
base:humanoid
color:v
speed:130
hit-points:2400
hearing:20
armor-class:150
sleepiness:40
depth:49
rarity:2
experience:25000
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
blow:HIT:HURT:3d8
flags:UNIQUE | MALE | NAME_COMMA | EVIL | SMART
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:HURT_LIGHT | IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:2
spells:BLIND | BLINK | WOUND | CONF | DARKNESS | HEAL
spells:TELE_TO
spells:BA_ACID | BA_COLD | BA_ELEC | BA_FIRE | BA_NETH
spells:BO_MANA
spells:S_DEMON | S_DRAGON | S_MONSTERS | S_UNDEAD
desc:A dark lord of shadow and metal, Ilyusha is a mighty smith, the only one to
desc: ever forge weapons of meteorite iron.  Hated by the fey folk, he is
desc: currently fleeing their wrath, following the murder of a fey princess in
desc: ages past.



########## DUNGEON LEVELS 50-59 ##########


### Castle depth 50 ###

name:ancient blue dragon
base:ancient dragon
color:b
speed:120
hit-points:1500
hearing:20
armor-class:108
sleepiness:80
depth:50
rarity:1
experience:2500
blow:CLAW:HURT:6d8
blow:CLAW:HURT:6d8
blow:BITE:ELEC:7d8
flags:BASH_DOOR
flags:IM_ELEC
innate-freq:12
spell-freq:8
spells:BLIND | CONF | SCARE
spells:BR_ELEC
desc:A huge draconic form.  Lightning crackles along its length.

name:ancient white dragon
base:ancient dragon
color:w
speed:120
hit-points:1500
hearing:20
armor-class:108
sleepiness:80
depth:50
rarity:1
experience:2500
blow:CLAW:HURT:6d8
blow:CLAW:HURT:6d8
blow:BITE:COLD:7d8
flags:BASH_DOOR
flags:IM_COLD
innate-freq:12
spell-freq:8
spells:BLIND | CONF | SCARE
spells:BR_COLD
desc:A huge draconic form.  Frost covers it from head to tail.

name:ancient green dragon
base:ancient dragon
color:g
speed:120
hit-points:1500
hearing:20
armor-class:108
sleepiness:80
depth:50
rarity:1
experience:2500
blow:CLAW:HURT:6d8
blow:CLAW:HURT:6d8
blow:BITE:POISON:7d8
flags:BASH_DOOR
flags:IM_POIS
innate-freq:12
spell-freq:8
spells:BLIND | CONF | SCARE
spells:BR_POIS
desc:A huge draconic form enveloped in clouds of poisonous vapour.

name:death drake
base:ancient dragon
color:G
speed:120
hit-points:1950
light:-2
hearing:25
armor-class:120
sleepiness:80
depth:50
rarity:2
experience:11000
blow:CLAW:HURT:6d10
blow:CLAW:HURT:6d10
blow:BITE:EXP_80:7d10
flags:INVISIBLE
flags:ONLY_ITEM
flags:PASS_WALL | TAKE_ITEM
flags:IM_COLD | IM_NETHER
innate-freq:12
spell-freq:6
spells:CONF | DARKNESS | SCARE | SLOW
spells:BR_NETH
desc:It is a dragon-like form wrapped in darkness.  You cannot make out its true
desc: form but you sense its evil.

name:great crystal drake
base:ancient dragon
color:u
speed:120
hit-points:1950
light:1
hearing:25
armor-class:120
sleepiness:80
depth:50
rarity:2
experience:11000
blow:CLAW:HURT:6d10
blow:CLAW:HURT:6d10
blow:BITE:HURT:7d10
flags:ATTR_FLICKER
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_COLD
innate-freq:12
spell-freq:6
spells:CONF | SCARE | SLOW
spells:BR_SHAR
color-cycle:fancy:crystal
desc:A huge crystalline dragon.  Its claws could cut you to shreds and its teeth
desc: are razor sharp.  Strange colours ripple through it as it moves in the
desc: light.

name:ethereal dragon
base:ancient dragon
color:o
speed:120
hit-points:1950
light:-2
hearing:25
armor-class:120
sleepiness:80
depth:50
rarity:2
experience:11000
blow:CLAW:HURT:6d10
blow:CLAW:HURT:6d10
blow:BITE:CONFUSE:7d10
flags:INVISIBLE
flags:ONLY_ITEM
flags:PASS_WALL
innate-freq:9
spell-freq:10
spells:BLIND | CONF
spells:BR_DARK | BR_LIGHT
desc:This terrible dragon is a master of light and dark.  Its form disappears
desc: from sight as it cloaks itself in unearthly shadows.

name:master mystic
base:person
color:o
speed:130
hit-points:968
hearing:30
armor-class:72
sleepiness:5
depth:50
rarity:3
experience:6000
blow:KICK:HURT:10d2
blow:KICK:HURT:10d2
blow:HIT:PARALYZE:20d1
blow:HIT:PARALYZE:15d1
flags:MALE | INVISIBLE | ATTR_FLICKER
flags:DROP_2 | ONLY_ITEM
flags:OPEN_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | NO_CONF
flags:NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:3
spells:HEAL
spells:S_ANIMAL
drop-base:nature book:8:1:1
drop-base:nature book:8:1:1
friends-base:50:2d4:spider
desc:A lord of all that is natural, skilled in the mystic ways.  He is a master
desc: of martial arts and is at one with nature, able to summon help from the
desc: wild if need be.

name:shadow
base:ghost
color:D
speed:120
hit-points:175
light:-2
hearing:30
armor-class:36
sleepiness:20
depth:50
rarity:3
experience:800
blow:TOUCH:EXP_80
blow:TOUCH:EXP_40
blow:CLAW:LOSE_INT:3d10
blow:CLAW:LOSE_WIS:3d10
flags:DROP_1 | ONLY_ITEM
flags:FORCE_SLEEP
spell-freq:8
spells:SLOW | TELE_TO
spells:BO_NETH
desc:A mighty spirit of darkness of vaguely humanoid form.  Razor-edged claws
desc: reach out to end your life as it glides towards you, seeking to suck the
desc: energy from your soul to feed its power.

name:Jacqueline Renier, Plague Mistress of Richemulot
base:person
color:v
speed:130
hit-points:3000
light:0
hearing:30
smell:40
armor-class:150
sleepiness:20
depth:50
rarity:3
experience:30000
blow:BITE:POISON:6d12
blow:CLAW:POISON:6d12
blow:CLAW:HURT:5d12
blow:TOUCH:POISON:4d12
flags:UNIQUE | FEMALE | NAME_COMMA | POWERFUL | EVIL | SMART
flags:DROP_4 | DROP_GOOD
flags:MOVE_BODY | BASH_DOOR | OPEN_DOOR
flags:IM_POIS | REGENERATE
innate-freq:15
spell-freq:5
spells:HORROR | CONF | SCARE | DARKNESS
spells:BA_POIS
spells:S_ANIMAL | S_KIN
friends:100:4d4:soldier:servant
friends:100:3d3:wererat:servant
desc:Jacqueline Renier is the darklord of Richemulot, a cunning wererat of
desc: immense power who rules through plague, disease, and political intrigue.
desc: In human form she appears as a beautiful noblewoman, but her true nature
desc: is that of a monstrous rat-creature spreading pestilence wherever she goes.
desc: She commands legions of wererats and uses disease as her weapon, turning
desc: entire cities into plague-ridden wastelands.  Her bite carries a virulent
desc: infection, and her claws drip with toxins that rot flesh.  Immortal and
desc: utterly ruthless, she sees all life as either servants or victims.

### Castle depth 51 ###

name:ancient black dragon
base:ancient dragon
color:s
speed:120
hit-points:1560
hearing:20
armor-class:108
sleepiness:80
depth:51
rarity:1
experience:2800
blow:CLAW:HURT:6d9
blow:CLAW:HURT:6d9
blow:BITE:ACID:7d9
flags:BASH_DOOR
flags:IM_ACID
innate-freq:12
spell-freq:8
spells:BLIND | CONF | SCARE
spells:BR_ACID
desc:A huge draconic form.  Pools of acid melt the floor around it.

name:ancient red dragon
base:ancient dragon
color:r
speed:120
hit-points:1560
light:2
hearing:20
armor-class:108
sleepiness:80
depth:51
rarity:1
experience:2800
blow:CLAW:HURT:6d9
blow:CLAW:HURT:6d9
blow:BITE:FIRE:7d9
flags:BASH_DOOR
flags:IM_FIRE
innate-freq:12
spell-freq:8
spells:BLIND | CONF | SCARE
spells:BR_FIRE
desc:A huge draconic form.  Wisps of smoke steam from its nostrils and the
desc: extreme heat surrounding it makes you gasp for breath.

name:ancient gold dragon
base:ancient dragon
color:y
speed:120
hit-points:1560
hearing:20
armor-class:108
sleepiness:80
depth:51
rarity:1
experience:2800
blow:CLAW:HURT:6d9
blow:CLAW:HURT:6d9
blow:BITE:HURT:7d9
flags:BASH_DOOR | NO_STUN
innate-freq:12
spell-freq:8
spells:BLIND | CONF | SCARE
spells:BR_SOUN
desc:A huge draconic form wreathed in a nimbus of light.  Its roar stuns and
desc: deafens you.

name:nether hound
base:zephyr hound
color:G
speed:120
hit-points:330
hearing:30
smell:50
armor-class:120
sleepiness:0
depth:51
rarity:4
experience:5000
blow:CLAW:HURT:2d12
blow:CLAW:HURT:2d12
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
flags:OPEN_DOOR | BASH_DOOR
flags:NO_CONF | NO_SLEEP | IM_NETHER
flags:FORCE_SLEEP
innate-freq:5
spells:BR_NETH
friends:100:2d7:Same
desc:You feel a soul-tearing chill upon viewing this beast, a ghostly form of
desc: darkness in the shape of a large dog.

name:time hound
base:zephyr hound
color:B
speed:130
hit-points:330
hearing:30
smell:50
armor-class:120
sleepiness:0
depth:51
rarity:4
experience:5000
blow:CLAW:HURT:2d12
blow:CLAW:HURT:2d12
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
flags:ATTR_FLICKER
flags:OPEN_DOOR | BASH_DOOR
flags:NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
innate-freq:5
spells:BR_TIME
friends:100:2d7:Same
desc:You get a terrible sense of deja vu, or is it a premonition?  All at once
desc: you see the pup it was and the grey-muzzled corpse it will be, and you
desc: know it has already hunted you to your grave, somewhere in time.

name:plasma hound
base:zephyr hound
color:R
speed:120
hit-points:330
light:2
hearing:30
smell:50
armor-class:120
sleepiness:0
depth:51
rarity:4
experience:5000
blow:CLAW:HURT:2d12
blow:CLAW:HURT:2d12
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
flags:ATTR_FLICKER
flags:OPEN_DOOR | BASH_DOOR
flags:IM_ELEC | IM_FIRE | IM_PLASMA | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
innate-freq:5
spells:BR_PLAS
friends:100:2d7:Same
desc:The very air warps as pure elemental energy stalks towards you in the
desc: shape of a giant hound.  Your hair stands on end and your palms itch as
desc: you sense trouble.

name:Harowen the Black Hand
base:person
color:Z
speed:140
hit-points:2500
hearing:40
armor-class:108
sleepiness:0
depth:51
rarity:3
experience:20000
blow:TOUCH:EAT_GOLD:5d5
blow:TOUCH:EAT_ITEM:5d5
blow:HIT:BLIND:10d5
blow:HIT:POISON:8d5
flags:UNIQUE | MALE
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
flags:IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:4
spells:TELE_TO | TELE_SELF_TO | BLINK | TRAPS | DARKNESS | BLIND | HOLD
desc:He is a master of disguise, an expert of stealth, a genius at traps, and
desc: moves with blinding speed.  Check your pockets!

### Castle depth 52 ###

name:spirit of the hunt
plural:spirits of the hunt
base:ainu
color:w
speed:120
hit-points:2000
light:2
hearing:30
armor-class:96
sleepiness:255
depth:52
rarity:4
experience:2500
blow:HIT:HURT:4d6
blow:HIT:HURT:6d5
blow:HIT:HURT:4d6
blow:HIT:HURT:6d5
flags:MALE
flags:DROP_2
innate-freq:5
spell-freq:5
spells:ARROW
spells:SHAPECHANGE
spells:S_HOUND
shape:ranger chieftain
shape:giant
shape:dark hound
desc:A divine spirit of the hunt, relentless pursuer of monsters and fell beasts.

name:hasty treant
base:tree
color:t
speed:120
hit-points:3000
hearing:20
armor-class:120
sleepiness:20
depth:52
rarity:3
experience:3500
blow:PUNCH:HURT:10d5
blow:PUNCH:HURT:10d5
blow:CRUSH:HURT:3d10
blow:CRUSH:HURT:3d10
flags:DROP_2
flags:MOVE_BODY | KILL_WALL | KILL_ITEM
flags:NO_STUN | NO_SLOW | NO_SLEEP | IM_ACID
friends:100:3d4:corrupted treant
desc:An ancient tree-spirit roused to wrath, this treant is not on anyone's
desc: side but its own.  It moves with surprising speed for such a massive
desc: creature, and it definitely does not seem friendly to you.

name:Itangast the Fire Drake
base:ancient dragon
color:R
speed:120
hit-points:2200
light:2
hearing:30
armor-class:144
sleepiness:70
depth:52
rarity:2
experience:20000
blow:CLAW:HURT:4d11
blow:CLAW:HURT:4d11
blow:BITE:FIRE:4d15
blow:BITE:FIRE:4d15
flags:UNIQUE | MALE
flags:DROP_GOOD | ONLY_ITEM
flags:BASH_DOOR
flags:IM_FIRE
innate-freq:8
spell-freq:8
spells:WOUND | CONF
spells:BR_FIRE
desc:A mighty ancient dragon, Itangast's form scorches your flesh.  Wisps of
desc: smoke curl up from his nostrils as he regards you with disdain.

### Castle depth 53 ###

name:hezrou
base:major demon
color:g
speed:100
hit-points:1850
hearing:20
armor-class:60
sleepiness:70
depth:53
rarity:3
experience:7000
blow:CLAW:HURT:3d4
blow:BITE:ACID:3d10
blow:BITE:BLIND:3d10
flags:SMART | DROP_1
flags:IM_FIRE | IM_ACID | NO_FEAR
innate-freq:3
spell-freq:3
spells:BO_FIRE | BO_ACID
spells:BR_FIRE | BR_ACID
spells:S_DEMON
friends:100:1d2:Same
desc:A sluggish demon of lizard form, firing powerful missiles.  From the
desc: terribly oversized jaws to the stumpy lashing tail, pools of burning
desc: acid froth and sizzle.

name:ancient multi-hued dragon
base:ancient dragon
color:v
speed:120
hit-points:2400
hearing:25
armor-class:120
sleepiness:80
depth:53
rarity:1
experience:14000
blow:CLAW:HURT:6d10
blow:CLAW:HURT:6d10
blow:BITE:HURT:7d10
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS
flags:ATTR_MULTI
innate-freq:6
spell-freq:13
spells:BLIND | CONF | SCARE
spells:BR_ACID | BR_COLD | BR_ELEC | BR_FIRE | BR_POIS
desc:A huge draconic form.  Many colours ripple down its massive frame.  Few
desc: live to see another.

name:chaos vortex
plural:chaos vortices
base:vortex
color:v
speed:120
hit-points:315
hearing:100
armor-class:96
sleepiness:0
depth:53
rarity:3
experience:4000
blow:ENGULF:CONFUSE:5d5
blow:ENGULF:CONFUSE:5d5
blow:ENGULF:CONFUSE:5d5
blow:ENGULF:HALLU:5d5
flags:RAND_25
flags:ATTR_MULTI
innate-freq:4
spells:BR_CHAO
desc:Void, nothingness, spinning destructively.

name:Ebonbane, the Frozen Wyrm
base:ancient dragon
color:W
speed:120
hit-points:2500
hearing:30
armor-class:156
sleepiness:70
depth:53
rarity:2
experience:18000
blow:CLAW:HURT:4d11
blow:CLAW:HURT:4d11
blow:CLAW:COLD:4d15
blow:BITE:COLD:4d15
flags:UNIQUE | MALE | NAME_COMMA | EVIL | UNDEAD
flags:DROP_GOOD | ONLY_ITEM
flags:BASH_DOOR
flags:IM_COLD | IM_POIS
innate-freq:8
spell-freq:8
spells:HORROR | WOUND | CONF | SCARE
spells:BR_COLD | BA_COLD
desc:Ebonbane is an ancient undead dragon whose scales are encrusted with eternal
desc: frost. This dracolich has grown cunning and malevolent over countless years
desc: of undeath, serving the Dark Powers from its lair in the frozen wastes. Its
desc: breath sends a killing frost through the air that freezes flesh and soul alike.

### Castle depth 54 ###

name:The Phoenix
base:bird
color:r
speed:120
hit-points:3600
light:2
hearing:60
armor-class:156
sleepiness:0
depth:54
rarity:3
experience:40000
blow:BITE:FIRE:12d6
blow:BITE:FIRE:12d6
blow:HIT:FIRE:9d12
blow:HIT:FIRE:9d12
flags:UNIQUE
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_ACID | IM_ELEC | IM_FIRE | IM_POIS | IM_PLASMA | NO_CONF
flags:NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
innate-freq:6
spell-freq:5
spells:BA_FIRE
spells:BO_FIRE | BO_PLAS
spells:BR_FIRE | BR_LIGHT | BR_PLAS
spells:S_KIN
desc:A massive glowing eagle bathed in flames.  The searing heat chars your skin
desc: and melts your armour.

name:drolem
base:golem
color:g
speed:120
hit-points:2200
hearing:25
armor-class:195
sleepiness:80
depth:54
rarity:3
experience:12000
blow:CLAW:HURT:3d10
blow:CLAW:HURT:3d10
blow:BITE:POISON:5d10
blow:BITE:POISON:5d10
flags:DRAGON | COLD_BLOOD
flags:OPEN_DOOR | BASH_DOOR
flags:IM_COLD | IM_FIRE | IM_POIS
flags:FORCE_SLEEP
innate-freq:8
spell-freq:8
spells:ARROW | BLIND | CONF | SLOW
spells:BR_POIS
message-invis:BLIND:Something rumbles.
message-invis:SLOW:Something rumbles.
desc:A constructed dragon, the drolem has massive strength.  Powerful spells
desc: weaved during its creation make it a fearsome adversary.  Its eyes show
desc: little intelligence, but it has been instructed to destroy all it meets.

name:demilich
plural:demiliches
base:lich
color:U
speed:120
hit-points:2816
hearing:20
armor-class:150
sleepiness:40
depth:54
rarity:2
experience:12500
blow:TOUCH:EXP_80
blow:TOUCH:DRAIN_CHARGES
blow:TOUCH:LOSE_DEX:4d12
blow:TOUCH:LOSE_DEX:4d12
flags:DROP_3 | ONLY_ITEM
spell-freq:3
spells:BLIND | BLINK | WOUND | CONF | BRAIN_SMASH
spells:DRAIN_MANA | FORGET | HEAL | HOLD | SCARE | TELE_TO
spells:TPORT
spells:S_DEMON | S_UNDEAD
desc:A lich who is partially immaterial, on its way to a new, ethereal form.

name:dreadmaster
base:ghost
color:y
speed:120
hit-points:1056
hearing:20
armor-class:120
sleepiness:10
depth:54
rarity:2
experience:8000
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:HIT:LOSE_STR:3d4
blow:HIT:LOSE_STR:3d4
flags:SMART
flags:DROP_4 | ONLY_ITEM
flags:RAND_25 | TAKE_ITEM
flags:FORCE_SLEEP
spell-freq:9
spells:BLIND | WOUND | CONF | DRAIN_MANA | HOLD | TELE_LEVEL
spells:BO_NETH
spells:S_UNDEAD
desc:It is an unlife of power almost unequaled.  An affront to existence, its
desc: very touch abuses and disrupts the flow of life, and its unearthly limbs,
desc: of purest black, crush rock and flesh with ease.

name:nether wraith
base:wraith
color:G
speed:120
hit-points:1000
hearing:20
armor-class:66
sleepiness:10
depth:54
rarity:2
experience:3900
blow:HIT:HURT:1d12
blow:HIT:HURT:1d12
blow:TOUCH:EXP_80
blow:TOUCH:EXP_80
flags:INVISIBLE
flags:DROP_3 | ONLY_ITEM
flags:PASS_WALL
flags:FORCE_SLEEP
spell-freq:6
spells:BLIND | WOUND | DARKNESS | MIND_BLAST | SCARE
spells:BO_NETH | BE_NETH
desc:A form that hurts the eye, death permeates the air around it.  As it nears
desc: you, a coldness saps your soul.

### Castle depth 55 ###

name:The Widow of the Web, Mistress of Venom
base:spider
color:D
speed:120
hit-points:3500
light:-3
hearing:30
armor-class:180
sleepiness:20
depth:55
rarity:3
experience:27000
blow:CLAW:POISON:5d6
blow:CLAW:POISON:5d6
blow:BITE:PARALYZE:5d10
blow:STING:LOSE_STR:5d4
flags:UNIQUE | FEMALE | NAME_COMMA | EVIL | ANIMAL | SMART
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:HURT_LIGHT | IM_ACID | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
innate-freq:20
spell-freq:4
spells:BLIND | WOUND | CONF | HEAL | SCARE
spells:SLOW | WEAVE | DARKNESS
spells:BR_DARK | BR_POIS
spells:S_SPIDER | S_ANIMAL
friends:100:3d7:giant spider
friends:50:2d4:phase spider
desc:This grotesque arachnid monstrosity dwells in the deepest shadows of the
desc: Domains of Dread.  Bloated to enormous size, she is a creature of
desc: nightmares, her eight eyes glowing with malevolent intelligence in the
desc: darkness.  Her webs are spun from shadow itself, and her venom is so
desc: potent that it can paralyze even the strongest warrior.  She feeds on
desc: the fears of those trapped in her silken snares, savoring their terror
desc: before delivering the killing bite.

name:dracolich
plural:dracoliches
base:ancient dragon
color:G
speed:120
hit-points:3080
hearing:25
armor-class:144
sleepiness:80
depth:55
rarity:2
experience:18000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:EXP_80:7d14
flags:UNDEAD | COLD_BLOOD
flags:ONLY_ITEM
flags:BASH_DOOR | TAKE_ITEM
flags:IM_COLD | IM_POIS | NO_STUN | IM_NETHER
innate-freq:10
spell-freq:12
spells:CONF | SCARE
spells:BR_COLD | BR_NETH
desc:The skeletal form of a once-great dragon, enchanted by magic most
desc: perilous.  Its animated form strikes with speed and drains life from its
desc: prey to satisfy its hunger.

name:dracolisk
base:ancient dragon
color:i
speed:120
hit-points:3080
hearing:25
armor-class:144
sleepiness:80
depth:55
rarity:2
experience:18000
blow:BITE:HURT:6d12
blow:BITE:HURT:6d12
blow:BITE:FIRE:7d14
blow:GAZE:PARALYZE
flags:ANIMAL
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_ACID | IM_FIRE | IM_NEXUS
innate-freq:10
spell-freq:12
spells:HOLD | SCARE
spells:BR_FIRE | BR_NEXU
desc:A mixture of dragon and basilisk, the dracolisk stares at you with deep
desc: piercing eyes, its evil breath burning the ground where it stands.

name:Ivana Boritsi, the Golden
base:person
color:y
speed:130
hit-points:4000
light:2
hearing:30
armor-class:54
sleepiness:255
depth:55
rarity:1
experience:32500
blow:HIT:HURT:8d8
blow:HIT:HURT:8d8
blow:HIT:HURT:8d8
blow:HIT:HURT:8d8
flags:UNIQUE | MALE | EVIL | SMART | ATTR_FLICKER
flags:DROP_3 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:OPEN_DOOR | MOVE_BODY | TAKE_ITEM
flags:IM_ELEC | IM_FIRE | IM_POIS
flags:FORCE_SLEEP
spell-freq:6
spells:HEAL | TELE_AWAY
spells:S_KIN | S_MONSTERS
desc:The poisoner-countess of Borca, radiant as gold and deadlier than any
desc: serpent.  Corrupted by power and avarice, she has fed kin and suitors
desc: alike to her venoms, and condemned her own house to oblivion.

name:barbazu
plural:barbazu
base:major demon
color:G
speed:120
hit-points:700
hearing:25
armor-class:90
sleepiness:70
depth:55
rarity:4
experience:3000
blow:HIT:HURT:4d10
blow:HIT:HURT:4d10
blow:HIT:LOSE_CON:10d2
blow:STING:POISON:5d5
flags:DROP_1
flags:IM_POIS
spell-freq:10
spells:SCARE
spells:S_DEMON
friends:100:4d4:Same
desc:A foul, humanoid creature with a long tail, clawed hands and feet, and a
desc: disgusting, wiry, snaky beard.  They are the elite shock troops of the
desc: hells, capable of a terrifying berserk fury.

### Castle depth 56 ###

name:lesser titan
base:giant
color:y
speed:120
hit-points:2100
hearing:30
armor-class:96
sleepiness:15
depth:56
rarity:3
experience:6000
blow:HIT:CONFUSE:9d9
blow:HIT:CONFUSE:9d9
blow:HIT:CONFUSE:9d9
blow:HIT:CONFUSE:9d9
flags:SMART | ATTR_FLICKER
flags:DROP_4 | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
flags:FORCE_SLEEP
innate-freq:6
spell-freq:4
spells:HEAL | TELE_TO | BOULDER
spells:S_MONSTERS
desc:It is a humanoid figure thirty feet tall that gives off an aura of power
desc: and hate.

### Castle depth 57 ###

name:grand master mystic
base:person
color:o
speed:130
hit-points:1936
hearing:30
armor-class:96
sleepiness:5
depth:57
rarity:3
experience:15000
blow:KICK:HURT:20d2
blow:KICK:HURT:10d2
blow:HIT:PARALYZE:20d1
blow:HIT:PARALYZE:15d1
flags:MALE | INVISIBLE | ATTR_FLICKER
flags:DROP_4 | ONLY_ITEM
flags:OPEN_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | NO_CONF
flags:NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:3
spells:HEAL | MIND_BLAST
spells:S_ANIMAL | S_HOUND | S_SPIDER
drop-base:nature book:5:1:1
drop-base:nature book:15:1:1
friends-base:80:3d5:spider
desc:He is one of the few true masters of the art, being extremely skillful in
desc: all forms of unarmed combat and controlling the world's natural creatures
desc: with disdainful ease.

name:hand druj
base:skeleton
color:y
speed:130
hit-points:528
hearing:20
armor-class:132
sleepiness:10
depth:57
rarity:2
experience:12000
flags:SMART | ATTR_FLICKER | SPIRIT
flags:NEVER_BLOW | NEVER_MOVE
flags:FORCE_SLEEP
spell-freq:1
spells:BLIND | WOUND | CONF | DARKNESS | FORGET | SCARE
spells:TELE_AWAY
spells:BO_ACID | BO_COLD | BO_ELEC | BO_FIRE
desc:A skeletal hand floating in the air, motionless except for its flexing
desc: fingers.

name:9-headed hydra
base:hydra
color:P
speed:120
hit-points:1200
light:2
hearing:20
armor-class:168
sleepiness:20
depth:57
rarity:2
experience:7000
blow:BITE:HURT:2d6
blow:BITE:HURT:2d6
blow:BITE:POISON:2d6
blow:BITE:FIRE:2d6
blow:BITE:ACID:2d6
blow:BITE:BLIND:2d6
blow:BITE:CONFUSE:2d6
blow:BITE:EXP_10:2d6
blow:BITE:HURT:10d6
flags:SMART | POWERFUL | REGENERATE
flags:DROP_3
flags:BASH_DOOR | KILL_BODY
flags:IM_FIRE | IM_POIS | IM_ACID | IM_NETHER | NO_CONF | NO_SLEEP | NO_HOLD
innate-freq:4
spell-freq:9
spells:SCARE
spells:BR_FIRE | BR_POIS | BR_ACID | BR_NETH
spells:S_HYDRA | S_KIN
desc:A massive legendary hydra, like an 8-headed hydra, but with a massive
desc: extra head that opens its mighty jaws at you.  Its many eyes
desc: stare at you as clouds of vapour rise from its seething form.  And it
desc: grows new heads as fast as you chop them off.

### Castle depth 58 ###

name:Baphomet the Minotaur Lord
base:hybrid
color:v
speed:130
hit-points:4700
hearing:30
smell:20
armor-class:144
sleepiness:30
depth:58
rarity:4
experience:24000
blow:BUTT:HURT:12d13
blow:BUTT:HURT:12d13
blow:HIT:HURT:10d10
blow:HIT:HURT:10d10
flags:UNIQUE | MALE | EVIL
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:BASH_DOOR
flags:IM_FIRE | NO_CONF | NO_SLEEP | NO_HOLD | NO_STUN
flags:FORCE_SLEEP
innate-freq:10
spell-freq:8
spells:ARROW | SLOW
spells:BA_ELEC
spells:BO_MANA | BO_PLAS
spells:BR_WALL
desc:A fearsome bull-headed monster, Baphomet swings a mighty axe as he curses
desc: all that defy him.

### Castle depth 59 ###

name:elder vampire
base:vampire
color:r
speed:120
hit-points:2640
hearing:20
smell:20
armor-class:108
sleepiness:10
depth:59
rarity:3
experience:4500
blow:HIT:HURT:4d6
blow:HIT:HURT:4d6
blow:BITE:EXP_80:5d6
blow:BITE:EXP_80:5d6
flags:INVISIBLE
flags:DROP_4
flags:PASS_WALL
spell-freq:5
spells:BRAIN_SMASH | WOUND | DARKNESS | DRAIN_MANA
spells:BO_NETH
spells:S_UNDEAD
spells:HOLD | SCARE
friends-base:30:1d3:ghost
desc:A terrible robed undead figure, this creature has existed in its unlife for
desc: many centuries by stealing the life of others.  It can summon the very
desc: shades of its victims from beyond the grave to come enslaved to its aid.

name:Rudolph van Richten
base:humanoid
color:Z
speed:130
hit-points:5000
hearing:25
armor-class:234
sleepiness:10
depth:59
rarity:2
experience:20000
blow:HIT:HURT:8d8
blow:HIT:HURT:8d8
blow:HIT:HURT:8d8
blow:HIT:HURT:8d8
flags:UNIQUE | MALE
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | NO_CONF
flags:NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:4
spells:BLIND | BRAIN_SMASH | WOUND | CONF | HEAL
spells:SCARE
spells:S_ANIMAL | S_MONSTERS
desc:He is the greatest monster-hunter to walk the Domains.  Van Richten has
desc: spent a lifetime unmasking the creatures of the night, and his skill
desc: with both weapon and spell has been paid for in grief.  His hard-won
desc: learning and unbending will are a true match for any adventurer.



########## DUNGEON LEVELS 60-69 ##########


### Castle depth 60 ###

name:Nostalia, Giant of the Mists
base:giant
color:w
speed:120
hit-points:4000
hearing:30
armor-class:96
sleepiness:15
depth:60
rarity:3
experience:6000
blow:HIT:COLD:9d10
blow:HIT:COLD:9d10
blow:HIT:HURT:10d9
blow:HIT:CONFUSE:10d9
flags:UNIQUE | MALE | NAME_COMMA | SMART | ATTR_FLICKER
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM | IM_COLD
flags:FORCE_SLEEP
innate-freq:6
spell-freq:3
spells:BOULDER
spells:BO_ICE | STORM
spells:S_MONSTERS
desc:Known as the giant of winter and the northern mists,
desc: he is tall even among giants, and his name is cursed in many lands.

name:spirit of nature
plural:spirits of nature
base:ainu
color:g
speed:120
hit-points:3500
light:2
hearing:30
armor-class:90
sleepiness:255
depth:60
rarity:4
experience:3600
blow:HIT:HURT:4d6
blow:HIT:HURT:6d5
blow:HIT:HURT:4d6
blow:HIT:HURT:6d5
flags:FEMALE
flags:DROP_3
flags:IM_ACID
spell-freq:3
spells:BO_MANA | BO_WATE
spells:S_AINU | S_ANIMAL
spells:SHAPECHANGE
shape:tree
desc:A divine guardian of the natural world, protector of all growing things
desc: and keeper of the wild places.

name:spirit of the forge
plural:spirits of the forge
base:ainu
color:u
speed:120
hit-points:3500
hearing:30
armor-class:120
sleepiness:255
depth:60
rarity:4
experience:3600
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:HIT:SHATTER:10d10
flags:MALE | PASS_WALL
flags:DROP_3
flags:IM_ELEC
innate-freq:5
spell-freq:5
spells:BOULDER
spells:SHAPECHANGE
shape:shardstorm
shape:great earth elemental
shape:Quaker, Master of Earth
desc:A divine servant of craft and metal, master of stone and earth, friend to
desc: those who work with hammer and anvil.

name:great earth elemental
base:elemental
color:u
speed:120
hearing:10
armor-class:145
sleepiness:50
depth:60
rarity:0
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:HIT:HURT:6d6
blow:HIT:SHATTER:10d10
flags:COLD_BLOOD | POWERFUL
flags:PASS_WALL | KILL_BODY | KILL_ITEM
flags:HURT_ROCK | IM_ELEC
innate-freq:6
spell-freq:6
spells:BOULDER | BR_SHAR | BA_SHAR
desc:Appearing as a giant of stone, this mighty elemental seems to draw its
desc: power from the very bones of the castle.

name:aether vortex
plural:aether vortices
base:vortex
color:v
speed:130
hit-points:420
hearing:100
armor-class:48
sleepiness:0
depth:60
rarity:4
experience:5000
blow:ENGULF:ELEC:5d5
blow:ENGULF:FIRE:5d5
blow:ENGULF:ACID:5d5
blow:ENGULF:COLD:5d5
flags:RAND_25
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | IM_NEXUS | IM_NETHER
flags:IM_PLASMA | NO_SLOW | NO_STUN
flags:ATTR_MULTI
innate-freq:4
spells:BR_ACID | BR_CHAO | BR_COLD | BR_DARK | BR_ELEC
spells:BR_FIRE | BR_GRAV | BR_INER | BR_LIGHT | BR_NETH | BR_NEXU
spells:BR_PLAS | BR_POIS | BR_SHAR | BR_SOUN | BR_TIME | BR_WALL
desc:An awesome vortex of pure magic, power radiates from its frame.

name:Hazlik, the Red Wizard of Hazlan
base:person
color:R
speed:120
hit-points:5000
light:2
hearing:100
armor-class:120
sleepiness:0
depth:60
rarity:1
experience:35000
blow:HIT:FIRE:6d8
blow:HIT:FIRE:6d8
blow:TOUCH:EXP_80:5d5
blow:TOUCH:LOSE_STR:5d5
flags:UNIQUE | MALE | NAME_COMMA | EVIL | SMART
flags:DROP_4 | DROP_GOOD | DROP_GREAT
flags:IM_FIRE | IM_ELEC
flags:REGENERATE
spell-freq:2
spell-power:90
spells:HORROR | BLIND | WOUND | FORGET | HASTE | HEAL | MIND_BLAST | BRAIN_SMASH
spells:SCARE | TELE_AWAY | TPORT | TRAPS | DARKNESS
spells:BA_FIRE | BA_MANA | BA_ACID
spells:BO_FIRE | BO_MANA
spells:S_DEMON | S_UNDEAD | S_MONSTERS
friends:100:2d3:soldier:servant
desc:Hazlik is the darklord of Hazlan, a former Red Wizard of Thay whose
desc: obsession with magical power knows no bounds.  His face is horribly
desc: scarred from a magical duel, a permanent reminder of his greatest defeat.
desc: In Hazlan, he conducts terrible arcane experiments on his subjects,
desc: transforming them into twisted magical abominations.  His mastery of fire
desc: magic is absolute, and he wields devastating spells with cruel precision.
desc: Paranoid and vindictive, he trusts no one and seeks only to increase his
desc: magical might.  The screams of his victims echo through his towers as he
desc: pushes the boundaries of forbidden magic.

### Castle depth 61 ###

name:nightwing
base:wraith
color:V
speed:120
hit-points:1300
hearing:20
armor-class:144
sleepiness:10
depth:61
rarity:3
experience:10000
blow:TOUCH:POISON:6d5
blow:TOUCH:POISON:6d5
blow:HIT:DISENCHANT:6d8
blow:HIT:DISENCHANT:6d8
flags:SMART | ATTR_FLICKER
flags:DROP_2 | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:FORCE_SLEEP
spell-freq:4
spells:BLIND | BRAIN_SMASH | WOUND | SCARE
spells:BA_NETH
spells:BO_MANA | BO_NETH
spells:S_UNDEAD
desc:Everywhere colours seem paler and the air chillier.  At the centre of the
desc: cold stands a mighty figure.  Its wings envelop you in the chill of death
desc: as the nightwing reaches out to draw you into oblivion.  Your muscles sag
desc: and your mind loses all will to fight as you stand in awe of this mighty
desc: being.

name:bile demon
base:major demon
color:R
speed:120
hit-points:2464
hearing:40
armor-class:135
sleepiness:40
depth:61
rarity:2
experience:12000
blow:HIT:HURT:8d8
blow:HIT:HURT:8d8
blow:CRUSH:ACID:9d9
flags:POWERFUL
flags:DROP_3
flags:IM_ACID | IM_POIS
innate-freq:6
spell-freq:10
spells:ARROW | BLIND | CONF
spells:BR_ACID | BR_POIS
spells:S_DEMON
desc:A bloated red horror, swollen with rot.  Poisonous vapours leak from its
desc: hide with every heaving step, and its guts run with corrosive bile.  It
desc: is the most repulsive thing - by sight and by smell - that you have
desc: ever encountered.

### Castle depth 62 ###

name:dreadlord
base:ghost
color:r
speed:120
hit-points:2640
hearing:20
armor-class:180
sleepiness:10
depth:62
rarity:2
experience:20000
blow:HIT:EXP_40:6d6
blow:HIT:EXP_40:6d6
blow:HIT:LOSE_STR:4d6
blow:HIT:LOSE_STR:4d6
flags:ATTR_FLICKER
flags:DROP_4 | ONLY_ITEM
flags:TAKE_ITEM
flags:FORCE_SLEEP
spell-freq:4
spells:BLIND | BLINK | BRAIN_SMASH | CONF | DRAIN_MANA | HOLD
spells:TELE_TO | TPORT
spells:BA_NETH
spells:S_UNDEAD
friends:50:2d3:Dread:servant
desc:It is a massive form of animated death, its colour deeper than black.  It
desc: drinks in light, and space around it is twisted and torn by the weight of
desc: its evil.  It is unlife and it knows nothing but the stealing of souls
desc: and the stench of death.  Flee its hunger!

name:Charfire the Crimson Devourer
base:ancient dragon
color:R
speed:120
hit-points:4200
light:2
hearing:30
armor-class:195
sleepiness:120
depth:62
rarity:2
experience:30000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:FIRE:7d14
blow:BITE:FIRE:7d14
flags:UNIQUE | MALE | NAME_COMMA | EVIL
flags:DROP_GOOD | ONLY_ITEM
flags:BASH_DOOR | SMASH_WALL
flags:IM_FIRE
innate-freq:5
spell-freq:8
spells:HORROR | WOUND | CONF | SCARE
spells:BR_FIRE | BA_FIRE
desc:Charfire the Crimson Devourer is an ancient red dracolich of immense cunning
desc: and malevolence. This undead fire-drake serves the Dark Powers with unwavering
desc: loyalty, its speed through air matched by few and its cursed dragonfire capable
desc: of incinerating entire villages. Legends speak of entire domains laid waste
desc: by this creature's wrath.

### Castle depth 63 ###

name:werewolf of Verbrek
plural:werewolves of Verbrek
base:canine
color:s
speed:120
hit-points:2200
hearing:30
smell:50
armor-class:88
sleepiness:5
depth:63
rarity:2
experience:4000
blow:BITE:HURT:4d10
blow:BITE:POISON:2d4
blow:CLAW:HURT:4d10
blow:CLAW:HURT:4d10
flags:FORCE_SLEEP | SMART | EVIL
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:IM_POIS | REGENERATE
flags:NO_FEAR | NO_CONF | NO_SLEEP
innate-freq:6
spell-freq:7
spells:SCARE | DARKNESS
spells:S_HOUND | S_ANIMAL
friends:50:2d4:wolf:servant
friends:100:2d3:werewolf:servant
desc:From the cursed domain of Verbrek, these massive werewolves serve the wolf
desc: god Olvai Voivode.  Larger and more savage than common lycanthropes, they
desc: hunt in packs through the misty forests, spreading terror and infection.
desc: Their bite carries a virulent curse that can transform victims into
desc: werewolves themselves.  They are cunning hunters who use darkness and fear
desc: as weapons.

name:spider of the Black Wood
plural:spiders of the Black Wood
base:spider
color:P
speed:120
hit-points:4000
light:-3
hearing:30
armor-class:180
sleepiness:20
depth:63
rarity:3
experience:30000
blow:CLAW:POISON:6d6
blow:CLAW:POISON:6d6
blow:BITE:PARALYZE:5d10
blow:STING:LOSE_STR:5d4
flags:FEMALE | EVIL | ANIMAL | SMART | SPIRIT
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:HURT_LIGHT | IM_ACID | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
innate-freq:20
spell-freq:5
spells:BLIND | WOUND | CONF | HEAL | SCARE
spells:SLOW | WEAVE
spells:BR_DARK | BR_POIS
spells:S_KIN
friends-base:100:2d4:spider
desc:One of the hideous brood that nests in the Black Wood, spawned in the
desc: endless shadow beneath the Svalich pines.

### Castle depth 64 ###

name:chaos hound
base:zephyr hound
color:v
speed:120
hit-points:930
hearing:30
smell:50
armor-class:120
sleepiness:0
depth:64
rarity:4
experience:10000
blow:CLAW:HURT:2d12
blow:CLAW:HURT:2d12
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
flags:BASH_DOOR
flags:NO_CONF | NO_SLEEP | NO_HOLD
flags:ATTR_MULTI | FORCE_SLEEP
innate-freq:5
spells:BR_CHAO
friends:100:2d7:Same
desc:A constantly changing canine form, this hound rushes towards you as if
desc: expecting mayhem and chaos ahead.  It appears to have an almost suicidal
desc: relish for combat.  You suspect all may not be as it seems.

name:archlich
plural:archliches
base:lich
color:B
speed:120
hit-points:3520
hearing:20
armor-class:180
sleepiness:40
depth:64
rarity:2
experience:20000
blow:TOUCH:EXP_80
blow:TOUCH:DRAIN_CHARGES
blow:TOUCH:LOSE_DEX:8d12
blow:TOUCH:LOSE_DEX:8d12
flags:DROP_4 | ONLY_ITEM
flags:PASS_WALL
spell-freq:3
spells:BLINK | WOUND | DRAIN_MANA | FORGET | HEAL | BRAIN_SMASH
spells:HOLD | SCARE | TELE_TO | TPORT
spells:BA_NETH
spells:S_DEMON | S_HI_UNDEAD
desc:A lich that has shed the last of its flesh and bone, passing wholly into
desc: shadow: a completely immaterial state.

### Castle depth 65 ###

name:spirit of water
plural:spirits of water
base:ainu
color:b
speed:120
hit-points:4700
hearing:30
armor-class:90
sleepiness:255
depth:65
rarity:4
experience:5000
blow:TOUCH:TERRIFY:6d5
blow:TOUCH:PARALYZE:6d5
blow:ENGULF:ACID:6d10
blow:ENGULF:ACID:6d10
flags:MALE
flags:DROP_4
flags:IM_ACID | IM_ELEC | IM_WATER
spell-freq:3
spells:BA_WATE
spells:BO_MANA | BO_WATE
spells:S_AINU
spells:SHAPECHANGE
shape:great water elemental
shape:water vortex
shape:cold vortex
desc:A divine guardian of waters and seas, whose voice is heard only as the
desc: music of flowing streams and crashing waves.

name:great water elemental
base:elemental
color:b
speed:120
hearing:12
armor-class:120
sleepiness:30
depth:65
rarity:0
experience:4250
blow:ENGULF:TERRIFY:6d5
blow:ENGULF:PARALYZE:6d5
blow:ENGULF:ACID:6d10
blow:ENGULF:ACID:6d10
flags:COLD_BLOOD | POWERFUL
flags:BASH_DOOR | KILL_BODY | KILL_ITEM
flags:IM_ACID | IM_WATER | IM_COLD
innate-freq:5
spell-freq:5
spells:BA_WATE | BO_WATE
spells:BR_COLD
desc:A mighty column of water, terrible as a mounting wave that strides to the
desc: land.

name:Inza Kulchevych, the Dread Majordomo
base:person
color:v
speed:130
hit-points:7000
hearing:60
armor-class:120
sleepiness:10
depth:65
rarity:3
experience:38000
blow:HIT:DISENCHANT:6d8
blow:HIT:DISENCHANT:6d8
blow:TOUCH:EXP_80:5d5
blow:TOUCH:LOSE_INT:5d5
flags:UNIQUE | FEMALE | NAME_COMMA | EVIL | INVISIBLE | SMART
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR
flags:IM_COLD | IM_ELEC | IM_FIRE | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP | REGENERATE
spell-freq:2
spell-power:95
spells:HORROR | WOUND | HOLD | TELE_TO | TRAPS | FORGET | BRAIN_SMASH
spells:BA_DARK | BA_FIRE | BA_MANA | BA_NETH
spells:BO_PLAS | BO_NETH
spells:S_HI_UNDEAD | S_WRAITH
desc:Inza Kulchevych is the dread majordomo of Invidia, a creature so ancient
desc: that even she has forgotten her true name. Her power and malevolence are
desc: undeniable as she serves the Dark Powers with unwavering devotion. She
desc: believes herself unbeatable and cackles with mad glee as she weaves spells
desc: of corruption and despair.

name:osyluth
base:major demon
color:W
speed:130
hit-points:2288
hearing:20
armor-class:112
sleepiness:30
depth:65
rarity:2
experience:13000
blow:HIT:LOSE_WIS:6d6
blow:HIT:LOSE_CON:6d6
blow:BITE:POISON:8d8
blow:STING:LOSE_STR:5d5
flags:INVISIBLE | POWERFUL
flags:DROP_3
flags:MOVE_BODY
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS
spell-freq:6
spells:SCARE
spells:BA_COLD | BA_ELEC
spells:BO_ICE
spells:S_DEMON
desc:It is a demon made almost entirely out of bones.  It is humanoid, but with
desc: a large tail similar to that of a giant scorpion, and emits a foul smell
desc: of decay and rot.  They are despised even in the hells.

name:cursed raider
base:humanoid
color:M
speed:120
hit-points:1200
hearing:20
armor-class:110
sleepiness:30
depth:65
rarity:2
experience:11000
blow:HIT:HURT:7d12
blow:HIT:HURT:7d12
blow:HIT:HURT:7d12
blow:HIT:HURT:7d12
flags:MALE | FORCE_SLEEP
flags:ONLY_ITEM | DROP_3
flags:MOVE_BODY
flags:NO_FEAR | IM_ACID | IM_ELEC
innate-freq:3
spells:BOLT
desc:A veteran of ancient wars fought over cursed treasures and lost kingdoms,
desc: he attacks you with agility, power and cruelty.

### Castle depth 66 ###

name:eye druj
base:skeleton
color:r
speed:130
hit-points:1080
hearing:20
armor-class:108
sleepiness:10
depth:66
rarity:2
experience:18000
flags:SMART | ATTR_FLICKER | SPIRIT
flags:NEVER_BLOW | NEVER_MOVE
flags:IM_FIRE
flags:FORCE_SLEEP
spell-freq:1
spells:BRAIN_SMASH
spells:BA_NETH
spells:BO_MANA | BO_NETH
spells:S_UNDEAD
desc:A bloodshot eyeball floating in the air, you'd be forgiven for assuming it
desc: harmless.

name:greater titan
base:giant
color:o
speed:120
hit-points:3344
hearing:30
armor-class:150
sleepiness:15
depth:66
rarity:3
experience:23500
blow:HIT:CONFUSE:12d12
blow:HIT:CONFUSE:12d12
blow:HIT:CONFUSE:12d12
blow:HIT:CONFUSE:12d12
flags:SMART | ATTR_FLICKER
flags:DROP_4 | ONLY_ITEM
flags:TAKE_ITEM
flags:FORCE_SLEEP
innate-freq:6
spell-freq:4
spells:HEAL | TELE_TO | BOULDER
spells:S_MONSTERS
desc:A forty foot tall humanoid that shakes the ground as it walks.  The power
desc: radiating from its frame shakes your courage, its hatred inspired by your
desc: defiance.

name:Vilisevic, Prince of Cats
base:feline
color:v
speed:130
hit-points:4800
hearing:100
smell:30
armor-class:240
sleepiness:0
depth:66
rarity:3
experience:30000
blow:CLAW:CONFUSE:12d12
blow:CLAW:LOSE_DEX:2d12
blow:CLAW:BLIND:10d5
blow:BITE:PARALYZE:15d1
flags:UNIQUE | MALE | NAME_COMMA | INVISIBLE | SPIRIT
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_COLD | IM_FIRE | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:3
spells:TELE_TO
spells:S_KIN
friends:100:2d4:Tiger:servant
friends:100:2d4:Sabre-tooth tiger:servant
friends:100:2d4:Displacer beast:servant
desc:Master of all things feline, Vilisevic serves the Dark Powers well.
desc:  He delights in small torments and cunning stratagems, and laughs merrily
desc: as he bats you about.

### Castle depth 67 ###

name:Ludmilla Vilisevic, Bride of Strahd
base:vampire
color:v
speed:130
hit-points:5000
hearing:20
smell:20
armor-class:174
sleepiness:10
depth:67
rarity:4
experience:23000
blow:BITE:EXP_80:6d6
blow:BITE:EXP_80:6d6
blow:HIT:CONFUSE:6d6
blow:CLAW:HURT:6d6
flags:UNIQUE | FEMALE | NAME_COMMA | SMART | EVIL | UNDEAD
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:HURT_LIGHT | IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | REGENERATE
flags-off:HURT_FIRE
spell-freq:3
spells:BLIND | BRAIN_SMASH | WOUND | DRAIN_MANA
spells:BA_NETH | BA_DARK
spells:S_HI_UNDEAD | S_UNDEAD
spells:HOLD | SCARE | DARKNESS
desc:One of Strahd von Zarovich's most trusted and deadly vampire brides,
desc: Ludmilla is a cunning and vicious predator.  Once a promising young
desc: sorceress, she was seduced by Strahd's dark promises and willingly
desc: accepted the vampire's curse.  She serves as his messenger and assassin,
desc: striking from the shadows to drain the life from her master's enemies.
desc: Her hypnotic gaze can paralyze even the strongest-willed victims.

name:beholder hive-mother
base:eye
color:b
speed:120
hit-points:3080
hearing:30
armor-class:96
sleepiness:10
depth:67
rarity:3
experience:17000
blow:BITE:EXP_80:6d6
blow:GAZE:PARALYZE:5d5
blow:GAZE:LOSE_INT:5d5
blow:GAZE:DRAIN_CHARGES:5d5
flags:FEMALE | EVIL | SMART | SPIRIT
flags:BASH_DOOR
flags:NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:2
spells:BLIND | BRAIN_SMASH | CONF | DRAIN_MANA | FORGET | SCARE
spells:BA_ACID | BA_COLD | BA_DARK | BA_FIRE
spells:BO_MANA | BO_NETH
spells:S_KIN
desc:A hive mother of the race of beholders, she can summon her brood to her aid
desc: whenever she wishes.

### Castle depth 68 ###

name:jabberwock
base:hybrid
color:v
speed:130
hit-points:2816
hearing:35
smell:20
armor-class:187
sleepiness:100
depth:68
rarity:3
experience:19000
blow:CLAW:HURT:10d10
blow:CLAW:HURT:10d10
blow:BITE:HURT:10d10
blow:BITE:HURT:10d10
flags:ANIMAL
flags:DROP_40 | DROP_60 | ONLY_ITEM
flags:BASH_DOOR
flags:ATTR_MULTI | FORCE_SLEEP | NO_CONF
innate-freq:9
spell-freq:10
spells:WOUND
spells:BR_CHAO
desc:"Beware the Jabberwock, my son!  The jaws that bite, the claws that catch!"
desc:  Run and run quickly, for death incarnate chases behind you!

name:Tselakus, the Dreadlord
base:ghost
color:R
speed:130
hit-points:6500
hearing:20
armor-class:180
sleepiness:10
depth:68
rarity:2
experience:35000
blow:HIT:HURT:10d10
blow:HIT:HURT:10d10
blow:HIT:LOSE_STR:4d6
blow:HIT:LOSE_STR:4d6
flags:UNIQUE | MALE | NAME_COMMA
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | CONF | HOLD
spells:BA_DARK | BA_NETH
spells:S_HI_UNDEAD | S_KIN
desc:This huge affront to existence twists and tears at the fabric of space.  A
desc: master of mighty magic, Tselakus hungers for your tender flesh.  Darkness
desc: itself recoils from the touch of Tselakus as he leaves a trail of death
desc: and destruction.  Tselakus is a being of sneering contempt, laughing at
desc: your pitiful efforts to defy him.  Mighty claws rend reality as he
desc: annihilates all in his path to your soul!

name:bone golem
base:golem
color:D
speed:120
hit-points:3080
hearing:20
armor-class:255
sleepiness:20
depth:68
rarity:3
experience:23000
blow:HIT:DISENCHANT:8d8
blow:HIT:DISENCHANT:8d8
blow:HIT:LOSE_STR:6d6
blow:HIT:LOSE_STR:6d6
flags:UNDEAD | COLD_BLOOD
flags:OPEN_DOOR | BASH_DOOR
flags:IM_COLD | IM_FIRE | IM_POIS | NO_STUN
flags:FORCE_SLEEP
spell-freq:8
spells:BRAIN_SMASH | WOUND | DRAIN_MANA | TELE_TO
spells:BA_NETH
spells:S_UNDEAD
message-invis:WOUND:Something clatters.
message-invis:DRAIN_MANA:Something clatters.
message-invis:BA_NETH:Something clatters.
desc:A skeletal form, black as night, constructed from the bones of its previous
desc: victims.

### Castle depth 69 ###

name:hound of the Angles
plural:hounds of the Angles
base:zephyr hound
color:t
speed:130
hit-points:480
hearing:30
smell:50
armor-class:120
sleepiness:0
depth:69
rarity:6
experience:7000
blow:CLAW:HURT:2d12
blow:CLAW:HURT:2d12
blow:BITE:HURT:2d12
blow:BITE:HURT:2d12
flags:INVISIBLE
flags:PASS_WALL
flags:NO_CONF | NO_SLEEP | NO_HOLD | IM_NETHER | IM_DISEN
flags:FORCE_SLEEP
innate-freq:5
spells:BR_NETH | BR_DISE | BR_TIME
friends:100:2d7:Same
desc:Bodies of death, receptacles of all foulness, they emerge like smoke from
desc: the angles of time, ravenous and snarling and unsatisfied.

name:Svyatogor, the Giant
base:giant
color:o
speed:120
hit-points:3344
hearing:30
armor-class:150
sleepiness:15
depth:69
rarity:3
experience:23500
blow:HIT:HURT:12d12
blow:HIT:HURT:12d12
blow:HIT:CONFUSE:12d12
blow:HIT:CONFUSE:12d12
flags:UNIQUE | MALE | NAME_COMMA | SMART | ATTR_FLICKER
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:TAKE_ITEM | IM_FIRE
flags:FORCE_SLEEP
innate-freq:6
spell-freq:4
spell-power:85
spells:BOULDER
spells:BO_PLAS | BA_FIRE
spells:S_MONSTERS
desc:The last giant of the old world, who slept beneath the crags until the
desc: Mists roused him.  He towers above you like a great elm, and in his
desc: right hand he holds the longest sword you have ever beheld.

name:nightcrawler
base:snake
color:D
speed:120
hit-points:2440
hearing:20
armor-class:192
sleepiness:10
depth:69
rarity:3
experience:15000
blow:STING:LOSE_CON:8d8
blow:STING:LOSE_CON:8d8
blow:BITE:ACID:10d10
blow:BITE:ACID:10d10
flags:SMART | ATTR_FLICKER
flags:DROP_2 | ONLY_ITEM
flags:OPEN_DOOR
flags:UNDEAD | EVIL | COLD_BLOOD | SPIRIT
flags:HURT_LIGHT| NO_CONF | NO_SLEEP | NO_STUN | NO_HOLD
flags:IM_FIRE | IM_COLD | IM_POIS | IM_NETHER
flags:FORCE_SLEEP
flags-off:HURT_COLD
innate-freq:25
spell-freq:4
spells:BLIND | BRAIN_SMASH | SCARE
spells:BA_NETH
spells:BO_MANA | BO_NETH
spells:BR_NETH
spells:S_UNDEAD
desc:This intensely evil creature bears the form of a gargantuan black worm.
desc:  Its gaping maw is a void of blackness, acid drips from its steely hide.
desc:  It is like nothing you have ever seen before, and a terrible chill runs
desc: down your spine as you face it.

name:gelugon
base:major demon
color:w
speed:130
hit-points:3080
hearing:20
armor-class:150
sleepiness:30
depth:69
rarity:3
experience:14000
blow:CLAW:COLD:6d8
blow:CLAW:COLD:6d8
blow:BITE:COLD:9d9
blow:HIT:PARALYZE:5d5
flags:POWERFUL | REGENERATE
flags:DROP_4
flags:IM_COLD
innate-freq:20
spell-freq:8
spells:HOLD | SCARE | SLOW
spells:BA_COLD
spells:BO_ICE
spells:BR_COLD | BR_SHAR
spells:S_HI_DEMON
desc:This demon from the icy regions is a truly terrifying sight.  It has an
desc: extremely large, insect-like body towering a full twelve feet tall, with
desc: great claws on its hands and pincers on its mouth, and its head bulges
desc: with great multi-faceted eyes.  Its tail is covered with razor-sharp
desc: spikes.


########## DUNGEON LEVELS 70-79 ##########


### Castle depth 70 ###

name:great storm wyrm
base:ancient dragon
color:b
speed:120
hit-points:4200
light:1
hearing:30
armor-class:225
sleepiness:30
depth:70
rarity:2
experience:25000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:ELEC:6d14
blow:BITE:ELEC:6d14
flags:ATTR_FLICKER
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_ELEC
innate-freq:8
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_ELEC
color-cycle:fancy:storm
desc:A vast dragon of power.  Storms and lightning crash around its titanic
desc: form.  Deep blue scales reflect the flashes and highlight the creature's
desc: great muscles.  It regards you with contempt.

name:great ice wyrm
base:ancient dragon
color:w
speed:120
hit-points:4200
hearing:30
armor-class:225
sleepiness:30
depth:70
rarity:2
experience:25000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:COLD:6d14
blow:BITE:COLD:6d14
flags:ATTR_FLICKER
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_COLD
innate-freq:8
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_COLD
color-cycle:fancy:ice
desc:An immense dragon capable of awesome destruction.  You have never felt such
desc: extreme cold, or witnessed such an icy stare.  Begone quickly or feel its
desc: wrath!

name:great swamp wyrm
base:ancient dragon
color:g
speed:120
hit-points:4200
hearing:30
armor-class:225
sleepiness:30
depth:70
rarity:2
experience:20000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:POISON:6d14
blow:BITE:POISON:6d14
flags:ATTR_FLICKER
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_POIS
innate-freq:8
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_POIS
color-cycle:fancy:swamp
desc:A truly enormous dragon with great powers.  The foul gases issuing from the
desc: beast nearly make you vomit; and while you may try to hold your breath as
desc: you fight it, it sees no reason to do likewise.

### Castle depth 71 ###

name:spirit of the sky
plural:spirits of the sky
base:ainu
color:B
speed:130
hit-points:5000
light:2
hearing:30
armor-class:120
sleepiness:255
depth:71
rarity:4
experience:7000
blow:HIT:ELEC:10d12
blow:HIT:ELEC:10d12
blow:ENGULF:CONFUSE:8d10
blow:ENGULF:CONFUSE:8d10
flags:MALE
flags:DROP_4
flags:IM_ACID | IM_ELEC | IM_WATER
spell-freq:3
spells:STORM | BA_ELEC
spells:S_AINU
spells:SHAPECHANGE
shape:elemental
shape:vortex
desc:A divine spirit of wind and storm, commanding the powers of air and
desc: lightning with terrible majesty.

name:spirit of starlight
plural:spirits of starlight
base:ainu
color:y
speed:130
hit-points:5000
light:3
hearing:30
armor-class:110
sleepiness:255
depth:71
rarity:4
experience:12000
blow:TOUCH:TERRIFY:6d5
blow:TOUCH:PARALYZE:6d5
blow:ENGULF:ACID:6d10
blow:ENGULF:ACID:6d10
flags:FEMALE
flags:DROP_4
flags:IM_ACID | IM_ELEC
spell-freq:3
spells:BA_LIGHT
spells:BO_MANA
spells:S_AINU
spells:SHAPECHANGE
shape:elemental
shape:vortex
desc:A luminous divine spirit embodying the light of distant stars, radiant and
desc: beautiful beyond mortal comprehension.

name:greater demonic quylthulg
base:quylthulg
color:R
speed:120
hit-points:1320
hearing:20
armor-class:1
sleepiness:0
depth:71
rarity:2
experience:10500
flags:ATTR_FLICKER
spell-freq:2
spells:BLINK | TELE_TO
spells:S_HI_DEMON
message-invis:BLINK:Something slurps.
desc:A massive pulsating mound of flesh, strongly reeking of sulfur.

name:greater draconic quylthulg
base:quylthulg
color:G
speed:120
hit-points:1320
hearing:20
armor-class:1
sleepiness:0
depth:71
rarity:2
experience:10500
flags:ATTR_FLICKER
spell-freq:2
spells:BLINK | TELE_TO
spells:S_HI_DRAGON
message-invis:BLINK:Something slurps.
desc:A massive mound of multi-hued scaled flesh, throbbing and pulsating.

name:greater rotting quylthulg
base:quylthulg
color:U
speed:120
hit-points:1320
hearing:20
armor-class:1
sleepiness:0
depth:71
rarity:2
experience:10500
flags:ATTR_FLICKER
spell-freq:2
spells:BLINK | TELE_TO
spells:S_HI_UNDEAD
message-invis:BLINK:Something slurps.
desc:A massive pile of rotting flesh.  A disgusting stench fills the air as it
desc: throbs and writhes.

### Castle depth 72 ###

name:horned reaper
base:major demon
color:B
speed:130
hit-points:3344
hearing:40
armor-class:180
sleepiness:20
depth:72
rarity:3
experience:18000
blow:HIT:HURT:11d11
blow:HIT:HURT:11d11
blow:HIT:HURT:11d11
blow:HIT:HURT:11d11
flags:REGENERATE
flags:DROP_4
flags:KILL_BODY
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS
spell-freq:5
spells:HASTE | SCARE | SLOW
spells:S_HI_DEMON
desc:A giant humanoid demon wielding a massive, heavy and sharp scythe.
desc:  Feared by foes and friends alike when it flies into one of its berserk
desc: rages, the Horned Reaper will cut down anything in its path between it
desc: and you - even the minions it has just summoned.

name:Vodyan, Herald of the Deeps
base:ainu
color:w
speed:130
hit-points:6000
hearing:40
armor-class:204
sleepiness:10
depth:72
rarity:3
experience:30000
blow:HIT:DISENCHANT:10d5
blow:HIT:DISENCHANT:10d5
blow:HIT:HURT:10d10
blow:HIT:HURT:10d10
flags:UNIQUE | MALE | NAME_COMMA
flags:DROP_4 | DROP_GOOD
flags:MOVE_BODY
flags:IM_ACID | IM_ELEC | IM_WATER | IM_DISEN
innate-freq:4
spell-freq:2
spells:BLIND | TELE_TO | WHIP
spells:BA_WATE | STORM
spells:BO_MANA | BO_WATE
spells:BR_DISE
spells:S_AINU
desc:Encrusted with barnacles, slimy and dripping, this spirit of the untamed
desc: sea has risen from the depths to send you to a watery grave.
desc: Vodyan is a powerful and heartless servant of the deeps, embodying
desc: the untamed fury of the ocean. Terror grows in your heart with each
desc: squelching step of his approach.


### Castle depth 73 ###

name:great hell wyrm
base:ancient dragon
color:r
speed:120
hit-points:4500
light:2
hearing:30
armor-class:225
sleepiness:30
depth:73
rarity:2
experience:25000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:FIRE:6d14
blow:BITE:FIRE:6d14
flags:ATTR_FLICKER
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_FIRE
innate-freq:8
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_FIRE
color-cycle:fancy:hell
desc:A vast dragon of immense power.  Fire leaps continuously from its huge
desc: form.  The air around it scalds you.  Its slightest glance burns you, and
desc: you truly realize how insignificant you are.

name:great bile wyrm
base:ancient dragon
color:s
speed:120
hit-points:4500
hearing:30
armor-class:225
sleepiness:30
depth:73
rarity:2
experience:23000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:ACID:6d14
blow:BITE:ACID:6d14
flags:ATTR_FLICKER
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_ACID
innate-freq:8
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_ACID
color-cycle:fancy:bile
desc:A huge and very powerful dragon.  Great steaming pools of acid drip from
desc: its form onto the ground.  You shudder when you see the acid eating away
desc: the very stones of the castle - what could it do to you?

name:great wyrm of thunder
plural:great wyrms of thunder
base:ancient dragon
color:y
speed:120
hit-points:4500
hearing:30
armor-class:225
sleepiness:30
depth:73
rarity:2
experience:23000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:HURT:6d14
blow:BITE:HURT:6d14
flags:ATTR_FLICKER
flags:ONLY_ITEM
flags:BASH_DOOR
flags:NO_STUN
innate-freq:8
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_SOUN
color-cycle:fancy:thunder
desc:A dragon of gigantic proportions, with destructive abilities to match.  The
desc: sheer loudness of its roar leaves you stunned and unable to think clearly
desc: enough to defend yourself adequately.

name:nightwalker
base:wraith
color:v
speed:130
hit-points:1400
hearing:20
armor-class:170
sleepiness:10
depth:73
rarity:3
experience:20000
blow:HIT:DISENCHANT:10d10
blow:HIT:DISENCHANT:10d10
blow:HIT:DISENCHANT:8d8
blow:HIT:DISENCHANT:8d8
flags:SMART | ATTR_FLICKER
flags:DROP_4 | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_ELEC | IM_FIRE
flags:FORCE_SLEEP
spell-freq:4
spells:BLIND | BRAIN_SMASH | SCARE
spells:BA_NETH
spells:BO_MANA | BO_NETH
spells:S_UNDEAD
desc:A huge giant garbed in black, it breaks your armour from your back,
desc: leaving you defenseless against its evil wrath.  It can smell your fear,
desc: and you in turn smell the awful stench of death as this ghastly figure
desc: strides towards you menacingly.

name:Omaraxis, the Eye Tyrant
base:eye
color:v
speed:130
hit-points:6500
hearing:30
armor-class:96
sleepiness:10
depth:73
rarity:3
experience:25000
blow:GAZE:DISENCHANT:6d6
blow:GAZE:DRAIN_CHARGES:6d6
blow:GAZE:LOSE_INT:6d6
blow:BITE:EXP_80:8d8
flags:UNIQUE | MALE | NAME_COMMA | EVIL | SMART
flags:BASH_DOOR
flags:IM_ACID | IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:2
spells:BLIND | BRAIN_SMASH | CONF | DRAIN_MANA | FORGET | SCARE
spells:BA_ACID | BA_COLD | BA_DARK | BA_FIRE | BA_NETH
spells:BO_MANA
spells:S_KIN
desc:A beholder of great size and age, floating in the air.  His gaze seems to
desc: shred your soul and his spells crush your will.  He is ancient, his
desc: history steeped in forgotten evils, his atrocities numerous and sickening.

### Castle depth 74 ###

name:skull druj
base:skeleton
color:o
speed:130
hit-points:1540
hearing:20
armor-class:144
sleepiness:10
depth:74
rarity:2
experience:23000
flags:SMART | ATTR_FLICKER | SPIRIT
flags:NEVER_BLOW | NEVER_MOVE
flags:IM_FIRE
flags:FORCE_SLEEP
spell-freq:1
spells:BRAIN_SMASH | WOUND | TRAPS
spells:BA_WATE
spells:BO_NETH | BO_PLAS
spells:S_UNDEAD
desc:A glowing skull possessed by sorcerous power.  It need not move, but merely
desc: blast you with mighty magic as it speaks the words of power.

name:black reaver
base:lich
color:D
speed:120
hit-points:3960
hearing:20
armor-class:255
sleepiness:40
depth:74
rarity:3
experience:23000
blow:HIT:DISENCHANT:6d8
blow:HIT:DISENCHANT:6d8
blow:HIT:LOSE_STR:4d6
blow:HIT:LOSE_STR:4d6
flags:ATTR_FLICKER
flags:DROP_2 | ONLY_ITEM
flags:KILL_WALL
spell-freq:3
spells:BLIND | WOUND | CONF | DRAIN_MANA | BRAIN_SMASH
spells:HOLD | TELE_TO
spells:BA_MANA | BA_NETH
spells:S_UNDEAD
desc:A humanoid form, black as night, advancing steadily and unstoppably, even
desc: the very rock of the castle cannot prevent it reaching you.

name:aether hound
base:zephyr hound
color:v
speed:130
hit-points:1230
hearing:30
smell:50
armor-class:120
sleepiness:0
depth:74
rarity:5
experience:10000
blow:CLAW:HURT:3d12
blow:CLAW:HURT:3d12
blow:BITE:HURT:3d12
blow:BITE:HURT:3d12
flags:BASH_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | IM_DISEN | IM_NETHER
flags:IM_NEXUS | IM_PLASMA | NO_CONF | NO_SLEEP | NO_HOLD | NO_SLOW | NO_STUN
flags:ATTR_MULTI | FORCE_SLEEP
innate-freq:5
spells:BR_ACID | BR_CHAO | BR_COLD | BR_DARK | BR_DISE
spells:BR_ELEC | BR_FIRE | BR_GRAV | BR_INER | BR_LIGHT | BR_NETH
spells:BR_NEXU | BR_PLAS | BR_POIS | BR_SHAR | BR_SOUN | BR_TIME
spells:BR_WALL
friends:100:2d7:Same
desc:A shifting, swirling form.  It seems to be all colours and sizes and
desc: shapes, though the dominant form is that of a huge dog.  You feel very
desc: uncertain all of a sudden.

### Castle depth 75 ###

name:great wyrm of chaos
plural:great wyrms of chaos
base:ancient dragon
color:v
speed:120
hit-points:3960
hearing:40
armor-class:255
sleepiness:20
depth:75
rarity:2
experience:29000
blow:CLAW:HURT:5d12
blow:CLAW:HURT:5d12
blow:BITE:HURT:7d14
blow:BITE:HURT:7d14
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_FIRE | IM_DISEN
flags:ATTR_MULTI
innate-freq:5
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_CHAO | BR_DISE
spells:S_DRAGON | S_HI_DRAGON
desc:A massive dragon of changing form.  As you watch, it appears first fair and
desc: then foul.  Its body is twisted by chaotic forces as it strives to stay
desc: real.  Its very existence distorts the universe around it.

name:great wyrm of law
plural:great wyrms of law
base:ancient dragon
color:B
speed:120
hit-points:3960
hearing:40
armor-class:255
sleepiness:20
depth:75
rarity:2
experience:29000
blow:CLAW:HURT:5d12
blow:CLAW:HURT:5d12
blow:BITE:HURT:7d14
blow:BITE:HURT:7d14
flags:ATTR_FLICKER
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_COLD | NO_STUN
innate-freq:5
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_SHAR | BR_SOUN
spells:S_DRAGON | S_HI_DRAGON
color-cycle:fancy:law
desc:A massive dragon of powerful intellect.  It seeks to dominate the universe
desc: and despises all other life.  It sees all who do not obey it as mere
desc: insects to be crushed underfoot.


name:The Shadow Lich, Devourer of Light
base:lich
color:D
speed:130
hit-points:13000
light:-4
hearing:40
armor-class:240
sleepiness:10
depth:75
rarity:1
experience:35000
blow:TOUCH:EXP_80:8d6
blow:TOUCH:COLD:8d6
blow:TOUCH:PARALYZE:8d10
blow:TOUCH:LOSE_STR:8d4
flags:UNIQUE | MALE | NAME_COMMA | EVIL | SMART | SPIRIT | UNDEAD
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:HURT_LIGHT | IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP | REGENERATE
innate-freq:11
spell-freq:4
spells:BLIND | CONF | HEAL | SCARE | FORGET | DARKNESS
spells:BA_DARK | BA_NETH | BA_COLD
spells:BR_DARK | BR_NETH
spells:S_HI_UNDEAD | S_UNDEAD | S_WRAITH
desc:This terrifying undead sorcerer has transcended mere lichdom to become a
desc: creature of pure shadow and negative energy.  Born in the darkest corners
desc: of the Shadowfell, it consumes light itself, leaving only suffocating
desc: darkness in its wake.  The Shadow Lich feeds on the life force of the
desc: living, draining souls to fuel its blasphemous existence.  Its very touch
desc: brings paralysis and decay, and it commands legions of lesser undead to
desc: do its bidding.  Few who encounter it survive to tell the tale.

name:bronze golem
base:golem
color:o
speed:120
hit-points:3520
light:2
hearing:20
armor-class:255
sleepiness:20
depth:75
rarity:3
experience:26000
blow:HIT:HURT:10d10
blow:HIT:HURT:10d10
blow:HIT:HURT:10d10
blow:HIT:HURT:10d10
flags:DEMON | COLD_BLOOD
flags:OPEN_DOOR | BASH_DOOR
flags:IM_ACID | IM_FIRE | IM_POIS
flags:FORCE_SLEEP
innate-freq:40
spell-freq:9
spells:TELE_TO
spells:BA_ELEC | BA_FIRE
spells:BO_PLAS
spells:BR_FIRE
spells:S_DEMON
message-invis:BA_ELEC:Something rumbles.
message-invis:BA_FIRE:Something rumbles.
message-invis:BO_PLAS:Something rumbles.
desc:A gigantic four-armed animated bronze statue of demonic shape, glowing with
desc: great heat.

name:Ebondrake, the Undying Wyrm
base:ancient dragon
color:D
speed:130
hit-points:7500
light:-2
hearing:30
armor-class:210
sleepiness:20
depth:75
rarity:3
experience:55000
blow:CLAW:COLD:6d12
blow:CLAW:HURT:6d12
blow:BITE:EXP_80:8d14
blow:BITE:POISON:8d14
flags:UNIQUE | MALE | NAME_COMMA | EVIL | UNDEAD
flags:DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:BASH_DOOR | REGENERATE
flags:IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | HURT_LIGHT
innate-freq:5
spell-freq:3
spells:BRAIN_SMASH | FORGET | SCARE | DARKNESS
spells:BR_COLD | BR_POIS | BR_NETH | BR_DARK
spells:S_HI_UNDEAD | S_UNDEAD
desc:Ebondrake was once a mighty dragon who terrorized entire kingdoms, but
desc: death was not the end for this terrible beast.  Through dark necromancy,
desc: it was transformed into an undead abomination - a dracolich of immense
desc: power.  Its scales are now black as night, its eyes burn with unholy
desc: green fire, and its breath brings not flames but the chill of the grave
desc: and the darkness of the void.  It commands lesser undead and still hoards
desc: treasure with the avarice it had in life, unable to let go of its greed
desc: even in undeath.

### Castle depth 76 ###

name:master quylthulg
base:quylthulg
color:B
speed:120
hit-points:2640
hearing:30
armor-class:1
sleepiness:0
depth:76
rarity:2
experience:15000
flags:ATTR_FLICKER
spell-freq:1
spells:BLINK | TELE_TO
spells:S_ANIMAL | S_HI_DEMON | S_HI_DRAGON | S_HI_UNDEAD | S_MONSTERS
message-invis:BLINK:Something slurps.
desc:A giant seething mass of flesh, overwhelming you with monster after
desc: monster.

name:Perun, the Storm-Father
base:ainu
color:D
speed:120
hit-points:6000
hearing:30
armor-class:192
sleepiness:15
depth:76
rarity:5
experience:37000
blow:HIT:SHATTER:13d13
blow:HIT:CONFUSE:13d13
blow:HIT:SHATTER:13d13
blow:HIT:CONFUSE:13d13
flags:UNIQUE | MALE | NAME_COMMA
flags:DROP_4 | DROP_GOOD
flags:KILL_WALL | KILL_BODY
flags:IM_ACID | IM_ELEC
desc:A battle-hungry storm spirit whose iron hall rings with the clash of
desc: endless war.  When not at home, he and his sister Morana ride the
desc: thunderheads, seeking out the slaughters sown by the Dark Powers.

### Castle depth 77 ###

name:Meredoth, the Undead Sorcerer
base:lich
color:v
speed:130
hit-points:5000
hearing:20
armor-class:127
sleepiness:10
depth:77
rarity:2
experience:30000
blow:TOUCH:EXP_80:6d12
blow:TOUCH:DRAIN_CHARGES:6d12
blow:TOUCH:LOSE_DEX:6d12
blow:TOUCH:LOSE_DEX:6d12
flags:UNIQUE | MALE | NAME_COMMA
flags:DROP_4 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
spell-freq:2
spells:BLIND | BLINK | WOUND | HOLD | SCARE | BRAIN_SMASH
spells:TELE_TO | TRAPS
spells:BA_MANA | BA_NETH
spells:BO_MANA
spells:S_KIN | S_MONSTERS | S_UNDEAD
friends:100:2d4:Dread:servant
friends:40:1d2:Dreadmaster:servant
friends:10:1d2:Dreadlord:servant
friends:100:1d4:Lich:servant
friends:40:1d2:Master lich:servant
friends:10:1d2:Archlich:servant
desc:A stench of corruption and decay surrounds this sorcerer, who has clearly
desc: risen from the dead to continue his foul plots and schemes.

name:pit fiend
base:major demon
color:o
speed:130
hit-points:3520
hearing:30
armor-class:180
sleepiness:20
depth:77
rarity:3
experience:22000
blow:CLAW:FIRE:6d10
blow:CLAW:FIRE:6d10
blow:BITE:POISON:5d10
blow:BITE:LOSE_CON:5d10
flags:POWERFUL | REGENERATE
flags:DROP_4
flags:MOVE_BODY
flags:IM_FIRE | IM_POIS
innate-freq:12
spell-freq:8
spells:WOUND | SCARE
spells:BA_FIRE
spells:BR_CHAO | BR_FIRE | BR_POIS
spells:S_HI_DEMON | S_HI_DRAGON
desc:Appearing as a giant, clawed and winged humanoid with a scaly red body and
desc: massive fangs dripping a foul green liquid, the pit fiend is a dreadful
desc: enemy from the lowest depths of the hells.  They are often the commanders
desc: of vast demon armies.

name:Ulvard the Horseman
base:wraith
color:p
speed:120
hit-points:4200
hearing:90
smell:50
armor-class:72
sleepiness:10
depth:77
rarity:3
experience:33000
blow:HIT:HURT:6d9
blow:HIT:BLACK_BREATH:6d9
blow:HIT:EXP_80:4d6
blow:HIT:EXP_80:4d6
flags:UNIQUE | MALE
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
spell-freq:3
spells:BLIND | WOUND | FORGET | HOLD | SCARE
spells:BO_COLD | BO_NETH
spells:S_MONSTER | S_WRAITH
desc:A tall black cloaked wraith, he is a master of horsemanship.  He longs
desc: to taste your blood.

### Castle depth 78 ###

name:serpent of chaos
plural:serpents of chaos
base:snake
color:y
speed:130
hit-points:900
hearing:5
armor-class:145
sleepiness:30
depth:78
rarity:3
experience:17000
blow:CRUSH:HURT:15d10
blow:CRUSH:CONFUSE:15d10
flags:ATTR_MULTI | RAND_25
innate-freq:10
spell-freq:6
spells:BLINK | TELE_TO
spells:BR_CHAO
message-invis:BLINK:Something hisses.
desc:Writhing coil upon coil, this mighty spawn of chaos constantly
desc: disintegrates and reforms before your dazzled eyes.  It seeks to
desc: obliterate you utterly; beware!

name:Adaliza the Quiet
base:wraith
color:p
speed:120
hit-points:4300
hearing:90
smell:50
armor-class:72
sleepiness:10
depth:78
rarity:3
experience:34000
blow:HIT:HURT:6d9
blow:HIT:BLACK_BREATH:6d9
blow:TOUCH:EXP_80:5d6
blow:TOUCH:EXP_80:5d6
flags:UNIQUE | FEMALE
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | WOUND | FORGET | HOLD | SCARE
spells:BO_ACID | BO_COLD | BO_FIRE | BO_NETH
spells:S_MONSTER | S_WRAITH
desc:A sorceress in life, Adaliza quickly fell under the Dark Powers' sway,
desc: and not even death has released her from their service.

### Castle depth 79 ###

name:Qlzqqlzuup, the Emperor Quylthulg
base:quylthulg
color:v
speed:130
hit-points:5000
hearing:30
armor-class:1
sleepiness:0
depth:79
rarity:3
experience:20000
flags:UNIQUE | NAME_COMMA
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:ATTR_MULTI
spell-freq:1
spells:S_AINU | S_ANIMAL | S_HI_DEMON | S_HI_DRAGON | S_HI_UNDEAD | S_HOUND
spells:S_HYDRA | S_KIN | S_MONSTERS | S_SPIDER | S_UNIQUE
desc:A gigantic seething mass of flesh, Qlzqqlzuup changes colours in front of
desc: your eyes.  Pulsating first one colour then the next, it knows only it
desc: must bring help to protect itself.

name:Akhoriv the Blind
base:wraith
color:p
speed:120
hit-points:4400
hearing:90
smell:50
armor-class:84
sleepiness:10
depth:79
rarity:3
experience:35000
blow:HIT:HURT:7d9
blow:HIT:BLACK_BREATH:7d9
blow:GAZE:EXP_80:6d6
blow:WAIL:TERRIFY:6d6
flags:UNIQUE | MALE
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | WOUND | DARKNESS | HOLD | SCARE
spells:BO_COLD | BO_FIRE | BO_NETH
spells:S_MONSTERS | S_WRAITH
desc:A mighty sorcerer king, Akhoriv was blind in life.  With powerful
desc: enchantments, he created jewelled eyes that enabled him to see better than
desc: any ordinary man ever could.


########## DUNGEON LEVELS 80-89 ##########


### Castle depth 80 ###

name:fury
plural:furies
base:major demon
color:t
speed:130
hit-points:4000
hearing:30
armor-class:120
sleepiness:20
depth:80
rarity:2
experience:23000
blow:CLAW:HURT:6d8
blow:CLAW:HURT:6d8
blow:BITE:CONFUSE:5d10
blow:ENGULF:HALLU:4d10
flags:FEMALE
flags:DROP_4 | PASS_WALL
flags:IM_FIRE | IM_POIS | IM_COLD
spell-freq:4
spells:WOUND | SCARE | BRAIN_SMASH
spells:BLINK | TELE_SELF_TO
spells:S_HI_DEMON
desc:A female embodiment of rage, intent on tearing your mind and body apart.

name:great wyrm of annihilation
plural:great wyrms of annihilation
base:ancient dragon
color:v
speed:120
hit-points:5000
hearing:40
armor-class:255
sleepiness:20
depth:80
rarity:2
experience:31000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:HURT:7d14
blow:BITE:HURT:7d14
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_FIRE
flags:ATTR_MULTI
innate-freq:5
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_POIS | BR_DARK | BR_NETH | BR_CHAO | BR_TIME
spells:S_DRAGON | S_HI_DRAGON
desc:A massive dragon of hideous form.  From its shadowy aura comes the stench
desc: of the underworld.  Its body is twisted by chaotic forces as it strives
desc: to stay real.  Its very existence distorts the universe around it.

name:sky dragon
base:ancient dragon
color:B
speed:120
hit-points:5000
hearing:40
armor-class:255
sleepiness:20
depth:80
rarity:2
experience:31000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:HURT:7d14
blow:BITE:HURT:7d14
flags:ATTR_FLICKER
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_COLD | NO_STUN
innate-freq:5
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_ELEC | BR_LIGHT | BR_GRAV | BR_PLAS | BR_WALL
spells:S_DRAGON | S_HI_DRAGON
desc:A wrathful dragon, of a breed that even legends do not mention,
desc: rushing towards you like a thunderbolt.  Few ever face the wyrms
desc: of the exotic airs; fewer live to tell the tale.

name:Wiruin, the Maelstrom
base:vortex
color:z
speed:140
hit-points:3500
hearing:50
armor-class:10
sleepiness:10
depth:80
rarity:2
experience:18000
blow:ENGULF:COLD:3d6
blow:ENGULF:CONFUSE:3d6
blow:ENGULF:HURT:3d6
flags:UNIQUE | NAME_COMMA | NEVER_MOVE
flags:IM_COLD | IM_FIRE | IM_ACID
flags-off:RAND_50 | BASH_DOOR | CLEAR_WEB
innate-freq:3
spell-freq:5
spells:BR_COLD | BR_SOUN
spells:S_KIN
desc:A violent icy whirlpool, brought from the frozen wastes of the north
desc: by the Dark Powers as guard and entertainment.  Smaller vortices arise
desc: on its edges, and you feel you will never escape its deafening roar.

name:Rendrik the Unclean
base:wraith
color:p
speed:120
hit-points:4500
hearing:90
smell:50
armor-class:84
sleepiness:10
depth:80
rarity:3
experience:36000
blow:HIT:HURT:7d9
blow:HIT:BLACK_BREATH:7d9
blow:TOUCH:EXP_80:6d7
blow:WAIL:TERRIFY:6d7
flags:UNIQUE | MALE | INVISIBLE
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:IM_FIRE
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | WOUND | HOLD | SCARE
spells:BA_FIRE
spells:BO_FIRE | BO_NETH
spells:S_MONSTER | S_WRAITH
desc:Rendrik was an insane eastern king who believed himself to be the son of a
desc: volcano god.  At an early age his sanity was destroyed by a plague that
desc: wiped out his family, and he never recovered.

### Castle depth 81 ###

name:Leo Dilisnya, the Traitor Lord
base:humanoid
color:D
speed:130
hit-points:6000
hearing:70
armor-class:144
sleepiness:20
depth:81
rarity:2
experience:35000
blow:HIT:HURT:8d8
blow:HIT:POISON:8d8
blow:HIT:HURT:8d8
blow:HIT:HURT:8d8
flags:UNIQUE | MALE | NAME_COMMA | EVIL | SMART
flags:DROP_4 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:KILL_WALL | MOVE_BODY | OPEN_DOOR | BASH_DOOR
flags:IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:6
spells:SCARE | CONF | DARKNESS | DRAIN_MANA
spells:S_UNDEAD | S_HI_UNDEAD | S_DEMON | S_MONSTER | S_MONSTERS
desc:Leo Dilisnya was once a trusted advisor to Barovia's burgomasters, but
desc: his lust for power led him to make a pact with dark forces.  He poisoned
desc: his own family to inherit their wealth and betrayed his people to Strahd's
desc: forces in exchange for immortality.  Though the Dark Powers denied him the
desc: undeath he sought, they cursed him with eternal life in his corrupt mortal
desc: form.  He haunts the castle as a master of poison and treachery,
desc: commanding lesser beings to do his bidding through dark rituals.

name:Jirek Dawndeath
base:wraith
color:p
speed:120
hit-points:4600
hearing:90
smell:50
armor-class:84
sleepiness:10
depth:81
rarity:3
experience:37000
blow:HIT:HURT:8d9
blow:HIT:BLACK_BREATH:8d9
blow:TOUCH:EXP_40:6d7
blow:TOUCH:EXP_40:6d7
flags:UNIQUE | MALE | INVISIBLE
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:IM_FIRE
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | WOUND | HOLD | SCARE
spells:BA_ACID | BA_COLD | BA_ELEC | BA_FIRE | BA_NETH
spells:S_UNDEAD | S_WRAITH
desc:This wraith was a weak-minded sorcerer-king who fell easily under
desc: the sway of the Dark Powers.

### Castle depth 82 ###

name:great wyrm of balance
plural:great wyrms of balance
base:ancient dragon
color:P
speed:120
hit-points:5200
hearing:40
armor-class:255
sleepiness:20
depth:82
rarity:2
experience:33000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:HURT:7d14
blow:BITE:HURT:7d14
flags:ATTR_FLICKER
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_COLD | IM_FIRE | IM_DISEN | NO_STUN
innate-freq:5
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_CHAO | BR_DISE | BR_SHAR | BR_SOUN
spells:S_DRAGON | S_HI_DRAGON
color-cycle:fancy:balance
desc:A massive dragon, one of the mightiest of dragonkind.  It is thousands of
desc: years old and seeks to maintain the Cosmic Balance.  It sees you as an
desc: upstart troublemaker without the wisdom to control your actions.  It will
desc: destroy you.

name:great wyrm of many colours
plural:great wyrms of many colours
base:ancient dragon
color:v
speed:120
hit-points:5200
hearing:40
armor-class:255
sleepiness:20
depth:82
rarity:2
experience:33000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:HURT:7d14
blow:BITE:HURT:7d14
flags:ONLY_ITEM
flags:BASH_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS
flags:ATTR_MULTI
innate-freq:5
spell-freq:5
spells:BLIND | CONF | SCARE
spells:BR_ACID | BR_COLD | BR_ELEC | BR_FIRE | BR_POIS
spells:S_DRAGON | S_HI_DRAGON
desc:A gigantic dragon whose scales shimmer in myriad hues.

name:Pazuzu, Lord of Air
base:major demon
color:Z
speed:140
hit-points:5500
hearing:40
armor-class:150
sleepiness:10
depth:82
rarity:2
experience:30000
blow:HIT:ELEC:12d12
blow:HIT:ELEC:12d12
blow:HIT:ELEC:12d12
blow:HIT:ELEC:12d12
flags:UNIQUE | MALE | NAME_COMMA | INVISIBLE
flags:DROP_4 | DROP_GOOD
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS
spell-freq:3
spells:MIND_BLAST
spells:BA_ELEC
spells:BO_ELEC | BO_MANA
spells:S_HI_DEMON
friends:100:2d3:Giant roc:servant
desc:A winged humanoid demon, Pazuzu grins inhumanely at you as he decides
desc: your fate.

name:Dwarov, Dog Lord of the Vale
base:wraith
color:p
speed:120
hit-points:4700
hearing:90
smell:50
armor-class:108
sleepiness:10
depth:82
rarity:3
experience:38000
blow:HIT:HURT:9d9
blow:HIT:BLACK_BREATH:8d9
blow:BITE:EXP_40:6d7
blow:WAIL:TERRIFY:6d7
flags:UNIQUE | MALE | NAME_COMMA | SMART
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | WOUND | HOLD | SCARE
spells:BA_FIRE | BA_NETH
spells:S_HOUND | S_UNDEAD | S_WRAITH
desc:Dwarov had a special affinity for dogs in life, and can still command them at
desc: will.  He howls maniacally as he reaches out to destroy you.

### Castle depth 83 ###

name:Hoarfrost of Dirich
base:wraith
color:p
speed:120
hit-points:4800
hearing:90
smell:50
armor-class:120
sleepiness:10
depth:83
rarity:3
experience:39000
blow:HIT:HURT:9d9
blow:HIT:BLACK_BREATH:9d9
blow:TOUCH:EXP_80:6d7
blow:WAIL:TERRIFY:6d7
flags:UNIQUE | MALE | SMART
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:FORCE_SLEEP
spell-freq:3
spells:BLIND | WOUND | HOLD | MIND_BLAST | SCARE
spells:BA_COLD | BA_NETH
spells:BE_NETH
spells:S_UNDEAD | S_WRAITH
desc:A wraith powerful in fell sorcery, he yearns for the warm life he traded
desc: away for an unlife of everlasting torment.

name:Kiril Stoyanovich, Packmaster of Barovia
base:canine
color:m
speed:130
hit-points:7000
hearing:80
smell:50
armor-class:135
sleepiness:10
depth:83
rarity:2
experience:40000
blow:CLAW:HURT:6d8
blow:CLAW:HURT:6d8
blow:BITE:POISON:6d6
blow:BITE:HURT:6d6
flags:UNIQUE | MALE | NAME_COMMA | EVIL
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:RAND_25 | OPEN_DOOR | BASH_DOOR | MOVE_BODY | TAKE_ITEM
flags:IM_POIS | REGENERATE
flags:FORCE_SLEEP
spell-freq:3
spells:SCARE | DARKNESS
spells:S_HOUND | S_ANIMAL
friends:100:3d5:Werewolf:servant
friends:100:2d4:white wolf:servant
desc:Kiril Stoyanovich is the alpha of the werewolf pack that prowls the
desc: forests of Barovia, answering only to Strahd himself.  Cursed with
desc: lycanthropy centuries ago, he has embraced his bestial nature and revels
desc: in the hunt.  In wolf form he is a massive, savage creature with midnight
desc: black fur and eyes that burn with feral intelligence.  His pack follows
desc: him without question, and together they are a force of primal terror that
desc: stalks the night.  The lycanthropic curse spreads with every bite.

### Castle depth 84 ###

name:Radovan, the Iron Tyrant
base:wraith
color:p
speed:120
hit-points:4900
hearing:90
smell:50
armor-class:120
sleepiness:10
depth:84
rarity:3
experience:40000
blow:HIT:HURT:9d10
blow:HIT:BLACK_BREATH:9d10
blow:TOUCH:EXP_40:7d7
blow:TOUCH:EXP_40:7d7
flags:UNIQUE | MALE | NAME_COMMA | SMART
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:IM_ACID | IM_FIRE
flags:FORCE_SLEEP
spell-freq:2
spells:BLIND | WOUND | HOLD | SCARE | TELE_LEVEL
spells:BA_COLD | BA_FIRE | BA_NETH
spells:BO_MANA
spells:S_HI_UNDEAD | S_WRAITH
desc:An iron-fisted warlord of Falkovnia.  Radovan is a powerful opponent, his skill in
desc: combat awesome and his form twisted by evil cunning.

name:Cantoval, the Skeletal Lord
base:skeleton
color:W
speed:140
hit-points:7500
hearing:20
armor-class:180
sleepiness:40
depth:84
rarity:2
experience:45000
blow:GAZE:EXP_80:5d5
blow:GAZE:EXP_80:5d5
blow:TOUCH:POISON:5d5
blow:TOUCH:POISON:5d5
flags:UNIQUE | MALE | NAME_COMMA | SMART | SPIRIT | ATTR_FLICKER
flags:DROP_4 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR
flags:IM_FIRE
flags:FORCE_SLEEP
spell-freq:2
spell-power:110
spells:BRAIN_SMASH | WOUND | SCARE | TELE_TO
spells:BA_NETH | BA_WATE
spells:BO_ICE | BO_MANA
spells:S_HI_UNDEAD
desc:A legion of evil undead druj animating the skeleton of a once mighty
desc: sorcerer.  His power is devastating and his speed unmatched in the
desc: underworld.  Flee his wrath!

### Castle depth 85 ###

name:nightmare demon
base:major demon
color:v
speed:130
hit-points:4500
light:0
hearing:40
smell:30
armor-class:210
sleepiness:20
depth:85
rarity:3
experience:25000
blow:HIT:COLD:8d12
blow:HIT:TERRIFY:8d12
blow:CRUSH:HURT:9d12
blow:TOUCH:EXP_80:6d8
flags:POWERFUL | EVIL | ATTR_FLICKER
flags:DROP_4
flags:MOVE_BODY
flags:IM_COLD | IM_POIS
innate-freq:5
spell-freq:4
spells:HORROR | CONF | SCARE | BRAIN_SMASH
spells:BA_DARK | BA_NETH | BO_NETH
spells:DARKNESS
spells:S_HI_DEMON | S_UNDEAD
desc:A towering fiend of pure nightmare, this creature manifests the darkest
desc: fears of mortal minds.  It feeds on terror and despair, growing stronger
desc: with each scream of horror it provokes.  In the Domains of Dread, these
desc: demons serve as enforcers of the Dark Powers, punishing those who would
desc: attempt escape.  Its touch drains the very life essence from its victims,
desc: leaving only empty husks behind.

name:Vlad Drakov, the Darklord of Falkovnia
base:person
color:s
speed:130
hit-points:5000
hearing:90
smell:50
armor-class:144
sleepiness:10
depth:85
rarity:3
experience:60000
blow:HIT:HURT:12d10
blow:HIT:HURT:12d10
blow:HIT:HURT:10d10
blow:KICK:HURT:8d8
flags:UNIQUE | MALE | SMART | EVIL
flags:DROP_4 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY | SMASH_WALL
flags:FORCE_SLEEP
spell-freq:2
spells:HORROR | BRAIN_SMASH | WOUND | HOLD | SCARE | TELE_AWAY
spells:BO_FIRE | BO_MANA
spells:S_DEMON | S_UNDEAD | S_MONSTERS
friends:100:2d3:soldier:servant
desc:Vlad Drakov, the merciless Darklord of Falkovnia, is a brutal warlord who
desc: has conquered and slaughtered his way across countless battlefields.  His
desc: cruelty knows no bounds - he orders mass executions for sport and rules
desc: through terror and intimidation.  Though mortal, his skill in combat is
desc: legendary, and the Dark Powers have cursed him with eternal life to witness
desc: his kingdom's decay.  No matter how many wars he wins, his domain crumbles
desc: around him, and his people despise him.  His burning ambition to build an
desc: empire is forever thwarted by the Mists.  Clad in blackened armor and
desc: wielding a massive greatsword, he crushes all who oppose him with savage
desc: brutality.  The screams of his victims echo through the mists of Falkovnia.

name:Khirad, Shadow Wyrm of the Mists
base:ancient dragon
color:D
speed:130
hit-points:10000
hearing:40
armor-class:255
sleepiness:20
depth:85
rarity:3
experience:45000
blow:CLAW:HURT:8d12
blow:CLAW:HURT:8d12
blow:BITE:COLD:10d14
blow:BITE:HURT:10d14
flags:UNIQUE | MALE | NAME_COMMA | EVIL | UNDEAD
flags:DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:BASH_DOOR | SMASH_WALL
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS
innate-freq:4
spell-freq:10
spells:HORROR | BR_ACID | BR_COLD | BR_ELEC | BR_FIRE | BR_POIS | BR_DARK
spells:BA_DARK | BA_MANA
spells:S_HI_DRAGON | S_KIN | S_HI_UNDEAD
friends:100:1d1:Kavlax the Many-Headed
friends:100:1d1:Ebonbane, the Frozen Wyrm
friends:100:1d1:Itangast the Fire Drake
friends:100:1d1:Charfire the Crimson Devourer
friends:100:1d1:Ebondrake, the Undying Wyrm
desc:Khirad, the Shadow Wyrm of the Mists, is the greatest and most terrible of
desc: all dragonkind in the Domains of Dread. Born from darkness and undeath, this
desc: massive dracolich serves as the Dark Powers' ultimate enforcer. Its power is
desc: so immense that even the darklords fear its wrath. The beating of its wings
desc: brings forth the Mists themselves, and its shadow eclipses entire domains.

### Castle depth 86 ###

name:The Tarrasque
base:reptile
color:v
speed:130
hit-points:8500
hearing:50
smell:20
armor-class:222
sleepiness:20
depth:86
rarity:2
experience:35000
blow:HIT:HURT:10d10
blow:HIT:HURT:10d10
blow:TOUCH:DRAIN_CHARGES
blow:TOUCH:DRAIN_CHARGES
flags:UNIQUE | POWERFUL
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:IM_COLD | IM_FIRE | IM_DISEN | NO_CONF | NO_SLEEP | NO_HOLD
flags:ATTR_MULTI | FORCE_SLEEP
flags-off:HURT_COLD
innate-freq:2
spells:BR_COLD | BR_DISE | BR_FIRE
desc:The Tarrasque is a massive reptile of legend, rumoured to be unkillable and
desc: immune to magic.  Fear its anger, for its devastation is unmatched!

### Castle depth 87 ###

name:Morana, the Bloody
base:ainu
color:r
speed:120
hit-points:7000
hearing:30
armor-class:180
sleepiness:15
depth:87
rarity:3
experience:42000
blow:HIT:CONFUSE:12d12
blow:HIT:CONFUSE:12d12
blow:HIT:CONFUSE:12d12
blow:HIT:CONFUSE:12d12
flags:UNIQUE | FEMALE | NAME_COMMA
flags:DROP_4 | DROP_GOOD
flags:MOVE_BODY
flags:IM_ACID | IM_ELEC | NO_STUN
innate-freq:6
spell-freq:5
spells:HEAL | HEAL_KIN
spells:BOULDER
spells:BA_SHAR | BR_SOUN
spells:S_KIN | S_MONSTERS
friends:50:1d4:spirit of the hunt:servant
friends:50:1d4:spirit of the forge:servant
friends:50:1d3:Lesser titan:servant
friends:50:1d2:Greater titan:servant
friends:100:1d1:Perun, the Storm-Father
desc:Sister of Perun the Storm-Father, she would shout encouragement to the
desc: warriors of their hall and heal their wounds so they could battle on,
desc: until her arms were reddened to the elbow.  Morana is delighted by
desc: all violence, and recruits any beings of like abilities to her service.


### Castle depth 88 ###

name:Lord Soth, the Death Knight
base:person
color:s
speed:130
hit-points:8000
light:1
hearing:40
armor-class:187
sleepiness:0
depth:95
rarity:2
experience:45000
blow:HIT:HURT:12d12
blow:HIT:FIRE:10d12
blow:HIT:HURT:12d12
blow:TOUCH:EXP_80:8d8
flags:UNIQUE | MALE | NAME_COMMA | POWERFUL | EVIL | SMART | UNDEAD
flags:DROP_4 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:MOVE_BODY | BASH_DOOR | SMASH_WALL
flags:IM_FIRE | IM_COLD | IM_POIS | REGENERATE
flags:NO_CONF | NO_SLEEP | NO_FEAR
flags:FORCE_DEPTH
innate-freq:8
spell-freq:4
spells:HORROR | BLIND | SCARE | WOUND | BRAIN_SMASH
spells:BA_FIRE | BA_DARK
spells:BO_NETH
spells:S_HI_UNDEAD | S_UNDEAD | S_WRAITH
friends:100:1d13:banshee:servant
desc:Lord Soth, the Death Knight of Dargaard Keep, was once a noble Knight of
desc: Solamnia who fell from grace through betrayal and murder.  He allowed his
desc: wife and infant son to perish in flames while he pursued his own dark
desc: desires.  For this crime, he was cursed by the gods to eternal undeath,
desc: forced to relive his sins each night.  Thirteen banshees follow him,
desc: singing an eternal dirge of his crimes and the innocent lives lost by his
desc: hand.  Clad in blackened plate armor and wielding a flaming greatsword,
desc: he radiates an aura of despair so profound that strong warriors flee before
desc: him.  His eyes burn with hellfire in the empty sockets of his skull.  He
desc: serves no master but his own torment, a cursed monument to fallen honor.


########## DUNGEON LEVELS 90-100 ##########


### Castle depth 90 ###

name:Zhukar, the Dread Hound
base:canine
color:W
speed:130
hit-points:8000
hearing:50
smell:50
armor-class:192
sleepiness:10
depth:90
rarity:1
experience:40000
blow:CLAW:COLD:9d12
blow:CLAW:COLD:9d12
blow:BITE:COLD:9d12
blow:BITE:COLD:9d12
flags:UNIQUE | MALE | NAME_COMMA | SMART | ATTR_FLICKER
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | KILL_BODY
flags:IM_ACID | IM_COLD | IM_ELEC | NO_FEAR | NO_CONF | NO_SLEEP | NO_HOLD | NO_STUN
flags:FORCE_SLEEP
innate-freq:5
spells:BR_COLD | BR_LIGHT | BR_SHAR | BR_SOUN
desc:A legendary hound of infernal origin, Zhukar has served many masters through
desc: the ages, from ancient heroes to fallen lords. Now he runs wild and
desc: acknowledges no master save himself, as he hunts alone seeking worthy prey
desc: in the mist-shrouded domains.

name:Harkon Lukas, the Wolfwere Darklord
base:canine
color:D
speed:130
hit-points:8000
light:0
hearing:50
smell:50
armor-class:192
sleepiness:10
depth:90
rarity:1
experience:40000
blow:CLAW:HURT:9d12
blow:CLAW:HURT:9d12
blow:BITE:POISON:9d12
blow:BITE:HURT:9d12
flags:UNIQUE | MALE | NAME_COMMA | EVIL | SMART
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD | REGENERATE
flags:FORCE_SLEEP
innate-freq:3
spell-freq:15
spells:HORROR | SCARE | CONF | DARKNESS | FORGET
spells:DRAIN_MANA | TPORT | BLINK
spells:S_HOUND | S_ANIMAL
desc:Harkon Lukas is no mere werewolf - he is a wolfwere, a wolf who takes
desc: human form rather than the reverse.  The darklord of Kartakass, he
desc: appears as a charismatic bard and musician in human guise, using his
desc: supernatural charm to manipulate entire kingdoms.  In his true lupine
desc: form, he is a massive black wolf of terrifying aspect.  Immortal,
desc: cunning, and utterly ruthless, he views all other beings as either prey
desc: or pawns in his eternal games of manipulation and murder.

### Castle depth 92 ###

name:Vecna, the Emperor Lich
base:lich
color:p
speed:130
hit-points:6000
hearing:100
armor-class:120
sleepiness:0
depth:92
rarity:3
experience:45000
blow:HIT:EXP_80:7d12
blow:HIT:LOSE_DEX:7d12
blow:HIT:DRAIN_CHARGES:7d12
blow:HIT:DRAIN_CHARGES:7d12
flags:UNIQUE | MALE | NAME_COMMA
flags:DROP_4 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:IM_ELEC | IM_FIRE
spell-freq:2
spells:BLIND | WOUND | SCARE | TPORT | BRAIN_SMASH
spells:BA_FIRE | BA_MANA | BA_NETH
spells:BO_MANA
spells:S_HI_DEMON | S_HI_UNDEAD | S_KIN | S_MONSTERS
friends:50:1d3:mummified chieftain:servant
friends:50:1d3:Skeleton etten:servant
friends:50:1d3:Night mare:servant
friends:30:1d2:Dreadlord:servant
friends:40:1d2:Archlich:servant
friends:30:1d2:Nightwing:servant
friends:30:1d2:Nightcrawler:servant
friends:20:1d2:Nightwalker:servant
friends:20:1d2:Bone golem:servant
friends:20:1d2:Black reaver:servant
desc:The greatest of all undead sorcerers, even the gods once feared him.  This
desc: ancient shadow of death wilts every living thing it passes.

### Castle depth 95 ###

name:storm of Unmagic
plural:storms of Unmagic
base:vortex
color:v
speed:140
hit-points:600
hearing:50
armor-class:48
sleepiness:0
depth:95
rarity:5
experience:17000
blow:ENGULF:EXP_80:5d7
blow:ENGULF:DRAIN_CHARGES:5d7
blow:ENGULF:DISENCHANT:5d7
blow:ENGULF:LOSE_ALL:5d7
flags:KILL_WALL
flags:IM_DISEN
flags:ATTR_MULTI
innate-freq:3
spells:BR_CHAO | BR_DISE | BR_TIME
desc:Howling through the disintegrating castle, this whirlpool of Unmagic rips
desc: the enchantments from everything it touches.

name:Anna Petrovna, the Blood Countess
base:vampire
color:D
speed:130
hit-points:8000
light:-2
hearing:100
armor-class:168
sleepiness:0
depth:95
rarity:1
experience:43000
blow:HIT:FIRE:9d12
blow:HIT:HURT:9d12
blow:TOUCH:COLD:8d12
blow:TOUCH:TERRIFY:6d6
flags:UNIQUE | MALE | NAME_COMMA | POWERFUL | EVIL | UNDEAD
flags:DROP_4 | DROP_GOOD | DROP_GREAT
flags:MOVE_BODY | SMASH_WALL | OPEN_DOOR | BASH_DOOR
flags:IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:HURT_LIGHT | REGENERATE
innate-freq:8
spell-freq:4
spells:BLIND | CONF | SCARE | DARKNESS | FORGET
spells:BA_FIRE | BA_COLD | BA_NETH
spells:BO_NETH | BO_MANA
spells:S_HI_UNDEAD | S_UNDEAD | S_WRAITH
friends:100:1d3:vampire:servant
friends:50:1d2:master vampire:servant
friends-base:30:1d2:wraith:servant
desc:The Blood Countess kept her beauty the old way: in the opened veins of
desc: a hundred stolen daughters.  Death has only refined her appetites.  Now
desc: she stalks the Domains of Dread as one of their most terrible vampires,
desc: her gown forever wet at the hem, attended by a court of lesser undead
desc: who adore and dread her in equal measure.

### Castle depth 99 - The Lich-King of Darkon ###

name:Azalin Rex, The Wizard-King
base:lich
color:W
speed:130
hit-points:9000
hearing:100
armor-class:180
sleepiness:0
depth:99
rarity:1
experience:50000
blow:TOUCH:EXP_80:12d10
blow:TOUCH:COLD:10d10
blow:HIT:HURT:10d12
blow:TOUCH:PARALYZE:8d10
flags:UNIQUE | QUESTOR | MALE | NAME_COMMA | EVIL | SMART | UNDEAD
flags:DROP_4 | DROP_GOOD | DROP_GREAT
flags:MOVE_BODY | OPEN_DOOR
flags:IM_COLD | IM_POIS | NO_FEAR | HURT_LIGHT
flags:NO_CONF | NO_SLEEP
flags:FORCE_DEPTH
spell-freq:2
spell-power:135
spells:HORROR | BRAIN_SMASH | FORGET | WOUND | TELE_LEVEL | TPORT | BLINK
spells:BA_NETH | BA_COLD | BA_DARK | BA_MANA
spells:BO_NETH | BO_MANA | BO_COLD | BO_ACID
spells:DRAIN_MANA | DARKNESS | TRAPS
spells:S_HI_UNDEAD | S_UNDEAD | S_WRAITH | S_UNIQUE | S_DEMON
friends:100:1d3:lich:servant
friends:100:1d2:demilich:servant
desc:Once the mortal wizard Firan Zal'honan, Azalin Rex is now an ancient and
desc: terrible lich of unmatched arcane power.  The former Darklord of Darkon,
desc: he was trapped by the Mists for centuries, his genius mind imprisoned in
desc: undeath, unable to learn new magic despite his insatiable thirst for
desc: knowledge.  His mastery of necromancy is absolute, and his phylactery has
desc: never been found.  Cold, calculating, and utterly ruthless, Azalin sees
desc: all living beings as mere pawns in his endless quest to escape the Mists
desc: and regain his lost mortality.  His skeletal form radiates an aura of
desc: death, and his eyes burn with an unholy intelligence that has endured
desc: through the centuries.

### Castle depth 100 - The Master of Castle Ravenloft ###

name:Strahd von Zarovich, The Ancient
base:vampire
color:R
speed:140
hit-points:18000
hearing:100
armor-class:180
sleepiness:0
depth:100
rarity:1
experience:60000
blow:BITE:LOSE_CON:15d12
blow:BITE:EXP_80:15d10
blow:HIT:HURT:15d10
blow:TOUCH:EXP_80:10d10
flags:UNIQUE | QUESTOR | MALE | NAME_COMMA | EVIL | SMART | REGENERATE | UNDEAD
flags:DROP_4 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:SMASH_WALL | MOVE_BODY | ATTR_FLICKER | OPEN_DOOR
flags:IM_COLD | IM_POIS | NO_FEAR | HURT_LIGHT
flags:NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_DEPTH | FORCE_SLEEP
spell-freq:2
spell-power:120
spells:HORROR | BRAIN_SMASH | SCARE | DARKNESS
spells:BA_NETH | BA_DARK
spells:BO_NETH | BO_MANA
spells:DRAIN_MANA | FORGET | WOUND
spells:S_HI_UNDEAD | S_UNDEAD | S_DEMON | S_UNIQUE | S_MONSTER
desc:Count Strahd von Zarovich, The Ancient, is the first and most powerful
desc: of the vampire lords, cursed to rule over Barovia for eternity.  Once a
desc: proud warrior, he made a dark bargain with forces beyond mortal
desc: comprehension to achieve immortality, but the price was his soul and his
desc: eternal damnation.  Now he is a creature of nightmare, trapped in Castle
desc: Ravenloft by the Mists, forever pursuing his lost love Tatyana who is
desc: reborn generation after generation, only to die before his eyes.  His
desc: hypnotic gaze can steal your will, his bite can drain your very life
desc: essence, and his mastery of shadow magic is unmatched.  The Dark Powers
desc: themselves bend to his whims.  None have ever truly defeated him, for
desc: even in death he rises again, eternal and undying.
