# File: monster.txt
#
# This file is used to create the lib/Data/monster.raw; file, which is
# used to initialize the monster race information for Sil.
#
# 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 ===
#
# N: serial number : monster name
# W: depth : rarity
# G: symbol : color
# I: speed : health : mana : light radius
# A: sleepiness : perception : stealth : will
# P: [evasion bonus, protection dice]
# B: attack method : attack effect : (attack bonus, damage dice)
# S: spell frequency | spell power
# S: spell type | spell type | etc
# F: flag | flag | etc
# D: Description
#
# 'N' indicates the beginning of an entry. The serial number must
#     increase for each new item. Entry 0 is used for the player.
#
# 'W' is for more information - the depth they are found at and their rarity
#     (they have a 1 in rarity chance of being generated).
#
# 'G' is for graphics - symbol and color. There are 16 colors, as
#     follows:
#
#     D - Dark Gray    w - White          s - Gray          o - Orange
#     r - Red          g - Green          b - Blue          u - Brown
#     d - Black        W - Light Gray     v - Violet        y - Yellow
#     R - Light Red    G - Light Green    B - Light Blue    U - Light Brown
#
#     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.
#
# 'I' is for information - speed, health, 'mana': casting a spell uses 20
#     and all the 'mana' regenerates every 10 rounds,
#     light radius in squares.
#
# 'A' is for alertness - their maximum sleep value, their perception score, 
#     their stealth score, and their will score.
#
# 'P' is protection - the evasion bonus and protection dice
#
# 'B' is for blows - method of attack, effect of attack, and damage
#     from attack. There may be up to four of these lines; effect and
#     damage are optional.
#
# 'S' is for spells. The first S: line must be S:SPELL_PCT_X with X the
#     percentage chance of casting each turn. X must not be zero. If X is 100,
#     the monster will
#     never move while the player is in sight, and will thus never attack
#     in melee, as it will cast spells every turn: if the monster is to use
#     a melee attack, then X must be 2 or greater.  Power determines the 
#     damage and intensity of the attacks.  The format is POW_X with X 
#     being the spell power.
#
# 'F' is for flags. These are fairly self-explanatory. As many F:
#     lines may be used as are needed to specify all the flags and flags
#     are separated by the '|' symbol.
#
# 'D' is for description. As many D: lines may be used as are needed
#     to describe the monster.
#
#
#
# === 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.
#
# 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 a little hard to see... if you look
# 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.)
#
#
# === Useful information ===
#
# Evasion/Attack
#
# Default value:   dungeon level
# Unique:          +2
# Unmoving:        evasion fixed at -5
# Agile*:          +1 to +5
# Armoured*:       -1 to -6 evasion
# Heavy attack*:   -1 to -5 attack
#
# Hit points:
#
# Typical Bat:      1d4
# Typical Orc:      8d4
# Typical Man:      8d4
# Typical Serpent:  9d4
# Typical Noldo:   11d4 (up to 24d4)
# Typical Troll:   15d4
# Typical Giant:   30d4
# Typical Dragon:  30d4 - 50d4
# Unrelenting H:  100d4
#       Morgoth:  200d4
# 
# Will:
#
# Typical value:  dungeon level * 2/3
# Normally higher: horrors, people, dragons, raukar, uniques
# Normally lower: cats, serpents, insects
#
# Letters:
#
# - o orcs
# - M spiders
# - C wolves
# - m molds
# - b bats and birds
# - w worm masses
# - @ men/elves/dwarves
# - G giants
# - I insects
# - T trolls
# - R raukar
# - s young serpents
# - S old serpents
# - d young dragons
# - D old dragons (remember the stench that surrounds them, and their gaze)
# - f cat warriors
# - v vampires
# - H horrors
# - W wights and wraiths
# - N nameless things (that gnaw the roots of the earth)
# - V valar (Morgoth)
# - | deathblades
#
#
# New Creatures:
#
# - elves (prisoners who have been driven mad or to evil)
# - another, more powerful, giant type
# - an animated treasure chest (?)

# Version stamp (required)

V:1.0.2


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

N:0:<player>
G:@:w



##### Dungeon monsters #####

# Must not have any level 0 creatures, as this is used to identify player


##### 1 #####


N:11:Orc scout
W:1:4
G:o:D
I:2:5d4:20:0
A:15:5:5:1
P:[+1,1d4]
B:HIT:HURT:(+1,2d5)
F:MALE | DROP_33 | OPEN_DOOR | UNLOCK_DOOR
F:ORC | HURT_LITE | SMART
S:SPELL_PCT_20
S:SHRIEK
D:He is one of Morgoth's grim mockeries of the firstborn.
D: The miserable creature tries to stay away from you and
D: attract attention. It has a crude sword.


N:12:Wolf
W:1:1
G:C:u
I:3:7d4:0:0
A:20:4:3:1
P:[+2,1d4]
B:BITE:HURT:(+1,2d4)
F:FRIENDS | RAND_25 | WOLF
D:This ragged wolf is part of the orcish packs.


N:13:Grey mold
W:1:1
G:m:s
I:2:8d4:0:0
A:0:0:0:0
P:[-5,2d4]
B:SPORE:HURT:(+0,1d4)
F:NEVER_MOVE | MINDLESS
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | NO_CRIT
D:It is a strange growth on the dungeon floor.



##### 2 #####


N:21:Giant bat
W:2:1
G:b:D1
I:4:2d4:0:0
A:30:2:4:1
P:[+7,1d4]
B:BITE:HURT:(+6,2d3)
F:RAND_50 | TERRITORIAL
D:It screeches as it flutters towards you.


N:22:White worm mass
W:2:1
G:w:w
I:1:6d4:0:0
A:10:0:5:1
P:[+0]
B:CRAWL:POISON:(+2,1d5)
F:RAND_25 | RAND_50 | MINDLESS | MULTIPLY
F:FRIEND | RES_POIS | NO_FEAR | NO_CONF | RES_CRIT
F:TERRITORIAL
D:It is a disgusting mass of worms, twisting and writhing
D: on the floor.


##### 3 #####


N:31:Orc soldier
W:3:1
G:o:s
I:2:8d4:0:0
A:15:3:1:2
P:[+2,2d4]
B:HIT:HURT:(+1,2d7)
F:MALE | FRIENDS | DROP_33 | OPEN_DOOR | BASH_DOOR
F:ORC | HURT_LITE | SMART
D:He is one of Morgoth's grim mockeries of the firstborn.
D: He wears black leathers with a crude sword and shield.


N:32:Brown mold
W:3:1
G:m:u
I:2:8d4:0:0
A:0:0:0:1
P:[-5,2d4]
B:SPORE:CONFUSE:(+0,1d4)
F:NEVER_MOVE | MINDLESS
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | NO_CRIT
D:It is a strange growth on the dungeon floor.


N:33:Metallic green centipede
W:3:1
G:c:g
I:3:3d4:0:0
A:15:2:3:1
P:[+3,4d4]
B:BITE:HURT:(+4,2d4)
F:RAND_50 | ATTR_MULTI | TERRITORIAL
D:It is a four foot long centipede, scurrying towards you.
D: It is protected by a thick, metallic green carapace.


##### 4 #####


N:41:White wolf
W:4:1
G:C:w
I:3:9d4:0:0
A:20:5:3:1
P:[+5,1d4]
B:BITE:HURT:(+4,2d5)
F:FRIENDS | RAND_25 | WOLF | RES_COLD
D:A large and fierce wolf from the northern wastes.


N:42:Crebain
W:4:2
G:b:s
I:4:1d4:30:0
A:15:6:4:2
P:[+9]
B:PECK:WOUND:(+10,1d3)
F:FRIENDS
S:SPELL_PCT_15
S:SHRIEK
D:A type of crow, specially bred by the forces of evil as spies.


N:43:Green worm mass
W:4:2
G:w:g
I:1:6d4:0:0
A:10:1:5:2
P:[+0]
B:CRAWL:ACID:(+4,2d5)
F:RAND_25 | RAND_50 | MINDLESS | MULTIPLY
F:FRIEND | NO_FEAR | NO_CONF | RES_CRIT
F:TERRITORIAL
D:It is a disgusting mass of worms, twisting and writhing
D: on the floor.




