﻿# 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
# 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.

# 'desc' is for description. As many desc: lines may be used as are needed to
# describe the monster. Leading whitespace will be removed, and a single space
# will be added between desc: lines.

# 'drop' lines create possible drops for specific monsters. If any drop lines
# are present, the monster will drop *only* items from its drop lines.
# Each item has its percent chance rolled for individually.

# '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 targetted 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 targetted 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 targetting 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 #####

### Dungeon level 0 ###

name:filthy street 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:He looks squalid and thoroughly revolting.

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:Farmer Maggot
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
desc:He's lost his dogs.  He's had his mushrooms stolen.  He's not a happy
desc: hobbit!

name:blubbering idiot
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 tends to blubber a lot.

name:boil-covered wretch
plural:boil-covered 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:Ugly doesn't begin to describe 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 comical, but then, what do you expect?

name:pitiful-looking 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:You just can't help feeling sorry for him.

name:mangy-looking 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:You feel it isn't safe to touch him.

name:squint-eyed rogue
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:A hardy, street-wise crook that knows an easy catch when it sees one.

name:singing, happy drunk
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:He makes you glad to be sober.

name:aimless-looking merchant
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 street urchin
desc:The typical ponce around town, with purse jingling, and looking for more
desc: amulets of adornment to buy.

name:mean-looking mercenary
plural:mean-looking mercenaries
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:No job is too low for him.

name:battle-scarred veteran
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:He doesn't take to strangers kindly.

name:red-hatted elf
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:It's Yuletide and this elf has had a few too many.

name:Father Christmas
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:It's Saint Nick, out delivering presents to the town urchins.

### Dungeon level 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 icky 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, slimy, icky creature.

name:clear icky 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, slimy, icky, blobby creature.

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:wild dog
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:It is a yapping snarling dog, 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.

### Dungeon level 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 icky 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, slimy, icky, hungry creature.

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 yeek
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 small humanoid figure.

name:Grip, Farmer Maggot's Dog
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
flags:RAND_25 | BASH_DOOR
flags:NO_CONF | NO_SLEEP
desc:A rather vicious dog belonging to Farmer Maggot.  It thinks you are
desc: stealing mushrooms.

name:Fang, Farmer Maggot's Dog
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
flags:RAND_25 | BASH_DOOR
flags:NO_CONF | NO_SLEEP
desc:A rather vicious dog belonging to Farmer Maggot.  It thinks you are
desc: stealing mushrooms.

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:wild 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 larger than normal feline, hissing loudly.  Its velvet paws conceal a
desc: fistful of needles.

name:crow
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:It is a hooded crow, gray except for the black wings and head.

### Dungeon level 3 ###

name:Sméagol
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:Usually known as Gollum.  He's been sneaking, and he wants his 'precious.'

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:It is a ghastly, ghostly form.

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
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
desc:It's a large pile of yellow flesh.

name:scruffy looking hobbit
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 dungeon floor.

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:radiation 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, crackling with energy.

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.

### Dungeon level 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.

### Dungeon level 5 ###

name:Bullroarer the Hobbit
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 hobbit:servant
desc:He is a sturdy hobbit who is renowned for his unusual strength and vigour.
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 icky 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, slimy, icky, nasty creature.

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...

### Dungeon level 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 dungeon floor.

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: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:snaga
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:Crow
friends:100:2d9:Same
desc:He is one of the many weaker 'slave' orcs, often mistakenly known as a
desc: goblin.

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.

### Dungeon level 7 ###

name:crow of Durthang
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
desc:A crook-beaked bird with bedraggled black feathers.  It mocks you, and you
desc: realise that its scorn can kill.

name:cave orc
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:snaga
friends:100:2d6:Same
desc:He is often found in huge numbers in deep caves.

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: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 icky 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, slimy, icky, acidic creature.

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.

name:eastern dwarf
plural:eastern 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: Morgoth.

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:Mughash 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.

### Dungeon level 8 ###

name:Wormtongue, Agent of Saruman
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 | 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:He's been spying for Saruman.  He is a snivelling wretch with no morals and
desc: disgusting habits.

name:Lagduf, the Snaga
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
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
friends:80:2d7:Wolf
friends:100:5d4:snaga:servant
desc:A captain of a regiment of weaker orcs, Lagduf keeps his troop in order
desc: with displays of excessive violence.

name:sentry yeek
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 strange small humanoid 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 dungeon floor.

name:skeleton orc
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 orc 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:orc 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 orc 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.

### Dungeon level 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:yeti
plural:yeti
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 large white figure covered in shaggy fur.

name:bloodshot icky 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
desc:It is a strange, slimy, icky creature.

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:orc 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:An orc 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:Brodda, the Easterling
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
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR
desc:A nasty piece of work, Brodda 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 appears to have made its home in this cave.  It is hungry, and
desc: you are trespassing in its territory.



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



### Dungeon level 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:Orfax, Son of Boldor
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 | 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:Sentry yeek:servant
friends:100:2d5:Blue yeek:servant
friends:50:1d3:Master yeek:servant
desc:He's just like his daddy!  He knows mighty spells, but fortunately he is a
desc: yeek.

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:Grishnákh, the Hill Orc
base:orc
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:HURT:1d12
blow:HIT:HURT:1d10
flags:UNIQUE
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
friends:50:2d5:snaga:servant
friends:80:2d7:Wolf
friends:100:5d4:Hill orc:servant
desc:He is a cunning and devious orc with a chaotic nature.

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 dungeon floor.

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 dungeon floor.

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 inhabits dark caves.

name:tengu
plural:tengu
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:It is a fast-moving demon that blinks quickly in and out of existence; no
desc: other demon 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.

### Dungeon level 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.  It looks weird.

name:zombified orc
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 orcish corpse leaving behind a trail of flesh.

name:drúadan 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 mage of short stature with stumpy legs and a wispy beard.

name:old forest 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 that seems to be watching you.

### Dungeon level 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
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
desc:It is a disgusting mass of dark worms, eating each other, the floor, the
desc: air, you....

name:Golfimbul, the Hill Orc Chief
base:orc
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:HURT:1d10
blow:HIT:HURT:1d10
flags:UNIQUE
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
flags:IM_COLD | IM_ELEC | IM_FIRE | IM_POIS
friends:50:4d4:snaga:servant
friends:80:2d7:Warg
friends:100:5d4:Hill orc:servant
friends:100:1d1:Bullroarer the Hobbit
friends:100:1d1:Grishnákh, the Hill Orc
desc:A leader of a band of raiding orcs, he picks on hobbits.

name:master yeek
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 small humanoid that radiates some 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
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.

### Dungeon level 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:Boldor, King of the Yeeks
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 | 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:Sentry yeek:servant
friends:100:2d6:Blue yeek:servant
friends:100:2d4:Master yeek:servant
friends:100:1d1:Orfax, Son of Boldor
desc:A great yeek, powerful in magic and sorcery, but a yeek 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 orcs.

name:creeping mithril coins
plural:piles of creeping mithril 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 mithril coins that doesn't like being
desc: picked up.
mimic:gold:mithril

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:orc 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.

