# File: r_info.txt
# With new monsters for Zangband 2.2 (or 2.3)
# With new monsters for PernAngband 3.x.x
# With lots of monsters for PernAngband 4.x.x
# With Spirits for ToME 2.1.x

# This file is used to initialize the "lib/raw/r_info.raw" file, which is
# used to initialize the "monster race" information for the Angband game.

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

# After modifying this file, delete the "lib/raw/r_info.raw" file.

# PernAngband notes:

# Currently, "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 acquire their attr from the item/floor below them,
# and use "white" for the recall window. See "cave.c" for info.

# ATTR_MULTI monsters have a "flickering" attr, and use "violet" for the
# recall window. See "cave.c" for info.

# CHAR_CLEAR monsters use special symbols (.) as given below,
# and use those symbols for the recall window. In theory, normally,
# these monsters cannot be targetted, and when examined look like normal
# floors, until the player "notices" them (perhaps check "awake").

# CHAR_MULTI monsters use special symbols (!, ?, =) as given below,
# and use those symbols for the recall window. In theory, normally,
# these monsters cannot be targetted, and when examined look like normal
# objects, until the player "notices" them (perhaps check "awake").

# Note that there are (a few) normal monsters who are "violet" but not
# ATTR_MULTI, and a lot of monsters which are "white" but not ATTR_CLEAR.

# Note that currently both CHAR_CLEAR and CHAR_MULTI monsters are treated
# as normal monsters that are just a little hard to see.

# Note that the monster list underwent several changes for Angband 2.7.9,
# including some monster name changes, some symbol redistributions, and
# some color changes.

# The Umber Hulk joined the Xorn/Xaren (X). The ticks (t) joined the
# spiders (S). The townspeople (t) left the people (p). The "Jabberwock"
# became the "Chaos beetle" (K). The major demons (&) became (U) and the
# minor demons (I) became (u). Multiplying insects (fleas, fruit flies,
# hummerhorns) became (I), visually "matching" the multiplying lice (l).
# The "ant lions" (a) became "ants" (a). The mummified monsters (M)
# joined the zombified monsters (z). The multi-headed hydras (M) left
# the reptiles (R). The snakes (J) left the reptiles (R).

# Some of the old "red" or "brown" monsters became "pink" if they lower
# strength, while some of the old "fire" monsters became simply "red"
# monsters. The "dragons" and "hounds" and related monsters underwent
# a "color scheme regularization" ('w' = White/Cold, 's' = Black/Acid,
# 'o' = Lite/Dark, 'r' = Red/Fire, 'g' = Green/Poison, 'b' = Blue/Elec,
# 'u' = Brown/Earth/Force, 'D' = Dark/etc, 'W' = Stone/Inertia/Gravity/etc,
# 'v' = Multihued/Chaos/Disenchantment/etc, 'y' = Gold/Sound, 'R' = Nexus,
# 'G' = Nether, 'B' = Left-overs, and 'U' = Bronze/Confusion).

# In several situations, two or more monsters with identical symbols and
# colors were changed so that maximal information is conveyed by the symbol
# and color.

# The "people" (p), with more than 50 entries, got a new "color scheme"
# ('w' = Paladin, 's' = Knight, 'o' = Mystic, 'r' = Mage, 'g' = High Priest,
# 'b' = Thief, 'u' = Warrior, 'D' = Death knight, 'W' = Ranger/Archer,
# 'v' = Sorcerer, 'y' = Ninja, 'R' = High Mage, 'G' = Priest, 'B' = High
# Thief, 'U' = High Warrior). Note that most non-unique "people" already
# had these colors, or colors close to these colors. A similar color scheme
# was enforced for the "humanoid" (h) monsters as well, more or less.

# TY: This is no longer entirely accurate. The monster coloring has been
# changed 'back' to pre-2.7.* coloring in several cases. For example, I
# prefer "black" thief characters. Also color can be (and should) be used to
# convey information, but more importantly it is a visual presentation
# of the creature and should be what the creature "looks" like.

# Many of the "unique" monsters were changed to "match" the "base" monster
# from which they were derived. Angband 2.8.0 may require every "unique"
# monster to be based on a "normal" monster, and may enforce color matching.
# This may result in the addition of some new monsters, to serve as "base"
# monsters, possibly including Ogre captains, Greater Balrogs, Black Trolls,
# Vampire Queens, Giant Werewolves, and others. This may be accompanied by
# a separation of the monster list into a "normal" monster list (r_info)
# with 512 entries, and a "unique" monster list (u_info) with 128 entries,
# which will require reorganization of the list. Some new "player ghost"
# unique monsters will probably be added at the same time.

# Mushrooms look just like food (and use the "," symbol for both the recall
# window and for normal display), Creeping coins look just like coins (and
# use the "$" symbol for both the recall window and for normal display), and
# Trappers/Lurkers can never be seen (and use the "." symbol for the recall
# window). All other monsters use "alphabetic" symbols, and "alphabetic"
# symbols are used only for monsters.

# The "0" and "9" symbols are reserved for internal debugging use.

# The "&" symbol is reserved for future use as a special "terrain feature".

# The "`" symbol is reserved as an "alternate" open door picture, since
# the "'" symbol looks like the "," symbol in some fonts (esp. IBM).

# The "x" symbol is free for use as an "attr/char mapping" for annoying
# monsters, such as magic mushrooms, drolems, etc.

# Certain symbols ("X", "Y", "B", "l", "I", etc) are used by
# very few monsters, and could be reorganized somewhat.

# There are still too many "p" monsters, perhaps they should be broken up.

# As always, you can enforce any "visual picture" you want with a "pref file".


###### Understanding the entries ######

# N: serial number : monster name
# G: symbol : color
# I: speed : hit points : vision : armor class : alertness
# W: depth : rarity : corpse weight : experience for kill
# E: weapons : torso : arms : finger : head : leg
# O: treasure : combat : magic : tool
# B: attack method : attack effect : damage
# F: flag | flag | etc
# S: spell frequency |
# S: spell type | spell type | 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.

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

# 'I' is for information - speed, health, vision in tens of feet,
#     armor class, and alertness. 110 is normal speed. Alertness ranges
#     from 0 (ever vigilant for intruders) to 255 (prefers to ignore
#     intruders).

# 'W' is for more information - level, rarity, corpse weight (expressed
#     in deci-pounds) [19 deci-pounds seem to get added to these number
#     in practice], and experience for killing.

# 'E' is for equipment slots - weapon slots, torso slots (the "on body"
#     and "about body" equipment slots), arm slots (expressed in number
#     of pairs), finger slots, head slots, and leg slots (expressed
#     in number of pairs).

# 'O' is for object drop chances - % chance to drop treasure, % chance
#     to drop combat items, % chance to drop magic type items (not 
#     items of good blessing), and % chance to drop tools.  The four 
#     percents added together must be equal to or less than 100.  If
#     the percent is less than 100, that is the chance for the monster
#     to drop junk.

# '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:1_IN_X with X the
#     number of monster turns, on average, before the monster will cast
#     one of its spells. X must not be zero.

# '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. The '|' symbol must also be used
#     to end all but the last line.

# 'D' is for description. As many D: lines may be used as are needed
#     to describe the monster. Note that lines may need spaces at their
#     ends to prevent words from running together in the monster memory.


# Note that monster zero is used for the "player" picture.

# Version stamp (required)

V:2.2.0

##### The Player #####

N:0:Player
G:@:w
E:1:1:1:2:1:1
O:0:0:0:0

##### Town monsters #####

N:1:Filthy street urchin
G:t:D
I:110:1d4:4:1:40
W:0:2:1200:0
E:1:1:1:2:1:1
O:1:1:1:1
B:BEG:*
B:TOUCH:EAT_GOLD
F:MALE | EVIL | WILD_TOWN | WILD_ONLY | 
F:RAND_25 |  FRIENDS | 
F:TAKE_ITEM | OPEN_DOOR | DROP_CORPSE | DROP_SKELETON | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:He looks squalid and thoroughly revolting. 

N:2:Scrawny cat
G:f:U
I:110:1d2:30:1:10
W:0:3:100:0
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d1
F:RAND_25 | WILD_TOO | WILD_GRASS | WILD_TOWN | WILD_ONLY | 
F:ANIMAL | DROP_CORPSE | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A skinny little furball with sharp claws and a menacing look. 

N:3:Sparrow
G:B:U
I:110:1d1:30:1:10
W:0:3:90:0
E:0:1:1:0:1:0
O:0:0:0:0
B:BITE:HURT:1d1
F:RAND_25 | CAN_FLY | WILD_TOWN | WILD_ONLY | 
F:ANIMAL | DROP_SKELETON | HAS_EGG | IMPRESED | 
F:MORTAL | BASEANGBAND
D:Utterly harmless, except when angry. 

N:4:Chaffinch
G:B:r
I:110:1d1:30:1:10
W:0:3:80:0
E:0:1:1:0:1:0
O:0:0:0:0
B:BITE:HURT:1d1
F:RAND_25 | CAN_FLY | WILD_ONLY | WILD_WOOD | WILD_GRASS | 
F:ANIMAL | DROP_SKELETON | HAS_EGG | IMPRESED | 
F:MORTAL | BASEANGBAND
D:Utterly harmless, except when angry. 

N:5:Wild rabbit
G:r:U
I:110:1d2:30:1:10
W:0:3:100:0
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d1
F:RAND_50 | WILD_ONLY | WILD_GRASS | WILD_WOOD |
F:ANIMAL | DROP_SKELETON | DROP_CORPSE | 
F:MORTAL | BASEANGBAND
D:It is not a carnivore, but will defend itself if you stray too 
D:close. 

N:6:Woodsman
G:t:g
I:110:3d3:10:1:255
W:0:1:1000:0
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d6
F:MALE | WILD_ONLY | WILD_WOOD |
F:RAND_25 | DROP_SKELETON | DROP_CORPSE |
F:ONLY_GOLD | DROP_60 | HAS_LITE | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | 
F:MORTAL | BASEANGBAND
D:He has a strong axe with a sharp edge. 

N:7:Scruffy little dog
G:C:U
I:110:1d3:20:1:5
W:0:3:300:0
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d1
F:RAND_25 | DROP_SKELETON | DROP_CORPSE | WILD_TOWN | WILD_ONLY | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A thin flea-ridden mutt, growling as you get close. 

N:8:Farmer Maggot
G:h:w
I:110:35d10:40:10:3
W:0:4:730:0
E:0:1:1:2:1:1
O:0:100:0:0
#B:MOAN:*
#B:MOAN:*
F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE |
F:FORCE_MAXHP | WILD_TOWN | WILD_ONLY | NO_TARGET
F:NEVER_MOVE
F:OPEN_DOOR | BASH_DOOR | SPECIAL_GENE
F:NEUTRAL | NO_DEATH
F:MORTAL | BASEANGBAND | HAS_LITE
D:He's lost his dogs. He's had his mushrooms stolen. He's not a happy 
D:hobbit! 

N:9:Blubbering idiot
G:t:W
I:110:1d2:6:1:0
W:0:1:1500:0
E:1:1:1:2:1:1
O:0:0:0:0
B:DROOL:*
F:MALE | DROP_CORPSE | DROP_SKELETON | WILD_TOWN | WILD_ONLY | 
F:RAND_25 | DROP_1D2 | TAKE_ITEM | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:He tends to blubber a lot. 

N:10:Boil-covered wretch
G:t:g
I:110:1d2:6:1:0
W:0:1:1400:0
E:1:1:1:2:1:1
O:0:0:0:0
B:DROOL:*
F:MALE | DROP_SKELETON | DROP_CORPSE | WILD_TOWN | WILD_ONLY |
F:RAND_25 | DROP_1D2 | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:Ugly doesn't begin to describe him. 

N:11:Village idiot
G:t:G
I:120:4d4:6:1:0
W:0:1:1400:0
E:1:1:1:2:1:1
O:0:0:0:0
B:DROOL:*
F:MALE | DROP_CORPSE | DROP_SKELETON | WILD_TOWN | WILD_ONLY | 
F:RAND_25 | DROP_1D2 | TAKE_ITEM | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:Drooling and comical, but then, what do you expect? 

N:12:Pitiful-looking beggar
G:t:U
I:110:1d4:10:1:40
W:0:1:1300:0
E:1:1:1:2:1:1
O:0:0:0:0
B:BEG:*
F:MALE | DROP_SKELETON | DROP_CORPSE | 
F:RAND_25 | WILD_TOWN | WILD_ONLY | DROP_1D2 | 
F:TAKE_ITEM | OPEN_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:You just can't help feeling sorry for him. 

N:13:Mangy-looking leper
G:t:u
I:110:1d1:10:1:50
W:0:1:1300:0
E:1:1:1:2:1:1
O:0:0:0:0
B:BEG:*
B:TOUCH:DISEASE
F:MALE | DROP_CORPSE | DROP_SKELETON | 
F:RAND_25 | WILD_TOWN | WILD_ONLY | DROP_1D2 | 
F:TAKE_ITEM | OPEN_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:You feel it isn't safe to touch him. 

N:14:Agent of the black market
G:t:b
I:110:2d8:10:8:99
W:0:1:1200:0
E:1:1:1:2:1:1
O:25:50:20:5
B:HIT:HURT:1d6
B:TOUCH:EAT_ITEM
B:INSULT:*
F:MALE | DROP_CORPSE | DROP_SKELETON | 
F:DROP_60 | WILD_TOWN |
F:WILD_SWAMP | WILD_WOOD | WILD_GRASS | WILD_MOUNTAIN | WILD_ONLY | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR |
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
D:He 'finds' new wares for the Black Market. From unwary adventurers... 

N:15:Singing, happy drunk
G:t:y
I:110:2d3:10:1:0
W:0:1:1100:0
E:1:1:1:2:1:1
O:0:0:0:0
B:BEG:*
F:MALE |
F:RAND_50 | DROP_SKELETON | DROP_CORPSE | 
F:ONLY_GOLD | DROP_60 | WILD_TOWN | WILD_ONLY | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:He makes you glad to be sober. 

N:16:Aimless-looking merchant
G:t:o
I:110:3d3:10:1:255
W:0:1:1500:0
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d3
F:MALE | RAND_50 | 
F:ONLY_GOLD | DROP_60 | DROP_SKELETON | DROP_CORPSE | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | WILD_TOWN | WILD_ONLY | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:The typical ponce around town, with purse jingling, and looking for more 
D:amulets of adornment to buy. 

N:17:Mean-looking mercenary
G:t:r
I:110:5d8:10:20:250
W:0:1:1700:0
E:1:1:1:2:1:1
O:0:100:0:0
B:HIT:HURT:1d10
F:MALE | DROP_SKELETON | DROP_CORPSE | 
F:RAND_50 | DROP_90 | WILD_GRASS | WILD_TOWN | WILD_WOOD | WILD_ONLY | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
D:No job is too low for him. 

N:18:Battle-scarred veteran
G:t:B
I:110:7d8:10:30:250
W:0:1:1650:0
E:1:1:1:2:1:1
O:25:50:25:0
B:HIT:HURT:2d6
F:MALE | DROP_SKELETON | DROP_CORPSE | 
F:RAND_50 | DROP_90 | WILD_TOWN | WILD_ONLY | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:He doesn't take to strangers kindly. 

N:19:Martti Ihrasaari
G:P:w
I:109:35d20:50:15:4
W:0:4:2794:0
E:0:1:1:2:1:1
O:50:50:0:0
B:SHOW:*
B:SHOW:*
F:UNIQUE | MALE | CAN_SPEAK |
F:FORCE_MAXHP | DROP_CORPSE | WILD_TOWN | WILD_ONLY | 
F:ONLY_ITEM | DROP_90 | DROP_GOOD |
F:OPEN_DOOR | BASH_DOOR | 
F:JOKEANGBAND | HAS_LITE
D:He weighs 127 kg. He is the president of some remote country. 

##### Normal monsters #####

N:20:Grey mold
G:m:s
I:110:1d2:2:1:0
W:1:1:20:3
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:HURT:1d4
B:SPORE:HURT:1d4
F:NEVER_MOVE | 
F:STUPID | EMPTY_MIND | 
F:IM_POIS | DROP_CORPSE | 
F:NO_CONF | NO_SLEEP | NO_FEAR | 
F:MORTAL | BASEANGBAND | NO_CUT
D:A small strange growth. 

N:21:Large white snake
G:J:w
I:100:3d6:4:30:99
W:1:1:600:2
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:1d1
B:CRUSH:HURT:1d1
F:RAND_50 | WILD_TOO |
F:BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:ANIMAL | HAS_EGG | MORTAL | BASEANGBAND
D:It is about eight feet long. 

N:22:Grey mushroom patch
G:,:s
I:110:1d2:2:1:0
W:1:1:10:1
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE:1d4
F:NEVER_MOVE | 
F:STUPID | EMPTY_MIND | 
F:IM_POIS | DROP_CORPSE | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:Yum! It looks quite tasty. 