##### 5 #####


N:51:Orc archer
W:5:3
G:o:U
I:2:7d4:0:0
A:15:3:3:3
P:[+4,1d4]
B:HIT:HURT:(+5,2d5)
F:MALE | FRIENDS | DROP_33 | OPEN_DOOR | BASH_DOOR
F:ORC | HURT_LITE | SMART
S:SPELL_PCT_75 | POW_6
S:ARROW1
D:He is one of Morgoth's grim mockeries of the firstborn.
D: He carries a crude sword and bow.


N:52:Violet mold
W:5:2
G:m:v1
I:2:8d4:0:0
A:0:0:0:3
P:[-5,2d4]
B:SPORE:LOSE_CON:(+0,1d4)
F:NEVER_MOVE | MINDLESS
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | NO_CRIT
D:It is a strange growth on the dungeon floor.


N:53:Sword spider
W:5:1
G:M:s
I:3:12d4:0:0
A:15:3:2:3
P:[+6,1d4]
B:BITE:HURT:(+7,2d9)
F:SPIDER | TERRITORIAL
D:A giant black spider with sword-sharp mandibles.
D: It skitters back and forth.


N:54:Hummerhorn
W:5:3
G:I:y
I:4:1d4:0:0
A:5:5:1:3
P:[+11]
B:STING:CONFUSE:(+10,1d7)
F:RAND_25 | RAND_50 | FRIENDS | TERRITORIAL
D:A giant buzzing wasp, its stinger drips venom.


N:55:Gorgol, the Butcher
W:5:10
G:o:G
I:2:12d4:0:0
A:15:4:1:5
P:[+4,3d4]
B:HIT:HURT:(+6,3d7)
F:UNIQUE | MALE | ESCORT | SMART
F:DROP_100 | DROP_GOOD | OPEN_DOOR | BASH_DOOR | ORC
F:HURT_LITE | UNLOCK_DOOR
D:A captain of a orcish band, Gorgol keeps his troop in
D: order with displays of violence.


##### 6 #####


N:61:Orc warrior
W:6:1
G:o:W
I:2:9d4:0:0
A:15:4:1:4
P:[+5,2d4]
B:HIT:HURT:(+3,3d7)
F:MALE | DROP_33 | OPEN_DOOR | BASH_DOOR
F:ORC | HURT_LITE | FRIENDS | SMART
D:He is one of Morgoth's grim mockeries of the firstborn.
D: He wears hardened leathers and wields a battle axe.


N:62:Gorcrow
W:6:2
G:b:D
I:4:1d4:2:0
A:15:4:3:3
P:[+11]
B:PECK:BLIND:(+12,1d5)
F:FRIEND | RAND_25
D:A dark creature, related to the crow. It pecks at any exposed flesh,
D: especially the face and eyes.


N:63:Clear worm mass
W:6:4
G:w:W
I:1:6d4:0:0
A:10:2:5:3
P:[+1]
B:CRAWL:POISON:(+6,1d5)
F:ATTR_CLEAR | RAND_25 | RAND_50 | MINDLESS | INVISIBLE
F:MULTIPLY | FRIEND | RES_POIS
F:NO_FEAR | NO_CONF | RES_CRIT
F:TERRITORIAL
D:It is a disgusting mass of transparent worms, twisting and writhing
D: on the floor.


N:64:Mewlip
W:6:3
G:H:u
I:2:14d4:20:0
A:15:5:3:6
P:[+4,2d4]
B:CLAW:WOUND:(+8,3d4)
F:DROP_100 | OPEN_DOOR | UNLOCK_DOOR | BASH_DOOR | SMART
F:NO_FEAR
S:SPELL_PCT_20
S:SCARE | FORGET
D:An evil swamp dwelling creature that feeds on the bones
D: of those who draw near.


##### 7 #####


N:71:Orc thief
W:7:3
G:o:g
I:2:7d4:0:0
A:10:6:10:4
P:[+10,1d4]
B:HIT:HURT:(+10,1d8)
B:TOUCH:EAT_ITEM:(+7)
F:MALE | DROP_100 | OPEN_DOOR | BASH_DOOR | TAKE_ITEM
F:ORC | HURT_LITE | SMART | UNLOCK_DOOR
D:He is one of Morgoth's grim mockeries of the firstborn.


N:72:Shadow mold
W:7:1
G:m:D
I:2:8d4:0:-2
A:0:0:0:4
P:[-5,2d4]
B:SPORE:DARK:(+0,2d4)
F:NEVER_MOVE | MINDLESS
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | NO_CRIT
D:A strange dark growth on the dungeon floor.


N:73:Metallic red centipede
W:7:1
G:c:r
I:3:3d4:0:0
A:10:3:3:2
P:[7,4d4]
B:BITE:HURT:(+8,2d6)
F:RAND_25 | ATTR_MULTI | TERRITORIAL
D:It is a four foot long centipede, scurrying towards you.
D: It is protected by a thick, metallic red carapace.


# need to leave Easterling spy at location 74

N:74:Easterling spy
W:7:3
G:@:D
I:2:6d4:20:1
A:15:7:7:7
P:[+8,1d4]
B:HIT:HURT:(+7,1d8)
F:MALE | DROP_33 | OPEN_DOOR | UNLOCK_DOOR
F:SMART
S:SPELL_PCT_20 | POW_7
S:ARROW1 | SHRIEK
D:Yet neither by wolf, nor by Balrog, nor by Dragon, would
D: Morgoth have achieved his end, but for the treachery of Men.
D: He is of a people who have come recently to
D: Beleriand out of the far east, and have fallen under
D: Morgoth's sway.


##### 8 #####


# need to leave Orc champion at location 81

N:81:Orc champion
W:8:2
G:o:b
I:2:11d4:0:0
A:15:4:1:5
P:[+5,3d4]
B:HIT:HURT:(+6,3d8)
F:MALE | DROP_100 | OPEN_DOOR | BASH_DOOR
F:ORC | HURT_LITE | SMART
D:A champion of the orc hordes. He wears well-fitting armor and
D: wields a battle axe.


N:82:Violet worm mass
W:8:3
G:w:v1
I:1:6d4:0:0
A:10:2:5:5
P:[+3]
B:CRAWL:LOSE_STR:(+5,3d5)
F:RAND_25 | RAND_50 | MINDLESS | MULTIPLY
F:FRIEND | NO_FEAR | NO_CONF | RES_CRIT
F:TERRITORIAL
D:It is a disgusting mass of worms, twisting and writhing
D: on the floor.


N:83:Mountain troll
W:8:1
G:T:W
I:2:15d4:0:0
A:15:3:0:5
P:[+4,2d4]
B:HIT:BATTER:(+6,4d5)
F:MALE | FRIEND | DROP_33 | REGENERATE | OPEN_DOOR
F:BASH_DOOR | TROLL | HURT_LITE | SMART | NO_FEAR
D:A tall troll from the mountains of the north.


N:84:Grave wight
W:8:2
G:W:U
I:2:4d4:20:0
A:10:7:5:5
P:[+6,2d4]
B:HIT:HURT:(+10,2d9)
B:TOUCH:SLOW:(+10)
F:DROP_100 | OPEN_DOOR
F:UNDEAD | HURT_LITE | RES_COLD | SMART | TERRITORIAL
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | RES_CRIT
S:SPELL_PCT_15
S:DARKNESS
D:It is a ghostly form, wrapped in a stained shroud.
D: It protects that with which is was buried.


N:85:Easterling warrior
W:8:2
G:@:W
I:2:10d4:0:1
A:15:4:1:7
P:[+5,3d4]
B:HIT:HURT:(+7,2d8)
F:MALE | DROP_33 | OPEN_DOOR | BASH_DOOR | FRIENDS
F:SMART
D:Yet neither by wolf, nor by Balrog, nor by Dragon, would
D: Morgoth have achieved his end, but for the treachery of Men.
D: He is of a people who have come recently to
D: Beleriand out of the far east, and have fallen under
D: Morgoth's sway.