### Dungeon level 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:Ufthak of Cirith Ungol
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:orc archer
friends:100:4d4:snaga
friends:100:3d4:cave orc
desc:A strong orc guarding the pass of Cirith Ungol.  He is mortally afraid of
desc: spiders.

name:blue icky 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
desc:It is a strange, slimy, icky creature, 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 shambling humanoid monster with long scars.

name:warg
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 dungeon floor, trapping its
desc: victims by enveloping them within its perfectly disguised form.

### Dungeon level 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 orc-like 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
desc:Yum!  It looks quite tasty.  It seems 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-orc
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:Warg
friends:50:1d2:orc tracker
friends:100:4d4:Same
desc:He is a hideous deformed cross-breed with man and orc, combining man's
desc: strength and cunning with orcish evil.  The traitorous wizard Saruman is
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: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.

### Dungeon level 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:Ulfast, Son of Ulfang
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 | EVIL
flags:DROP_60 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
friends:60:1d3:warrior:servant
desc:A short and swarthy Easterling.

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:uruk
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-orc
friends:80:2d5:Warg
friends:50:1d2:orc tracker
friends:50:1d2:orc archer
friends:100:3d3:Same
desc:A cunning orc 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:craban
plural:crebain
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.

### Dungeon level 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 troll
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:He is green skinned, ugly and stupid.

name:Nár, the Dwarf
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
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 the dwarven king Thrór, he went mad with grief
desc: after Thrór's death at the hands of Azog the Orc.  With torn beard and
desc: ragged clothes, he seems to have fixed on you as a convenient target to
desc: 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:OPEN_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.

### Dungeon level 18 ###

name:hummerhorn
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:orc 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:Warg
friends:80:1d2:orc tracker:servant
friends:80:1d4:orc archer:servant
friends-base:50:1d5:orc:servant
friends-base:50:1d5:orc:servant
friends-base:50:1d5:orc:servant
desc:An armoured orc 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:blink dog
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
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.

### Dungeon level 19 ###

name:Shagrat, the Orc Captain
base:orc
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
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
friends:50:3d4:snaga:servant
friends:80:2d4:cave orc:servant
friends:80:1d2:orc tracker:servant
friends:100:1d2:orc archer:servant
friends:100:2d4:uruk:servant
desc:He is an orc of power and great cunning, leader of the garrison at Cirith
desc: Ungol.

name:Gorbag, the Orc Captain
base:orc
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
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
friends:50:3d4:snaga:servant
friends:80:2d4:cave orc:servant
friends:80:1d2:orc tracker:servant
friends:100:1d2:orc archer:servant
friends:100:2d4:uruk:servant
desc:He is an orc of power and great cunning, leader of the garrison at Minas
desc: Morgul.

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 dungeon floor; it seems to burn with
desc: flame.

name:Old Man Willow
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 tree, ruler of the Old Forest. He despises
desc: trespassers in his territory.  "...a huge willow-tree, old and hoary.
desc:  Enormous it looked, its sprawling branches going up like racing arms
desc: with many long-fingered hands, its knotted and twisted trunk gaping in
desc: wide fissures that creaked faintly as the boughs moved."

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


### Dungeon level 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 talons
desc: fill its foes with terror as it seeks to rend flesh from bone with
desc: unbridled ferocity.

name:Mirkwood 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 Mirkwood forest.  Cunning and evil, it
desc: seeks to taste your juicy insides.

name:Bolg, Son of Azog
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 | MOVE_BODY
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
friends:50:3d4:cave orc:servant
friends:80:2d7:Warg
friends:100:2d2:orc tracker
friends:100:4d2:orc archer
friends:100:4d4:Uruk:bodyguard
desc:A large and powerful orc, he looks just like his father.  He is tall and
desc: fast, but fortunately blessed with orcish brains.

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:OPEN_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 around the dungeon.  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
desc:It is a strange pulsing mound of flesh.

name:sasquatch
plural:sasquatches
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 glow with manly 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:eastern dwarf:servant
friends:70:1d2:stonefoot warrior:servant
friends:50:1d1:blacklock mage:servant
friends:50:1d1:ironfist priest:servant
desc:A leader of Morgoth's eastern 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:Easterling 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:Easterling champion
friends:50:1d1:rogue
friends:50:1d2:Illusionist
friends:50:1d2:Priest
friends:50:1d1:Ranger
desc:A warrior for a holy cause.  Unfortunately, his god is not yours, and
desc: there is rivalry even between the various gods of Good, so he is your
desc: enemy.

### Dungeon level 21 ###

name:Lugdush, the Uruk
base:orc
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
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
friends:50:3d4:Half-orc:servant
friends:80:2d7:Warg
friends:50:1d3:Orc captain
friends:100:4d4:Uruk:servant
desc:A large and powerful orc, captain of one of Saruman's orcish regiments.

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 orc
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 an orcish figure covered in wrappings.

### Dungeon level 22 ###

name:neekerbreeker
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:Believed to be an evil relative of the cricket, this creature gets its name
desc: from its incessant squeaking, which can best be described as "neek-breek,
desc: neek-breek".  The noise can drive people frantic, and worse still, can be
desc: heard for quite some distance, alerting other monsters to your presence.

name:Uglúk, the Uruk
base:orc
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 | MOVE_BODY
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
friends:50:2d4:Half-orc:servant
friends:80:2d5:Warg
friends:100:4d4:Uruk:bodyguard
friends:80:1d3:Orc captain:servant
friends:100:1d1:Lugdush, the Uruk:servant
desc:A strong and cunning orc warrior, the commander of Saruman's orcish horde.

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
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!



### Dungeon level 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
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
desc:It is a strangely moving puddle.

name:Easterling 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:Azog, Enemy of the Dwarves
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 | MOVE_BODY
flags:DROP_2 | DROP_GOOD | ONLY_ITEM
friends:50:3d4:cave orc:servant
friends:80:2d7:Warg
friends:100:2d2:orc tracker
friends:100:4d2:orc archer
friends:100:4d4:Uruk:bodyguard
friends:50:1d3:Orc captain:servant
friends:100:1d1:Bolg, son of Azog
desc:A great orc with a huge iron-clad head, agile and strong.  He is notorious
desc: for starting the War of the Dwarves and Orcs by killing Durin's heir,
desc: Thrór.

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:Easterling 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.

### Dungeon level 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:Ibun, Son of Mîm
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
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 the Petty-Dwarves.  Ibun is a tricky sorcerous little
desc: being, full of mischief.

name:Khîm, Son of Mîm
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
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 the Petty-Dwarves.  Khîm 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:OPEN_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:Sangahyando of Umbar
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:Angamaitë of Umbar
desc:A Black Númenórean with a blacker heart.

name:Angamaitë of Umbar
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:Sangahyando of Umbar
desc:A Black Númenórean who hates the men of the west.

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.

### Dungeon level 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:pukelman
plural:pukelmen
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
desc:A stumpy figure carved from stone, with glittering eyes, this sentinel
desc: strides towards you with deadly intent.