N:23:Newt
G:R:y
I:110:2d6:8:12:30
W:1:1:10:2
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d3
B:BITE:HURT:1d3
F:WEIRD_MIND | CAN_SWIM | WILD_TOO | DROP_CORPSE | 
F:WILD_GRASS | WILD_WASTE | WILD_SHORE | WILD_SWAMP | WILD_MOUNTAIN |
F:ANIMAL | HAS_EGG | MORTAL | BASEANGBAND
D:A small, harmless lizard. 

N:24:Giant white centipede
G:c:w
I:110:3d5:7:10:40
W:1:1:500:2
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:1d2
B:STING:HURT:1d2
F:RAND_50 | DROP_SKELETON |
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:25:White icky thing
G:i:w
I:110:2d5:12:7:10
W:1:1:500:1
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:HURT:1d2
F:RAND_50 | RAND_25 | CAN_SWIM |
F:EMPTY_MIND | DROP_CORPSE | BASEANGBAND
D:It is a smallish, slimy, icky creature. 

N:26:Clear icky thing
G:i:B
I:110:2d5:12:6:10
W:1:1:500:2
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:HURT:1d2
F:ATTR_CLEAR | CAN_SWIM |
F:RAND_50 | RAND_25 | 
F:INVISIBLE | EMPTY_MIND | DROP_CORPSE | BASEANGBAND
D:It is a smallish, slimy, icky, blobby creature. 

N:27:Giant white mouse
G:r:w
I:110:1d3:8:4:20
W:1:1:600:1
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d2
F:RAND_50 | WILD_TOO | WILD_GRASS |
F:CAN_SWIM |
F:ANIMAL | DROP_CORPSE |
F:MORTAL | BASEANGBAND |
S:MULTIPLY
D:It is about three feet long with large teeth. 

N:28:Large brown snake
G:J:u
I:100:4d6:4:35:99
W:1:1:800:3
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:1d3
B:CRUSH:HURT:1d4
F:RAND_25 | CAN_SWIM |
F:BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:ANIMAL | HAS_EGG | MORTAL | BASEANGBAND
D:It is about eight feet long. 

N:29:Small kobold
G:k:y
I:110:2d7:20:16:10
W:1:1:800:5
E:1:1:1:2:1:1
O:0:50:0:30
B:HIT:HURT:1d5
F:DROP_60 | WILD_TOO | DROP_SKELETON | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | IM_POIS | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:It is a small, dog-headed humanoid figure. 

N:30:Kobold
G:k:G
I:110:3d7:20:16:10
W:2:1:900:5
E:1:1:1:2:1:1
O:0:50:0:30
B:HIT:HURT:1d8
F:DROP_60 | WILD_TOO |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | IM_POIS | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:It is a squat and ugly dog-headed humanoid. 

N:31:White worm mass
G:w:w
I:100:4d4:7:1:10
W:1:1:30:2
E:0:0:0:0:0:0
O:0:0:0:0
B:CRAWL:POISON:1d2
F:RAND_50 | RAND_25 | CAN_SWIM |
F:STUPID | WEIRD_MIND | 
F:ANIMAL | IM_POIS | HURT_LITE | NO_FEAR
F:MORTAL | BASEANGBAND | NO_CUT
S:MULTIPLY
D:It is a large slimy mass of worms. 

N:32:Floating eye
G:e:o
I:110:3d6:2:6:10
W:1:1:500:1
E:0:0:0:0:0:0
O:0:0:0:0
B:GAZE:PARALYZE
F:NEVER_MOVE | CAN_FLY | DROP_CORPSE | 
F:HURT_LITE | NO_FEAR | BASEANGBAND
D:A disembodied eye, floating a few feet above the ground. 

N:33:Rock lizard
G:R:U
I:110:3d4:20:4:15
W:1:1:100:2
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d1
F:ANIMAL | CAN_SWIM | WILD_TOO | WILD_MOUNTAIN | 
F:DROP_CORPSE | HAS_EGG | 
F:MORTAL | BASEANGBAND
D:It is a small lizard with a hardened hide. 

N:34:Grid bug
G:I:v
I:110:2d4:10:2:10
W:1:1:10:2
E:0:0:0:0:0:0
O:0:0:0:0
B:BITE:ELEC:1d4
F:RAND_25 | FRIENDS | CAN_FLY |
F:STUPID | WEIRD_MIND |
F:ANIMAL | NO_FEAR | IM_ELEC | ZANGBAND
D:A strange electric bug. 

N:35:Jackal
G:C:U
I:110:1d4:10:3:10
W:1:1:400:1
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d1
F:FRIENDS |
F:WILD_TOO | WILD_WOOD | WILD_GRASS | DROP_SKELETON | DROP_CORPSE | 
F:ANIMAL | MORTAL | BASEANGBAND
D:It is a yapping snarling dog, dangerous when in a pack. 

N:36:Soldier ant
G:a:u
I:110:2d5:10:3:10
W:1:1:300:3
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d2
F:WEIRD_MIND | BASH_DOOR | DROP_SKELETON |
F:ANIMAL | WILD_TOO | WILD_GRASS | 
F:MORTAL | BASEANGBAND
D:A large ant with powerful mandibles. 

N:37:Fruit bat
G:b:o
I:120:1d6:20:3:10
W:1:1:20:1
E:0:1:1:0:1:0
O:0:0:0:0
B:BITE:HURT:1d1
F:ANIMAL | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_SWAMP | DROP_CORPSE
F:MORTAL | BASEANGBAND | AI_ANNOY
D:A fast-moving pest. 

N:38:Insect swarm
G:I:u
I:120:1d5:20:4:10
W:1:1:100:1
E:0:0:0:0:0:0
O:0:0:0:0
B:BITE:HURT:1d1
B:STING:HURT:1d1
F:ANIMAL | WEIRD_MIND | CAN_FLY | RAND_25 | WILD_TOO | WILD_GRASS |
F:WILD_WOOD | WILD_SWAMP | 
F:MORTAL | SUSCEP_FIRE | BASEANGBAND | NO_CUT
D:A lone insect may be harmless, but there's a whole swarm of 
D:them here! 

N:39:The Greater hell-beast
G:U:s
I:120:15d100:10:1:99
W:1:16:2000:2500
E:0:1:0:2:1:0
O:0:0:0:0
B:GAZE:*
B:GAZE:*
B:CRUSH:*
F:EVIL | IM_ACID | IM_ELEC | IM_FIRE | IM_POIS | IM_COLD | UNIQUE | 
F:RES_NETH | RES_WATE | RES_PLAS | RES_DISE | RES_NEXU | NO_SLEEP | NO_CONF
F:KILL_WALL | FORCE_MAXHP | CAN_SWIM | DROP_CORPSE | JOKEANGBAND | HAS_LITE
S:1_IN_9 |
S:TPORT | BLINK | TELE_AWAY
D:This unholy abomination will crush you. Flee while you can! 

N:40:Shrieker mushroom patch
G:,:R
I:110:1d1:4:1:0
W:2:1:40:1
E:0:0:0:0:0:0
O:0:0:0:0
F:FORCE_SLEEP | NEVER_MOVE | NEVER_BLOW | 
F:STUPID | EMPTY_MIND | 
F:IM_POIS | WILD_TOO | WILD_SWAMP | DROP_CORPSE | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_4 | 
S:SHRIEK
D:Yum!  It looks quite tasty.  It doesn't sound so nice, though... 

N:41:Blubbering icky thing
G:i:W
I:110:5d6:14:4:10
W:2:1:400:8
E:0:0:0:0:0:0
O:20:20:20:20
B:CRAWL:POISON:1d4
B:CRAWL:EAT_FOOD
B:DROOL:*
B:DROOL:*
F:RAND_50 | DROP_90 | CAN_SWIM | DROP_CORPSE | 
F:EMPTY_MIND | TAKE_ITEM | KILL_BODY | 
F:IM_POIS | BASEANGBAND
D:It is a smallish, slimy, icky, hungry creature. 

N:42:Metallic green centipede
G:c:g
I:120:4d4:5:4:10
W:3:1:500:5
E:0:0:0:0:1:0
O:0:0:0:0
B:CRAWL:HURT:1d2
F:RAND_50 | WILD_TOO | DROP_SKELETON
F:WEIRD_MIND | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:43:Novice warrior
G:p:u
I:110:9d4:20:16:5
W:2:1:1600:6
E:1:1:1:2:1:1
O:25:50:0:20
B:HIT:HURT:1d7
B:HIT:HURT:1d6
F:MALE | 
F:DROP_60 | WILD_TOO | DROP_SKELETON | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:He looks inexperienced but tough. 

N:44:Novice rogue
G:p:b
I:110:8d4:20:12:5
W:2:1:1400:6
E:1:1:1:2:1:1
O:50:25:0:20
B:HIT:HURT:1d6
B:TOUCH:EAT_GOLD
F:MALE | 
F:DROP_60 | DROP_SKELETON | DROP_CORPSE | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | WILD_TOO |
F:EVIL | MORTAL | BASEANGBAND
D:A rather shifty individual. 

N:45:Novice priest
G:p:g
I:110:7d4:20:10:10
W:2:1:1500:6
E:1:1:1:2:1:1
O:25:0:50:20
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | GOOD | WILD_TOO | DROP_SKELETON | DROP_CORPSE | 
F:DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_12 | 
S:HEAL | SCARE | CAUSE_1
D:He is tripping over his priestly robes. 

N:46:Novice mage
G:p:r
I:110:6d4:20:6:5
W:2:1:1400:6
E:1:1:1:2:1:1
O:25:0:70:0
B:HIT:HURT:1d4
F:MALE | 
F:FORCE_SLEEP | WILD_TOO | DROP_SKELETON | DROP_CORPSE | 
F:DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_12 | 
S:BLINK | BLIND | CONF | MISSILE
D:He is leaving behind a trail of dropped spell components. 

N:47:Yellow mushroom patch
G:,:y
I:110:1d1:2:1:0
W:2:1:30:2
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:TERRIFY:1d6
F:NEVER_MOVE | WILD_TOO | WILD_SWAMP |
F:STUPID | EMPTY_MIND | 
F:IM_POIS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | 
F:MORTAL | BASEANGBAND | NO_CUT
D:Yum!  It looks quite tasty. 

N:48:White jelly
G:j:w
I:120:8d8:2:1:99
W:2:1:2000:10
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:POISON:1d2
F:NEVER_MOVE | CAN_SWIM |
F:STUPID | EMPTY_MIND | 
F:IM_POIS | HURT_LITE | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It's a large pile of white flesh. 

N:49:Giant black ant
G:a:D
I:110:3d6:8:20:80
W:2:1:500:8
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d4
F:RAND_25 | 
F:WEIRD_MIND | DROP_SKELETON | 
F:BASH_DOOR | WILD_TOO | WILD_WOOD | WILD_GRASS |
F:ANIMAL | MORTAL | BASEANGBAND
D:It is about three feet long.

N:50:Salamander
G:R:o
I:110:4d6:8:20:80
W:2:1:100:10
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:FIRE:1d3
F:RAND_25 | CAN_SWIM | WILD_TOO | WILD_VOLCANO | DROP_CORPSE | 
F:ANIMAL | IM_FIRE | SUSCEP_COLD | 
F:MORTAL | BASEANGBAND
D:A small black and orange lizard. 

N:51:White harpy
G:H:w
I:110:2d5:16:17:10
W:2:1:500:5
E:0:1:1:0:1:0
O:0:0:0:0
B:CLAW:HURT:1d1
B:CLAW:HURT:1d1
B:BITE:HURT:1d2
F:FEMALE | CAN_FLY | WILD_TOO | WILD_MOUNTAIN | 
F:RAND_50 | DROP_CORPSE | ANIMAL | EVIL | MORTAL | BASEANGBAND
D:A flying, screeching bird with a woman's face. 

N:52:Blue yeek
G:y:b
I:110:2d6:18:14:10
W:2:1:700:4
E:1:1:1:2:1:1
O:25:0:0:55
B:HIT:HURT:1d5
F:DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE | 
F:ANIMAL | IM_ACID | 
F:MORTAL | BASEANGBAND
D:A small humanoid figure. 

N:53:Grip, Farmer Maggot's dog
G:C:w
I:120:7d5:30:30:0
W:2:2:600:30
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d6
F:UNIQUE | SPECIAL_GENE
F:FORCE_MAXHP | RAND_25 | DROP_CORPSE
F:BASH_DOOR | ANIMAL
F:MORTAL | BASEANGBAND
D:A rather vicious dog belonging to Farmer Maggot. It thinks you are 
D:stealing mushrooms. 

N:54:Wolf, Farmer Maggot's dog
G:C:w
I:120:7d5:30:30:0
W:2:2:650:30
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d6
F:UNIQUE | SPECIAL_GENE
F:FORCE_MAXHP | RAND_25 | DROP_CORPSE
F:BASH_DOOR 
F:ANIMAL | MORTAL | BASEANGBAND
D:A rather vicious dog belonging to Farmer Maggot. It thinks you are 
D:stealing mushrooms. 

N:55:Fang, Farmer Maggot's dog
G:C:w
I:120:7d5:30:30:0
W:2:2:700:30
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d6
F:UNIQUE | SPECIAL_GENE
F:FORCE_MAXHP | RAND_25 | DROP_CORPSE
F:BASH_DOOR 
F:ANIMAL | MORTAL | BASEANGBAND
D:A rather vicious dog belonging to Farmer Maggot. It thinks you are 
D:stealing mushrooms. 

N:56:Giant green frog
G:R:g
I:110:2d8:12:8:30
W:2:1:200:6
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d3
F:RAND_25 | WILD_ONLY | WILD_SHORE | WILD_SWAMP | DROP_CORPSE | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:It is as big as a wolf. 

N:57:Freesia
G:f:u
I:120:6d5:30:30:0
W:2:1:450:32
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d4
F:UNIQUE | 
F:FORCE_MAXHP | DROP_SKELETON
F:BASH_DOOR | 
F:ANIMAL
F:MORTAL | ZANGBAND
D:A striped housecat who enjoys hunting. 

N:58:Green worm mass
G:w:g
I:100:6d4:7:3:10
W:2:1:40:3
E:0:0:0:0:0:0
O:0:0:0:0
B:CRAWL:ACID:1d3
F:RAND_50 | RAND_25 | 
F:STUPID | WEIRD_MIND | 
F:ANIMAL | IM_ACID | CAN_SWIM | 
F:HURT_LITE | NO_FEAR | 
F:MORTAL | BASEANGBAND | NO_CUT
S:MULTIPLY
D:It is a large slimy mass of worms. 

N:59:Large yellow snake
G:J:y
I:100:4d8:5:38:75
W:2:1:1000:9
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:1d4
B:CRUSH:HURT:1d6
F:RAND_25 | CAN_SWIM | WILD_TOO | DROP_SKELETON | DROP_CORPSE
F:BASH_DOOR | HAS_EGG | ANIMAL | MORTAL | BASEANGBAND
D:It is about ten feet long. 

N:60:Cave spider
G:S:D
I:120:2d6:8:16:80
W:2:1:400:7
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d4
F:FRIENDS | 
F:WEIRD_MIND | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:ANIMAL | SPIDER | HURT_LITE | 
F:MORTAL | BASEANGBAND
D:It is a black spider that moves in fits and starts. 

N:61:Crow
G:B:s
I:120:3d5:40:12:0
W:2:2:300:8
E:0:1:1:0:1:0
O:0:0:0:0
B:BITE:HURT:1d3
B:BITE:HURT:1d3
F:ANIMAL | WILD_TOO | WILD_WOOD | CAN_FLY | DROP_CORPSE
F:MORTAL | HAS_EGG | BASEANGBAND
D:It is a hooded crow, gray except for the black wings and head. 

N:62:Wild cat
G:f:U
I:120:3d5:40:12:0
W:2:2:200:8
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
F:BASH_DOOR | WILD_TOO | DROP_SKELETON | DROP_CORPSE |
F:ANIMAL | MORTAL | BASEANGBAND
D:A larger than normal feline, hissing loudly. Its velvet claws conceal a 
D:fistful of needles. 

N:63:Smeagol
G:h:B
I:130:20d20:20:12:5
W:3:2:670:16
E:1:1:1:2:1:1
O:50:50:0:0
B:TOUCH:EAT_GOLD
F:UNIQUE | MALE | CAN_SWIM | DROP_SKELETON | DROP_CORPSE | DROP_CHOSEN | 
F:FORCE_MAXHP | CAN_SPEAK | SMART | 
F:RAND_50 | RAND_25 | WILD_TOO |
F:ONLY_ITEM | DROP_90 | DROP_GOOD | DROP_GREAT |
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | INVISIBLE
F:EVIL | BASEANGBAND
D:Usually known as Gollum.  He's been sneaking, and he wants his 'precious.' 

N:64:Green ooze
G:j:g
I:120:3d4:8:16:80
W:3:2:300:4
E:0:0:0:0:0:0
O:50:0:25:20
B:CRAWL:ACID:1d3
F:RAND_50 | RAND_25 | DROP_90 | 
F:STUPID | EMPTY_MIND | 
F:IM_ACID | IM_POIS | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It's green and it's oozing. 