N:86:Boldog, the Merciless
W:8:20
G:o:y
I:2:13d4:0:0
A:15:5:1:6
P:[+7,3d4]
B:HIT:HURT:(+12,1d14)
F:UNIQUE | MALE | ESCORTS
F:OPEN_DOOR | BASH_DOOR | UNLOCK_DOOR | ORC | SMART
F:DROP_1D2 | DROP_GOOD | DROP_CHOSEN 
F:HURT_LITE
S:SPELL_PCT_15 | POW_10
S:ARROW2
D:A great captain of the orcs, who led many raids into the
D: lands of the elves.


##### 9 #####


# need to leave Orc captain at location 91

N:91:Orc captain
W:9:3
G:o:r
I:2:10d4:0:0
A:15:5:1:6
P:[+7,3d4]
B:HIT:HURT:(+10,2d8)
B:WHIP:DISARM:(+6,2d4)
F:MALE | ESCORT | DROP_1D2 | OPEN_DOOR | BASH_DOOR
F:ORC | HURT_LITE | SMART | UNLOCK_DOOR
D:An armoured orc with sword and whip.
D: He leads a patrol of lesser orcs.


N:92:Distended spider
W:9:1
G:M:u
I:2:18d4:0:0
A:15:5:3:5
P:[+6]
B:BITE:POISON:(+6,2d11)
F:BASH_DOOR | SPIDER | RES_POIS | TERRITORIAL
D:It is a vast spider whose bulbous body is bloated with poison.


N:93:Giant green dragonfly
W:9:2
G:I:G
I:4:5d4:0:0
A:5:6:3:6
P:[+15]
B:STING:HALLU:(+15,1d7)
F:RAND_25 | RAND_50 | ATTR_MULTI | TERRITORIAL
D:A vast, iridescent green dragonfly.


N:94:Easterling archer
W:9:5
G:@:u
I:2:9d4:0:1
A:15:5:3:7
P:[+8,2d4]
B:HIT:HURT:(+8,1d7)
F:MALE | DROP_33 | OPEN_DOOR | BASH_DOOR | FRIENDS
F:SMART
S:SPELL_PCT_75 | POW_9
S:ARROW2
D:Yet neither by wolf, nor by Balrog, nor by Dragon, would
D: Morgoth have achieved his end, but for the treachery of Men.
D: He is of a people who have come recently to
D: Beleriand out of the far east, and have fallen under
D: Morgoth's sway.


##### 10 #####


N:101:Shadow worm mass
W:10:1
G:w:s
I:1:6d4:0:-1
A:10:3:5:5
P:[+5]
B:CRAWL:DARK:(+6,2d5)
F:RAND_25 | RAND_50 | MINDLESS | MULTIPLY
F:FRIEND | NO_FEAR | NO_CONF | RES_CRIT | HURT_LITE
F:TERRITORIAL
D:It is a disgusting mass of worms, twisting and writhing
D: on the floor. Darkness enshrouds it.


N:102:Warg
W:10:1
G:C:s
I:3:13d4:0:0
A:20:8:4:6
P:[+11,2d4]
B:BITE:HURT:(+11,2d7)
F:FRIENDS | RAND_25 | BASH_DOOR | WOLF | SMART
D:It is a great wolf with eyes full of cunning.


# need to leave Barrow wight at location 103

N:103:Barrow wight
W:10:100
G:W:W
I:2:12d4:20:0
A:10:8:5:6
P:[+7,2d4]
B:HIT:HURT:(+12,2d9)
B:TOUCH:PARALYZE:(+12)
F:DROP_100 | OPEN_DOOR
F:UNDEAD | HURT_LITE | RES_COLD | SMART | TERRITORIAL
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | RES_CRIT
S:SPELL_PCT_15
S:DARKNESS
D:This ghostly, shrouded form dwells within its burial
D: chamber, unable to find release.


N:104:Giant violet dragonfly
W:10:1
G:I:v1
I:4:5d4:0:0
A:5:6:3:6
P:[+16]
B:STING:LOSE_DEX:(+16,1d7)
F:RAND_25 | RAND_50 | TERRITORIAL
D:A vast, iridescent violet dragonfly.


N:105:Uldor, the Accursed
W:10:10
G:@:U1
I:2:14d4:0:1
A:15:6:1:9
P:[+8,5d4]
B:HIT:HURT:(+14,2d8)
F:UNIQUE | MALE | DROP_100 | ESCORT | SMART
F:DROP_GOOD | OPEN_DOOR | BASH_DOOR | TAKE_ITEM | UNLOCK_DOOR
D:Son of Ulfang, the Black, and the leader in the treason against
D: the elves in the Battle of Unnumbered Tears.


N:106:Orcobal, Champion of the Orcs
W:10:15
G:o:B
I:2:15d4:0:0
A:15:6:1:7
P:[+9,3d4]
B:HIT:HURT:(+10,3d9)
F:UNIQUE | MALE | ESCORT
F:DROP_1D2 | DROP_GOOD | OPEN_DOOR | BASH_DOOR | ORC
F:HURT_LITE | SMART
D:The chief champion of the orcs of Morgoth.


##### 11 #####


N:111:Snow troll
W:11:1
G:T:w
I:2:15d4:0:0
A:15:4:0:7
P:[+7,2d4]
B:HIT:BATTER:(+8,4d6)
B:BITE:COLD:(+7,2d9)
F:MALE | FRIEND | DROP_33 | REGENERATE | OPEN_DOOR
F:BASH_DOOR | TROLL | HURT_LITE | RES_COLD | HURT_FIRE
F:SMART
F:NO_FEAR
D:He is a white troll with powerfully clawed hands.


N:112:Giant bronze dragonfly
W:11:2
G:I:U
I:4:5d4:0:0
A:5:6:3:7
P:[+17]
B:STING:CONFUSE:(+17,1d7)
F:RAND_25 | RAND_50 | ATTR_MULTI | TERRITORIAL
D:This vast gleaming bronze dragonfly has wings
D: which beat mesmerically fast.


N:113:Lurking horror
W:11:5
G:H:D
I:2:10d4:20:-2
A:1:7:3:9
P:[+11,1d4]
B:BITE:PARALYZE:(+10,2d9)
F:BASH_DOOR | SHORT_SIGHTED | NO_FEAR | HURT_LITE
S:SPELL_PCT_15
S:SCARE
D:It waits for you in the ink-black of the dungeon.
D: It seems to be made entirely of claws and of teeth.


N:114:Giant
W:11:1
G:G:U
I:2:30d4:0:2
A:15:4:0:7
P:[+5,1d4]
B:HIT:HURT:(+6,4d9)
F:DROP_100 | OPEN_DOOR | BASH_DOOR | SMART
S:SPELL_PCT_10 | POW_6
S:BOULDER
D:As tall as three men, this hulking opponent is crudely
D: armed with a great club.



N:115:Ulfang the Black
W:11:10
G:@:s
I:2:15d4:43:1
A:15:6:1:10
P:[+12,4d4]
B:HIT:HURT:(+17,2d8)
F:UNIQUE | MALE | DROP_2D2 | ESCORT | SMART
F:DROP_GOOD | OPEN_DOOR | BASH_DOOR | TAKE_ITEM
D: Ulfang was a great leader of the Easterlings and led them in
D: their treachery. He and his sons once openly swore allegiance
D: to the High Elves, but were secretly in the pay of Morgoth.


N:116:Othrond, the Orc Lord
W:11:10
G:o:R
I:2:15d4:0:0
A:15:6:1:8
P:[+10,4d4]
B:HIT:HURT:(+15,2d9)
B:WHIP:DISARM:(+12,2d4)
F:UNIQUE | MALE | ESCORTS | SMART
F:DROP_1D2 | DROP_GREAT | OPEN_DOOR | BASH_DOOR | ORC
F:HURT_LITE | UNLOCK_DOOR
D:The cruelty in the eyes of this massive orc belies
D: the intelligence that has kept him a favourite
D: of the black enemy for many years.


##### 12 #####