name:stone troll
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:He is a large, lumpish troll with 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.

### Dungeon level 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:3
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 dungeon - so brightly that you can
desc: 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:Ulwarth, Son of Ulfang
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 | EVIL
flags:DROP_60 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
friends:60:2d3:Easterling champion:servant
friends:100:1d1:Ulfast, Son of Ulfang
desc:A short and swarthy Easterling.

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 orc-like 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
friends:100:2d4:Wolf:servant
friends:60:2d4:White wolf:servant
friends:60:2d4:Warg: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.

### Dungeon level 27 ###

name:Mîm, Betrayer of Turin
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 | 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:Ibun, Son of Mîm
friends:100:1d1:Khîm, Son of Mîm
desc:The last of his race, Mîm is a Petty-Dwarf.  Petty-Dwarves are strange
desc: creatures, powerful in sorcery and originating in the East.  They have
desc: been hunted nearly to extinction by the High Elves.

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:troll scavenger
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 Troll
friends:100:3d3:Same
desc:A powerful, man-eating troll, 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:It is a humanoid with an aura of power.  You notice a sharp set of front
desc: 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 dungeon floor, glowing and crackling with
desc: sparks.

### Dungeon level 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: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:southron assassin
desc:A hulking figure encased in deep black plate armour; he looks at you
desc: menacingly.

name:Uldor 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 from the East.  Having once sworn allegiance to the
desc: sons of Fëanor, it was Uldor's treachery that turned the tide of the
desc: Battle of Unnumbered Tears in Morgoth'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 mage of some power - you can tell by the size of his hat.

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:Draebor, the Imp
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 | 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:An intensely irritating git of a monster.

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 troll
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:He is a white troll with shaggy fur and powerfully clawed hands.

name:bat of Gorgoroth
plural:bats of Gorgoroth
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:Beorn, the Shape-Changer
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 | SMART | SPIRIT
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:Beorn, the Mountain Bear
desc:Beorn is only occasionally seen in human form these days, preferring to
desc: appear in the shape of a giant black bear: 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:Beorn, the Mountain Bear
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 | ANIMAL | SMART | SPIRIT
flags:MOVE_BODY
desc:Beorn in his form as a great black bear of the mountains, grown to
desc: giant-size in wrath.  The roar of his voice is like drums, and no weapon
desc: seems to bite upon him.

### Dungeon level 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 Land of the Seven Rivers, whose woodcraft was such that a
desc: stranger might pass through their land 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:catoblepae
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 ##########


### Dungeon level 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:mithril 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 mithril.  It looks expensive!

name:skeleton troll
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 troll skeleton animated by dark dweomers.

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 orc
friends:20:1d3:Zombified human
friends:40:1d3:Mummified orc
friends:40:1d3:Mummified human
friends:40:1d3:Mummified troll
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:Bert the Stone Troll
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:Tom the Stone Troll
friends:100:1d1:Bill the Stone Troll
desc:Big, brawny, powerful and with a taste for hobbit.  He has friends called
desc: Bill and Tom.

name:Bill the Stone Troll
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:Bert the Stone Troll
friends:100:1d1:Tom the Stone Troll
desc:Big, brawny, powerful and with a taste for hobbit.  He has friends called
desc: Bert and Tom.

name:Tom the Stone Troll
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:Bert the Stone Troll
friends:100:1d1:Bill the Stone Troll
desc:Big, brawny, powerful and with a taste for hobbit.  He has friends called
desc: Bert and Bill.

### Dungeon level 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:huorn
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 become entish, or maybe an ent which has become tree-ish.


### Dungeon level 32 ###

name:serpent 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
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
desc:It is a very unstable, strange pulsing mound of flesh.

name:southron 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 man of Harad 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.

### Dungeon level 33 ###

name:drúadan 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 short, stocky man with an uncanny connection with nature.

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:OPEN_DOOR | BASH_DOOR | 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 troll
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 troll
friends:30:1d5:troll scavenger
friends:100:3d3:Same
desc:He is a vicious monster, 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:It is a ghostly nightmare of an entity.

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 troll.

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.

### Dungeon level 34 ###

name:troll 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 troll who is so bright he knows how to read.

name:Maia
plural:Maiar
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:One of the first children of Eru, currently human-like in form, its body
desc: shining with glorious light.  Whether this being has taken allegiance to
desc: Morgoth 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:troll 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 troll 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:southron assassin
desc:Cool and confident, fast and lithe; protect your possessions quickly!

name:Ulfang 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:Mûmak
friends:100:3d3:Easterling champion:bodyguard
friends:100:1d1:Ulfast, Son of Ulfang
friends:100:1d1:Ulwarth, Son of Ulfang
desc:A short and swarthy Easterling dressed in black.  He and his three sons
desc: once openly swore allegiance to the High Elves, but were secretly in the
desc: pay of Morgoth.

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 robes.  It radiates vastly evil 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.

### Dungeon level 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:Lokkak, the Ogre 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 | 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, Lokkak quickly became the
desc: leader of a large band of violent ogres.

name:hill troll
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:Clad only in close-fitting mesh of horny scales (unless that is his skin)
desc: this troll strides toward you roaring like a beast, wielding a heavy
desc: 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 dungeon floor buckles as if struck by a
desc: powerful blow as it stalks towards you.

name:mûmak
plural:mûmakil
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
desc:A figure carved from stone, with three vulture faces whose eyes glow with a
desc: malevolent light.

### Dungeon level 36 ###

name:olog
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:Olog
desc:It is a massive intelligent troll 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
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 is a humanoid form dressed in robes.  Power emanates from its chilling
desc: 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:dúnadan of Angmar
plural:dúnedain of Angmar
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 evil realm of Angmar during the decline of
desc: the North Kingdom.

name:Lorgan, Chief of the Easterlings
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 | 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:Mûmak
friends:100:2d5:Easterling champion:bodyguard
desc:A mighty warrior from the east, Lorgan 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.

### Dungeon level 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 troll
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 massive figure clothed in wrappings.  You are wary of its massive
desc: 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 troll
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 troll, 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.

### Dungeon level 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 orc:servant
friends:100:2d3:Mummified human:servant
friends:100:2d3:Mummified troll:servant
desc:A powerful ruler who refused the summons of Mandos on death, 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
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:Castamir the 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 Black Númenórean who usurped the throne of Gondor, he is treacherous and
desc: 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 troll 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
desc:A massive spider, heaving the bloated bag of its body between great
desc: spined legs.

### Dungeon level 39 ###

name:southron 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:southron assassin
desc:A man of Harad clad in black and red and carrying a longbow.  His quiver is
desc: full of red feathered arrows, and carries an insignia of a black serpent.

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:OPEN_DOOR | 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: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 ##########


### Dungeon level 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 troll
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:A weird ghostly troll-like being.

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:OPEN_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 many winding dungeon
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:It is a cross between a human and a bull.

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
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:troll 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 troll:servant
friends:60:2d3:stone troll:servant
friends:60:2d3:snow troll:servant
friends:60:2d3:hill troll:servant
friends:60:2d3:cave troll:servant
friends:60:2d3:olog:servant
desc:This troll's great strength and size have won it the place of chieftain of
desc: its tribe.  It fears nothing.