N:65:Poltergeist
G:G:s
I:130:2d5:8:15:10
W:3:1:0:8
E:0:0:0:0:0:0
O:50:5:30:10
B:TOUCH:TERRIFY
F:RAND_50 | RAND_25 | CAN_FLY |
F:DROP_60 | DROP_90 | 
F:INVISIBLE | COLD_BLOOD | PASS_WALL | TAKE_ITEM | 
F:EVIL | UNDEAD | 
F:IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT
S:1_IN_15 | 
S:BLINK
D:It is a ghastly, ghostly form. 

N:66:Yellow jelly
G:j:y
I:120:10d8:2:1:99
W:3:1:2000:12
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:POISON:1d3
F:NEVER_MOVE | CAN_SWIM |
F:STUPID | EMPTY_MIND | 
F:IM_POIS | HURT_LITE | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_15 | 
S:DRAIN_MANA
D:It's a large pile of yellow flesh. 

N:67:Metallic blue centipede
G:c:b
I:120:4d5:6:6:15
W:4:1:770:6
E:0:0:0:0:1:0
O:0:0:0:0
B:CRAWL:HURT:1d3
F:RAND_50 | DROP_SKELETON
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:68:Raven
G:B:D
I:120:4d5:40:12:0
W:4:2:500:8
E:0:1:1:0:1:0
O:0:0:0:0
B:BITE:HURT:1d4
B:BITE:HURT:1d4
F:ANIMAL | WILD_TOO | WILD_WOOD | CAN_FLY | DROP_CORPSE
F:MORTAL | HAS_EGG | BASEANGBAND
D:Larger than a crow, and pitch black. 

N:69:Giant white louse
G:I:w
I:120:1d1:6:5:10
W:3:1:100:1
E:0:0:0:0:0:0
O:0:0:0:0
B:BITE:HURT:1d1
F:RAND_50 | RAND_25 | CAN_FLY |
F:WEIRD_MIND | ANIMAL | MORTAL | BASEANGBAND
S:MULTIPLY
D:It is six inches long. 

N:70:Giant yellow centipede
G:c:y
I:110:3d6:8:12:30
W:2:1:500:3
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:1d3
B:STING:HURT:1d3
F:RAND_50 | DROP_SKELETON |
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:71:Black naga
G:n:D
I:110:6d8:16:40:120
W:3:1:1700:20
E:0:0:0:0:1:0
O:0:75:20:5
B:CRUSH:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_CORPSE | 
F:BASH_DOOR | CAN_SWIM |
F:EVIL | MORTAL | BASEANGBAND
D:A large black serpent's body with a female torso. 

N:72:Spotted mushroom patch
G:,:o
I:110:1d1:2:1:0
W:3:1:30:3
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:POISON:2d4
F:NEVER_MOVE | WILD_TOO | WILD_SWAMP | 
F:STUPID | EMPTY_MIND | 
F:IM_POIS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:Yum!  It looks quite tasty. 

N:73:Silver jelly
G:j:W
I:120:10d8:2:1:99
W:3:2:2000:12
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:EAT_LITE:1d3
B:TOUCH:EAT_LITE:1d3
F:NEVER_MOVE | CAN_SWIM |
F:STUPID | EMPTY_MIND |
F:IM_POIS | HURT_LITE | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_15 | 
S:DRAIN_MANA
D:It is a large pile of silver flesh that sucks all light from its 
D:surroundings. 

N:74:Scruffy-looking hobbit
G:h:s
I:110:3d5:16:8:10
W:3:1:1000:4
E:1:1:1:2:1:1
O:0:50:0:40
B:HIT:HURT:1d4
B:TOUCH:EAT_GOLD
F:MALE | 
F:DROP_60 | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL
F:MORTAL | BASEANGBAND
D:A short little guy, in bedraggled clothes. He appears to be looking 
D:for a good tavern. 

N:75:Giant white ant
G:a:w
I:110:3d6:8:16:80
W:3:1:800:7
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d4
F:WEIRD_MIND | BASH_DOOR | WILD_TOO | WILD_GRASS | 
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about two feet long and has sharp pincers. 

N:76:Yellow mold
G:m:y
I:110:8d8:2:10:99
W:3:1:30:9
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:HURT:1d4
F:NEVER_MOVE | 
F:STUPID | EMPTY_MIND | 
F:IM_POIS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a strange growth on the dungeon floor. 

N:77:Metallic red centipede
G:c:r
I:120:4d8:8:9:20
W:5:1:800:10
E:0:0:0:0:1:0
O:0:0:0:0
B:CRAWL:HURT:2d3
F:RAND_25 | 
F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_SKELETON
F:ANIMAL | MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:78:Yellow worm mass
G:w:y
I:100:4d8:7:4:10
W:3:2:200:4
E:0:0:0:0:0:0
O:0:0:0:0
B:CRAWL:LOSE_DEX:1d3
F:RAND_50 | RAND_25 | CAN_SWIM |
F:STUPID | WEIRD_MIND | 
F:ANIMAL | HURT_LITE | NO_FEAR | 
F:MORTAL | BASEANGBAND | NO_CUT
S:MULTIPLY
D:It is a large slimy mass of worms. 

N:79:Clear worm mass
G:w:B
I:100:4d4:7:1:10
W:3:2:200:4
E:0:0:0:0:0:0
O:0:0:0:0
B:CRAWL:POISON:1d2
F:ATTR_CLEAR | CAN_SWIM |
F:RAND_50 | RAND_25 | 
F:STUPID | WEIRD_MIND | INVISIBLE | 
F:ANIMAL | 
F:IM_POIS | HURT_LITE | NO_FEAR | 
F:MORTAL | BASEANGBAND | NO_CUT
S:MULTIPLY
D:It is a disgusting mass of poisonous worms. 

N:80:Radiation eye
G:e:R
I:110:3d6:2:6:10
W:3:1:500:6
E:0:0:0:0:0:0
O:0:0:0:0
B:GAZE:LOSE_STR:1d6
F:NEVER_MOVE | CAN_FLY | DROP_CORPSE | 
F:HURT_LITE | NO_FEAR | BASEANGBAND | HAS_LITE
S:1_IN_11 | 
S:DRAIN_MANA
D:A disembodied eye, crackling with energy. 

N:81:Yellow light
G:*:y
I:120:2d6:8:12:30
W:4:1:0:4
E:0:0:0:0:0:0
O:0:0:0:0
B:EXPLODE:BLIND
F:EMPTY_MIND | CAN_FLY | NONLIVING | SUSCEP_ELEC | 
F:BASEANGBAND | HAS_LITE | RAND_50 | RAND_25 | NO_CUT
D:A fast-moving bright light, apparently totally random in its movement.

N:82:Cave lizard
G:R:u
I:110:3d6:8:16:80
W:4:1:100:8
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d5
F:ANIMAL | CAN_SWIM | DROP_CORPSE | HAS_EGG | 
F:MORTAL | BASEANGBAND
D:It is an armoured lizard with a powerful bite. 

N:83:Novice ranger
G:p:W
I:110:6d8:20:8:5
W:4:1:1400:18
E:1:1:1:2:1:1
O:25:45:25:0
B:HIT:HURT:1d5
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | DROP_SKELETON | DROP_CORPSE
F:DROP_60 | 
F:OPEN_DOOR | BASH_DOOR |  WILD_TOO | WILD_WOOD |
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_9 | 
S:ARROW_2 | MISSILE
D:An agile hunter, ready and relaxed. 

N:84:Blue jelly
G:j:b
I:110:12d8:2:1:99
W:4:1:2000:14
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:COLD:1d6
F:NEVER_MOVE | COLD_BLOOD | 
F:STUPID | EMPTY_MIND | CAN_SWIM |
F:IM_COLD | HURT_LITE | 
F:NO_CONF | NO_SLEEP | NO_FEAR | SUSCEP_FIRE | BASEANGBAND | NO_CUT
D:It's a large pile of pulsing blue flesh. 

N:85:Creeping copper coins
G:$:u
I:100:7d8:3:24:10
W:4:3:0:9
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:HURT:1d4
B:TOUCH:POISON:2d4
F:ONLY_GOLD | DROP_1D2 | SUSCEP_ACID |
F:COLD_BLOOD | BASH_DOOR | 
F:IM_ELEC | IM_POIS | CHAR_MULTI | 
F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT
D:It appears to be a pile of copper coins, until it starts crawling towards you 
D:on tiny legs. 

N:86:Giant white rat
G:r:W
I:110:2d2:8:7:30
W:4:1:200:1
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d3
F:RAND_25 | 
F:ANIMAL | MORTAL | BASEANGBAND
S:MULTIPLY
D:It is a very vicious rodent. 

N:87:Snotling
G:o:U
I:110:5d5:20:32:30
W:4:1:900:15
E:1:1:1:2:1:1
O:25:50:0:20
B:HIT:HURT:1d6
F:MALE | 
F:FRIENDS | DROP_60 | RAND_50 | DROP_SKELETON | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR |  WILD_TOO | WILD_WOOD |
F:EVIL | ORC | HURT_LITE | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:Immature Orclings, running wild and screaming all the time. 

N:88:Swordfish
G:~:W
I:120:4d7:14:10:20
W:4:2:800:15
E:0:0:0:0:1:0
O:0:0:0:0
B:HIT:HURT:1d5
B:HIT:HURT:1d5
F:ANIMAL | AQUATIC | WILD_TOO | COLD_BLOOD | 
F:MORTAL | BASEANGBAND
D:A fish with a swordlike "beak". 

N:89:Blue worm mass
G:w:b
I:100:5d8:7:12:10
W:4:1:40:5
E:0:0:0:0:0:0
O:0:0:0:0
B:CRAWL:COLD:1d4
F:RAND_50 | RAND_25 | 
F:STUPID | WEIRD_MIND | COLD_BLOOD | 
F:ANIMAL | IM_COLD | CAN_SWIM |
F:HURT_LITE | NO_FEAR | 
F:MORTAL | SUSCEP_FIRE | BASEANGBAND | NO_CUT
S:MULTIPLY
D:It is a large slimy mass of worms. 

N:90:Large grey snake
G:J:s
I:100:6d8:6:41:50
W:4:1:1300:14
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:1d5
B:CRUSH:HURT:1d8
F:RAND_25 | CAN_SWIM | DROP_SKELETON | DROP_CORPSE | WILD_TOO | 
F:BASH_DOOR | HAS_EGG | ANIMAL | MORTAL | BASEANGBAND
D:It is about ten feet long. 

N:91:Skeleton kobold
G:s:W
I:110:5d8:20:26:40
W:5:1:800:12
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d6
F:COLD_BLOOD | EMPTY_MIND | OPEN_DOOR | BASH_DOOR | 
F:EVIL | UNDEAD | IM_COLD | IM_POIS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a small animated kobold skeleton. 

N:92:Ewok
G:h:G
I:120:3d5:10:10:10
W:9:2:700:20
E:1:1:1:2:1:1
O:50:0:50:0
B:HIT:HURT:1d6
B:HIT:HURT:1d6
F:DROP_60 | OPEN_DOOR | BASH_DOOR | FRIENDS | DROP_CORPSE |
F:WILD_TOO | WILD_WOOD | 
F:MORTAL | JOKEANGBAND
S:1_IN_8
S:ARROW_1
D:A cute little bear, full of merchandising potential. 

N:93:Novice mage
G:p:r
I:110:6d4:20:6:10
W:6:2:1400:6
E:1:1:1:2:1:1
O:25:0:70:0
B:HIT:HURT:1d4
F:MALE | 
F:FORCE_SLEEP | 
F:FRIENDS | DROP_60 |  WILD_TOO | DROP_SKELETON | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_12 | 
S:BLINK | BLIND | CONF | MISSILE
D:He is leaving behind a trail of dropped spell components. 

N:94:Green naga
G:n:g
I:110:9d8:18:40:120
W:5:1:1700:30
E:0:0:0:0:1:0
O:0:25:0:65
B:CRUSH:HURT:1d8
B:SPIT:ACID:2d6
F:FEMALE | 
F:RAND_25 | TAKE_ITEM | DROP_60 | DROP_CORPSE | 
F:BASH_DOOR | CAN_SWIM | WILD_TOO | WILD_SHORE |
F:EVIL | IM_ACID | MORTAL | BASEANGBAND
D:A large green serpent with a female torso. Her green skin glistens with 
D:acid. 

N:95:Giant leech
G:w:u
I:120:6d8:10:20:50
W:5:1:30:20
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:3d1
B:BITE:HURT:3d1
F:ANIMAL | AQUATIC | WEIRD_MIND | RAND_25 | BASEANGBAND
D:Yech! The disgusting thing only wants your blood! 

N:96:Barracuda
G:~:G
I:120:6d8:20:45:20
W:5:2:150:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:1d10
B:BITE:HURT:1d10
F:AQUATIC | ANIMAL | WILD_TOO | COLD_BLOOD | 
F:MORTAL | BASEANGBAND
D:A predatory fish with razor-sharp teeth. 

N:97:Novice paladin
G:p:w
I:110:6d8:20:16:5
W:4:1:1700:18
E:1:1:1:2:1:1
O:0:70:25:0
B:HIT:HURT:1d7
B:HIT:HURT:1d7
F:MALE | GOOD | WILD_TOO | DROP_SKELETON | DROP_CORPSE |
F:FORCE_SLEEP | 
F:DROP_60 |
F:OPEN_DOOR | BASH_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_9 | 
S:SCARE | CAUSE_1
D:An adventurer both devoutly religious and skilful in combat.  
D:He seems to consider you an agent of the devil. 

N:98:Zog
G:h:b
I:110:13d9:20:20:20
W:5:1:600:25
E:0:1:0:2:1:0
O:50:0:25:20
B:HIT:HURT:1d8
B:HIT:HURT:1d8
B:DROOL:*
F:EVIL | OPEN_DOOR | BASH_DOOR | DROP_90 | DROP_SKELETON | 
F:MORTAL | ZANGBAND
D:Drooling, insectoid aliens with disgusting habits. 

N:99:Blue ooze
G:j:b
I:110:3d4:8:16:80
W:5:1:300:7
E:0:0:0:0:0:0
O:45:20:20:0
B:CRAWL:COLD:1d4
F:RAND_50 | RAND_25 | DROP_60 | 
F:STUPID | EMPTY_MIND | CAN_SWIM |
F:IM_COLD | SUSCEP_FIRE
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It's blue and it's oozing. 

N:100:Green glutton ghost
G:G:g
I:130:3d4:10:20:10
W:5:1:0:15
E:0:0:0:0:0:0
O:30:30:30:5
B:TOUCH:EAT_FOOD:1d1
F:RAND_50 | RAND_25 | 
F:DROP_60 | DROP_90 | CAN_FLY |
F:INVISIBLE | COLD_BLOOD | PASS_WALL | 
F:EVIL | UNDEAD | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT
D:It is a very ugly green ghost with a voracious appetite. 

N:101:Green jelly
G:j:g
I:120:22d8:2:1:99
W:5:1:2500:18
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:ACID:1d2
F:NEVER_MOVE | 
F:STUPID | EMPTY_MIND | CAN_SWIM |
F:IM_ACID | HURT_LITE | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a large pile of pulsing green flesh. 

N:102:Large kobold
G:k:b
I:110:13d9:20:32:30
W:5:1:1000:25
E:1:1:1:2:1:1
O:0:90:0:5
B:HIT:HURT:1d10
F:DROP_90 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | IM_POIS | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:It a man-sized figure with the all too recognisable face of a kobold. 

N:103:Grey icky thing
G:i:s
I:110:4d8:14:12:15
W:5:1:500:10
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:HURT:1d5
F:RAND_50 | CAN_SWIM | DROP_CORPSE | 
F:EMPTY_MIND | BASEANGBAND
D:It is a smallish, slimy, icky, nasty creature. 

N:104:Disenchanter eye
G:e:v
I:100:7d8:2:10:10
W:5:2:500:20
E:0:0:0:0:0:0
O:0:0:0:0
B:GAZE:UN_BONUS
F:ATTR_MULTI | ATTR_ANY | RES_DISE | DROP_CORPSE | 
F:NEVER_MOVE | CAN_FLY | 
F:HURT_LITE | NO_FEAR | BASEANGBAND
S:1_IN_9 | 
S:DRAIN_MANA
D:A disembodied eye, crackling with magic. 

N:105:Red worm mass
G:w:r
I:100:5d8:7:12:10
W:5:1:40:6
E:0:0:0:0:0:0
O:0:0:0:0
B:CRAWL:FIRE:1d6
F:RAND_50 | RAND_25 | SUSCEP_COLD |
F:STUPID | EMPTY_MIND | BASH_DOOR | 
F:ANIMAL | IM_FIRE | CAN_SWIM |
F:HURT_LITE | NO_FEAR | 
F:MORTAL | BASEANGBAND | NO_CUT
S:MULTIPLY
D:It is a large slimy mass of worms. 