N:121:Nether worm mass
W:12:4
G:w:D
I:1:6d4:0:0
A:10:4:5:8
P:[+7]
B:CRAWL:LOSE_GRA:(+11,3d5)
F:RAND_25 | RAND_50 | MINDLESS | MULTIPLY
F:BASH_DOOR | FRIEND | KILL_WALL
F:NO_FEAR | NO_CONF | RES_CRIT | TERRITORIAL
D:It is a disgusting mass of dark worms, eating each other, the floor,
D: the air, you....


N:122:Shadow bat
W:12:4
G:b:D1
I:4:4d4:0:-2
A:15:5:4:7
P:[+19,1d4]
B:BITE:HURT:(+17,2d5)
F:RAND_50 | TERRITORIAL | HURT_LITE
D:A screeching flutter of darkness.


N:123:Sulrauko
W:12:2
G:R:W
I:2:5d4:0:0
A:10:6:5:10
P:[+15,3d4]
B:HIT:BATTER:(+14,3d5)
F:BASH_DOOR | INVISIBLE | RES_CRIT | RES_POIS | RAND_50
F:RAUKO | SMART
D:A wind spirit, bent to Morgoth's will.


N:124:Fire-drake hatchling
W:12:6
G:d:R
I:2:10d4:20:0
A:30:5:2:8
P:[+11,1d4]
B:BITE:FIRE:(+13,2d5)
F:BASH_DOOR | DRAGON | RAND_25 | FRIEND | TERRITORIAL
F:RES_FIRE | HURT_COLD
S:SPELL_PCT_20 | POW_6
S:BRTH_FIRE
D:Not more than a few months old, this young dragon
D: is already as big as a man, and has begun to use
D: its fearsome breath.


N:125:Gilim, the Giant of Eruman
W:12:10
G:G:g
I:2:32d4:0:2
A:15:6:0:9
P:[+8,1d4]
B:HIT:HURT:(+9,4d11)
F:DROP_1D2 | DROP_GOOD | OPEN_DOOR | BASH_DOOR
F:UNIQUE | MALE | SMART
S:SPELL_PCT_20 | POW_10
S:BOULDER
D:Huge even among giants, his name is cursed in many lands.
D: He towers above you, swinging a vast hammer.


##### 13 #####


N:131:Werewolf
W:13:1
G:C:U
I:3:14d4:0:0
A:15:9:7:8
P:[+14,2d4]
B:CLAW:WOUND:(+16,3d5)
B:BITE:POISON:(+10,2d9)
F:RAND_25 | OPEN_DOOR | BASH_DOOR
F:WOLF | FRIEND | SMART
D:No mere wolf, some malevolent spirit lurks behind
D: those glowing eyes.


N:132:Shadow spider
W:13:1
G:M:D
I:3:13d4:0:-2
A:15:6:3:7
P:[+13,1d4]
B:BITE:BLIND:(+12,2d9)
F:BASH_DOOR | SPIDER | RES_POIS
F:HURT_LITE | TERRITORIAL
D:It is a great black spider wreathed in shadow.


N:133:Shadow
W:13:3
G:W:d
I:2:3d4:35:0
A:0:8:10:8
P:[+13,3d4]
B:TOUCH:DARK:(+16,2d5)
F:INVISIBLE | RAND_25
F:PASS_WALL | UNDEAD | RES_COLD | HURT_LITE | SMART
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | RES_CRIT
D:It seems nothing more than a patch of darkness in
D: the room, and yet it stalks you.


N:134:Sapphire serpent
W:13:3
G:s:b
I:2:8d4:30:0
A:15:6:3:6
P:[+9,5d4]
B:BITE:COLD:(+13,2d6)
F:SERPENT
F:RES_COLD | HURT_FIRE | ATTR_MULTI
S:SPELL_PCT_20 | POW_6
S:BRTH_COLD
D:A great serpent with scales of gleaming sapphire.
D: An icy chill surrounds it.


N:135:Nan, the Giant
W:13:30
G:G:b
I:2:35d4:0:2
A:15:7:0:9
P:[+10,1d4]
B:HIT:HURT:(+14,3d13)
F:DROP_1D2 | DROP_GOOD | DROP_CHOSEN | OPEN_DOOR | BASH_DOOR
F:UNIQUE | MALE | SMART
S:SPELL_PCT_10 | POW_12
S:BOULDER
D:Taller than most giants, he brandishes the longest
D: sword you have ever beheld.



##### 14 #####


N:141:Cave troll
W:14:1
G:T:u
I:2:15d4:0:0
A:15:5:0:9
P:[+10,2d4]
B:HIT:BATTER:(+11,4d7)
B:BITE:WOUND:(+10,2d11)
F:MALE | FRIEND | DROP_33 | REGENERATE | OPEN_DOOR
F:BASH_DOOR | TROLL | HURT_LITE | SMART | NO_FEAR
D:A great brute of a troll, it seems to have come
D: from the depths of the very earth.


N:142:Ruby serpent
W:14:3
G:s:r
I:2:8d4:30:0
A:15:6:3:7
P:[+10,5d4]
B:BITE:FIRE:(+14,2d6)
F:RES_FIRE | ATTR_MULTI | SERPENT | HURT_COLD
S:SPELL_PCT_20 | POW_6
S:BRTH_FIRE
D:A great serpent with scales of gleaming ruby.
D: An intense heat radiates from it.


N:143:Creeping horror
W:14:4
G:H:g
I:1:14d4:20:-2
A:10:6:5:11
P:[+13,2d4]
B:CLAW:ACID:(+18,3d10)
F:BASH_DOOR | NO_FEAR | HURT_LITE
S:SPELL_PCT_15
S:SCARE
D:It slithers and crawls across the floor towards you.
D: The thought of it catching you tears at your mind.


N:144:Ringrauko
W:14:1
G:R:B
I:2:10d4:0:0
A:10:6:3:11
P:[+14,2d4]
B:HIT:COLD:(+15,2d8)
F:BASH_DOOR | SMART
F:RES_COLD | HURT_FIRE | RAUKO
D:A chill hangs in the air around this figure which is
D: almost that of a person. A cold gleaming blade is in its hand.


##### 15 #####


N:151:Emerald serpent
W:15:3
G:s:g
I:2:8d4:30:0
A:15:7:3:8
P:[+11,5d4]
B:BITE:POISON:(+15,2d6)
F:SERPENT
F:RES_POIS | ATTR_MULTI
S:SPELL_PCT_20 | POW_6
S:BRTH_POIS
D:A great serpent with scales of gleaming emerald.
D: Noxious vapours surround it.


N:152:Oathwraith
W:15:4
G:W:D
I:2:12d4:30:0
A:10:10:10:10
P:[+14,3d4]
B:TOUCH:HUNGER:(+19)
F:UNDEAD | DROP_100 | RES_COLD | SMART | HURT_LITE
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | RES_CRIT
S:SPELL_PCT_15
S:HOLD
D:A figure that seems made of void, its strangely human shape is cloaked
D: in shadow.  It reaches out at you.


N:153:Deathblade
W:15:8
G:|:D
I:3:10d4:0:0
A:0:10:20:10
P:[+18,5d4]
B:HIT:HURT:(+25,1d9)
F:DROP_CHOSEN | SHORT_SIGHTED
F:NO_FEAR | RES_POIS | RES_COLD | RES_FIRE
F:NO_CONF | NO_SLEEP | RES_CRIT
D:A black blade, wreathed in shadow.


# need to leave Cat warrior at location 154

N:154:Cat warrior
W:15:1
G:f:U
I:3:10d4:0:0
A:20:10:10:7
P:[+17,1d4]
B:CLAW:WOUND:(+20,1d9)
F:FRIENDS | OPEN_DOOR | UNLOCK_DOOR | BASH_DOOR | SMART
F:DROP_33
D:It is as though a great cat stood like a man.
D: You cannot tell whether its long scything claws
D: could be natural. It moves with astonishing
D: speed and agility.



##### 16 #####


N:161:Greater werewolf
W:16:1
G:C:D1
I:3:15d4:0:0
A:15:10:5:10
P:[+17,2d4]
B:CLAW:WOUND:(+19,3d7)
B:BITE:POISON:(+13,2d11)
F:RAND_25 | OPEN_DOOR | BASH_DOOR
F:WOLF | FRIEND | SMART
D:It is a huge wolf with eyes that glow with manly intelligence.