### Dungeon level 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:Gorlim, Betrayer of Barahir
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 | 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: Morgoth's army in return for, he thought, safety for himself and his
desc: wife.   And so he fell under Morgoth's power and became little more than
desc: a mindless servant of evil, even though the other side of his "bargain"
desc: 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:OPEN_DOOR | 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.

### Dungeon level 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:black-hearted huorn
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 huorn with a bad heart.

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:Rogrog the Black Troll
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:troll scavenger:servant
friends:60:2d3:cave troll:servant
friends:40:2d3:hill troll:servant
friends:30:1d2:mountain troll:servant
friends:100:4d4:olog:bodyguard
desc:A massive and cruel troll of great power, drool slides caustically down his
desc: muscular frame.  Despite his bulk, he strikes with stunning speed.

### Dungeon level 43 ###

name:Maia of Nienna
plural:Maiar of Nienna
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 servant of Nienna, who grieves for the hurts to the world caused by
desc: Morgoth.

name:Maia of Mandos
plural:Maiar of Mandos
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 servant of Mandos, the summoner of 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:OPEN_DOOR | 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 | 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 | 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 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 | 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 | 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.

### Dungeon level 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:OPEN_DOOR | MOVE_BODY
flags:IM_FIRE
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.

### Dungeon level 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
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
desc:A pile of pulsing flesh that glows with an inner hellish fire.  The world
desc: itself seems to 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
desc:It looks like it was once a dragon corpse, now deeply infected with magical
desc: bacteria that make 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.

### Dungeon level 46 ###

name:lord of Carn Dûm
plural:lords of Carn Dûm
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.

### Dungeon level 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.

### Dungeon level 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:100:4d4:spider
desc:A foul creature of spider form, older even than the pits of Angband.

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 Sauron to be a winged
desc: steed for his Ringwraiths.

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.

### Dungeon level 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:lesser Balrog
base:major demon
color:p
speed:120
hit-points:1760
light:2
hearing:20
armor-class:75
sleepiness:50
depth:49
rarity:2
experience:10000
blow:HIT:FIRE:4d12
blow:HIT:FIRE:4d12
blow:CRUSH:HURT:3d12
blow:TOUCH:DRAIN_CHARGES
flags:POWERFUL
flags:DROP_2
flags:MOVE_BODY
flags:IM_FIRE
innate-freq:14
spell-freq:5
spells:BLIND | CONF
spells:BR_FIRE
spells:S_DEMON
desc:It is a massive humanoid demon wreathed in flames.

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:Eöl, the Dark Elf
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 | 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 lord of the Teleri, Eöl is a mighty metalsmith, the only one to ever
desc: forge weapons of meteorite iron.  The mortal enemy of the Eldar, he is
desc: currently fleeing their wrath, following the murder of Princess Aredhel of
desc: Gondolin.



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


### Dungeon level 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
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:The Balrog of Moria
base:major demon
color:v
speed:130
hit-points:3000
light:2
hearing:20
armor-class:150
sleepiness:20
depth:50
rarity:3
experience:30000
blow:HIT:FIRE:6d12
blow:HIT:FIRE:6d12
blow:CRUSH:HURT:5d12
blow:TOUCH:DRAIN_CHARGES
flags:UNIQUE | MALE | POWERFUL
flags:DROP_4 | DROP_GOOD
flags:MOVE_BODY
flags:IM_FIRE
innate-freq:15
spell-freq:5
spells:CONF | SCARE
spells:BR_FIRE
spells:S_DEMON | S_UNDEAD
friends:100:4d4:cave orc:servant
friends:100:3d4:cave troll:servant
desc:A huge Balrog surrounded by raging pillars of fire, this is indeed a
desc: terrible opponent.  Wielding a great whip of fire and a blazing sword,
desc: his fury blisters your skin and melts your flesh!

### Dungeon level 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 a little puppy and a toothless old dog.  Perhaps you should give
desc: up and go to bed.

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!

### Dungeon level 52 ###

name:Maia of Oromë
plural:Maiar of Oromë
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:Huan, Wolfhound of the Valar
desc:A servant of Oromë, hunter of monsters and fell beasts.

name:hasty ent
base:tree
color:t
speed:120
hit-points:3000
hearing:20
armor-class:120
sleepiness:20
depth:52
rarity:1
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:huorn
desc:Ents are not altogether on anybody's side, because nobody is altogether on
desc: their side.  This one seems quite roused, and does not seem to be on
desc: your side.

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.

### Dungeon level 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
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:Scatha the Worm
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
flags:DROP_GOOD | ONLY_ITEM
flags:BASH_DOOR
flags:IM_COLD
innate-freq:8
spell-freq:8
spells:WOUND | CONF
spells:BR_COLD
desc:An ancient and wise Dragon.  Scatha has grown clever over the long years.
desc:  His scales are covered with frost, and his breath sends a shower of ice
desc: into the air.

### Dungeon level 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
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.

### Dungeon level 55 ###

name:Shelob, Spider of Darkness
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 | 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:4
spells:BLIND | WOUND | CONF | HEAL | SCARE
spells:SLOW | WEAVE
spells:BR_DARK | BR_POIS
spells:S_KIN
friends:80:4d4:uruk
friends:100:3d7:mirkwood spider
desc:Shelob is an enormous bloated spider, the last daughter of Ungoliant the
desc: Unlight.  Her poison is legendary, as is her ego.  She normally guards the
desc: pass through Cirith Ungol, but occasionally goes out foraging for food to
desc: feed her voracious appetite.

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:Ar-Pharazôn 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:Last and proudest king of ancient Númenor.  Corrupted by power and avarice,
desc: he fell victim to Sauron's wiles, tried to fight the Valar themselves, and
desc: condemned Númenor 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.

### Dungeon level 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.

### Dungeon level 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:OPEN_DOOR | KILL_BODY
flags:IM_FIRE | IM_POIS | IM_ACID | 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.

### Dungeon level 58 ###

name:Watuzi 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, Watuzi swings a mighty axe as he curses
desc: all that defy him.

### Dungeon level 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:Fundin Bluecloak
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 one of the greatest dwarven priests to walk the earth.  Fundin has
desc: earned a high position in the church, and his skill with both weapon and
desc: spell only justify his position further.  His combination of both dwarven
desc: strength and priestly wisdom are a true match for any adventurer.



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


### Dungeon level 60 ###

name:Gilim, the Giant of Eruman
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 | SMART
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | TAKE_ITEM
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 reaches,
desc: he is tall even among giants, and his name is cursed in many lands.

name:Maia of Yavanna
plural:Maiar of Yavanna
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 servant of Yavanna Kementári, Queen of the Earth, the Giver of Fruits
desc: and lover of all things that grow.