N:106:Copperhead snake
G:J:o
I:110:4d6:6:20:1
W:5:1:200:15
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:POISON:2d4
F:RAND_50 | CAN_SWIM | WILD_TOO | DROP_SKELETON | DROP_CORPSE | BASH_DOOR | 
F:ANIMAL | IM_POIS | HAS_EGG | MORTAL | BASEANGBAND
D:It has a copper head and sharp venomous fangs. 

N:107:Death sword
G:|:W
I:130:6d6:20:40:0
W:6:5:0:30
E:0:0:0:0:0:0
O:50:0:50:0
B:HIT:HURT:5d5
B:HIT:HURT:5d5
B:HIT:HURT:5d5
B:HIT:HURT:5d5
F:NEVER_MOVE | NONLIVING | NO_FEAR | SUSCEP_ACID |
F:STUPID | EMPTY_MIND | COLD_BLOOD | CHAR_MULTI | NO_CONF | NO_SLEEP | 
F:DROP_90 | EVIL | IM_COLD | IM_FIRE | FORCE_MAXHP | IM_ELEC | IM_POIS | 
F:BASEANGBAND | HAS_LITE | NO_CUT
D:A bloodthirsty blade lurking for prey. Beware! 

N:108:Purple mushroom patch
G:,:v
I:110:1d1:2:1:0
W:6:2:40:15
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:LOSE_CON:1d2
B:SPORE:LOSE_CON:1d2
B:SPORE:LOSE_CON:1d2
F:NEVER_MOVE | CAN_SWIM |
F:STUPID | EMPTY_MIND | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:Yuk!  It doesn't look so tasty. 

N:109:Novice priest
G:p:g
I:110:7d4:20:10:5
W:6:2:1500:6
E:1:1:1:2:1:1
O:20:50:20:5
B:HIT:HURT:1d5
F:MALE | GOOD |
F:FORCE_SLEEP |  WILD_TOO | DROP_SKELETON | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_12 | 
S:HEAL | SCARE | CAUSE_1
D:He is tripping over his priestly robes. 

N:110:Novice warrior
G:p:u
I:110:9d4:20:16:5
W:6:2:1600:6
E:1:1:1:2:1:1
O:0:95:0:0
B:HIT:HURT:1d7
B:HIT:HURT:1d6
F:MALE | 
F:FRIENDS | DROP_60 | WILD_TOO |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:He looks inexperienced but tough. 

N:111:Nibelung
G:h:D
I:110:8d4:20:12:5
W:6:1:900:6
E:1:1:1:2:1:1
O:90:0:0:5
B:HIT:HURT:1d6
B:TOUCH:EAT_GOLD
F:MALE | 
F:FRIENDS | DROP_60 | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | 
F:EVIL | HURT_LITE | RES_DISE | DROP_SKELETON | DROP_CORPSE | 
F:MORTAL | ZANGBAND | HAS_LITE
D:Night dwarfs collecting riches. 

N:112:The disembodied hand that strangled people
G:z:g
I:130:7d8:30:15:20
W:6:2:300:20
E:0:0:0:1:0:0
O:0:0:0:0
B:CRUSH:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | 
F:EVIL | UNDEAD | IM_POIS | CAN_FLY | UNIQUE | 
F:NO_CONF | NO_SLEEP | NO_FEAR | ZANGBAND | NO_CUT
D:Even today, nobody knows where it lurks... 

N:113:Brown mold
G:m:u
I:110:15d8:2:12:99
W:6:1:50:20
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE:1d4
F:NEVER_MOVE | 
F:STUPID | EMPTY_MIND | 
F:IM_POIS | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:A strange brown growth on the dungeon floor. 

N:114:Giant brown bat
G:b:u
I:130:3d8:10:15:30
W:6:1:600:10
E:0:1:1:0:1:0
O:0:0:0:0
B:BITE:HURT:1d3
F:RAND_50 | CAN_FLY | WILD_TOO | WILD_MOUNTAIN | WILD_WOOD |
F:ANIMAL | DROP_CORPSE | AI_ANNOY
F:MORTAL | BASEANGBAND
D:It screeches as it attacks. 

N:115:Rat-thing
G:r:R
I:120:9d9:12:20:20
W:6:1:1000:10
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:3d2
B:BITE:HURT:3d1
B:BITE:HURT:3d2
F:EVIL | ANIMAL | DROP_CORPSE | 
F:MORTAL | ZANGBAND
S:1_IN_9
S:SCARE | CONF
D:A ratlike creature with a humanlike face. 

N:116:Novice rogue
G:p:b
I:110:8d4:20:12:5
W:6:2:1400:6
E:1:1:1:2:1:1
O:50:25:0:20
B:HIT:HURT:1d6
B:TOUCH:EAT_GOLD
F:MALE | FRIENDS | 
F:DROP_60 | DROP_SKELETON | DROP_CORPSE | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | WILD_TOO |
F:EVIL | MORTAL | BASEANGBAND
D:A rather shifty individual. 

N:117:Creeping silver coins
G:$:s
I:100:12d8:4:30:10
W:6:3:0:18
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:HURT:1d6
B:TOUCH:POISON:2d6
F:ONLY_GOLD | DROP_60 | DROP_1D2 | 
F:COLD_BLOOD | BASH_DOOR | SUSCEP_ACID | CHAR_MULTI | 
F:IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT
D:It appears to be a pile of silver coins, until it starts crawling towards you 
D:on tiny legs. 

N:118:Snaga
G:o:U
I:110:8d8:20:32:30
W:6:1:1600:15
E:1:1:1:2:1:1
O:20:50:5:15
B:HIT:HURT:1d8
F:MALE | 
F:FRIENDS | DROP_60 | WILD_TOO | DROP_SKELETON | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | ORC | HURT_LITE | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:He is one of the many weaker 'slave' orcs, often mistakenly known as a 
D:goblin. 

N:119:Rattlesnake
G:J:r
I:110:6d7:6:24:1
W:6:1:200:20
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:POISON:2d5
F:RAND_50 | CAN_SWIM | WILD_TOO | DROP_SKELETON | DROP_CORPSE | 
F:BASH_DOOR | HAS_EGG | ANIMAL | IM_POIS | MORTAL | BASEANGBAND
D:It is recognised by the hard-scaled end of its body that is often rattled 
D:to frighten its prey. 

N:120:Giant slug
G:w:U
I:100:12d9:10:25:25
W:6:1:600:25
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:ACID:2d4
B:BITE:ACID:2d6
F:ANIMAL | EMPTY_MIND | KILL_ITEM | KILL_BODY | CAN_SWIM |  WILD_TOO |
F:DROP_CORPSE | 
F:MORTAL | BASEANGBAND
S:1_IN_10
S:BR_ACID
D:It is slowly making its way towards you, eating everything in 
D:its path... 

N:121:Giant pink frog
G:R:r
I:110:5d8:12:16:50
W:7:1:200:16
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:LOSE_STR:2d4
F:RAND_50 | WILD_ONLY | WILD_SHORE | WILD_SWAMP |
F:BASH_DOOR | DROP_CORPSE
F:ANIMAL | MORTAL | BASEANGBAND
D:It looks poisonous. 

N:122:Dark elf
G:h:D
I:110:7d10:20:16:20
W:7:2:1200:25
E:1:1:1:2:1:1
O:20:20:50:10
B:HIT:HURT:1d6
B:HIT:HURT:1d6
F:MALE | 
F:FORCE_SLEEP | 
F:DROP_90 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | HURT_LITE | BASEANGBAND | HAS_LITE
S:1_IN_10 | 
S:CONF | DARKNESS | MISSILE
D:An elven figure with jet black skin and white hair, his eyes are large and 
D:twisted with evil. 

N:123:Zombified kobold
G:z:s
I:110:6d8:20:14:30
W:7:1:750:14
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d2
B:HIT:HURT:1d2
F:EMPTY_MIND | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | 
F:EVIL | UNDEAD | IM_COLD | IM_POIS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is an animated kobold corpse. Flesh falls off in large chunks as it 
D:shambles forward. 

N:124:Crypt creep
G:s:D
I:110:6d8:20:12:14
W:7:2:0:25
E:1:1:1:2:1:1
O:0:0:0:0
B:CLAW:HURT:1d2
B:CLAW:HURT:1d2
B:BITE:POISON
F:RAND_25
F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | FRIENDS |
F:EVIL | UNDEAD | IM_POIS | IM_COLD | 
F:NO_CONF | NO_SLEEP | HURT_LITE | BASEANGBAND | NO_CUT
S:1_IN_10
S:CAUSE_1 | S_UNDEAD
D:A frightening skeletal figure in a black robe. 

N:125:Rotting corpse
G:z:R
I:110:8d8:20:20:20
W:8:1:0:15
E:1:1:1:2:1:1
O:0:0:0:0
B:CLAW:POISON:1d3
B:CLAW:POISON:1d3
F:OPEN_DOOR | BASH_DOOR | FRIENDS |
F:NO_CONF | NO_SLEEP | UNDEAD | EVIL | NO_FEAR | IM_POIS | 
F:IM_COLD | COLD_BLOOD | EMPTY_MIND | BASEANGBAND | NO_CUT
D:Corpses awakened from their sleep by dark sorcery. 

N:126:Cave orc
G:o:G
I:110:11d9:20:32:30
W:7:1:1900:20
E:1:1:1:2:1:1
O:20:70:0:0
B:HIT:HURT:1d8
F:MALE | 
F:FRIENDS | DROP_60 | DROP_SKELETON | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | ORC | HURT_LITE | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:He is often found in huge numbers in deep caves.

N:127:Wood spider
G:S:U
I:120:3d6:8:16:80
W:7:3:600:15
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d3
B:STING:POISON:1d4
F:FRIENDS | DROP_SKELETON | 
F:WEIRD_MIND | BASH_DOOR | WILD_TOO | WILD_WOOD | 
F:ANIMAL | SPIDER | IM_POIS | 
F:MORTAL | BASEANGBAND
D:It scuttles towards you. 

N:128:Manes
G:u:r
I:110:8d8:20:32:30
W:7:2:300:16
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
F:FRIENDS | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND
D:It is a minor but aggressive demon. 

N:129:Bloodshot eye
G:e:r
I:110:10d8:2:6:10
W:7:3:550:30
E:0:0:0:0:0:0
O:0:0:0:0
B:GAZE:BLIND:2d6
F:NEVER_MOVE | CAN_FLY | DROP_CORPSE | 
F:HURT_LITE | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_7 | 
S:DRAIN_MANA
D:A disembodied eye, bloodshot and nasty. 

N:130:Red naga
G:n:r
I:110:11d8:20:40:120
W:7:2:1800:40
E:0:0:0:0:1:0
O:50:0:50:0
B:CRUSH:HURT:1d10
B:BITE:LOSE_STR:1d4
F:FEMALE |  CAN_SWIM | WILD_TOO | WILD_SHORE |
F:RAND_25 | DROP_60 | 
F:TAKE_ITEM | BASH_DOOR | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
D:A large red snake with a woman's torso. 

N:131:Red jelly
G:j:r
I:110:26d8:2:1:99
W:7:1:2500:26
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:LOSE_STR:1d5
F:NEVER_MOVE | 
F:STUPID | EMPTY_MIND | 
F:HURT_LITE |  CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a large pulsating mound of red flesh. 

N:132:Green icky thing
G:i:g
I:110:5d8:14:12:20
W:7:2:500:18
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:ACID:2d5
F:RAND_50 |  CAN_SWIM | DROP_CORPSE | 
F:EMPTY_MIND | 
F:IM_ACID | BASEANGBAND
D:It is a smallish, slimy, icky, acidic creature. 

N:133:Lost soul
G:G:W
I:110:2d8:12:10:10
W:7:2:0:18
E:0:0:0:0:0:0
O:60:0:25:0
B:HIT:HURT:2d2
B:TOUCH:LOSE_WIS
F:RAND_50 | DROP_60 | DROP_90 | CAN_FLY |
F:INVISIBLE | COLD_BLOOD | TAKE_ITEM | PASS_WALL | 
F:EVIL | UNDEAD | 
F:IM_COLD | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT
S:1_IN_15 | 
S:TPORT | DRAIN_MANA
D:It is almost insubstantial. 

N:134:Night lizard
G:R:b
I:110:4d8:20:16:30
W:7:2:400:35
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d6
B:BITE:HURT:1d6
F:ANIMAL | CAN_SWIM | WILD_TOO | DROP_CORPSE
F:MORTAL | HAS_EGG | BASEANGBAND
D:It is a black lizard with overlapping scales and a powerful jaw. 

N:135:Mughash, the Kobold Lord
G:k:v
I:110:17d10:20:20:20
W:7:3:1100:100
E:1:1:1:2:1:1
O:0:100:0:0
B:HIT:HURT:1d12
B:HIT:HURT:1d12
B:HIT:HURT:1d12
F:UNIQUE | MALE | CAN_SPEAK
F:FORCE_MAXHP | 
F:ESCORT | ESCORTS | DROP_SKELETON | DROP_CORPSE | 
F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | IM_POIS | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:Strong and powerful, for a kobold. 

N:136:Skeleton orc
G:s:W
I:110:10d8:20:36:40
W:8:1:1700:26
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:2d5
F:COLD_BLOOD | EMPTY_MIND | OPEN_DOOR | BASH_DOOR | 
F:EVIL | ORC | UNDEAD | 
F:IM_COLD | IM_POIS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is an animated orc skeleton.

N:137:Wormtongue, Agent of Saruman
G:p:B
I:110:28d10:20:30:20
W:9:2:1500:150
E:1:1:1:2:1:1
O:10:50:35:0
B:HIT:HURT:1d7
B:HIT:HURT:1d7
B:TOUCH:EAT_GOLD
B:INSULT:*
F:UNIQUE | MALE | CAN_SPEAK |
F:FORCE_SLEEP | FORCE_MAXHP | 
F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | DROP_GREAT | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | RES_TELE | 
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:HEAL | SLOW | TRAPS | BO_COLD | BA_POIS
D:He's been spying for Saruman. He is a snivelling wretch with no morals. 

N:138:Robin Hood, the Outlaw
G:p:G
I:120:16d12:20:30:20
W:10:2:1600:150
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:HURT:1d5
B:HIT:HURT:1d5
B:TOUCH:EAT_GOLD
B:TOUCH:EAT_ITEM
F:UNIQUE | MALE | FORCE_SLEEP | FORCE_MAXHP | CAN_SPEAK |
F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | DROP_GREAT | WILD_TOO | WILD_WOOD |
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | EVIL | DROP_SKELETON | DROP_CORPSE
F:MORTAL | ZANGBAND | HAS_LITE
S:1_IN_5
S:ARROW_2 | HEAL | TRAPS
D:The legendary archer steals from the rich (you qualify). 

N:139:Nurgling
G:u:o
I:110:9d8:20:32:30
W:8:2:800:19
E:1:1:1:2:1:1
O:0:0:0:0
B:BITE:DISEASE:1d8
F:FRIENDS | FRIEND |
F:OPEN_DOOR | BASH_DOOR | IM_POIS |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | ZANGBAND
D:It is a minor demon servitor of Nurgle. It looks like a hairless 
D:teddy bear, with twisted eyes and rotting, ghoulish skin. 

N:140:Lagduf, the Snaga
G:o:y
I:110:22d10:20:32:30
W:8:2:1700:80
E:1:1:1:2:1:1
O:10:80:0:0
B:HIT:HURT:1d11
B:HIT:HURT:1d11
B:HIT:HURT:1d10
B:HIT:HURT:1d10
F:UNIQUE | MALE | EVIL | ORC | FORCE_MAXHP | ESCORT | 
F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | SPECIAL_GENE | 
F:OPEN_DOOR | BASH_DOOR | CAN_SPEAK | DROP_SKELETON | DROP_CORPSE | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A captain of a regiment of weaker orcs, Lagduf keeps his troop in order 
D:with displays of excessive violence. 

N:141:Brown yeek
G:y:u
I:110:4d8:18:18:10
W:8:1:800:11
E:1:1:1:2:1:1
O:0:50:0:30
B:HIT:HURT:1d6
F:DROP_60 | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | IM_ACID | 
F:MORTAL | BASEANGBAND
D:It is a strange small humanoid. 

N:142:Novice ranger
G:p:W
I:110:6d8:20:8:5
W:8:2:1500:18
E:1:1:1:2:1:1
O:0:80:0:15
B:HIT:HURT:1d5
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | DROP_SKELETON | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_9 | 
S:ARROW_2 | MISSILE
D:An agile hunter, ready and relaxed. 

N:143:Giant salamander
G:R:R
I:110:6d7:6:40:1
W:8:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:FIRE:3d6
F:FORCE_SLEEP | SUSCEP_COLD |
F:RAND_25 | 
F:ANIMAL | IM_FIRE | CAN_SWIM | DROP_CORPSE | 
F:MORTAL | BASEANGBAND
S:1_IN_9 
S:BR_FIRE
D:A large black and yellow lizard. You'd better run away! 