N:162:Amethyst serpent
W:16:3
G:s:v1
I:2:8d4:30:-2
A:15:7:3:8
P:[+12,5d4]
B:BITE:DARK:(+16,2d6)
F:HURT_LITE | SERPENT
S:SPELL_PCT_20 | POW_6
S:BRTH_DARK
D:A great serpent with scales of darkly glinting amethyst.
D: Shadows darken as it approaches.


N:163:Kemenrauko
W:16:2
G:R:s
I:2:10d4:0:0
A:10:7:0:12
P:[+14,4d4]
B:HIT:SHATTER:(+11,4d8)
F:BASH_DOOR | KILL_WALL | STONE | RAUKO | SMART
F:RES_COLD | RES_FIRE
F:RES_POIS | RES_CRIT
D:It seems the very stone from which Angband is hewn
D: now opposes you.


# need to leave Young cold-drake at location 164

N:164:Young cold-drake
W:16:6
G:d:w
I:2:30d4:30:0
A:30:8:2:13
P:[+11,2d4]
B:CLAW:HURT:(+16,3d11)
B:BITE:WOUND:(+12,2d21)
F:DROP_1D2 | SMART | TERRITORIAL
F:BASH_DOOR | DRAGON
S:SPELL_PCT_20
S:CONF | SCARE | HOLD | FORGET
D:Not all dragons have the gift of fire, but it is hardly
D: needed -- the lashing tail, the great claws, the sharp
D: teeth, and the mesmerising eyes...


N:165:Grotesque
W:16:5
G:H:W
I:4:10d4:0:0
A:0:10:10:10
P:[-5,8d4]
B:CLAW:WOUND:(+16,3d9)
F:HIDDEN_MOVE | RES_COLD | RES_FIRE | STONE
F:OPEN_DOOR | BASH_DOOR | MINDLESS
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | NO_CRIT
#D:A marble statue of a nightmare creature with claws like blades.
D:'Huge shapes there stood like carven trolls
D: enormous hewn of blasted rock
D: to forms that mortal likeness mock;
D: monstrous and menacing, entombed,
D: at every turn they silent loomed
D: in fitful glares that leaped and died.'


N:166:Umuiyan, the Doorkeeper
W:16:15
G:f:y
I:3:13d4:0:0
A:20:11:10:9
P:[+20,1d4]
B:CLAW:WOUND:(+25,1d11)
F:ESCORT | UNIQUE | MALE | OPEN_DOOR | BASH_DOOR | SMART
F:DROP_100 | UNLOCK_DOOR | DROP_GOOD
S:SPELL_PCT_50 | POW_21
S:ARROW1
D:This cat seems older than most, and more sly.
D: He has long guarded the entrance to the fortress of Tevildo.


##### 17 #####


N:171:Spider of Gorgoroth
W:17:1
G:M:r
I:2:15d4:43:-1
A:15:7:3:11
P:[+14,1d4]
B:BITE:PARALYZE:(+14,2d13)
F:BASH_DOOR | SPIDER | HURT_LITE | RES_POIS | SMART
F:TERRITORIAL
D:This great spider was one of the brood laid by the
D: Unlight, Ungoliant, in the mountains of Ered Gorgoroth.
D: Some have made their way North to Angband, and crept down
D: to the very darkest parts of the stronghold.


# need to leave Troll guard at location 172

N:172:Troll guard
W:17:1
G:T:s
I:2:18d4:0:0
A:15:7:0:11
P:[+12,3d4]
B:HIT:BATTER:(+14,4d8)
F:FRIENDS | DROP_33 | REGENERATE | NO_FEAR
F:OPEN_DOOR | BASH_DOOR | TROLL | HURT_LITE | SMART
D:The very largest and toughest of the trolls are
D: taken into the train of Gothmog. They are trained
D: for war and given dark armour and great vicious weapons.


N:173:Adamant serpent
W:17:3
G:s:v
I:2:8d4:30:0
A:15:8:3:9
P:[+13,5d4]
B:BITE:WOUND:(+17,3d6)
F:ATTR_MULTI | SERPENT
F:RES_FIRE | RES_COLD | RES_POIS
S:SPELL_PCT_30 | POW_6
S:BRTH_FIRE | BRTH_COLD | BRTH_POIS | BRTH_DARK
D:A great serpent with scales of gleaming diamond.
D: It sparkles with prismatic hues.


N:174:Lesser vampire
W:17:1
G:v:s
I:3:8d4:0:0
A:20:9:7:11
P:[+21,1d4]
B:CLAW:WOUND:(+22,3d5)
B:BITE:LOSE_CON:(+17,2d7)
F:RAND_50 | OPEN_DOOR | UNLOCK_DOOR | HURT_LITE | SMART
D:It flits quickly back and forth, like a great bat,
D: although surely no bat could harbour so much malice
D: behind its eyes.


# need to leave Cat assassin at location 175

N:175:Cat assassin
W:17:3
G:f:D
I:3:8d4:0:0
A:5:12:15:8
P:[+19,1d4]
B:CLAW:WOUND:(+20,1d11)
F:INVISIBLE | OPEN_DOOR | UNLOCK_DOOR | BASH_DOOR | SMART
F:DROP_100 | FRIEND
S:SPELL_PCT_50 | POW_21
S:ARROW1
D:Slinking in the shadows, this jet-black cat is hard
D: to discern even as it fires its cruel bow.


N:176:Scatha the Worm
W:17:30
G:d:B
I:2:35d4:40:0
A:30:9:2:15
P:[+14,2d4]
B:CLAW:HURT:(+20,3d11)
B:BITE:WOUND:(+17,2d21)
F:UNIQUE | MALE | TERRITORIAL
F:DROP_2D2 | DROP_GOOD | SMART
F:BASH_DOOR | DRAGON
S:SPELL_PCT_15
S:CONF | SCARE | HOLD | FORGET
D:A long and sinuous worm, coiling on the floor.
D: His claws are sharp, and by some force,  cunning or
D: treachery his hoard is large for a young worm.


# only ever appears in the escort of Tevildo

N:177:Oikeroi, Guard of Tevildo
W:17:15
G:f:o
I:3:18d4:0:0
A:15:11:10:9
P:[+21,1d4]
B:CLAW:WOUND:(+28,1d11)
F:UNIQUE | MALE | OPEN_DOOR | BASH_DOOR | SMART
F:UNLOCK_DOOR | UNIQUE_FRIEND | DROP_1D2 | DROP_GOOD
D:A fierce and warlike cat, thane of Tevildo
D: and ever at his side.


##### 18 #####


# need to leave Young fire-drake at location 175

N:181:Young fire-drake
W:18:6
G:d:r
I:2:30d4:30:0
A:30:9:2:15
P:[+13,2d4]
B:CLAW:HURT:(+18,3d11)
B:BITE:FIRE:(+14,2d21)
F:DROP_1D2 | SMART | TERRITORIAL
F:BASH_DOOR | DRAGON
F:RES_FIRE | HURT_COLD
S:SPELL_PCT_30 | POW_16
S:BRTH_FIRE | SCARE
D:...no feet he heard, though the earth quaked.
D: when the young dragon his thirst slaked.
D: and the stream smoked at his dark door.
D: The flames hissed on the dank floor,
D: and he died alone in the red fire;
D: his bones were ashes in the hot mire.


N:182:Darting horror
W:18:5
G:H:r
I:4:8d4:20:0
A:10:8:3:14
P:[+20,2d4]
B:BITE:HALLU:(+22,2d9)
F:BASH_DOOR | RAND_25 | NO_FEAR
S:SPELL_PCT_15
S:SCARE
D: No larger than a wolf, but much swifter,
D: it is hard to comprehend what evil thought
D: first brought this into the world.
D: You would prefer not to see it any closer.


N:183:Unmourned
W:18:6
G:W:v1
I:1:12d4:0:0
A:10:13:10:12
P:[+17,3d4]
B:TOUCH:HUNGER:(+22)
F:UNDEAD | PASS_WALL | RES_COLD | SMART | FRIENDS
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | RES_CRIT
F:HURT_LITE
D: The shades of elves and men who have rotted away,
D: forgotten, in the deep dungeons of Angband.