name:Maia of Aulë
plural:Maiar of Aulë
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 servant of Aulë the Smith, lord of all the substances of Arda and friend
desc: of the Noldor.

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
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 fabric of the dungeon.

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:Saruman of Many Colours
base:ainu
color:v
speed:120
hit-points:5000
light:2
hearing:100
armor-class:120
sleepiness:0
depth:60
rarity:1
experience:35000
blow:HIT:DISENCHANT:6d8
blow:HIT:DISENCHANT:6d8
blow:HIT:HURT:5d5
blow:HIT:HURT:5d5
flags:UNIQUE | MALE | EVIL
flags:DROP_4 | DROP_GOOD | DROP_GREAT
flags:IM_ELEC
flags:ATTR_MULTI
spell-freq:2
spells:BLIND | WOUND | FORGET | HASTE | HEAL | MIND_BLAST
spells:SCARE | TELE_AWAY | TPORT | TRAPS
spells:BA_ACID | BA_COLD | BA_FIRE | BA_WATE
spells:BO_ICE
spells:S_ANIMAL | S_DEMON | S_HI_DRAGON | S_MONSTERS | S_UNDEAD
friends:100:1d1:Wormtongue, Agent of Saruman:servant
desc:Originally known as the White, Saruman fell prey to Sauron's wiles.  He
desc: seeks to emulate him and breeds orcs and trolls to fight for him.  He
desc: searches forever for the One Ring, to become a mighty Sorcerer-King of
desc: the world.

### Dungeon level 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:It's big.  It's fat.  It's red.  It's ugly.  It's got a severe attack of
desc: highly poisonous flatulence.  And its insides are corrosive.  All of
desc: which go together to make the single most repulsive sight - and smell -
desc: you have ever experienced.

### Dungeon level 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:Smaug the Golden
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
flags:DROP_GOOD | ONLY_ITEM
flags:BASH_DOOR
flags:IM_FIRE
innate-freq:5
spell-freq:8
spells:WOUND | CONF
spells:BR_FIRE
desc:Smaug is one of the Urulóki that still survive, a fire-drake of immense
desc: cunning and intelligence.  His speed through air is matched by few other
desc: dragons and his dragonfire is what legends are made of; he is believed to
desc: be the greatest dragon still surviving into the Third Age.

### Dungeon level 63 ###

name:werewolf of Sauron
plural:werewolves of Sauron
base:canine
color:G
speed:120
hit-points:2200
hearing:30
smell:50
armor-class:88
sleepiness:5
depth:63
rarity:2
experience:4000
blow:BITE:EXP_20:2d4
blow:CLAW:POISON:4d10
blow:CLAW:POISON:4d10
flags:FORCE_SLEEP | SMART | EVIL
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:IM_POIS | IM_COLD | IM_FIRE | IM_NETHER
flags:NO_FEAR | NO_CONF | NO_SLEEP
innate-freq:6
spell-freq:7
spells:BR_NETH | BR_DARK
spells:S_HOUND
friends:50:2d4:warg:servant
friends:50:2d3:hellhound:servant
friends:100:2d3:werewolf:servant
desc:A massive wolf, appearing like a mighty shadow.  Its glowing red eyes
desc: glare malevolently as it defends its evil master's fortress.

name:spider of Gorgoroth
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:100:2d4:spider
desc:One of the hideous brood of Ungoliant, spawned in the endless shadow of
desc: Nan Dungortheb beneath the mountains of Ered Gorgoroth.

### Dungeon level 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 kamikaze
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 who has reached its ultimate evolutionary stage: a completely
desc: immaterial state.

### Dungeon level 65 ###

name:Maia of Ulmo
plural:Maiar of Ulmo
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 servant of Ulmo, Lord of Waters, who speaks to those who dwell in
desc: Middle-earth with voices that are heard only as the music of water.

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
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:The Mouth of Sauron
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:HIT:DRAIN_CHARGES:5d5
blow:HIT:DRAIN_CHARGES:5d5
flags:UNIQUE | MALE | 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
spell-freq:2
spells:WOUND | HOLD | TELE_TO | TRAPS
spells:BA_DARK | BA_FIRE | BA_MANA | BA_NETH | BA_WATE
spells:BO_PLAS
spells:S_HI_DEMON | S_HI_UNDEAD
desc:The Mouth of Sauron is a mighty spell caster.  So old that even he cannot
desc: remember his own name, his power and evil are undeniable.  He believes
desc: unshakably that he is unbeatable and laughs as he weaves his awesome
desc: spells.

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:Fëanorian 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 the battles waged by Fëanor and his sons in pursuit of the
desc: Silmarils, he attacks you with agility, power and cruelty.

### Dungeon level 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:Tevildo, 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 | 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, Tevildo serves his master Morgoth well.
desc:  He delights in small torments and cunning stratagems, and laughs merrily
desc: as he bats you about.

### Dungeon level 67 ###

name:Thuringwethil, the Vampire Messenger
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:HIT:CONFUSE:6d6
flags:UNIQUE | FEMALE | SMART
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags-off:HURT_FIRE
spell-freq:3
spells:BLIND | BRAIN_SMASH | WOUND | DRAIN_MANA
spells:BA_NETH
spells:S_HI_UNDEAD | S_KIN
spells:HOLD | SCARE
desc:Chief messenger between Sauron and Morgoth, she is surely the most deadly
desc: of her vampire race.  At first she is charming to meet, but her wings and
desc: eyes give away her true form.

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.

### Dungeon level 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
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
desc:A skeletal form, black as night, constructed from the bones of its previous
desc: victims.

### Dungeon level 69 ###

name:hound of Tindalos
plural:hounds of Tindalos
base:zephyr hound
color:t
speed:130
hit-points:480
hearing:30
smell:50
armor-class:120
sleepiness:0
depth:69
rarity:5
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
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:Nan, 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 | SMART | ATTR_FLICKER
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:TAKE_ITEM
flags:FORCE_SLEEP
innate-freq:6
spell-freq:4
spell-power:85
spells:BOULDER
spells:BO_PLAS | BA_FIRE
spells:S_MONSTERS
desc:Known as the giant of summer and the south, he towers above you
desc: like a great elm. In his right hand, he holds the longest
desc: 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 | BASH_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 ##########


### Dungeon level 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
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
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
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.

### Dungeon level 71 ###

name:Maia of Manwë
plural:Maiar of Manwë
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 servant of Manwë Súlimo, the first of all Kings, lord of the realm of
desc: Arda and ruler of all that dwell therein.

name:Maia of Varda
plural:Maiar of Varda
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 servant of Varda, Lady of the Stars, who the elves call Elbereth and
desc: love above all the Valar.

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
desc:A massive pulsating mound of flesh, glowing with a hellish light.

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
desc:A massive mound of scaled flesh, throbbing and pulsating with multi-hued
desc: light.

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
desc:A massive pile of rotting flesh.  A disgusting stench fills the air as it
desc: throbs and writhes.

### Dungeon level 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:Ossë, Herald of Ulmo
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 | SMART
flags:DROP_4 | DROP_GOOD
flags:MOVE_BODY
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_WATER
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, the Maia of the untamed
desc: sea has dragged himself down into Angband to send you to a watery grave.
desc: Ossë is the most powerful and heartless of Ulmo's servants and embodies
desc: the untamed power of the ocean. Terror grows in your heart with each
desc: squelching step of his approach.