N:144:Space monster
G:.:d
I:110:21d8:30:14:20
W:8:2:0:28
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:TERRIFY:1d4
F:PASS_WALL | NO_CONF | NO_SLEEP | NONLIVING | IM_ACID | CAN_FLY | JOKEANGBAND | NO_CUT
D:A black hole in the fabric of reality. 

N:145:Carnivorous flying monkey
G:H:R
I:110:20d8:30:20:20
W:8:2:800:30
E:1:1:1:2:1:1
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:5d1
F:ANIMAL | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | 
F:DROP_CORPSE | MORTAL | ZANGBAND | HAS_LITE
D:It looks fantastic, yet frightening. 

N:146:Green mold
G:m:g
I:110:21d8:2:14:75
W:8:1:40:28
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:TERRIFY:1d4
F:NEVER_MOVE | 
F:STUPID | EMPTY_MIND | 
F:IM_ACID | IM_POIS | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a strange growth on the dungeon floor. 

N:147:Novice paladin
G:p:w
I:110:6d8:20:16:5
W:8:2:1500:18
E:1:1:1:2:1:1
O:30:55:10:0
B:HIT:HURT:1d7
B:HIT:HURT:1d7
F:MALE | GOOD | WILD_TOO | DROP_SKELETON | DROP_CORPSE |
F:FORCE_SLEEP | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_9 | 
S:SCARE | CAUSE_1
D:He thinks you are an agent of the devil. 

N:148:Lemure
G:u:U
I:110:13d9:20:32:30
W:8:3:1000:16
E:0:0:0:0:1:0
O:0:0:0:0
B:HIT:HURT:1d8
F:FRIENDS | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND
D:It is the larval form of a major demon. 

N:149:Hill orc
G:o:u
I:110:13d9:20:32:30
W:8:1:2000:25
E:1:1:1:2:1:1
O:10:70:10:0
B:HIT:HURT:1d10
F:MALE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | HURT_LITE | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:He is a hardy well-weathered survivor. 

N:150:Bandit
G:p:b
I:110:8d8:20:24:10
W:10:2:1500:26
E:1:1:1:2:1:1
O:25:60:0:0
B:HIT:HURT:2d4
B:TOUCH:EAT_GOLD
F:MALE | 
F:DROP_1D2 | WILD_TOO | WILD_WOOD | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
D:He is after your possessions! 

N:151:Hunting hawk
G:B:u
I:120:8d8:30:25:10
W:8:2:800:22
E:0:1:1:0:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BITE:HURT:1d4
F:ANIMAL | NO_FEAR | CAN_FLY | WILD_WOOD | WILD_TOO | DROP_CORPSE
F:MORTAL | HAS_EGG | BASEANGBAND
D:Trained to hunt and kill without fear. 

N:152:Phantom warrior
G:G:B
I:110:5d5:20:10:40
W:8:1:0:15
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:HURT:1d11
B:HIT:HURT:1d11
F:PASS_WALL | NO_SLEEP | FRIENDS | COLD_BLOOD | NONLIVING |
F:NO_FEAR | EMPTY_MIND | CAN_FLY | BASEANGBAND | NO_CUT
D:Spectral creatures that are half real, half illusion. 

N:153:Gremlin
G:u:u
I:110:5d5:30:30:20
W:8:3:500:6
E:1:1:1:2:1:1
O:0:0:0:0
B:CLAW:EAT_FOOD:1d2
B:CLAW:EAT_FOOD:1d2
B:BITE:EAT_FOOD:1d3
F:IM_POIS | HURT_LITE | EVIL | DEMON | OPEN_DOOR | 
F:TAKE_ITEM | CAN_SWIM | 
F:MORTAL | ZANGBAND
S:MULTIPLY
D:Don't feed them after midnight! 

N:154:Yeti
G:Y:w
I:110:11d9:20:24:10
W:9:3:3500:30
E:1:1:1:2:1:1
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BITE:HURT:1d4
F:OPEN_DOOR | BASH_DOOR | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:ANIMAL | IM_COLD | 
F:MORTAL | SUSCEP_FIRE | BASEANGBAND
D:A large white figure covered in shaggy fur. 

N:155:Bloodshot icky thing
G:i:r
I:110:7d8:14:18:20
W:9:3:60:24
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:HURT:1d4
B:CRAWL:ACID:2d4
F:RAND_50 | 
F:EMPTY_MIND |  CAN_SWIM | DROP_CORPSE | 
F:IM_POIS | BASEANGBAND
S:1_IN_11 | 
S:DRAIN_MANA
D:It is a strange, slimy, icky creature. 

N:156:Giant grey rat
G:r:s
I:110:2d3:8:12:20
W:9:1:250:2
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d4
F:RAND_25 | 
F:ANIMAL | IM_POIS | 
F:MORTAL | BASEANGBAND
S:MULTIPLY
D:It is a rodent of unusual size. 

N:157:Black harpy
G:H:D
I:120:3d8:16:22:10
W:9:1:600:19
E:0:1:1:0:1:0
O:0:0:0:0
B:CLAW:HURT:1d2
B:CLAW:HURT:1d2
B:BITE:HURT:1d3
F:FEMALE | CAN_FLY | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:RAND_25 | ANIMAL | EVIL | MORTAL | BASEANGBAND
D:A woman's face on the body of a vicious black bird. 

N:158:Skaven
G:r:G
I:110:11d8:15:25:20
W:9:1:600:20
E:1:1:1:2:1:1
O:35:35:20:0
B:HIT:HURT:1d4
B:HIT:HURT:1d4
F:EVIL | FRIENDS | DROP_60 | DROP_90 | DROP_SKELETON | DROP_CORPSE | 
F:OPEN_DOOR | MALE | WILD_TOO | WILD_WASTE | WILD_SWAMP | 
F:MORTAL | ZANGBAND
D:A mutated rat-creature from the great waste, it is vaguely 
D:humanoid in appearance and walks on its hind legs. This race 
D:serves chaos fervently and is greatly feared by others. 

N:159:The wounded bear
G:q:r
I:110:11d10:10:35:10
W:12:1:3000:30
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d10
B:CLAW:HURT:1d10
B:BITE:HURT:1d11
F:BASH_DOOR | FORCE_MAXHP | FORCE_SLEEP | UNIQUE | DROP_CORPSE | 
F:ANIMAL | WILD_ONLY | WILD_WOOD | WILD_GRASS | WILD_MOUNTAIN | 
F:MORTAL | BASEANGBAND
D:A wounded bear, who has occasionally attacked humans. 

N:160:Cave bear
G:q:u
I:110:8d8:10:35:10
W:9:1:3000:25
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:BASH_DOOR | FORCE_MAXHP | FORCE_SLEEP | DROP_CORPSE | 
F:ANIMAL | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | 
F:MORTAL | BASEANGBAND
D:A large bear appears to have made its home in this cave.  It is hungry, 
D:and you are trespassing in its territory. 

N:161:Rock mole
G:r:s
I:110:10d10:20:30:75
W:9:2:60:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d10
B:BITE:HURT:1d10
F:WEIRD_MIND | BASH_DOOR | KILL_WALL | KILL_ITEM | DROP_CORPSE | 
F:ANIMAL | MORTAL | BASEANGBAND
D:Despite its unimpressive size, this mole creature has fangs powerful 
D:enough to bore through solid rock. 

N:162:Mindcrafter
G:p:y
I:110:9d8:20:15:20
W:16:2:1700:50
E:1:1:1:2:1:1
O:30:40:30:0
B:HIT:HURT:2d4
B:HIT:HURT:2d4
F:MALE | 
F:FORCE_SLEEP | DROP_90 | WILD_TOO | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_3 | 
S:CONF | BLIND | HOLD | SLOW | MIND_BLAST | S_MONSTER | BLINK
D:A master of the mental arts, able to damage or dominate the 
D:minds of others. 

N:163:Baby blue dragon
G:d:b
I:110:10d10:20:30:70
W:9:2:4000:35
E:0:1:0:6:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BITE:HURT:1d5
F:FORCE_MAXHP | FORCE_SLEEP | DROP_CORPSE | 
F:ONLY_GOLD | DROP_60 | DROP_1D2 | HAS_EGG | IMPRESED | 
F:OPEN_DOOR | BASH_DOOR | CAN_FLY |
F:EVIL | DRAGON | IM_ELEC | BASEANGBAND | ATTR_MULTI | ATTR_MULTI
S:1_IN_12 | 
S:BR_ELEC
D:This hatchling dragon is still soft, its eyes unaccustomed to light and 
D:its scales a pale blue. 

N:164:Baby white dragon
G:d:w
I:110:10d10:20:30:70
W:9:2:4000:35
E:0:1:0:6:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BITE:HURT:1d5
F:FORCE_MAXHP | FORCE_SLEEP | CAN_FLY | DROP_CORPSE | 
F:ONLY_GOLD | DROP_60 | DROP_1D2 | 
F:OPEN_DOOR | BASH_DOOR | ATTR_MULTI
F:EVIL | DRAGON | IM_COLD | SUSCEP_FIRE | HAS_EGG | IMPRESED | BASEANGBAND
F:ATTR_MULTI
S:1_IN_12 | 
S:BR_COLD
D:This hatchling dragon is still soft, its eyes unaccustomed to light and 
D:its scales a pale white. 

N:165:Baby green dragon
G:d:g
I:110:10d10:20:30:70
W:9:2:4000:35
E:0:1:0:6:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BITE:HURT:1d5
F:FORCE_MAXHP | FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_1D2 | 
F:OPEN_DOOR | BASH_DOOR | CAN_FLY | DROP_CORPSE | 
F:EVIL | DRAGON | IM_POIS | HAS_EGG | IMPRESED | BASEANGBAND | ATTR_MULTI
S:1_IN_12 | 
S:BR_POIS
D:This hatchling dragon is still soft, its eyes unaccustomed to light and 
D:its scales a sickly green. 

N:166:Baby black dragon
G:d:s
I:110:10d10:20:30:70
W:9:2:4000:35
E:0:1:0:6:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BITE:HURT:1d5
F:FORCE_MAXHP | FORCE_SLEEP | CAN_FLY | DROP_CORPSE | 
F:ONLY_GOLD | DROP_60 | DROP_1D2 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | DRAGON | IM_ACID | HAS_EGG | IMPRESED | BASEANGBAND | ATTR_MULTI
S:1_IN_12 | 
S:BR_ACID
D:This hatchling dragon is still soft, its eyes unaccustomed to light and 
D:its scales a dull black. 

N:167:Baby red dragon
G:d:r
I:110:10d10:20:30:70
W:9:2:4000:35
E:0:1:0:6:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BITE:HURT:1d5
F:FORCE_MAXHP | FORCE_SLEEP | CAN_FLY | DROP_CORPSE | SUSCEP_COLD |
F:ONLY_GOLD | DROP_60 | DROP_1D2 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | DRAGON | IM_FIRE | HAS_EGG | IMPRESED | BASEANGBAND | HAS_LITE
F:ATTR_MULTI
S:1_IN_11 | 
S:BR_FIRE
D:This hatchling dragon is still soft, its eyes unaccustomed to light and 
D:its scales a pale red. 

N:168:Giant red ant
G:a:r
I:110:4d8:12:34:60
W:9:2:600:22
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d4
B:STING:LOSE_STR:1d4
F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_SKELETON
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
D:It is large and has venomous mandibles. 

N:169:Brodda, the Easterling
G:p:U
I:110:24d10:20:25:20
W:9:2:2200:100
E:1:1:1:2:1:1
O:10:90:0:0
B:HIT:HURT:1d13
B:HIT:HURT:1d13
B:HIT:HURT:1d13
B:HIT:HURT:1d13
F:UNIQUE | MALE | EVIL
F:FORCE_MAXHP | CAN_SPEAK | WILD_TOO | DROP_SKELETON | DROP_CORPSE
F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | 
F:OPEN_DOOR | BASH_DOOR
F:MORTAL | BASEANGBAND | HAS_LITE
D:A nasty piece of work, Brodda picks on defenceless women and children. 

N:170:Bloodfang, the Wolf
G:C:R
I:120:8d6:30:30:20
W:9:1:1600:30
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d12
B:BITE:HURT:1d12
F:BASH_DOOR | WILD_ONLY | WILD_GRASS | WILD_WOOD | DROP_CORPSE |
F:ANIMAL | UNIQUE | FORCE_MAXHP | 
F:MORTAL | BASEANGBAND
D:It has been terrorising the nearby villages. 

N:171:King cobra
G:J:g
I:110:8d10:8:30:1
W:9:2:300:28
E:0:0:0:0:1:0
O:0:0:0:0
B:SPIT:BLIND:1d2
B:BITE:POISON:3d4
F:RAND_50 | WILD_TOO | WILD_SWAMP | WILD_WOOD | DROP_SKELETON | DROP_CORPSE | 
F:BASH_DOOR | CAN_SWIM | ANIMAL | IM_POIS | HAS_EGG | MORTAL | BASEANGBAND
D:It is a large snake with a hooded face. 

N:172:Eagle
G:B:u
I:120:9d9:30:25:10
W:12:2:600:22
E:0:1:1:0:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BITE:HURT:1d6
F:ANIMAL | CAN_FLY | WILD_ONLY | WILD_WASTE | WILD_MOUNTAIN | WILD_WOOD | 
F:DROP_CORPSE | MORTAL | BASEANGBAND | HAS_EGG
D:A magnificent huge predatory bird. 

N:173:War bear
G:q:u
I:110:10d10:10:35:10
W:9:1:2000:25
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:WEIRD_MIND | BASH_DOOR | FRIENDS | DROP_SKELETON | DROP_CORPSE
F:ANIMAL
F:MORTAL | BASEANGBAND
D:Bears with tusks, trained to kill. 

N:174:Killer bee
G:I:y
I:120:2d4:12:34:10
W:9:2:50:22
E:0:0:0:0:0:0
O:0:0:0:0
B:STING:POISON:1d4
B:STING:LOSE_STR:1d4
F:WEIRD_MIND | FRIENDS | CAN_FLY | WILD_TOO |
F:ANIMAL | MORTAL | BASEANGBAND
D:It is poisonous and aggressive. 

N:175:Giant spider
G:S:v
I:110:10d10:8:16:80
W:10:2:700:35
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d10
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:HURT:1d10
F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_SKELETON | 
F:ANIMAL | SPIDER | IM_POIS | 
F:MORTAL | BASEANGBAND
D:It is a vast spider whose bulbous body is bloated with poison. 

N:176:Giant white tick
G:S:w
I:100:12d8:12:40:20
W:10:2:200:27
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:2d6
F:WEIRD_MIND | BASH_DOOR | CAN_FLY |
F:ANIMAL | IM_POIS | 
F:MORTAL | BASEANGBAND
D:It is moving slowly towards you. 

N:177:The Borshin
G:g:w
I:110:12d20:40:30:0
W:10:2:600:45
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:2d12
B:CRUSH:HURT:2d15
B:TOUCH:TERRIFY
F:BASH_DOOR | UNIQUE | FORCE_MAXHP | NO_CONF
F:IM_POIS | IM_COLD | NO_FEAR 
F:MORTAL | CTHANGBAND | NO_CUT
D:Pallid and twisted, this creature hates the very sight of you. 
D:"It looked like something that had started out to be a man but had never 
D:quite made it. It had been stepped on, twisted, had holes poked into the 
D:sickly dough of its head-bulge. Bones showed through the transparent flesh 
D:of its torso and its short legs were as thick as trees, terminating in 
D:disk-shaped pads from which dozens of long toes hung like roots or worms. 
D:its arms were longer than its entire body. it was a crushed slug, a thing 
D:that had been frozen and thawed before it was fully baked. It was - 
D:'It is the Borshin', said the Lord of Bats." 

N:178:Dark elven mage
G:h:r
I:120:7d10:20:16:20
W:10:1:1200:50
E:1:1:1:2:1:1
O:0:0:100:0
B:HIT:HURT:1d6
B:HIT:HURT:1d6
F:MALE | 
F:FORCE_SLEEP | 
F:ONLY_ITEM | DROP_1D2 | DROP_SKELETON | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | IM_POIS | HURT_LITE | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BLIND | CONF | MISSILE | DARKNESS | BA_POIS
D:A dark elven figure, dressed all in black, hurling spells at you. 

N:179:Kamikaze yeek
G:y:r
I:113:4d8:18:18:10
W:10:1:800:10
E:1:1:1:2:1:1
O:0:0:0:0
B:EXPLODE:HURT:15d2
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | IM_ACID | 
F:MORTAL | ZANGBAND
D:The evil wizard Bruce has trained them to be living weapons. 