N:184:Ururauko
W:18:1
G:R:R
I:2:4d4:0:3
A:10:8:2:14
P:[+15,2d4]
B:HIT:FIRE:(+26,4d10)
F:BASH_DOOR | SMART
F:RAUKO | RES_FIRE | HURT_COLD
D:A form of pure flame, it is bright to look at and
D: hard to tell the shape. A lesser relative, perhaps,
D: of Arien, who guides the Sun, it was one of those who
D: flocked to the banner of Melkor when the World was
D: yet young.


N:185:The Deathblade 'Delmereth'
W:18:50
G:|:D
I:3:10d4:0:0
A:0:10:20:13
P:[+22,5d4]
B:HIT:HURT:(+33,1d9)
F:UNIQUE | DROP_CHOSEN | SHORT_SIGHTED
F:RES_COLD | RES_FIRE
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | RES_CRIT
D:You are filled with dread as you look upon this black blade.
D: You know not who forged it, or how.
D: 'Horror-feast' is its name. You can feel its hunger.


N:186:Tevildo, Prince of Cats
W:18:10
G:f:u
I:3:14d4:0:0
A:15:12:10:10
P:[+22,1d4]
B:CLAW:WOUND:(+28,1d13)
F:UNIQUE | MALE | OPEN_DOOR | BASH_DOOR | SMART
F:UNLOCK_DOOR | UNIQUE_FRIEND | DROP_1D2 | DROP_GREAT
D:Renowned for his cruelty even among the cruel
D: cat-people, is it a wonder that this fierce
D: warrior is royalty?


##### 19 #####

# made more 'rare' than other ancient serpents as they occur
# natively before Morgoth's throne room and are seen much more

N:191:Ancient sapphire serpent
W:19:6
G:S:b
I:2:10d4:30:0
A:15:8:2:10
P:[+15,7d4]
B:BITE:COLD:(+19,2d9)
F:SERPENT
F:SMART | CLOUD_SURROUND
F:RES_COLD | HURT_FIRE | ATTR_MULTI
S:SPELL_PCT_20 | POW_8
S:BRTH_COLD
D:A vast serpentine form encrusted with scales of sapphire.
D: Frost covers it from head to tail.


N:192:Vampire
W:19:1
G:v:W
I:3:10d4:0:0
A:20:10:7:12
P:[+24,1d4]
B:CLAW:WOUND:(+25,3d5)
B:BITE:LOSE_STR_CON:(+20,2d9)
F:RAND_25 | OPEN_DOOR | HURT_LITE | SMART | UNLOCK_DOOR
D:A nightmarish bat-like form, the size of a man.


N:193:Nameless thing
W:19:1
G:N:s
I:1:70d4:15:0
A:5:5:0:12
P:[+7,6d4]
B:CRUSH:ACID:(+17,5d10)
F:BASH_DOOR | KILL_WALL | REGENERATE | MINDLESS | TERRITORIAL
F:RAND_25 | RAND_50 | FORCE_DEPTH
D:'Far, far below the deepest delvings of the Dwarves, the world is
D: gnawed by nameless things...' It is as a vast grub,
D: eating its way through the roots of the earth.


N:194:Dagorhir, the Elfbane
W:19:15
G:T:r
I:2:25d4:0:0
A:15:8:0:13
P:[+17,3d4]
B:HIT:BATTER:(+17,4d10)
F:UNIQUE | ESCORT | DROP_1D2 | DROP_GOOD | REGENERATE | NO_FEAR
F:OPEN_DOOR | BASH_DOOR | TROLL | HURT_LITE | SMART
D:A mountain of a troll, clad in deep-red iron plates.
D: He leads a patrol of the feared Troll Guard.


N:195:Maeglin, Betrayer of Gondolin
W:19:100
G:@:D1
I:2:15d4:0:2
A:15:8:5:18
P:[+21,5d4]
B:HIT:HURT:(+31,2d8)
F:UNIQUE | MALE | DROP_1D2 | UNLOCK_DOOR | DROP_CHOSEN
F:DROP_GREAT | OPEN_DOOR | BASH_DOOR | TAKE_ITEM | SMART
D:Named "sharp-glance" by his father Eol, the dark elf. Maeglin
D: was close in the counsels of Turgon, King of Gondolin, but
D: betrayed him to the black enemy Morgoth Bauglir.
D: Who can say what twist of fate has brought him at last
D: to that dark king's deep halls?





##### 20 #####


N:201:Ancient ruby serpent
W:20:3
G:S:r
I:2:10d4:30:0
A:15:8:2:11
P:[+16,7d4]
B:BITE:FIRE:(+20,2d9)
F:SERPENT
F:CLOUD_SURROUND
F:RES_FIRE | HURT_COLD | ATTR_MULTI
S:SPELL_PCT_20 | POW_8
S:BRTH_FIRE
D:A vast serpentine form encrusted with scales of ruby.
D: Wisps of smoke rise from its nostrils and the
D: extreme heat surrounding it makes you gasp for breath.


N:202:Great cold-drake
W:20:6
G:D:W
I:2:50d4:40:0
A:30:9:0:17
P:[+13,2d4]
B:CLAW:HURT:(+21,3d13)
B:BITE:WOUND:(+16,2d23)
F:DROP_2D2 | DROP_GOOD | SMART | TERRITORIAL
F:BASH_DOOR | DRAGON
S:SPELL_PCT_20
S:CONF | SCARE | HOLD | FORGET
D:Dragons never stop growing, and may reach a dreadful size.
D: The oldest of the dragons are both vast and cunning beyond
D: the understanding of mortals.


# need to leave Silent watcher at location 203

N:203:Silent watcher
W:20:10
G:H:s
I:2:10d4:0:0
A:5:0:20:13
P:[-5,8d4]
F:NEVER_MOVE | RES_COLD | RES_FIRE
F:STONE | SHORT_SIGHTED
F:NO_FEAR | RES_POIS | NO_CONF | NO_SLEEP | NO_CRIT
S:SPELL_PCT_100
S:SCREECH
D:They were like great figures seated upon thrones.
D: Each had three joined bodies, and three heads facing outward,
D: and inward, and across the gateway. The heads had vulture-faces,
D: and on their great knees were laid clawlike hands.
D: They seemed to be carved out of huge blocks of stone, immovable,
D: and yet they were aware: some dreadful spirit of evil
D: vigilance abode in them. They knew an enemy. Visible or
D: invisible none could pass unheeded. They would forbid his entry,
D: or his escape.


N:204:Gwathrauko
W:20:1
G:R:D
I:2:8d4:0:-3
A:10:8:5:15
P:[+18,3d4]
B:HIT:DARK:(+18,2d8)
F:BASH_DOOR | SMART
F:RAUKO | HURT_LITE
D:A spirit of Darkness itself, it was easily swayed to Melkor's
D: side when his black banner was raised in defiance of Iluvatar.


N:205:Draugluin, Sire of Werewolves
W:20:15
G:C:W
I:3:22d4:0:0
A:20:12:5:13
P:[+24,3d4]
B:CLAW:WOUND:(+26,3d9)
B:BITE:POISON:(+20,2d13)
F:UNIQUE | MALE | ESCORT | SMART
F:ESCORT | RAND_25 | DROP_1D2 | DROP_CHOSEN
F:OPEN_DOOR | BASH_DOOR | WOLF
D:Draugluin provides Sauron with a fearsome personal guard.  He is an
D: enormous wolf inhabited with a human spirit.  He is chief of all his
D: kind.



##### 21 #####


N:211:Ancient spider
W:21:3
G:M:g
I:2:15d4:0:0
A:15:8:3:14
P:[+19,1d4]
B:BITE:POISON:(+20,2d15)
F:SMART
F:BASH_DOOR | SPIDER | RES_POIS | TERRITORIAL
D:One of the oldest of brood of Ungoliant, its huge bloated body
D: drips with venom.


N:212:Ancient emerald serpent
W:21:3
G:S:g
I:2:10d4:30:0
A:15:9:2:12
P:[+17,7d4]
B:BITE:POISON:(+21,2d9)
F:SERPENT
F:CLOUD_SURROUND
F:RES_POIS | ATTR_MULTI
S:SPELL_PCT_20 | POW_8
S:BRTH_POIS
D:A vast serpentine form encrusted with scales of emerald.
D: It is enveloped in clouds of poisonous vapour.