### Dungeon level 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
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
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 dungeon - 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
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:Omarax, 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 | 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.

### Dungeon level 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 dungeon 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.

### Dungeon level 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 a$
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
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:Ungoliant, the Unlight
base:spider
color:D
speed:130
hit-points:13000
light:-4
hearing:40
armor-class:240
sleepiness:10
depth:75
rarity:1
experience:35000
blow:CLAW:POISON:8d6
blow:CLAW:POISON:8d6
blow:BITE:PARALYZE:8d10
blow:STING:LOSE_STR:8d4
flags:UNIQUE | FEMALE | EVIL | ANIMAL | SMART | SPIRIT
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:HURT_LIGHT | IM_ACID | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
innate-freq:11
spell-freq:4
spells:BLIND | CONF | HEAL | SCARE | WEAVE
spells:BA_DARK
spells:BR_DARK | BR_POIS
spells:S_KIN
desc:This enormous, hideous spirit of void is in the form of a spider of immense
desc: proportions.  She is surrounded by a cloud of Unlight as she sucks in all
desc: living light into her bloated body, and breathes out the blackest of
desc: darkness. She is always ravenously hungry and would even eat herself to
desc: avoid starvation.

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
desc:A gigantic four-armed animated bronze statue of demonic shape, glowing with
desc: great heat.

name:Glaurung, Father of the Dragons
base:ancient dragon
color:v
speed:130
hit-points:7500
light:2
hearing:30
armor-class:210
sleepiness:20
depth:75
rarity:3
experience:55000
blow:CLAW:HURT:6d12
blow:CLAW:HURT:6d12
blow:BITE:POISON:8d14
blow:BITE:FIRE:8d14
flags:UNIQUE | MALE
flags:DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:BASH_DOOR
flags:IM_FIRE | IM_POIS
innate-freq:5
spell-freq:3
spells:BRAIN_SMASH | FORGET | SCARE
spells:BR_FIRE | BR_POIS
spells:S_HI_DRAGON
desc:Glaurung is the father of all dragons, and was for a long time the most
desc: powerful.  Though this is no longer so, he still has full command over his
desc: brood and can command them to appear whenever he so wishes.  He is the
desc: definition of dragonfire.

### Dungeon level 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
desc:A giant seething mass of flesh, overwhelming you with monster after
desc: monster.

name:Makar, the Warrior
base:ainu
color:D
speed:120
hit-points:6000
hearing:30
armor-class:192
sleepiness:15
depth:76
rarity:3
experience:37000
blow:HIT:SHATTER:13d13
blow:HIT:CONFUSE:13d13
blow:HIT:SHATTER:13d13
blow:HIT:CONFUSE:13d13
flags:UNIQUE | MALE
flags:DROP_4 | DROP_GOOD
flags:KILL_WALL | KILL_BODY
flags:IM_ACID | IM_ELEC
flags:FORCE_SLEEP
desc:A battle-hungry spirit from amongst the Ainur, who built a grim hall in
desc: the early days of Arda to host endless battles.  When not at home, he
desc: and his sister Meássë hunt and seek out the turmoils caused by Morgoth.

### Dungeon level 77 ###

name:Feagwath, 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
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:Uvatha 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 Ringwraith, he is a master of horsemanship.  He longs
desc: to taste your blood.

### Dungeon level 78 ###

name:serpent 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
desc:Writhing coil upon coil, this mighty spawn of chaos constantly
desc: disintegrates and reforms before your dazzled eyes.  It seeks to
desc: obiterate you utterly; beware!

name:Adunaphel 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, Adunaphel quickly fell under Sauron's sway and the
desc: power of the rings.

### Dungeon level 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
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:Akhorahil 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, Akhorahil 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 ##########


### Dungeon level 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 | NEVER_MOVE
flags:IM_COLD | IM_FIRE | IM_ACID | IM_POIS
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 Helcaraxë
desc: by Morgoth as guard and entertainment.  Smaller vortices arise on its
desc: edges, and you feel as if you will never be free of its deafening roar.

name:Ren 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:Ren 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.

### Dungeon level 81 ###

name:Maeglin, the Traitor of Gondolin
base:humanoid
color:p
speed:130
hit-points:6000
hearing:70
armor-class:144
sleepiness:20
depth:81
rarity:2
experience:35000
blow:HIT:HURT:8d8
blow:HIT:HURT:8d8
blow:HIT:HURT:8d8
blow:HIT:HURT:8d8
flags:UNIQUE | MALE | EVIL
flags:DROP_4 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:KILL_WALL | MOVE_BODY
flags:IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_SLEEP
spell-freq:6
spells:S_ANIMAL | S_HI_DEMON | S_HI_DRAGON | S_HI_UNDEAD | S_MONSTERS | S_UNIQUE
desc:The son of Eöl the Dark Elf, Maeglin is every bit as evil as his father and
desc: more.  His greed for gold led him to betray the Hidden Kingdom of
desc: Gondolin to Morgoth's forces.  He is a mighty warrior himself, and some of
desc: Morgoth's greatest servants answer to his call.

name:Ji Indur 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 Ringwraith was a weak-minded sorcerer-king who fell easily under
desc: Sauron's power.

### Dungeon level 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
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 | 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:Dwar, Dog Lord of Waw
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 | 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:Dwar 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.

### Dungeon level 83 ###

name:Hoarmurath of Dir
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 Ringwraith powerful in fell sorcery, he yearns for the life he has lost
desc: for an unlife of everlasting torment.

name:Draugluin, Sire of All Werewolves
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:POISON:6d6
flags:UNIQUE | MALE | EVIL
flags:DROP_1 | DROP_GOOD | ONLY_ITEM
flags:RAND_25 | OPEN_DOOR | BASH_DOOR | MOVE_BODY | TAKE_ITEM
flags:IM_POIS
flags:FORCE_SLEEP
spell-freq:3
spells:SCARE
spells:S_HOUND | S_MONSTERS
friends:100:3d5:Werewolf:servant
friends:100:2d4:Wolf Chieftain:servant
desc:Draugluin provides Sauron with a fearsome personal guard.  He is an
desc: enormous wolf inhabited with a human spirit.  He is chief of all his kind.

### Dungeon level 84 ###

name:Khamûl, the Black Easterling
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 | 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:A warrior-king of the East.  Khamûl is a powerful opponent, his skill in
desc: combat awesome and his form twisted by evil cunning.

name:Cantoras, 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 | SMART | SPIRIT
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!

### Dungeon level 85 ###