N:180:Orfax, Son of Boldor
G:y:B
I:120:14d10:18:20:10
W:11:3:600:80
E:1:1:1:2:1:1
O:0:50:50:0
B:HIT:HURT:1d10
B:HIT:HURT:1d9
B:INSULT:*
B:INSULT:*
F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE | 
F:FORCE_SLEEP | FORCE_MAXHP | 
F:ESCORT | ESCORTS | 
F:ONLY_ITEM | DROP_90 | DROP_GOOD | 
F:SMART | OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL | IM_ACID | 
F:MORTAL | BASEANGBAND
S:1_IN_4 | 
S:HEAL | BLINK | TELE_TO | SLOW | CONF | 
S:S_MONSTER
D:He's just like his daddy!  He knows mighty spells, but fortunately he is a 
D:yeek. 

N:181:Servant of Glaaki
G:z:G
I:110:9d9:20:20:20
W:10:1:600:25
E:0:0:0:0:0:0
O:0:0:0:0
B:CRUSH:HURT:1d8
B:CLAW:DISEASE:1d3
F:OPEN_DOOR | BASH_DOOR | FRIENDS | HURT_LITE |
F:NO_CONF | NO_SLEEP | UNDEAD | EVIL | NO_FEAR | IM_POIS | 
F:IM_COLD | COLD_BLOOD | CTHANGBAND | NO_CUT
S:1_IN_12
S:CAUSE_1 | SCARE
D:"...the hand of a corpse -- bloodless and skeletal, and with 
D:impossibly long, cracked nails." 

N:182:Dark elven warrior
G:h:u
I:110:10d11:20:16:20
W:10:1:1400:50
E:1:1:1:2:1:1
O:10:90:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:MALE | 
F:DROP_1D2 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | HURT_LITE | BASEANGBAND | HAS_LITE
S:1_IN_12
S:MISSILE
D:A dark elven figure in armour, ready with his sword. 

N:183:Sand-dweller
G:u:y
I:110:9d9:20:20:20
W:10:1:600:30
E:1:1:1:2:1:1
O:20:50:20:5
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
F:FRIENDS | WILD_TOO | WILD_WASTE | DROP_SKELETON | 
F:OPEN_DOOR | BASH_DOOR | HURT_LITE | EVIL | DROP_60 | DROP_90 | 
F:MALE
F:MORTAL | CTHANGBAND
D:"Rough-skinned, large-eyed, large-eared, with a horrible, 
D:distorted resemblance to the koala bear facially, though 
D:his body had an appearance of emaciation." 

N:184:Clear mushroom patch
G:,:B
I:120:1d1:4:1:0
W:10:2:30:3
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:HURT:1d1
F:ATTR_CLEAR | 
F:NEVER_MOVE | INVISIBLE | COLD_BLOOD | 
F:STUPID | EMPTY_MIND | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:MULTIPLY
D:Yum! It smells quite tasty.  If you could only see it...

N:185:Quiver slot
G:,:U
I:120:1d1:4:1:0
W:10:2:60:3
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE:1d1
F:NEVER_MOVE | COLD_BLOOD | 
F:STUPID | EMPTY_MIND | 
F:NO_CONF | NO_SLEEP | NO_FEAR | JOKEANGBAND | NO_CUT
S:MULTIPLY | 
S:1_IN_5 | ARROW_1
D:What looks like the remains of a quiver dropped by a past adventurer 
D:has become overgrown with a strange mold intent on using the contents 
D:of the quiver to grab prey. 

N:186:Grishnakh, the Hill Orc
G:o:y
I:110:25d10:20:20:20
W:10:3:2300:160
E:1:1:1:2:1:1
O:0:100:0:0
B:HIT:HURT:1d13
B:HIT:HURT:1d11
B:HIT:HURT:1d13
B:HIT:HURT:1d11
F:UNIQUE | MALE | CAN_SPEAK | 
F:FORCE_MAXHP | SPECIAL_GENE | 
F:ESCORT | WILD_TOO |
F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | DROP_SKELETON | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | ORC | IM_POIS | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:He is a cunning and devious orc with a chaotic nature. 

N:187:Giant tan bat
G:b:U
I:130:3d8:12:20:50
W:10:2:600:18
E:0:1:1:0:1:0
O:0:0:0:0
B:BITE:TERRIFY:1d3
B:CLAW:HURT:1d2
B:CLAW:HURT:1d2
F:RAND_50 | CAN_FLY | WILD_TOO | WILD_MOUNTAIN | WILD_WOOD |
F:FORCE_SLEEP | ANIMAL | DROP_CORPSE | AI_ANNOY | 
F:MORTAL | BASEANGBAND
D:A giant bat, the beating of whose wings produces a strangely unnerving noise. 

N:188:Owlbear
G:H:o
I:110:12d12:20:20:20
W:10:1:2000:35
E:0:1:1:0:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:CRUSH:HURT:1d10
F:EVIL | ANIMAL | OPEN_DOOR | BASH_DOOR | DROP_CORPSE | 
F:MORTAL | BASEANGBAND
D:A bizarre bear-creature with the claws and the face of an owl. 

N:189:Blue horror
G:u:B
I:110:14d9:20:35:20
W:10:3:1200:25
E:1:1:1:2:1:1
O:0:0:0:0
B:CLAW:TERRIFY:1d8
B:CLAW:TERRIFY:1d8
F:FRIENDS | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | DEMON | IM_FIRE | NO_FEAR | NO_CONF | ZANGBAND
D:An ugly screaming little demon servant of Tzeentch. 

N:190:Hairy mold
G:m:o
I:110:15d8:2:15:70
W:10:1:50:32
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:POISON:1d3
F:NEVER_MOVE | CAN_SWIM |
F:STUPID | EMPTY_MIND | 
F:IM_POIS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a strange hairy growth on the dungeon floor. 

N:191:Grizzly bear
G:q:U
I:110:15d15:10:35:10
W:16:2:2600:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:1d12
B:CRUSH:HURT:1d10
F:WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | DROP_CORPSE | 
F:ANIMAL | BASH_DOOR | 
F:MORTAL | BASEANGBAND
D:A huge, beastly bear, more savage than most of its kind. 

N:192:Disenchanter mold
G:m:v
I:110:16d8:2:20:70
W:10:1:40:40
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:UN_BONUS:1d6
F:NEVER_MOVE | 
F:STUPID | EMPTY_MIND | RES_DISE |
F:IM_POIS | ATTR_MULTI | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_11 | 
S:DRAIN_MANA
D:It is a strange glowing growth on the dungeon floor. 

N:193:Pseudo dragon
G:d:o
I:110:20d10:20:30:40
W:10:2:10000:150
E:0:1:0:6:1:0
O:50:50:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BITE:HURT:1d5
F:FORCE_MAXHP | FORCE_SLEEP | CAN_FLY | DROP_CORPSE | 
F:DROP_60 | BASH_DOOR | HAS_EGG | 
F:EVIL | DRAGON | BASEANGBAND | HAS_LITE | ATTR_MULTI
S:1_IN_11 | 
S:CONF | SCARE | BR_LITE | BR_DARK
D:A small relative of the dragon that inhabits dark caves. 

N:194:Tengu
G:u:b
I:120:16d9:20:32:30
W:10:1:600:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | DEMON | IM_FIRE | NO_FEAR | RES_TELE | CAN_FLY | BASEANGBAND
S:1_IN_3 | 
S:BLINK | TELE_TO | TELE_AWAY | TPORT
D:It is a fast-moving demon that blinks quickly in and out of existence; no 
D:other demon matches its teleporting mastery. 

N:195:Creeping gold coins
G:$:y
I:100:18d8:5:36:10
W:10:3:0:32
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:HURT:2d5
B:TOUCH:POISON:3d5
F:ONLY_GOLD | DROP_90 | DROP_1D2 | 
F:COLD_BLOOD | BASH_DOOR | 
F:IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT
D:It appears to be a pile of gold coins, until it starts crawling towards you 
D:on tiny legs. 

N:196:Wolf
G:C:u
I:120:6d6:30:30:20
W:10:1:600:30
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d6
F:RAND_25 | FRIENDS | 
F:BASH_DOOR | WILD_TOO | WILD_WOOD | WILD_WASTE | WILD_MOUNTAIN | 
F:ANIMAL | DROP_CORPSE |
F:MORTAL | BASEANGBAND
D:It howls and snaps at you. 

N:197:Giant fruit fly
G:I:G
I:120:2d2:8:14:10
W:10:3:100:4
E:0:0:0:0:0:0
O:0:0:0:0
B:BITE:HURT:1d2
F:RAND_50 | RAND_25 | CAN_FLY | WEIRD_MIND | 
F:ANIMAL | MORTAL | BASEANGBAND
S:MULTIPLY
D:A fast-breeding, annoying pest. 

N:198:Panther
G:f:D
I:120:10d8:40:30:0
W:10:2:1300:25
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
F:BASH_DOOR | WILD_TOO | WILD_WOOD | WILD_GRASS | DROP_SKELETON | DROP_CORPSE | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A large black cat, stalking you with intent. It thinks you're its next 
D:meal. 

N:199:Brigand
G:p:b
I:110:9d8:20:32:10
W:10:2:1700:35
E:1:1:1:2:1:1
O:25:60:0:0
B:HIT:HURT:2d4
B:TOUCH:EAT_ITEM
F:MALE | 
F:DROP_1D2 | 
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | 
F:EVIL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:He is eyeing your backpack. 

N:200:Hobbes the Tiger
G:f:y
I:120:12d10:40:30:0
W:10:2:1600:45
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d12
B:CLAW:HURT:1d12
B:BITE:HURT:1d5
F:BASH_DOOR | UNIQUE | FORCE_MAXHP |
F:ANIMAL | MALE | CAN_SPEAK | DROP_CORPSE | 
F:MORTAL | JOKEANGBAND
D:Fast-moving, with a taste for tuna sandwiches. 

N:201:Shadow Creature of Fiona
G:h:s
I:110:11d8:12:12:16
W:10:2:1000:35
E:1:1:1:2:1:1
O:20:30:50:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:BASH_DOOR | OPEN_DOOR | FRIENDS | DROP_60 | IM_POIS | NO_SLEEP | NO_CONF
F:MALE | DROP_SKELETON | ZANGBAND
D:"There was something unusual about their appearance... For one thing, 
D:all had uniformly bloodshot eyes. Very, very bloodshot eyes. With them, 
D:though, the condition seemed normal. For another, all had an extra joint 
D:to each finger and thumb, and sharp, forward-curving spurs on the backs 
D:of their hands. All of them had prominent jaws and forty-four teeth, 
D:most of them longer than human teeth, and several looking to be much 
D:sharper. Their flesh was grayish and hard and shiny. There were 
D:undoubtedly other differences also, but those were sufficient to prove 
D:a point of some sort." 

N:202:Undead mass
G:j:u
I:110:8d8:70:12:5
W:10:2:200:33
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:DISEASE:1d6
B:TOUCH:LOSE_CON:1d6
F:UNDEAD | EMPTY_MIND | NO_CONF | NO_SLEEP | IM_POIS | IM_COLD | NO_FEAR |
F:HURT_LITE | COLD_BLOOD | EVIL | NEVER_MOVE | BASEANGBAND | NO_CUT
S:MULTIPLY
D:A sickening mound of decaying flesh, bones, hands and so on. It seems to 
D:be growing. 

N:203:Chaos shapechanger
G:H:v
I:110:20d9:10:14:12
W:11:2:0:38
E:1:1:1:2:1:1
O:20:50:20:6
B:HIT:HURT:1d5
B:HIT:HURT:1d5
B:HIT:CONFUSE:1d3
F:DROP_60 | EVIL | SHAPECHANGER | ATTR_MULTI | ATTR_ANY
F:MORTAL | ZANGBAND
S:1_IN_5
S:BO_FIRE | BO_COLD | CONF
D:A vaguely humanoid form constantly changing its appearance. 

N:204:Baby multi-hued dragon
G:d:v
I:110:13d10:20:30:70
W:11:2:5000:45
E:0:1:0:6:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:ATTR_MULTI | 
F:FORCE_MAXHP | FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_1D2 | 
F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE | 
F:EVIL | DRAGON | CAN_FLY |
F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | HAS_EGG | IMPRESED | 
F:BASEANGBAND | HAS_LITE
S:1_IN_12 | 
S:BR_ACID | BR_FIRE | BR_COLD | BR_ELEC | BR_POIS
D:This hatchling dragon is still soft, its eyes unaccustomed to light and 
D:its scales shimmering with a hint of colour. 

N:205:Vorpal bunny
G:r:w
I:120:10d10:40:40:0
W:11:3:600:40
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:6d1
B:BITE:HURT:7d1
F:BASH_DOOR | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:ANIMAL | MORTAL | ZANGBAND
S:1_IN_8
S:BLINK
D:It looks very cute, except for the razor sharp teeth. It moans 
D:ominously as it jumps at your throat! 

N:206:Old Man Willow
G:#:s
I:110:32d30:20:20:20
W:25:5:3000:150
E:1:1:1:2:1:1
O:0:50:50:0
B:TOUCH:PARALYZE:1d14
B:TOUCH:PARALYZE:1d14
B:CRUSH:HURT:2d12
F:ANIMAL | NEVER_MOVE | COLD_BLOOD | DROP_RANDART
F:EMPTY_MIND | UNIQUE | FORCE_MAXHP | FORCE_SLEEP |
F:RES_WATE | IM_POIS | IM_ACID | SUSCEP_FIRE | SPECIAL_GENE | 
F:DROP_1D2 | DROP_GOOD | ONLY_ITEM | BASEANGBAND | NO_CUT
S:1_IN_10 | 
S:TELE_TO | HOLD | 
D:The ancient grey willow tree, ruler of the Old Forest. He despises 
D:trespassers in his territory.  "...a huge willow-tree, old and hoary. 
D:Enormous it looked, its sprawling branches going up like racing arms 
D:with may long-fingered hands, its knotted and twisted trunk gaping in 
D:wide fissures that creaked faintly as the boughs moved." 

N:207:Hippocampus
G:H:B
I:110:20d9:12:14:10
W:11:1:900:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d5
B:BITE:HURT:2d5
F:AQUATIC | WILD_TOO | DROP_CORPSE | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A truly strange hybrid of a horse and a fish. 

N:208:Zombified orc
G:z:s
I:110:11d8:20:24:25
W:11:1:1800:30
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d4
B:HIT:HURT:1d4
B:HIT:HURT:1d4
F:COLD_BLOOD | EMPTY_MIND | OPEN_DOOR | BASH_DOOR | 
F:EVIL | ORC | UNDEAD | 
F:IM_COLD | IM_POIS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a shambling orcish corpse leaving behind a trail of flesh. 

N:209:Hippogryph
G:H:U
I:110:20d9:12:14:10
W:11:1:1500:30
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:2d5
B:BITE:HURT:2d5
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_MOUNTAIN | WILD_GRASS | 
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:A strange hybrid of eagle and horse. It looks weird. 

N:210:Black mamba
G:J:D
I:120:10d8:10:32:1
W:12:3:300:40
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:POISON:4d4
F:RAND_50 | BASH_DOOR | CAN_SWIM | 
F:WILD_TOO | WILD_WOOD | WILD_GRASS | WILD_SWAMP | 
F:ANIMAL | IM_POIS | DROP_SKELETON | DROP_CORPSE | HAS_EGG | 
F:MORTAL | BASEANGBAND
D:It has glistening black skin, a sleek body, and highly venomous fangs. 

N:211:White wolf
G:C:w
I:120:7d7:30:30:20
W:12:1:700:30
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d3
B:BITE:HURT:1d4
F:RAND_25 | 
F:FRIENDS | SUSCEP_FIRE |
F:BASH_DOOR | WILD_TOO | WILD_WASTE |
F:ANIMAL | IM_COLD | DROP_SKELETON | DROP_CORPSE | 
F:MORTAL | BASEANGBAND
D:A large and muscled wolf from the northern wastes. Its breath is cold and 
D:icy and its fur coated in frost. 

N:212:Grape jelly
G:j:v
I:110:52d8:2:1:99
W:12:3:2600:60
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:EXP_10
F:NEVER_MOVE | 
F:STUPID | EMPTY_MIND | 
F:IM_POIS | HURT_LITE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_11 | 
S:DRAIN_MANA
D:Yum! It looks quite tasty.  It is a pulsing mound of glowing flesh. 

N:213:Nether worm mass
G:w:D
I:100:5d8:10:15:3
W:12:4:200:6
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:EXP_10
F:RAND_50 | RAND_25 | CAN_SWIM |
F:STUPID | WEIRD_MIND | BASH_DOOR | 
F:ANIMAL | HURT_LITE | NO_FEAR | BASEANGBAND | NO_CUT
S:MULTIPLY
D:It is a disgusting mass of dark worms, eating each other, the floor, 
D:the air, you... 

N:214:Abyss worm mass
G:w:D
I:100:5d8:10:15:3
W:12:4:200:7
E:0:0:0:0:0:0
O:0:0:0:0
B:CRAWL:EXP_10
F:RAND_50 | RAND_25 | 
F:STUPID | WEIRD_MIND | BASH_DOOR | EVIL | CAN_SWIM |
F:ANIMAL | HURT_LITE | NO_FEAR | KILL_WALL | COLD_BLOOD | INVISIBLE | 
F:MORTAL | ZANGBAND | NO_CUT
S:MULTIPLY
D:Even more disgusting dark worms, their essence that of unbeing. 