N:213:Vampire lord
W:21:2
G:v:v1
I:3:15d4:0:0
A:20:11:7:14
P:[+26,2d4]
B:CLAW:WOUND:(+29,3d7)
B:BITE:LOSE_ALL:(+24,2d9)
F:OPEN_DOOR | BASH_DOOR | SMART | UNLOCK_DOOR | RAND_25
F:HURT_LITE
D:Like a graceful, humanoid bat. Its black eyes regard
D: everything around it as prey.


# The master of the guard in Angband

N:214:Lungorthin, the Balrog of White Fire
W:21:5
G:R:w
I:2:30d4:0:-2
A:10:10:1:18
P:[+23,4d4]
B:HIT:FIRE:(+27,2d12)
B:WHIP:DISARM:(+22,3d6)
F:UNIQUE | MALE | SMART | GLOW
F:DROP_2D2
F:DROP_GREAT | BASH_DOOR
F:RAUKO | RES_FIRE | HURT_COLD | HURT_LITE
D:A massive form cloaked in flame.  Lungorthin stares balefully at you
D: with eyes that smoulder.  The dungeon floor where he stands is
D: scorched by the heat of his body.


##### 22 #####


N:221:Ancient amethyst serpent
W:22:3
G:S:v1
I:2:10d4:30:-3
A:15:9:2:12
P:[+18,7d4]
B:BITE:DARK:(+22,2d9)
F:HURT_LITE | SERPENT
F:CLOUD_SURROUND
S:SPELL_PCT_20 | POW_8
S:BRTH_DARK
D:A vast serpentine form encrusted with scales of amethyst.
D: It is wreathed in shadow.


N:222:Great fire-drake
W:22:6
G:D:r
I:2:50d4:30:0
A:30:10:0:18
P:[+14,2d4]
B:CLAW:HURT:(+23,3d13)
B:BITE:FIRE:(+18,2d23)
F:DROP_2D2 | DROP_GOOD | SMART | TERRITORIAL
F:BASH_DOOR | DRAGON
F:RES_FIRE | HURT_COLD
S:SPELL_PCT_30 | POW_24
S:BRTH_FIRE | HOLD | SCARE
D:The oldest and largest drakes are likely to have accrued
D: large hoards, for even in the pits of Angband, where
D: the nightmarish teeth and claws might do not distinguish
D: them, who could ever compare with the flames of a Dragon?


N:223:Hithrauko
W:22:2
G:R:B1
I:3:4d4:0:0
A:10:9:3:16
P:[+17,4d4]
B:ENGULF:HALLU:(+27,4d5)
F:BASH_DOOR | INVISIBLE | RES_CRIT | RES_POIS | RAND_50
F:RAUKO | SMART
D:There are many smokes and strange airs in the depths
D: of Angband, and not a few are unwholesome, but rarely
D: do they move with such active malice...


N:224:Shelob, Spider of Darkness
W:22:30
G:M:D1
I:2:18d4:141:-2
A:10:9:3:14
P:[+20,2d4]
B:BITE:PARALYZE:(+25,2d13)
F:UNIQUE | FEMALE | TERRITORIAL
F:SMART | BASH_DOOR | SPIDER
F:HURT_LITE | RES_POIS
D:The line of Ungoliant seems to run true in this great
D: spider, for the very dungeon around her is sucked
D: of its light, that she takes to weave her deadly webs.


N:225:Smaug the Golden
W:22:30
G:d:y1
I:3:35d4:30:0
A:30:10:2:18
P:[+15,2d4]
B:CLAW:HURT:(+26,3d11)
B:BITE:FIRE:(+22,2d21)
F:UNIQUE | MALE
F:DROP_2D2 | DROP_GOOD | SMART | TERRITORIAL
F:BASH_DOOR | DRAGON
F:RES_FIRE | HURT_COLD
S:SPELL_PCT_20 | POW_20
S:BRTH_FIRE | CONF | HOLD
D:A dragon with the inquisitiveness of youth --
D: but a young dragon is a deadly foe still, and
D: this one flies through the dark halls on great wings.


##### 23 #####


N:231:Ancient adamant serpent
W:23:3
G:S:v
I:2:10d4:30:0
A:15:9:2:13
P:[+19,7d4]
B:BITE:WOUND:(+23,3d9)
F:ATTR_MULTI | SERPENT
F:CLOUD_SURROUND
F:RES_FIRE | RES_COLD | RES_POIS
S:SPELL_PCT_30 | POW_8
S:BRTH_FIRE | BRTH_COLD | BRTH_POIS | BRTH_DARK
D:A vast serpentine form encrusted with scales of adamant.
D: Prismatic colours gleam in its scales. Few live to see another.


N:232:Unrelenting horror
W:23:2
G:H:G1
I:1:100d4:20:0
A:5:9:2:15
P:[+11,3d4]
B:BITE:POISON:(+24,6d5)
F:BASH_DOOR | REGENERATE | NO_FEAR
S:SPELL_PCT_15
S:SCARE
D:You have no idea what could have created the creature
D: that shambles towards you -- if creature is the right
D: word. You have the sense that it is constantly devouring
D: itself, and yet never growing any less. It is not
D: clear how one could ever slay such a thing.


N:233:Ancalagon the Black
W:23:6
G:d:D
I:3:35d4:30:0
A:30:10:2:19
P:[+17,2d4]
B:CLAW:HURT:(+29,3d11)
B:BITE:FIRE:(+25,2d21)
F:UNIQUE | MALE
F:DROP_2D2
F:DROP_GREAT | SMART | BASH_DOOR | TERRITORIAL
F:DRAGON | RES_FIRE | HURT_COLD
S:SPELL_PCT_30 | POW_20
S:BRTH_FIRE
D:Out of the pits of Angband there issued the winged dragons,
D: that had not before been seen; and so sudden and ruinous
D: was the onset of that dreadful fleet that the host of the
D: Valar was driven back, for the coming of the dragons was
D: with great thunder, and lightning, and a tempest of fire.


N:234:Thuringwethil, the Vampire Messenger
W:23:3
G:v:D1
I:4:16d4:176:0
A:10:13:7:16
P:[+30,2d4]
B:CLAW:WOUND:(+35,3d7)
B:BITE:LOSE_ALL:(+29,2d9)
F:UNIQUE | FEMALE
F:DROP_2D2 | DROP_GOOD | DROP_CHOSEN | SMART | RAND_25
F:OPEN_DOOR | UNLOCK_DOOR | BASH_DOOR
F:HURT_LITE
D:Chief messenger between Sauron and Morgoth, she is surely the most
D: deadly of her vampire race.  At first she is charming to meet, but
D: her wings and eyes give away her true form.


##### 24 #####


# need to leave Gothmog at location 241

N:241:Gothmog, High Captain of Balrogs
W:24:3
G:R:r
I:2:35d4:190:-2
A:10:10:1:20
P:[+24,5d4]
B:HIT:FIRE:(+30,3d12)
B:WHIP:DISARM:(+25,3d8)
F:UNIQUE | MALE | SMART | GLOW
F:DROP_2D2
F:DROP_GREAT | BASH_DOOR
F:RAUKO | RES_FIRE | HURT_COLD | HURT_LITE
D:Gothmog is the High Captain of Angband and Morgoth's personal guard.  He is
D: renowned for slaying Feanor and Fingon, two of the High Kings of the
D: Noldor Elves, and has never been defeated in combat.  With his whip
D: of flame and awesome fiery breath he saved his master from
D: Ungoliant's rage.


# need to leave Ungoliant at location 242

N:242:Ungoliant, the Gloomweaver
W:24:3
G:M:D
I:2:25d4:30:-4
A:10:10:3:17
P:[+20,3d4]
B:BITE:POISON:(+22,2d15)
F:UNIQUE | FEMALE
F:SMART | BASH_DOOR | TERRITORIAL
F:SPIDER | HURT_LITE | RES_POIS
S:SPELL_PCT_15 | POW_8
S:BRTH_DARK
D:This enormous, hideous spirit of void is in the form of a spider of
D: immense proportions.  She is surrounded by a cloud of Unlight as she
D: sucks in all living light into her bloated body, and breathes out the
D: blackest of darkness.  She is always ravenously hungry and would even
D: eat herself to avoid starvation.