name:greater Balrog
base:major demon
color:P
speed:130
hit-points:4500
light:2
hearing:40
armor-class:210
sleepiness:20
depth:85
rarity:3
experience:25000
blow:HIT:FIRE:8d12
blow:HIT:FIRE:8d12
blow:CRUSH:HURT:9d12
blow:TOUCH:DRAIN_CHARGES
flags:POWERFUL | ATTR_FLICKER
flags:DROP_4
flags:MOVE_BODY | KILL_WALL
flags:IM_ELEC | IM_FIRE | IM_POIS | IM_PLASMA
innate-freq:5
spell-freq:4
spells:CONF | BA_FIRE | BO_PLAS | BA_DARK
spells:WHIP | BR_FIRE | BR_PLAS
spells:S_HI_DEMON | S_UNDEAD
desc:Originally of the semi-divine Maiar, this evil spirit swore allegiance to
desc: Morgoth at the beginning of time and is now one of his most terrible
desc: demonic servants.  With its flaming whip and sword it seeks to destroy
desc: you.

name:The Witch-King of Angmar
base:wraith
color:p
speed:130
hit-points:5000
hearing:90
smell:50
armor-class:144
sleepiness:10
depth:85
rarity:3
experience:60000
blow:HIT:HURT:10d10
blow:HIT:BLACK_BREATH:10d10
blow:HIT:EXP_80:7d7
blow:HIT:EXP_80:7d7
flags:UNIQUE | MALE | SMART
flags:DROP_4 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:FORCE_SLEEP
spell-freq:2
spells:BLIND | BRAIN_SMASH | WOUND | HOLD | SCARE | TELE_AWAY
spells:BA_NETH
spells:BO_MANA
spells:S_HI_DEMON | S_HI_DRAGON | S_HI_UNDEAD | S_KIN | S_MONSTERS | S_WRAITH
friends:50:1d1:Winged Horror
desc:The most fell of all Sauron's captains: King of Angmar, Sorcerer,
desc: Ringwraith, Lord of the Nazgûl, a spear of terror in the hand of Sauron,
desc: shadow of despair.  His spells are lethal and his combat blows crushingly
desc: hard.  He moves at speed, and commands legions of evil to do his bidding.
desc:  It is said that he is fated never to die by the hand of mortal man.

name:Ancalagon the Black
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:HURT:10d14
blow:BITE:HURT:10d14
flags:UNIQUE | MALE
flags:DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:BASH_DOOR
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS
innate-freq:4
spell-freq:10
spells:BR_ACID | BR_COLD | BR_ELEC | BR_FIRE | BR_POIS
spells:S_HI_DRAGON | S_KIN
friends:100:1d1:Kavlax the Many-Headed
friends:100:1d1:Scatha the Worm
friends:100:1d1:Itangast the Fire Drake
friends:100:1d1:Smaug the Golden
friends:100:1d1:Glaurung, Father of the Dragons
desc:"Rushing Jaws" is his name, and death is his game; the greatest and most
desc: terrible of all dragonkind, his power dismayed even the Valar for a time.

### Dungeon level 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!

### Dungeon level 87 ###

name:Meássë, 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
flags:DROP_4 | DROP_GOOD
flags:MOVE_BODY | TAKE_ITEM
flags:IM_ACID | IM_ELEC | NO_STUN
flags:FORCE_SLEEP
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:Maia of Oromë:servant
friends:50:1d4:Maia of Aulë:servant
friends:50:1d3:Lesser titan:servant
friends:50:1d2:Greater titan:servant
friends:100:1d1:Makar, the Warrior
desc:Sister of Makar the Warrior, 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.  Meássë is delighted by
desc: all violence, and recruits any beings of like abilities to her service.


### Dungeon level 88 ###

name:Lungorthin, the Balrog of White Fire
base:major demon
color:v
speed:130
hit-points:7000
light:2
hearing:20
armor-class:187
sleepiness:10
depth:88
rarity:2
experience:37000
blow:HIT:FIRE:8d12
blow:HIT:FIRE:8d12
blow:CRUSH:HURT:8d12
blow:TOUCH:DRAIN_CHARGES
flags:UNIQUE | MALE | POWERFUL
flags:DROP_4 | DROP_GOOD
flags:MOVE_BODY | KILL_WALL
flags:IM_FIRE | IM_PLASMA
innate-freq:12
spell-freq:6
spells:BLIND | CONF | SCARE
spells:BR_FIRE | BR_PLAS
spells:S_HI_DEMON | S_UNDEAD
friends:100:1d3:Lesser Balrog:servant
friends:50:1d2:Greater Balrog:servant
friends:100:1d1:The Balrog of Moria
desc:A massive form cloaked in flame.  Lungorthin stares balefully at you with
desc: eyes that smoulder red.  The dungeon floor where he stands is scorched by
desc: the heat of his body.


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


### Dungeon level 90 ###

name:Huan, Wolfhound of the Valar
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 | 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:The wolfhound of the Valar, Huan has served many masters in his time, from
desc: Celegorm son of Fëanor to Beren son of Barahir: but now he runs wild and
desc: acknowledges no master save himself, as he hunts alone for his nemesis -
desc: Carcharoth, the terrible wolf of Angband.

name:Carcharoth, the Jaws of Thirst
base:canine
color:p
speed:130
hit-points:8000
light:2
hearing:50
smell:50
armor-class:192
sleepiness:10
depth:90
rarity:1
experience:40000
blow:CLAW:FIRE:9d12
blow:CLAW:FIRE:9d12
blow:BITE:FIRE:9d12
blow:BITE:FIRE:9d12
flags:UNIQUE | MALE | EVIL | SMART | ATTR_FLICKER
flags:DROP_4 | DROP_GOOD | ONLY_ITEM
flags:OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | NO_HOLD | IM_NETHER
flags:FORCE_SLEEP
innate-freq:3
spell-freq:15
spells:BR_DARK | BR_FIRE | BR_NETH | BR_POIS
spells:S_HOUND
desc:The first guard of Angband, Carcharoth, also known as 'The Red Maw', is the
desc: greatest wolf to ever walk the earth.  He is highly intelligent and a
desc: deadly opponent in combat.

### Dungeon level 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
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.

### Dungeon level 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:3
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 dungeon, this whirlpool of Unmagic rips
desc: the enchantments from everything it touches.

name:Gothmog, the High Captain of Balrogs
base:major demon
color:v
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:FIRE:9d12
blow:CRUSH:HURT:8d12
blow:TOUCH:DRAIN_CHARGES
flags:UNIQUE | MALE | POWERFUL
flags:DROP_4 | DROP_GOOD | DROP_GREAT
flags:MOVE_BODY | KILL_WALL
flags:IM_ELEC | IM_FIRE | IM_PLASMA
innate-freq:8
spell-freq:4
spells:BLIND | CONF | SCARE
spells:BR_FIRE | BR_PLAS
spells:S_HI_DEMON | S_HI_UNDEAD
friends:100:1d5:Lesser Balrog:servant
friends:30:1d3:Osyluth:servant
friends:30:1d3:Gelugon:servant
friends:30:1d3:Pit fiend:servant
friends:100:1d2:Greater Balrog:bodyguard
friends:100:1d1:The Balrog of Moria:servant
friends:100:1d1:Lungorthin, the Balrog of White Fire:servant
desc:Gothmog is the Chief Balrog in Morgoth's personal guard.  He is renowned
desc: for slaying Fëanor and Fingon, two of the High Kings of the Noldor,
desc: and has never been defeated in combat.  With his whip of flame and
desc: awesome fiery breath he saved his master from Ungoliant's rage.