N:215:Golfimbul, the Hill Orc Chief
G:o:y
I:110:26d10:20:60:20
W:12:3:2200:230
E:1:1:1:2:1:1
O:10:90:0:0
B:HIT:HURT:1d13
B:HIT:HURT:1d13
B:HIT:HURT:1d11
B:HIT:HURT:1d11
F:UNIQUE | MALE | 
F:FORCE_MAXHP | WILD_TOO | SPECIAL_GENE | 
F:ESCORT | DROP_SKELETON | DROP_CORPSE | 
F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | 
F:OPEN_DOOR | BASH_DOOR | CAN_SPEAK |
F:EVIL | ORC | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A leader of a band of raiding orcs, he picks on hobbits. 

N:216:Swordsman
G:p:u
I:110:12d8:20:34:20
W:12:1:1800:40
E:1:1:1:2:1:1
O:0:100:0:0
B:HIT:HURT:3d5
B:HIT:HURT:3d5
F:MALE | WILD_TOO |
F:DROP_1D2 | DROP_SKELETON | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR
F:MORTAL | BASEANGBAND | HAS_LITE
D:A warrior of considerable skill. 

N:217:Skaven shaman
G:r:g
I:110:10d8:20:15:20
W:12:1:600:36
E:1:1:1:2:1:1
O:0:0:100:0
B:HIT:HURT:1d7
B:HIT:HURT:1d7
F:MALE | WILD_TOO | WILD_SWAMP | WILD_WASTE |
F:FORCE_SLEEP | DROP_90 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | MORTAL | ZANGBAND
S:1_IN_8 | 
S:BLINK | CAUSE_1 | MISSILE | CONF | SCARE
D:The shaman of a skaven tribe gets his powers from a mystic 
D:stone corrupted by chaos, called a Warp Stone. 

N:218:Baby bronze dragon
G:d:U
I:110:10d10:20:30:70
W:9:2:4000:35
E:0:1:0:6:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BITE:HURT:1d5
F:FORCE_MAXHP | FORCE_SLEEP | CAN_FLY | DROP_CORPSE | 
F:ONLY_GOLD | DROP_60 | DROP_1D2 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | DRAGON | NO_CONF | HAS_EGG | IMPRESED | BASEANGBAND | ATTR_MULTI
S:1_IN_12 | 
S:BR_CONF
D:This hatchling dragon is still soft, its eyes unaccustomed to light and 
D:its scales a dull bronze. 

N:219:Baby gold dragon
G:d:y
I:110:10d10:20:30:70
W:9:2:4000:35
E:0:1:0:6:1:0
O:0:0:0:0
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BITE:HURT:1d5
F:FORCE_MAXHP | FORCE_SLEEP | CAN_FLY | DROP_CORPSE | 
F:ONLY_GOLD | DROP_60 | DROP_1D2 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | DRAGON | NO_STUN | HAS_EGG | IMPRESED | BASEANGBAND | HAS_LITE
F:ATTR_MULTI
S:1_IN_12 | 
S:BR_SOUN
D:This hatchling dragon is still soft, its eyes unaccustomed to light and 
D:its scales a pale gold. 

N:220:Evil eye
G:e:D
I:110:15d8:2:6:10
W:18:3:600:80
E:0:0:0:0:0:0
O:0:0:0:0
B:GAZE:EXP_10
B:GAZE:EXP_10
F:NEVER_MOVE | EVIL | CAN_FLY | DROP_CORPSE | 
F:HURT_LITE | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_7 | 
S:HOLD | TELE_TO 
D:A huge disembodied eye.  As you stare into the black nothingness of its pupil, 
D:you feel your will and vitality draining away, and are unable to do anything 
D:except approach it in horrified fascination. 

N:221:Mine-dog
G:C:u
I:120:6d6:30:30:20
W:12:4:500:40
E:0:1:0:2:1:0
O:0:0:0:0
B:EXPLODE:HURT:6d6
F:RAND_50 | FRIENDS | BASH_DOOR | ANIMAL | 
F:MORTAL | ZANGBAND
D:An explosive charge has been attached to this poor animal, who 
D:has been trained to search for its target and detonate. 

N:222:Hellcat
G:f:R
I:120:9d8:20:30:30
W:12:1:400:40
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d5
B:CLAW:HURT:1d5
B:BITE:HURT:1d8
F:ANIMAL | WEIRD_MIND | FRIENDS | RAND_25 | IM_FIRE | EVIL | SUSCEP_COLD |
F:MORTAL | ZANGBAND | HAS_LITE
D:It is as large as a tiger, and its yellow eyes are pupilless. 

N:223:Moon beast
G:q:W
I:120:9d10:30:30:20
W:12:1:800:57
E:0:1:0:2:1:0
O:50:0:40:5
B:CLAW:HURT:1d3
B:CLAW:HURT:1d3
B:BUTT:HURT:1d6
F:DROP_1D2 | ONLY_ITEM | OPEN_DOOR | BASH_DOOR |
F:EVIL | IM_FIRE | ANIMAL | DROP_CORPSE
F:MORTAL | ZANGBAND
S:1_IN_6
S:HEAL | BLIND | DARKNESS | CONF | CAUSE_2
D:"Great greyish-white slippery things which could expand and 
D:contract at will, and whose principle shape... was that of a 
D:sort of toad without any eyes, but with a curious vibrating mass 
D:of short pink tentacles on the end of its blunt, vague snout." 

N:224:Master yeek
G:y:g
I:110:12d9:18:24:10
W:12:2:600:28
E:1:1:1:2:1:1
O:0:0:100:0
B:HIT:HURT:1d8
F:FORCE_SLEEP | 
F:DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL | IM_ACID | DROP_CORPSE | 
F:MORTAL | BASEANGBAND
S:1_IN_4 | 
S:BLINK | TPORT | BLIND | SLOW | BA_POIS | 
S:S_MONSTER
D:A small humanoid that radiates some power. 

N:225:Priest
G:p:g
I:110:12d8:20:22:40
W:12:1:1500:36
E:1:1:1:2:1:1
O:0:20:80:0
B:HIT:HURT:2d3
B:HIT:HURT:2d3
F:MALE | GOOD |
F:FORCE_SLEEP | 
F:DROP_1D2 | 
F:SMART | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_3 |
S:HEAL | SCARE | CAUSE_2 |
S:S_MONSTER
D:A robed man dedicated to his god. 

N:226:Dark elven priest
G:h:g
I:120:7d10:20:30:30
W:12:1:1200:50
E:1:1:1:2:1:1
O:0:10:90:0
B:HIT:HURT:1d9
B:HIT:HURT:1d10
F:MALE | 
F:FORCE_SLEEP | 
F:ONLY_ITEM | DROP_1D2 | 
F:SMART | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | HURT_LITE | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:HEAL | BLIND | CONF | CAUSE_2 | DARKNESS | MISSILE
D:A dark elven figure, dressed all in black, chanting curses and waiting to 
D:deliver your soul to hell. 

N:227:Air spirit
G:E:B
I:130:8d8:12:40:20
W:12:2:0:40
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:HURT:1d3
F:RAND_50 | RAND_25 | IM_ELEC | IM_POIS | 
F:EMPTY_MIND | INVISIBLE | COLD_BLOOD | BASH_DOOR | 
F:IM_POIS | CAN_FLY |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:A whirlwind of sentient air. 

N:228:Skeleton human
G:s:W
I:110:10d8:20:30:30
W:12:1:1500:38
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | 
F:EVIL | UNDEAD | IM_COLD | IM_POIS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is an animated human skeleton. 

N:229:Zombified human
G:z:s
I:110:12d8:20:24:20
W:12:1:1500:34
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d4
B:HIT:HURT:1d4
F:EMPTY_MIND | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | 
F:EVIL | UNDEAD | IM_COLD | IM_POIS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a shambling human corpse dropping chunks of flesh behind it. 

N:230:Tiger
G:f:o
I:120:12d10:40:40:0
W:12:2:1500:40
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:1d6
F:BASH_DOOR | WILD_TOO | WILD_GRASS | WILD_WOOD | WILD_MOUNTAIN | 
F:ANIMAL | DROP_SKELETON | DROP_CORPSE | 
F:MORTAL | BASEANGBAND
D:One of the largest of its species, a sleek orange and black shape creeps 
D:towards you, ready to pounce. 

N:231:Moaning spirit
G:G:u
I:120:5d8:14:20:10
W:12:2:0:44
E:0:0:0:0:0:0
O:45:15:25:0
B:WAIL:TERRIFY
B:TOUCH:LOSE_DEX:1d8
F:FORCE_SLEEP | RAND_25 | 
F:DROP_60 | DROP_90 | CAN_FLY |
F:INVISIBLE | COLD_BLOOD | PASS_WALL | 
F:EVIL | UNDEAD | IM_COLD | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT
S:1_IN_15 | 
S:TPORT | SCARE
D:A ghostly apparition that shrieks horribly. 

N:232:Stegocentipede
G:c:u
I:120:13d8:12:30:30
W:12:2:1200:40
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:WEIRD_MIND | BASH_DOOR | 
F:ANIMAL | DROP_SKELETON | MORTAL | BASEANGBAND
D:It is a vast armoured centipede with massive mandibles and a spiked tail. 

N:233:Spotted jelly
G:j:o
I:120:13d8:12:18:1
W:12:3:2500:33
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:ACID:1d10
B:TOUCH:ACID:2d6
B:TOUCH:ACID:2d6
F:NEVER_MOVE | 
F:STUPID | EMPTY_MIND | COLD_BLOOD | 
F:IM_ACID | IM_POIS | HURT_LITE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:A strange jelly thing, covered in discoloured blotches. 

N:234:Drider
G:S:b
I:110:10d13:8:30:80
W:13:2:2000:55
E:1:1:1:2:1:0
O:0:0:0:0
B:HIT:HURT:1d12
B:HIT:HURT:1d12
B:BITE:POISON:1d6
F:FORCE_SLEEP | 
F:BASH_DOOR | DROP_SKELETON |
F:EVIL | IM_POIS | 
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_8 | 
S:CONF | CAUSE_1 | DARKNESS | MISSILE | ARROW_2 
D:A dark elven torso merged with the bloated form of a giant spider. 

N:235:Mongbat
G:b:U
I:110:10d10:20:80:8
W:13:2:800:65
E:0:1:1:0:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:POISON:1d8
F:ANIMAL | EVIL | FRIENDS | CAN_FLY | FORCE_MAXHP |
F:IM_COLD | IM_ELEC | IM_POIS | WEIRD_MIND | DROP_CORPSE
F:MORTAL | BASEANGBAND
D:Devil-bats, notoriously difficult to kill. 

N:236:Killer brown beetle
G:K:u
I:110:13d8:10:40:30
W:13:1:500:38
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:3d4
F:WEIRD_MIND | BASH_DOOR | CAN_FLY | DROP_CORPSE | 
F:ANIMAL | MORTAL | BASEANGBAND
D:It is a vicious insect with a tough carapace. 

N:237:Boldor, King of the Yeeks
G:y:v
I:120:20d10:18:24:10
W:13:3:650:200
E:1:1:1:2:1:1
O:0:90:10:0
B:HIT:HURT:1d10
B:HIT:HURT:1d10
B:HIT:HURT:1d9
F:UNIQUE | MALE | 
F:FORCE_SLEEP | FORCE_MAXHP | 
F:ESCORT | ESCORTS | 
F:ONLY_ITEM | DROP_90 | DROP_1D2 | DROP_GOOD | 
F:SMART | OPEN_DOOR | BASH_DOOR | CAN_SPEAK | DROP_CORPSE | 
F:ANIMAL | EVIL | IM_ACID | 
F:MORTAL | BASEANGBAND
S:1_IN_2 | 
S:HEAL | BLINK | TPORT | BLIND | SLOW | 
S:S_KIN | S_MONSTER
D:A great yeek, powerful in magic and sorcery, but a yeek all the same. 

N:238:Ogre
G:O:U
I:110:13d9:20:33:30
W:13:2:2100:50
E:1:1:1:2:1:1
O:10:85:0:0
B:HIT:HURT:2d8
F:FRIENDS | 
F:DROP_60 | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A hideous, smallish giant that is often found near or with orcs. 

N:239:Creeping mithril coins
G:$:B
I:110:20d8:5:50:10
W:13:3:0:45
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:HURT:2d5
B:TOUCH:POISON:3d5
F:ONLY_GOLD | DROP_90 | DROP_2D2 | 
F:COLD_BLOOD | BASH_DOOR | IM_ACID | CHAR_MULTI | 
F:IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT
D:It appears to be a pile of sentient mithril coins that doesn't like being 
D:picked up. 

N:240:Illusionist
G:p:R
I:110:12d8:20:10:10
W:13:2:1500:50
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:2d2
F:MALE | 
F:FORCE_SLEEP | DROP_1D2 | DROP_SKELETON | DROP_CORPSE
F:SMART | OPEN_DOOR | BASH_DOOR | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_3 | 
S:HASTE | BLINK | TPORT | BLIND | HOLD | SLOW | CONF | DARKNESS
D:A deceptive spell caster. 

N:241:Druid
G:p:G
I:110:12d12:20:10:10
W:13:2:1400:50
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:2d4
B:HIT:HURT:2d4
F:MALE | WILD_TOO | WILD_WOOD |
F:FORCE_SLEEP | DROP_1D2 | DROP_SKELETON | DROP_CORPSE
F:SMART | OPEN_DOOR | BASH_DOOR | 
F:EVIL
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_3 | 
S:HASTE | BLINK | BLIND | HOLD | SLOW | BO_FIRE | BO_ELEC | S_ANIMAL
D:A priest devoted to Nature. 

N:242:Pink horror
G:u:R
I:110:15d9:20:35:20
W:13:3:1200:64
E:1:1:1:2:1:1
O:0:0:0:0
B:CLAW:TERRIFY:1d8
B:CLAW:TERRIFY:1d8
B:BITE:CONFUSE:1d6
F:FRIENDS | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | DEMON | IM_FIRE | NO_FEAR | NO_CONF | ZANGBAND
S:1_IN_8 | 
S:CONF | SCARE
D:An ugly screaming little demon servant of Tzeentch.