# need to leave Glaurung at location 243

N:243:Glaurung, the Deceiver
W:24:3
G:D:y1
I:2:60d4:30:0
A:20:10:0:21
P:[+16,2d4]
B:CLAW:HURT:(+29,3d15)
B:BITE:FIRE:(+24,2d25)
F:UNIQUE | MALE
F:DROP_3D2 | DROP_GREAT
F:SMART | BASH_DOOR | TERRITORIAL
F:DRAGON | RES_FIRE | HURT_COLD
S:SPELL_PCT_40 | POW_28
S:BRTH_FIRE | SCARE | HOLD | CONF | FORGET
D:Lo! the golden dragon of the God of Hell...
D: Father and forefather to the other dragons, he is grown
D: now to an enormous size, matched only by the size of the
D: hoard he has gathered around him.


# need to leave Gorthaur at location 244

N:244:Gorthaur, Servant of Morgoth
W:24:3
G:C:u
I:3:25d4:30:0
A:10:13:5:21
P:[+27,3d4]
B:CLAW:WOUND:(+32,3d9)
B:BITE:POISON:(+26,2d15)
F:UNIQUE | MALE
F:DROP_2D2
F:DROP_GREAT | SMART
F:OPEN_DOOR | UNLOCK_DOOR | BASH_DOOR
F:WOLF | ESCORT
S:SPELL_PCT_15
S:SCARE | HOLD
D:He is Morgoth's most powerful servant.  His eyes glow with power and
D: his gaze seeks to destroy your soul.  He has many servants, and
D: rarely fights without them.



##### 25 #####


# Morgoth is a very special monster (thus the QUESTOR flag).

N:251:Morgoth, Lord of Darkness
W:25:1
G:V:D
I:2:200d4:20:7
A:10:10:0:20
P:[+20,6d4]
B:HIT:SHATTER:(+20,6d10)
F:UNIQUE | QUESTOR | MALE
F:OPEN_DOOR | UNLOCK_DOOR | BASH_DOOR
F:DROP_3D2 | DROP_GREAT | DROP_CHOSEN
F:SMART | REGENERATE
F:NO_FEAR
S:SPELL_PCT_25
S:EARTHQUAKE
D:He is the Master of the Pits of Angband. He rages with everlasting
D: anger, seeking forever to dominate all that is light
D: and good in the world. He is the origin of man's fear of darkness
D: and created many foul creatures with his evil powers. Orcs, Dragons,
D: and Trolls are his most foul corruptions, causing much pain and
D: suffering in the world to please him. In his right hand he bears
D: Grond, the mighty Hammer of the Underworld. His disgusting visage,
D: twisted with evil, is crowned with iron, the three Silmarils forever
D: burning him. You need to get to that crown.


N:252:Morgoth, Lord of Darkness
W:25:0
G:V:D
I:2:200d4:20:0
A:10:10:0:20
P:[+20,5d4]
B:HIT:SHATTER:(+20,6d10)
F:UNIQUE | QUESTOR | MALE | FORCE_DEPTH
F:OPEN_DOOR | UNLOCK_DOOR | BASH_DOOR
F:DROP_3D2 | DROP_GREAT | DROP_CHOSEN
F:SMART | REGENERATE
F:NO_FEAR
S:SPELL_PCT_25
S:EARTHQUAKE
D:He is the Master of the Pits of Angband. He rages with everlasting
D: anger, seeking forever to dominate all that is light
D: and good in the world.  He is the origin of man's fear of darkness
D: and created many foul creatures with his evil powers. Orcs, Dragons,
D: and Trolls are his most foul corruptions, causing much pain and
D: suffering in the world to please him. In his right hand he bears
D: Grond, the mighty Hammer of the Underworld.


##### Surface monster #####


# need to leave Carcharoth at location 253

N:253:Carcharoth, the Jaws of Thirst
W:25:1
G:C:r
I:4:25d4:0:0
A:20:15:5:17
P:[27,2d4]
B:BITE:POISON:(+27,2d17)
F:UNIQUE | MALE | FORCE_DEPTH
F:SMART
F:WOLF
#D:The first guard of Angband, Carcharoth, also known as 'The Red Maw',
#D: is the greatest wolf to ever walk the earth.  He is highly
#D: intelligent and a deadly opponent in combat.
D:At last before them far away
D: they saw the glimmering wraith of day,
D: the mighty archway of the gate -
D: and there a horror new did wait.
D: Upon the threshold, watchful, dire,
D: his eyes new-kindled with dull fire,
D: towered Carcharoth, a biding doom:
D: his jaws were gaping like a tomb,
D: his teeth were bare, his tongue aflame;
D: aroused he watched that no one came,
D: no flitting shade nor hunted shape,
D: seeking from Angband to escape.




##### Hallucinatory #####


N:301:Feanor, High King of the Noldor
W:30:5
G:@:b1
F:UNIQUE | MALE


N:302:Luthien Tinuviel
W:30:5
G:@:b
F:UNIQUE | MALE


N:303:Thingol, the Hidden King
W:30:5
G:@:s
F:UNIQUE | MALE


N:304:Beren, Son of Barahir
W:30:5
G:@:u
F:UNIQUE | MALE


N:305:Huan, Hound of Valinor
W:30:5
G:C:y1
F:UNIQUE | MALE


N:306:Eagle of Manwe
W:30:5
G:b:y


N:307:Thorondor, King of Eagles
W:30:10
G:b:w
F:UNIQUE | MALE


N:308:Ent
W:30:10
G:T:g
F:MALE


N:309:Ent-wife
W:30:10
G:T:g
F:FEMALE


N:320:Manwe, Lord of the Breath of Arda
W:30:10
G:V:v
F:UNIQUE | MALE


N:321:Varda, Lady of the Stars
W:30:10
G:V:w
F:UNIQUE | FEMALE


N:322:Ulmo, Lord of Waters
W:30:20
G:V:b
F:UNIQUE | MALE


N:323:Aule, the Smith
W:30:20
G:V:r
F:UNIQUE | MALE


N:324:Yavanna, the Giver of Fruits
W:30:30
G:V:G
F:UNIQUE | FEMALE


N:325:Mandos, Doomsman of the Valar
W:30:10
G:V:D
F:UNIQUE | MALE


N:326:Vaire, the Weaver
W:30:40
G:V:y
F:UNIQUE | FEMALE


N:327:Lorien, Master of Dreams
W:30:40
G:V:r
F:UNIQUE | MALE


N:328:Este, the Healer
W:30:40
G:V:s
F:UNIQUE | FEMALE


N:329:Nienna, Lady of Mourning
W:30:40
G:V:v1
F:UNIQUE | FEMALE


N:330:Tulkas, the Valiant
W:30:10
G:V:o
F:UNIQUE | MALE


N:331:Nessa, the Dancer
W:30:40
G:V:B
F:UNIQUE | FEMALE


N:332:Orome, Lord of Forests
W:30:40
G:V:v1
F:UNIQUE | MALE


N:333:Vana, the Ever Young
W:30:40
G:V:W
F:UNIQUE | FEMALE


# Further ideas...

# A    white         Ilmare, Handmaid of Varda
# A    yellow        Eonwe, Herald of Manwe
# A    blue          Osse, Lord of Storms
# A    light blue    Uinen, Lady of the Seas
# A    dark grey     Melian, Lady of Nightingales
# A    green         Iarwain Ben-adar, Oldest and Fatherless
# A    orange        Arien, Keeper of the Heart of Fire
# A    light grey    Tilion, Keeper of the Wayward
# A    grey          Olorin, the Wise Dreamer
# A    ***           Salmar, Horn-Maker


N:401:Melkor, Rightful Lord of Arda
W:40:0
G:V:w
F:UNIQUE | MALE
D:Clothed in shining white, he appears as a beacon of
D: hope and strength in this fallen world.