### Dungeon level 99 ###

name:Sauron, the Sorcerer
base:ainu
color:p
speed:130
hit-points:8000
hearing:100
armor-class:192
sleepiness:0
depth:99
rarity:1
experience:50000
blow:HIT:DISENCHANT:10d12
blow:HIT:DISENCHANT:10d12
blow:HIT:DRAIN_CHARGES:8d12
blow:HIT:DRAIN_CHARGES:8d12
flags:UNIQUE | QUESTOR | MALE | EVIL | REGENERATE
flags:DROP_4 | DROP_GOOD | DROP_GREAT
flags:MOVE_BODY
flags:IM_ELEC | NO_FEAR
flags:FORCE_DEPTH
spell-freq:2
spell-power:130
spells:BRAIN_SMASH | WOUND | TELE_LEVEL | TPORT
spells:BA_DARK | BA_FIRE | BA_NETH
spells:BO_ICE | BO_MANA | BO_PLAS
spells:SHAPECHANGE
spells:S_HI_DEMON | S_HI_DRAGON | S_HI_UNDEAD | S_UNIQUE | S_WRAITH
friends:100:1d1:Khamûl, the Black Easterling:servant
friends:100:1d1:The Witch-King of Angmar:servant
shape:Wolf-Sauron
shape:Serpent-Sauron
shape:Vampire-Sauron
desc:Greatest and most terrible of the servants of Morgoth, creator of the One
desc: Ring.  A sorcerer of dreadful powers, master of shadows and of phantoms,
desc: foul in wisdom, cruel in strength, misshaping what he rules, lord of
desc: werewolves; his dominion is torment.  He has many servants, and rarely
desc: fights without them.

name:Wolf-Sauron
base:canine
color:p
speed:140
hearing:100
armor-class:164
sleepiness:0
depth:99
rarity:0
blow:BITE:POISON:8d10
blow:BITE:POISON:8d10
blow:CLAW:CONFUSE:6d8
blow:CLAW:PARALYZE:6d8
flags:UNIQUE | MALE | EVIL | REGENERATE
flags:FORCE_SLEEP | FORCE_DEPTH
flags:SMART | OPEN_DOOR | BASH_DOOR | MOVE_BODY
flags:IM_POIS | IM_ELEC | IM_FIRE | IM_COLD
flags:NO_CONF | NO_SLEEP | NO_FEAR
innate-freq:3
spell-freq:3
spell-power:105
spells:BLINK | TPORT | TELE_LEVEL | TELE_SELF_TO
spells:BLIND | CONF | SCARE | WOUND
spells:BR_FIRE | BR_NETH | BA_DARK
spells:S_HOUND | S_DRAGON | S_HI_DEMON | S_HI_UNDEAD
desc:Sauron's form as the mightiest wolf to walk the world.

name:Serpent-Sauron
base:snake
color:p
speed:130
hearing:100
armor-class:164
sleepiness:0
depth:99
rarity:0
blow:BITE:POISON:7d12
blow:BITE:POISON:7d12
blow:CRUSH:HURT:8d12
blow:SPIT:ACID:4d12
flags:UNIQUE | MALE | EVIL
flags:FORCE_SLEEP | FORCE_DEPTH
flags:SMART | OPEN_DOOR | MOVE_BODY | REGENERATE
flags:IM_POIS | IM_ACID | IM_ELEC | IM_COLD
flags:NO_CONF | NO_SLEEP | NO_FEAR
innate-freq:4
spell-freq:4
spell-power:108
spells:BLINK | TPORT | TELE_LEVEL | TELE_SELF_TO
spells:BLIND | CONF | SCARE | WOUND
spells:BRAIN_SMASH | FORGET
spells:BR_POIS | BR_CHAO | BR_ACID
spells:S_DRAGON | S_HI_DEMON | S_HI_UNDEAD
desc:Sauron's form as a serpent: poisonous, biting, spitting, and threatening
desc: to crush you in its mighty coils.

name:Vampire-Sauron
base:vampire
color:p
speed:130
hearing:100
armor-class:164
sleepiness:0
depth:99
rarity:0
blow:BITE:EXP_80:6d12
blow:CLAW:TERRIFY:8d12
blow:HIT:DRAIN_CHARGES:8d12
blow:HIT:DRAIN_CHARGES:8d12
flags:UNIQUE | MALE | EVIL
flags:FORCE_SLEEP | FORCE_DEPTH
flags:MOVE_BODY | IM_ELEC
flags:NO_CONF | NO_FEAR
spell-freq:2
spell-power:130
spells:BLINK | TPORT | TELE_LEVEL | BLIND | CONF
spells:BRAIN_SMASH | FORGET
spells:BO_ICE | BO_PLAS | BE_NETH
spells:BA_NETH | STORM | BA_DARK | BA_POIS | BA_ACID
spells:S_DRAGON | S_HI_DEMON | S_HI_UNDEAD
desc:Sauron's form as a vampire, great as a dark cloud across the moon.

### Dungeon level 100 ###

name:Morgoth, Lord of Darkness
base:Morgoth
color:D
speed:140
hit-points:20000
hearing:100
armor-class:180
sleepiness:0
depth:100
rarity:1
experience:60000
blow:HIT:SHATTER:20d10
blow:HIT:SHATTER:20d10
blow:HIT:LOSE_ALL:10d12
blow:TOUCH:DRAIN_CHARGES
flags:UNIQUE | QUESTOR | MALE | EVIL | SMART | REGENERATE | SPIRIT
flags:DROP_4 | DROP_GOOD | DROP_GREAT | ONLY_ITEM
flags:SMASH_WALL | MOVE_BODY | ATTR_FLICKER
flags:IM_ACID | IM_COLD | IM_ELEC | IM_FIRE | IM_POIS | NO_FEAR
flags:NO_CONF | NO_SLEEP | NO_HOLD
flags:FORCE_DEPTH | FORCE_SLEEP
spell-freq:3
spells:BRAIN_SMASH
spells:BA_MANA | BA_NETH
spells:BO_MANA
spells:S_HI_DEMON | S_HI_DRAGON | S_HI_UNDEAD | S_MONSTERS | S_UNIQUE
desc:He is the Master of the Pits of Angband.  His figure is like a black
desc: mountain crowned with lightning.  He rages with everlasting anger, his
desc: body scarred by Fingolfin's eight mighty wounds.  He can never rest from
desc: his pain, but seeks forever to dominate all that is light and good in the
desc: world.  He is the origin of man's fear of darkness and created many foul
desc: creatures with his evil powers.  Orcs, Dragons, and Trolls are his most
desc: foul corruptions, causing much pain and suffering in the world to please
desc: him.  His disgusting visage, twisted with evil, is crowned with iron, the
desc: two remaining Silmarils forever burning him.  Grond, the mighty Hammer of
desc: the Underworld, cries defiance as he strides towards you to crush you to
desc: a pulp!