N:243:Cloaker
G:(:g
I:130:7d7:20:40:0
W:13:5:60:30
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:PARALYZE:5d5
B:HIT:TERRIFY:5d5
F:NEVER_MOVE | NO_FEAR |
F:STUPID | EMPTY_MIND | COLD_BLOOD | CHAR_MULTI | NO_CONF | NO_SLEEP | 
F:DROP_90 | IM_COLD | FORCE_MAXHP | IM_ELEC | IM_POIS | 
F:BASEANGBAND | NO_CUT
D:It resembles a normal cloak until some poor fool ventures too close! 

N:244:Black orc
G:o:D
I:110:12d10:20:36:20
W:13:1:2000:45
E:1:1:1:2:1:1
O:10:50:20:15
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO | DROP_SKELETON | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | ORC | HURT_LITE | 
F:MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_9
S:ARROW_2
D:He is a large orc with powerful arms and deep black skin. 

N:245:Ochre jelly
G:j:U
I:120:13d8:12:18:1
W:13:3:2300:40
E:0:0:0:0:0:0
O:0:0:0:0
B:TOUCH:ACID:1d10
B:TOUCH:ACID:2d6
B:TOUCH:ACID:2d6
F:STUPID | EMPTY_MIND | COLD_BLOOD |
F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | 
F:IM_ACID | IM_POIS | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:A fast moving highly acidic jelly thing, that is eating away the floor it 
D:rests on. 

N:246:Software bug
G:I:r
I:120:2d2:8:25:10
W:14:1:0:4
E:0:0:0:0:0:0
O:0:0:0:0
B:BITE:HURT:1d2
F:RAND_50 | RAND_25 | 
F:WEIRD_MIND | BASH_DOOR | CAN_FLY |
F:ANIMAL | MORTAL | JOKEANGBAND
S:MULTIPLY
D:Oh no! They are everywhere! 

N:247:Lurker
G:.:w
I:110:20d10:30:25:10
W:14:3:0:80
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:CHAR_CLEAR | ATTR_CLEAR | CHAR_MULTI | 
F:NEVER_MOVE | FORCE_MAXHP | 
F:EMPTY_MIND | INVISIBLE | COLD_BLOOD | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND
D:A strange creature that merges with the dungeon floor, trapping its 
D:victims by enveloping them within its perfectly disguised form. 

N:248:Tangleweed
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:PARALYZE
B:HIT:PARALYZE
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
D:A mass of vegetation.  As you pass near it, it reaches out tendrils to 
D:ensnare you.  You can just make out skeletons of its previous victims 
D:deep within the thickets. 

N:249:Vlasta
G:R:B
I:120:12d6:12:20:12
W:14:3:1000:40
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:BLIND:1d10
B:BITE:BLIND:1d10
F:OPEN_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:MORTAL | ZANGBAND
D:This strange creature looks like a miniature tyrannosaur. It has 
D:empty, pale eyes and a sharp beak, which it aims at your eyes 
D:as it jumps at you! 

N:250:Giant white dragon fly
G:F:w
I:110:3d8:12:20:50
W:14:2:150:60
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:COLD:1d6
F:FORCE_SLEEP | WILD_TOO | WILD_WASTE |
F:RAND_50 | CAN_FLY | SUSCEP_FIRE |
F:WEIRD_MIND | BASH_DOOR | 
F:ANIMAL | IM_COLD | 
F:MORTAL | BASEANGBAND
S:1_IN_10 | 
S:BR_COLD
D:It is a large fly that drips frost. 

N:251:Snaga sapper
G:o:U
I:111:8d8:20:32:30
W:14:1:80:15
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:EXPLODE:HURT:20d2
F:MALE | 
F:WILD_TOO | SUSCEP_FIRE |
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | ORC | HURT_LITE | 
F:MORTAL | ZANGBAND | HAS_LITE
D:He is one of the many weaker 'slave' orcs, often mistakenly known as a 
D:goblin. He is equipped with an explosive charge. 

N:252:Blue icky thing
G:i:b
I:100:10d6:15:20:20
W:14:4:600:20
E:0:0:0:0:0:0
O:0:0:0:0
B:CRAWL:POISON:1d4
B:CRAWL:EAT_FOOD
B:HIT:HURT:1d4
B:HIT:HURT:1d4
F:FORCE_SLEEP | 
F:RAND_50 | 
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM | DROP_CORPSE | 
F:EVIL | IM_POIS | BASEANGBAND
S:MULTIPLY | 
S:1_IN_8 | 
S:BLIND | CONF | SCARE
D:It is a strange, slimy, icky creature, with rudimentary intelligence, 
D:but evil cunning. It hungers for food, and you look tasty. 

N:253:Gibbering mouther
G:j:o
I:110:8d6:15:20:20
W:14:4:2600:20
E:0:0:0:0:0:0
O:0:0:0:0
B:CRAWL:POISON:1d4
F:NEVER_MOVE | EVIL | CAN_SWIM |
F:IM_POIS | EMPTY_MIND | NO_FEAR | BASEANGBAND | NO_CUT
S:MULTIPLY | 
S:1_IN_7 | 
S:SCARE | CONF | BR_LITE
D:A chaotic mass of pulsating flesh, mouths and eyes. 

N:254:Wolfhound of Flora
G:C:s
I:120:9d9:20:20:0
W:14:2:1600:40
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d5
B:BITE:HURT:1d5
F:ANIMAL | NO_FEAR | FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:MORTAL | ZANGBAND
D:Well-trained watchdogs, obedient to death. 

N:255:Hill giant
G:P:U
I:110:30d15:20:45:50
W:25:1:3500:150
E:1:1:1:2:1:1
O:20:50:20:5
B:HIT:HURT:4d8
B:HIT:HURT:4d8
F:DROP_60 | WILD_TOO | WILD_MOUNTAIN | DROP_SKELETON | DROP_CORPSE | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | MALE | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A ten foot tall humanoid with powerful muscles. 

N:256:Flesh golem
G:g:R
I:110:12d8:12:30:10
W:14:2:3000:50
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d6
B:HIT:HURT:1d6
F:EMPTY_MIND | BASH_DOOR | CAN_SWIM |
F:IM_ELEC | IM_COLD |
F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | 
F:MORTAL | BASEANGBAND | NO_CUT
D:A shambling humanoid monster with long scars. 

N:257:Warg
G:C:D
I:120:8d8:20:20:40
W:16:2:700:40
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d6
B:BITE:HURT:1d6
F:RAND_25 | BASH_DOOR | FRIENDS | 
F:WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | DROP_SKELETON | DROP_CORPSE | 
F:ANIMAL | EVIL | MORTAL | BASEANGBAND
D:It is a large wolf with eyes full of cunning. 

N:258:Cheerful leprechaun
G:h:G
I:120:2d5:8:6:6
W:14:2:800:23
E:1:1:1:2:1:1
O:0:0:0:0
B:TOUCH:EAT_GOLD
B:TOUCH:EAT_FOOD
F:DROP_60 | ONLY_GOLD | RAND_50 | OPEN_DOOR | MALE | 
F:GOOD | MORTAL | ZANGBAND
S:MULTIPLY | 
S:1_IN_6 | 
S:BLINK
D:A merry little gnome. 

N:259:Giant flea
G:I:s
I:120:1d2:6:7:10
W:14:3:90:3
E:0:0:0:0:0:0
O:0:0:0:0
B:BITE:HURT:1d2
F:RAND_50 | CAN_FLY | WEIRD_MIND | 
F:ANIMAL | MORTAL | BASEANGBAND
S:MULTIPLY
D:It makes you itch just to look at it. 

N:260:Ufthak of Cirith Ungol
G:o:g
I:110:34d10:20:50:20
W:14:3:2600:250
E:1:1:1:2:1:1
O:0:100:0:0
B:HIT:HURT:3d5
B:HIT:HURT:3d5
B:HIT:HURT:3d5
B:HIT:HURT:3d5
F:UNIQUE | MALE | 
F:FORCE_MAXHP | CAN_SPEAK | DROP_SKELETON | DROP_CORPSE | 
F:ESCORT | 
F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | ORC | IM_COLD | IM_POIS | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A strong orc guarding the pass of Cirith Ungol. He is mortally afraid of 
D:spiders:  he was captured by Shelob once, but escaped when she forgot 
D:completely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G:c:B
I:110:5d8:12:30:30
W:15:2:400:30
E:0:0:0:0:1:0
O:0:0:0:0
B:BITE:HURT:2d4
B:STING:HURT:2d4
F:ATTR_CLEAR | 
F:INVISIBLE | WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:It is about four feet long and carnivorous. 

N:277:Mirkwood spider
G:S:G
I:120:9d8:15:25:80
W:15:2:1200:25
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:HURT:1d8
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:FRIENDS | WILD_TOO | WILD_WOOD |
F:WEIRD_MIND | BASH_DOOR | HURT_LITE |
F:ANIMAL | SPIDER | EVIL | IM_POIS |  DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A strong and powerful spider from Mirkwood forest. Cunning and evil, it 
D:seeks to taste your juicy insides. 

N:278:Frost giant
G:P:w
I:110:32d15:20:50:50
W:28:1:4000:180
E:1:1:1:2:1:1
O:20:80:0:0
B:HIT:COLD:5d8
B:HIT:COLD:5d8
F:DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN |
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | GIANT | MALE | AURA_COLD | SUSCEP_FIRE |
F:IM_COLD | BASEANGBAND | HAS_LITE | MORTAL
D:A twelve foot tall giant covered in furs. 

N:279:Griffon
G:H:u
I:110:30d8:12:15:10
W:15:1:2500:70
E:0:1:0:2:1:0
O:0:0:0:0
B:HIT:HURT:3d4
B:BITE:HURT:2d6
F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS |
F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND
D:It is half lion, half eagle. It flies menacingly towards you. 

N:280:Homunculus
G:u:y
I:110:8d8:20:32:30
W:15:3:100:40
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:PARALYZE:1d2
B:HIT:HURT:1d10
F:OPEN_DOOR | BASH_DOOR | NONLIVING | CAN_FLY |
F:EVIL | DEMON | IM_FIRE | NO_FEAR | BASEANGBAND | HAS_LITE
D:It is a small demonic spirit full of malevolence. 

N:281:Gnome mage
G:h:R
I:110:7d8:20:20:20
W:15:2:900:40
E:1:1:1:2:1:1
O:20:0:80:0
B:HIT:HURT:1d5
F:MALE | 
F:FORCE_SLEEP | FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | 
F:EVIL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_4 | 
S:BLINK | DARKNESS | BO_COLD | 
S:S_MONSTER
D:A mage of short stature. 

N:282:Clear hound
G:Z:B
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d6
B:CLAW:HURT:1d6
B:BITE:HURT:1d8
F:ATTR_CLEAR | 
F:FRIENDS | DROP_SKELETON | DROP_CORPSE | 
F:INVISIBLE | BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND
D:A faint sense of motion in the air, hound shaped, stands b:5
Wetely about him.

N:261:Clay golem
G:g:U
I:110:14d8:12:30:10
W:15:2:3200:60
E:1:1:1:2:1:1
O:0:0:0:0
B:HIT:HURT:1d8
B:HIT:HURT:1d8
F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | 
F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | 
F:HURT_ROCK | 
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
D:It is a massive animated statue made out of hardened clay. 

N:262:Black ogre
G:O:D
I:110:20d9:20:33:30
W:15:2:2300:70
E:1:1:1:2:1:1
O:0:70:0:15
B:HIT:HURT:2d8
B:HIT:HURT:2d8
F:RAND_25 | WILD_TOO | WILD_MOUNTAIN | DROP_CORPSE | 
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | 
F:EVIL | GIANT | 
F:MORTAL | BASEANGBAND | HAS_LITE
D:A massive orc-like figure with black skin and powerful arms. 

N:263:Dweller on the threshold
G:Y:s
I:110:30d8:30:30:20
W:15:5:3000:50
E:1:1:1:2:1:1
O:45:0:40:10
B:GAZE:PARALYZE:4d4
B:GAZE:TERRIFY:3d3
B:GAZE:CONFUSE:3d3
F:NEVER_MOVE | DROP_60 | EVIL | DEMON | DROP_CORPSE | 
F:IM_POIS | IM_COLD |IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP
F:MORTAL | ZANGBAND
S:1_IN_6
S:BO_ACID | S_MONSTER | SCARE | DRAIN_MANA
D:A gorilla-shaped arcane guardian with an appetite for mages. 

N:264:Half-orc
G:o:s
I:110:16d10:20:40:20
W:15:2:1700:50
E:1:1:1:2:1:1
O:30:30:30:5
B:HIT:HURT:3d4
B:HIT:HURT:3d4
F:MALE | WILD_TOO |
F:FRIENDS | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | 
F:EVIL | ORC | MORTAL | BASEANGBAND | HAS_LITE
D:He is a hideous deformed cross-breed of man and orc, combining man's 
D:strength and cunning with orcish evil.  The traitorous wizard Saruman is 
D:generally believed to be responsible for this abomination. 

N:265:Dark naga
G:n:s
I:110:22d11:60:65:60
W:15:2:1900:90
E:0:0:0:0:1:0
O:0:0:80:20
B:STING:HURT:1d10
B:BITE:HURT:1d10
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | IM_POIS | IM_COLD | RES_WATE |
F:OPEN_DOOR | BASH_DOOR | EMPTY_MIND | CAN_SWIM | DROP_CORPSE | 
F:EVIL | MORTAL | BASEANGBAND
S:1_IN_8
S:HOLD | CONF | BO_COLD | HEAL | DARKNESS
D:A giant snake-like figure with a woman's torso, talented in magic. 

N:266:Poison ivy
G:#:g
I:100:5d5:5:5:5
W:10:4:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:HIT:POISON:2d2
B:HIT:POISON:2d2
F:FORCE_SLEEP | NEVER_MOVE | STUPID | EMPTY_MIND | FRIENDS | 
F:KILL_TREES | SUSCEP_FIRE | ANIMAL | 
F:WILD_ONLY | COLD_BLOOD | WILD_WOOD | WILD_GRASS | 
F:NO_CONF | NO_SLEEP | NO_FEAR | MORTAL | BASEANGBAND | DROP_60 | NO_CUT
S:MULTIPLY
D:A mass of vegetation.  It seems to be growing...  

N:267:Magic mushroom patch
G:,:B
I:140:1d1:40:10:0
W:15:2:50:10
E:0:0:0:0:0:0
O:0:0:0:0
B:SPORE:CONFUSE
B:SPORE:CONFUSE
B:SPORE:HALLU
B:SPORE:HALLU
F:FORCE_SLEEP | NEVER_MOVE | 
F:STUPID | RES_TELE | CAN_SWIM |
F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT
S:1_IN_2 | 
S:BLINK | SLOW | SCARE | DARKNESS
D:Yum!  It looks quite tasty. It seems to glow with an unusual light. 

N:268:Plaguebearer of Nurgle
G:z:o
I:110:9d10:20:50:20
W:15:2:2800:75
E:1:1:1:2:1:1
O:50:20:20:10
B:CLAW:DISEASE:2d5
B:CLAW:DISEASE:2d5
B:BUTT:HURT:3d5
F:FORCE_MAXHP | DROP_60 | 
F:OPEN_DOOR | BASH_DOOR | IM_COLD |
F:EVIL | DEMON | UNDEAD | IM_POIS | NONLIVING | ZANGBAND | NO_CUT
S:1_IN_8 | 
S:SCARE | S_ANT | CAUSE_2 | SLOW
D:An unfortunate individual, who was killed by the incurable 
D:disease known as Nurgle's Rot, and was transformed into a 
D:rotting demon zombie. It has but one eye, and a single 
D:pale horn in its forehead. 

N:269:Guardian naga
G:n:y
I:110:24d11:20:65:120
W:15:2:1900:80
E:0:0:0:0:1:0
O:0:0:80:20
B:CRUSH:HURT:2d8
B:BITE:HURT:1d8
B:BITE:HURT:1d8
F:FEMALE | 
F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | CAN_SWIM |
F:EVIL
F:MORTAL | BASEANGBAND
D:A giant snake-like figure with a woman's torso. 

N:270:Wererat
G:r:D
I:110:20d8:10:10:10
W:15:2:30:55
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d8
B:CLAW:HURT:1d8
B:BITE:HURT:2d6
F:FORCE_SLEEP | 
F:ONLY_GOLD | DROP_60 | DROP_CORPSE
F:OPEN_DOOR | BASH_DOOR | 
F:ANIMAL | EVIL
F:MORTAL | BASEANGBAND
S:1_IN_9 | 
S:BLINK | CAUSE_2 | BO_COLD | BA_POIS | S_KIN
D:A large rat with glowing red eyes, which can also assume human form. The wererat 
D:is a disgusting creature, relishing in filth and disease. 

N:271:Light hound
G:Z:o
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | 
F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE
S:1_IN_5 | 
S:BR_LITE
D:A brilliant canine form whose light hurts your eyes, even at this distance. 

N:272:Dark hound
G:Z:D
I:110:6d6:30:30:0
W:15:1:600:50
E:0:1:0:2:1:0
O:0:0:0:0
B:CLAW:HURT:1d4
B:CLAW:HURT:1d4
B:BITE:HURT:1d6
F:FORCE_SLEEP | DROP_CORPSE | 
F:FRIENDS | 
F:BASH_DOOR | HURT_LITE | 
F:ANIMAL | MORTAL | BASEANGBAND
S:1_IN_5 | 
S:BR_DARK
D:A hole in the air in the shape of a huge hound. No light falls upon its 
D:form. 

N:273:Flying skull
G:s:s
I:110:10d10:30:30:20
W:15:3:500:50
E:0:0:0:0:1:0
O:90:0:10:0
B:BITE:POISON:1d3
B:BITE:LOSE_STR:1d4
F:UNDEAD | EVIL | IM_POIS | IM_COLD | WEIRD_MIND | NO_FEAR | CAN_FLY |
F:NO_CONF | NO_SLEEP | DROP_60 | BASH_DOOR | FRIENDS | COLD_BLOOD | 
F:BASEANGBAND | NO_CUT
D:A pack of skulls animated by necromantic spells. 

N:274:Mi-Go
G:I:R
I:120:13d8:20:30:20
W:15:2:800:80
E:0:0:0:0:1:0
O:0:0:0:0
B:STING:POISON:1d4
B:BITE:LOSE_STR:1d2
F:IM_POIS | IM_COLD | COLD_BLOOD | ANIMAL | EVIL | 
F:NO_SLEEP | NO_CONF | CAN_FLY | DROP_SKELETON | CTHANGBAND
S:1_IN_6
S:CONF | S_MONSTER | S_DEMON
D:"They were pinkish things about five feet long; with crustaceous 
D:bodies bearing vast pairs of dorsal fins or membranous wings and 
D:several sets of articulate limbs, and with a sort of convoluted 
D:ellipsoid, covered with multitudes of very short antenna, where 
D:a head would ordinarily be..." 

N:275:Giant tarantula
G:S:o
I:120:10d15:8:32:80
W:15:3:1100:70
E:0:1:0:2:1:0
O:0:0:0:0
B:BITE:POISON:1d6
B:BITE:POISON:1d6
B:BITE:POISON:1d6
F:WEIRD_MIND | BASH_DOOR | WILD_TOO |
F:ANIMAL | SPIDER | IM_POIS | DROP_SKELETON | 
F:MORTAL | BASEANGBAND
D:A giant spider with hairy black and red legs.

N:276:Giant clear centipede
G: