# 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 # With many new monsters replacing old ones for Theme (ToME module) # 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:W I:110:1d2:30:1:255 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_GRASS | WILD_TOWN | WILD_ONLY | F:ANIMAL | DROP_CORPSE | DROP_SKELETON | F:MORTAL | BASEANGBAND | NEUTRAL | NO_TARGET D:A skinny little furball with sharp claws. N:3:Sparrow G:B:W I:110:1d1:30:1:255 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 | NEUTRAL | NO_TARGET | AQUATIC D:Utterly harmless, except when angry. N:4:Chaffinch G:B:R I:110:1d1:30:1:255 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 | AQUATIC F:MORTAL | BASEANGBAND | NEUTRAL | NO_TARGET D:Utterly harmless, except when angry. N:5:Wild rabbit G:r:U I:110:1d2:30:1:255 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 | NEUTRAL | NO_TARGET 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 | NEUTRAL | NO_TARGET | D:He has a strong axe with a sharp edge. N:7:Scruffy little dog G:C:s I:110:1d3:20:1:255 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 | NEUTRAL | NO_TARGET 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 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_TARGET | NO_DEATH F:MORTAL | BASEANGBAND | HAS_LITE D:A broad and thick-set hobbit with a round red face. "There's earth under D:his old feet, and clay on his fingers; wisdom in his bones, and both his D:eyes are open." He seems sad about something. N:9:Blubbering idiot G:t:W I:110:1d2:6:1:255 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 | NEUTRAL | NO_TARGET | F:MORTAL | BASEANGBAND | HAS_LITE D:He tends to blubber a lot. N:10:Boil-covered wretch G:t:R I:110:1d2:6:1:255 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 | NEUTRAL | NO_TARGET 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:255 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 | NEUTRAL | NO_TARGET F:MORTAL | BASEANGBAND | HAS_LITE D:Drooling and comical, he runs around town with a stupid grin. N:12:Pitiful-looking beggar G:t:U I:110:1d4:10:1:255 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 | NEUTRAL | NO_TARGET 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:255 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 | NEUTRAL | NO_TARGET 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_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 | NEUTRAL | NO_TARGET 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 | NEUTRAL | NO_TARGET 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:The Squint-eyed Southerner G:t:s I:120:8d20:20:15:400 W:10:4:1700:50 E:1:1:1:2:1:1 O:0:50:0:50 B:HIT:HURT:3d8 B:HIT:HURT:3d8 B:PUNCH:HURT:3d8 B:PUNCH:HURT:3d8 F:UNIQUE | MALE | CAN_SPEAK | BASEANGBAND | HAS_LITE | F:FORCE_MAXHP | DROP_CORPSE | WILD_TOWN | WILD_ONLY | DROP_1D2 | F:ONLY_ITEM | DROP_GOOD | DROP_GREAT | DROP_RANDART | MORTAL D:He doesn't look like he's from around here, and a gut D:feeling tells you he's a spy. ##### 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_MOUNTAIN | F:ANIMAL | HAS_EGG | MORTAL | BASEANGBAND | D:A small, harmless lizard. # New monster added by furiosity for the Theme module N:24:Ox G:c:D I:50:10d10:0:50:255 W:0:1:4000:0 E:0:1:0:2:1:2 O:0:0:0:0 B:KICK:HURT:10d10 B:KICK:HURT:10d10 B:BUTT:HURT:10d10 B:BUTT:HURT:10d10 F:BASEANGBAND | ANIMAL | MORTAL | DROP_CORPSE | WILD_ONLY | WILD_GRASS F:FRIEND | FRIENDS | FORCE_SLEEP | STUPID | WEIRD_MIND | F:SUSCEP_POIS | KILL_BODY | NEUTRAL | NO_TARGET | KILL_ITEM | D:A strong and powerful animal with sharp-looking horns. Large cattle D:used to carry and draw burdens, and for milk and meat. It is domestic and D:utterly harmless, except when angry. # New monster added by furiosity for the Theme module N:25:Kine of Araw G:c:r I:80:20d20:0:50:255 W:0:1:5000:0 E:0:1:0:2:1:2 O:0:0:0:0 B:KICK:HURT:20d20 B:KICK:HURT:20d20 B:KICK:HURT:20d20 B:KICK:HURT:20d20 F:BASEANGBAND | ANIMAL | MORTAL | DROP_CORPSE | WILD_ONLY | WILD_GRASS | F:FRIEND | FRIENDS | FORCE_SLEEP | WEIRD_MIND | SUSCEP_POIS | GOOD | F:KILL_BODY | NEUTRAL | NO_TARGET | KILL_ITEM | D:The oxen that live on the lands around the Sea of Rhun are hardier D:and wilder than any others in Middle-earth. Legends claim that they D:are descended from the cattle of the Huntsman of the Valar, Orome D:himself, and so they are named the Kine of Araw (Araw being the Sindarin D:form of Orome's name). It is a huge four-legged beast that won't attack D:unless provoked. # New monster added by furiosity for the Theme module N:26:Sheep G:c:w I:70:5d5:0:30:255 W:0:1:2000:0 E:0:1:0:2:1:2 O:0:0:0:0 B:KICK:HURT:5d5 B:KICK:HURT:5d5 B:KICK:HURT:5d5 B:KICK:HURT:5d5 F:BASEANGBAND | ANIMAL | MORTAL | DROP_CORPSE | WILD_ONLY | WILD_GRASS | F:FRIEND | FRIENDS | FORCE_SLEEP | WEIRD_MIND | SUSCEP_POIS | NEUTRAL | NO_TARGET | D:Woolly grazing animals, especially common on the Barrow-downs D:and in the Vales of Anduin. Utterly harmless unless angered. 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. # New monster added by furiosity for the Theme module N:29:Meara G:c:W I:130:10d12:0:70:255 W:0:1:3500:0 E:0:1:0:2:1:2 O:0:0:0:0 B:KICK:HURT:10d12 B:KICK:HURT:10d12 B:KICK:HURT:10d12 B:KICK:HURT:10d12 F:BASEANGBAND | ANIMAL | MORTAL | DROP_CORPSE | WILD_ONLY | F:WILD_GRASS | FORCE_SLEEP | WEIRD_MIND | NEUTRAL | NO_TARGET | GOOD | D:The great Mearas are legendary horses bred by the Rohirrim. D:Swift and sure they are, but only members of the royal D:family of Rohan are allowed to ride them. This animal will D:not attack unless angered. # New monster added by furiosity for the Theme module N:30:Horse G:c:s I:120:8d10:0:50:255 W:0:1:3000:0 E:0:1:0:2:1:2 O:0:0:0:0 B:KICK:HURT:8d10 B:KICK:HURT:8d10 B:KICK:HURT:8d10 B:KICK:HURT:8d10 F:BASEANGBAND | ANIMAL | MORTAL | DROP_CORPSE | WILD_ONLY | WILD_GRASS | F:FORCE_SLEEP | WEIRD_MIND | SUSCEP_POIS | WILD_TOWN | NEUTRAL | NO_TARGET | D:Beasts of burden and transport used by Elves and Men through the ages. D:A noble animal, it can be quite a sight as it prances gracefully D:through the fields. It won't attack you unless provoked. 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. # New monster added by furiosity for the Theme module N:34:The Boar of Everholt G:c:R I:110:15d10:0:3:20 W:5:1:1600:60 E:0:1:0:2:1:2 O:0:0:0:0 B:BUTT:HURT:3d6 B:BUTT:HURT:3d6 B:BUTT:HURT:3d6 F:BASEANGBAND | ANIMAL | MORTAL | DROP_CORPSE | WILD_TOO | F:WILD_GRASS | FORCE_SLEEP | WEIRD_MIND | WILD_WOOD | UNIQUE | D:A monstrous beast that inhabited Everholt in the Firien Wood, D:around the feet of the Halifirien in the White Mountains. It D:is twice the size of a regular boar, and twice as aggressive. D:King Folca of Rohan met his end at the tusks of this creature. N:35:Jackal G:C:y 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 wild 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 | 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 | F:MORTAL | SUSCEP_FIRE | BASEANGBAND | NO_CUT D:A lone insect may be harmless, but there's a whole swarm of D:them here! # New monster added by furiosity for the Theme module N:39:Boar G:c:o I:110:3d6:0:3:20 W:3:1:800:5 E:0:1:0:2:1:2 O:0:0:0:0 B:BUTT:HURT:3d3 B:BUTT:HURT:3d3 F:BASEANGBAND | ANIMAL | MORTAL | DROP_CORPSE | WILD_TOO | F:WILD_GRASS | FORCE_SLEEP | WEIRD_MIND | WILD_WOOD | D:Aggressive tusked beasts common to woodland regions. 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 | 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. # New monster added by furiosity for the Theme module N:41:Cow G:c:u I:70:7d7:0:50:255 W:0:1:3500:0 E:0:1:0:2:1:2 O:0:0:0:0 B:KICK:HURT:7d7 B:BUTT:HURT:7d7 B:KICK:HURT:7d7 B:BUTT:HURT:7d7 F:BASEANGBAND | ANIMAL | MORTAL | DROP_CORPSE | WILD_ONLY | WILD_GRASS | F:FRIEND | FRIENDS | FORCE_SLEEP | WEIRD_MIND | SUSCEP_POIS | NEUTRAL | NO_TARGET | D:Domestic horned beasts kept throughout Middle-earth. D:Utterly harmless, unless angered. # New monster added by furiosity for the Theme module #N:42:Pony #G:c:y #I:120:4d5:0:200 #W:0:1:1000:0 #E:0:1:0:2:1:2 #O:0:0:0:0 #B:KICK:HURT:4d5 #B:KICK:HURT:4d5 #B:KICK:HURT:4d5 #B:KICK:HURT:4d5 #F:BASEANGBAND | ANIMAL | MORTAL | DROP_CORPSE | WILD_ONLY | WILD_GRASS | #F:FORCE_SLEEP | WEIRD_MIND | SUSCEP_POIS | NEUTRAL | NO_TARGET | WILD_TOWN | #D:It's a short, stocky pack animal, related to the horse, but smaller. #D:A common beast of burden in Middle-earth, especially used by Hobbits #D:and Dwarves. It won't attack you unless provoked. 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 | 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. # New monster added by furiosity for the Theme module N:52:Deer G:c:U I:110:8d8:0:30:255 W:0:1:3000:0 E:0:1:0:0:1:2 O:0:0:0:0 B:KICK:HURT:8d8 B:BUTT:HURT:8d8 B:KICK:HURT:8d8 B:BUTT:HURT:8d8 F:BASEANGBAND | ANIMAL | MORTAL | DROP_CORPSE | WILD_ONLY | WILD_GRASS | F:FORCE_SLEEP | WEIRD_MIND | SUSCEP_POIS | NEUTRAL | NO_TARGET | WILD_WOOD | D:Graceful creature found throughout Middle-earth. Deer are D:traditionally dedicated to the Vala Nessa, and are said to D:follow her as she travels through the wild lands. They will D:never attack without provocation. 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 | DROP_CORPSE | F:BASH_DOOR | F:ANIMAL | MORTAL | BASEANGBAND D:It is as big as a wolf. # New monster added by furiosity for the Theme module N:57:Lion G:f:R I:120:14d20:50:60:0 W:24:2:3000:80 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:TERRIFY:2d8 B:CLAW:HURT:2d16 B:CLAW:HURT:2d16 F:BASH_DOOR | WILD_TOO | WILD_GRASS | WILD_WOOD | WILD_MOUNTAIN | F:ANIMAL | DROP_SKELETON | DROP_CORPSE | MORTAL | BASEANGBAND D:Master of all felines, it's a huge cat with enormous paws D:and a thick mane. Its roar is deafeningly terrifying. 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 | AQUATIC 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:7:2:670:16 E:1:1:1:2:1:1 O:50:50:0:0 B:TOUCH:EAT_GOLD B:BITE:HURT:2d4 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 S:1_IN_25 | S:S_SPIDER D:Also known as Gollum. He is of the Periannath, but does not look it. D:He is thin and frail, sneaking around in dark corners, hoping to D:reclaim his "precious," and he'll use any means necessary to do so. 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. # New monster added by furiosity for the Theme module N:67:Squirrel G:r:o 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:WILD_ONLY | WILD_GRASS | WILD_WOOD | F:ANIMAL | DROP_SKELETON | DROP_CORPSE | NEUTRAL | NO_TARGET | F:MORTAL | BASEANGBAND D:A funny chittering creature, looking for nuts. N:68:Raven G:B:W 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_ONLY | WILD_WOOD | CAN_FLY | DROP_CORPSE F:MORTAL | HAS_EGG | NEUTRAL | NO_TARGET | IMPRESED | BASEANGBAND | AQUATIC D:Larger than a crow, and pitch black. N:69:White midge 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 an evil relative of the moth, native to marshlands. # New monster added by furiosity for the Theme module # Based on the Vorpal bunny from Zangband N:70:Squirrel of Mirkwood G:r:g I:120:10d10:40:40:0 W:13:1:600:40 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:6d1 B:BITE:HURT:7d1 F:WILD_TOO | WILD_WOOD | DROP_CORPSE | CAN_FLY | F:ANIMAL | MORTAL | BASEANGBAND D:An ominous-looking squirrel with dark fur, covered in D:leaves for better masquerade. It has glowing eyes and D:unusually sharp teeth. It is a horrific creation of the D:Necromancer in Dol Guldur, a corrupted form of a normal D:squirrel. 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 | 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: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. # New monster added by furiosity for the Theme module N:77:Ape G:q:y I:115:5d10:8:10:2 W:8:10:800:10 E:1:1:1:2:1:1 O:0:0:0:0 B:BITE:HURT:2d2 B:BITE:DISEASE:1d1 B:BITE:EAT_FOOD:1d1 F:BASEANGBAND | ANIMAL | MORTAL | AI_ANNOY | F:RAND_50 | RAND_25 | SMART | WEIRD_MIND | S:1_IN_10 S:SHRIEK D:A large humanoid form, relatively rare on Middle-earth. D:It is bounding toward you, noisy and dirty. 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 | WILD_ONLY F:MORTAL | NEUTRAL | NO_TARGET | IMPRESED | 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 Orcling, 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. # New monster added by furiosity for the Theme module # Ranger chieftain without the magic other than arrows N:91:Corsair of Umbar G:p:U I:120:50d20:20:60:10 W:41:2:1800:1500 E:1:1:1:2:1:1 O:30:50:20:0 B:HIT:HURT:5d5 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:MALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE F:ONLY_ITEM | DROP_2D2 | TAKE_ITEM | F:SMART | OPEN_DOOR | BASH_DOOR | F:EVIL | NO_CONF | NO_SLEEP | IM_FIRE | IM_ELEC | IM_COLD | IM_POIS | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_4 | S:ARROW_2 | ARROW_3 | ARROW_4 | MISSILE | D:A person with no love for Gondor. He thinks you are a soldier in D:the King's army. # New monster added by furiosity for the Theme module # Master rogue with some tweaks N:92:Dunlending G:p:g I:120:15d9:20:30:40 W:25:2:1600:130 E:1:1:1:2:1:1 O:80:10:10:0 B:HIT:HURT:2d8 B:HIT:HURT:2d8 B:HIT:POISON:2d8 F:MALE | DROP_SKELETON | DROP_CORPSE | F:DROP_2D2 | SUSCEP_ELEC | FRIENDS | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE S:1_IN_5 | S:ARROW_1 | D:A person with no love for Rohan. He thinks you are a Rider of the D:Mark in disguise. N:93:Apprentice 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 skillful in combat. D:He seems to consider you an agent of Morgoth. # New monster added by furiosity for the Theme module N:98:Man of Harad G:p:u I:110:16d10:20:50:40 W:17:1:3000:70 E:1:1:1:2:1:1 O:30:70:0:0 B:HIT:HURT:1d4 B:HIT:HURT:1d4 B:BITE:HURT:1d6 F:MALE | F:FRIENDS | DROP_60 | WILD_TOO | WILD_WOOD | DROP_SKELETON | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | REGENERATE | MALE | F:EVIL | HURT_LITE | BASEANGBAND D:A dark-skinned human who worships Sauron. A powerful warrior, D:almost as strong as a troll. He has bizarre white eyes. 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. # New monster added for the Theme module # From UnAngband N:102:Lurtz, Uruk Captain of the White Hand G:o:g I:110:72d10:20:95:50 W:22:3:1800:550 E:1:1:1:2:1:1 O:0:50:0:50 B:HIT:HURT:3d8 B:HIT:HURT:3d5 B:HIT:HURT:3d5 F:BASEANGBAND | UNIQUE | FORCE_MAXHP | CAN_SPEAK | SMART | F:EVIL | ORC | OPEN_DOOR | BASH_DOOR | IM_FIRE | IM_COLD | F:IM_POIS | ESCORT | ESCORTS | DROP_1D2 | DROP_GOOD | MALE | D:A strong and cunning orc warrior, a commander of Saruman's orcs. # New monster added for the Theme module # From T-Plus by Ingeborg S. Norden N:103:Munchkin G:l:B I:120:35d50:255:75:0 W:60:5:330:20000 E:1:1:1:2:1:1 O:0:45:45:10 B:INSULT:INSANITY:2d10 B:INSULT:EAT_GOLD:2d10 B:INSULT:EAT_ITEM:2d10 F:MALE | SMART | CAN_SPEAK | JOKEANGBAND | F:FORCE_MAXHP | F:RAND_25 | F:DROP_90 | DROP_GOOD | DROP_GREAT | F:DROP_4D2 | DROP_2D2 | ONLY_ITEM | AI_ANNOY | F:OPEN_DOOR | BASH_DOOR | POWERFUL | KILL_BODY | RES_NETH | RES_DISE | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | F:RES_NEXU | RES_PLAS | HAS_LITE | NO_CUT | NO_STUN | F:REFLECTING | S:1_IN_5 S:HEAL | HASTE | TPORT | TELE_AWAY | BLIND | CONF | SCARE | S:CAUSE_2 | FORGET | TRAPS | S:BO_MANA | ROCKET | D:This annoying little gnome won't stop bragging about his great D:magical powers and shiny new equipment--unless someone silences D:him permanently. Unfortunately, your own weapons and spells D:don't seem to work as well as they should on this fellow... 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:Yuck! It doesn't look so tasty. N:109:Apprentice 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:Apprentice 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. # New monster added for the Theme module # Suggested by Atarlost in the t-o-m-e.net forums N:111:Petty-dwarf G:k:s I:110:6d6:25:80:200 W:8:4:0:30 B:HIT:HURT:3d4 B:TOUCH:EAT_GOLD F:MALE F:DROP_1D2 | DROP_GOOD F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR F:EVIL S:1_IN_8 S:ARROW_1 D:A filthy little dwarf. He wants your purse, and judging by the D:size of his axe, he's quite likely to get it. # New monster added for the Theme module # Suggested by Atarlost in the t-o-m-e.net forums N:112:Petty-dwarf mage G:k:R I:120:7d10:20:16:20 W:10:1:0:50 B:HIT:HURT:1d6 B:HIT:HURT:UN_BONUS:1d6 F:MALE F:FORCE_SLEEP F:ONLY_ITEM | DROP_1D2 F:OPEN_DOOR | BASH_DOOR F:EVIL S:1_IN_5 S:BLIND | CONF | MISSILE | DARKNESS | BA_POIS D:A small dwarf in mage's robes. He looks comical, but he has slain any D:adventurer foolish enough to laugh at him. 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. # New monster added by furiosity for the Theme module N:115:Butterfly G:I:B I:120:1d1:6:5:10 W:3:1:100:1 E:0:0:0:0:0:0 O:0:0:0:0 F:RAND_50 | RAND_25 | NEUTRAL | NO_TARGET | WILD_ONLY | WILD_WOOD | NEVER_BLOW | F:WEIRD_MIND | ANIMAL | MORTAL | BASEANGBAND | WILD_GRASS | D:A large insect with beautiful fluttering wings. N:116:Apprentice 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:o 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 | 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. # New monster added by furiosity for the Theme module N:123:Moth 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:EAT_LITE:1d1 F:RAND_50 | RAND_25 | HURT_LITE | WILD_TOO | WILD_WOOD | F:WEIRD_MIND | ANIMAL | MORTAL | BASEANGBAND | WILD_GRASS | S:MULTIPLY D:Nocturnal insect of a kind closely related to butterflies. 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:Hurog 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 | S:1_IN_50 | S:BR_NETH D:A minor demonic servant of evil. Its features remind you of a dog - in fact, D:Huroeg are the result of the corruption of dogs by Morgoth. 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. # New monster added by furiosity for the Theme module N:132:Nightingale G:B:B I:110:1d1:30:1:10 W:0:3:80:0 E:0:1:1:0:1:0 O:0:0:0:0 F:RAND_25 | CAN_FLY | WILD_ONLY | WILD_WOOD | WILD_GRASS | F:ANIMAL | DROP_SKELETON | NEVER_BLOW | NEUTRAL | NO_TARGET | F:MORTAL | BASEANGBAND | DG_CURSE | D:Small brown birds of thrush kind, famous for their clear D:singing, and the fact that they will sing during the night D:as well as the day (hence their name). Since the days of D:Luthien, the nightingales of Middle-earth are surrounded D:by a strange blue aura and are rumoured to be under great D:protection of the Valar. 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. # New monster added by furiosity for the Theme module N:135:Gorcrow G:B:G I:120:3d5:40:12:0 W:3:2:300:10 E:0:1:1:0:1:0 O:0:0:0:0 B:BITE:HURT:1d4 B:BITE:HURT:1d4 B:BITE:DISEASE:1d4 F:ANIMAL | WILD_TOO | WILD_WOOD | CAN_FLY | DROP_CORPSE | WILD_SHORE | F:MORTAL | HAS_EGG | BASEANGBAND | EVIL | WILD_SWAMP | IMPRESED | D:It is a hooded crow, camouflaged well for a swampland or forest. D:It is a carrion bird that often lives close alongside the mewlips, D:the remains of whose prey it devours. 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:Grima the 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 was once the chief counsellor to King Theoden of Rohan. D:He betrayed king and country by becoming a spy for the D:corrupted Istari Saruman. 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 | JOKEANGBAND | HAS_LITE S:1_IN_5 S:ARROW_2 | HEAL | TRAPS D:The legendary archer who steals from the rich (you qualify). # New monster added by furiosity for the Theme module N:139:Gull G:B:o 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_ONLY | WILD_SHORE | CAN_FLY | DROP_CORPSE | F:MORTAL | BASEANGBAND | WILD_OCEAN | NEUTRAL | NO_TARGET | D:A sea-bird found around the shores of Middle-earth. The sound of a D:gull mewing is said to awaken the Sea-longing in the heart of an Elf. N:140:Lagduf, the Snaga G:o:o 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:An orc soldier who served under Shagrat in the garrison of the Tower of Cirith Ungol. # New monster added by furiosity for the Theme module N:141:Kirinki G:B:R I:110:1d1:30:1:10 W:1:9:80:0 E:0:1:1:0:1:0 O:0:0:0:0 B:BITE:HURT:1d1 F:RAND_25 | CAN_FLY | WILD_TOO | WILD_WOOD | WILD_GRASS | F:ANIMAL | DROP_SKELETON | HAS_EGG | IMPRESED | F:MORTAL | BASEANGBAND S:1_IN_10 S:SHRIEK D:A tiny scarlet bird from Numenor, with a really high voice. N:142:Apprentice 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. # New monster added by furiosity for the Theme module N:145:Swan G:B:w I:120:9d10:8:100:255 W:20:3:300:0 E:0:1:0:6:1:0 O:0:0:0:0 F:CAN_FLY | NEUTRAL | NO_TARGET | GOOD | F:MORTAL | NEVER_BLOW | DG_CURSE | WILD_ONLY | F:AQUATIC | WILD_SHORE | NO_TARGET | WILD_OCEAN D:Beautiful and graceful large white birds inhabiting aquatic D:regions. They never do any harm, and it is said that anyone D:who kills a swan incurs the wrath of the Valar. 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:Apprentice 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 Morgoth. N:148:Caborrog 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 | S:1_IN_50 | S:BR_NETH D:A minor demonic servant of evil. It resembles a frog - in fact, D:Caborroeg are the result of Morgoth's corruption of frogs. 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 cash! 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 | IMPRESED | BASEANGBAND | AQUATIC 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. # New monster added by furiosity for the Theme module N:153:Thrush G:B:U I:120:3d5:40:12:0 W:0:2:400:0 E:0:1:1:0:1:0 O:0:0:0:0 B:BITE:HURT:1d3 B:BITE:HURT:1d3 F:ANIMAL | WILD_ONLY | WILD_WOOD | CAN_FLY | DROP_CORPSE | F:MORTAL | HAS_EGG | BASEANGBAND | NEUTRAL | NO_TARGET | WILD_GRASS | D:Large speckled brown birds with a special fondness for snails, D:whose shells they remove by breaking them against stones. 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. # New monster added by furiosity for the Theme module N:155:Fox G:C:o I:120:7d7:30:30:20 W:10:1:600:40 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d6 F:BASH_DOOR | WILD_TOO | WILD_WOOD | WILD_WASTE | WILD_MOUNTAIN | F:ANIMAL | DROP_CORPSE | MORTAL | BASEANGBAND S:1_IN_8 | S:SHRIEK D:Dog-like carnivore of woodland and farmland, distinctive for D:its red-orange coats and its eerie plaintive cries. 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. # New monster added by furiosity for the Theme module N:158:Fly of Mordor G:I:U 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 | EVIL | F:WEIRD_MIND | ANIMAL | MORTAL | BASEANGBAND S:SHRIEK D:An evil swarm of bloodsucking flies. They are grey, brown and black D:insects, together in a homogeneous mass. They are loud, hateful and D:hungry, and marked with a red eye-shape upon their backs. # New monster added by furiosity for the Theme module # Based on Serpent men from Zangband N:159:Limlug G:J:G I:120:15d10:20:40:20 W:22:6:900:75 E:1:1:1:2:1:1 O:25:20:25:20 B:BITE:POISON:5d5 B:BITE:POISON:5d5 F:MALE | CAN_SWIM | IM_POIS | IM_ACID | AQUATIC | F:DROP_60 | DROP_2D2 | FRIENDS | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | EVIL | MORTAL | BASEANGBAND F:WILD_TOO | WILD_OCEAN | WILD_SHORE | S:1_IN_8 S:BA_POIS | SCARE | HOLD D:A sea-serpent of Elvish legend. 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:u 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:Hatchling 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 newly-born dragon is still soft, its eyes unaccustomed to light and D:its scales a pale blue. N:164:Hatchling 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 | 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 newly-born dragon is still soft, its eyes unaccustomed to light and D:its scales a pale white. N:165:Hatchling 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 newly-born dragon is still soft, its eyes unaccustomed to light and D:its scales a sickly green. N:166:Hatchling 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 newly-born dragon is still soft, its eyes unaccustomed to light and D:its scales a dull black. N:167:Hatchling 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 newly-born 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. # New monster added for the Theme module # From UnAngband N:170:Radbug, the Goblin G:o:y I:110:15d10:20:20:60 W:7:3:1500:100 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:1d10 B:HIT:HURT:1d10 B:HIT:HURT:1d10 F:BASEANGBAND | UNIQUE | MALE | EVIL | ORC | FORCE_MAXHP | F:CAN_SPEAK | DROP_CORPSE | WILD_TOO | OPEN_DOOR | BASH_DOOR | F:HURT_LITE | ONLY_ITEM | DROP_1D2 | DROP_GOOD | ESCORT | D:Strong and powerful, for a goblin. 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_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:r 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 | NEUTRAL | NO_TARGET | IMPRESED | HAS_EGG | AQUATIC D:A magnificent huge predatory bird. N:173:War bear G:q:r 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:A bear with tusks, trained to kill. N:174:Killer bee G:I:o 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:W 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 large 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. # New monster added for the Theme module # Based on Nightshade from T-Plus by Ingeborg S. Norden N:177:The Lucky Hobbit G:h:D I:110:40d5:40:10:3 W:10:2:660:0 E:0:1:1:2:1:1 O:0:40:10:40 B:TOUCH:EAT_FOOD B:TOUCH:EAT_ITEM B:BEG:EAT_GOLD B:INSULT:* F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE | F:FORCE_MAXHP | FORCE_DEPTH | WILD_TOWN | WILD_ONLY | F:OPEN_DOOR | BASH_DOOR | DROP_GOOD | F:RAND_25 | DROP_60 | DROP_2D2 | DROP_GREAT | ONLY_ITEM | F:MORTAL | JOKEANGBAND | HAS_LITE D:An obscenely lucky and very stealthy Halfling. You have an intense D:desire to kill this creature. 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. # New monster added for the Theme module # Suggested by Atarlost in the t-o-m-e.net forums N:179:Dark dwarven warrior G:k:u I:110:2d100:25:120:30 W:20:2:0:160 B:HIT:HURT:2d8 B:HIT:HURT:2d8 B:HIT:HURT:2d8 B:HIT:HURT:2d8 F:MALE F:FORCE_SLEEP | FRIENDS F:ONLY_ITEM | DROP_1D2 | DROP_GOOD F:OPEN_DOOR | BASH_DOOR D:The dwarves of Nogrod were ever greedy, and through this Morgoth was able to D:snare them. Now they act as slavemasters in his mines. # New monster added for the Theme module # Suggested by Atarlost in the t-o-m-e.net forums N:180:Dark dwarven smith G:k:w I:110:2d100:25:120:1 W:22:1:0:175 B:HIT:SHATTER:6d6 F:MALE F:ONLY_ITEM | DROP_1D2 | DROP_GOOD F:OPEN_DOOR | BASH_DOOR F:EVIL D:The dwarves of Nogrod were ever greedy, and through this Morgoth was able to D:snare them. This smith has been forging blades for the Orcs. # New monster added for the Theme module # Suggested by Atarlost in the t-o-m-e.net forums N:181:Dark dwarven lord G:k:D I:110:5d100:25:150:180 W:25:2:0:300 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:HIT:HURT:3d6 F:MALE | EVIL F:FORCE_SLEEP | FORCE_MAXHP F:ONLY_ITEM | DROP_2D2 | DROP_GOOD F:OPEN_DOOR | BASH_DOOR F:IM_FIRE | IM_COLD | NO_CONF | NO_SLEEP S:1_IN_8 S:HEAL | BO_FIRE | BO_ACID D:The dwarves of Nogrod were ever greedy, and through this Morgoth was able to D:snare them. This is a lord among the dark dwarves. # New monster added by furiosity for the Theme module # Based on Atarlost's suggestions for dark dwarves # and on dark elven priests. N:182:Dark dwarven priest G:k:g I:120:2d100:20:30:30 W:27:1:1200:50 E:1:1:1:2:1:1 O:0:10:90:0 B:HIT:HURT:2d8 B:HIT:HURT:2d8 F:MALE | F:FORCE_SLEEP | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | 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:The dwarves of Nogrod were ever greedy, and through this Morgoth was able to D:snare them. This priest serves Melkor unquestioningly, and today it is your D:turn to die. N:183: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: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. Short and broad, he has crooked D:legs and arms that hang almost to the ground. 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:The beating of its 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 with the claws and the face of an owl. # New monster added by furiosity for the Theme module N:189:Clear mewlip G:i:w I:110:2d5:12:6:10 W:1:1:0:2 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:HURT:1d2 F:BASEANGBAND | EMPTY_MIND | STUPID | ATTR_CLEAR | F:UNDEAD | RAND_50 | CAN_SWIM | INVISIBLE | EVIL | D:An evil cannibal spirit from the marshlands. 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:Limrog 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. It resembles a fish - Limroeg D:are actually fish that were corrupted by Morgoth. 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. # New monster added by furiosity for the Theme module N:200:Gray mewlip G:i:s I:110:4d7:12:9:10 W:3:1:0:5 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:HURT:2d4 F:BASEANGBAND | EMPTY_MIND | STUPID | F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | D:An evil cannibal spirit from the marshlands. It is D:especially aggressive. # New monster added by furiosity for the Theme module N:201:Orange mewlip G:i:o I:110:6d9:12:12:10 W:5:1:0:2 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:POISON:2d4 F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | D:An evil cannibal spirit from the marshlands. It is D:surrounded by a foul stench. N:202:Undead mass G:j:D 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 other body parts. D:It seems to be growing. # New monster added by furiosity for the Theme module N:203:Bloodshot mewlip G:i:r I:110:6d9:12:12:10 W:5:1:0:2 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:LOSE_STR:2d4 F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | D:An evil cannibal spirit from the marshlands. Its form seems D:infused with blood, surely that of its victims. N:204:Hatchling 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 newly-born dragon is still soft, its eyes unaccustomed to light and D:its scales shimmering with a hint of colour. # New monster added by furiosity for the Theme module N:205:Green mewlip G:i:g I:110:6d9:12:12:10 W:5:1:0:2 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:POISON:2d4 B:TOUCH:CONFUSE:3d5 F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS F:UNDEAD | RAND_50 | CAN_SWIM | EVIL D:An evil cannibal spirit from the marshlands. It is D:surrounded by a foul stench and an aura of mystery. 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." # New monster added by furiosity for the Theme module N:207:Blue mewlip G:i:b I:110:6d9:12:12:10 W:5:1:0:2 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:ELEC:3d5 F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS | F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | IM_ELEC | D:An evil cannibal spirit from the marshlands. It is D:surrounded by a barely noticeable aura of sparks. 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. 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 | 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 is coated with 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... # New monster added by furiosity for the Theme module N:214:Brown mewlip G:i:u I:110:6d9:12:12:10 W:5:1:0:2 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:LOSE_CHR:3d5 F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS | F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | NO_CUT | D:An evil cannibal spirit from the marshlands. It seems to D:be rising straight from the earth to get you. 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 from the Misty Mountains D:He's been known to pick on Shire-folk. 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. # New monster added by furiosity for the Theme module N:217:Stone mewlip G:i:W I:110:7d10:12:25:10 W:10:5:0:2 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:HURT:3d5 B:TOUCH:SHATTER:1d1 # Yes, I'm nasty. :P -furiosity F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS | F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | NO_CUT | NO_STUN | D:An evil cannibal spirit from the marshlands. It seems to D:be coming from the walls. N:218:Hatchling 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 newly-born dragon is still soft, its eyes unaccustomed to light and D:its scales a dull bronze. N:219:Hatchling 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 newly-born 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. # New monster added by furiosity for the Theme module N:221:Yellow mewlip G:i:y I:110:7d10:12:25:10 W:15:5:0:20 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:EAT_LITE:3d5 F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS | F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | NO_CUT | D:An evil cannibal spirit from the marshlands. It seems to D:be surrounded with a strange aura of dark light. # New monster added by furiosity for the Theme module N:222:Pink mewlip G:i:R I:110:9d12:12:30:10 W:20:5:0:30 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:LOSE_STR:4d4 F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS | F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | NO_CUT | D:An evil cannibal spirit from the marshlands. It glows D:an eerily unnatural pink colour. # New monster added by furiosity for the Theme module N:223:Tree mewlip G:i:G I:110:10d12:12:40:10 W:25:3:0:50 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:POISON:5d5 B:TOUCH:LOSE_DEX:5d5 F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS | F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | CAN_FLY | D:An evil cannibal spirit from the marshlands. It prefers D:to dwell in the trees and is rather stealthy. # New monster added by furiosity for the Theme module N:224:Air mewlip G:i:B I:110:11d12:12:45:10 W:25:3:0:70 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:POISON:6d6 B:TOUCH:BLIND:6d6 F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS | F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | IM_ELEC | D:An evil cannibal spirit from the marshlands. It seems to D:be materializing out of thin air. 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 Vala. He believes you to be a D:servant of the Shadow. 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 the Void. 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. # New monster added by furiosity for the Theme module # Based on Plague worm mass from T-Plus by Ingeborg S. Norden N:232:Plague mewlip G:i:U I:110:100d11:15:70:20 W:40:3:0:300 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:DISEASE:3d5 B:TOUCH:PARASITE:6d5 F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS | F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | D:An evil cannibal spirit from the marshlands. Foul stench D:of decay surrounds it, and you are afraid to let it get D:near you. 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 pile of flesh, 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:B 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:They say it is 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. # New monster added by furiosity for the Theme module # Based on Charnel worm mass from T-Plus by Ingeborg S. Norden N:237:Death mewlip G:i:D I:130:44d100:255:75:10 W:80:5:10:4000 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:EXP_20:7d5 B:TOUCH:DISEASE:7d5 B:TOUCH:PARASITE:14d10 B:TOUCH:LOSE_ALL:7d5 F:BASEANGBAND | EMPTY_MIND | STUPID | IM_POIS | F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | NO_FEAR | F:FORCE_MAXHP | KILL_ITEM | KILL_BODY | NO_CONF | F:NO_SLEEP | NO_CUT | NO_STUN | REGENERATE | IM_COLD | F:RES_NETH | RES_PLAS | RES_WATE | RES_DISE | RES_NEXU | S:1_IN_5 S:ANIM_DEAD | D:An evil cannibal spirit from the marshlands. It has been given D:additional power by necromantic magic, making it nearly invulnerable. # Wow, a dangerous icky thing :P 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 spellcaster. 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: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 Yavanna Kementari. He thinks you want to D:destroy the forests of Arda. # New monster added by furiosity for the Theme module # A Black Numenorean (hell knight) on steroids N:242:Fuinur, Lord of the Haradrim G:p:r I:140:80d100:50:300:0 W:90:1:0:150000 E:1:1:1:2:1:1 O:0:40:60:0 B:HIT:HURT:20d5 B:HIT:EXP_80:20d5 F:UNIQUE | MALE | MORTAL | BASEANGBAND | HAS_LITE | F:FORCE_MAXHP | SMART | IM_FIRE | IM_ELEC | IM_POIS | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_GREAT | F:RES_NETH | RES_NEXU | RES_PLAS | RES_WATE | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | EVIL | SPECIAL_GENE | S:1_IN_5 | S:BLIND | SCARE | CAUSE_4 | BA_NETH | BA_FIRE | BO_PLAS S:S_HI_DEMON | S_HI_UNDEAD | HASTE | D:A Man of Numenor who fell under the influence of Sauron during the time D:the Dark Lord dwelt on that island. He sailed east to Middle-earth, with D:a companion named Herumor, and settled in the southern region of Harad. D:These two came to hold great power among the Haradrim. Fuinur has been D:appointed the task of guarding the realm of Angmar from intruders, in D:anticipation of Sauron's victory over the free People. 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 pile of flesh. It is D:eating away the floor it 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. # New monster added by furiosity for the Theme module N:249:Glorfindel of Rivendell G:h:b I:120:8d90:20:70:10 W:25:3:1400:25000 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:10d8 B:HIT:HURT:10d8 B:HIT:HURT:10d8 F:BASEANGBAND | WILD_TOO | WILD_WOOD | WILD_GRASS | F:UNIQUE | MALE | FORCE_MAXHP | GOOD | CAN_SPEAK | F:SMART | PET | HAS_LITE | OPEN_DOOR | BASH_DOOR | F:DROP_CORPSE | DROP_SKELETON | MORTAL | CAN_SWIM | F:RES_WATE | RES_NETH | IM_COLD | IM_ACID | IM_POIS | S:1_IN_2 | S:ARROW_4 | S_KIN | D:A fair Elf in a travel cloak, wielding a longbow and short sword. D:Stately and graceful, he rides his steed Asfaloth with great speed. D:It is rumoured that he is none other but Glorfindel of Gondolin, who D:has been sent back from the halls of Mandos to serve the Free People D:of Middle-earth in this time of darkness and sorrow. N:250:Giant white dragonfly 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 dragonfly that drips frost. N:251:Snaga sapper G:o:o 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 | BASEANGBAND | HAS_LITE D:He is one of the many weaker 'slave' orcs, often mistakenly called a D:goblin. He is equipped with an explosive charge. # New monster added by furiosity for the Theme module # Powered-up high elf N:252:Finrod Felagund G:h:B I:120:50d50:20:80:10 W:40:3:1400:1000 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 F:MALE | OPEN_DOOR | BASH_DOOR | UNIQUE | F:GOOD | DROP_SKELETON | DROP_CORPSE | SMART | PET | F:IM_ACID | IM_COLD | RES_WATE | RES_NETH | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_5 | S:S_KIN D:The eldest son of Finarfin and brother to Galadriel, who founded D:Minas Tirith in the Pass of Sirion, and delved his citadel at D:Nargothrond on the River Narog. He went with Beren on the Quest D:of the Silmaril, and was lost in the pits of Sauron on Tol-in-Gaurhoth. D:His spirit tarried at the Halls of Waiting, and he was allowed to return D:to Middle-earth in this time of strife. N:253:Gibbering mouther G:j:R 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. # New monster added by furiosity for the Theme module N:254:Maedhros the Tall G:h:u I:120:60d25:20:80:10 W:45:10:2300:2500 E:1:1:1:1:1:1 O:20:80:0:0 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 F:MALE | NO_FEAR | NO_STUN | BASH_DOOR | KILL_BODY | FORCE_MAXHP | F:DROP_SKELETON | DROP_CORPSE | UNIQUE | SMART | DROP_4D2 | F:MORTAL | BASEANGBAND | HAS_LITE | DROP_GREAT | WILD_TOO | WILD_GRASS | S:1_IN_4 | HASTE | SCARE | D:The eldest of the Seven Sons of Feanor, and considered to be their D:leader. In Valinor he swore the Oath of Feanor, and followed his D:father back to Middle-earth. After Feanor's death, Morgoth captured D:Maedhros through trickery, and hung him by the wrist from the heights D:of Thangorodrim. Fingon succeeded in rescuing him, but he lost his right D:hand in their escape. He searches forever for the Silmarils of Feanor. 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. If you see D:one, it usually means orcs are nearby. N:258:Cheerful leprawn G:l: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 | BASEANGBAND | PET 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:Just looking at it makes you itchy all over. 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. # New monster added by furiosity for the Theme module N:263:Maglor the Mighty Singer G:h:g I:120:60d25:20:80:10 W:45:10:2300:2500 E:1:1:1:2:1:1 O:0:20:80:0 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 F:MALE | NO_FEAR | NO_STUN | BASH_DOOR | KILL_BODY | FORCE_MAXHP | F:DROP_SKELETON | DROP_CORPSE | UNIQUE | SMART | DROP_4D2 | F:MORTAL | BASEANGBAND | HAS_LITE | DROP_GREAT | WILD_TOO | WILD_GRASS | S:1_IN_3 | S:HEAL | SCARE | CAUSE_2 | HOLD | CONF | S_ANIMALS | D:The second son of Feanor, who inherited more of his mother Nerdanel's D:gentle spirit than any of his brothers. Maglor was famed as a poet and D:bard, but he took the Oath of Feanor in Tirion and shared in the woes D:that came of it. He searches forever for the Silmarils of Feanor. 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 with man and orc, combining man's D:strength and cunning with orcish evil. The Dunlendings fighting on D:Saruman's side were first noted to mix their blood with the orcs. 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. # New monster added by furiosity for the Theme module N:268:Celegorm the Fair G:h:o I:120:60d25:20:80:10 W:45:10:2300:2500 E:1:1:1:2:1:1 O:0:20:80:0 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 F:MALE | NO_FEAR | NO_STUN | BASH_DOOR | KILL_BODY | FORCE_MAXHP | F:DROP_SKELETON | DROP_CORPSE | UNIQUE | SMART | DROP_4D2 | F:MORTAL | BASEANGBAND | HAS_LITE | DROP_GREAT | WILD_TOO | WILD_GRASS | S:1_IN_3 | S:S_MONSTER | S_ANIMAL | S_KIN | S_MONSTERS | S_ANIMALS | S_KIN | D:Celegorm the Fair was the third of the seven sons of Feanor. D:The most ambitious of the seven, he followed the oath of his father D:with the greatest ardour. He searches forever for the Silmarils. 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. D:It 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 skull animated by necromantic spells. You'll seldom catch one alone. # New monster added by furiosity for the Theme module N:274:Caranthir the Dark G:h:D I:120:60d25:20:80:0 W:45:10:2300:2500 E:1:1:1:2:1:1 O:0:20:80:0 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:TOUCH:EAT_ITEM:10d10 F:MALE | NO_FEAR | NO_STUN | BASH_DOOR | KILL_BODY | FORCE_MAXHP | F:DROP_SKELETON | DROP_CORPSE | UNIQUE | SMART | DROP_4D2 | F:MORTAL | BASEANGBAND | HAS_LITE | DROP_GREAT | WILD_TOO | WILD_GRASS | S:1_IN_3 | S:TRAPS | CONF | SCARE | D:The fourth son of Feanor, who turned on his own kind because of the D:Oath of his father. He searches forever for the Silmarils of Feanor. 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. # New monster added by furiosity for the Theme module N:276:Curufin the Crafty G:h:y I:120:60d25:20:80:10 W:45:10:2300:2500 E:1:1:1:2:1:1 O:0:80:0:20 B:HIT:HURT:10d10 B:HIT:EAT_ITEM:10d10 B:HIT:EAT_ITEM:10d10 B:HIT:EAT_ITEM:10d10 F:MALE | NO_FEAR | NO_STUN | BASH_DOOR | KILL_BODY | FORCE_MAXHP | F:DROP_SKELETON | DROP_CORPSE | UNIQUE | SMART | DROP_4D2 | F:MORTAL | BASEANGBAND | HAS_LITE | DROP_GREAT | WILD_TOO | WILD_GRASS | S:1_IN_3 | S:TELE_TO | TELE_AWAY | TPORT | BLINK | TRAPS | D:The fifth son of Feanor, closely associated with his elder D:brother Celegorm. Bound by the Oath of Feanor, he searches D:forever for the Silmarils. 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:Aewrog 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 S:1_IN_50 | S:BR_NETH D:A minor demonic servant of evil. It resembles a bird - in fact, D:the Aewroeg are the result of the corruption of smaller birds by Morgoth. N:281:Gnome mage G:l: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 before you. N:283:Umber hulk G:X:U I:110:20d10:20:50:10 W:16:1:5000:75 E:0:1:0:2:1:0 O:0:0:0:0 B:GAZE:CONFUSE B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:HURT:2d6 F:EMPTY_MIND | COLD_BLOOD | F:BASH_DOOR | KILL_WALL | DROP_SKELETON | F:ANIMAL | EVIL | F:IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:This bizarre creature has glaring eyes and large mandibles capable of D:slicing through rock. N:284:Rust monster G:q:o I:110:20d15:12:55:10 W:16:2:900:50 E:0:1:0:2:1:0 O:0:0:0:0 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 F:STUPID | WEIRD_MIND | KILL_ITEM | F:IM_ACID | IM_POIS | DROP_CORPSE | F:NO_CONF | F:MORTAL | BASEANGBAND D:It is a weird, small animal with two antennae popping forth from D:its forehead. It looks hungry. N:285:Ogrillon G:O:w I:110:22d9:20:33:30 W:16:2:2400:75 E:1:1:1:2:1:1 O:20:70:0:10 B:HIT:HURT:2d10 B:HIT:HURT:2d10 F:FRIENDS | DROP_60 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | GIANT | ORC | F:MORTAL | BASEANGBAND | HAS_LITE D:An unnatural hybrid of ogre and orc. N:286:Gelatinous cube G:j:G I:110:36d10:12:18:1 W:16:4:40000:80 E:0:0:0:0:0:0 O:40:30:20:0 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 F:FORCE_MAXHP | F:DROP_1D2 | DROP_4D2 | F:STUPID | EMPTY_MIND | COLD_BLOOD | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | CAN_SWIM | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a strange, vast gelatinous structure that assumes cubic proportions D:as it lines all four walls of the corridors it patrols. Through its D:transparent jelly structure you can see treasures it has engulfed, and a D:few corpses as well. N:287:Giant green dragonfly G:F:G I:110:3d8:12:20:50 W:16:2:150:65 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:POISON:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | WILD_TOO | WILD_SWAMP | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | F:ANIMAL | IM_POIS | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_POIS D:A large, foul-smelling dragonfly. N:288:Fire giant G:P:r I:110:34d16:20:60:50 W:30:1:5000:220 E:1:1:1:2:1:1 O:20:80:0:0 B:HIT:FIRE:6d8 B:HIT:FIRE:6d8 F:DROP_60 | F:OPEN_DOOR | BASH_DOOR | WILD_TOO | WILD_VOLCANO | SUSCEP_COLD | F:EVIL | GIANT | MALE | AURA_FIRE | DROP_SKELETON | DROP_CORPSE | F:IM_FIRE | BASEANGBAND | HAS_LITE | MORTAL D:A glowing fourteen-foot-tall giant. Flames surround his red skin. N:289:Hummerhorn G:I:y I:120:2d2:8:14:10 W:16:4:100:4 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:CONFUSE:2d2 F:RAND_50 | RAND_25 | CAN_FLY | WILD_TOO | F:WEIRD_MIND | ANIMAL | BASEANGBAND S:MULTIPLY D:A giant buzzing wasp, its stinger drips venom. N:290:Lizard man G:l:g I:110:16d10:20:40:20 W:16:3:1300:55 E:1:1:1:2:1:1 O:50:50:0:0 B:HIT:HURT:4d4 B:HIT:HURT:4d4 F:MALE | CAN_SWIM | IM_ACID | F:FRIENDS | DROP_60 | WILD_TOO | WILD_SHORE | F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON F:EVIL F:MORTAL | BASEANGBAND | HAS_LITE D:Intelligent lizard being from the depths. N:291:Ulfast, Son of Ulfang G:p:U I:110:37d10:20:40:40 W:16:3:1700:200 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:HIT:HURT:3d6 F:UNIQUE | CAN_SPEAK | DROP_SKELETON | DROP_CORPSE | F:MALE | F:FORCE_MAXHP | F:ONLY_ITEM | DROP_90 | DROP_GOOD | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE D:A short and swarthy Easterling. He professed to follow D:Caranthir, but turned on the Sons of Feanor, and so D:brought about their defeat. N:292:Crebain G:B:D I:120:3d5:40:12:0 W:16:4:500:20 E:0:1:1:0:1:0 O:0:0:0:0 B:CLAW:HURT:1d4 B:CLAW:HURT:1d4 F:ANIMAL | EVIL | MORTAL | FRIENDS | BASEANGBAND | DROP_CORPSE | HAS_EGG | F:WILD_TOO | WILD_WASTE | WILD_MOUNTAIN | WILD_WOOD | WILD_VOLCANO | F:WILD_GRASS | WILD_SWAMP | WILD_SHORE | WILD_OCEAN | CAN_FLY | AQUATIC S:1_IN_8 | SHRIEK D:A type of crow, specially bred by the forces of evil as spies; their D:rudimentary intelligence guided by an evil mind has tracked you down, D:and now they seek to alert other evil creatures to your presence. N:293:Berserker G:p:u I:120:60d25:20:80:10 W:45:2:2300:2500 E:1:1:1:2:1:1 O:20:80:0:0 B:HIT:HURT:7d7 B:HIT:HURT:7d7 B:HIT:HURT:7d7 F:MALE | NO_FEAR | NO_STUN | BASH_DOOR | KILL_BODY | FORCE_MAXHP | F:DROP_SKELETON | DROP_CORPSE F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_4 | HASTE | SCARE D:He can drive himself into such a terrible battle-frenzy that he D:can survive blows which should kill him, and still apparently feel D:no pain. He tramples weaker creatures underfoot in his eagerness D:to get to his real enemy, and his battle-cry strikes terror into D:his foes. N:294:Draugrog G:u:o I:110:6d8:20:30:20 W:16:2:500:50 E:1:1:1:2:1:1 O:0:50:30:10 B:BITE:LOSE_DEX:1d6 B:CLAW:HURT:1d3 B:CLAW:HURT:1d3 F:FORCE_SLEEP | F:RAND_25 | F:ONLY_ITEM | DROP_1D2 | F:SMART | INVISIBLE | BASH_DOOR | F:EVIL | DEMON | IM_FIRE | NONLIVING | BASEANGBAND | HAS_LITE S:1_IN_10 | S:BLINK | TPORT | TELE_TO | TELE_LEVEL | BLIND | CONF | SCARE D:Draugroeg are doglike demons, dogs corrupted by Morgoth. N:295:Sphinx G:H:G I:110:60d5:20:60:20 W:17:2:6000:80 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:2d6 B:CLAW:HURT:2d6 F:FORCE_SLEEP | F:ONLY_GOLD | DROP_1D2 | CAN_FLY | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | WILD_TOO | WILD_MOUNTAIN | F:ANIMAL | MORTAL | BASEANGBAND S:1_IN_11 | S:SCARE | CONF D:It will eat you if you cannot answer its riddle. D:Unfortunately, you do not understand the language D:it speaks. N:296:Narrog G:u:g I:110:6d8:20:30:20 W:17:2:400:55 E:0:1:1:0:1:0 O:30:20:50:0 B:HIT:POISON:3d4 B:HIT:POISON:3d4 F:FORCE_SLEEP | CAN_FLY | F:RAND_25 | F:ONLY_ITEM | DROP_1D2 | F:SMART | INVISIBLE | COLD_BLOOD | BASH_DOOR | F:EVIL | DEMON | IM_FIRE | RES_TELE | BASEANGBAND | HAS_LITE S:1_IN_10 | S:BLINK | TPORT | TELE_TO | TELE_LEVEL | BLIND | CONF | SCARE | BO_FIRE D:A minor demonic servant of evil. It resembles a rat - in fact, D:the Narroeg are the result of the corruption of rats by Morgoth. N:297:Forest troll G:T:g I:110:20d10:20:50:40 W:17:1:3000:70 E:1:1:1:2:1:1 O:30:70:0:0 B:HIT:HURT:1d4 B:HIT:HURT:1d4 B:BITE:HURT:1d6 F:MALE | F:FRIENDS | DROP_60 | WILD_TOO | WILD_WOOD | DROP_SKELETON | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | SUSCEP_FIRE | REGENERATE | F:EVIL | TROLL | HURT_LITE | BASEANGBAND D:Trolls were made by Melkor Bauglir in mockery of the Ents. This one D:is green-skinned and very ugly. N:298:Freezing sphere G:*:w I:120:6d6:100:30:0 W:17:1:0:50 E:0:0:0:0:0:0 O:0:0:0:0 B:EXPLODE:COLD:8d8 F:FORCE_SLEEP | CAN_FLY | SUSCEP_FIRE | RAND_50 | RAND_25 | F:EMPTY_MIND | AURA_COLD | F:IM_COLD | NO_FEAR | NO_CONF | NO_SLEEP | NONLIVING | BASEANGBAND | HAS_LITE | NO_CUT D:A semi-sentient snowball, hurling itself at targets at random. N:299:Jumping fireball G:*:r I:120:6d6:100:30:0 W:17:1:0:50 E:0:0:0:0:0:0 O:0:0:0:0 B:EXPLODE:FIRE:8d8 F:FORCE_SLEEP | CAN_FLY | SUSCEP_COLD | F:EMPTY_MIND | AURA_FIRE | RAND_50 | RAND_25 | F:IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP | NONLIVING | BASEANGBAND | HAS_LITE | NO_CUT D:A semi-sentient fireball that moves around randomly. N:300:Ball lightning G:*:B I:120:6d6:100:30:0 W:17:1:0:50 E:0:0:0:0:0:0 O:0:0:0:0 B:EXPLODE:ELEC:8d8 F:FORCE_SLEEP | CAN_FLY | RAND_25 | RAND_50 | F:EMPTY_MIND | AURA_ELEC | F:IM_ELEC | NO_FEAR | NO_CONF | NO_SLEEP | NONLIVING | BASEANGBAND | HAS_LITE |NO_CUT D:A crackling ball of energy, zooming about seemingly at random. N:301:2-headed hydra G:M:u I:110:100d3:20:60:20 W:17:2:4000:80 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:HURT:2d6 B:BITE:HURT:2d6 F:FORCE_SLEEP | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:ONLY_GOLD | DROP_1D2 | CAN_SWIM | DROP_SKELETON | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | MOVE_BODY | HAS_EGG | IMPRESED | F:ANIMAL | MORTAL | BASEANGBAND S:1_IN_11 | S:SCARE D:A strange reptilian creature with two heads, guarding its hoard. N:302:Swamp thing G:H:g I:110:8d12:20:60:30 W:17:2:2000:80 E:1:1:1:2:1:1 O:0:0:0:0 B:CLAW:TERRIFY:2d5 B:CLAW:TERRIFY:5d2 F:CAN_SWIM | OPEN_DOOR | BASH_DOOR | WILD_TOO | WILD_SWAMP F:MORTAL | BASEANGBAND D:A creature that was once human, but is now as green as moss. N:303:Water spirit G:E:b I:120:9d8:12:28:40 W:17:2:0:58 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:2d4 B:HIT:HURT:2d4 F:RAND_25 | F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | F:IM_POIS | IM_ACID | CAN_FLY | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:A whirlpool of sentient liquid. N:304:Giant red scorpion G:S:r I:110:11d8:12:44:20 W:17:1:1000:62 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:2d4 B:STING:LOSE_STR:1d7 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | F:ANIMAL | DROP_SKELETON | F:MORTAL | BASEANGBAND D:It is fast and poisonous. N:305:Earth spirit G:E:u I:120:13d8:10:40:50 W:17:2:0:64 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:1d8 B:HIT:HURT:1d8 F:RAND_25 | F:EMPTY_MIND | COLD_BLOOD | F:PASS_WALL | CAN_FLY | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | HURT_ROCK | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:A whirling form of sentient rock. N:306:Fire spirit G:E:r I:120:10d9:16:30:20 W:18:2:0:75 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:FIRE:2d6 B:HIT:FIRE:2d6 F:RAND_25 | F:EMPTY_MIND | BASH_DOOR | CAN_FLY | SUSCEP_COLD | F:IM_FIRE | IM_POIS | WILD_TOO | WILD_VOLCANO | F:NO_CONF | NO_SLEEP | NO_FEAR | AURA_FIRE | BASEANGBAND | HAS_LITE | NO_CUT D:A whirlwind of sentient flame. N:307:Fire hound G:Z:r I:110:10d6:30:30:0 W:18:1:600:70 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 B:BITE:FIRE:2d6 F:FORCE_SLEEP | F:FRIENDS | F:BASH_DOOR | SUSCEP_COLD | F:ANIMAL | IM_FIRE | DROP_SKELETON | DROP_CORPSE | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_10 | S:BR_FIRE D:Flames lick at its feet and its tongue is a blade of fire. You can feel a D:furnace heat radiating from this creature. N:308:Cold hound G:Z:w I:110:10d6:30:30:0 W:18:1:600:70 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 B:BITE:COLD:2d6 F:FORCE_SLEEP | F:FRIENDS | F:BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:ANIMAL | IM_COLD | SUSCEP_FIRE | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_COLD D:A hound as tall as a man, this creature appears to be composed of angular D:planes of ice. Cold radiates from it and freezes your breath in the air. N:309:Energy hound G:Z:b I:110:10d6:30:30:0 W:18:1:600:70 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 B:BITE:ELEC:2d6 F:FORCE_SLEEP | F:FRIENDS | DROP_SKELETON | DROP_CORPSE | F:BASH_DOOR | F:ANIMAL | IM_ELEC | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_10 | S:BR_ELEC D:An aura of lightning forms a ghostly halo around this hound, and D:sparks sting your fingers as energy builds up in the air around you. N:310:Lesser mimic G:m:y I:110:10d10:25:30:250 W:18:3:100:60 E:0:0:0:0:0:0 O:10:10:10:10 B:HIT:POISON:3d4 B:HIT:HURT:2d3 B:HIT:HURT:2d3 F:MIMIC | F:FORCE_SLEEP | NEVER_MOVE | SUSCEP_COLD | F:EMPTY_MIND | COLD_BLOOD | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_6 | S:BLIND | CONF | SCARE | CAUSE_2 | BO_COLD D:A strange creature that disguises itself as some object to lure D:unsuspecting adventurers within reach of its venomous claws. N:311:Door mimic G:+:U I:110:10d10:25:30:0 W:18:6:100:70 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:POISON:3d4 B:HIT:CONFUSE:2d3 B:HIT:PARALYZE:2d3 F:CHAR_MULTI | F:FORCE_SLEEP | NEVER_MOVE | F:EMPTY_MIND | COLD_BLOOD | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_6 | S:BLIND | CONF | SCARE | CAUSE_2 | BO_COLD D:A strange creature that disguises itself as a door to lure D:unsuspecting adventurers within reach of its venomous claws. N:312:Blink dog G:C:B I:120:8d8:20:20:10 W:18:2:400:50 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d8 F:RAND_25 | FRIENDS | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:ANIMAL | RES_TELE | MORTAL | BASEANGBAND S:1_IN_4 | BLINK | TELE_TO D:A strange magical member of the canine race, its form seems to shimmer and D:fade in front of your very eyes. N:313:Uruk G:o:B I:110:8d10:20:50:20 W:16:1:2300:60 E:1:1:1:2:1:1 O:20:80:0:0 B:HIT:HURT:3d5 B:HIT:HURT:3d5 F:MALE | F:FORCE_MAXHP | FRIENDS | DROP_60 | F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | ORC | IM_POIS | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_9 | S:ARROW_2 D:It is a cunning orc of power, as tall as a man, and stronger. It fears D:little. His armour bears the mark of Saruman - a large white hand. N:314:Shagrat, the Orc Captain G:o:g I:110:42d10:20:60:20 W:19:2:2600:400 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:3d9 B:HIT:HURT:3d9 B:HIT:HURT:3d6 B:HIT:HURT:3d6 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_MAXHP | SPECIAL_GENE F:ESCORT | DROP_SKELETON | DROP_CORPSE | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | ORC | IM_POIS | F:MORTAL | BASEANGBAND | HAS_LITE D:He has power and great cunning, as leader of the garrison at Cirith Ungol. D:He is a large Uruk with an evil face, protruding fangs and long arms. N:315:Gorbag, the Orc Captain G:o:g I:110:42d10:20:60:20 W:19:2:2600:400 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:3d9 B:HIT:HURT:3d9 B:HIT:HURT:3d6 B:HIT:HURT:3d6 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_MAXHP | F:ESCORT | DROP_SKELETON | DROP_CORPSE F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | ORC | IM_POIS F:MORTAL | BASEANGBAND | HAS_LITE D:He is an orc of power and great cunning, leader of the garrison at Minas Morgul. N:316:Shambling mound G:,:g I:110:20d6:20:16:40 W:18:2:3000:75 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:1d8 B:HIT:HURT:1d8 F:ONLY_GOLD | DROP_90 | WILD_TOO | WILD_SWAMP | F:STUPID | EMPTY_MIND | OPEN_DOOR | BASH_DOOR | F:EVIL | NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_4 | S:SHRIEK D:A pile of rotting vegetation that slides towards you with a disgusting D:stench, waking all it nears. N:317:Venus Flytrap G:#:g I:120:10d10:20:5:0 W:15:5:200:30 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:PARALYZE:3d3 B:HIT:PARALYZE:3d3 B:HIT:PARALYZE:3d3 F:NEVER_MOVE | EMPTY_MIND | STUPID | CHAR_CLEAR | CHAR_MULTI | BASEANGBAND | F:WILD_ONLY | WILD_WOOD | WILD_SWAMP | ANIMAL | SUSCEP_FIRE | NO_CUT D:A carnivorous plant that is difficult to detect, until it suddenly snaps shut D:around its prey and releases paralysing enzymes to stop its struggles. # New monster added by furiosity for the Theme module N:318:Amrod, Son of Feanor G:h:W I:120:60d25:20:80:10 W:45:10:2300:2500 E:1:1:1:2:1:1 O:0:80:0:20 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 F:MALE | NO_FEAR | NO_STUN | BASH_DOOR | KILL_BODY | FORCE_MAXHP | F:DROP_SKELETON | DROP_CORPSE | UNIQUE | SMART | DROP_4D2 | F:MORTAL | BASEANGBAND | HAS_LITE | DROP_GREAT | WILD_TOO | WILD_GRASS | S:1_IN_3 | S:ARROW_1 | ARROW_2 | ARROW_3 | ARROW_4 | MISSILE D:The youngest son of Feanor along with his twin brother Amras. D:He is bound by the Oath of Feanor and searches forever for the D:Silmarils. # New monster added by furiosity for the Theme module N:319:Amras, Son of Feanor G:h:w I:120:60d25:20:80:10 W:45:10:2300:2500 E:1:1:1:2:1:1 O:0:80:0:20 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 F:MALE | NO_FEAR | NO_STUN | BASH_DOOR | KILL_BODY | FORCE_MAXHP | F:DROP_SKELETON | DROP_CORPSE | UNIQUE | SMART | DROP_4D2 | F:MORTAL | BASEANGBAND | HAS_LITE | DROP_GREAT | WILD_TOO | WILD_GRASS | S:1_IN_3 | S:ARROW_1 | ARROW_2 | ARROW_3 | ARROW_4 | MISSILE | S:TPORT | BLINK | TELE_TO | TELE_AWAY | S_MONSTER D:The youngest son of Feanor along with his twin brother Amrod. D:He is bound by the Oath of Feanor and searches forever for the D:Silmarils. N:320:Giant bronze dragonfly G:F:U I:120:3d8:12:20:50 W:18:2:150:80 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:CONFUSE:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | CAN_FLY | F:WEIRD_MIND | BASH_DOOR | WILD_TOO | WILD_MOUNTAIN | F:ANIMAL | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_CONF D:This gleaming dragonfly's wings beat mesmerizingly fast. N:321:Stone giant G:P:W I:110:35d18:20:75:50 W:33:1:7000:250 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:3d8 B:HIT:HURT:3d8 F:DROP_60 | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | GIANT | MALE | WILD_TOO | WILD_MOUNTAIN | BASEANGBAND | HAS_LITE D:He is eighteen feet tall and looking at you. N:322:Giant black dragonfly G:F:s I:120:3d8:12:20:50 W:20:2:150:70 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:ACID:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_SWAMP | F:ANIMAL | IM_ACID | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_ACID D:The size of a large bird, this dragonfly drips caustic acid. N:323:Stone golem G:g:W I:100:28d8:12:75:10 W:19:2:3500:100 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:1d10 B:HIT:HURT:1d10 F:COLD_BLOOD | EMPTY_MIND | BASH_DOOR | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:HURT_ROCK | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | NO_CUT D:It is a massive animated statue of hard stone. N:324:Red mold G:m:r I:110:17d8:2:16:70 W:19:1:40:64 E:0:0:0:0:0:0 O:0:0:0:0 B:SPORE:FIRE:4d4 F:NEVER_MOVE | SUSCEP_COLD | F:STUPID | EMPTY_MIND | F:IM_FIRE | IM_POIS | CAN_SWIM | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a strange growth on the dungeon floor, glowing red. N:325:Giant gold dragonfly G:F:y I:120:3d8:12:20:50 W:22:2:150:75 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d6 F:FORCE_SLEEP | F:RAND_50 | RAND_25 | WILD_TOO | WILD_MOUNTAIN | F:WEIRD_MIND | BASH_DOOR | F:ANIMAL | IM_FIRE | CAN_FLY | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_SOUN D:Large beating wings support this dazzling insect. A loud buzzing noise D:pervades the air. # New monster added by furiosity for the Theme module # Anti-Naugladur N:326:Telchar the Smith G:k:w I:110:20d100:30:200:200 W:70:1:0:12000 B:HIT:HURT:4d6 B:HIT:HURT:4d6 B:HIT:HURT:4d6 B:HIT:HURT:4d6 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_MAXHP | SMART | PET | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | DROP_GREAT F:OPEN_DOOR | BASH_DOOR F:GOOD | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS D:A Dwarf of Nogrod in the Blue Mountains, and one of the D:greatest smiths in the history of Middle-earth. Among his D:works were Angrist, Narsil, and the Dragon-helm of Dor-lómin. D:He is he last among the Dwarves of Nogrod to be on the D:side of the Light. N:327:Ghast G:z:u I:120:30d10:40:40:20 W:30:1:1500:130 E:1:1:1:2:1:1 O:20:35:25:10 B:CLAW:PARALYZE:2d4 B:CLAW:PARALYZE:2d4 B:BITE:LOSE_CON:2d4 B:BITE:LOSE_CHR:2d4 F:DROP_60 | OPEN_DOOR | BASH_DOOR | ESCORT | F:NO_SLEEP | NO_CONF | UNDEAD | EVIL | IM_POIS | IM_COLD | F:COLD_BLOOD | HURT_LITE | CAN_SWIM | BASEANGBAND | NO_CUT D:This vile abomination is a relative of ghouls, and often leads packs D:of them. It smells foul, and its bite carries a rotting disease. N:328:Neekerbreeker G:I:g I:120:3d2:8:18:10 W:19:4:100:4 B:BITE:POISON:2d2 F:RAND_50 | RAND_25 | CAN_FLY | WILD_SWAMP | WILD_TOO | F:WEIRD_MIND | ANIMAL | EVIL | BASEANGBAND S:MULTIPLY | S:1_IN_12 | S:SHRIEK D:Believed to be an evil relative of the cricket, this creature gets its name D:from its incessant squeaking, which can best be described as "neek-breek, D:neek-breek". The noise can drive people frantic, and worse still, can be D:heard for quite some distance, alerting other monsters to your presence. N:329:Huorn G:#:g I:110:50d10:40:45:20 W:19:1:4000:75 E:0:0:0:0:0:0 O:30:30:30:5 B:CRUSH:HURT:3d6 B:CRUSH:HURT:3d6 B:CRUSH:HURT:3d6 B:CRUSH:HURT:3d6 F:DROP_60 | NO_SLEEP | NO_CONF | ANIMAL | WEIRD_MIND | SUSCEP_FIRE | F:RES_WATE | IM_COLD | NEVER_MOVE | WILD_ONLY | WILD_WOOD | F:BASEANGBAND | NO_CUT S:1_IN_9 S:BLINK | TELE_TO D:A very strong near-sentient tree, which has become hostile to other living things. N:330:Bolg, Son of Azog G:o:R I:120:52d10:20:50:20 W:20:4:2300:800 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:3d7 B:HIT:HURT:3d7 B:HIT:HURT:3d7 B:HIT:HURT:3d7 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_MAXHP | SPECIAL_GENE | F:ESCORT | DROP_SKELETON | DROP_CORPSE | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | ORC | IM_POIS | F:MORTAL | BASEANGBAND | HAS_LITE D:A large and powerful orc, he looks just like his father. He is tall and D:fast, and he hates all dwarves and their friends. N:331:Phase spider G:S:B I:120:6d8:15:25:80 W:20:2:500:60 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 | DROP_SKELETON | F:WEIRD_MIND | BASH_DOOR | CAN_SWIM | F:ANIMAL | SPIDER | IM_POIS | RES_TELE | F:MORTAL | BASEANGBAND S:1_IN_5 | S:BLINK | TELE_TO D:A spider that never seems quite there. Everywhere you look it is just D:half-seen in the corner of one eye. N:332:Lizard king G:l:r I:120:18d11:20:40:20 W:20:3:1600:150 E:1:1:1:2:1:1 O:50:50:0:0 B:HIT:HURT:5d5 B:HIT:HURT:5d5 B:WAIL:TERRIFY F:MALE | CAN_SWIM | IM_ACID | IM_POIS | WILD_SHORE | F:DROP_60 | DROP_1D2 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | FORCE_MAXHP | F:MORTAL | BASEANGBAND | HAS_LITE D:A leader of lizard men, coming from the depths. N:333:Landmine G:.:w I:110:6d6:30:25:10 W:20:5:300:50 E:0:0:0:0:0:0 O:0:0:0:0 B:EXPLODE:HURT:25d2 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 | JOKEANGBAND | NO_CUT D:It was left here to be used against intruders. # New monster added by furiosity for the Theme module N:334:Roac, son of Carc G:B:W I:120:30d10:40:12:0 W:0:2:500:500 E:0:1:1:0:1:0 O:0:0:0:0 B:BITE:HURT:2d4 B:BITE:HURT:2d4 F:BASEANGBAND | UNIQUE | MALE | CAN_SPEAK | FORCE_MAXHP | PET | F:WILD_ONLY | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS | WILD_WASTE | F:ANIMAL | CAN_FLY | DROP_CORPSE | SMART | GOOD | MORTAL | S:1_IN_2 S:S_MONSTER | S_MONSTERS D:One of the ravens who lived on Ravenhill, one of the foothills of Erebor, D:the Lonely Mountain. Roac is a very ancient bird indeed: his father Carc D:had seen Smaug descend on the mountain, and Roac was no less than 153 years D:old ('out of the egg', as he put it) when Smaug was destroyed. He is a D:leader among the ravens and his cunning is not to be underestimated. N:335:Great eagle G:B:r I:120:100d5:20:65:20 W:20:2:1000:150 E:0:1:1:0:1:0 O:0:0:0:0 B:CLAW:HURT:6d3 B:CLAW:HURT:6d3 B:BITE:HURT:3d6 F:CAN_FLY | NEUTRAL | NO_TARGET | F:WILD_MOUNTAIN | WILD_VOLCANO | WILD_WASTE | WILD_WOOD | WILD_ONLY | F:ANIMAL | GOOD | DROP_CORPSE | BASEANGBAND | IMPRESED | HAS_EGG | AQUATIC | D:Greater and more intelligent than most of its kind, this eagle is D:a messenger between the forces of good. It answers to Manwe Sulimo. N:336:Livingstone G:#:W I:110:6d8:45:28:20 W:20:4:1000:56 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:2d5 B:HIT:HURT:2d5 F:NEVER_MOVE | IM_COLD | COLD_BLOOD | IM_ACID | IM_ELEC | NO_FEAR | F:IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | FRIENDS | CHAR_MULTI | HURT_ROCK | F:BASEANGBAND | NO_CUT S:MULTIPLY D:A sentient section of wall. N:337:Earth hound G:Z:u I:110:15d8:30:30:0 W:20:1:600:200 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d8 B:BITE:HURT:1d8 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 F:FORCE_SLEEP | F:FRIENDS | DROP_SKELETON | DROP_CORPSE | F:BASH_DOOR | F:ANIMAL | MORTAL | BASEANGBAND | NO_CUT S:1_IN_10 | S:BR_SHAR D:A beautiful crystalline shape does not disguise the danger this hound D:clearly presents. Your flesh tingles as it approaches. N:338:Air hound G:Z:g I:110:15d8:30:30:0 W:20:1:600:200 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:POISON:1d8 B:BITE:POISON:1d8 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 F:FORCE_SLEEP | F:FRIENDS | CAN_FLY | F:BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:ANIMAL | IM_POIS | MORTAL | BASEANGBAND S:1_IN_10 | S:BR_POIS D:Swirling vapours surround this beast as it floats towards you, seemingly D:walking on air. Noxious gases sting your throat. N:339:Sabre-tooth tiger G:f:y I:120:20d14:40:50:0 W:20:2:1800:120 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:1d10 B:CLAW:HURT:1d10 B:BITE:HURT:1d10 B:BITE:HURT:1d10 F:BASH_DOOR | WILD_WOOD | WILD_TOO | WILD_GRASS | F:ANIMAL | DROP_SKELETON | DROP_CORPSE F:MORTAL | BASEANGBAND D:A fierce and dangerous cat, its huge tusks and sharp claws would lacerate D:even the strongest armour. N:340:Acid hound G:Z:s I:110:15d8:30:30:0 W:20:1:600:200 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:ACID:1d8 B:BITE:ACID:1d8 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 F:FORCE_SLEEP | F:FRIENDS | F:BASH_DOOR | CAN_SWIM | DROP_SKELETON | DROP_CORPSE | F:ANIMAL | IM_ACID | MORTAL | BASEANGBAND S:1_IN_10 | S:BR_ACID D:Footprints are burned in the ground behind this hound as it pads D:around the dungeon. An acrid smell of acid rises from its pelt. N:341:Chimaera G:H:r I:110:20d15:12:15:10 W:20:2:1600:200 E:0:1:0:2:2:0 O:0:0:0:0 B:BUTT:HURT:2d8 B:BITE:HURT:2d10 B:BITE:FIRE:2d6 F:FORCE_SLEEP | CAN_FLY | DROP_CORPSE | SUSCEP_COLD | F:BASH_DOOR | WILD_TOO | WILD_MOUNTAIN | F:IM_FIRE | MORTAL | BASEANGBAND | HAS_LITE S:1_IN_10 | S:BR_FIRE D:It is a strange hybrid of goat, lion and dragon, with the heads of all D:three beasts. N:342:Quylthulg G:Q:y I:110:6d8:10:1:0 W:20:1:3000:250 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | NEVER_MOVE | NEVER_BLOW F:EMPTY_MIND | INVISIBLE | ANIMAL | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_4 | S:BLINK | S:S_MONSTER D:It is a strange pulsing mound of flesh. It looks harmless. N:343:Sasquatch G:Y:W I:120:20d19:15:40:10 W:20:3:3500:180 E:1:1:1:2:1:1 O:0:0:0:0 B:CLAW:HURT:1d10 B:CLAW:HURT:1d10 B:BITE:HURT:2d8 F:OPEN_DOOR | BASH_DOOR | WILD_TOO | WILD_MOUNTAIN | WILD_WOOD | WILD_WASTE | F:ANIMAL | IM_COLD | DROP_SKELETON | DROP_CORPSE | F:MORTAL | BASEANGBAND D:A tall shaggy, furry humanoid, related to the yeti. # New monster added by furiosity for the Theme module N:344:Carc of Ravenhill G:B:W I:120:6d100:40:12:0 W:0:2:500:500 E:0:1:1:0:1:0 O:0:0:0:0 B:BITE:HURT:4d8 B:BITE:HURT:4d8 F:BASEANGBAND | UNIQUE | MALE | CAN_SPEAK | FORCE_MAXHP | PET | F:WILD_ONLY | WILD_WOOD | WILD_MOUNTAIN | WILD_GRASS | WILD_WASTE | F:ANIMAL | CAN_FLY | DROP_CORPSE | SMART | GOOD | MORTAL | S:1_IN_2 S:S_ANIMAL | S_ANIMALS D:One of the ravens who lived on Ravenhill, one of the foothills of Erebor, D:the Lonely Mountain. Carc seems to have been the chief of those birds, D:and dwelt with his wife above the Dwarves' guard-chamber on the hill. D:He is a wise old bird who knows what is best for his folk and Arda. N:345:Ranger G:p:W I:110:15d11:20:40:40 W:20:1:1700:55 E:1:1:1:2:1:1 O:20:50:20:0 B:HIT:HURT:5d4 B:HIT:HURT:5d4 F:MALE | F:DROP_1D2 | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:DROP_SKELETON | DROP_CORPSE | BASEANGBAND | MORTAL | HAS_LITE S:1_IN_4 | S:ARROW_2 | MISSILE | BO_COLD | BO_ELEC | BLINK | S_ANIMAL D:A warrior who is at one with nature. A master of both bow and sword, with D:minor spellcasting skills. N:346:Paladin G:p:w I:110:15d11:20:40:40 W:20:1:1700:55 E:1:1:1:2:1:1 O:20:60:0:10 B:HIT:HURT:4d5 B:HIT:HURT:4d5 F:MALE | GOOD | DROP_SKELETON | DROP_CORPSE | F:DROP_1D2 | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:BASEANGBAND | MORTAL | HAS_LITE S:1_IN_4 | S:HEAL | CAUSE_2 | SLOW | SCARE | BLIND D:A warrior devoted to Tulkas Astaldo. He considers you to be an D:agent of Morgoth. N:347:Werewolf G:C:D I:110:20d22:15:30:70 W:20:2:900:150 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:2d6 B:CLAW:HURT:2d6 B:BITE:HURT:2d10 F:RAND_25 | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | F:ANIMAL | EVIL | MORTAL | BASEANGBAND D:It is a huge wolf with eyes that glow with manly intelligence. N:348:Dark elven lord G:h:D I:120:18d15:20:40:30 W:20:2:1400:500 E:1:1:1:2:1:1 O:0:80:20:0 B:HIT:HURT:3d8 B:HIT:HURT:3d5 F:MALE | FORCE_SLEEP | F:ONLY_ITEM | DROP_2D2 | DROP_SKELETON | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | HURT_LITE | BASEANGBAND | HAS_LITE S:1_IN_5 | S:HASTE | BLIND | CONF | DARKNESS | BO_FIRE | BO_COLD | MISSILE D:A dark elven figure in armour, radiating evil power. N:349:Cloud giant G:P:b I:110:35d20:20:60:50 W:36:1:9000:500 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:ELEC:8d8 B:HIT:ELEC:8d8 F:DROP_90 | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | GIANT | IM_ELEC | MALE | BASEANGBAND | HAS_LITE D:It is a twenty-foot-tall humanoid, wreathed in clouds. N:350:Ugluk, the Uruk G:o:R I:110:72d10:20:95:20 W:21:3:2400:600 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:3d8 B:HIT:HURT:3d8 B:HIT:HURT:3d5 B:HIT:HURT:3d5 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE | F:ESCORT | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | ORC | IM_FIRE | IM_COLD | IM_POIS F:MORTAL | BASEANGBAND | HAS_LITE D:A strong and cunning orc warrior, the commander of Saruman's orcish horde. D:He was raised on man-flesh at Isengard, and bears the mark of the White Hand. N:351:Blue dragon bat G:b:b I:130:4d4:12:26:50 W:21:1:100:54 E:0:1:1:0:1:0 O:0:0:0:0 B:BITE:ELEC:1d3 F:FORCE_SLEEP | F:RAND_50 | F:BASH_DOOR | CAN_FLY | F:ANIMAL | IM_ELEC | AI_ANNOY F:MORTAL | BASEANGBAND S:1_IN_4 | S:BR_ELEC D:It is a glowing blue bat with a sharp tail. N:352:Mimic G:m:y I:110:10d14:30:40:0 W:21:3:100:70 E:0:0:0:0:0:0 O:20:20:20:20 B:HIT:POISON:3d4 B:HIT:POISON:3d4 B:HIT:HURT:2d3 B:HIT:HURT:2d3 F:MIMIC | F:FORCE_SLEEP | NEVER_MOVE | F:EMPTY_MIND | COLD_BLOOD | SUSCEP_FIRE | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_5 | S:BLIND | CONF | SCARE | CAUSE_2 | BO_FIRE | S:S_MONSTER D:A strange creature that disguises itself as an object to lure D:unsuspecting adventurers within reach of its venomous claws. N:353:Ultimate mimic G:m:y I:110:15d40:30:40:0 W:35:4:100:250 E:0:0:0:0:0:0 O:25:25:25:25 B:BITE:POISON:4d4 B:BITE:POISON:4d4 B:BUTT:CONFUSE:4d4 B:SPIT:BLIND:4d4 F:MIMIC | F:FORCE_SLEEP | NEVER_MOVE | F:EMPTY_MIND | COLD_BLOOD F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_5 | S:BLIND | CONF | SCARE | CAUSE_2 | BA_POIS | S:S_MONSTER D:A strange creature that disguises itself as an object to lure D:unsuspecting adventurers within reach of its venomous claws. N:354:Fire vortex G:v:r I:110:9d9:100:30:0 W:21:1:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:FIRE:3d3 F:FORCE_SLEEP | RAND_50 | CAN_FLY | WILD_VOLCANO | WILD_TOO | SUSCEP_COLD | F:EMPTY_MIND | BASH_DOOR | POWERFUL | AURA_FIRE | F:IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP | NONLIVING | BASEANGBAND | HAS_LITE F:NO_CUT S:1_IN_6 | S:BR_FIRE D:A whirling maelstrom of fire. N:355:Acid vortex G:v:s I:110:9d9:100:30:0 W:21:1:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:ACID:3d3 F:FORCE_SLEEP | RAND_50 | F:EMPTY_MIND | BASH_DOOR | POWERFUL | CAN_FLY | F:IM_ACID | NO_FEAR | NO_CONF | NO_SLEEP | NONLIVING | BASEANGBAND | NO_CUT S:1_IN_6 | S:BR_ACID D:A caustic spinning whirlpool of foaming, steaming water. N:356:Lugdush, the Uruk G:o:R I:110:66d10:20:90:20 W:21:4:2500:550 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:HIT:HURT:3d6 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE | F:ESCORT | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | ORC | IM_POIS | F:MORTAL | BASEANGBAND | HAS_LITE D:A large and powerful orc, captain of one of Saruman's orcish regiments. # New monster added by furiosity for the Theme module N:357:Alatar, the Blue Wizard G:p:b I:120:49d101:101:100:0 W:110:7:1600:35000 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:UN_BONUS:8d12 B:HIT:TERRIFY:7d7 F:BASEANGBAND | FORCE_DEPTH | FORCE_MAXHP | FORCE_SLEEP | F:UNIQUE | MALE | CAN_SPEAK | PET | DROP_CORPSE | F:REFLECTING | RES_TELE | SMART | GOOD | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GREAT | F:OPEN_DOOR | BASH_DOOR | HAS_LITE | TAKE_ITEM | F:IM_FIRE | IM_COLD | IM_ELEC | IM_ACID | IM_POIS | F:RES_NETH | NO_CONF | NO_SLEEP | NO_FEAR | S:1_IN_2 | S:HEAL | HASTE | TPORT | TELE_AWAY | BLIND | CONF | SCARE | S:CAUSE_4 | BRAIN_SMASH | FORGET | TRAPS | CAUSE_4 | S:BA_FIRE | BA_MANA | BO_FIRE | BO_MANA | BO_PLAS | BR_PLAS | S:S_MONSTERS | S_HI_DRAGON | S_KIN | S_ANIMALS | D:He is dressed in blue from head to toe. He is one of the five Istari D:who came to the northwest of Middle-earth in the Third Age; he D:journeyed into the east with Pallando, and never returned to the western D:lands. They stumbled upon a magical portal to the remnants of Utumno and D:could not find their way back. Alatar is still trying to continue the D:task the Valar have appointed him. N:358:Cold vortex G:v:w I:110:9d9:100:30:0 W:21:1:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:COLD:3d3 F:FORCE_SLEEP | RAND_50 | AURA_COLD | COLD_BLOOD | SUSCEP_FIRE | F:EMPTY_MIND | BASH_DOOR | POWERFUL | CAN_FLY | F:IM_COLD | NO_FEAR | NO_CONF | NO_SLEEP | NONLIVING | BASEANGBAND | NO_CUT S:1_IN_6 | S:BR_COLD D:A twisting whirlpool of frost. N:359:Energy vortex G:v:b I:110:9d9:100:30:0 W:21:1:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:ELEC:3d3 F:FORCE_SLEEP | RAND_50 | CAN_FLY | HAS_LITE | F:EMPTY_MIND | BASH_DOOR | POWERFUL | AURA_ELEC | F:IM_ELEC | NO_FEAR | NO_CONF | NO_SLEEP | NONLIVING | BASEANGBAND | NO_CUT S:1_IN_6 | S:BR_ELEC D:A shimmering tornado of air; sparks crackle along its length. N:360:Globefish G:~:w I:110:10d10:20:30:30 W:21:1:600:111 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:POISON:10d5 B:BITE:POISON:10d5 F:EMPTY_MIND | BASH_DOOR | POWERFUL | AQUATIC | F:IM_POIS | NO_STUN | WILD_TOO | COLD_BLOOD | F:ANIMAL | MORTAL | BASEANGBAND S:1_IN_8 | S:BR_POIS D:This fish is among the most poisonous creatures there are. N:361:Giant firefly G:I:r I:120:3d2:8:18:10 W:24:4:100:4 B:BITE:BLIND:1d2 F:RAND_50 | RAND_25 | CAN_FLY | HAS_LITE | F:WEIRD_MIND | ANIMAL | BASEANGBAND S:MULTIPLY D:Clouds of these monsters light up the dungeon - so brightly that you can D:barely see through them. N:362:Mummified orc G:z:w I:110:15d8:20:28:75 W:21:1:1700:56 E:1:1:1:2:1:1 O:10:70:0:10 B:HIT:HURT:2d4 B:HIT:HURT:2d4 F:DROP_90 | F:EMPTY_MIND | COLD_BLOOD | 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 orc-like figure covered in wrappings. N:363:Wolf chieftain G:C:g I:120:22d22:20:20:5 W:26:5:1000:120 B:CLAW:HURT:2d6 B:CLAW:HURT:2d6 B:BITE:HURT:2d10 B:WAIL:TERRIFY F:ESCORTS | FORCE_MAXHP | IM_COLD | IM_ACID | F:SMART | ESCORT | ANIMAL | EVIL | MORTAL | BASEANGBAND | F:OPEN_DOOR | BASH_DOOR | NO_FEAR | MALE S:1_IN_8 | DARKNESS D:A great Wolf leader whose pack is in the service of the Dark Lord, D:and whose howls strike fear into the boldest hearts. # New monster added by furiosity for the Theme module N:364:Pallando, the Blue Wizard G:p:b I:120:49d101:101:100:0 W:120:7:1600:45000 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:UN_BONUS:10d14 B:HIT:TERRIFY:9d9 F:BASEANGBAND | FORCE_DEPTH | FORCE_MAXHP | FORCE_SLEEP | F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE | F:REFLECTING | RES_TELE | SMART | EVIL | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GREAT | F:OPEN_DOOR | BASH_DOOR | HAS_LITE | TAKE_ITEM | F:IM_FIRE | IM_COLD | IM_ELEC | IM_ACID | IM_POIS | F:RES_NETH | NO_CONF | NO_SLEEP | NO_FEAR | S:1_IN_2 | S:HEAL | HASTE | TPORT | TELE_AWAY | BLIND | CONF | SCARE | S:CAUSE_4 | BRAIN_SMASH | FORGET | TRAPS | S:BA_FIRE | BA_MANA | BO_FIRE | BO_MANA | BO_PLAS | BR_PLAS | S:S_HI_UNDEAD | S_HI_DRAGON | S_HI_DEMON | D:He is dressed in blue from head to toe. He is one of the five Istari D:who came to the northwest of Middle-earth in the Third Age; he D:journeyed into the east with Alatar, and never returned to the western D:lands. They stumbled upon a magical portal to the remnants of Utumno and D:could not find their way back. Pallando has fallen into the Shadow D:since being in Utumno, and has designs on ruling the free people. N:365:Vampiric mist G:#:D I:110:10d8:12:55:30 W:22:1:0:40 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:EXP_20:1d6 B:ENGULF:EXP_20:1d6 F:RAND_25 | SUSCEP_ELEC | UNDEAD | F:IM_COLD | IM_POIS | IM_ACID | RES_NETH | WILD_TOO | WILD_SWAMP | F:EVIL | EMPTY_MIND | COLD_BLOOD | FRIENDS | BASEANGBAND | NO_CUT D:A cloud of evil, sentient mist. N:366:Killer stag beetle G:K:g I:110:15d8:12:55:30 W:22:1:500:80 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:1d12 B:CLAW:HURT:1d12 F:RAND_25 | WILD_TOO | DROP_CORPSE | F:WEIRD_MIND | BASH_DOOR | F:ANIMAL | CAN_FLY | MORTAL | BASEANGBAND D:It is a giant beetle with vicious claws. N:367:Iron golem G:g:s I:110:80d12:12:80:10 W:22:2:3800:160 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:1d12 F:FORCE_SLEEP | SUSCEP_ACID | F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | NO_CUT S:1_IN_7 | S:SLOW D:It is a massive metal statue that moves steadily towards you. N:368:Auto-roller G:g:s I:120:70d12:10:80:12 W:22:2:0:230 E:0:0:0:0:0:0 O:0:0:0:0 B:CRUSH:HURT:1d8 B:CRUSH:HURT:1d8 B:CRUSH:HURT:1d8 B:CRUSH:HURT:1d8 F:FORCE_SLEEP | RES_TELE F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS F:NO_FEAR | NO_CONF | NO_SLEEP | NONLIVING | JOKEANGBAND | NO_CUT D:It looks like a huge spiked roller, moving on its own towards you. N:369:Giant yellow scorpion G:S:y I:110:12d8:12:38:20 W:22:1:1200:60 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d8 B:STING:POISON:2d5 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | F:ANIMAL | DROP_SKELETON | F:MORTAL | BASEANGBAND D:It is a giant scorpion with a sharp stinger. # New monster added by furiosity for the Theme module # Powered-up Lagduf N:370:Muzgash, the Snaga G:o:o I:110:33d10:20:32:30 W:22:3:1700:80 E:1:1:1:2:1:1 O:10:80:0:0 B:HIT:HURT:3d11 B:HIT:HURT:3d11 B:HIT:HURT:3d10 B:HIT:HURT:3d10 F:UNIQUE | MALE | EVIL | ORC | FORCE_MAXHP | ESCORT | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | SMART | CAN_SPEAK | F:OPEN_DOOR | BASH_DOOR | CAN_SPEAK | DROP_SKELETON | DROP_CORPSE | F:MORTAL | BASEANGBAND | HAS_LITE D:A friend of Lagduf's, he is no less evil but more cunning. N:371:Black ooze G:j:D I:90:6d8:10:6:1 W:23:1:400:7 E:0:0:0:0:0:0 O:30:0:40:15 B:TOUCH:ACID:2d6 F:RAND_50 | DROP_60 | STUPID | EMPTY_MIND | CAN_SWIM | F:TAKE_ITEM | KILL_BODY | OPEN_DOOR | BASH_DOOR | F:IM_POIS | NO_FEAR | F:MORTAL | BASEANGBAND | NO_CUT S:MULTIPLY S:1_IN_11 | S:DRAIN_MANA D:It is a strangely moving puddle. N:372:Hardened warrior G:p:u I:110:15d11:20:40:40 W:23:1:1900:60 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:6d5 B:HIT:HURT:6d5 F:MALE | F:DROP_1D2 | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE D:A scarred warrior who moves with confidence. N:373:Azog, King of the Uruk-Hai G:o:R I:120:94d10:20:80:20 W:23:5:2700:1111 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:5d6 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE | F:ESCORT | ESCORTS | SPECIAL_GENE | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | ORC | IM_POIS | F:MORTAL | BASEANGBAND | HAS_LITE D:A large, strong and agile orc, the slayer of dwarven king Thror. # New monster added for the Theme module # From UnAngband N:374:Bill Ferny G:p:b I:120:6d10:16:8:5 W:5:3:180:90 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:HURT:1d8 B:HIT:HURT:1d8 B:HIT:EAT_GOLD:1d8 F:BASEANGBAND | UNIQUE | MALE | FORCE_MAXHP | CAN_SPEAK | F:OPEN_DOOR | BASH_DOOR | HAS_LITE | SMART | EVIL | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | D:A swarthy man of Bree. He has heavy black brows and dark scornful D:eyes; his large mouth is curled in a sneer. He sells anything to D:anybody and enjoys making mischief for his personal amusement. N:375:Dark elven warlock G:h:v I:120:7d10:20:16:20 W:23:1:1700:75 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 | FRIENDS F:EVIL | IM_POIS | HURT_LITE | BASEANGBAND | HAS_LITE S:1_IN_5 | S:CONF | MISSILE | DARKNESS | BO_MANA D:A dark elven mage with spells of frighteningly destructive power. N:376:Master rogue G:p:b I:120:15d9:20:30:40 W:23:2:1600:110 E:1:1:1:2:1:1 O:80:10:10:0 B:HIT:HURT:2d8 B:HIT:HURT:2d8 B:HIT:EAT_GOLD:4d4 F:MALE | DROP_SKELETON | DROP_CORPSE | F:DROP_2D2 | SUSCEP_ELEC | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE D:A thief of great power and shifty speed. N:377:Red dragon bat G:b:r I:130:3d8:12:28:50 W:23:1:100:60 E:0:1:1:0:1:0 O:0:0:0:0 B:BITE:FIRE:1d3 F:FORCE_SLEEP | RAND_50 | SUSCEP_COLD | F:BASH_DOOR | CAN_FLY | DROP_CORPSE | AI_ANNOY F:ANIMAL | IM_FIRE | BASEANGBAND S:1_IN_4 | S:BR_FIRE D:It is a sharp-tailed bat, wreathed in fire. N:378:Killer white beetle G:K:w I:110:18d8:14:55:30 W:23:1:500:85 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:4d5 F:RAND_25 | F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_CORPSE | F:ANIMAL | CAN_FLY | MORTAL | BASEANGBAND D:It is looking for prey. N:379:Ice skeleton G:s:w I:110:16d9:20:34:60 W:23:1:0:70 E:1:1:1:2:1:1 O:20:0:80:0 B:CLAW:COLD:2d3 B:CLAW:COLD:2d3 F:ONLY_ITEM | DROP_90 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | SUSCEP_FIRE | F:EVIL | UNDEAD | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a skeleton covered in frost. N:380:Angamaite of Umbar G:p:U I:110:82d10:25:80:25 W:24:2:2400:400 E:1:1:1:2:1:1 O:0:80:20:0 B:HIT:HURT:4d7 B:HIT:HURT:4d7 B:HIT:HURT:4d6 B:HIT:HURT:4d6 F:UNIQUE | MALE | CAN_SPEAK | DROP_SKELETON | DROP_CORPSE | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_90 | DROP_1D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | IM_FIRE | IM_ELEC F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_4 | S:SLOW | FORGET D:A Black Numenorean who hates the men of the West. He is a descendant D:of Castamir, the Usurper of Gondor. N:381:Forest wight G:W:g I:110:12d8:20:30:30 W:24:1:0:140 E:0:0:0:0:0:0 O:0:50:50:0 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:TOUCH:EXP_20 F:FORCE_SLEEP | RAND_25 | F:DROP_60 | DROP_90 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_10 | S:SCARE | DRAIN_MANA D:It is a ghostly apparition, arisen when a humanoid was killed violently D:in a forest. It remembers its past life and wants revenge. N:382:Khim, Son of Mim G:k:o I:110:84d10:20:80:10 W:24:2:2300:300 E:1:1:1:2:1:1 O:10:80:0:10 B:HIT:HURT:3d8 B:HIT:HURT:3d8 B:HIT:HURT:3d7 B:HIT:UN_BONUS F:UNIQUE | MALE | CAN_SPEAK | DROP_SKELETON | DROP_CORPSE F:FORCE_SLEEP | FORCE_MAXHP | RES_TELE F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:IM_FIRE | IM_COLD F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_8 | S:HEAL | SLOW | BO_FIRE D:One of the last of the Petty-Dwarves. Khim is a tricky sorcerous little D:being, full of mischief. N:383:Ibun, Son of Mim G:k:o I:110:84d10:20:80:10 W:24:2:2300:300 E:1:1:1:2:1:1 O:10:80:0:5 B:HIT:HURT:3d8 B:HIT:HURT:3d8 B:HIT:HURT:3d7 B:HIT:UN_BONUS F:UNIQUE | MALE | CAN_SPEAK | DROP_SKELETON | DROP_CORPSE | F:FORCE_SLEEP | FORCE_MAXHP | RES_TELE | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:IM_FIRE | IM_COLD F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_8 | S:HEAL | SLOW | BO_FIRE D:One of the last of the Petty-Dwarves. Ibun is a tricky sorcerous little D:being, full of mischief. N:384:Meneldor the Swift G:B:v I:140:80d10:20:65:20 W:24:6:1200:360 E:0:1:1:0:1:0 O:0:0:0:0 B:CLAW:HURT:7d3 B:CLAW:HURT:7d3 B:BITE:HURT:3d7 F:CAN_FLY | UNIQUE | FORCE_MAXHP | DROP_CORPSE | CAN_SPEAK | F:WILD_ONLY | WILD_MOUNTAIN | WILD_VOLCANO | PET | F:ANIMAL | GOOD | BASEANGBAND D:Among all the eagles of Middle-earth he is the swiftest, and in his time D:has borne messages between all of the Wise. It was Meneldor who bore the D:Ring-bearer away from the destruction of Mount Doom. N:385:Phantom beast G:G:B I:110:12d12:20:40:40 W:24:1:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:2d33 B:HIT:HURT:2d44 F:PASS_WALL | NO_SLEEP | COLD_BLOOD | NONLIVING | NO_FEAR | F:FORCE_MAXHP | RES_TELE | EMPTY_MIND | CAN_FLY | BASEANGBAND | NO_CUT D:A creature that is half real, half illusion. N:386:Giant silver ant G:a:W I:110:9d8:10:38:40 W:23:1:800:45 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:ACID:4d4 F:RAND_25 | F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_SKELETON | F:ANIMAL | MORTAL | BASEANGBAND | HAS_LITE D:A giant silver ant with a caustic bite. N:387:4-headed hydra G:M:y I:120:100d6:20:70:20 W:24:2:5000:450 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:HURT:2d6 B:BITE:HURT:2d6 B:BITE:HURT:2d6 B:BITE:HURT:2d6 F:FORCE_SLEEP | F:ONLY_GOLD | DROP_4D2 | WILD_TOO | WILD_SWAMP | WILD_SHORE | F:OPEN_DOOR | BASH_DOOR | MOVE_BODY | DROP_SKELETON | DROP_CORPSE | F:ANIMAL | MORTAL | BASEANGBAND S:1_IN_7 | S:SCARE D:A strange reptilian creature with four heads, guarding its hoard. # New monster added by furiosity for the Theme module N:388:Beruthiel, Queen of Cats G:f:B I:115:7d100:100:200:10 W:33:5:0:30000 E:0:1:0:2:1:0 O:30:60:0:10 B:CLAW:HURT:8d11 B:CLAW:EAT_LITE:8d11 B:CLAW:LOSE_INT:8d11 F:BASEANGBAND | WILD_TOO | WILD_WOOD | WILD_GRASS | WILD_MOUNTAIN | F:UNIQUE | FEMALE | CAN_SPEAK | SMART | FORCE_MAXHP | EVIL | MORTAL | F:OPEN_DOOR | BASH_DOOR | MOVE_BODY | ANIMAL | FORCE_SLEEP | F:HURT_LITE | IM_FIRE | IM_POIS | RES_NETH | NO_SLEEP | NO_CONF | S:1_IN_5 S:S_KIN | SHRIEK | S_ANIMALS | BLINK | S_MONSTERS D:The dark and mournful Queen to Tarannon Falastur, the twelfth King D:of Gondor. She owned ten marvellous and magical cats, that she set D:to spy on the doings of the people of Gondor. Her scheming was her D:undoing, though, since her husband set her adrift on the Great Sea, D:with only her cats for company. She sailed into the far south and D:encountered a mysterious wizard dressed in blue, who granted her D:one wish - to become a cat herself. She met Tevildo on her travels, D:and became his consort and a servant of Morgoth. # New monster added by furiosity for the Theme module N:389:The Hunter G:H:v I:130:10d500:60:150:0 W:80:1:0:80000 E:0:1:0:2:2:2 O:20:40:20:10 B:HIT:UN_BONUS:5d10 B:HIT:EXP_80:5d10 B:HIT:ABOMINATION:5d10 B:HIT:DISEASE:5d10 F:BASEANGBAND | UNIQUE | FORCE_MAXHP | F:ELDRITCH_HORROR | REFLECTING | F:NO_SLEEP | NO_CUT | NO_STUN | NO_CONF | NO_FEAR | F:ONLY_ITEM | DROP_4D2 | DROP_GREAT | DROP_RANDART | F:IM_FIRE | IM_COLD | IM_ACID | IM_POIS | SPECIAL_GENE | F:RES_NETH | RES_PLAS | EVIL | EMPTY_MIND | D:A shadowy creature of Elvish legend, said to have plagued the D:newly-awakened Elves at Cuivienen. Those Elves captured by the D:Hunter were thought to have been corrupted by Melkor to form D:the race of Orcs. You sense corruption all around you as it D:approaches. Your heart fills with despair and anguish, and you D:can just barely resist fleeing as far away from it as possible. N:390:Mummified human G:z:w I:110:17d9:20:34:60 W:24:1:1500:70 E:1:1:1:2:1:1 O:20:40:20:10 B:HIT:HURT:2d4 B:HIT:HURT:2d4 F:ONLY_ITEM | DROP_90 | 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 human form encased in mouldy wrappings. N:391:Vampire bat G:b:D I:120:9d10:12:40:50 W:24:2:50:150 E:0:1:1:0:1:0 O:0:0:0:0 B:BITE:EXP_40:1d4 B:BITE:EXP_40:1d4 F:RAND_50 | COLD_BLOOD | REGENERATE | CAN_FLY | F:EVIL | ANIMAL | UNDEAD | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:A blood-sucking bat that flies at your neck hungrily. N:392:Sangahyando of Umbar G:p:U I:110:82d10:25:80:25 W:24:2:2400:400 E:1:1:1:2:1:1 O:0:90:10:0 B:HIT:HURT:4d7 B:HIT:HURT:4d7 B:HIT:HURT:4d7 B:HIT:HURT:4d7 F:UNIQUE | MALE | CAN_SPEAK | DROP_SKELETON | DROP_CORPSE | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_90 | DROP_1D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | IM_FIRE | IM_ELEC F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_4 | S:SLOW | FORGET D:A Black Numenorean with a blacker heart. He is a descendant D:of Castamir, the usurper of Gondor's throne. N:393:It G:.:W I:110:77d9:25:80:25 W:24:3:500:400 E:0:0:0:0:0:0 O:10:0:90:0 B:GAZE:BLIND:8d8 B:TOUCH:TERRIFY B:GAZE:EXP_40 B:TOUCH:EAT_ITEM F:ONLY_ITEM | DROP_90 | DROP_1D2 | DROP_GOOD | DROP_GREAT | DROP_CORPSE | F:CHAR_MULTI | CHAR_CLEAR | ATTR_CLEAR | INVISIBLE | COLD_BLOOD | F:NO_CONF | UNIQUE | FORCE_MAXHP | NO_SLEEP | CAN_SPEAK | REFLECTING | F:IM_FIRE | IM_ELEC | EMPTY_MIND | EVIL | SMART | RES_TELE | CAN_FLY | F:JOKEANGBAND S:1_IN_4 S:DRAIN_MANA | BLINK | BLIND | SCARE | CONF | S_UNDEAD | S_MONSTER | S:HEAL | TELE_AWAY | DARKNESS | S_HYDRA | TRAPS | FORGET | TELE_TO | SHRIEK D:Nobody has ever seen It. N:394:Banshee G:G:b I:120:6d8:20:24:10 W:24:2:0:60 E:0:0:0:0:0:0 O:80:0:0:15 B:WAIL:TERRIFY B:TOUCH:EXP_20 F:FEMALE | F:RAND_50 | DROP_1D2 | F:INVISIBLE | COLD_BLOOD | TAKE_ITEM | PASS_WALL | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND F:NO_CUT S:1_IN_15 | S:TPORT | DRAIN_MANA D:It is a ghostly woman's form that wails mournfully. # New monster added by furiosity for the Theme module # Basically an insanely OOD Black Numenorean (hell knight) N:395:Herumor, Lord of the Haradrim G:p:o I:120:50d100:40:160:0 W:25:1:0:29000 E:1:1:1:2:1:1 O:0:40:60:0 B:HIT:HURT:10d5 B:HIT:EXP_80:10d5 F:UNIQUE | MALE | MORTAL | BASEANGBAND | HAS_LITE | CAN_SPEAK | F:FORCE_MAXHP | SMART | IM_FIRE | IM_COLD | IM_POIS | IM_COLD | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | RES_NETH | RES_NEXU | RES_PLAS | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | EVIL | SPECIAL_GENE | S:1_IN_5 | S:BLIND | SCARE | CAUSE_3 | BA_NETH | BA_FIRE | BO_PLAS S:S_MONSTERS | S_DEMON D:One of the many Numenoreans who fell under the shadow of Sauron D:after Ar-Pharazon brought the Dark Lord to Numenor. With another D:named Fuinur, he settled among the Haradrim on Middle-Earth, and D:became a lord in the lands of Harad. From this, and his worship of D:Sauron's darkness, he must have taken taken his name: Herumor means D:'lord of the dark'. # New monster added by furiosity for the Theme module N:396:Fimbrethil G:#:s I:120:50d100:30:120:40 W:42:3:6000:13500 E:1:1:1:2:1:1 O:0:50:50:0 B:CRUSH:HURT:12d12 B:CRUSH:HURT:12d12 B:CRUSH:HURT:12d12 B:CRUSH:HURT:12d12 F:FORCE_SLEEP | FORCE_MAXHP | UNIQUE | SUSCEP_FIRE | F:WILD_ONLY | WILD_WOOD | WILD_GRASS | WILD_MOUNTAIN | WILD_SHORE | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | MOVE_BODY | DROP_CORPSE | F:SMART | TAKE_ITEM | BASH_DOOR | KILL_WALL | NO_SLEEP | F:GOOD | NEUTRAL | NO_TARGET | BASEANGBAND | NO_CUT | FEMALE | CAN_FLY | F:DG_CURSE | WYRM_PROTECT | D:She is one of the Ent-wives who disappeared into the East a D:long time ago. She was the wife of Fangorn the Treebeard when D:the separation occurred, and she seems to have taken it quite D:badly. Her leaves are all withered to a dull gray and she is D:just standing there and crying. You should leave her alone. N:397:Silent watcher G:g:s I:110:80d25:60:80:0 W:35:3:4000:800 E:3:0:3:3:2:0 O:0:0:0:0 B:GAZE:TERRIFY B:GAZE:PARALYZE B:GAZE:LOSE_STR B:GAZE:HALLU F:EMPTY_MIND | COLD_BLOOD | NONLIVING | NEVER_MOVE | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | EVIL | F:HURT_ROCK | COLD_BLOOD | HURT_LITE | NO_FEAR | F:NO_CONF | NO_SLEEP | NO_STUN | NONLIVING | RES_TELE | BASEANGBAND | NO_CUT S:1_IN_3 | S:SHRIEK | S_MONSTER | S_MONSTERS | HOLD | CONF | MIND_BLAST | DRAIN_MANA D:A figure carved from stone, with three vulture faces whose eyes glow D:with a malevolent light. None escape its vigilance. N:398:Pukelman G:g:D I:110:80d12:12:80:10 W:25:3:10000:600 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:1d12 B:HIT:HURT:3d6 F:FORCE_SLEEP | 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 S:1_IN_4 | S:SLOW | CONF | BO_ACID D:A stumpy figure carved from stone, with glittering eyes. # New monster added by furiosity for the Theme module # Basically Lugdush with extra power. N:399:Mauhur, the Uruk G:o:y I:110:66d10:20:90:20 W:31:4:2500:850 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:4d8 B:HIT:HURT:4d8 B:HIT:HURT:4d8 B:HIT:HURT:4d8 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE | F:ESCORT | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | ORC | IM_POIS | F:MORTAL | BASEANGBAND | HAS_LITE D:A large and powerful orc, captain of one of Saruman's orcish regiments. N:400:Dark elven druid G:h:G I:120:20d20:15:75:10 W:25:3:1200:500 E:1:1:1:2:1:1 O:10:0:80:10 B:HIT:HURT:1d7 B:HIT:HURT:1d7 B:HIT:HURT:3d8 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 | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE S:1_IN_6 | S:HEAL | CONF | DARKNESS | S:S_MONSTER | S_SPIDER | S_ANIMAL D:A powerful dark elf, with mighty nature-controlling enchantments. N:401:Stone troll G:T:W I:110:23d10:20:50:50 W:25:1:5000:85 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:HURT:3d4 F:MALE | F:FRIENDS | DROP_60 | DROP_SKELETON | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | REGENERATE | F:EVIL | TROLL | HURT_LITE | HURT_ROCK | BASEANGBAND | NO_CUT D:It is said that Melkor created trolls in mockery of the Ents. D:This giant creature has scabby black skin and powerful fists. # New monster added by furiosity for the Theme module N:402:Prince Imrahil the Proud G:p:w I:110:10d100:10:60:0 W:35:1:1800:6000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:HURT B:HIT:HURT B:WAIL:TERRIFY B:INSULT:* F:BASEANGBAND | SPECIAL_GENE | UNIQUE | MALE | CAN_SPEAK | F:OPEN_DOOR | BASH_DOOR | TAKE_ITEM | HAS_LITE | SUSCEP_POIS | F:ONLY_ITEM | DROP_3D2 | DROP_GOOD | DROP_RANDART | FORCE_MAXHP | F:IM_FIRE | IM_COLD | IM_ELEC | IM_ACID | RES_NETH | RES_WATE | S:1_IN_8 | S:S_UNDEAD | S_KIN | S_DEMON | S_DRAGON | D:The proud ruler of the gray-eyed Men of Dol Amroth, Imrahil D:had been aligned with the forces of good for most of his life. D:However, Sauron has managed to sway Imrahil to the Shadow by D:making him jealous of King Elessar and the splendour of Gondor. D:He now sits sullenly upon his throne in Dol Amroth, unable to D:resist Sauron's enchantments, and growing ever more bitter and D:vengeful against the Free People. N:403:Hill troll G:T:s I:110:21d10:20:65:40 W:21:1:4000:75 E:1:1:1:2:1:1 O:30:70:0:0 B:HIT:HURT:1d5 B:HIT:HURT:1d5 B:BITE:HURT:2d6 F:MALE | F:FRIENDS | DROP_60 | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN | F:DROP_SKELETON | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | SUSCEP_FIRE | REGENERATE | F:EVIL | TROLL | HURT_LITE | BASEANGBAND D:It is said that Melkor created trolls in mockery of the Ents. D:This creature has an extremely tough hide, covered with warts. N:404:Wereworm G:w:u I:110:100d11:15:70:20 W:25:3:6000:300 E:0:0:0:0:1:0 O:0:0:0:0 B:GAZE:EXP_20 B:CRAWL:ACID:2d4 B:BITE:HURT:1d10 B:BITE:POISON:1d6 F:BASH_DOOR | EVIL | CAN_SWIM | WILD_TOO | WILD_SWAMP | F:ANIMAL | IM_ACID | DROP_CORPSE | F:MORTAL | BASEANGBAND D:A huge wormlike shape dripping acid, twisted by evil sorcery into a foul D:monster that breeds on death. N:405:Killer red beetle G:K:r I:110:20d8:14:50:30 W:25:1:600:90 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:LOSE_STR:4d4 F:RAND_25 | WILD_TOO | F:WEIRD_MIND | BASH_DOOR | DROP_CORPSE | F:ANIMAL | CAN_FLY | MORTAL | BASEANGBAND D:A giant beetle with poisonous mandibles. N:406:Disenchanter bat G:b:v I:130:6d8:12:28:50 W:26:4:50:75 E:0:1:1:0:1:0 O:0:0:0:0 B:HIT:UN_BONUS B:HIT:UN_BONUS F:FORCE_SLEEP | RAND_50 | ANIMAL | MORTAL | ATTR_MULTI | F:DROP_CORPSE | AI_ANNOY | CAN_FLY | BASEANGBAND | WEIRD_MIND D:A giant bat that feeds on raw magical energy. # New monster added for the Theme module # Adapted from UnAngband N:407:Umuiyan, Doorkeeper of Tevildo G:f:s I:120:48d100:100:200:2 W:66:3:0:30000 E:0:1:0:2:1:0 O:30:60:0:10 B:HIT:CONFUSE:12d12 B:TOUCH:LOSE_CHR:2d12 B:HIT:BLIND:10d5 B:HIT:TERRIFY:15d1 F:UNIQUE | MALE | CAN_SPEAK | FORCE_MAXHP | F:EVIL | OPEN_DOOR | BASH_DOOR | ANIMAL | F:INVISIBLE | NO_SLEEP | NO_FEAR | MORTAL | F:DROP_4D2 | DROP_GOOD | ONLY_ITEM | F:IM_FIRE | IM_COLD | IM_POIS | NO_CONF | S:1_IN_3 S:TELE_AWAY | S_KIN | D:A giant cat, servant of Tevildo. His yellow eyes look D:upon you with a baleful stare. N:408:Giant grey ant G:a:s I:110:19d8:10:40:40 W:26:1:700:90 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:2d12 F:RAND_25 | KILL_BODY | DROP_SKELETON F:WEIRD_MIND | BASH_DOOR | F:ANIMAL | BASEANGBAND D:It is an ant encased in shaggy grey fur. # New monster added for the Theme module # From UnAngband N:409:Oikeroi, Bodyguard of Tevildo G:f:r I:130:48d100:100:200:2 W:66:3:0:30000 E:0:1:0:2:1:0 O:30:60:0:10 B:HIT:CONFUSE:12d12 B:TOUCH:LOSE_DEX:2d12 B:HIT:BLIND:10d5 B:HIT:PARALYZE:15d1 F:UNIQUE | MALE | CAN_SPEAK | FORCE_MAXHP | F:EVIL | OPEN_DOOR | BASH_DOOR | ANIMAL | F:INVISIBLE | NO_STUN | NO_SLEEP | MORTAL | F:DROP_4D2 | DROP_GOOD | ONLY_ITEM | F:IM_FIRE | IM_COLD | IM_POIS | NO_CONF | S:1_IN_3 | S:TELE_TO | S_KIN | D:A fierce and warlike cat, serving as a bodyguard of Tevildo. D:This giant cat looks down upon you with disdain. N:410:Gwaihir the Windlord G:B:v I:130:85d10:20:65:20 W:24:6:1200:360 E:0:1:1:0:1:0 O:0:0:0:0 B:CLAW:HURT:15d2 B:CLAW:HURT:15d2 B:BITE:HURT:3d10 F:CAN_FLY | UNIQUE | FORCE_MAXHP | DROP_CORPSE | CAN_SPEAK | F:WILD_ONLY | WILD_MOUNTAIN | WILD_VOLCANO | PET | F:ANIMAL | GOOD | BASEANGBAND D:The greatest of eagles in the Third Age of Middle-earth, Gwaihir rescued D:Gandalf the Wizard from Orthanc, and has twice brought his flock to the D:aid of Sauron's enemies in battle - first outside the gates of Erebor in D:the Battle of Five Armies, and then before the Black Gate of Mordor itself. N:411:Giant fire tick G:S:R I:110:16d8:14:54:20 W:26:2:200:90 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:FIRE:3d6 F:RAND_25 | SUSCEP_COLD | F:WEIRD_MIND | BASH_DOOR | F:ANIMAL | IM_FIRE | CAN_FLY | F:MORTAL | BASEANGBAND | HAS_LITE D:It is smoking and burning with great heat. # New monster added by furiosity for the Theme module # From UnAngband N:412:Lotho Sackville-Baggins, Betrayer of the Shire G:h:s I:120:6d10:16:8:5 W:5:3:800:90 E:1:1:1:2:1:1 O:40:60:0:0 B:HIT:HURT:1d8 B:HIT:HURT:1d8 F:BASEANGBAND | WILD_TOO | WILD_TOWN | MORTAL | F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE | F:HAS_LITE | OPEN_DOOR | BASH_DOOR | EVIL | F:FORCE_MAXHP | FORCE_SLEEP | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | D:The 'Chief Shiriff' of Bag End. Using money obtained from Isengard D:and the sale of pipe-weed, he bought up much property in the Shire D:and supported the ruffians known as `The Chief's Men'. After D:imprisoning Will Whitfoot, the rightful Mayor of the Shire, Lotho D:took over and began industrializing and regimenting life in the Shire. N:413:Ulwarth, Son of Ulfang G:p:U I:110:85d10:20:40:40 W:26:4:1800:500 E:1:1:1:2:1:1 O:40:60:0:0 B:HIT:HURT:4d6 B:HIT:HURT:4d6 B:HIT:HURT:4d6 F:UNIQUE | MALE | CAN_SPEAK | DROP_SKELETON | DROP_CORPSE | F:FORCE_MAXHP | WILD_TOO | F:ONLY_ITEM | DROP_90 | DROP_GOOD | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL F:MORTAL | BASEANGBAND | HAS_LITE D:A short and swarthy Easterling, faithless and treacherous. D:Along with his brother, he brought about the fall of the D:Sons of Feanor. N:414:Werebear G:q:D I:110:25d25:20:50:20 W:24:2:0:200 E:0:1:0:2:1:0 O:25:25:25:20 B:CLAW:HURT:1d10 B:CLAW:HURT:1d10 B:BITE:HURT:2d8 B:CRUSH:HURT:2d6 F:BASH_DOOR | OPEN_DOOR | F:WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | DROP_CORPSE | F:ANIMAL | EVIL | DROP_1D2 | BASEANGBAND D:In the eyes of this bear, there glimmers the faintest light of intelligence. D:And then its form begins to change... The combination of animal cunning, D:human intelligence and the great physical strength of the bear makes for D:a dangerous enemy. N:415:Cave ogre G:O:u I:110:30d9:20:33:30 W:26:2:2500:80 E:1:1:1:2:1:1 O:20:70:0:10 B:HIT:HURT:3d8 B:HIT:HURT:3d8 F:FRIENDS | DROP_60 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | GIANT | F:MORTAL | BASEANGBAND | HAS_LITE D:A giant orc-like figure with an awesomely muscled frame. N:416:White wraith G:W:w I:110:15d8:20:40:10 W:26:1:0:175 E:0:0:0:0:0:0 O:0:50:50:0 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:TOUCH:EXP_20 F:FORCE_SLEEP | F:DROP_1D2 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_8 | S:SCARE | CAUSE_2 | DARKNESS D:It is a tangible but ghostly form made of white fog. # New monster added for the Theme module # Adapted from UnAngband N:417:Thranduil, King of the Wood Elves G:h:G I:120:11d100:20:80:10 W:32:4:0:1000 E:1:1:1:2:1:1 O:0:40:30:30 B:HIT:HURT:3d8 B:HIT:HURT:3d8 B:HIT:HURT:3d8 #Force him into Mirkwood: F:FORCE_DEPTH | ONLY_DEPTH | F:BASEANGBAND | WILD_TOO | WILD_WOOD | WILD_GRASS | F:UNIQUE | MALE | CAN_SPEAK | MORTAL | TAKE_ITEM | F:CAN_SWIM | OPEN_DOOR | BASH_DOOR | HAS_LITE | F:PET | NO_CONF | NO_SLEEP | GOOD | F:ONLY_ITEM | DROP_2D2| DROP_GREAT | NO_FEAR | F:IM_POIS | IM_COLD | RES_WATE | RES_TELE | S:1_IN_5 S:BO_FIRE | BO_COLD | BLIND | CONF | HASTE | S_KIN | S:DARKNESS | S_MONSTER | S_ANIMALS | S_SPIDER | D:A strong wood-elf with a penchant for treasure. He is D:wise and powerful, and it is said that even the independent D:dark elves will rally to his side when he travels. N:418:Ghoul G:z:U I:110:15d9:30:30:20 W:25:1:0:95 E:1:1:1:2:1:1 O:0:45:35:10 B:CLAW:DISEASE:1d4 B:CLAW:DISEASE:1d4 B:BITE:PARALYZE:1d5 F:DROP_60 | OPEN_DOOR | BASH_DOOR | CAN_SWIM | F:EVIL | UNDEAD | FRIENDS | IM_POIS | IM_COLD | NO_CONF | NO_SLEEP | F:COLD_BLOOD | HURT_LITE | BASEANGBAND | NO_CUT S:1_IN_9 S:SCARE | HOLD D:Flesh is falling off in chunks from this decaying abomination. N:419:Mim, Betrayer of Turin G:k:o I:120:11d105:20:80:20 W:27:4:1200:1000 E:1:1:1:2:1:1 O:10:80:10:0 B:HIT:HURT:3d9 B:HIT:HURT:3d9 B:HIT:HURT:3d9 B:HIT:UN_BONUS:3d12 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_MAXHP | FORCE_SLEEP | DROP_SKELETON | DROP_CORPSE | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_DISE | RES_TELE | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_6 | S:HEAL | SCARE | BO_ACID | BA_ACID | TPORT | S_MONSTER D:A Petty-Dwarf, one of the last of his race. He betrayed Turin D:Turambar and gave him up to Morgoth's forces. N:420:Hellblade G:|:v I:120:13d13:20:40:20 W:27:2:0:130 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:EXP_20:2d13 B:HIT:EXP_20:2d13 F:CHAR_MULTI | EVIL | IM_POIS | IM_COLD | F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | SUSCEP_ACID | F:COLD_BLOOD | BASH_DOOR | NONLIVING | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | HAS_LITE | NO_CUT D:A deadly blade of chaos, moving of its own volition. N:421:Killer fire beetle G:K:R I:110:22d8:14:45:30 W:27:1:600:95 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:3d4 B:SPIT:FIRE:4d5 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | WILD_VOLCANO | DROP_CORPSE | F:ANIMAL | IM_FIRE | CAN_FLY | SUSCEP_COLD | F:MORTAL | BASEANGBAND | HAS_LITE D:It is a giant beetle wreathed in flames. # New monster added by furiosity for the Theme module # From UnAngband N:422:Denethor, Steward of Gondor G:p:r I:120:55d100:40:160:10 W:61:3:0:25000 E:1:1:1:2:1:1 O:20:50:10:5 B:HIT:FIRE:9d12 B:HIT:HURT:10d10 F:UNIQUE | MALE | SMART | CAN_SPEAK | MORTAL | F:BASEANGBAND | FORCE_MAXHP | WEIRD_MIND | EVIL | F:HAS_LITE | ESCORT | ESCORTS | ONLY_ITEM | F:DROP_4D2 | DROP_3D2 | DROP_GOOD | TAKE_ITEM | F:OPEN_DOOR | BASH_DOOR | DROP_USEFUL | F:IM_ACID | IM_ELEC | IM_FIRE | IM_POIS | RES_PLAS | S:1_IN_2 | S:BA_FIRE | BRAIN_SMASH | CAUSE_2 | BO_FIRE | BO_MANA | S:BO_PLAS | SCARE | CONF | HASTE | HEAL | TPORT | S:TELE_TO | TELE_AWAY | TRAPS | FORGET | S_KIN | D:The proud former 'king' of Gondor, he has been driven mad D:by his contact with Sauron through the Palantir. You see D:the glint of a terrible fire in his eyes. N:423:Creeping adamantite coins G:$:G I:120:20d25:5:50:10 W:27:3:0:60 E:0:0:0:0:0:0 O:0:0:0:0 B:BITE:POISON:3d4 B:TOUCH:POISON:3d5 B:HIT:HURT:1d12 B:HIT:HURT:1d12 F:ONLY_GOLD | DROP_90 | DROP_2D2 | F:COLD_BLOOD | BASH_DOOR | CHAR_MULTI | F:IM_ELEC | IM_ACID | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:It appears to be a pile of coins made of precious adamant, slithering toward D:you on lots of tiny legs. N:424:Algroth G:T:o I:110:21d12:20:60:40 W:27:1:6000:150 E:1:1:1:2:1:1 O:10:80:0:10 B:CLAW:POISON:3d3 B:CLAW:POISON:3d3 B:BITE:HURT:1d6 F:FRIENDS | DROP_60 | WILD_WOOD | WILD_MOUNTAIN | WILD_TOO | WILD_SWAMP | F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE | REGENERATE | F:EVIL | TROLL | BASEANGBAND D:Trolls were created by Melkor in mockery of the Ents. This one is D:a powerful troll form. Venom drips from its needle-like claws. # New monster added for the Theme module # From UnAngband N:425:Boromir, Son of Denethor G:p:W I:110:10d100:20:90:30 W:34:5:0:1200 E:1:1:1:2:1:1 O:10:80:0:10 B:HIT:HURT:5d5 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:BASEANGBAND | WILD_TOO | WILD_WOOD | F:UNIQUE | MALE | CAN_SPEAK | SMART | F:FORCE_MAXHP | MORTAL | HAS_LITE | PET | F:OPEN_DOOR | BASH_DOOR | TAKE_ITEM | F:DROP_2D2 | DROP_GOOD | ONLY_ITEM | S:1_IN_10 | S:ARROW_2 | S_KIN | D:A noble son of the Steward of Gondor. N:426:Roper G:#:D I:115:30d10:30:60:255 W:27:5:0:235 E:0:0:0:6:0:0 O:0:0:0:0 B:CRUSH:PARALYZE:3d5 B:CRUSH:PARALYZE:3d5 B:CRUSH:PARALYZE:3d5 B:CRUSH:PARALYZE:3d5 F:FORCE_MAXHP | FORCE_SLEEP | NO_FEAR | NEVER_MOVE | F:ONLY_GOLD | DROP_2D2 | DROP_60 | DROP_1D2 | EVIL | F:IM_ACID | IM_POIS | NO_CONF | NO_SLEEP | IM_COLD | IM_FIRE | BASEANGBAND F:NO_CUT S:1_IN_5 | S:BA_FIRE | BA_ELEC | BA_POIS | HASTE | S:TRAPS | SHRIEK | HOLD | CONF D:This creature look like a pillar of rock. However, a closer D:inspection reveals a glaring eye and powerful tentacles, D:which crush its prey and feed it to the creature's hungry D:mouth. N:427:Headless G:H:W I:110:25d12:20:50:40 W:27:1:1600:175 E:1:1:1:2:0:1 O:0:100:0:0 B:HIT:HURT:1d8 B:HIT:HURT:1d8 F:FRIENDS | DROP_60 | OPEN_DOOR | BASH_DOOR | WILD_TOO | F:WILD_MOUNTAIN | WILD_WASTE | DROP_SKELETON | DROP_CORPSE | F:EVIL | BASEANGBAND S:1_IN_6 S:SCARE D:Headless humanoid abomination, ever hungry for blood. N:428:Vibration hound G:Z:y I:110:25d10:30:30:0 W:27:2:600:250 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:2d8 B:BITE:HURT:2d8 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 F:FORCE_SLEEP | F:FRIENDS | F:BASH_DOOR | F:ANIMAL | NO_CONF | NO_SLEEP | DROP_SKELETON | DROP_CORPSE | F:MORTAL | BASEANGBAND S:1_IN_5 | S:BR_SOUN D:A blurry canine form which seems to be moving as fast as the eye can D:follow. You can feel the earth resonating beneath your feet. N:429:Nexus hound G:Z:v I:110:25d10:30:30:0 W:27:2:600:250 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:2d8 B:BITE:HURT:2d8 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 F:FORCE_SLEEP | RES_NEXU | DROP_SKELETON | DROP_CORPSE | F:FRIENDS | F:BASH_DOOR | F:ANIMAL | RES_TELE | NO_SLEEP | MORTAL | BASEANGBAND S:1_IN_5 | S:BR_NEXU D:A locus of conflicting points coalesce to form the vague shape of a huge D:hound. Or is it just your imagination? N:430:Half-ogre G:O:o I:110:35d9:20:33:30 W:27:2:2700:80 E:1:1:1:2:1:1 O:20:70:0:10 B:HIT:HURT:4d8 B:HIT:HURT:4d8 F:FRIENDS | DROP_60 | DROP_CORPSE | SMART | F:OPEN_DOOR | BASH_DOOR | F:EVIL | GIANT | F:MORTAL | BASEANGBAND | HAS_LITE D:A giant, brutish figure, as ugly as an orc, but with some of the D:intelligence of his half-human ancestry. N:431:Lokkak, the Ogre Chieftain G:O:v I:120:15d103:20:100:20 W:32:2:3000:1500 E:1:1:1:2:1:1 O:5:85:0:5 B:HIT:HURT:6d7 B:HIT:HURT:6d7 B:HIT:HURT:6d7 F:UNIQUE | MALE | CAN_SPEAK | WILD_TOO | WILD_SWAMP | WILD_SHORE | F:FORCE_MAXHP | ESCORT | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | CAN_SWIM | F:EVIL | GIANT | IM_POIS | F:MORTAL | BASEANGBAND | HAS_LITE D:An ogre renowned for acts of surprising cruelty, Lokkak is the leader of a large D:band of violent ogres. N:432:Vampire G:V:W I:110:25d12:20:45:10 W:27:1:1700:175 E:1:1:1:2:1:1 O:20:40:20:10 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:EXP_20:2d6 B:BITE:EXP_20:2d6 F:FORCE_SLEEP | FORCE_MAXHP | F:COLD_BLOOD | DROP_60 | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | REGENERATE | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | NO_CUT S:1_IN_9 | S:TELE_TO | HOLD | SCARE | CAUSE_2 | MIND_BLAST | FORGET | DARKNESS D:It is a humanoid with an aura of power. You notice a sharp set of front D:teeth. N:433:Gorgimaera G:H:R I:110:25d20:12:55:10 W:27:2:2300:400 E:0:1:0:2:2:0 O:0:0:0:0 B:BUTT:HURT:2d10 B:BITE:FIRE:2d10 B:GAZE:PARALYZE:2d6 F:FORCE_SLEEP | SUSCEP_COLD | F:BASH_DOOR | CAN_FLY | DROP_CORPSE | F:IM_FIRE | BASEANGBAND S:1_IN_8 | S:BR_FIRE D:It has three heads - goat, dragon and gorgon - all attached to a D:lion's body. # New monster added for the Theme module # From UnAngband N:434:Faramir, Son of Denethor G:p:W I:110:10d100:20:90:30 W:34:5:0:1200 E:1:1:1:2:1:1 O:20:50:10:5 B:HIT:HURT:5d5 B:HIT:HURT:5d5 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:BASEANGBAND | UNIQUE | MALE | CAN_SPEAK | PET | F:WILD_TOO | WILD_WOOD | FORCE_MAXHP | MORTAL | F:OPEN_DOOR | BASH_DOOR | TAKE_ITEM | HAS_LITE | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | S:1_IN_10 | S:ARROW_2 | S_KIN D:The noble son of the Steward of Gondor guards the depths D:of Ithilien against the Enemy. N:435:Colbran G:g:y I:120:80d12:12:80:10 W:27:2:0:900 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:ELEC:3d8 B:HIT:ELEC:3d8 F:FORCE_SLEEP | F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | CAN_FLY | F:IM_ELEC | IM_POIS | AURA_ELEC | REFLECTING | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | NO_CUT S:1_IN_3 | S:BO_ELEC D:A man-shaped form of living lightning, sparks and shocks crackle all over D:this madly capering figure, as it leaps and whirls around and about you. N:436:Spirit naga G:n:w I:110:30d15:20:75:120 W:28:2:0:60 E:0:0:0:0:1:0 O:20:0:80:0 B:CRUSH:HURT:2d8 B:CRUSH:HURT:2d8 B:BITE:HURT:1d8 B:BITE:HURT:1d8 F:FEMALE | F:FORCE_SLEEP | CAN_FLY | F:ONLY_ITEM | DROP_90 | DROP_2D2 | DROP_CORPSE | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | F:EVIL | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_4 | S:HEAL | BLIND | MIND_BLAST | DARKNESS D:A wraithly snake-like form with the torso of a beautiful woman, it is the D:most powerful of its kind. # New monster added by furiosity for the Theme module # from UnAngband N:437:Harry Goatleaf, Gatekeeper of Bree G:p:w I:100:8d10:40:10:5 W:5:4:1200:0 E:1:1:1:2:1:1 O:20:20:20:20 B:GAZE:* B:WAIL:* B:INSULT:* B:CHARGE:HURT:1d2 F:BASEANGBAND | WILD_TOO | WILD_TOWN | WILD_WOOD | F:UNIQUE | CAN_SPEAK | MALE | HAS_LITE | MORTAL | F:OPEN_DOOR | BASH_DOOR | TAKE_ITEM | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | D:The suspicious and gruff keeper of the West-gate of Bree. He betrayed his D:people by letting Saruman's thugs into the city, and so has been turned out. # New monster added for the Theme module # Description from UnAngband # Basically just an upgrade on the silent watcher. N:438:The Watcher of Cirith Ungol G:g:s I:140:60d200:100:300:0 W:60:10:4000:80000 E:3:0:3:3:2:0 O:0:0:0:0 B:GAZE:TERRIFY:5d8 B:GAZE:PARALYZE:5d8 B:GAZE:LOSE_STR:5d8 B:GAZE:HALLU:5d8 F:UNIQUE | FORCE_MAXHP | INVISIBLE | WEIRD_MIND | F:EMPTY_MIND | COLD_BLOOD | NONLIVING | NEVER_MOVE | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | EVIL | F:HURT_ROCK | COLD_BLOOD | HURT_LITE | NO_FEAR | F:NO_CONF | NO_SLEEP | NO_STUN | NONLIVING | RES_TELE | F:BASEANGBAND | NO_CUT | REGENERATE | S:1_IN_3 | S:SHRIEK | S_SPIDER | S_HI_UNDEAD | MIND_BLAST | DRAIN_MANA D:It looks like a great figure seated upon a throne, with three joined D:bodies and three vulture-like heads. It seems to be carved out of huge D:blocks of stone, immovable, and yet strangely aware of your presence. D:The black stones of its eyes glitter with its dreadful will. Visible or D:invisible, none shall pass by this guardian. N:439:Stairway to Hell G:>:W I:120:15d8:90:40:20 W:28:5:0:125 E:0:0:0:0:0:0 O:0:0:0:0 B:WAIL:UN_BONUS B:WAIL:EXP_20 B:WAIL:EAT_GOLD B:WAIL:EAT_ITEM F:CHAR_MULTI | COLD_BLOOD | EVIL | NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | F:UNDEAD | FORCE_MAXHP | IM_FIRE | IM_ELEC | IM_POIS | IM_ACID | EMPTY_MIND F:NEVER_MOVE | JOKEANGBAND | HAS_LITE | NO_CUT S:1_IN_15 S:S_DEMON | SHRIEK D:Often found in graveyards. N:440:5-headed hydra G:M:g I:120:100d8:20:80:20 W:28:2:5500:650 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:POISON:4d4 B:BITE:POISON:4d4 B:BITE:POISON:4d4 B:BITE:POISON:4d4 F:FORCE_SLEEP | F:ONLY_GOLD | DROP_1D2 | DROP_4D2 | DROP_SKELETON | DROP_CORPSE F:BASH_DOOR | MOVE_BODY | CAN_SWIM | F:ANIMAL | IM_POIS | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:MORTAL | BASEANGBAND S:1_IN_5 | S:SCARE | BA_POIS D:A strange reptilian creature with five heads dripping venom. # New monster added for the Theme module # Adapted from UnAngband N:441:Tom Bombadil G:Y:b I:140:440d100:255:10000:0 W:127:5:0:0 E:1:1:1:2:1:1 O:0:0:0:0 B:SHOW:* F:BASEANGBAND | WILD_ONLY | WILD_GRASS | WILD_WOOD | WILD_SHORE | F:UNIQUE | MALE | FORCE_MAXHP | GOOD | HAS_LITE | CAN_SPEAK | F:NO_THEFT | CAN_FLY | NO_CUT | DEATH_ORB | F:WYRM_PROTECT | DG_CURSE | GOOD | OPEN_DOOR | BASH_DOOR | SMART | F:RES_NETH | NEVER_BLOW | REFLECTING | WEIRD_MIND | F:REGENERATE | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_TELE | RES_WATE | RES_PLAS | RES_NEXU | RES_DISE | PET | F:NO_FEAR | NO_STUN | NO_CONF | NO_SLEEP | CAN_SWIM | AQUATIC | S:1_IN_5 | S:CONF | MIND_BLAST | BRAIN_SMASH | S:BA_MANA | CAUSE_4 | MISSILE | SCARE | SLOW | HOLD | BO_MANA | S:HASTE | HAND_DOOM | HEAL | BLINK | BR_MANA | S_MONSTERS | D:A mysterious figure in a blue coat, his face creased in laughter. D:Legend has it that he is older than Arda itself, and will aid D:the forces of good in any way he can. N:442:Wainrider G:p:s I:120:30d10:20:70:10 W:28:1:2400:240 E:1:1:1:2:1:1 O:0:90:10:0 B:HIT:HURT:5d5 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:MALE | F:FORCE_SLEEP | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE S:1_IN_8 | S:BLIND | SCARE | CAUSE_3 | DARKNESS D:He is a figure riding a majestic war chariot; he looks at you D:menacingly. N:443:Seahorse G:~:o I:120:111d7:20:60:20 W:28:2:3000:360 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:PARALYZE:4d5 B:BITE:LOSE_DEX:4d5 B:BITE:LOSE_CON:4d5 F:FORCE_SLEEP | AQUATIC | GOOD | ANIMAL | NEUTRAL | NO_TARGET | F:IM_COLD | IM_POIS | IM_FIRE | IM_ELEC | WILD_ONLY | WILD_OCEAN F:MORTAL | BASEANGBAND S:1_IN_5 | S:BO_WATE | BO_COLD | BO_ICEE | BO_MANA D:Your mind is filled with admiration as you view this wondrous, D:magical seahorse. N:444:Cyclops G:P:u I:120:60d20:20:90:20 W:45:2:3500:1500 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:9d9 B:HIT:HURT:9d9 F:FORCE_SLEEP | F:DROP_1D2 | TAKE_ITEM | WILD_TOO | WILD_SHORE | WILD_MOUNTAIN | F:BASH_DOOR | OPEN_DOOR | MOVE_BODY | DROP_CORPSE | F:EVIL | IM_POIS | IM_ACID | IM_FIRE | IM_COLD | GIANT | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_8 | S:ARROW_4 D:A gigantic humanoid with only one eye. N:445:Clairvoyant G:p:y I:120:25d10:100:50:10 W:28:3:1600:250 E:1:1:1:2:1:1 O:0:0:90:10 B:HIT:CONFUSE:5d5 B:HIT:TERRIFY:5d5 F:MALE | F:FORCE_SLEEP | DROP_1D2 | DROP_SKELETON | DROP_CORPSE F:OPEN_DOOR | BASH_DOOR | SMART | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE S:1_IN_8 | S:BLIND | MIND_BLAST | HOLD | CAUSE_3 | FORGET | S_MONSTER D:He is using his supernatural talents to bring about your D:destruction. N:446:Purple worm G:w:v I:110:65d8:14:65:30 W:29:4:1000:400 E:0:0:0:0:1:0 O:0:0:0:0 B:HIT:HURT:1d8 B:BITE:ACID:2d8 B:STING:POISON:1d8 F:BASH_DOOR | DROP_CORPSE | F:ANIMAL | IM_ACID | IM_POIS | CAN_SWIM | F:MORTAL | BASEANGBAND D:It is a massive worm form, many feet in length. Its vast maw drips acid D:and poison. N:447:Catoblepas G:q:g I:110:30d10:15:55:40 W:29:2:0:400 E:0:1:0:2:1:0 O:0:0:0:0 B:GAZE:TERRIFY:2d4 B:GAZE:BLIND:2d4 B:BUTT:HURT:2d6 B:BITE:HURT:2d12 F:ONLY_GOLD | DROP_2D2 | DROP_CORPSE F:BASH_DOOR | CAN_SWIM | WILD_TOO | WILD_SWAMP | F:ANIMAL | IM_POIS F:MORTAL | BASEANGBAND D:A strange ox-like form with a huge head but a thin, weak neck. N:448:Lesser wall monster G:#:W I:110:13d8:20:75:40 W:28:4:0:600 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:2d6 B:HIT:HURT:2d6 B:HIT:HURT:2d6 F:FORCE_SLEEP | COLD_BLOOD | EMPTY_MIND | KILL_WALL | RAND_50 | F:BASH_DOOR | IM_COLD | IM_ACID | IM_FIRE | IM_ELEC | IM_POIS | NONLIVING | F:HURT_ROCK | NO_CONF | NO_SLEEP | CHAR_MULTI | BASEANGBAND | NO_CUT S:MULTIPLY D:A sentient, moving section of wall. N:449:Mage G:p:r I:110:15d8:20:40:10 W:28:1:1500:150 E:1:1:1:2:1:1 O:10:0:90:0 B:HIT:HURT:2d5 B:HIT:HURT:2d5 F:MALE | F:FORCE_SLEEP | F:ONLY_ITEM | DROP_1D2 | DROP_SKELETON | DROP_CORPSE | F:SMART | OPEN_DOOR | BASH_DOOR | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE S:1_IN_3 | S:HASTE | TPORT | TELE_TO | BLIND | CONF | S:BO_FIRE | BO_COLD | BO_ELEC | S:S_MONSTER D:A fat mage with glasses. And considerable power, too - as you can D:tell from the size of his hat. N:450:Mind flayer G:h:y I:110:15d10:20:60:10 W:28:1:1400:200 E:1:1:1:2:1:1 O:0:10:90:0 B:CRUSH:LOSE_INT:2d6 B:GAZE:INSANITY:2d6 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE F:ONLY_ITEM | DROP_60 | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | F:EVIL | NO_CONF | NO_SLEEP F:MORTAL | BASEANGBAND S:1_IN_8 | S:BLIND | HOLD | SCARE | MIND_BLAST | BRAIN_SMASH | FORGET D:A humanoid form with a gruesome head, tentacular mouth, and piercing D:eyes. Claws reach out for you and you feel a presence invade your mind. N:451:The Ultimate Dungeon Cleaner G:g:D I:120:70d12:10:80:12 W:28:2:0:555 E:0:0:0:0:0:0 O:0:0:0:0 B:CRUSH:HURT:2d10 B:CRUSH:HURT:2d10 B:CRUSH:HURT:2d10 B:CRUSH:HURT:2d10 F:FORCE_SLEEP | FORCE_MAXHP | KILL_BODY | KILL_ITEM | UNIQUE | REFLECTING | F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS F:NO_FEAR | NO_CONF | NO_SLEEP | NONLIVING | RES_TELE | JOKEANGBAND | NO_CUT D:It looks like a huge spiked roller. It was designed to keep this dungeon D:clean, and you are the biggest spot of dirt in sight. # New monster added by furiosity for the Theme module # Based partly on the Icky queen. N:452:The Mewlip Queen G:i:v I:120:3d100:30:100:15 W:30:5:10:4000 E:0:0:0:0:0:0 O:40:30:10:10 B:CRAWL:POISON:5d7 B:CRAWL:EAT_FOOD:5d7 F:BASEANGBAND | EMPTY_MIND | SMART | IM_POIS | F:UNDEAD | RAND_50 | CAN_SWIM | EVIL | NO_FEAR | F:FORCE_MAXHP | UNIQUE | FEMALE | REGENERATE | F:ONLY_ITEM | DROP_2D2 | DROP_GREAT | ESCORT | ESCORTS | S:1_IN_5 S:ANIM_DEAD | S_KIN D:A ruler of mewlips. She might not be the most powerful of D:them all, but she is the smartest, and has her minions D:at her beck and call. N:453:Basilisk G:R:s I:120:20d30:15:90:30 W:28:3:400:350 E:0:1:0:2:1:0 O:50:0:30:20 B:GAZE:PARALYZE B:BITE:HURT:2d12 B:BITE:HURT:2d12 B:BITE:HURT:2d12 F:ONLY_ITEM | DROP_1D2 | WILD_TOO | WILD_MOUNTAIN | F:OPEN_DOOR | BASH_DOOR | EVIL | IM_POIS | DROP_CORPSE | F:ANIMAL | NO_CONF | NO_SLEEP | CAN_SWIM | F:MORTAL | BASEANGBAND S:1_IN_8 | S:BR_POIS D:An evil reptile that preys on unsuspecting travellers. Its eyes stare D:deeply at you and your soul starts to wilt! N:454:Snow-troll G:T:w I:110:24d10:20:56:50 W:28:1:5000:200 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:1d5 B:HIT:HURT:1d5 B:BITE:COLD:2d6 B:BITE:COLD:2d6 F:MALE | F:FRIENDS | DROP_60 | WILD_TOO | WILD_WASTE | DROP_SKELETON | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | SUSCEP_FIRE | REGENERATE | F:EVIL | TROLL | IM_COLD | HURT_LITE | BASEANGBAND D:Melkor created trolls in mockery of Yavanna's Ents. This D:is a white troll with powerfully clawed hands. # New monster added for the Theme module # From UnAngband N:455:Fluithuin the Ogress, Consort of Morgoth G:O:b I:120:53d100:40:140:30 W:69:3:3000:29000 E:1:1:1:2:1:1 O:5:85:0:5 B:HIT:HURT:11d10 B:HIT:HURT:11d10 B:HIT:SHATTER:11d10 F:UNIQUE | CAN_SPEAK | FEMALE | F:RAND_25 | EVIL | GIANT | FORCE_MAXHP | F:DROP_GOOD | ONLY_ITEM | DROP_4D2 | F:OPEN_DOOR | BASH_DOOR | MOVE_BODY | KILL_ITEM | F:IM_ACID | IM_FIRE | IM_COLD | IM_POIS | S:1_IN_5 S:BA_ACID | BA_WATE | BO_ICEE D:A powerful, fierce ogress, consort to Morgoth, rumoured to D:be the mother of Gothmog, high captain of Balrogs. # New monster added by furiosity for the Theme module # Based on UnAngband, though there Ulbandi is male and same as ToME's Lokkak N:456:Ulbandi the Ogress, Consort of Morgoth G:O:R I:110:15d100:20:100:50 W:40:5:3000:15000 E:1:1:1:2:1:1 O:5:85:0:5 B:HIT:HURT:8d8 B:HIT:HURT:8d8 B:HIT:POISON:8d8 F:UNIQUE | FEMALE | CAN_SPEAK | F:EVIL | GIANT | FORCE_MAXHP | F:DROP_GOOD | DROP_2D2 | ONLY_ITEM | F:OPEN_DOOR | ESCORTS | IM_POIS | S:1_IN_9 | S:CONF | SCARE | HEAL | SHRIEK | S_KIN D:A powerful ogress, consort to Morgoth, rumoured to be D:the mother of Gothmog, high captain of Balrogs, also D:rumoured to be related to Lokkak, the Ogre Chieftain. # New monster added for the Theme module # Suggested by Atarlost in the t-o-m-e.net forum N:457:Naugladur, Lord of Nogrod G:k:G I:110:20d100:30:200:200 W:70:1:0:12000 B:HIT:HURT:4d6 B:HIT:HURT:4d6 B:HIT:HURT:4d6 B:HIT:HURT:4d6 F:UNIQUE | MALE | ESCORT | ESCORTS | CAN_SPEAK | F:FORCE_MAXHP | SMART | SPECIAL_GENE F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | DROP_GREAT F:OPEN_DOOR | BASH_DOOR F:EVIL | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS D:The slayer of Thingol, and the thief of the Nauglamir. He leads the dark D:dwarves who escaped from Nogrod. N:458:Greater mimic G:m:y I:120:10d35:30:60:100 W:29:3:100:200 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:POISON:3d4 B:HIT:POISON:3d4 B:HIT:POISON:3d4 B:HIT:POISON:3d4 F:MIMIC | F:FORCE_SLEEP | NEVER_MOVE | SUSCEP_ACID | F:EMPTY_MIND | COLD_BLOOD | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_4 | S:BLIND | CONF | SCARE | CAUSE_2 | FORGET | S:BO_ACID | BO_FIRE | BO_COLD | BO_ELEC | S:S_MONSTER D:A strange creature that disguises itself as an object to lure D:unsuspecting adventurers within reach of its venomous claws. N:459:Young blue dragon G:d:b I:110:27d10:20:50:70 W:29:1:20000:500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d4 B:CLAW:HURT:2d4 B:BITE:HURT:2d6 F:FORCE_SLEEP | FORCE_MAXHP | WILD_TOO | WILD_MOUNTAIN | WILD_WOOD | F:DROP_2D2 | DROP_CORPSE | ATTR_MULTI F:OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | DRAGON | IM_ELEC | BASEANGBAND | ATTR_MULTI S:1_IN_10 | S:SCARE | S:BR_ELEC D:It has a form that legends are made of. Its still-tender scales are a D:deep blue in hue. Sparks crackle along its length. N:460:Young white dragon G:d:w I:110:27d10:20:50:70 W:29:1:20000:500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d4 B:CLAW:HURT:2d4 B:BITE:HURT:2d6 F:FORCE_SLEEP | FORCE_MAXHP | WILD_TOO | WILD_MOUNTAIN | WILD_WASTE | F:DROP_2D2 | DROP_CORPSE | ATTR_MULTI F:OPEN_DOOR | BASH_DOOR | SUSCEP_FIRE | F:EVIL | DRAGON | IM_COLD | BASEANGBAND | ATTR_MULTI S:1_IN_10 | S:SCARE | S:BR_COLD D:It has a form that legends are made of. Its still-tender scales are a D:frosty white in hue. Icy blasts of cold air come from it as it breathes. N:461:Young green dragon G:d:g I:110:27d10:20:50:70 W:29:1:20000:500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d4 B:CLAW:HURT:2d4 B:BITE:HURT:2d6 F:FORCE_SLEEP | FORCE_MAXHP | WILD_TOO | WILD_MOUNTAIN | WILD_SWAMP | F:DROP_2D2 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | DRAGON | IM_POIS | BASEANGBAND | ATTR_MULTI S:1_IN_10 | S:SCARE | S:BR_POIS D:It has a form that legends are made of. Its still-tender scales are a D:deep green in hue. Foul gas seeps through its scales. N:462:Young bronze dragon G:d:U I:110:27d10:20:50:70 W:29:1:20000:500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d4 B:CLAW:HURT:2d4 B:BITE:HURT:2d6 F:FORCE_SLEEP | FORCE_MAXHP | WILD_TOO | WILD_MOUNTAIN | F:DROP_2D2 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | DRAGON | NO_CONF | BASEANGBAND | ATTR_MULTI S:1_IN_10 | S:SCARE | S:BR_CONF D:It has a form that legends are made of. Its still-tender scales are a D:rich bronze hue, and its shape masks its true form. # New monster added for the Theme module # From the Annals of Ea module (by Feanor) N:463:Androg the Outlaw G:p:b I:110:72d10:20:95:20 W:21:3:2400:600 E:1:1:1:2:1:1 O:30:8:0:0 B:HIT:HURT:3d8 B:HIT:HURT:3d8 B:HIT:HURT:3d5 B:HIT:HURT:3d5 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE | F:ESCORT | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | IM_FIRE | IM_COLD | IM_POIS | F:MORTAL | BASEANGBAND | HAS_LITE | D:A member of a band of outlaws, he was spared his life when D:Neithan (that is, Turin) killed Forweg, the previous leader. N:464:Mithril golem G:g:B I:110:80d15:12:100:10 W:30:4:10000:500 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:3d8 B:HIT:HURT:3d8 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:ONLY_GOLD | DROP_2D2 | F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | REFLECTING | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | NO_CUT D:It is a massive statue of pure mithril. It looks expensive. N:465:Skeleton troll G:s:W I:110:20d10:20:55:20 W:30:1:5000:225 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:HURT:3d4 F:EMPTY_MIND | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | TROLL | UNDEAD | F:IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a troll skeleton animated by dark magic. # New monster added for the Theme module # From Annals of Ea module (by Feanor) N:466:Amlach, son of Imlach G:p:s 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 a trustworthy man... or is he? Morgoth seem's sending spies in D:disguise, and perhaps this is one of them. N:467:Beorn, the Shape-Changer G:q:D I:120:20d70:25:60:25 W:28:3:0:1000 E:0:1:0:2:1:0 O:20:60:20:0 B:CLAW:HURT:2d10 B:CLAW:HURT:2d10 B:BITE:HURT:4d8 B:CRUSH:HURT:3d6 F:UNIQUE | MALE | FORCE_MAXHP | FORCE_SLEEP | F:BASH_DOOR | ANIMAL | MOVE_BODY | SMART | PET | CAN_SPEAK | F:WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | DROP_CORPSE | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | BASEANGBAND S:1_IN_6 | S_ANIMAL D:Beorn is only occasionally seen in human form these days, preferring to D:appear in the shape of a giant black bear: he also prefers the company of D:beasts to that of humans. He has never taken kindly to strangers, even in D:human form - and still less when in bear's shape, as he is now. N:468:Thorondor, Lord of Eagles G:B:v I:130:85d12:20:65:20 W:30:6:1600:555 E:0:1:1:0:1:0 O:0:0:0:0 B:CLAW:HURT:16d2 B:CLAW:HURT:16d2 B:BITE:HURT:4d10 F:CAN_FLY | UNIQUE | FORCE_MAXHP | DROP_CORPSE | CAN_SPEAK | F:WILD_ONLY | WILD_MOUNTAIN | WILD_VOLCANO | PET | F:ANIMAL | GOOD | BASEANGBAND D:Among the mightiest of birds, Thorondor is the messenger of the Valar, and D:brings news of Middle-earth to Valinor itself. Nothing that can be seen D:from the airs of the world is hidden from him. N:469:Giant blue ant G:a:b I:110:8d8:10:50:60 W:30:2:600:80 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:ELEC:5d5 F:RAND_25 | WILD_TOO | DROP_SKELETON F:WEIRD_MIND | BASH_DOOR | F:ANIMAL | IM_ELEC F:MORTAL | BASEANGBAND D:It is a giant ant that crackles with energy. N:470:Grave wight G:W:b I:110:12d10:20:50:30 W:30:1:0:325 E:0:0:0:0:0:0 O:0:50:50:0 B:HIT:HURT:1d7 B:HIT:HURT:1d7 B:TOUCH:EXP_20 F:FORCE_SLEEP | RAND_25 | F:ONLY_ITEM | DROP_1D2 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | CAN_FLY | F:IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_8 | S:SCARE | CAUSE_3 | DARKNESS D:It is a ghostly form with eyes that haunt you. It appeared when a D:humanoid creature died a violent death in a graveyard. It remembers D:its past life and seeks revenge. N:471:Shadow drake G:d:G I:110:30d10:20:70:70 W:33:3:18000:1100 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d4 B:CLAW:HURT:2d4 B:BITE:EXP_10:3d6 F:FORCE_SLEEP | FORCE_MAXHP | PASS_WALL | F:ONLY_ITEM | DROP_3D2 | CAN_FLY | DROP_CORPSE | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | F:EVIL | DRAGON | NO_CONF | NO_SLEEP | BASEANGBAND | ATTR_MULTI S:1_IN_6 | S:BR_NETH | SLOW | CONF | SCARE | DARKNESS D:It is a dragon-like form wrapped in shadow. Glowing red eyes shine out in D:the dark, and it is surrounded by an aura of unearthly cold that chills D:the soul rather than the body. N:472:Manticore G:H:y I:120:25d10:12:15:10 W:30:2:1900:300 E:1:1:1:2:1:0 O:0:0:0:0 B:HIT:HURT:3d4 B:HIT:HURT:3d4 B:HIT:HURT:3d4 B:HIT:HURT:3d4 F:FORCE_SLEEP | FORCE_MAXHP | F:BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WOOD | DROP_CORPSE | F:EVIL | MORTAL | BASEANGBAND S:1_IN_5 | S:ARROW_4 D:It is a winged lion's body with a human torso and a tail covered in D:vicious spikes. N:473:Giant army ant G:a:o I:120:19d6:10:40:40 W:30:3:600:90 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:2d12 F:RAND_25 | KILL_BODY | FRIENDS | DROP_SKELETON F:WEIRD_MIND | BASH_DOOR | F:ANIMAL F:MORTAL | BASEANGBAND D:An armoured form moving with purpose. Powerful on its own, flee when D:hordes of them march. N:474:Killer slicer beetle G:K:y I:110:25d10:14:60:30 W:30:2:600:200 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:5d8 B:BITE:HURT:5d8 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | WILD_GRASS | DROP_CORPSE F:ANIMAL | CAN_FLY | MORTAL | BASEANGBAND D:It is a beetle with deadly sharp cutting mandibles and a rock-hard D:carapace. N:475:Gorgon G:H:b I:110:30d20:12:88:20 W:31:2:3000:275 E:1:1:1:2:1:1 O:0:0:0:0 B:BUTT:HURT:3d9 B:BUTT:HURT:3d9 B:BITE:POISON:1d10 B:KICK:HURT:2d4 F:FORCE_SLEEP | ANIMAL | MOVE_BODY | WILD_TOO | WILD_WOOD | F:BASH_DOOR | IM_POIS | IM_ACID | DROP_CORPSE | F:MORTAL | BASEANGBAND S:1_IN_8 | S:BR_POIS D:A bull-like creature whose skin is made of steel plates. # New monster added for the Theme module # From T-Plus module by Ingeborg S. Norden N:476:Radagast the Brown G:p:u I:120:35d101:101:100:0 W:55:7:1600:21000 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:HURT:6d4 B:HIT:HURT:6d4 F:UNIQUE | MALE | CAN_SPEAK | PET | DROP_CORPSE | F:FORCE_SLEEP | FORCE_MAXHP | REFLECTING | RES_TELE | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:SMART | OPEN_DOOR | BASH_DOOR | F:GOOD | IM_COLD | IM_FIRE | F:IM_ELEC | IM_POIS | RES_WATE | BASEANGBAND | HAS_LITE S:1_IN_6 | S:HEAL | HASTE | BLINK | TPORT | BLIND | CONF | SCARE | S:CAUSE_2 | FORGET | TRAPS | S:BA_ELEC | BA_COLD | BA_WATE | BO_WATE | BO_ICEE | BO_ELEC | S:S_ANIMAL | D:Sometimes belittled as a bird-loving fool, Radagast is weaker D:mentally and magically than his fellows among the Istari. D:Nonetheless, his knowledge of woodcraft and command over the D:sky-borne elements makes Radagast a force to be reckoned with. N:477:Ghost G:G:w I:120:13d8:20:30:10 W:31:1:0:350 E:0:0:0:0:0:0 O:30:40:0:20 B:WAIL:TERRIFY B:TOUCH:EXP_20 B:CLAW:LOSE_INT:1d6 B:CLAW:LOSE_WIS:1d6 F:FORCE_SLEEP | RAND_25 | DROP_60 | DROP_1D2 | F:INVISIBLE | COLD_BLOOD | TAKE_ITEM | PASS_WALL | F:EVIL | UNDEAD | IM_COLD | CAN_FLY | F:IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_15 | S:BLIND | HOLD | DRAIN_MANA D:An apparition from beyond. It does not seem friendly. N:478:Death watch beetle G:K:D I:110:25d12:16:60:30 W:31:3:800:220 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:5d4 B:WAIL:TERRIFY:5d6 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_CORPSE | F:ANIMAL | CAN_FLY | MORTAL | BASEANGBAND D:It is a giant beetle that produces a chilling sound. N:479:Mountain ogre G:O:s I:110:40d9:20:33:30 W:30:2:3000:100 E:1:1:1:2:1:1 O:20:70:0:10 B:HIT:HURT:5d8 B:HIT:HURT:5d8 F:FRIENDS | DROP_60 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | GIANT | F:MORTAL | BASEANGBAND | HAS_LITE D:The largest breed of ogre, he is awesomely strong and awesomely ugly. N:480:Nexus quylthulg G:Q:v I:110:10d12:10:1:0 W:32:1:3000:300 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | RES_NEXU | ANIMAL | F:NO_CONF | NO_SLEEP | NO_FEAR | RES_TELE | BASEANGBAND S:1_IN_1 | S:BLINK | TELE_AWAY D:It is a very unstable, strange pulsing mound of flesh. N:481:Shelob, Spider of Darkness G:S:D I:120:35d100:30:120:80 W:55:3:1400:27000 E:0:1:0:2:1:0 O:20:30:40:0 B:CLAW:POISON:5d6 B:CLAW:POISON:5d6 B:BITE:PARALYZE:5d10 B:STING:LOSE_STR:5d4 F:UNIQUE | FEMALE | F:FORCE_SLEEP | FORCE_MAXHP | SPECIAL_GENE | F:ESCORT | ESCORTS | DROP_CORPSE | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_GOOD | DROP_RANDART F:SMART | BASH_DOOR | IM_POIS | IM_ACID | F:ANIMAL | SPIDER | EVIL | HURT_LITE | NO_SLEEP | BASEANGBAND S:1_IN_4 | S:HEAL | BLIND | SLOW | CONF | SCARE | CAUSE_3 | CAUSE_4 | S:TRAPS | BR_DARK | BR_POIS | S:S_SPIDER D:Shelob is an enormous bloated spider, the last daughter of Ungoliant the D:Unlight. She normally guards the pass through Cirith Ungol, but D:occasionally goes out foraging for food to feed her voracious appetite. N:482:Giant squid G:~:g I:110:80d10:8:80:80 W:32:3:3000:600 E:3:0:3:6:1:0 O:0:0:0:0 B:CRUSH:HURT:8d4 B:CRUSH:HURT:8d4 B:CRUSH:HURT:8d4 F:IM_ACID | RES_WATE | AQUATIC | ANIMAL | IM_COLD | MOVE_BODY F:FORCE_MAXHP | WILD_TOO | WILD_OCEAN | BASEANGBAND | COLD_BLOOD S:1_IN_8 S:BR_ELEC | BR_ACID | BR_POIS D:Besides being capable of dragging whole ships underwater, D:this creature can also reach you from a distance. N:483:Ghoulking G:z:D I:120:40d12:20:60:10 W:32:2:0:340 E:1:1:1:2:1:1 O:20:40:30:0 B:CLAW:LOSE_STR:3d4 B:CLAW:DISEASE:3d4 B:CLAW:DISEASE:3d4 B:BITE:PARALYZE:3d5 F:DROP_60 | OPEN_DOOR | BASH_DOOR | CAN_SWIM | F:DROP_1D2 | FORCE_MAXHP | ESCORT | FORCE_SLEEP | F:EVIL | UNDEAD | IM_POIS | IM_COLD | NO_CONF | NO_SLEEP | F:COLD_BLOOD | HURT_LITE | BASEANGBAND | NO_CUT S:1_IN_7 S:SCARE | HOLD | DARKNESS | SCARE | S_UNDEAD | ANIM_DEAD D:Flesh is falling off in chunks from this decaying abomination. N:484:Doombat G:b:R I:120:24d14:16:75:30 W:32:2:150:250 E:0:1:1:0:1:0 O:0:0:0:0 B:BITE:FIRE:5d4 B:BITE:FIRE:5d4 B:BITE:FIRE:5d4 F:WEIRD_MIND | BASH_DOOR | AURA_FIRE | CAN_FLY | DROP_CORPSE | F:IM_FIRE | AI_ANNOY | F:ANIMAL | MORTAL | BASEANGBAND D:It is a fast moving creature of chaos, a gigantic black bat D:surrounded by flickering bright red flames. N:485:Easterling G:p:U I:120:13d12:20:60:10 W:32:2:1600:300 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:POISON:3d4 B:HIT:LOSE_STR:3d4 B:HIT:LOSE_STR:3d4 F:MALE | F:DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | NO_CONF | NO_SLEEP | FRIENDS | F:MORTAL | BASEANGBAND | HAS_LITE D:One of the Swarthy Men, allied with the Dark since time D:immemorable. N:486:Memory moss G:,:b I:110:1d2:30:1:5 W:32:3:50:150 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:CONFUSE:1d4 B:HIT:CONFUSE:1d4 F:FORCE_SLEEP | NEVER_MOVE | F:STUPID | EMPTY_MIND | F:NO_CONF | NO_SLEEP | NO_FEAR | F:MORTAL | BASEANGBAND | NO_CUT S:1_IN_6 | S:FORGET D:A mass of vegetation. You don't remember seeing anything like it D:before. N:487:Storm giant G:P:B I:110:40d20:20:60:40 W:40:1:13000:1000 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:ELEC:10d8 B:HIT:ELEC:10d8 F:FORCE_SLEEP | FORCE_MAXHP | DROP_1D2 | WILD_TOO | WILD_MOUNTAIN | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | AURA_ELEC | DROP_SKELETON | DROP_CORPSE | F:EVIL | GIANT | IM_COLD | IM_ELEC | MALE | BASEANGBAND | HAS_LITE S:1_IN_8 | S:BLINK | TELE_TO | CONF | SCARE | BO_ELEC | BA_ELEC D:It is a twenty-five-foot tall giant wreathed in lightning. N:488:Spectator G:e:B I:110:15d13:30:1:5 W:28:2:1600:150 E:0:0:0:0:0:0 O:0:0:0:0 B:GAZE:PARALYZE:1d4 B:GAZE:CONFUSE:1d4 B:BITE:HURT:1d8 F:FORCE_SLEEP | FORCE_MAXHP | F:STUPID | EMPTY_MIND | CAN_FLY | DROP_CORPSE | F:NO_CONF | NO_SLEEP | NO_FEAR | F:MORTAL | BASEANGBAND S:1_IN_6 | S:FORGET | CAUSE_2 | HOLD | SLOW D:A lesser relative of the beholder: a globular body with a large toothy mouth, D:a large central eye, and four smaller eyes on stalks protruding from the top D:of its body. # New monster added by furiosity for the Theme module N:489:Bjorn the Warper G:q:D I:115:22d10:6:92:0 W:31:10:3040:2000 E:0:1:0:2:1:0 O:20:60:20:0 B:CLAW:HURT:2d10 B:CLAW:HURT:2d10 B:BITE:HURT:4d8 B:CRUSH:HURT:3d6 F:JOKEANGBAND | WILD_TOO | WILD_GRASS | WILD_WOOD | WILD_SHORE | F:UNIQUE | MALE | FORCE_MAXHP | HAS_LITE | CAN_SPEAK | F:ANIMAL | MOVE_BODY | GOOD | SMART | BASH_DOOR | ONLY_ITEM | F:DROP_2D2 | DROP_GOOD | DROP_GREAT | FORCE_SLEEP | NO_CUT | F:NO_SLEEP | IM_ACID | IM_ELEC | IM_COLD | SUSCEP_POIS | IM_FIRE | S:1_IN_5 | S:BLINK | TELE_TO | TELE_AWAY | TPORT D:He is a descendant of Beorn to the 3.79th degree (his mother was D:Swedish, hence his name). He has blue eyes, bleached blond hair, D:and a tanned complexion. He signed up at the Adventurer's Guild D:because he thought the advertised position was "Surfer". He thinks D:you're the one responsible for tricking him. # New monster added by furiosity for the Theme module N:490:Vaire, the Weaver G:A:W I:200:440d100:255:1000:0 W:0:50:0:0 E:0:0:0:0:0:0 O:0:0:0:0 F:BASEANGBAND | WILD_ONLY | FORCE_DEPTH | WILD_TOWN | F:WILD_GRASS | WILD_MOUNTAIN | WILD_WOOD | WILD_SHORE | F:UNIQUE | FEMALE | FORCE_MAXHP | HAS_LITE | POWERFUL | F:NO_THEFT | CAN_FLY | NO_CUT | DEATH_ORB | CAN_SPEAK | F:WYRM_PROTECT | DG_CURSE | GOOD | SMART | NEUTRAL | NO_TARGET | NEVER_MOVE | F:RES_NETH | NEVER_BLOW | REFLECTING | WEIRD_MIND | NO_DEATH | F:REGENERATE | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_TELE | RES_WATE | RES_PLAS | RES_NEXU | RES_DISE | F:NO_FEAR | NO_STUN | NO_CONF | NO_SLEEP | CAN_SWIM | AQUATIC | S:1_IN_1 S:HAND_DOOM | BR_MANA | HAND_DOOM | BR_MANA | HAND_DOOM D:A Queen of the Valar, the spouse of Mandos, who weaves the D:tales of the history of Arda. N:491:Half-troll G:T:U I:110:25d14:20:50:50 W:34:2:3000:400 E:1:1:1:2:1:1 O:20:80:0:0 B:CLAW:HURT:1d5 B:CLAW:HURT:1d5 B:BITE:HURT:2d6 B:BITE:HURT:2d6 F:MALE | F:FRIENDS | F:ONLY_ITEM | DROP_90 | DROP_SKELETON | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | REGENERATE | F:EVIL | TROLL | IM_POIS | BASEANGBAND D:An unwholesome breed between a human and a troll. It is D:somewhat smarter than regular trolls. # New monster added by furiosity for the Theme module N:492:Irmo of Lorien G:A:g I:200:440d100:255:1000:0 W:0:50:0:0 E:0:0:0:0:0:0 O:0:0:0:0 F:BASEANGBAND | WILD_ONLY | FORCE_DEPTH | WILD_TOWN | F:WILD_GRASS | WILD_MOUNTAIN | WILD_WOOD | WILD_SHORE | F:UNIQUE | MALE | FORCE_MAXHP | HAS_LITE | POWERFUL | F:NO_THEFT | CAN_FLY | NO_CUT | DEATH_ORB | CAN_SPEAK | F:WYRM_PROTECT | DG_CURSE | GOOD | SMART | NEUTRAL | NO_TARGET | NEVER_MOVE | F:RES_NETH | NEVER_BLOW | REFLECTING | WEIRD_MIND | NO_DEATH | F:REGENERATE | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_TELE | RES_WATE | RES_PLAS | RES_NEXU | RES_DISE | F:NO_FEAR | NO_STUN | NO_CONF | NO_SLEEP | CAN_SWIM | AQUATIC | S:1_IN_1 S:HAND_DOOM | BR_MANA | HAND_DOOM | BR_MANA | HAND_DOOM D:A Vala more commonly called Lorien, from the gardens of D:Lorien in Valinor. N:493:Bert the Stone Troll G:T:W I:120:11d100:20:70:50 W:34:7:5000:2000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:6d6 B:HIT:HURT:6d6 B:BITE:HURT:3d10 F:UNIQUE | MALE | F:FORCE_MAXHP | F:ESCORT | SPECIAL_GENE | MOVE_BODY | REGENERATE | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | WILD_TOO | WILD_WOOD | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | TROLL | IM_COLD | IM_POIS | HURT_LITE | HURT_ROCK | BASEANGBAND | NO_CUT D:Big, brawny, powerful and with a taste for hobbit. He has friends called D:Bill and Tom. N:494:Bill the Stone Troll G:T:W I:120:11d100:20:70:50 W:34:7:5000:2000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:6d6 B:HIT:HURT:6d6 B:BITE:HURT:3d10 F:UNIQUE | MALE | F:FORCE_MAXHP | F:ESCORT | SPECIAL_GENE | MOVE_BODY | REGENERATE | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | WILD_TOO | WILD_WOOD | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE F:EVIL | TROLL | IM_COLD | IM_POIS | HURT_LITE | HURT_ROCK | BASEANGBAND | NO_CUT D:Big, brawny, powerful and with a taste for hobbit. He has friends called D:Bert and Tom. N:495:Tom the Stone Troll G:T:W I:120:11d100:20:70:50 W:34:7:5000:2000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:6d6 B:HIT:HURT:6d6 B:BITE:HURT:3d10 F:UNIQUE | MALE | F:FORCE_MAXHP | F:ESCORT | SPECIAL_GENE | MOVE_BODY | REGENERATE | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | WILD_TOO | WILD_WOOD | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | TROLL | IM_COLD | IM_POIS | HURT_LITE | HURT_ROCK | BASEANGBAND | NO_CUT D:Big, brawny, powerful and with a taste for hobbit. He has friends called D:Bert and Bill. N:496:Cave troll G:T:u I:110:24d12:20:50:50 W:33:1:6000:350 E:1:1:1:2:1:1 O:20:80:0:0 B:HIT:HURT:3d5 B:HIT:HURT:3d5 B:BITE:HURT:1d8 B:BITE:HURT:1d8 F:MALE | F:FRIENDS | DROP_60 | DROP_SKELETON | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | SUSCEP_FIRE | REGENERATE | F:EVIL | TROLL | IM_POIS | HURT_LITE | BASEANGBAND D:Trolls were created by Morgoth in mockery of the Ents. D:He is a vicious monster, feared for his ferocity. # New monster added by furiosity for the Theme module N:497:Este, the Gentle G:A:B I:200:440d100:255:1000:0 W:0:50:0:0 E:0:0:0:0:0:0 O:0:0:0:0 F:BASEANGBAND | WILD_ONLY | FORCE_DEPTH | WILD_TOWN | F:WILD_GRASS | WILD_MOUNTAIN | WILD_WOOD | WILD_SHORE | F:UNIQUE | FEMALE | FORCE_MAXHP | HAS_LITE | POWERFUL | F:NO_THEFT | CAN_FLY | NO_CUT | DEATH_ORB | CAN_SPEAK | F:WYRM_PROTECT | DG_CURSE | GOOD | SMART | NEUTRAL | NO_TARGET | NEVER_MOVE | F:RES_NETH | NEVER_BLOW | REFLECTING | WEIRD_MIND | NO_DEATH | F:REGENERATE | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_TELE | RES_WATE | RES_PLAS | RES_NEXU | RES_DISE | F:NO_FEAR | NO_STUN | NO_CONF | NO_SLEEP | CAN_SWIM | AQUATIC | S:1_IN_1 S:HAND_DOOM | BR_MANA | HAND_DOOM | BR_MANA | HAND_DOOM D:A lady of the Valar, the spouse of Irmo. # New monster added by furiosity for the Theme module #N:498:Nienna, the Sorrowful #G:A:D #I:200:440d100:255:1000:0 #W:0:50:0:0 #E:0:0:0:0:0:0 #O:0:0:0:0 #F:BASEANGBAND | WILD_ONLY | FORCE_DEPTH | WILD_TOWN | #F:WILD_GRASS | WILD_MOUNTAIN | WILD_WOOD | WILD_SHORE | #F:UNIQUE | FEMALE | FORCE_MAXHP | HAS_LITE | POWERFUL | #F:NO_THEFT | CAN_FLY | NO_CUT | DEATH_ORB | CAN_SPEAK | #F:WYRM_PROTECT | DG_CURSE | GOOD | SMART | NEUTRAL | NO_TARGET | NEVER_MOVE | #F:RES_NETH | NEVER_BLOW | REFLECTING | WEIRD_MIND | NO_DEATH | #F:REGENERATE | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | #F:RES_TELE | RES_WATE | RES_PLAS | RES_NEXU | RES_DISE | #F:NO_FEAR | NO_STUN | NO_CONF | NO_SLEEP | CAN_SWIM | AQUATIC | #S:1_IN_1 #S:HAND_DOOM | BR_MANA | HAND_DOOM | BR_MANA | HAND_DOOM #D:A Queen of the Valar, the sister of Namo and Irmo, who dwells #D:alone on the western borders of the World. Nienna ranks as one of #D:the eight Aratar, the most powerful of the Valar. Grief and mourning #D:are Nienna's province; she weeps for the suffering of Arda. She teaches #D:pity and endurance; she often goes to the halls of Mandos to comfort #D:and counsel those in the Halls of Waiting. The Maia Olorin was her #D:student and learned much from her. N:499:Barrow wight G:W:B I:110:15d10:20:40:10 W:33:3:0:375 E:0:0:0:0:0:0 O:0:50:50:0 B:HIT:HURT:1d8 B:HIT:HURT:1d8 B:TOUCH:EXP_40 F:FORCE_SLEEP | FRIENDS | DROP_60 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_8 | S:HOLD | SCARE | CAUSE_2 | DARKNESS D:An evil spirit sent to dwell in the Barrow-downs by the Witch-king D:of Angmar during his wars with Arnor. N:500:Skeleton ettin G:s:W I:110:45d10:20:50:20 W:33:1:7000:325 E:1:1:1:2:2:1 O:0:0:0:0 B:HIT:HURT:1d9 B:HIT:HURT:1d9 B:BITE:HURT:1d5 B:BITE:HURT:1d5 F:FORCE_MAXHP | F:EMPTY_MIND | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | TROLL | UNDEAD | F:IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is the animated skeleton of a massive two-headed troll. N:501:Chaos drake G:d:v I:110:50d10:20:70:70 W:33:3:18000:1400 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d4 B:CLAW:HURT:2d4 B:BITE:HURT:3d6 F:ATTR_MULTI | ATTR_ANY | CAN_FLY | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_3D2 | RES_DISE | F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE | F:EVIL | DRAGON | F:IM_FIRE | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE S:1_IN_6 | S:SLOW | CONF | SCARE | S:BR_DISE | BR_CHAO D:A dragon twisted by the forces of chaos. It seems first ugly, then fair, D:as its form shimmers and changes in front of your eyes. N:502:Law drake G:d:B I:110:50d10:20:70:70 W:33:3:18000:1400 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d4 B:CLAW:HURT:2d4 B:BITE:HURT:3d6 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_3D2 | CAN_FLY | F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE | F:DRAGON | EVIL | F:IM_COLD | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE | NO_CUT | ATTR_MULTI S:1_IN_6 | S:SLOW | CONF | SCARE | S:BR_SOUN | BR_SHAR D:This dragon is clever and cunning. You hear strange humming and D:rustling sounds as it approaches. N:503:Balance drake G:d:v I:110:60d10:20:70:70 W:33:3:18000:1600 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d4 B:CLAW:HURT:2d4 B:BITE:HURT:3d6 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_3D2 | RES_DISE | F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE F:EVIL | DRAGON | CAN_FLY | F:IM_FIRE | IM_COLD | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE | NO_CUT F:ATTR_MULTI S:1_IN_6 | S:SLOW | CONF | SCARE | S:BR_SOUN | BR_SHAR | BR_DISE | BR_CHAO D:A mighty dragon, the balance drake seeks to maintain balance, D:and despises your efforts to upset it. N:504:Ethereal drake G:d:o I:110:40d10:20:70:70 W:33:3:0:1200 E:0:1:0:6:1:0 O:40:50:10:0 B:CLAW:HURT:2d4 B:CLAW:HURT:2d4 B:BITE:HURT:3d6 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_3D2 | CAN_FLY | F:INVISIBLE | PASS_WALL | F:EVIL | DRAGON | NO_CONF | NO_SLEEP | BASEANGBAND | ATTR_MULTI S:1_IN_6 | S:SLOW | CONF | SCARE | S:BR_LITE | BR_DARK | BR_CONF D:A dragon of great power with control over light and dark, the D:ethereal drake's eyes glare with white hatred from the shadows. N:505:Groo, the Wanderer G:p:U I:120:13d113:20:70:50 W:35:7:5000:2000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:9d1 B:HIT:HURT:6d5 B:HIT:HURT:25d1 B:HIT:HURT:6d5 F:UNIQUE | MALE | WEIRD_MIND | CAN_SPEAK | F:FORCE_MAXHP | WILD_TOO | DROP_CORPSE | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | F:DROP_CHOSEN | F:OPEN_DOOR | BASH_DOOR | F:IM_COLD | IM_POIS | JOKEANGBAND D:He who laughs at Groo's brains will find there is nothing to laugh D:about... erm, nobody laughs at Groo and lives. # New monster added by furiosity for the Theme module N:506:Nessa the Lithe G:A:b I:200:440d100:255:1000:0 W:0:50:0:0 E:0:0:0:0:0:0 O:0:0:0:0 F:BASEANGBAND | WILD_ONLY | FORCE_DEPTH | WILD_TOWN | F:WILD_GRASS | WILD_MOUNTAIN | WILD_WOOD | WILD_SHORE | F:UNIQUE | FEMALE | FORCE_MAXHP | HAS_LITE | POWERFUL | F:NO_THEFT | CAN_FLY | NO_CUT | DEATH_ORB | CAN_SPEAK | F:WYRM_PROTECT | DG_CURSE | GOOD | SMART | NEUTRAL | NO_TARGET | NEVER_MOVE | F:RES_NETH | NEVER_BLOW | REFLECTING | WEIRD_MIND | NO_DEATH | F:REGENERATE | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_TELE | RES_WATE | RES_PLAS | RES_NEXU | RES_DISE | F:NO_FEAR | NO_STUN | NO_CONF | NO_SLEEP | CAN_SWIM | AQUATIC | S:1_IN_1 S:HAND_DOOM | BR_MANA | HAND_DOOM | BR_MANA | HAND_DOOM D:The spouse of Tulkas and sister to Orome, who delights in dancing D:on the green lawns of Valimar. N:507:Shade G:G:D I:120:14d20:20:30:10 W:33:3:0:350 E:0:0:0:0:0:0 O:0:0:100:0 B:WAIL:TERRIFY B:TOUCH:EXP_40 B:CLAW:LOSE_INT:1d10 F:FORCE_SLEEP | RAND_25 | F:ONLY_ITEM | DROP_90 | DROP_2D2 | F:INVISIBLE | COLD_BLOOD | TAKE_ITEM | PASS_WALL | F:EVIL | UNDEAD | IM_COLD | IM_POIS | CAN_FLY | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_15 | S:BLIND | HOLD | DRAIN_MANA | FORGET D:A shadowy form clutches at you from the darkness. A powerful undead with D:a deadly touch. N:508:Spectre G:G:U I:120:14d20:20:30:10 W:33:3:0:350 E:0:0:0:0:0:0 O:0:0:100:0 B:WAIL:TERRIFY B:TOUCH:EXP_40 B:CLAW:LOSE_WIS:5d5 F:FORCE_SLEEP | RAND_25 | F:ONLY_ITEM | DROP_90 | DROP_2D2 | CAN_FLY | F:COLD_BLOOD | TAKE_ITEM | PASS_WALL | F:EVIL | UNDEAD | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_15 | S:BLIND | HOLD | DRAIN_MANA | FORGET D:A phantasmal shrieking spirit. Its wail drives the intense cold of pure D:evil deep within your body. N:509:Water troll G:T:B I:110:36d10:20:50:50 W:35:1:4000:420 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:1d9 B:HIT:HURT:1d9 B:HIT:HURT:2d2 B:HIT:HURT:2d2 F:MALE | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE | F:FRIENDS | DROP_60 | REGENERATE | F:OPEN_DOOR | BASH_DOOR | CAN_SWIM | F:EVIL | TROLL | IM_COLD | IM_POIS | HURT_LITE | BASEANGBAND D:Trolls are said to have been created by Melkor in mockery of D:the Ents. He reeks of brackish water and mud. N:510:Fire elemental G:E:r I:110:30d8:12:50:50 W:33:2:0:350 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:FIRE:4d6 B:HIT:FIRE:4d6 F:FORCE_SLEEP | RAND_25 | F:EMPTY_MIND | CAN_FLY | WILD_TOO | WILD_VOLCANO | F:KILL_ITEM | KILL_BODY | BASH_DOOR | POWERFUL | AURA_FIRE | F:IM_FIRE | IM_POIS | IM_ELEC | IM_ACID | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_6 | S:BO_FIRE D:It is a towering inferno of flames. # New monster added by furiosity for the Theme module #N:511:Orome, the Huntsman of the Valar #G:A:G #I:200:440d100:255:1000:0 #W:0:50:0:0 #E:0:0:0:0:0:0 #O:0:0:0:0 #F:BASEANGBAND | WILD_ONLY | FORCE_DEPTH | WILD_TOWN | #F:WILD_GRASS | WILD_MOUNTAIN | WILD_WOOD | WILD_SHORE | #F:UNIQUE | MALE | FORCE_MAXHP | HAS_LITE | POWERFUL | #F:NO_THEFT | CAN_FLY | NO_CUT | DEATH_ORB | CAN_SPEAK | #F:WYRM_PROTECT | DG_CURSE | GOOD | SMART | NEUTRAL | NO_TARGET | NEVER_MOVE | #F:RES_NETH | NEVER_BLOW | REFLECTING | WEIRD_MIND | NO_DEATH | #F:REGENERATE | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | #F:RES_TELE | RES_WATE | RES_PLAS | RES_NEXU | RES_DISE | #F:NO_FEAR | NO_STUN | NO_CONF | NO_SLEEP | CAN_SWIM | AQUATIC | #S:1_IN_1 #S:HAND_DOOM | BR_MANA | HAND_DOOM | BR_MANA | HAND_DOOM #D:The brother of Nessa and one of the eight Aratar. In ancient times, #D:he rode often in the forests of Middle-earth, and it was he who first #D:discovered the Eldar at Cuivienen. N:512:Water elemental G:E:b I:110:25d8:12:40:50 W:33:2:0:325 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:1d10 B:HIT:HURT:1d10 B:HIT:HURT:1d10 F:FORCE_SLEEP | RAND_25 | F:EMPTY_MIND | COLD_BLOOD | CAN_FLY | F:KILL_BODY | KILL_ITEM | BASH_DOOR | POWERFUL | F:IM_POIS | IM_ACID | IM_FIRE | IM_COLD | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_6 | S:BO_COLD D:It is a towering tempest of water. N:513:Multi-hued hound G:Z:v I:110:30d10:25:40:0 W:33:3:600:600 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:2d8 B:CLAW:HURT:2d8 B:BITE:HURT:4d4 B:BITE:HURT:4d4 F:FORCE_SLEEP | F:FRIENDS | F:BASH_DOOR | ATTR_MULTI | DROP_SKELETON | DROP_CORPSE | F:ANIMAL | NO_CONF | NO_SLEEP | F:IM_ELEC | IM_POIS | IM_ACID | IM_FIRE | IM_COLD | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_5 | S:BR_ACID | BR_POIS | BR_COLD | BR_FIRE | BR_ELEC D:Shimmering in rainbow hues, this hound is beautiful and deadly. N:514:Invisible stalker G:E:y I:130:19d12:20:46:20 W:35:3:0:300 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:HIT:HURT:1d6 F:RAND_50 | F:RES_TELE | F:EMPTY_MIND | INVISIBLE | COLD_BLOOD | F:OPEN_DOOR | BASH_DOOR | POWERFUL | F:EVIL | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING F:BASEANGBAND | NO_CUT D:It is impossible to define its form but its violence is legendary. # New monster added by furiosity for the Theme module N:515:Vana, the Ever-young G:A:y I:200:440d100:255:1000:0 W:0:50:0:0 E:0:0:0:0:0:0 O:0:0:0:0 F:BASEANGBAND | WILD_ONLY | FORCE_DEPTH | WILD_TOWN | F:WILD_GRASS | WILD_MOUNTAIN | WILD_WOOD | WILD_SHORE | F:UNIQUE | FEMALE | FORCE_MAXHP | HAS_LITE | POWERFUL | F:NO_THEFT | CAN_FLY | NO_CUT | DEATH_ORB | CAN_SPEAK | F:WYRM_PROTECT | DG_CURSE | GOOD | SMART | NEUTRAL | NO_TARGET | NEVER_MOVE | F:RES_NETH | NEVER_BLOW | REFLECTING | WEIRD_MIND | NO_DEATH | F:REGENERATE | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_TELE | RES_WATE | RES_PLAS | RES_NEXU | RES_DISE | F:NO_FEAR | NO_STUN | NO_CONF | NO_SLEEP | CAN_SWIM | AQUATIC | S:1_IN_1 S:HAND_DOOM | BR_MANA | HAND_DOOM | BR_MANA | HAND_DOOM D:The sister of Yavanna and spouse of Orome. D:Flowers open and birds sing at her passing. N:516:Master thief G:p:b I:130:18d10:20:30:40 W:34:2:1300:350 E:1:1:1:2:1:1 O:90:10:0:0 B:HIT:HURT:2d8 B:HIT:HURT:3d4 B:HIT:EAT_GOLD:4d4 B:HIT:EAT_ITEM:4d5 F:MALE | F:DROP_90 | DROP_2D2 | DROP_SKELETON | DROP_CORPSE | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE S:1_IN_6 S:TRAPS | ARROW_2 | BLINK D:Cool and confident, fast and lithe; protect your possessions quickly! N:517:The Watcher in the Water G:~:v I:120:27d100:30:100:80 W:45:3:7000:12000 E:3:0:3:6:1:0 O:50:50:0:0 B:CRUSH:ACID:8d8 B:CRUSH:POISON:8d8 B:CRUSH:PARALYZE:8d8 F:UNIQUE | FORCE_SLEEP | FORCE_MAXHP | CAN_SWIM | AQUATIC | ANIMAL | F:IM_ACID | IM_COLD | IM_POIS | RES_WATE | RES_TELE | DROP_CORPSE | F:NO_CONF | NO_FEAR | EVIL | COLD_BLOOD | BASEANGBAND | F:ONLY_ITEM | DROP_GOOD | DROP_4D2 | DROP_1D2 | SPECIAL_GENE | DROP_RANDART S:1_IN_5 | BA_WATE | BO_WATE | HOLD | BR_POIS | BO_ICEE | TELE_TO D:A vile creature which seems to consist mostly of tentacles, it seeks to D:drag people to their doom in the water. Few have ever escaped its grasp. N:518:Lich G:L:o I:110:30d10:20:60:60 W:34:2:0:1000 E:1:1:1:2:1:1 O:0:10:90:0 B:TOUCH:EXP_40 B:TOUCH:UN_POWER B:TOUCH:LOSE_DEX:2d8 B:TOUCH:LOSE_DEX:2d8 F:FORCE_SLEEP | FORCE_MAXHP | DROP_1D2 | F:SMART | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_4 | S:BLINK | TELE_TO | TELE_AWAY | BLIND | HOLD | SLOW | SCARE | S:CAUSE_3 | DRAIN_MANA | BRAIN_SMASH D:It is a skeletal form dressed in robes. It radiates vast evil power. N:519:Gas spore G:e:g I:110:25d10:30:1:5 W:34:4:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:EXPLODE:DISEASE:30d2 F:FORCE_SLEEP | F:STUPID | EMPTY_MIND | CAN_FLY | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It does not look dangerous, yet you don't want to get D:any closer. N:520:Master vampire G:V:g I:110:34d20:20:60:10 W:36:1:1600:750 E:1:1:1:2:1:1 O:20:40:30:0 B:HIT:HURT:2d6 B:HIT:HURT:2d6 B:BITE:EXP_40:3d6 B:BITE:EXP_40:3d6 F:FORCE_SLEEP | FORCE_MAXHP | F:DROP_4D2 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | REGENERATE | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | NO_CUT S:1_IN_6 | S:TELE_TO | HOLD | CONF | SCARE | CAUSE_3 | MIND_BLAST | FORGET | S:DARKNESS | BO_NETH D:It is a humanoid form dressed in robes. Power emanates from its chilling D:frame. N:521:Oriental vampire G:V:s I:110:30d30:20:60:10 W:40:3:0:750 E:1:1:1:2:1:1 O:10:45:35:0 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:BITE:EXP_40:3d6 B:BITE:EXP_40:3d6 F:FORCE_SLEEP | FORCE_MAXHP | F:DROP_4D2 | CAN_FLY | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | REGENERATE | INVISIBLE | PASS_WALL | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | RES_TELE | F:BASEANGBAND | NO_CUT S:1_IN_6 | S:TELE_TO | HOLD | CONF | SCARE | CAUSE_3 | MIND_BLAST | FORGET | S:DARKNESS | BO_NETH D:This ancient creature can transform into a mist at will. N:522:Greater mummy G:z:y I:110:34d10:30:68:255 W:36:3:0:800 E:1:1:1:2:1:1 O:50:50:0:0 B:CLAW:LOSE_CON:3d6 B:CLAW:DISEASE:3d6 B:GAZE:EXP_40:3d4 B:GAZE:TERRIFY:3d4 F:FORCE_SLEEP | FORCE_MAXHP | NO_FEAR | EVIL | UNDEAD |COLD_BLOOD | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | RES_TELE | F:SMART | TAKE_ITEM | OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_3 | S:HEAL | HASTE | BLIND | SCARE | S_UNDEAD | ANIM_DEAD | S:BA_POIS | BA_NETH | BA_COLD | DRAIN_MANA | S:MIND_BLAST | CAUSE_3 | DARKNESS | FORGET D:Once a powerful ruler, now an even more powerful undead menace. # New monster added for the Theme module # From T-Plus module by Ingeborg S. Norden N:523:Ingeborg, the Runemistress G:p:y I:155:180d75:111:175:0 W:127:7:1600:444444 E:2:1:2:6:1:1 O:20:20:20:20 B:GAZE:EAT_GOLD:10d10 B:CRUSH:HURT:10d10 B:TOUCH:UN_BONUS B:TOUCH:UN_POWER F:UNIQUE | CAN_SPEAK | ATTR_MULTI | ATTR_ANY | FEMALE | F:FORCE_MAXHP | WEIRD_MIND | DROP_CORPSE | DROP_SKELETON | F:REFLECTING | AURA_FIRE | AURA_ELEC | AURA_COLD | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_3D2 | DROP_4D2 | F:DROP_GOOD | DROP_GREAT | INVISIBLE | F:SMART | MOVE_BODY | TAKE_ITEM | POWERFUL | RES_TELE | F:REGENERATE | CAN_FLY | CAN_SWIM | DG_CURSE | WYRM_PROTECT | F:GOOD | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_PLAS | RES_DISE | RES_NETH | RES_NEXU | RES_WATE | F:NO_CONF | NO_FEAR | NO_SLEEP | NO_STUN | RES_TELE F:MORTAL | PET | JOKEANGBAND | HAS_LITE S:1_IN_2 | S:S_BUG | S_HI_DRAGON | S_KIN | S_RNG | S_UNIQUE | S:TELE_AWAY | TELE_LEVEL | TELE_TO | TPORT | S:HAND_DOOM | HEAL | S:BO_ICEE | BO_MANA | BO_PLAS | S:BA_COLD | BA_MANA | BA_WATE | ROCKET | S:BR_LITE | BR_DISE | BR_INER | BR_MANA | BR_NEXU | BR_SOUN | BR_TIME | S:BRAIN_SMASH | FORGET | D:A heavy-set, fair-haired figure who cruises through the dungeon in D:a strangely made magical cart of some kind. Wherever she travels, D:monsters and magical devices appear which no one on Arda has seen D:before. Rumor has it that she's planning to foil the Dark Lord D:by reshaping the entire world, and traveling through time to ensure D:that NO Rings of Power ever get forged. N:524:Giant grey scorpion G:S:s I:120:18d20:12:50:40 W:34:4:1200:275 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d6 B:STING:POISON:1d4 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_SKELETON | F:ANIMAL F:MORTAL | BASEANGBAND D:It is a giant grey scorpion. It looks poisonous. N:525:Earth elemental G:E:u I:100:30d10:10:60:90 W:34:2:0:375 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:4d6 B:HIT:HURT:4d6 B:HIT:HURT:4d6 F:FORCE_SLEEP | F:EMPTY_MIND | COLD_BLOOD | F:KILL_ITEM | KILL_BODY | PASS_WALL | POWERFUL | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | HURT_ROCK | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_8 | S:BO_ACID D:It is a towering form composed of rock with fists of awesome power. N:526:Air elemental G:E:B I:120:30d5:12:50:50 W:34:2:0:390 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:1d10 B:HIT:CONFUSE:1d4 B:HIT:HURT:1d10 F:FORCE_SLEEP | RAND_25 | F:EMPTY_MIND | COLD_BLOOD | CAN_FLY | F:KILL_BODY | KILL_ITEM | BASH_DOOR | POWERFUL | F:IM_ACID | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_8 | S:BO_ELEC D:It is a towering tornado of winds. N:527:Shimmering mold G:m:b I:110:32d8:2:24:70 W:27:1:0:140 B:SPORE:ELEC:5d4 B:SPORE:ELEC:5d4 F:NEVER_MOVE | F:STUPID | EMPTY_MIND | F:IM_ELEC | IM_POIS | CAN_SWIM | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a strange growth on the dungeon floor, glowing and crackling with sparks. N:528:Sarnrog G:u:s I:110:18d12:10:50:15 W:34:2:3000:110 E:1:1:1:2:1:1 O:0:0:0:0 B:CLAW:HURT:2d6 B:CLAW:HURT:2d6 B:BITE:HURT:1d6 F:DROP_60 | ONLY_GOLD | EVIL | DEMON | FRIENDS | HURT_LITE | F:WILD_TOO | WILD_MOUNTAIN | WILD_WASTE | F:IM_POIS | IM_FIRE | IM_COLD | IM_ELEC | HURT_ROCK | NONLIVING | F:BASEANGBAND | NO_CUT S:1_IN_12 S:BR_ELEC | BR_FIRE D:A minor demonic servant of evil, it looks like it is made of stone. N:529:Malicious leprawn G:l:v I:120:4d5:8:13:8 W:35:4:1200:85 E:1:1:1:2:1:1 O:0:0:0:0 B:TOUCH:EAT_GOLD B:TOUCH:EAT_ITEM F:INVISIBLE | RAND_25 | TAKE_ITEM | COLD_BLOOD | F:HURT_LITE | EVIL | OPEN_DOOR | MALE | F:MORTAL | BASEANGBAND S:MULTIPLY | S:1_IN_6 | S:BLINK | TPORT | TELE_TO | CAUSE_1 D:This little gnome has a fiendish gleam in his eyes. N:530:Eog golem G:g:u I:100:100d20:12:125:10 W:34:4:12000:1200 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:8d6 B:HIT:HURT:8d6 B:HIT:HURT:6d6 B:HIT:HURT:6d6 F:ONLY_GOLD | DROP_2D2 | F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | REFLECTING | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | NO_CUT D:It is a massive deep brown statue, striding towards you with an D:all-too-familiar purpose. # New monster added by furiosity for the Theme module # Based on actual character's stats N:531:Lindal Lossehelin G:h:R I:123:8d80:4:105:0 W:49:3:970:2000 E:1:1:1:2:1:1 O:25:25:25:25 B:HIT:HURT:10d8 B:HIT:HURT:10d8 # Wearing a Greater Mimic for a symbiote B:HIT:POISON:3d4 B:HIT:POISON:3d4 F:JOKEANGBAND | WILD_TOO | WILD_WOOD | WILD_GRASS | F:UNIQUE | MALE | GOOD | DROP_CORPSE | SMART | PET | F:OPEN_DOOR | BASH_DOOR | MORTAL | HAS_LITE | CAN_SWIM | F:CAN_SPEAK | DROP_4D2 | DROP_GREAT | FORCE_MAXHP | F:NO_SLEEP | NO_CONF | NO_CUT | RES_NEXU | MOVE_BODY | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_NETH | RES_DISE | AURA_FIRE | CAN_FLY | #Spells chez archery S:1_IN_3 S:ARROW_1 | ARROW_2 | ARROW_3 | ARROW_4 | #Spells chez a Greater Mimic named Glorp S:CAUSE_3 | BO_ACID | BO_ELEC | BO_FIRE | BO_COLD | S:SCARE | BLIND | CONF | FORGET | S_MONSTER D:An elf cloaked in green wielding a crossbow. He has sky blue D:eyes, straight black hair, and a fair face. He is the only D:child of a Telerin mage, and serves in King Thranduil's army. D:He has been sent on a quest by a strange wizard, and his D:aims are not so different from your own. N:532:Variag G:p:r I:120:13d25:20:70:10 W:35:4:1600:500 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:POISON:3d4 B:HIT:LOSE_STR:3d4 B:HIT:LOSE_STR:3d4 B:HIT:POISON:3d4 F:MALE | F:DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND | HAS_LITE D:A human warrior from Khand, moving with lightning speed. N:533:Headless ghost G:G:u I:120:20d25:20:30:10 W:35:3:0:550 E:0:0:0:0:0:0 O:35:25:25:0 B:TOUCH:TERRIFY B:TOUCH:EXP_40 B:CLAW:LOSE_INT:5d5 B:CLAW:LOSE_WIS:5d5 F:FORCE_SLEEP | RAND_25 | F:ONLY_ITEM | DROP_90 | DROP_2D2 | CAN_FLY | F:COLD_BLOOD | TAKE_ITEM | PASS_WALL | F:EVIL | UNDEAD | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_15 | S:BLIND | DRAIN_MANA | SCARE | BO_COLD | FORGET D:A phantasmal apparition with no head. N:534:Dread G:G:o I:120:25d20:20:30:10 W:35:2:0:600 E:0:0:0:0:0:0 O:0:50:50:0 B:HIT:HURT:6d6 B:HIT:HURT:6d6 B:HIT:LOSE_STR:3d4 F:FORCE_SLEEP | RAND_25 | F:ONLY_ITEM | DROP_60 | DROP_2D2 | F:TAKE_ITEM | INVISIBLE | COLD_BLOOD | PASS_WALL | F:EVIL | UNDEAD | IM_COLD | IM_POIS | CAN_FLY | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_15 | S:BLIND | HOLD | CONF | DRAIN_MANA | BO_NETH D:Death incarnate, its hideous black body seems to struggle D:against reality as the universe itself struggles to banish it. # New monster added by furiosity for the Theme module # Based on character dump current as of May 7, 2004 # http://www.killerbunnies.org/angband/ladder/zizzo/zizzo_15.html N:535:Zizzo, Last of the Yeeks G:y:G I:110:5d10:3:35:0 W:26:3:240:2000 E:1:1:1:2:1:1 O:50:0:50:0 # Poor at combat: B:BITE:HURT:1d1 B:INSULT:* B:WAIL:* F:JOKEANGBAND | WILD_TOO | WILD_WOOD | WILD_GRASS | F:UNIQUE | MALE | GOOD | DROP_CORPSE | SMART | ANIMAL | F:OPEN_DOOR | BASH_DOOR | MORTAL | HAS_LITE | F:CAN_SPEAK | DROP_4D2 | DROP_GREAT | FORCE_MAXHP | F:AI_ANNOY | WEIRD_MIND | TAKE_ITEM | IM_POIS | F:IM_ACID | IM_ELEC | IM_FIRE | IM_COLD | POWERFUL | S:1_IN_1 | # Good at sorcery: S:BO_MANA | BO_MANA | BR_ELEC | BR_ACID | BO_MANA | S:BR_LITE | BR_WALL | BR_FIRE | BR_COLD | BR_POIS | D:He is one of five children of a brown Yeek. He is a credit to the D:family. He has dark brown eyes, straight black hair, and a dark D:complexion. He has an annoying habit of making strange "zizz" noises, D:hence his nickname. He is a sorcerer of some renown, and he thinks D:you have just the thing he needs to make it to the next level. N:536:Gauth G:e:s I:110:15d20:20:50:20 W:36:2:1600:600 E:0:0:0:0:0:0 O:0:0:0:0 B:GAZE:UN_BONUS:5d2 B:GAZE:UN_BONUS:5d2 B:GAZE:UN_POWER:5d2 B:GAZE:UN_POWER:5d2 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | DROP_CORPSE | F:BASH_DOOR | EVIL | BASEANGBAND | MORTAL S:1_IN_5 | S:CAUSE_2 | TELE_AWAY | BA_COLD | BO_ELEC | HOLD | DRAIN_MANA D:This six-eyed creature feeds on magic. N:537:Smoke elemental G:E:R I:120:15d10:10:80:90 W:36:3:0:375 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:HURT:2d6 B:ENGULF:HURT:2d6 F:FORCE_SLEEP | F:EMPTY_MIND | F:KILL_ITEM | KILL_BODY | BASH_DOOR | POWERFUL | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | CAN_FLY | BASEANGBAND | NO_CUT S:1_IN_5 | S:DARKNESS | BO_FIRE D:It is a towering blackened form, crackling with heat. N:538:Olog G:T:y I:110:42d10:20:50:50 W:36:1:6000:450 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:1d12 B:HIT:HURT:1d12 B:BITE:HURT:2d3 B:BITE:HURT:2d3 F:FORCE_MAXHP | OPEN_DOOR | FRIENDS | DROP_60 | REGENERATE | F:SMART | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | TROLL | IM_POIS | BASEANGBAND D:They say Melkor created trolls in mockery of the Ents. This is a D:massive troll, more intelligent than most of its kind, with needle- D:sharp fangs. N:539:Halfling slinger G:h:U I:110:30d9:20:40:30 W:35:1:900:330 E:1:1:1:2:1:1 O:100:0:0:0 B:HIT:HURT:2d6 B:HIT:HURT:2d6 F:FORCE_MAXHP | OPEN_DOOR | FRIENDS | DROP_90 | F:SMART | EVIL | IM_POIS | IM_COLD | MALE | DROP_SKELETON | DROP_CORPSE F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_3 S:ARROW_4 D:A rebel halfling who has rejected the tradition of archery. N:540:Gravity hound G:Z:U I:110:35d10:30:30:0 W:35:2:700:500 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:2d8 B:CLAW:HURT:2d8 B:BITE:HURT:2d8 B:BITE:HURT:2d8 F:FORCE_SLEEP | FRIENDS | DROP_SKELETON | DROP_CORPSE | F:BASH_DOOR | F:ANIMAL | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND S:1_IN_5 | S:BR_GRAV D:Unfettered by the usual constraints of gravity, these unnatural creatures D:are walking on the walls and even the ceiling! The earth suddenly feels D:rather less solid as you see gravity warp all round these monsters. N:541:Acidic cytoplasm G:j:B I:120:40d10:12:18:1 W:35:5:3000:180 E:0:0:0:0:0:0 O:50:0:50:0 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 F:FORCE_MAXHP | TAKE_ITEM | COLD_BLOOD | F:DROP_1D2 | DROP_4D2 | CAN_SWIM | F:STUPID | EMPTY_MIND | OPEN_DOOR | BASH_DOOR | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_FEAR | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:A disgusting animated blob of destruction. N:542:Inertia hound G:Z:W I:110:35d10:30:30:0 W:35:2:700:500 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:2d8 B:CLAW:HURT:2d8 B:BITE:HURT:2d8 B:BITE:HURT:2d8 F:FORCE_SLEEP | FRIENDS | DROP_SKELETON | DROP_CORPSE | F:BASH_DOOR | F:ANIMAL | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND S:1_IN_5 | S:BR_INER D:Bizarrely, this hound seems to be hardly moving at all, yet it approaches D:you with deadly menace. It makes you tired just to look at it. N:543:Impact hound G:Z:u I:110:35d10:30:30:0 W:35:2:700:500 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:2d8 B:CLAW:HURT:2d8 B:BITE:HURT:2d8 B:BITE:HURT:2d8 F:FORCE_SLEEP | F:FRIENDS | F:BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:ANIMAL | NO_CONF | NO_SLEEP F:MORTAL | BASEANGBAND S:1_IN_5 | S:BR_WALL D:A deep brown shape is visible before you, its canine form strikes you with D:an almost physical force. The dungeon floor buckles as if struck by a D:powerful blow as it stalks towards you. N:544:Shardstorm G:v:u I:120:32d10:40:12:0 W:37:1:0:800 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:HURT:6d6 F:FORCE_SLEEP | RAND_50 | NONLIVING | CAN_FLY | F:EMPTY_MIND | BASH_DOOR | POWERFUL | F:NO_FEAR | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_4 | S:BR_SHAR D:A howling blast of razor-sharp mountain fragments. N:545:Ooze elemental G:E:g I:110:13d10:10:80:90 W:36:3:0:300 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 F:FORCE_SLEEP | F:EMPTY_MIND | COLD_BLOOD | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:KILL_ITEM | KILL_BODY | BASH_DOOR | POWERFUL | F:IM_ACID | IM_FIRE | CAN_SWIM | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_5 | S:BO_ACID | BA_ACID D:It is a towering mass of filth and ooze. N:546:Young black dragon G:d:s I:110:30d10:20:60:70 W:31:1:20000:700 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d6 B:CLAW:HURT:2d6 B:BITE:HURT:2d8 F:FORCE_SLEEP | FORCE_MAXHP | WILD_TOO | WILD_SWAMP | F:DROP_3D2 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | DRAGON | IM_ACID | BASEANGBAND | ATTR_MULTI S:1_IN_10 | S:SCARE | S:BR_ACID D:It has a form that legends are made of. Its still-tender scales are a D:darkest black hue. Acid drips from its body. N:547:Mumak G:q:s I:110:90d10:20:55:100 W:35:3:150000:2100 E:0:1:0:2:1:0 O:0:0:0:0 B:BUTT:HURT:8d6 B:BUTT:HURT:8d6 B:CRUSH:HURT:8d4 F:BASH_DOOR | DROP_CORPSE | F:ANIMAL | MORTAL | BASEANGBAND D:A massive elephantine form with eyes twisted by madness. N:548:Giant fire ant G:a:R I:110:20d10:14:49:40 W:35:1:700:350 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:FIRE:3d12 B:BITE:FIRE:3d12 F:FORCE_MAXHP | KILL_BODY | FRIENDS | DROP_SKELETON F:WEIRD_MIND | BASH_DOOR | SUSCEP_COLD | F:ANIMAL | IM_FIRE F:MORTAL | BASEANGBAND D:A giant ant covered in shaggy fur. Its powerful jaws glow with heat. N:549:Cold-drake G:d:w I:110:40d10:20:70:70 W:34:1:110000:1200 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d8 B:CLAW:HURT:2d8 B:BITE:HURT:4d8 F:FORCE_SLEEP | FORCE_MAXHP | DROP_4D2 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_WASTE | WILD_MOUNTAIN | F:EVIL | DRAGON | IM_COLD | NO_CONF | NO_SLEEP | SUSCEP_FIRE | BASEANGBAND | F:HAS_LITE | ATTR_MULTI S:1_IN_9 | S:SCARE | S:BR_COLD D:A large dragon, scales gleaming bright white. N:550:Xorn G:X:u I:110:16d10:20:80:10 W:36:2:30000:650 E:0:0:0:3:0:0 O:0:0:0:0 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:HIT:HURT:1d6 F:FORCE_MAXHP | F:EMPTY_MIND | COLD_BLOOD | F:KILL_ITEM | PASS_WALL | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:A huge creature of the Earth. Able to merge with its element, it D:has four huge arms protruding from its enormous torso. N:551:Rogrog the Black Troll G:T:D I:120:15d100:20:70:50 W:41:5:9000:5000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:6d7 B:HIT:HURT:6d7 B:BITE:HURT:4d10 B:SPIT:ACID:4d8 F:UNIQUE | MALE | F:FORCE_MAXHP | F:ESCORT | MOVE_BODY | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | DROP_CORPSE | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | REGENERATE | F:EVIL | TROLL | IM_COLD | IM_POIS | BASEANGBAND D:Trolls are abominations created by Melkor in mockery of the Ents. D:A massive and cruel troll of great power, drool slides caustically down D:his muscular frame. Despite his bulk, he strikes with stunning speed. # New monster added by furiosity for the Theme module # Based on character dump as of May 7, 2004 # http://angband.oook.cz/ladder-show.php?id=2884 N:552:Erianyth, the Sorceress G:A:r I:120:40d100:0:130:0 W:50:7:1830:2000 E:1:1:1:2:1:1 O:25:25:25:25 B:HIT:HURT:5d12 B:HIT:HURT:5d12 B:HIT:SHATTER:5d12 F:JOKEANGBAND | WILD_TOO | WILD_MOUNTAIN | WILD_WASTE | F:UNIQUE | FEMALE | GOOD | DROP_CORPSE | SMART | F:OPEN_DOOR | BASH_DOOR | HAS_LITE | CAN_SWIM | F:CAN_SPEAK | DROP_4D2 | DROP_GREAT | FORCE_MAXHP | F:NO_SLEEP | NO_CONF | NO_CUT | RES_NEXU | MOVE_BODY | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_NETH | RES_DISE | CAN_FLY | NO_FEAR | PASS_WALL | F:REFLECTING | REGENERATE | WEIRD_MIND | F:KILL_BODY | RES_TELE | INVISIBLE | NO_STUN | S:1_IN_4 | # Spells chez Thaumaturgy, dead Morgy, and her being Maia: S:BR_POIS | ROCKET | SHRIEK | BR_WALL | BR_INER | # Spells chez Master Q named 'Fear' (though not all, she *is* Maia): S:BLINK | TELE_TO | S_MONSTERS | S_ANIMALS | D:A mighty Maia of legend, associated with Vana. In the past, she D:dwelt on Middle-earth in the form of a beneficent but unseen force. D:She looks like she is a wall. It is rumoured that she has once D:destroyed Morgoth Bauglir and is out to banish him from the Void as D:well. It is a matter of principle for this sorceress, and you are D:blocking her path to justice. N:553:Phantom G:G:v I:120:20d25:30:30:20 W:36:3:0:400 E:0:0:0:0:0:0 O:0:0:100:0 B:TOUCH:EXP_80 B:TOUCH:EXP_40 B:CLAW:LOSE_INT:1d10 B:CLAW:LOSE_WIS:1d10 F:FORCE_SLEEP | F:ONLY_ITEM | DROP_1D2 | F:INVISIBLE | COLD_BLOOD | PASS_WALL | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND F:NO_CUT S:1_IN_5 | S:FORGET | MIND_BLAST D:An unholy creature of darkness. The aura emanating from this evil being D:saps your very soul. N:554:Grey wraith G:W:s I:110:19d10:20:50:10 W:36:1:0:700 E:0:0:0:0:0:0 O:0:50:50:0 B:HIT:HURT:1d10 B:HIT:HURT:1d10 B:TOUCH:EXP_40 F:FORCE_SLEEP | FORCE_MAXHP | F:DROP_60 | DROP_90 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | HURT_LITE | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_7 | S:HOLD | SCARE | CAUSE_3 | DARKNESS D:A tangible but ghostly form, made of grey fog. The air around it feels D:deathly cold. N:555:Revenant G:W:u I:110:2d111:20:50:10 W:36:1:0:725 E:1:1:1:2:1:1 O:0:0:100:0 B:GAZE:PARALYZE B:CLAW:LOSE_CON:1d10 B:CLAW:LOSE_CON:1d10 B:GAZE:EXP_40 F:FORCE_SLEEP | FORCE_MAXHP | REGENERATE | F:DROP_60 | DROP_90 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:EVIL | UNDEAD | HURT_LITE | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_7 | S:CONF | SCARE | CAUSE_3 | DARKNESS D:Back from the grave, to wreak vengeance upon the living. A skeletal figure D:wearing a black robe, with eyes that burn with undying hatred. N:556:Young multi-hued dragon G:d:v I:110:32d10:20:60:70 W:32:1:20000:900 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d6 B:CLAW:HURT:2d6 B:BITE:HURT:3d8 F:ATTR_MULTI | F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE F:DROP_1D2 | DROP_3D2 | CAN_FLY | F:OPEN_DOOR | BASH_DOOR | F:EVIL | DRAGON | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | F:IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE S:1_IN_8 | S:SCARE | S:BR_ACID | BR_FIRE | BR_COLD | BR_ELEC | BR_POIS D:It has a form that legends are made of. Beautiful scales of shimmering D:and magical colours cover it. # New monster added by furiosity for the Theme module # Based on "Day in the life Of..." forum thread: # http://www.t-o-m-e.net/forum/viewtopic.php?t=4377 N:557:Karrazix the Brave G:D:u I:120:22d100:5:100:0 W:29:3:20000:2000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:10d8 B:CLAW:HURT:10d8 B:CLAW:HURT:10d8 F:JOKEANGBAND | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | F:UNIQUE | FEMALE | CAN_SPEAK | GOOD | DROP_CORPSE | F:SMART | PET | OPEN_DOOR | BASH_DOOR | HAS_LITE | F:CAN_FLY | DROP_4D2 | DROP_GREAT | FORCE_MAXHP | DRAGON | F:NO_SLEEP | NO_CONF | NO_FEAR | MOVE_BODY | POWERFUL | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | S:1_IN_4 | S:BR_FIRE | BR_COLD | BR_ELEC | BR_ACID | BR_POIS | D:She is a small, but fierce dragon - so fierce that in her fury she D:appears to be one of the Great Worms. She has turned away from D:Morgoth and worships Tulkas Astaldo. She intensely dislikes vampires D:in general and Thuringwethil in particular. She has red eyes and D:glittering scales. N:558:Colossus G:g:G I:110:30d100:15:150:10 W:36:4:35000:900 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:6d6 B:HIT:HURT:6d6 F:FORCE_MAXHP | F:EMPTY_MIND | COLD_BLOOD | BASH_DOOR | F:IM_FIRE | IM_COLD | IM_ELEC | F:IM_POIS | NONLIVING | REFLECTING | F:NO_CONF | NO_SLEEP | NO_FEAR F:MORTAL | BASEANGBAND | NO_CUT S:1_IN_8 S:ARROW_4 D:An enormous construct resembling a titan made from stone. It strides D:purposefully towards you, swinging its slow fists with earth-shattering D:power. N:559:Young gold dragon G:d:y I:110:30d10:20:60:70 W:31:1:20000:700 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d6 B:CLAW:HURT:2d6 B:BITE:HURT:2d8 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:DROP_3D2 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | WILD_TOO | WILD_MOUNTAIN | F:EVIL | DRAGON | BASEANGBAND | NO_STUN | HAS_LITE | ATTR_MULTI S:1_IN_10 | S:SCARE | S:BR_SOUN D:It has a form that legends are made of. Its still-tender scales are a D:tarnished gold hue, and light is reflected from its form. N:560:Blue drake G:d:b I:110:40d10:20:70:70 W:34:1:110000:1200 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d8 B:CLAW:HURT:2d8 B:BITE:HURT:4d8 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:DROP_4D2 | DROP_CORPSE F:BASH_DOOR | WILD_TOO | WILD_MOUNTAIN | WILD_WOOD | F:EVIL | DRAGON | IM_ELEC | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_9 | S:SCARE | S:BR_ELEC D:A large dragon, scales tinted deep blue. N:561:Green drake G:d:g I:110:40d10:20:70:70 W:34:1:110000:1200 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d8 B:CLAW:HURT:2d8 B:BITE:HURT:4d8 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:DROP_4D2 | DROP_CORPSE | F:BASH_DOOR | WILD_TOO | WILD_MOUNTAIN | WILD_WOOD | F:EVIL | DRAGON | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_9 | S:SCARE | S:BR_POIS D:A large dragon, scales tinted deep green. N:562:Bronze drake G:d:U I:110:40d10:20:70:70 W:34:1:110000:1200 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d8 B:CLAW:HURT:2d8 B:BITE:HURT:4d8 F:FORCE_SLEEP | FORCE_MAXHP | WILD_TOO | WILD_MOUNTAIN | F:DROP_4D2 | CAN_FLY | F:BASH_DOOR | DROP_CORPSE | F:EVIL | DRAGON | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE | ATTR_MULTI S:1_IN_9 | S:CONF | SCARE | S:BR_CONF D:A large dragon with scales of rich bronze. N:563:Young red dragon G:d:r I:110:30d10:20:60:70 W:31:1:20000:700 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d6 B:CLAW:HURT:2d6 B:BITE:HURT:2d8 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | SUSCEP_COLD | F:DROP_3D2 | WILD_TOO | WILD_MOUNTAIN | WILD_VOLCANO | F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE F:EVIL | DRAGON | IM_FIRE | BASEANGBAND | HAS_LITE | ATTR_MULTI S:1_IN_10 | S:SCARE | S:BR_FIRE D:It has a form that legends are made of. Its still-tender scales are a D:deepest red hue. Heat radiates from its form. # New monster added by furiosity for the Theme module # Based on character dump as of May 10, 2004 # http://angband.oook.cz/ladder-show.php?id=2933 N:564:Sir Physt G:V:y I:140:20d100:0:170:0 W:45:3:1940:2000 E:1:1:1:2:1:1 O:25:25:25:25 B:CHARGE:HURT:10d8 # Wearing an Ultimate Mimic for a symbiote B:BITE:POISON:4d4 B:BUTT:CONFUSE:4d4 B:SPIT:BLIND:4d4 F:JOKEANGBAND | WILD_TOO | WILD_WOOD | WILD_GRASS | F:WILD_WASTE | WILD_MOUNTAIN | WILD_SHORE | F:UNIQUE | MALE | GOOD | SMART | UNDEAD | REFLECTING | F:OPEN_DOOR | BASH_DOOR | HAS_LITE | CAN_SWIM | F:CAN_SPEAK | DROP_4D2 | DROP_GREAT | FORCE_MAXHP | F:NO_SLEEP | NO_CONF | NO_CUT | RES_NEXU | MOVE_BODY | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_NETH | RES_DISE | AURA_FIRE | CAN_FLY | REGENERATE | F:NO_STUN | KILL_BODY | NO_FEAR | WEIRD_MIND | #Spells chez Mindcraft S:1_IN_3 S:BRAIN_SMASH | FORGET | MIND_BLAST | #Spells chez an Ultimate Mimic: S:CAUSE_3 | BA_POIS | SCARE | BLIND | CONF | S_MONSTER D:He is the head of the unholy holy order of Nosferatu. His nephew D:Sir Otilc played with swords and died as a result. Sir Physt is D:out to rectify the situation with his fists and his mind. Tulkas D:Astaldo has given this former Dunadan his blessings to go and D:destroy Morgoth Bauglir, Lord of Darkness. He believes it is his D:job and no one else's, and he approaches you with a menacing stare. N:565:Trapper G:.:w I:120:60d10:30:75:10 W:36:3:1300:580 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:3d8 B:HIT:HURT:3d8 B:HIT:PARALYZE:15d1 B:HIT:PARALYZE:15d1 F:CHAR_CLEAR | ATTR_CLEAR | CHAR_MULTI | F:NEVER_MOVE | FORCE_MAXHP | F:INVISIBLE | EMPTY_MIND | COLD_BLOOD | F:NO_CONF | NO_SLEEP | NO_FEAR | F:MORTAL | BASEANGBAND D:This creature traps unsuspecting victims D:and paralyzes them, to be slowly digested later. N:566:Adanrog G:u:R I:110:35d10:10:68:90 W:36:2:0:750 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:FIRE:4d6 B:HIT:FIRE:4d6 B:GAZE:EXP_20 F:FORCE_SLEEP | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | AURA_FIRE | NONLIVING | F:EVIL | DEMON | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND F:HAS_LITE S:1_IN_4 | S:BO_FIRE | BA_FIRE | S:S_DEMON | D:It is a humanoid form composed of flames and hatred. Adanroeg are D:humans corrupted by the evil forces of Morgoth into demonic slaves D:to evil. N:567:Time bomb G:.:w I:130:12d12:30:40:0 W:36:5:0:50 E:0:0:0:0:0:0 O:0:0:0:0 B:EXPLODE:TIME:30d2 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 | JOKEANGBAND | NO_CUT D:It was left here to be used against intruders. N:568:Rawrog G:u:B I:110:40d10:10:68:90 W:36:2:0:750 E:1:1:1:0:1:1 O:0:0:0:0 B:CLAW:HURT:5d6 B:CLAW:HURT:5d6 F:FORCE_SLEEP | PASS_WALL | INVISIBLE | F:IM_POIS | IM_COLD | IM_ACID | IM_FIRE | F:NO_SLEEP | NO_CONF | NO_STUN | NONLIVING | F:EVIL | DEMON | BASEANGBAND S:1_IN_4 | S:BLINK | DARKNESS | S_DEMON D:It resembles a lion standing on two feet. In fact, Rawroeg are D:lions corrupted by Morgoth into demonic servants of evil. # New monster added by furiosity for the Theme module # Based on character dump as of May 7, 2004 # http://angband.oook.cz/ladder-show.php?id=2838 N:569:Nick LeYeek, Second Last of the Yeeks G:y:o I:130:35d100:127:100:0 W:50:6:650:2000 E:1:1:1:2:1:1 O:25:25:25:25 # Not good at melee: B:HIT:HURT:1d1 B:INSULT:* B:SHOW:* F:JOKEANGBAND | WILD_TOO | WILD_WOOD | WILD_GRASS | F:UNIQUE | MALE | GOOD | DROP_CORPSE | SMART | ANIMAL | F:OPEN_DOOR | BASH_DOOR | MORTAL | HAS_LITE | CAN_SWIM | F:CAN_SPEAK | DROP_4D2 | DROP_GREAT | FORCE_MAXHP | F:PASS_WALL | NO_SLEEP | REGENERATE | REFLECTING | F:AURA_FIRE | IM_ACID | IM_ELEC | IM_FIRE | IM_COLD | F:IM_POIS | NO_CONF | RES_PLAS | RES_DISE | RES_NEXU | F:RES_NETH | RES_WATE | S:1_IN_5 # Spells chez symbiote skull druj: S:BA_WATE | MIND_BLAST | BRAIN_SMASH | CAUSE_2 | S:BO_PLAS | SLOW | TRAPS | S_UNDEAD | BO_NETH | # Spells chez thaumaturgy and having killed Morgy: S:BR_SOUN | BR_MANA | BR_NUKE | BR_DISI | ROCKET | D:A yeek bard more famous for his buff physique and marriage to the beautiful D:but dumb Jessica Yeekson than his music. The dark forces of Morgoth killed D:his friend Justin TimberYeek and kidnapped poor Jessica Yeekson, and Nick D:vowed revenge. He is the only yeek that could be called powerful. It is rumoured D:that he had been successful in defeating Morgoth in a previous incarnation, and D:now he is back to finish the job for good. You are all that he perceives to D:stand in his way. N:570:Ice elemental G:E:w I:110:35d10:10:60:90 W:37:3:0:650 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:COLD:4d3 B:HIT:HURT:4d6 B:TOUCH:COLD:4d3 F:FORCE_SLEEP | F:EMPTY_MIND | COLD_BLOOD | AURA_COLD | F:KILL_ITEM | KILL_BODY | BASH_DOOR | POWERFUL | F:IM_COLD | IM_ELEC | CAN_SWIM | IM_POIS | IM_ACID | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_5 | S:BO_ICEE | BA_COLD D:It is a towering glacier. N:571:Necromancer G:p:R I:110:28d10:20:50:10 W:36:2:1600:666 E:1:1:1:2:1:1 O:10:0:90:0 B:HIT:HURT:2d6 B:HIT:HURT:2d6 F:MALE | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_1D2 | DROP_SKELETON F:SMART | OPEN_DOOR | BASH_DOOR | F:EVIL F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_3 | S:HASTE | TPORT | TELE_TO | BLIND | HOLD | SCARE | CAUSE_3 | S:BO_NETH | MIND_BLAST | FORGET | S:S_UNDEAD | ANIM_DEAD D:A gaunt figure, clothed in black robes. # New monster added by furiosity for the Theme module # Based on oook character dump as of May 7, 2004 # http://angband.oook.cz/ladder-show.php?id=2616 N:572:Slappy, Abbess of Pain G:h:U I:120:39d10:4:128:0 W:33:3:780:2000 E:1:1:1:2:1:1 O:34:0:33:33 B:HIT:HURT:10d8 B:PUNCH:HURT:10d8 B:KICK:HURT:10d8 B:CHARGE:HURT:10d8 F:JOKEANGBAND | WILD_TOO | WILD_WOOD | WILD_GRASS| F:UNIQUE | FEMALE | GOOD | DROP_CORPSE | SMART | F:CAN_SPEAK | DROP_4D2 | DROP_GREAT | FORCE_MAXHP | F:OPEN_DOOR | BASH_DOOR | MORTAL | HAS_LITE | F:NO_SLEEP | NO_CONF | CAN_SWIM | REGENERATE | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_NEXU | MOVE_BODY | KILL_WALL | CAN_FLY | #Well, she has a boomerang: S:1_IN_4 | S:ARROW_2 D:A lithe female wood-elf wearing no armour - she is D:a monk of Manwe Sulimo, one of the most feared of her order. D:She is one of several children of an Avarin Prince. She has D:light grey eyes, straight black hair, and a fair face. She D:has unfinished business with some Basilisks and then she's D:going after Morgoth's crown. You are in her way. N:573:Lorgan, Chief of the Easterlings G:p:v I:120:18d100:25:100:10 W:36:2:0:1200 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:6d6 B:HIT:HURT:6d6 B:HIT:HURT:3d8 B:HIT:HURT:3d8 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:BASEANGBAND | HAS_LITE S:1_IN_4 | S:TELE_TO | S_MONSTERS D:A mighty warrior from the east, Lorgan hates everything that he cannot D:control. # New monster added by furiosity for the Theme module N:574:Snow tiger G:f:w 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 | IM_COLD | F:MORTAL | BASEANGBAND D:A large feline that is well-adapted to extremely cold D:environments. N:575:Mummified troll G:z:w I:110:25d10:20:50:50 W:34:1:5000:420 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:4d6 B:HIT:HURT:4d6 F:FORCE_MAXHP | F:DROP_60 | F:EMPTY_MIND | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | REGENERATE | F:EVIL | TROLL | UNDEAD | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a massive figure clothed in wrappings. You are wary of its massive D:fists. N:576:Storm of Unmagic G:v:v I:130:32d20:50:40:0 W:53:3:0:4000 B:ENGULF:EXP_80:5d5 B:ENGULF:UN_POWER:5d5 B:ENGULF:UN_BONUS:5d5 B:HIT:LOSE_ALL:5d5 F:ATTR_MULTI | F:FORCE_SLEEP | FORCE_MAXHP | F:RAND_50 | RAND_25 | NONLIVING | CAN_FLY | F:EMPTY_MIND | BASH_DOOR | POWERFUL | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_6 | S:BR_TIME | BR_DISE D:Howling through the disintegrating dungeon, this awesome whirlpool of Unmagic D:rips the enchantments from everything it touches. N:577:Crypt thing G:L:G I:120:80d10:20:60:60 W:37:2:0:2500 E:1:1:1:2:1:1 O:50:50:0:0 B:TOUCH:EXP_40 B:TOUCH:UN_POWER B:TOUCH:LOSE_DEX:2d10 B:TOUCH:LOSE_DEX:2d10 F:FORCE_SLEEP | FORCE_MAXHP | DROP_1D2 | RES_TELE | F:SMART | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_3 | S:BLINK | TELE_TO | TELE_AWAY | TELE_LEVEL | S:CAUSE_3 | DRAIN_MANA | BRAIN_SMASH D:It is a skeletal form dressed in robes. It looks evil and devious. N:578:Chaos butterfly G:I:v I:120:60d10:40:60:10 W:37:2:0:1000 E:1:1:1:2:1:1 O:0:0:0:0 B:CLAW:HURT:3d7 B:CLAW:HURT:3d7 B:CRUSH:HURT:10d5 F:FORCE_SLEEP | F:CAN_FLY | F:WEIRD_MIND | BASH_DOOR | ATTR_MULTI | ATTR_ANY | F:NO_CONF | NO_SLEEP | MORTAL | JOKEANGBAND S:1_IN_9 S:BR_CONF | BR_CHAO D:With fractal patterns on its wings, it is clearly one of those butterflies D:that mathematicians keep talking about - the ones that flap their wings on the D:other side of the world to cause storms here. Now's your chance to stop it. N:579:Time elemental G:E:G I:120:35d10:90:70:10 W:39:2:0:1000 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:TIME:3d4 B:TOUCH:TIME:3d4 F:PASS_WALL | IM_POIS | IM_FIRE | IM_ELEC | IM_FIRE | IM_ACID | CAN_FLY | F:NO_CONF | NO_SLEEP | EMPTY_MIND | KILL_ITEM | RAND_50 | F:BASEANGBAND | NO_CUT S:1_IN_7 S:SLOW | BR_TIME | D:You have not seen it yet. N:580: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:581:The Queen Ant G:a:v I:120:15d100:30:100:10 W:37:2:2000:1000 E:0:1:0:2:1:0 O:50:50:0:0 B:BITE:HURT:2d12 B:BITE:HURT:2d12 B:BITE:HURT:2d8 B:BITE:HURT:2d8 F:UNIQUE | FEMALE | GOOD | DROP_CORPSE F:FORCE_SLEEP | FORCE_MAXHP | F:ESCORT | ESCORTS | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:WEIRD_MIND | OPEN_DOOR | BASH_DOOR | F:ANIMAL | F:MORTAL | BASEANGBAND S:1_IN_2 | S:S_KIN D:She's upset because she thinks you hurt her children. N:582:Will o' the wisp G:E:W I:130:20d10:30:150:0 W:38:4:0:500 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:1d9 B:HIT:HURT:1d9 B:HIT:HALLU:1d9 B:HIT:HALLU:1d9 F:FORCE_SLEEP | FORCE_MAXHP | RAND_50 | F:SMART | EMPTY_MIND | INVISIBLE | F:PASS_WALL | POWERFUL | CAN_FLY | WILD_TOO | WILD_SWAMP | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_2 | S:BLINK | TPORT | CONF | CAUSE_2 D:A strange ball of glowing light. It disappears and reappears and seems to D:draw you to it. You seem somehow compelled to stand still and watch its D:strange dancing motion. N:583: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:584:Magma elemental G:E:o I:110:35d10:10:70:90 W:37:3:0:950 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:FIRE:3d7 B:HIT:HURT:4d6 B:HIT:FIRE:3d7 F:FORCE_SLEEP | F:EMPTY_MIND | AURA_FIRE | WILD_TOO | WILD_VOLCANO | F:KILL_ITEM | KILL_BODY | PASS_WALL | POWERFUL | F:IM_FIRE | IM_ELEC | IM_ACID | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_7 | S:BO_PLAS | BA_FIRE D:It is a towering glowing form of molten rock. N:585:Black pudding G:j:D I:110:40d10:12:18:1 W:37:5:300:50 E:0:0:0:0:0:0 O:90:0:0:0 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 B:TOUCH:ACID:1d10 F:FORCE_MAXHP | F:FRIENDS | F:DROP_60 | DROP_90 | DROP_1D2 | F:STUPID | EMPTY_MIND | COLD_BLOOD | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | CAN_SWIM | BASEANGBAND | NO_CUT D:A lump of rotting black flesh that slurps across the dungeon floor. N:586:Killer iridescent beetle G:K:v I:110:25d15:16:60:30 W:37:2:600:850 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:ELEC:1d12 B:CLAW:ELEC:1d12 B:GAZE:PARALYZE F:ATTR_MULTI | FORCE_MAXHP | F:WEIRD_MIND | BASH_DOOR | AURA_ELEC | DROP_CORPSE | F:ANIMAL | IM_ELEC | CAN_FLY | F:MORTAL | BASEANGBAND | HAS_LITE D:It is a giant beetle, whose carapace shimmers with vibrant energies. N:587:Nexus vortex G:v:v I:120:32d10:100:40:0 W:37:1:0:800 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:HURT:5d5 F:FORCE_SLEEP | F:RAND_50 | RAND_25 | RES_NEXU | CAN_FLY | F:EMPTY_MIND | BASH_DOOR | POWERFUL | RES_TELE | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_6 | S:BR_NEXU D:A maelstrom of potent magical energy. N:588:Plasma vortex G:v:R I:120:32d10:100:40:0 W:37:1:0:800 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:FIRE:4d8 B:ENGULF:ELEC:4d8 F:FORCE_SLEEP | SUSCEP_COLD | F:RAND_50 | RAND_25 | RES_PLAS | AURA_FIRE | AURA_ELEC | F:EMPTY_MIND | BASH_DOOR | POWERFUL | F:IM_FIRE | CAN_FLY | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_6 | S:BR_PLAS D:A whirlpool of intense flame, charring the stones at your feet. N:589:Fire-drake G:d:r I:110:50d10:20:80:70 W:36:1:110000:1500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d10 B:CLAW:HURT:2d10 B:BITE:HURT:4d10 F:FORCE_SLEEP | FORCE_MAXHP | WILD_TOO | WILD_MOUNTAIN | WILD_VOLCANO | F:DROP_1D2 | DROP_4D2 | CAN_FLY | DROP_CORPSE | SUSCEP_COLD | F:BASH_DOOR | F:EVIL | DRAGON | IM_FIRE | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_9 | S:CONF | SCARE | S:BR_FIRE D:A large dragon, scales tinted deep red. N:590:Golden drake G:d:y I:110:50d10:20:80:70 W:36:1:110000:1500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d10 B:CLAW:HURT:2d10 B:BITE:HURT:4d10 F:FORCE_SLEEP | FORCE_MAXHP | WILD_TOO | WILD_MOUNTAIN | F:DROP_1D2 | DROP_4D2 | CAN_FLY | DROP_CORPSE | F:BASH_DOOR | F:EVIL | DRAGON | NO_STUN | NO_SLEEP | BASEANGBAND | HAS_LITE | ATTR_MULTI S:1_IN_9 | S:CONF | SCARE | S:BR_SOUN D:A large dragon with scales of gleaming gold. N:591:Crystal drake G:d:u I:110:45d10:20:70:70 W:33:3:18000:1350 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d4 B:CLAW:HURT:2d4 B:BITE:HURT:3d6 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | F:ONLY_ITEM | DROP_3D2 | REFLECTING | F:OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | DRAGON | IM_COLD | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE | NO_CUT F:ATTR_MULTI S:1_IN_6 | S:SLOW | CONF | SCARE | S:BR_SHAR D:A dragon of strange crystalline form. Light shines through it, dazzling D:your eyes with spectra of colour. N:592:Black drake G:d:s I:110:50d10:20:80:70 W:36:1:110000:1500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d10 B:CLAW:HURT:2d10 B:BITE:HURT:4d10 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | DROP_CORPSE | F:DROP_1D2 DROP_4D2 | WILD_TOO | WILD_SWAMP | WILD_MOUNTAIN | F:BASH_DOOR | F:EVIL | DRAGON | IM_ACID | NO_CONF | NO_SLEEP | BASEANGBAND | ATTR_MULTI S:1_IN_9 | S:SCARE | S:BR_ACID D:A large dragon, with scales of deepest black. N:593:Multi-hued drake G:d:v I:110:60d10:20:80:70 W:38:1:110000:1800 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d12 B:CLAW:HURT:2d12 B:BITE:HURT:4d12 F:ATTR_MULTI | F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:DROP_2D2 | DROP_4D2 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | DRAGON | IM_ACID | IM_FIRE | IM_COLD | F:IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE S:1_IN_7 | S:BLIND | CONF | SCARE | S:BR_ACID | BR_FIRE | BR_COLD | BR_ELEC | BR_POIS D:A large dragon, scales shimmering many colours. N:594: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:595:Orfax, son of Boldor G:y:R 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:The son of the yeek King, he has some power, but he's still a yeek. N:596:Boldor, King of the Yeeks G:y:r 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:597:Black Numenorean G:p:D I:120:60d10:20:100:10 W:38:1:2700:1111 E:1:1:1:2:1:1 O:0:90:0:10 B:HIT:EXP_20:6d6 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:FORCE_SLEEP | FORCE_MAXHP | SMART | RES_NETH | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | IM_COLD | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_5 | S:BLIND | SCARE | CAUSE_3 | BO_NETH | S:S_MONSTERS D:It is a humanoid figure dressed in armour of an ancient form. From beneath D:its helmet, eyes glow a baleful red and seem to pierce you like lances of D:fire. Ever a faithful servant of Sauron, he'll stop at nothing to destroy D:you. N:598:Castamir the Usurper G:p:R I:120:88d10:20:90:40 W:38:5:0:1600 E:1:1:1:2:1:1 O:10:60:10:10 B:HIT:HURT:5d5 B:HIT:HURT:5d5 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:SMART | OPEN_DOOR | TAKE_ITEM | BASH_DOOR | F:EVIL | BASEANGBAND | HAS_LITE S:1_IN_2 | S:HEAL | TRAPS | BO_FIRE | BO_COLD | BO_ELEC | BO_ICEE D:A Black Numenorean who usurped the throne of Gondor, he is treacherous and D:evil. N:599:Time vortex G:v:B I:130:32d10:100:40:0 W:38:4:0:800 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:TIME:5d5 F:FORCE_SLEEP | F:RAND_50 | RAND_25 | F:EMPTY_MIND | BASH_DOOR | POWERFUL | CAN_FLY | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | NO_CUT S:1_IN_6 | S:BR_TIME D:You haven't seen it yet. N:600:Shimmering vortex G:v:o I:140:32d10:100:40:0 W:38:4:0:800 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:BLIND:4d4 B:ENGULF:BLIND:4d4 F:FORCE_SLEEP | F:RAND_50 | RAND_25 | CAN_FLY | F:EMPTY_MIND | BASH_DOOR | POWERFUL | RES_TELE | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_4 | S:BR_LITE | SHRIEK D:A strange pillar of shining light that hurts your eyes. Its shape changes D:constantly as it cuts through the air towards you. It is like a beacon, D:waking monsters from their slumber. N:601:Ancient blue dragon G:D:b I:120:72d10:20:90:80 W:40:1:170000:2000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d8 B:CLAW:HURT:4d8 B:BITE:ELEC:7d8 F:FORCE_SLEEP | FORCE_MAXHP | F:DROP_3D2 | DROP_4D2 | DROP_CORPSE | F:SMART | BASH_DOOR | POWERFUL | MOVE_BODY | CAN_FLY | F:EVIL | DRAGON | IM_ELEC | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_6 | S:BLIND | CONF | SCARE | S:BR_ELEC D:A huge draconic form. Lightning crackles along its length. N:602:Ancient bronze dragon G:D:U I:120:72d10:20:90:80 W:40:1:170000:2000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d8 B:CLAW:HURT:4d8 B:BITE:HURT:7d8 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | F:DROP_3D2 | DROP_4D2 | CAN_FLY | F:SMART | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE | ATTR_MULTI S:1_IN_6 | S:BLIND | CONF | SCARE | S:BR_CONF D:A huge draconic form enveloped in a cascade of colour. N:603:Beholder G:e:U I:120:16d100:30:80:10 W:40:3:1600:6000 E:0:0:0:0:0:0 O:0:0:0:0 B:GAZE:EXP_20:2d6 B:GAZE:UN_POWER:2d6 B:GAZE:INSANITY:2d6 B:BITE:HURT:6d6 F:FORCE_SLEEP | FORCE_MAXHP | RES_TELE | CAN_FLY | F:BASH_DOOR | DROP_CORPSE | F:EVIL | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND S:1_IN_2 | S:BLIND | SLOW | CONF | SCARE | DRAIN_MANA | MIND_BLAST | S:FORGET | DARKNESS | BO_ACID | BO_FIRE | BO_COLD | BO_ELEC D:A vile creature with one huge central eye, twelve smaller eyes on stalks, and D:a huge mouth filled with sharp teeth. N:604:Emperor wight G:W:r I:120:38d10:20:40:10 W:38:2:0:1600 E:0:0:0:0:0:0 O:0:40:60:0 B:HIT:HURT:1d12 B:HIT:HURT:1d12 B:TOUCH:EXP_80 B:TOUCH:EXP_80 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_90 | DROP_4D2 | CAN_FLY | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_6 | S:HOLD | SCARE | CAUSE_3 | BO_NETH D:Your life force is torn from your body as this powerful unearthly being D:approaches. # New monster added by furiosity for the Theme module N:605:Giant tree ant G:a:G I:110:20d10:14:49:40 W:35:1:700:350 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:POISON:3d12 B:BITE:POISON:3d12 F:FORCE_MAXHP | KILL_BODY | FRIENDS | DROP_SKELETON F:WEIRD_MIND | BASH_DOOR | F:ANIMAL | IM_POIS | F:MORTAL | BASEANGBAND D:A giant ant covered in shaggy fur. Its powerful jaws drip venom. N:606:Vargo, Tyrant of Fire G:E:r I:120:24d100:12:50:50 W:43:3:0:4000 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:FIRE:6d6 B:HIT:FIRE:6d6 B:HIT:FIRE:6d6 B:HIT:FIRE:6d6 F:UNIQUE | SUSCEP_COLD | F:FORCE_SLEEP | FORCE_MAXHP | RAND_25 | CAN_SPEAK | F:EMPTY_MIND | CAN_SPEAK | MALE | AURA_FIRE | F:KILL_ITEM | KILL_BODY | BASH_DOOR | POWERFUL | F:IM_FIRE | IM_ACID | IM_POIS | IM_ELEC | NO_STUN | F:NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_4 | S:BO_PLAS | BA_FIRE D:A towering fire elemental, Vargo burns everything beyond recognition. N:607:Black wraith G:W:D I:120:50d10:20:55:10 W:38:2:0:1700 E:0:0:0:0:0:0 O:50:0:50:0 B:HIT:HURT:1d12 B:HIT:HURT:1d12 B:TOUCH:EXP_40 B:TOUCH:EXP_40 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP F:BASEANGBAND | NO_CUT S:1_IN_7 | S:BLIND | HOLD | SCARE | CAUSE_3 | BO_NETH D:A figure that seems made of void, its strangely human shape is cloaked in D:shadow. It reaches out at you. # New monster added by furiosity for the Theme module N:608:Giant yellow ant G:a:y I:110:20d10:14:49:40 W:35:1:700:350 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:BLIND:3d12 B:BITE:BLIND:3d12 F:FORCE_MAXHP | KILL_BODY | FRIENDS | DROP_SKELETON F:WEIRD_MIND | BASH_DOOR | ANIMAL | F:MORTAL | BASEANGBAND D:A giant ant covered in shaggy fur. Its powerful jaws click with blinding speed. # New monster added by furiosity for the Theme module N:609:Giant green ant G:a:g I:110:20d10:14:49:40 W:35:1:700:350 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:CONFUSE:3d12 B:BITE:CONFUSE:3d12 F:FORCE_MAXHP | KILL_BODY | FRIENDS | DROP_SKELETON F:WEIRD_MIND | BASH_DOOR | ANIMAL | NO_CONF | F:MORTAL | BASEANGBAND D:A giant ant covered in shaggy fur. Its powerful jaws make puzzling D:noises as they snap shut. # New monster added by furiosity for the Theme module N:610:Aquatic ant G:a:B I:110:20d10:14:49:40 W:35:1:700:350 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:3d12 B:BITE:HURT:3d12 F:FORCE_MAXHP | KILL_BODY | FRIENDS | DROP_SKELETON F:WEIRD_MIND | BASH_DOOR | CAN_SWIM | F:ANIMAL | RES_WATE | AQUATIC | F:MORTAL | BASEANGBAND S:1_IN_4 S:BA_WATE D:A strange antlike creature, animated by a powerful wizard you D:cannot see. N:611:Monastic lich G:L:u I:120:12d100:30:80:30 W:39:2:2000:5000 E:1:1:1:2:1:1 O:0:50:50:0 B:KICK:HURT:24d1 B:KICK:HURT:24d1 B:CLAW:EXP_80:4d2 B:CLAW:LOSE_DEX:4d2 F:FORCE_SLEEP | FORCE_MAXHP | SMART | RES_TELE | F:ONLY_ITEM | DROP_2D2 | DROP_4D2 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | SMART | F:EVIL | UNDEAD | IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND F:NO_CUT S:1_IN_3 | S:BLINK | TELE_TO | BLIND | HOLD | CONF | SCARE | CAUSE_3 | CAUSE_4 | S:DRAIN_MANA | BRAIN_SMASH | ANIM_DEAD D:A skeletal form wrapped in priestly robes. Before its un-death, it D:was a monk in an evil order. N:612:Nether wraith G:W:G I:120:48d10:20:55:10 W:39:2:0:1700 E:0:0:0:0:0:0 O:50:0:50:0 B:HIT:HURT:1d12 B:HIT:HURT:1d12 B:TOUCH:EXP_80 B:TOUCH:EXP_80 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:ONLY_ITEM | DROP_90 | DROP_4D2 | F:INVISIBLE | COLD_BLOOD | PASS_WALL | F:EVIL | UNDEAD | IM_COLD | IM_POIS | F:HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_6 | S:BLIND | SCARE | CAUSE_3 | MIND_BLAST | DARKNESS | BO_NETH D:A form that hurts the eye, death permeates the air around it. As it nears D:you, a coldness saps your soul. N:613:Hellhound G:C:R I:120:48d10:25:80:30 W:35:3:600:600 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:FIRE:3d12 B:BITE:FIRE:3d12 B:BITE:FIRE:3d12 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE F:RAND_25 | FRIENDS | AURA_FIRE | SUSCEP_COLD | F:BASH_DOOR | MOVE_BODY | F:ANIMAL | EVIL | IM_FIRE | BASEANGBAND | HAS_LITE | S:1_IN_5 | BR_FIRE D:It is a giant dog that glows with heat. Flames pour from its nostrils. N:614:7-headed hydra G:M:G I:120:100d10:20:90:20 W:39:2:7000:2000 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:POISON:3d9 B:BITE:POISON:3d9 B:BITE:POISON:3d9 B:SPIT:BLIND:1d2 F:FORCE_SLEEP | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:ONLY_GOLD | DROP_2D2 | DROP_4D2 | CAN_SWIM | DROP_CORPSE F:BASH_DOOR | MOVE_BODY | F:ANIMAL | IM_POIS | MORTAL | BASEANGBAND S:1_IN_5 | S:SCARE | BA_POIS | S:BR_POIS D:A strange reptilian creature with seven heads dripping venom. N:615:Waldern, King of Water G:E:b I:130:25d100:12:80:50 W:43:3:0:4250 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:8d5 B:HIT:HURT:8d5 B:HIT:HURT:8d5 B:HIT:HURT:8d5 F:UNIQUE | F:FORCE_SLEEP | FORCE_MAXHP | F:EMPTY_MIND | COLD_BLOOD | F:KILL_ITEM | KILL_BODY | BASH_DOOR | POWERFUL | F:IM_ACID | IM_FIRE | IM_POIS | IM_COLD | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_3 | S:BO_ICEE | BO_WATE | BA_COLD | BA_WATE D:A towering water elemental, Waldern is master of all things liquid. D:Wave after wave drowns your frail body. # New monster added by furiosity for the Theme module N:616:Termite G:a:U I:110:2d10:4:9:40 W:20:1:1:100 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d6 B:BITE:HURT:1d6 F:FORCE_MAXHP | KILL_BODY | FRIENDS | DROP_SKELETON F:WEIRD_MIND | BASH_DOOR | SUSCEP_FIRE | F:ANIMAL | AI_ANNOY | KILL_TREES | F:MORTAL | BASEANGBAND S:MULTIPLY D:An extremely annoying antlike creature. Its bulbous eyes seem D:almost covetous as they focus on your wooden paraphernalia. N:617:Ancient white dragon G:D:w I:120:72d10:20:90:80 W:40:1:170000:2000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d8 B:CLAW:HURT:4d8 B:BITE:COLD:7d8 F:FORCE_SLEEP | FORCE_MAXHP | F:DROP_3D2 | DROP_4D2 | DROP_CORPSE | F:SMART | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | IM_COLD | NO_CONF | NO_SLEEP | SUSCEP_FIRE | BASEANGBAND F:HAS_LITE | ATTR_MULTI S:1_IN_6 | S:BLIND | CONF | SCARE | S:BR_COLD D:A huge draconic form. Frost covers it from head to tail. N:618:Ancient green dragon G:D:g I:120:72d10:20:90:80 W:40:1:170000:2000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d8 B:CLAW:HURT:4d8 B:BITE:POISON:7d8 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | F:DROP_3D2 | DROP_4D2 | CAN_FLY | F:SMART | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_6 | S:BLIND | CONF | SCARE | S:BR_POIS D:A huge draconic form enveloped in clouds of poisonous vapour. # New monster added by furiosity for the Theme module N:619:Giant snow bat G:b:w 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:COLD:1d2 B:CLAW:COLD:1d2 F:RAND_50 | CAN_FLY | WILD_TOO | WILD_MOUNTAIN | WILD_WOOD | F:FORCE_SLEEP | ANIMAL | DROP_CORPSE | AI_ANNOY | IM_COLD | F:SUSCEP_FIRE | MORTAL | BASEANGBAND D:A giant bat adapted to extremely cold temperatures. N:620:Eldrak G:T:r I:110:75d10:20:80:50 W:38:3:7000:1500 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:BITE:HURT:3d4 B:BITE:HURT:3d4 F:FORCE_MAXHP | MOVE_BODY | F:ONLY_ITEM | DROP_2D2 | REGENERATE | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | WILD_SHORE | WILD_WOOD | F:EVIL | TROLL | IM_POIS | NO_CONF | NO_SLEEP | DROP_CORPSE | BASEANGBAND D:Melkor created trolls in mockery of the Ents. A massive troll of D:huge strength, extremely stupid and extremely violent. N:621:Ettin G:T:b I:110:15d100:20:100:30 W:39:3:8000:2000 E:1:1:1:2:2:1 O:0:100:0:0 B:HIT:HURT:3d8 B:HIT:HURT:3d8 B:BITE:HURT:3d8 B:BITE:HURT:3d8 F:FORCE_MAXHP | REGENERATE | MOVE_BODY | F:ONLY_ITEM | DROP_1D2 | WILD_TOO | WILD_MOUNTAIN | WILD_WOOD | WILD_SWAMP | F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE | F:EVIL | TROLL | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND D:Melkor created trolls in mockery of the Ents. A massive two-headed troll, D:larger and stronger than many men together. N:622:Night mare G:q:G I:120:15d100:30:85:0 W:39:3:6000:2900 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:EXP_80:2d6 B:HIT:HURT:3d8 B:HIT:HURT:3d8 B:HIT:CONFUSE:6d6 F:FORCE_MAXHP | F:ONLY_GOLD | DROP_2D2 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND F:HAS_LITE | NO_CUT D:A fearsome skeletal horse with glowing eyes that watch you with little D:more than hatred for all that lives. Its flying hooves do not touch the D:ground. N:623:Vampire lord G:V:b I:120:20d100:20:70:10 W:42:1:1700:1800 E:1:1:1:2:1:1 O:0:70:30:0 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:BITE:EXP_80:4d6 B:BITE:EXP_80:4d6 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:DROP_60 | DROP_4D2 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | REGENERATE | RES_TELE | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_7 | S:BLIND | HOLD | SCARE | CAUSE_3 | CAUSE_4 | DRAIN_MANA | S:BRAIN_SMASH | DARKNESS | BO_NETH D:A foul wind chills your bones as this ghastly figure approaches. N:624:Ancient black dragon G:D:s I:120:10d100:20:90:80 W:41:1:170000:2500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d9 B:CLAW:HURT:4d9 B:BITE:ACID:7d9 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:DROP_3D2 | DROP_4D2 | DROP_CORPSE | F:SMART | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | IM_ACID | NO_CONF | NO_SLEEP | BASEANGBAND | ATTR_MULTI S:1_IN_6 | S:BLIND | CONF | SCARE | S:BR_ACID D:A huge draconic form. Pools of acid melt the floor around it. N:625:Weird fume G:#:v I:120:35d10:100:40:0 W:40:2:0:800 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:CONFUSE:8d4 B:ENGULF:CONFUSE:8d4 F:FORCE_SLEEP | F:RAND_50 | RAND_25 | RES_NEXU | AURA_ELEC | IM_FIRE | IM_ELEC | F:EMPTY_MIND | BASH_DOOR | POWERFUL | F:CAN_FLY | ATTR_MULTI | ATTR_ANY | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | JOKEANGBAND | NO_CUT S:1_IN_6 | S:BR_CHAO | BR_NEXU | BR_NUKE D:A swirling spiral of mist, constantly changing its appearance. # New monster added by furiosity for the Theme module N:626:Giant grey bat G:b:s 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:PARALYZE: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 whose very presence makes you feel weary. # New monster added by furiosity for the Theme module N:627:Giant silver bat G:b:W 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:LOSE_DEX:1d3 B:CLAW:HALLU: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, its wings shimmering a pale mesmerizing silver. # New monster added by furiosity for the Theme module N:628:Giant yellow bat G:b:y 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:LOSE_CHR:1d3 B:CLAW:EAT_LITE:1d2 B:CLAW:EAT_LITE: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 which seems to absorb all light as it passes. N:629:Shadowfax, steed of Gandalf G:c:v I:130:30d100:20:100:50 W:40:3:2600:2000 E:0:1:0:2:1:0 O:0:0:0:0 B:KICK:HURT:5d5 B:KICK:HURT:5d5 B:BITE:HURT:6d6 F:FORCE_MAXHP | UNIQUE | ANIMAL | GOOD | NEUTRAL | NO_TARGET | F:REGENERATE | BASH_DOOR | IM_FIRE | IM_COLD | IM_ELEC | F:IM_POIS | NO_FEAR | DROP_CORPSE | WILD_ONLY | WILD_WOOD | WILD_GRASS | F:MORTAL | BASEANGBAND D:Shadowfax is the chief of the Mearas, the greatest of all horses that are D:bred in the fields of Rohan. Although the Mearas should technically be only D:ridden by the royal family of Rohan, only Gandalf the Wizard has ever D:succeeded in taming Shadowfax: and even then, Shadowfax will not be subjected D:to a bridle or saddle, but must be ridden bareback. N:630:Spirit troll G:G:G I:110:10d100:20:90:5 W:40:3:0:900 E:0:0:0:0:0:0 O:10:90:0:0 B:HIT:HURT:3d6 B:HIT:HURT:3d5 B:HIT:HURT:3d5 F:FORCE_MAXHP | F:DROP_90 | F:INVISIBLE | PASS_WALL | CAN_FLY | F:EVIL | TROLL | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:A ghostly troll-like being from the ethereal plane. N:631:War troll G:T:R I:120:50d10:20:100:50 W:40:3:6500:800 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:5d5 B:HIT:HURT:5d5 B:BITE:HURT:3d5 B:BITE:HURT:3d5 F:FORCE_MAXHP | SUSCEP_FIRE | REGENERATE | F:DROP_90 | REGENERATE | FRIENDS | F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE | F:EVIL | TROLL | IM_POIS | NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND D:An corruption of Morgoth, it was made in mockery of the Ents. D:A massive troll, equipped with a scimitar and heavy armour. N:632:Disenchanter worm mass G:w:v I:100:10d8:7:5:10 W:40:3:50:30 E:0:0:0:0:0:0 O:0:0:0:0 B:CRAWL:UN_BONUS:1d4 F:RAND_50 | RES_DISE | ATTR_MULTI | CAN_SWIM | F:STUPID | WEIRD_MIND | BASH_DOOR | F:ANIMAL | HURT_LITE | NO_FEAR | BASEANGBAND | NO_CUT S:MULTIPLY D:It is a strange mass of squirming worms. Magical energy crackles D:around its disgusting form. N:633:Rotting quylthulg G:Q:u I:120:48d10:20:1:0 W:45:1:3000:3000 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | ANIMAL | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_2 | S:BLINK | TPORT | S:S_UNDEAD D:It is a pulsing flesh mound that reeks of death and putrefaction. N:634:Lesser titan G:P:y I:120:24d100:30:80:15 W:56:3:30000:6000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:CONFUSE:9d9 B:HIT:CONFUSE:9d9 B:HIT:CONFUSE:9d9 B:HIT:CONFUSE:9d9 F:FORCE_SLEEP | FORCE_MAXHP | F:DROP_GOOD | DROP_4D2 | DROP_SKELETON | DROP_CORPSE | F:SMART | TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL | GIANT | MALE | BASEANGBAND | HAS_LITE S:1_IN_3 | S:HEAL | TELE_TO | SCARE | S:S_MONSTERS D:It is a humanoid figure thirty feet tall that gives off an aura of power D:and hate. N:635:9-headed hydra G:M:r I:120:100d12:20:95:20 W:40:2:8000:3000 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:FIRE:3d10 B:BITE:FIRE:3d10 B:BITE:FIRE:3d10 B:BITE:FIRE:3d10 F:FORCE_SLEEP | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:ONLY_GOLD | DROP_3D2 | DROP_4D2 | CAN_SWIM | F:OPEN_DOOR | BASH_DOOR | MOVE_BODY | DROP_CORPSE | F:ANIMAL | IM_FIRE | MORTAL | BASEANGBAND S:1_IN_4 | S:SCARE | BO_FIRE | BR_FIRE D:A strange reptilian creature with nine smouldering heads. N:636:Enchantress G:p:R I:130:52d10:20:60:10 W:40:4:1700:2100 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:HURT:2d6 B:HIT:HURT:2d6 B:HIT:HURT:2d8 F:FEMALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:EVIL | NO_CONF | NO_SLEEP F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_2 | S:BLIND | S:S_DRAGON D:This elusive female spellcaster has a special affinity for dragons, whom D:she rarely fights without. N:637:Ranger chieftain G:p:W I:120:50d20:20:60:10 W:41:2:1800:1800 E:1:1:1:2:1:1 O:30:50:20:0 B:HIT:HURT:5d5 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:MALE | INVISIBLE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE F:ONLY_ITEM | DROP_2D2 | TAKE_ITEM | F:SMART | OPEN_DOOR | BASH_DOOR | F:EVIL | NO_CONF | NO_SLEEP | IM_FIRE | IM_ELEC | IM_COLD | IM_POIS | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_4 | S:S_MONSTERS | S:ARROW_2 | ARROW_3 | ARROW_4 | MISSILE | BO_FIRE | BO_ELEC | BA_COLD | S:HASTE | BLINK | S_ANIMALS D:A chieftain among the Rangers. His understanding of nature gives him D:powerful elemental spells to use against you, in addition to his skills D:as an archer and a warrior. Furthermore, he is a master of camouflage, so D:you will need magically enhanced seeing to spot him. N:638:Sorcerer G:p:R I:130:52d10:20:60:10 W:40:2:1700:2150 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:HURT:2d8 B:HIT:HURT:2d8 B:HIT:HURT:2d8 F:MALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE | F:ONLY_ITEM | DROP_90 | DROP_4D2 | F:OPEN_DOOR | BASH_DOOR | F:EVIL | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_2 | S:BLINK | TELE_TO | BLIND | CONF | CAUSE_3 | TRAPS | S:BO_ACID | BA_FIRE | BA_COLD | S:S_MONSTER | S_UNDEAD | S_DRAGON D:A human figure in robes, he moves with magically improved speed, and his D:hands are ablur with spellcasting. N:639:Xaren G:X:s I:120:32d10:20:80:10 W:40:1:500000:1200 E:0:0:0:3:0:0 O:0:0:0:0 B:HIT:HURT:3d4 B:HIT:HURT:3d4 B:HIT:HURT:3d4 B:HIT:HURT:3d4 F:FORCE_MAXHP | SUSCEP_ACID | F:EMPTY_MIND | COLD_BLOOD | F:ONLY_GOLD | DROP_2D2 | F:KILL_ITEM | PASS_WALL | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:It is a tougher relative of the Xorn. Its hide glitters with metal ores. # New monster added by furiosity for the Theme module N:640:Giant green bat G:b:G I:130:3d8:12:20:50 W:20:2:600:18 E:0:1:1:0:1:0 O:0:0:0:0 B:BITE:TERRIFY:1d3 B:CLAW:LOSE_INT:1d2 B:CLAW:DISEASE: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 which is an expert at disguise in a forest. # New monster added by furiosity for the Theme module N:641:Death vortex G:v:D I:130:40d20:100:40:0 W:60:2:0:6000 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:LOSE_ALL:5d5 B:ENGULF:EXP_80:5d5 B:ENGULF:LOSE_ALL:5d5 B:ENGULF:EXP_80:5d5 F:FORCE_SLEEP | CAN_FLY | F:RAND_50 | RAND_25 | RES_DISE | RES_NETH | RES_NEXU | F:EMPTY_MIND | BASH_DOOR | POWERFUL | BASEANGBAND | NO_CUT F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | RES_PLAS | S:1_IN_6 | S:ANIM_DEAD | BO_MANA | DARKNESS | BA_DARK | DRAIN_MANA | D:A whirlpool of darkness that smells like death and decay. # New monster added by furiosity for the Theme module N:642:Gas vortex G:v:g I:110:9d9:100:30:0 W:21:1:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:POISON:3d3 F:FORCE_SLEEP | RAND_50 | CAN_FLY | WILD_WASTE | F:EMPTY_MIND | BASH_DOOR | POWERFUL | WILD_TOO | F:IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP | F:NONLIVING | BASEANGBAND | HAS_LITE | NO_CUT | S:1_IN_6 | S:BR_POIS | D:A whirlpool of noxious gases. N:643:Death drake G:D:G I:120:21d100:25:100:80 W:45:2:170000:10000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d10 B:CLAW:HURT:4d10 B:BITE:EXP_80:7d10 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_2D2 | DROP_4D2 | RES_TELE F:INVISIBLE | TAKE_ITEM | CAN_FLY | F:PASS_WALL | POWERFUL | MOVE_BODY | RES_NETH | F:EVIL | DRAGON | IM_COLD | NO_CONF | NO_SLEEP | BASEANGBAND | ATTR_MULTI S:1_IN_6 | S:SLOW | CONF | SCARE | S:BR_NETH D:It is a dragon-like form wrapped in darkness. You cannot make out its D:true form but you sense its evil. N:644:Ancient red dragon G:D:r I:120:10d100:20:90:80 W:41:1:170000:2500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d9 B:CLAW:HURT:4d9 B:BITE:FIRE:7d9 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE F:DROP_3D2 | DROP_4D2 | CAN_FLY | SUSCEP_COLD | F:SMART | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | IM_FIRE | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_6 | S:BLIND | CONF | SCARE | S:BR_FIRE D:A huge draconic form. Wisps of smoke steam from its nostrils and the D:extreme heat surrounding it makes you gasp for breath. N:645:Ancient gold dragon G:D:y I:120:10d100:20:90:80 W:41:1:170000:2500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d9 B:CLAW:HURT:4d9 B:BITE:HURT:7d9 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE F:DROP_3D2 | DROP_4D2 | CAN_FLY | F:SMART | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | NO_STUN | NO_SLEEP | BASEANGBAND | HAS_LITE | ATTR_MULTI S:1_IN_6 | S:BLIND | CONF | SCARE | S:BR_SOUN D:A huge draconic form wreathed in a nimbus of light. Its roar stuns and D:deafens you. N:646:Great crystal drake G:D:U I:120:21d100:25:100:80 W:45:2:170000:10000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d10 B:CLAW:HURT:4d10 B:BITE:HURT:7d10 F:FORCE_SLEEP | FORCE_MAXHP | REFLECTING | DROP_CORPSE F:ONLY_ITEM | DROP_2D2 | DROP_4D2 | CAN_FLY | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | IM_COLD | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE | NO_CUT F:ATTR_MULTI S:1_IN_6 | S:SLOW | CONF | SCARE | S:BR_SHAR D:A huge crystalline dragon. Its claws could cut you to shreds and its D:teeth are razor sharp. Strange colours ripple through it as it moves in D:the light. # New monster added by furiosity for the Theme module N:647:Mana vortex G:v:y I:110:9d9:100:30:0 W:21:1:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:LOSE_ALL:3d3 F:FORCE_SLEEP | RAND_50 | CAN_FLY | WILD_WASTE | F:EMPTY_MIND | BASH_DOOR | WILD_TOO | POWERFUL | F:IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP | F:NONLIVING | BASEANGBAND | HAS_LITE | NO_CUT | S:1_IN_8 | S:BR_MANA | D:A whirlpool of pure magical energy. N:648:Helcungol G:U:W I:110:40d10:20:50:80 W:40:2:2700:2000 E:1:1:1:2:1:1 O:0:50:50:0 B:STING:POISON:3d4 B:SPIT:COLD:3d4 B:HIT:HURT:3d4 B:CRUSH:HURT:8d12 F:FORCE_SLEEP | FORCE_MAXHP | F:FRIENDS | F:ONLY_ITEM | DROP_60 | F:OPEN_DOOR | BASH_DOOR | POWERFUL | IM_FIRE | F:EVIL | DEMON | IM_COLD | NO_CONF | NO_SLEEP | BASEANGBAND S:1_IN_8 | S:BLIND | CONF | SLOW D:One of the spider demons, spawn of Ungoliant. It looks like D:a giant bloated spider and its claws are icy cold. N:649:Lygrog G:u:D I:130:44d10:20:80:0 W:40:3:600:1000 E:1:1:1:2:1:1 O:0:50:50:0 B:BITE:LOSE_DEX:3d6 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_90 | DROP_2D2 | DROP_4D2 | NONLIVING | F:SMART | INVISIBLE | PASS_WALL | CAN_FLY | F:EVIL | DEMON | IM_FIRE | IM_POIS | RES_TELE F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_10 | S:BLIND | CONF | SCARE | CAUSE_3 | FORGET | S:S_DEMON D:Lygroeg are corrupted demonic snakelike forms, an evil creation D:of Morgoth. # New monster added by furiosity for the Theme module N:650:Slow vortex G:v:W I:80:9d9:100:30:0 W:21:1:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:PARALYZE:3d3 F:FORCE_SLEEP | RAND_50 | CAN_FLY | WILD_WASTE | F:EMPTY_MIND | BASH_DOOR | WILD_TOO | POWERFUL | F:NO_FEAR | NO_CONF | NO_SLEEP | F:NONLIVING | BASEANGBAND | HAS_LITE | NO_CUT | S:1_IN_8 | S:BR_INER | BR_GRAV | D:A whirlpool of inertia and gravity, twisting slowly. # New monster added by furiosity for the Theme module N:651:Nether vortex G:v:G I:110:9d9:100:30:0 W:21:1:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:EXP_40:3d3 F:FORCE_SLEEP | RAND_50 | CAN_FLY | WILD_WASTE | F:EMPTY_MIND | BASH_DOOR | WILD_TOO | POWERFUL | F:IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP | F:NONLIVING | BASEANGBAND | HAS_LITE | NO_CUT | S:1_IN_8 | S:BR_NETH | D:A whirlpool of nether forces. # New monster added by furiosity for the Theme module N:652:Puzzling vortex G:v:U I:110:9d9:100:30:0 W:21:1:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:CONFUSE:3d3 F:FORCE_SLEEP | RAND_50 | CAN_FLY | WILD_WASTE | F:EMPTY_MIND | BASH_DOOR | WILD_TOO | POWERFUL | F:IM_FIRE | NO_FEAR | NO_CONF | NO_SLEEP | F:NONLIVING | BASEANGBAND | HAS_LITE | NO_CUT | S:1_IN_8 | S:BR_CONF | D:A whirlpool of something strange. # New monster added by furiosity for the Theme module N:653:Dark yeek G:y:D I:110:4d8:18:18:10 W:8:1:800:15 E:1:1:1:2:1:1 O:0:50:0:30 B:HIT:HURT:3d6 F:DROP_60 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:ANIMAL | IM_ACID | F:MORTAL | BASEANGBAND S:1_IN_9 S:S_KIN | CAUSE_1 D:It is a strange small humanoid with a malevolent stare. N:654:Judge Fire G:s:R I:120:18d100:90:70:10 W:41:3:0:12000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:FIRE:5d5 B:HIT:FIRE:5d5 B:GAZE:EXP_80 B:WAIL:TERRIFY F:UNIQUE | MALE | CAN_SPEAK | SUSCEP_COLD | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | POWERFUL | F:OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:EVIL | UNDEAD | SUSCEP_COLD | IM_POIS | IM_FIRE | RES_PLAS | F:NO_CONF | NO_SLEEP | JOKEANGBAND | HAS_LITE | NO_CUT | NO_STUN S:1_IN_3 | S:CAUSE_3 | BO_FIRE | BA_FIRE | BR_FIRE | BO_PLAS S:DARKNESS | S_MONSTER | S_DEMON | S_UNDEAD | TPORT | BLINK | SCARE D:One of the Dark Judges, he has come to punish your crime of living. D:He looks like a skeleton enveloped in flames. # New monster added by furiosity for the Theme module N:655:White yeek G:y:w 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 | IM_COLD | F:MORTAL | BASEANGBAND S:1_IN_10 S:BO_COLD | BO_ICEE | D:It is a strange small humanoid adapted to cold environments. N:656:Judge Mortis G:z:G I:120:18d100:90:70:10 W:41:3:0:13000 E:1:1:1:2:1:1 O:0:75:0:15 B:HIT:POISON:5d5 B:HIT:DISEASE:5d5 B:TOUCH:LOSE_ALL B:TOUCH:EXP_80 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:EVIL | UNDEAD | SUSCEP_FIRE | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | JOKEANGBAND | NO_CUT | NO_STUN S:1_IN_3 | S:BLIND | SCARE | CAUSE_3 | BO_ACID | BO_NETH | BR_POIS | S:BR_NETH | BO_NETH | BLINK | TPORT | ANIM_DEAD S:BO_POIS | S_UNDEAD D:Another Dark Judge, he is a rotting humanoid with a cow's skull as D:his head. N:657:Dark elven sorcerer G:h:R I:130:80d10:20:70:10 W:41:2:1300:3000 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:HURT:2d8 B:HIT:HURT:2d8 B:HIT:HURT:2d8 F:MALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE F:ONLY_ITEM | DROP_90 | DROP_4D2 | F:SMART | OPEN_DOOR | BASH_DOOR | F:EVIL | HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE S:1_IN_2 | S:HEAL | BLINK | TELE_TO | BLIND | CONF | CAUSE_3 | DARKNESS | S:BO_ACID | BA_FIRE | BA_COLD | ANIM_DEAD S:S_MONSTER | S_UNDEAD | S_DEMON | MISSILE D:A dark elven figure, dressed in deepest black. Power seems to crackle D:from his slender frame. N:658:Master lich G:L:r I:120:18d100:20:80:50 W:41:2:1800:7000 E:1:1:1:2:1:1 O:10:45:25:10 B:TOUCH:EXP_80 B:TOUCH:UN_POWER B:TOUCH:LOSE_DEX:2d12 B:TOUCH:LOSE_DEX:2d12 F:FORCE_SLEEP | FORCE_MAXHP | SMART | RES_TELE | F:ONLY_ITEM | DROP_2D2 | DROP_4D2 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND F:NO_CUT S:1_IN_3 | S:BLINK | TELE_TO | BLIND | HOLD | CONF | SCARE | CAUSE_3 | CAUSE_4 | S:DRAIN_MANA | BRAIN_SMASH | S_UNDEAD D:A skeletal form wrapped in robes. Powerful magic crackles along its D:bony fingers. # New monster added by furiosity for the Theme module N:659:Gray yeek G:y:s 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 S:1_IN_6 S:BO_ACID | D:It is a strange small humanoid cloaked in gray. You notice D:some suspicious-looking vials in his pack. N:660:Eol, the Dark Elf G:h:D I:130:80d30:20:100:60 W:49:2:1400:25000 E:1:1:1:2:1:1 O:10:40:40:10 B:HIT:HURT:3d8 B:HIT:HURT:3d8 B:HIT:HURT:3d8 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | CAN_SPEAK | F:ONLY_ITEM | DROP_4D2 | DROP_2D2 | DROP_GOOD | DROP_CHOSEN | F:SMART | IM_ELEC | IM_COLD | IM_POIS | IM_FIRE | F:REFLECTING | OPEN_DOOR | BASH_DOOR | SPECIAL_GENE | F:HURT_LITE | BASEANGBAND | HAS_LITE S:1_IN_3 | S:HEAL | BLINK | TELE_TO | BLIND | CONF | CAUSE_4 | DARKNESS | S:BA_NETH | BA_ELEC | BA_ACID | BA_FIRE | BA_COLD | BO_MANA | S:S_MONSTERS | S_UNDEAD | S_DRAGON | S_DEMON D:A lord of the Teleri, Eol is a mighty metalsmith, the first D:one to ever forge weapons of meteorite iron. His dark D:countenance glares at you in disdain. # New monster added by furiosity for the Theme module N:661:Yellow yeek G:y:y 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 | IM_POIS | F:MORTAL | BASEANGBAND S:1_IN_7 | S:BA_POIS D:It is a strange small humanoid. He's strangely stinky. # New monster added by furiosity for the Theme module # A brown yeek with the PET flag. N:662:Adventurer 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 | PET | F:MORTAL | BASEANGBAND D:It is a strange small humanoid, a fellow adventurer. # New monster added by furiosity for the Theme module N:663:Dark mushroom patch G:,:D I:110:1d2:2:1:0 W:8:1:10:1 E:0:0:0:0:0:0 O:0:0:0:0 B:SPORE:EXP_10:1d4 F:NEVER_MOVE | F:STUPID | EMPTY_MIND | F:IM_POIS | DROP_CORPSE | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_10 | S:DARKNESS D:Yum! It looks quite tasty. N:664:Undead beholder G:e:u I:120:27d100:30:100:10 W:45:3:1600:8000 E:0:0:0:0:0:0 O:0:0:0:0 B:GAZE:EXP_40:3d6 B:GAZE:UN_POWER:3d6 B:GAZE:INSANITY:3d6 B:BITE:EXP_40:7d6 F:FORCE_SLEEP | FORCE_MAXHP | RES_TELE | F:COLD_BLOOD | BASH_DOOR | F:EVIL | UNDEAD | CAN_FLY | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_2 | S:SLOW | CONF | CAUSE_4 | DRAIN_MANA | MIND_BLAST | FORGET | S:BO_MANA | BO_NETH | BRAIN_SMASH | BA_FIRE | BA_COLD | BO_ACID | S:S_UNDEAD | ANIM_DEAD D:A beholder which has cheated death. Black nether storms rage around the D:bloodshot pupil of its central giant eye, and light seems to bend as it D:sucks its power from the very air around it. Your soul chills as it drains D:your vitality for its evil enchantments. N:665:Shadow G:G:D I:120:10d20:30:30:20 W:37:3:0:400 E:0:0:0:0:0:0 O:90:10:0:0 B:TOUCH:EXP_80 B:TOUCH:EXP_40 B:CLAW:LOSE_INT:1d10 B:CLAW:LOSE_WIS:1d10 F:FORCE_SLEEP | CAN_FLY | F:ONLY_ITEM | DROP_1D2 | POWERFUL | REGENERATE | HURT_LITE | F:INVISIBLE | COLD_BLOOD | PASS_WALL | RES_NETH | F:EVIL | UNDEAD | IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND F:NO_CUT S:1_IN_8 | S:BO_NETH | TELE_TO | SLOW D:A mighty spirit of darkness of vaguely humanoid form. Razor-edged claws D:reach out to end your life as it glides towards you, seeking to suck the D:energy from your soul to feed its power. N:666:Iron lich G:L:W I:120:22d100:30:100:10 W:42:4:0:10000 E:0:0:0:0:1:0 O:0:0:100:0 B:BUTT:COLD:3d6 B:BUTT:FIRE:3d6 B:BUTT:ELEC:3d6 F:FORCE_SLEEP | FORCE_MAXHP | REFLECTING | F:COLD_BLOOD | BASH_DOOR | CAN_FLY | SUSCEP_ACID | F:EVIL | UNDEAD | POWERFUL | SMART | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | RES_TELE | F:ONLY_ITEM | DROP_60 | DROP_GOOD | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_2 | S:BA_WATE | BA_FIRE | BO_ICEE | BA_ELEC | BA_COLD | S:CAUSE_4 | DRAIN_MANA | BRAIN_SMASH | S_UNDEAD D:It is a huge, twisted grey skull floating through the air. Its cold eyes D:burn with hatred towards all who live. N:667:Dread G:G:o I:120:25d20:20:30:10 W:42:1:1000:600 E:0:0:0:0:0:0 O:0:50:50:0 B:HIT:HURT:6d6 B:HIT:HURT:6d6 B:HIT:LOSE_STR:3d4 F:FORCE_SLEEP | F:RAND_25 | FRIENDS | CAN_FLY | F:ONLY_ITEM | DROP_60 | F:TAKE_ITEM | INVISIBLE | COLD_BLOOD | PASS_WALL | F:EVIL | UNDEAD | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_15 | S:BLIND | HOLD | CONF | DRAIN_MANA | BO_NETH D:Death incarnate, its hideous black body seems to struggle against D:reality as the universe itself struggles to banish it. N:668:Greater basilisk G:R:D I:120:20d100:25:100:15 W:42:2:3000:10000 E:0:1:0:2:1:0 O:0:50:50:0 B:GAZE:PARALYZE:3d12 B:GAZE:PARALYZE:3d12 B:BITE:POISON:2d12 B:BITE:POISON:2d12 F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | POWERFUL | F:OPEN_DOOR | BASH_DOOR | EVIL | IM_POIS | DROP_CORPSE | F:ANIMAL | NO_CONF | NO_SLEEP | CAN_SWIM | F:MORTAL | BASEANGBAND S:1_IN_8 S:BR_POIS | BR_DARK | BR_NEXU D:A large basilisk, whose shape resembles that of a great worm. # New monster added by furiosity for the Theme module N:669:White mushroom patch G:,:w 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:COLD: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. # New monster added by furiosity for the Theme module N:670:Brown mushroom patch G:,:u 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:DISEASE: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. # New monster added by furiosity for the Theme module N:671:Silver mushroom patch G:,:W 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:EAT_LITE: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. # New monster added by furiosity for the Theme module N:672:Green mushroom patch G:,:G 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:POISON: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:673:Mumak G:q:s I:110:90d10:20:55:100 W:63:2:150000:2100 E:0:1:0:2:1:0 O:0:0:0:0 B:BUTT:HURT:8d6 B:BUTT:HURT:8d6 B:CRUSH:HURT:8d4 F:FRIENDS | DROP_CORPSE | F:BASH_DOOR | ANIMAL | MORTAL | BASEANGBAND D:A massive elephantine form with eyes twisted by madness. N:674:Judge Fear G:W:y I:120:18d100:90:70:10 W:43:4:0:12000 E:1:1:1:2:1:1 O:100:0:0:0 B:GAZE:TERRIFY B:GAZE:EXP_40 B:GAZE:EXP_40 B:GAZE:HURT:2d20 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | F:INVISIBLE | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:EVIL | UNDEAD | IM_FIRE | IM_COLD | IM_POIS | F:HURT_LITE | NO_CONF | NO_SLEEP | JOKEANGBAND | NO_CUT | NO_STUN S:1_IN_3 | S:BLIND | HOLD | SCARE | CAUSE_3 | MIND_BLAST | BRAIN_SMASH | S:S_UNDEAD | DRAIN_MANA | FORGET | ANIM_DEAD D:A Dark Judge, reputedly so frightening that his gaze can kill. N:675:Ancient multi-hued dragon G:D:v I:120:21d100:25:100:80 W:43:1:170000:13000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d10 B:CLAW:HURT:4d10 B:BITE:HURT:7d10 F:ATTR_MULTI | F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | DROP_CORPSE F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | F:SMART | OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | IM_ACID | IM_FIRE | IM_COLD | F:IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE S:1_IN_5 | S:BLIND | CONF | SCARE | S:BR_ACID | BR_FIRE | BR_COLD | BR_ELEC | BR_POIS D:A huge draconic form. Many colours ripple down its massive frame. Few D:live to see another. N:676:Ethereal dragon G:D:o I:120:21d100:25:100:80 W:45:2:170000:10000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d10 B:CLAW:HURT:4d10 B:BITE:HURT:7d10 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_2D2 | DROP_4D2 | F:INVISIBLE | CAN_FLY | F:PASS_WALL | POWERFUL | MOVE_BODY | F:DRAGON | NO_CONF | NO_SLEEP | BASEANGBAND | ATTR_MULTI S:1_IN_6 | S:BLIND | CONF | S:BR_LITE | BR_DARK | BR_CONF D:A huge dragon emanating from the ethereal plane, this terrible dragon is D:a master of light and dark. Its form disappears from sight as it cloaks D:itself in unearthly shadows. # New monster added by furiosity for the Theme module N:677:Dark elemental G:E:D I:110:30d8:12:50:50 W:33:2:0:350 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:BLIND:4d6 B:HIT:EAT_LITE:4d6 F:FORCE_SLEEP | RAND_25 | F:EMPTY_MIND | CAN_FLY | WILD_TOO | WILD_VOLCANO | F:KILL_ITEM | KILL_BODY | BASH_DOOR | POWERFUL | F:IM_FIRE | IM_POIS | IM_ELEC | IM_ACID | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_6 | S:BR_DARK D:It is a twisting pillar of pure darkness. # New monster added by furiosity for the Theme module N:678:Slow elemental G:E:s I:100:30d8:12:50:50 W:33:2:0:350 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:PARALYZE:4d6 B:HIT:PARALYZE:4d6 F:FORCE_SLEEP | RAND_25 | F:EMPTY_MIND | CAN_FLY | WILD_TOO | WILD_VOLCANO | F:KILL_ITEM | KILL_BODY | BASH_DOOR | POWERFUL | F:IM_FIRE | IM_POIS | IM_ELEC | IM_ACID | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_6 | S:BR_INER D:It is a slowly twisting pillar of energy. N:679:Quaker, Master of Earth G:E:u I:110:28d100:10:97:90 W:43:3:0:4500 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:6d6 B:HIT:HURT:6d6 B:HIT:HURT:6d6 B:HIT:SHATTER:10d10 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_SLEEP | FORCE_MAXHP | F:EMPTY_MIND | COLD_BLOOD | KILL_WALL | F:KILL_ITEM | KILL_BODY | PASS_WALL | POWERFUL | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:HURT_ROCK | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT | NO_STUN S:1_IN_6 | S:BO_ACID | BA_ACID D:A towering stone elemental stands before you. The walls and ceiling are D:reduced to rubble as Quaker advances. N:680:Death leprawn G:l:D I:120:6d6:8:13:8 W:44:6:0:85 E:1:1:1:2:1:1 O:0:0:0:0 B:TOUCH:EXP_40:1d10 B:TOUCH:EAT_GOLD B:TOUCH:EAT_ITEM F:INVISIBLE | RAND_25 | TAKE_ITEM | COLD_BLOOD | SMART | F:HURT_LITE | EVIL | OPEN_DOOR | MALE | UNDEAD | RES_NETH | JOKEANGBAND | NO_CUT S:MULTIPLY | S:1_IN_6 | S:BLINK | TPORT | TELE_TO | CAUSE_3 | ANIM_DEAD D:Nasty undead little gnomes. # New monster added by furiosity for the Theme module N:681:Chaos elemental G:E:v I:110:30d8:12:50:50 W:33:2:0:350 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:EXP_40:4d6 B:HIT:INSANITY:4d6 F:FORCE_SLEEP | RAND_25 | F:EMPTY_MIND | CAN_FLY | WILD_TOO | WILD_VOLCANO | F:KILL_ITEM | KILL_BODY | BASH_DOOR | POWERFUL | F:IM_FIRE | IM_POIS | IM_ELEC | IM_ACID | ELDRITCH_HORROR | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_6 | S:BR_CHAO D:It is a massive tornado of raw chaos. # New monster added by furiosity for the Theme module N:682:Confusion elemental G:E:U I:110:30d8:12:50:50 W:33:2:0:350 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:CONFUSE:4d6 B:HIT:CONFUSE:4d6 F:FORCE_SLEEP | RAND_25 | F:EMPTY_MIND | CAN_FLY | WILD_TOO | WILD_VOLCANO | F:KILL_ITEM | KILL_BODY | BASH_DOOR | POWERFUL | F:IM_FIRE | IM_POIS | IM_ELEC | IM_ACID | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_6 | S:BR_CONF D:It is confusing sight to behold. # New monster added by furiosity for the Theme module N:683:Large blue snake G:J:b I:100:4d8:5:38:75 W:4:1:1000:9 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:1d4 B:CRUSH:ELEC:1d6 F:RAND_25 | CAN_SWIM | WILD_TOO | DROP_SKELETON | DROP_CORPSE F:BASH_DOOR | HAS_EGG | ANIMAL | MORTAL | BASEANGBAND | IM_ELEC | D:It is about ten feet long, its lithe form crackling with sparks. # New monster added by furiosity for the Theme module N:684:Large silver snake G:J:W I:100:4d8:5:38:75 W:4:1:1000:9 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:1d4 B:CRUSH:EAT_LITE: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, and seems to feed on light. # New monster added by furiosity for the Theme module N:685:Large purple snake G:J:v 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:LOSE_CON: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 and looks diseased. N:686:Judge Death G:W:R I:120:45d50:90:90:10 W:43:3:0:14000 E:1:1:1:2:1:1 O:0:20:80:0 B:CLAW:POISON:10d5 B:CLAW:POISON:10d5 B:CLAW:EXP_40:10d1 B:GAZE:TERRIFY F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | F:SMART | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:EVIL | UNDEAD | IM_ELEC | IM_COLD | SUSCEP_FIRE | F:IM_POIS | NO_CONF | NO_SLEEP | JOKEANGBAND | NO_CUT | NO_STUN S:1_IN_3 | S:BLIND | HOLD | SCARE | CAUSE_4 | BA_FIRE | BA_NETH | ANIM_DEAD S:S_MONSTERS | S_UNDEAD | S_HI_UNDEAD | DRAIN_MANA | D:The most powerful Dark Judge, whose touch means death. N:687:Ariel, Queen of Air G:E:B I:130:27d100:12:50:50 W:43:3:0:4750 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:4d6 B:HIT:CONFUSE:4d4 B:HIT:HURT:4d6 B:HIT:CONFUSE:4d4 F:UNIQUE | FEMALE | AURA_ELEC | CAN_SPEAK | F:FORCE_SLEEP | FORCE_MAXHP | F:RAND_25 | CAN_FLY | F:EMPTY_MIND | COLD_BLOOD | F:KILL_ITEM | KILL_BODY | BASH_DOOR | POWERFUL | F:IM_ACID | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_5 | S:BO_ELEC | BA_COLD | BA_ELEC D:A towering air elemental, Ariel the sorceress avoids your blows D:with her extreme speed. N:688:11-headed hydra G:M:R I:120:100d18:20:100:20 W:44:2:8500:6000 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:FIRE:3d12 B:BITE:FIRE:3d12 B:BITE:FIRE:3d12 B:BITE:FIRE:3d12 F:FORCE_SLEEP | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:ONLY_GOLD | DROP_2D2 | DROP_4D2 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:ANIMAL | IM_FIRE | CAN_SWIM | F:MORTAL | BASEANGBAND S:1_IN_4 | S:SCARE | BO_FIRE | BO_PLAS | BA_FIRE | BR_FIRE D:A strange reptilian hybrid with eleven smouldering heads. N:689:Patriarch G:p:G I:120:52d10:20:60:10 W:40:2:1800:1800 E:1:1:1:2:1:1 O:0:10:90:0 B:HIT:HURT:3d4 B:HIT:HURT:3d4 B:HIT:HURT:3d5 F:MALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE | F:ONLY_ITEM | DROP_90 | DROP_2D2 | F:SMART | OPEN_DOOR | BASH_DOOR | F:EVIL | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_2 | S:HEAL | BLIND | HOLD | CAUSE_4 | CAUSE_3 | ANIM_DEAD | S:S_MONSTERS | S_UNDEAD D:An evil priest, dressed all in black. Deadly spells hit you at an D:alarming rate as his black spiked mace rains down blow after blow on your D:pitiful frame. N:690:Dreadmaster G:G:y I:120:12d100:20:100:10 W:44:2:1000:8000 E:0:0:0:0:0:0 O:10:40:25:10 B:HIT:HURT:6d6 B:HIT:HURT:6d6 B:HIT:LOSE_STR:3d4 B:HIT:LOSE_STR:3d4 F:FORCE_SLEEP | FORCE_MAXHP | RAND_25 | F:ONLY_ITEM | DROP_1D2 | DROP_4D2 | CAN_FLY | F:SMART | TAKE_ITEM | INVISIBLE | COLD_BLOOD | PASS_WALL | F:EVIL | UNDEAD | IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND F:NO_CUT S:1_IN_9 | S:TELE_LEVEL | BLIND | HOLD | CONF | CAUSE_4 | DRAIN_MANA | BO_NETH | S:S_UNDEAD D:It is an unlife of power almost unequalled. An affront to existence, its D:very touch abuses and disrupts the flow of life, and its unearthly limbs, D:of purest black, crush rock and flesh with ease. N:691:Drolem G:g:g I:120:30d100:25:130:30 W:44:3:40000:12000 E:0:1:0:6:1:0 O:0:0:0:0 B:CLAW:HURT:3d10 B:CLAW:HURT:3d10 B:BITE:POISON:5d10 B:BITE:POISON:5d10 F:FORCE_SLEEP | FORCE_MAXHP | RES_TELE | F:EMPTY_MIND | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:DRAGON | IM_FIRE | IM_COLD | F:IM_ELEC | IM_POIS | CAN_SWIM | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | NO_CUT F:ATTR_MULTI S:1_IN_6 | S:BLIND | SLOW | CONF | ARROW_3 | S:BR_POIS D:A constructed dragon, the drolem has massive strength. Powerful spells D:weaved during its creation make it a fearsome adversary. Its eyes show D:little intelligence, but it has been instructed to destroy all it meets. N:692:Scatha the Worm G:D:W I:120:22d100:30:130:70 W:46:2:210000:17000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d10 B:CLAW:HURT:4d10 B:BITE:COLD:4d14 B:BITE:COLD:4d14 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | SUSCEP_FIRE | F:ONLY_ITEM | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_CORPSE F:BASH_DOOR | POWERFUL | MOVE_BODY | CAN_FLY | F:EVIL | DRAGON | IM_COLD | NO_CONF | BASEANGBAND | HAS_LITE S:1_IN_4 | S:CONF | CAUSE_3 | S:BR_COLD D:An ancient and wise Dragon. Scatha has grown clever over the long years. D:His scales are covered with frost, and his breath sends a shower of ice D:into the air. N:693:Warrior of the Dawn G:p:R I:120:25d25:20:70:20 W:45:2:1600:500 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:IM_POIS | IM_FIRE | IM_ELEC | IM_ACID | IM_COLD | F:NO_SLEEP | NO_FEAR | F:FRIENDS | F:MALE | OPEN_DOOR | BASH_DOOR | JOKEANGBAND | HAS_LITE D:Fierce, barbaric warriors, armed with great spiked clubs, and surrounded D:in an aura of scarlet. Whenever one of them is slain, another appears D:out of nowhere to take his place. N:694:Lesser black reaver G:L:s I:120:25d100:20:120:50 W:45:3:2600:12000 E:0:0:0:0:0:0 O:0:0:100:0 B:HIT:UN_BONUS:4d8 B:HIT:UN_BONUS:4d8 B:HIT:LOSE_STR:4d6 B:HIT:LOSE_STR:4d6 F:FORCE_SLEEP | FORCE_MAXHP | SMART | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | CAN_SWIM | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_COLD | IM_POIS | RES_TELE F:NO_CONF | NO_SLEEP | KILL_WALL | NO_FEAR F:BASEANGBAND | NO_CUT S:1_IN_3 | S:TELE_TO | BLIND | HOLD | CONF | CAUSE_3 | DRAIN_MANA | S:MIND_BLAST | BA_NETH | ANIM_DEAD D:A humanoid form, black as night, advancing steadily and unstoppably. # New monster added by furiosity for the Theme module N:695:Large red snake G:J:R I:100:4d8:5:38:75 W:4:1:1000:10 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:1d4 B:CRUSH:FIRE: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, its form glowing with fire. N:696:Grand master thief G:p:b I:130:15d100:50:75:40 W:46:2:0:1500 E:1:1:1:2:1:1 O:70:10:10:10 B:HIT:EAT_ITEM:5d5 B:HIT:EAT_ITEM:5d5 B:HIT:EAT_GOLD:5d5 B:HIT:EAT_GOLD:5d5 F:MALE | DROP_2D2 | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL | BASEANGBAND S:1_IN_2 | S:BLINK | TPORT | TELE_TO | CONF | TRAPS | ARROW_2 D:A class of its own: you are already too late to protect your possessions - D:and he seems to have studied magic too, and is a master of setting traps. N:697:Smaug the Golden G:D:R I:120:24d100:30:150:80 W:48:2:230000:23000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d12 B:CLAW:HURT:4d12 B:BITE:FIRE:5d14 B:BITE:FIRE:5d14 F:UNIQUE | MALE | REFLECTING | CAN_FLY | DROP_CORPSE | F:FORCE_SLEEP | FORCE_MAXHP | CAN_SPEAK | SPECIAL_GENE | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:SMART | EVIL | DRAGON | IM_FIRE | BASEANGBAND F:HAS_LITE S:1_IN_4 | S:CONF | CAUSE_3 | S:BR_FIRE D:Smaug is one of the great dragons that still survive, a fire-drake of immense D:cunning and intelligence. His speed through air is matched by few other D:dragons, his dragonfire is what legends are made of, and his hide is D:armoured with diamonds: he is believed to be the greatest dragon still D:surviving into the Third Age. N:698:The Stormbringer G:|:D I:120:13d123:20:99:20 W:45:2:0:13333 E:0:0:0:0:0:0 O:0:0:0:0 B:WAIL:TERRIFY B:HIT:EXP_80:64d1 B:HIT:EXP_80:64d1 B:HIT:EXP_80:8d8 F:CHAR_MULTI | EVIL | IM_POIS | IM_COLD | IM_FIRE | RES_NETH | F:FORCE_SLEEP | UNIQUE | FORCE_MAXHP | CAN_FLY | F:COLD_BLOOD | BASH_DOOR | NONLIVING | F:NO_CONF | NO_SLEEP | NO_FEAR | JOKEANGBAND | HAS_LITE | NO_CUT | NO_STUN D:The mightiest of hellblades, a black runesword which thirsts for D:your soul. N:699:Knight Templar G:p:w I:120:60d20:20:60:10 W:44:2:1800:2000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:5d5 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:IM_POIS | IM_FIRE | IM_ELEC | IM_ACID | IM_COLD | GOOD | F:RES_NETH | RES_NEXU | RES_DISE | RES_TELE | DROP_SKELETON | DROP_CORPSE F:NO_SLEEP | NO_CONF | NO_FEAR | NO_STUN | F:DROP_2D2 | DROP_90 | REFLECTING | F:MALE | OPEN_DOOR | BASH_DOOR | FORCE_MAXHP | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_4 | S:HEAL | CAUSE_3 | CAUSE_4 | HASTE | SCARE | BLIND | D:It seems that the more devout the person, the more likely they are to cross D:the boundary between piety and sanctimoniousness. And such is the case with D:the Order of the Knights Templar; they are among the most pious and D:powerful of the religious knightly orders, but noted for their intolerance. D:Thus it is Morgoth's will that is unwittingly done, as the forces of good D:are set against each other. # New monster added by furiosity for the Theme module N:700:Large eel G:J:U 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:TERRIFY:1d6 F:RAND_25 | CAN_SWIM | WILD_ONLY | DROP_SKELETON | DROP_CORPSE | WILD_SHORE F:BASH_DOOR | HAS_EGG | ANIMAL | MORTAL | BASEANGBAND | NEUTRAL | NO_TARGET | D:It is about ten feet long. Its survival depends on being D:confused for a much more dangerous snake. N:701:Dracolich G:D:G I:120:35d100:25:120:80 W:55:2:180000:18000 E:0:1:0:6:1:0 O:10:50:40:0 B:CLAW:HURT:4d12 B:CLAW:HURT:4d12 B:BITE:EXP_80:7d14 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | RES_TELE | F:COLD_BLOOD | CAN_FLY | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | UNDEAD | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT | ATTR_MULTI S:1_IN_6 | S:CONF | SCARE | S:BR_COLD | BR_NETH D:The skeletal form of a once-great dragon, enchanted by magic most D:perilous. Its animated form strikes with speed and drains life from its D:prey to satisfy its hunger. N:702:Greater titan G:P:o I:120:38d100:30:125:15 W:66:3:50000:23500 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:CONFUSE:12d12 B:HIT:CONFUSE:12d12 B:HIT:CONFUSE:12d12 B:HIT:CONFUSE:12d12 F:FORCE_SLEEP | FORCE_MAXHP | DROP_SKELETON | DROP_CORPSE | F:ONLY_ITEM | DROP_4D2 | DROP_1D2 | DROP_GOOD | MOVE_BODY | F:SMART | TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL | GIANT | MALE | BASEANGBAND | HAS_LITE S:1_IN_3 | S:HEAL | TELE_TO | S:S_MONSTERS D:A forty foot tall humanoid that shakes the ground as it walks. The power D:radiating from its frame shakes your courage, its hatred inspired by your D:defiance. N:703:Dracolisk G:D:R I:120:35d100:25:120:80 W:55:2:180000:18000 E:0:1:0:6:1:0 O:0:50:40:10 B:CLAW:HURT:4d12 B:CLAW:HURT:4d12 B:BITE:FIRE:7d14 B:GAZE:PARALYZE F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | RES_NEXU | RES_TELE | F:ANIMAL | EVIL | DRAGON | IM_ACID | IM_FIRE | NO_CONF | NO_SLEEP | F:BASEANGBAND | ATTR_MULTI S:1_IN_6 | S:HOLD | SCARE | S:BR_FIRE | BR_NEXU D:A mixture of dragon and basilisk, the dracolisk stares at you with deep D:piercing eyes, its evil breath burning the ground where it stands. N:704:Winged Horror G:B:D I:120:25d80:30:80:5 W:48:3:4500:4000 B:CLAW:HURT:3d8 B:CLAW:HURT:3d8 B:BITE:EXP_40:4d6 B:BITE:EXP_40:4d6 F:ANIMAL | MORTAL | EVIL | CAN_FLY | BASH_DOOR | IM_COLD | IM_POIS F:WILD_TOO | WILD_WASTE | WILD_WOOD | WILD_SWAMP | BASEANGBAND S:1_IN_6 S:BR_NETH | BR_DARK | BR_POIS D:A terrifying sight: a winged creature greater than any bird you have ever D:seen, and with no feathers on its horrid black leathery wings. Descended D:from a creature of an older world perhaps, bred by Sauron to be a winged D:steed for his Ringwraiths. # New monster added by furiosity for the Theme module N:705:Killer gray beetle G:K:s I:110:22d8:14:45:30 W:27:1:600:95 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:3d4 B:SPIT:ACID:4d5 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_CORPSE | F:ANIMAL | IM_ACID | CAN_FLY | F:MORTAL | BASEANGBAND | HAS_LITE D:It is a giant beetle surrounded by droplets of acid. # New monster added by furiosity for the Theme module N:706:Killer orange beetle G:K:o I:110:22d8:14:45:30 W:27:1:600:95 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:3d4 B:SPIT:BLIND:4d5 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_CORPSE | F:ANIMAL | CAN_FLY | F:MORTAL | BASEANGBAND | HAS_LITE D:It is a giant beetle with a corrosive spit. # New monster added by furiosity for the Theme module N:707:Killer blue beetle G:K:b I:110:22d8:14:45:30 W:27:1:600:95 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:3d4 B:SPIT:ELEC:4d5 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_CORPSE | F:ANIMAL | IM_ELEC | CAN_FLY | F:MORTAL | BASEANGBAND | HAS_LITE D:It is a giant beetle surrounded by sparks. N:708:Ent G:#:G I:110:40d100:30:120:15 W:46:3:0:12500 E:1:1:1:2:1:1 O:30:50:20:0 B:CRUSH:HURT:12d13 B:CRUSH:HURT:12d13 B:CRUSH:HURT:12d13 B:CRUSH:HURT:12d13 F:FORCE_SLEEP | FORCE_MAXHP | PET | SUSCEP_FIRE | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | MOVE_BODY | F:SMART | TAKE_ITEM | KILL_WALL | BASH_DOOR | F:GOOD | BASEANGBAND | NO_CUT D:Ents are some of the oldest creatures that awoke on Arda. It is a D:tree-herd: a sentient, moving tree. Its wrath is fearsome, and it could D:split stones and even the very rock of Isengard with its roots. N:709:Rock giant G:P:s I:120:40d100:30:150:15 W:54:3:40000:14500 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:SHATTER:12d13 B:HIT:SHATTER:12d13 B:HIT:SHATTER:12d13 B:HIT:SHATTER:12d13 F:FORCE_SLEEP | FORCE_MAXHP | HURT_ROCK | F:ONLY_GOLD | DROP_4D2 | MOVE_BODY | KILL_WALL | F:SMART | TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL | GIANT | MALE | HAS_LITE | NO_CUT D:A being made of living stone. N:710:Itangast the Fire Drake G:D:R I:120:22d100:30:120:70 W:47:2:220000:20000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d10 B:CLAW:HURT:4d10 B:BITE:FIRE:4d14 B:BITE:FIRE:4d14 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | DROP_CORPSE F:ONLY_ITEM | DROP_3D2 | DROP_4D2 | DROP_GOOD | SUSCEP_COLD | F:BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | IM_FIRE | BASEANGBAND | HAS_LITE S:1_IN_4 | S:CONF | CAUSE_3 | S:BR_FIRE D:A mighty ancient dragon, Itangast's form scorches your flesh. Wisps of D:smoke curl up from his nostrils as he regards you with disdain. N:711:Death mold G:m:D I:140:100d20:200:60:0 W:47:1:100:1000 E:0:0:0:0:0:0 O:0:0:0:0 B:SPORE:UN_BONUS:7d7 B:SPORE:UN_BONUS:7d7 B:SPORE:UN_BONUS:7d7 B:SPORE:EXP_80:5d5 F:FORCE_SLEEP | NEVER_MOVE | CAN_SWIM | F:EVIL | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is the epitome of all that is evil, in a mold. Its lifeless form draws D:power from sucking the souls of those that approach it, a nimbus of pure D:evil surrounds it. Luckily for you, it can't move... # New monster added by furiosity for the Theme module N:712:Killer silver beetle G:K:W I:110:22d8:14:45:30 W:27:1:600:95 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:3d4 B:SPIT:EAT_LITE:4d5 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_CORPSE | F:ANIMAL | HURT_LITE | CAN_FLY | F:MORTAL | BASEANGBAND | HAS_LITE D:It is a giant beetle surrounded by a strange dark light. # New monster added by furiosity for the Theme module N:713:Killer green beetle G:K:G I:110:22d8:14:45:30 W:27:1:600:95 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:3d4 B:SPIT:CONFUSE:4d5 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_CORPSE | F:ANIMAL | NO_CONF | CAN_FLY | F:MORTAL | BASEANGBAND | HAS_LITE D:It is a giant beetle surrounded by a puzzling green aura. N:714:Quickbeam, the Ent G:#:G I:120:40d100:30:120:15 W:47:3:0:13500 E:1:1:1:2:1:1 O:10:50:20:10 B:CRUSH:HURT:12d13 B:CRUSH:HURT:12d13 B:CRUSH:HURT:12d13 B:CRUSH:HURT:12d13 F:FORCE_SLEEP | FORCE_MAXHP | UNIQUE | CAN_SPEAK | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | MOVE_BODY | SUSCEP_FIRE | F:SMART | TAKE_ITEM | KILL_WALL | BASH_DOOR | F:GOOD | PET | BASEANGBAND | NO_CUT D:Also known as Bregalad. Unusually hasty, for an ent. He hates evil creatures, D:orcs in particular, since the destruction of his beloved rowan-trees to feed the D:fires of Orthanc. N:715:Glaurung, Father of the Dragons G:D:R I:130:120d100:20:125:70 W:70:2:300000:50000 E:0:1:0:6:1:0 O:30:70:0:0 B:CLAW:HURT:5d12 B:CLAW:HURT:5d12 B:BITE:FIRE:8d14 B:BITE:POISON:8d14 F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_RANDART | KILL_TREES | F:ONLY_ITEM | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:SMART | EVIL | DRAGON | IM_POIS | IM_FIRE | F:BASEANGBAND | HAS_LITE S:1_IN_3 | S:BLIND | CONF | SCARE | BRAIN_SMASH | S:BR_FIRE | BR_POIS | BR_SOUN | S_HI_DRAGON D:Glaurung is the father of all dragons, and was for a long time the most D:powerful. Though this is no longer so, he still has full command over D:his brood and can command them to appear whenever he so wishes. He is D:the definition of dragonfire. N:716:Behemoth G:H:B I:120:50d100:25:180:30 W:49:3:6000:16000 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:5d8 B:BITE:HURT:5d8 B:CRUSH:HURT:3d15 B:CRUSH:HURT:3d15 F:FORCE_SLEEP | FORCE_MAXHP | CAN_SWIM | ANIMAL | AQUATIC | F:IM_FIRE | IM_ACID | IM_COLD | IM_POIS | DROP_CORPSE | F:NO_CONF | NO_SLEEP | NO_FEAR | NEUTRAL | NO_TARGET | F:WILD_ONLY | WILD_SHORE | WILD_OCEAN | MORTAL | BASEANGBAND D:A great water-beast, with an almost unpenetrable skin. # New monster added by furiosity for the Theme module N:717:Killer aquatic beetle G:K:B I:110:22d8:14:45:30 W:27:1:600:95 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:3d4 B:SPIT:COLD:4d5 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_CORPSE | F:ANIMAL | RES_WATE | CAN_FLY | SUSCEP_FIRE | F:MORTAL | BASEANGBAND | HAS_LITE | AQUATIC | D:It is a giant beetle that prefers to live in water. N:718:Greater wall monster G:#:W I:120:15d40:20:80:20 W:44:4:0:900 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:HIT:HURT:3d6 F:FORCE_SLEEP | COLD_BLOOD | EMPTY_MIND | PASS_WALL | RAND_50 | F:BASH_DOOR | IM_COLD | IM_ACID | IM_FIRE | IM_ELEC | IM_POIS | NONLIVING | F:HURT_ROCK | NO_CONF | NO_SLEEP | CHAR_MULTI | CAN_FLY | BASEANGBAND F:NO_CUT S:MULTIPLY | D:A sentient, moving section of wall. N:719:Menelrog G:U:U I:120:40d120:20:80:80 W:60:3:0:10000 E:1:1:1:2:1:1 O:50:0:50:0 B:GAZE:TERRIFY B:HIT:POISON:6d6 B:SPIT:FIRE:6d6 B:SPIT:ACID:6d6 F:FORCE_SLEEP | FORCE_MAXHP | AURA_FIRE | NONLIVING | F:REGENERATE | IM_ACID | IM_COLD | IM_FIRE | CAN_FLY | F:NO_SLEEP | NO_STUN | NO_CONF | EVIL | DEMON | SMART | F:KILL_WALL | WILD_TOO | F:ONLY_ITEM | DROP_GREAT | DROP_GOOD | BASEANGBAND S:1_IN_4 | S:HOLD | BLINK | CONF | S_DEMON | BRAIN_SMASH | BO_PLAS D:Morgoth's horrific corruption of Manwe's Great Eagles, with the feathers D:devolved into scales, and the talons so powerful they can tear down D:stone walls. This demon is a power to be reckoned with; it is powerful D:in both combat and magic, and it's the only demon which may roam the wild. N:720:Mornungol G:U:s I:120:120d10:25:60:80 W:55:2:0:3000 E:1:1:1:2:1:1 O:20:40:20:20 B:HIT:HURT:4d10 B:HIT:LOSE_CHR:10d2 B:SPIT:ACID:4d10 B:STING:POISON:5d5 F:FORCE_SLEEP | FORCE_MAXHP | FRIENDS | F:ONLY_ITEM | DROP_1D2 | NONLIVING | BASEANGBAND | F:OPEN_DOOR | BASH_DOOR | POWERFUL | F:EVIL | DEMON | IM_POIS | NO_CONF | NO_SLEEP S:1_IN_7 | S:SCARE | CONF D:One of the spider demons, spawn of Ungoliant. It looks like D:a giant bloated spider, and its claws are dripping with acid. # New monster added by furiosity for the Theme module N:721:Killer tree beetle G:K:U I:110:22d8:14:45:30 W:27:1:600:95 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:3d4 B:SPIT:HALLU:4d5 F:WEIRD_MIND | BASH_DOOR | WILD_TOO | DROP_CORPSE | F:ANIMAL | KILL_TREES | CAN_FLY | SUSCEP_COLD | F:MORTAL | BASEANGBAND | HAS_LITE D:It is a giant beetle, a relative of the termite. N:722:Nightwing G:W:D I:120:60d60:20:120:10 W:61:4:0:10000 E:1:1:1:2:1:1 O:0:0:100:0 B:TOUCH:POISON:6d5 B:TOUCH:POISON:6d5 B:HIT:UN_BONUS:6d8 B:HIT:UN_BONUS:6d8 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:SMART | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | RES_TELE | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_4 | S:BLIND | SCARE | CAUSE_4 | BRAIN_SMASH | S:BO_MANA | BO_NETH | BA_NETH | S_UNDEAD D:Everywhere colours seem paler and the air chiller. At the centre of the D:cold stands a mighty figure. Its wings envelop you in the chill of death D:as the nightwing reaches out to draw you into oblivion. Your muscles sag D:and your mind loses all will to fight as you stand in awe of this mighty D:being. # New monster added by furiosity for the Theme module # From EyAngband N:723:6-headed hydra G:M:w I:115:37d10:20:80:20 W:29:2:6000:800 E:0:1:0:2:3:0 O:0:0:0:0 B:BITE:POISON:4d4 B:BITE:POISON:4d4 B:BITE:POISON:4d4 B:BITE:POISON:4d4 F:BASEANGBAND | ANIMAL | MORTAL | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:FORCE_SLEEP | CAN_SWIM | FORCE_SLEEP | DROP_CORPSE | MOVE_BODY | F:IM_POIS | SUSCEP_FIRE | ONLY_GOLD | DROP_4D2 | DROP_2D2 | IM_COLD | S:1_IN_5 | S:SCARE | BA_POIS | BR_POIS | D:A strange reptilian creature with 6 heads dripping venom. It has D:adapted to living in cold environments. N:724:Nether hound G:Z:G I:120:60d10:30:100:0 W:51:2:800:5000 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:2d12 B:CLAW:HURT:2d12 B:BITE:HURT:2d12 B:BITE:HURT:2d12 F:FORCE_SLEEP | F:FRIENDS | RES_NETH | DROP_SKELETON | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:ANIMAL | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND | NO_CUT S:1_IN_5 | S:BR_NETH D:You feel a soul-tearing chill upon viewing this beast, a ghostly form of D:darkness in the shape of a large dog. N:725:Time hound G:Z:B I:130:60d10:30:100:0 W:51:2:800:5000 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:2d12 B:CLAW:HURT:2d12 B:BITE:HURT:2d12 B:BITE:HURT:2d12 F:FORCE_SLEEP | F:FRIENDS | F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:ANIMAL | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND S:1_IN_5 | S:BR_TIME D:You get a terrible sense of deja vu, or is it a premonition? All at once D:you see a little puppy and a toothless old dog. Perhaps you should give D:up and go to bed. N:726:Plasma hound G:Z:R I:120:60d10:30:100:0 W:51:2:800:5000 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:2d12 B:CLAW:HURT:2d12 B:BITE:HURT:2d12 B:BITE:HURT:2d12 F:FORCE_SLEEP | SUSCEP_COLD | F:FRIENDS | RES_PLAS | F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:ANIMAL | IM_FIRE | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_5 | S:BR_PLAS D:The very air warps as pure elemental energy stalks towards you in the D:shape of a giant hound. Your hair stands on end and your palms itch as D:you sense trouble. N:727:Demonic quylthulg G:Q:r I:120:48d10:20:1:0 W:45:1:3000:3000 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | ANIMAL | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_2 | S:BLINK | TPORT | S:S_DEMON D:A pile of pulsing flesh that glows with an inner dark fire. The world D:itself seems to cry out against it. N:728:Great Storm Worm G:D:b I:120:40d100:30:150:80 W:63:2:190000:20000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d12 B:CLAW:HURT:4d12 B:BITE:ELEC:6d14 B:BITE:ELEC:6d14 F:FORCE_SLEEP | FORCE_MAXHP | AURA_ELEC | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:BASH_DOOR | POWERFUL | MOVE_BODY | DROP_CORPSE | F:EVIL | DRAGON | IM_ELEC | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_4 | S:BLIND | CONF | SCARE | S:BR_ELEC D:A vast dragon of power. Storms and lightning crash around its titanic D:form. Deep blue scales reflect the flashes and highlight the creature's D:great muscles. It regards you with contempt. N:729:Ulik the Troll G:T:v I:130:35d100:30:120:30 W:51:4:16000:18000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:SHATTER:20d12 B:HIT:SHATTER:20d12 B:BITE:POISON:6d14 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_SLEEP | FORCE_MAXHP | SPECIAL_GENE | F:ONLY_ITEM | DROP_1D2 | DROP_4D2 | DROP_GOOD | F:DROP_90 | REGENERATE | KILL_WALL | RES_TELE | KILL_BODY | F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE | F:EVIL | TROLL | IM_POIS | F:IM_ELEC | IM_COLD | IM_FIRE | BASEANGBAND D:Trolls are said to be corruptions of Morgoth, made in mockery of Ents. D:Ulik is the strongest troll who has ever lived. He could challenge D:the immortals and pound them to dust with his great strength. # New monster added by furiosity for the Theme module # From UnAngband N:730:8-headed hydra G:M:s I:120:100d11:20:92:20 W:39:2:6500:1000 E:0:1:0:2:4:0 O:0:0:0:0 B:BITE:ACID:3d8 B:BITE:ACID:3d8 B:SPIT:ACID:3d4 B:SPIT:ACID:3d4 F:BASEANGBAND | ANIMAL | MORTAL | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:FORCE_SLEEP | CAN_SWIM | FORCE_SLEEP | DROP_CORPSE | MOVE_BODY | F:IM_ACID | BASH_DOOR | ONLY_GOLD | DROP_4D2 | DROP_2D2 | S:1_IN_5 | S:SCARE | BR_ACID | BA_ACID D:A strange reptilian creature with eight heads spewing acid. N:731:Oathbreaker G:p:D I:120:15d100:20:100:10 W:52:1:2200:10000 E:1:1:1:2:1:1 O:0:40:60:0 B:HIT:HURT:10d5 B:HIT:HURT:10d5 B:HIT:EXP_80:10d5 B:HIT:EXP_80:10d5 F:FORCE_SLEEP | FORCE_MAXHP | SMART | IM_FIRE | IM_COLD | IM_POIS | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | RES_NETH | RES_NEXU | RES_PLAS | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | IM_COLD | F:UNDEAD | BASEANGBAND | HAS_LITE S:1_IN_5 | S:BLIND | SCARE | CAUSE_3 | BA_NETH | BA_FIRE | BO_PLAS S:S_MONSTERS | S_DEMON D:He is one of the warriors of old who broke their promise to the D:King of Gondor. A terrible curse now haunts all of them. # New monster added by furiosity for the Theme module # From UnAngband N:732:10-headed hydra G:M:b I:120:100d15:20:97:20 W:42:2:6500:8000 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:FIRE:3d9 B:BITE:ACID:3d9 B:BITE:ELEC:3d9 B:BITE:COLD:3d9 F:BASEANGBAND | ANIMAL | MORTAL | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:FORCE_SLEEP | CAN_SWIM | FORCE_SLEEP | DROP_CORPSE | MOVE_BODY | F:IM_ACID | IM_ELEC | IM_FIRE | IM_COLD | BASH_DOOR | F:ONLY_GOLD | DROP_4D2 | DROP_2D2 | S:1_IN_4 | S:SCARE D:A strange reptilian creature with ten multicoloured heads. # New monster added by furiosity for the Theme module # From UnAngband N:733:12-headed hydra G:M:W I:120:100d27:20:110:20 W:47:2:7000:10000 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:FIRE:4d12 B:BITE:FIRE:4d12 B:BITE:POISON:4d12 B:BITE:POISON:4d12 F:BASEANGBAND | ANIMAL | MORTAL | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:FORCE_SLEEP | CAN_SWIM | FORCE_SLEEP | DROP_CORPSE | MOVE_BODY | F:IM_FIRE | IM_POIS | RES_PLAS | BASH_DOOR | ONLY_GOLD | DROP_4D2 | DROP_2D2 | S:1_IN_4 | S:SCARE | BA_FIRE | BA_POIS | BO_FIRE | BO_PLAS | D:A strange reptilian creature with twelve smouldering heads. # New monster added by furiosity for the Theme module # From UnAngband N:734:13-headed hydra G:M:v I:120:36d100:20:120:20 W:51:2:7500:15000 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:POISON:8d6 B:BITE:POISON:8d6 B:BITE:FIRE:12d6 B:BITE:FIRE:12d6 F:BASEANGBAND | ANIMAL | MORTAL | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:FORCE_SLEEP | CAN_SWIM | FORCE_SLEEP | DROP_CORPSE | F:IM_FIRE | IM_POIS | RES_PLAS | NO_CONF | NO_SLEEP | BASH_DOOR | F:ONLY_GOLD | DROP_4D2 | DROP_2D2 | DROP_2D2 | SMART | S:1_IN_3 S:SCARE | BA_FIRE | BA_POIS | BO_FIRE | BO_PLAS | S_KIN D:A strange reptilian creature with thirteen smouldering heads dripping venom. # New monster added by furiosity for the Theme module N:735:14-headed hydra G:M:B I:120:40d100:20:130:20 W:55:2:8000:20000 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:FIRE:4d10 B:BITE:ACID:4d10 B:BITE:ELEC:4d10 B:BITE:COLD:4d10 F:BASEANGBAND | ANIMAL | MORTAL | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:FORCE_SLEEP | CAN_SWIM | FORCE_SLEEP | DROP_CORPSE | F:IM_FIRE | IM_COLD | IM_ELEC | IM_ACID | IM_POIS | RES_PLAS | SMART | F:NO_CONF | NO_SLEEP | BASH_DOOR | ONLY_GOLD | DROP_4D2 | DROP_4D2 | S:1_IN_3 S:SCARE | BA_FIRE | BA_POIS | BA_COLD | BA_ELEC | BA_ACID S:S_KIN | D:A cunning reptilian creature with fourteen multicoloured heads. # New monster added by furiosity for the Theme module N:736:15-headed hydra G:M:U I:120:44d100:20:140:20 W:59:2:8500:25000 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:FIRE:5d11 B:BITE:ACID:5d11 B:BITE:COLD:5d11 B:BITE:ELEC:5d11 F:BASEANGBAND | ANIMAL | MORTAL | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:FORCE_SLEEP | CAN_SWIM | AQUATIC | DROP_CORPSE | WILD_OCEAN | F:IM_FIRE | IM_COLD | IM_ELEC | IM_ACID | IM_POIS | RES_PLAS | SMART | F:NO_CONF | NO_SLEEP | BASH_DOOR | ONLY_GOLD | DROP_4D2 | DROP_4D2 | S:1_IN_3 S:SCARE | BA_FIRE | BA_POIS | BA_COLD | BA_ELEC | BA_ACID | CONF | S:BO_FIRE | BO_COLD | BO_ELEC | BO_ACID | S_KIN | D:A cunning reptilian creature with fifteen multicoloured heads. # New monster added by furiosity for the Theme module N:737:Killer hydra G:M:D I:120:50d100:20:150:20 W:65:5:9000:40000 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:FIRE:6d12 B:BITE:ACID:6d12 B:BITE:COLD:6d12 B:BITE:ELEC:6d12 F:BASEANGBAND | ANIMAL | MORTAL | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:FORCE_SLEEP | CAN_SWIM | AQUATIC | DROP_CORPSE | WILD_OCEAN | F:IM_FIRE | IM_COLD | IM_ELEC | IM_ACID | IM_POIS | RES_PLAS | RES_NETH | F:RES_TELE | SMART | NO_CONF | NO_SLEEP | BASH_DOOR | ONLY_GOLD | DROP_4D2 | F:RES_NEXU | DROP_4D2 | RES_WATE | NO_STUN | EVIL | S:1_IN_3 | S:SCARE | BA_FIRE | BA_POIS | BA_COLD | BA_ELEC | BA_ACID | CONF | S:BO_FIRE | BO_COLD | BO_ICEE | BA_WATE | BO_ELEC | BO_ACID | BR_NETH | S:S_KIN | S_ANIMALS | S_MONSTERS | D:A cunning, evil reptile from the depths. It has so many heads that you D:give up after losing count twice. N:738:Old Sorcerer G:p:R I:130:52d25:20:60:10 W:54:2:0:5000:0 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:HURT:6d8 B:HIT:HURT:6d8 B:HIT:HURT:6d8 F:MALE | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_4D2 | F:OPEN_DOOR | BASH_DOOR | TAKE_ITEM | F:EVIL | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE S:1_IN_2 | S:BLINK | TELE_TO | BLIND | CONF | CAUSE_3 | CAUSE_4 | TRAPS | S:BO_ACID | BA_FIRE | BA_COLD | BA_POIS | S:S_MONSTER | S_DEMON | S_HI_DRAGON | S_UNDEAD D:A human figure in robes, he moves with magically improved speed, and his D:hands are ablur with spellcasting. You stagger at the mighty sound of his D:spells as they echo hollowly through the dungeon. N:739:Ethereal hound G:Z:G I:120:60d15:30:100:0 W:55:3:900:6000 E:0:0:0:0:0:0 O:0:0:0:0 B:BITE:HURT:2d12 B:BITE:HURT:2d12 B:BITE:HURT:2d12 B:CLAW:HURT:2d12 F:FORCE_SLEEP | FRIENDS | F:INVISIBLE | PASS_WALL | F:ANIMAL | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND S:1_IN_5 | S:BR_NETH D:A pale green hound. Pulsing red lines and strange fluorescent light D:hints at internal organs best left to the imagination. N:740:Lesser kraken G:~:G I:120:30d100:30:150:80 W:54:2:8000:20000 E:3:0:3:0:1:0 O:25:25:50:0 B:CRUSH:HURT:16d12 B:CRUSH:HURT:16d12 B:CRUSH:HURT:16d12 B:CRUSH:HURT:16d12 F:FORCE_SLEEP | FORCE_MAXHP | AQUATIC | WILD_TOO | WILD_OCEAN | F:ONLY_ITEM | DROP_3D2 | DROP_GOOD | DROP_CORPSE | F:BASH_DOOR | POWERFUL | MOVE_BODY | SMART | RES_WATE | F:EVIL | IM_ELEC | NO_CONF | NO_SLEEP | IM_POIS | IM_FIRE | BASEANGBAND S:1_IN_4 | S:BLIND | CONF | SCARE | CAUSE_4 | CAUSE_3 | S:BA_WATE | DARKNESS | BR_DARK | TELE_TO D:An enormously fearsome and powerful inhabitant of the depths. It D:resembles a gargantuan octopus and its evil is almost tangible. N:741:Great Ice Worm G:D:w I:120:40d100:30:150:80 W:63:2:190000:20000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d12 B:CLAW:HURT:4d12 B:BITE:COLD:6d14 B:BITE:COLD:6d14 F:FORCE_SLEEP | FORCE_MAXHP | AURA_COLD | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | SUSCEP_FIRE | F:BASH_DOOR | POWERFUL | MOVE_BODY | DROP_CORPSE F:EVIL | DRAGON | IM_COLD | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_4 | S:BLIND | CONF | SCARE | S:BR_COLD D:An immense dragon capable of awesome destruction. You have never felt D:such extreme cold, or witnessed such an icy stare. Begone quickly or feel D:its wrath! N:742:Demilich G:L:U I:120:35d100:20:100:50 W:54:2:3000:12500 E:0:0:0:0:0:0 O:0:0:100:0 B:TOUCH:EXP_80 B:TOUCH:UN_POWER B:TOUCH:LOSE_DEX:4d12 B:TOUCH:LOSE_DEX:4d12 F:FORCE_SLEEP | FORCE_MAXHP | SMART | RES_TELE | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_GOOD | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND F:NO_CUT S:1_IN_3 | S:BLINK | TELE_TO | BLIND | HOLD | CONF | SCARE | CAUSE_3 | CAUSE_4 | S:DRAIN_MANA | BRAIN_SMASH | S_HI_UNDEAD | S_UNDEAD | FORGET | S_DEMON | S:TPORT | HEAL | ANIM_DEAD D:A lich who is partially immaterial, on its way to a new, ethereal form. N:743:The Phoenix G:B:R I:120:36d100:60:130:0 W:54:3:6000:40000 E:0:1:1:0:1:0 O:0:50:50:0 B:BITE:FIRE:12d6 B:BITE:FIRE:12d6 B:HIT:FIRE:9d12 B:HIT:FIRE:9d12 F:UNIQUE | CAN_SPEAK | RES_PLAS | AURA_FIRE | F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | SUSCEP_COLD | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:ANIMAL | IM_ACID | IM_FIRE | IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP F:JOKEANGBAND | HAS_LITE | REGENERATE S:1_IN_3 | S:BO_FIRE | BO_PLAS | BA_FIRE | S:BR_FIRE | BR_LITE | BR_PLAS D:A massive glowing eagle bathed in flames. The searing heat chars your D:skin and melts your armour. N:744:Nightcrawler G:W:D I:120:80d60:20:160:10 W:69:3:10000:1500 E:0:0:0:0:1:0 O:40:0:50:10 B:STING:LOSE_CON:8d8 B:STING:LOSE_CON:8d8 B:BITE:ACID:10d10 B:BITE:ACID:10d10 F:FORCE_SLEEP | SMART | KILL_WALL | CAN_SWIM | FORCE_MAXHP | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_GOOD | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_FIRE | IM_COLD | IM_POIS | RES_TELE | F:HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_4 | S:BLIND | SCARE | BRAIN_SMASH | S:BO_MANA | BO_NETH | BA_NETH | BR_NETH | S_UNDEAD D:This intensely evil creature bears the form of a gargantuan black worm. D:Its gaping maw is a void of blackness, acid drips from its steely hide. D:It is like nothing you have ever seen before, and a terrible chill runs D:down your spine as you face it. # New monster added by furiosity for the Theme module N:745:Forest ogre G:O:g I:110:13d10:20:37:30 W:18:2:2100:70 E:1:1:1:2:1:1 O:10:85:0:0 B:HIT:HURT:3d9 B:BITE:POISON:2d8 F:FRIENDS | F:DROP_60 | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | IM_POIS | CAN_FLY F:EVIL | GIANT | F:MORTAL | BASEANGBAND | HAS_LITE D:A hideous, smallish giant that is often found near or with orcs. D:This ogre prefers living in the forest and can pass through D:thick forests with ease. # New monster added by furiosity for the Theme module # A pet ogre without friends N:746:Rebel ogre G:O:y 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:DROP_60 | WILD_TOO | WILD_WOOD | WILD_MOUNTAIN | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | PET | F:GOOD | GIANT | F:MORTAL | BASEANGBAND | HAS_LITE D:A rebel among ogres, who has joined the forces of the Light to D:fight agains the Shadow. # New monster added by furiosity for the Theme module # A pet hill giant N:747:Rebel giant G:P:R I:110:30d15:20:45:50 W:25:3: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 | PET | F:GOOD | GIANT | MALE | F:MORTAL | BASEANGBAND | HAS_LITE D:A ten foot tall humanoid with powerful muscles. This giant has D:abandoned the Darkness in favour of the forces of good. Thus he D:is a rebel and hated among his kind. N:748:Hand druj G:s:y I:130:60d10:20:110:10 W:57:2:10:18000 E:0:0:0:1:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | RES_TELE | F:SMART | COLD_BLOOD | CAN_SWIM | F:EVIL | UNDEAD | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_1 | S:TELE_AWAY | BLIND | CONF | SCARE | CAUSE_3 | FORGET | DARKNESS | S:BO_FIRE | BO_ACID | BO_COLD | BO_ELEC D:A skeletal hand floating in the air, motionless except for its flexing D:fingers. N:749:Eye druj G:s:r I:130:10d100:20:90:10 W:58:2:2:21000 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | RES_TELE | F:SMART | COLD_BLOOD | F:EVIL | UNDEAD | CAN_SWIM | F:IM_FIRE | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_1 | S:BO_MANA | BO_NETH | BA_NETH | BRAIN_SMASH | S_UNDEAD D:A bloodshot eyeball floating in the air, you'd be forgiven for assuming it D:harmless. N:750:Skull druj G:s:o I:130:14d100:20:120:10 W:59:2:1000:24000 E:0:0:0:0:1:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | RES_TELE | F:SMART | COLD_BLOOD | F:EVIL | UNDEAD | CAN_SWIM | F:IM_FIRE | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_1 | S:SLOW | CAUSE_4 | MIND_BLAST | BRAIN_SMASH | TRAPS | BO_PLAS | S:BO_NETH | BA_WATE | S_UNDEAD D:A glowing skull possessed by sorcerous power. It need not move, but D:merely blast you with mighty magic. N:751:Chaos vortex G:v:v I:140:32d20:100:80:0 W:53:1:0:4000 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:CONFUSE:5d5 B:ENGULF:CONFUSE:5d5 B:ENGULF:HURT:5d5 B:ENGULF:HURT:5d5 F:ATTR_MULTI | ATTR_ANY | FORCE_SLEEP | F:RAND_50 | RAND_25 | CAN_FLY | F:EMPTY_MIND | BASH_DOOR | POWERFUL | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | NO_CUT S:1_IN_6 | S:BR_CHAO D:Void, nothingness, spinning destructively. N:752:Aether vortex G:v:v I:130:40d20:100:40:0 W:54:2:0:5000 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:ELEC:5d5 B:ENGULF:FIRE:5d5 B:ENGULF:ACID:5d5 B:ENGULF:COLD:5d5 F:ATTR_MULTI | ATTR_ANY | FORCE_SLEEP | CAN_FLY | F:RAND_50 | RAND_25 | AURA_COLD | RES_WATE | RES_DISE | F:EMPTY_MIND | BASH_DOOR | POWERFUL | RES_NETH | RES_NEXU | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | AURA_FIRE | AURA_ELEC | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | RES_PLAS | BASEANGBAND | NO_CUT S:1_IN_6 | S:BR_ACID | BR_FIRE | BR_COLD | BR_ELEC | BR_POIS | BR_LITE | S:BR_DARK | BR_SOUN | BR_CONF | BR_CHAO | BR_SHAR | BR_NETH | S:BR_WALL | BR_INER | BR_TIME | BR_GRAV | BR_PLAS | BR_NEXU D:An awesome vortex of pure magic, power radiates from its frame. # New monster added by furiosity for the Theme module N:753:Spider quylthulg G:Q:D I:120:48d10:20:1:0 W:45:1:3000:3000 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | ANIMAL | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_2 | S:BLINK | TPORT | S:S_SPIDER D:It is a pulsing flesh mound that was once a spider. # New monster added by furiosity for the Theme module N:754:Canine quylthulg G:Q:s I:120:48d10:20:1:0 W:45:1:3000:3000 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | ANIMAL | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_2 | S:BLINK | TPORT | S:S_HOUND D:It is a pulsing flesh mound that was once a hound. N:755:Thuringwethil, the Vampire Messenger G:V:v I:130:50d100:20:145:10 W:67:3:1500:23000 E:1:1:1:2:1:1 O:0:50:50:0 B:BITE:EXP_80:6d6 B:BITE:EXP_80:6d6 B:HIT:CONFUSE:6d6 B:HIT:CONFUSE:6d6 F:UNIQUE | FEMALE | SPECIAL_GENE | F:FORCE_SLEEP | FORCE_MAXHP | SMART | CAN_SPEAK | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | REGENERATE | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | NO_STUN F:RES_TELE | BASEANGBAND | NO_CUT S:1_IN_3 | S:BLIND | HOLD | SCARE | CAUSE_3 | CAUSE_4 | DRAIN_MANA | S:BRAIN_SMASH | BA_NETH | S_KIN | S_HI_UNDEAD D:Chief messenger between Sauron and Morgoth, she is the most deadly of the D:vampire race on Middle-earth. At first she is charming to meet, but her D:wings and eyes give away her true form. N:756:Great Worm of Fire G:D:r I:120:50d100:30:150:80 W:67:2:190000:23000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d12 B:CLAW:HURT:4d12 B:BITE:FIRE:6d14 B:BITE:FIRE:6d14 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | DROP_CORPSE | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | SUSCEP_COLD | F:BASH_DOOR | POWERFUL | MOVE_BODY | AURA_FIRE | F:EVIL | DRAGON | IM_FIRE | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_4 | S:BLIND | CONF | SCARE | S:BR_FIRE D:A vast dragon of immense power. Fire leaps continuously from its huge D:form. The air around it scalds you. Its slightest glance burns you, and D:you realise how truly insignificant you are. # New monster added by furiosity for the Theme module N:757:Aquatic quylthulg G:Q:b I:120:48d10:20:1:0 W:45:1:3000:3000 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | ANIMAL | AQUATIC | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_2 | S:BLINK | TPORT | S:S_HYDRA D:It is a pulsing flesh mound that was once a many-headed reptile. # New monster added by furiosity for the Theme module N:758:Adventurer quylthulg G:Q:w I:120:48d10:20:1:0 W:45:3:3000:3000 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | ANIMAL | PET | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_2 | S:BLINK | TPORT | S:S_KIN D:It is a pulsing flesh mound that was once a fellow adventurer. N:759:Draconic quylthulg G:Q:g I:120:48d10:20:1:0 W:45:1:3000:3000 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | ANIMAL | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_2 | S:BLINK | TPORT | S:S_DRAGON D:It looks like it was once a dragon corpse, now deeply infected with D:bacteria that make it pulse in a foul way. # New monster added by furiosity for the Theme module N:760:White hulk G:X:w I:110:20d10:20:60:10 W:20:1:5000:90 E:0:1:0:2:1:0 O:0:0:0:0 B:GAZE:CONFUSE B:HIT:COLD:2d6 B:HIT:HURT:2d6 B:BITE:COLD:3d6 F:EMPTY_MIND | COLD_BLOOD | IM_COLD | F:BASH_DOOR | KILL_WALL | DROP_SKELETON | F:ANIMAL | EVIL | SUSCEP_FIRE | AURA_COLD | F:IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:This bizarre creature has glaring eyes and large mandibles capable of D:slicing through rock. It is adapted to extreme cold environments. # New monster added by furiosity for the Theme module N:761:Death hulk G:X:D I:110:99d10:20:80:10 W:40:1:5000:1000 E:0:1:0:2:1:0 O:0:0:0:0 B:GAZE:CONFUSE B:HIT:EXP_40:3d8 B:HIT:HURT:3d8 B:BITE:HURT:3d8 F:EMPTY_MIND | COLD_BLOOD | SMART | F:BASH_DOOR | KILL_WALL | DROP_SKELETON | F:ANIMAL | EVIL | RES_NETH | HURT_LITE | F:IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_8 | S:DARKNESS | S_UNDEAD D:This bizarre creature has glaring eyes and large mandibles capable of D:slicing through rock. It seems to be surrounded by an impenetrable D:shadow. N:762:Fundin Bluecloak G:k:B I:130:50d100:25:195:10 W:56:2:1400:20000 E:1:1:1:2:1:1 O:0:80:20:0 B:HIT:HURT:10d10 B:HIT:HURT:8d6 B:HIT:HURT:8d6 B:HIT:HURT:8d6 F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE F:FORCE_SLEEP | FORCE_MAXHP | PET | F:ONLY_ITEM | DROP_1D2 | DROP_4D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_4 | S:HEAL | BLIND | CONF | SCARE | CAUSE_3 | CAUSE_4 | BRAIN_SMASH | S:FORGET | S_MONSTERS | S_ANIMALS D:He is one of the greatest Dwarven priests to walk the earth. Fundin has D:earned a high position in the church, and his skill with both weapon and D:spell only justify his position further. His combination of Dwarven D:strength and priestly wisdom are a true match for any adventurer. N:763:Black Balrog G:U:D I:120:20d100:20:50:80 W:61:4:9000:10000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:ACID:4d12 B:HIT:ACID:4d12 B:CRUSH:HURT:3d12 B:TOUCH:UN_POWER F:FORCE_SLEEP | FORCE_MAXHP | KILL_WALL | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DEMON | IM_ACID | NO_CONF | NO_SLEEP | NONLIVING | F:BASEANGBAND | HAS_LITE S:1_IN_4 | S:BLIND | CONF | SCARE | HASTE | S:BR_ACID | S:S_DEMON D:The greatest of the demons, potent in both magical might D:and sheer battle power. This corrupted Maia's form is D:surrounded by whirlpools of acid. # New monster added by furiosity for the Theme module N:764:Orange hulk G:X:o I:110:20d10:20:60:10 W:20:1:5000:90 E:0:1:0:2:1:0 O:0:0:0:0 B:GAZE:CONFUSE B:HIT:POISON:2d6 B:HIT:HURT:2d6 B:BITE:POISON:3d6 F:EMPTY_MIND | COLD_BLOOD | F:BASH_DOOR | KILL_WALL | DROP_SKELETON | F:ANIMAL | EVIL | F:IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:This bizarre creature has glaring eyes and large mandibles capable of D:slicing through rock. It looks poisonous. # New monster added by furiosity for the Theme module N:765:Fire hulk G:X:r I:110:20d10:20:60:10 W:20:1:5000:90 E:0:1:0:2:1:0 O:0:0:0:0 B:GAZE:CONFUSE B:HIT:FIRE:2d6 B:HIT:HURT:2d6 B:BITE:FIRE:3d6 F:EMPTY_MIND | COLD_BLOOD | IM_FIRE | F:BASH_DOOR | KILL_WALL | DROP_SKELETON | F:ANIMAL | EVIL | SUSCEP_COLD | AURA_FIRE | F:IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:This bizarre creature has glaring eyes and large mandibles capable of D:slicing through rock. It is surrounded by flames. N:766:Ancalagon the Black G:D:D I:140:180d100:40:170:70 W:90:1:330000:60000 E:0:1:0:6:1:0 O:60:40:0:0 B:CLAW:HURT:10d12 B:CLAW:HURT:10d12 B:BITE:HURT:10d14 B:BITE:HURT:10d14 F:UNIQUE | MALE | CAN_FLY | DROP_CORPSE | F:FORCE_SLEEP | FORCE_MAXHP | F:ESCORT | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | NO_CONF | F:BASEANGBAND | HAS_LITE S:1_IN_3 | S:BR_ACID | BR_FIRE | BR_DISI | BR_WALL | BR_TIME | S:S_HI_DRAGON | S_KIN D:"Rushing Jaws" is his name, and death is his game; the greatest and most D:terrible of all dragonkind, his power dismayed even the Valar for a time. # New monster added by furiosity for the Theme module N:767:Forest hulk G:X:g I:110:20d10:20:60:10 W:20:1:5000:90 E:0:1:0:2:1:0 O:0:0:0:0 B:GAZE:CONFUSE B:HIT:POISON:2d6 B:HIT:HURT:2d6 B:BITE:PARALYZE:3d6 F:EMPTY_MIND | COLD_BLOOD | F:BASH_DOOR | KILL_WALL | DROP_SKELETON | F:ANIMAL | EVIL | F:IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:This bizarre creature has glaring eyes and large mandibles capable of D:slicing through rock. Its preferred habitat is a forest, however. N:768:Nightwalker G:W:D I:130:80d70:20:175:10 W:73:3:75000:20000 E:1:1:1:2:1:1 O:30:0:70:0 B:HIT:UN_BONUS:10d10 B:HIT:UN_BONUS:10d10 B:HIT:UN_BONUS:7d7 B:HIT:UN_BONUS:7d7 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | CAN_SWIM | F:SMART | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | RES_TELE | F:EVIL | UNDEAD | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_4 | S:BLIND | SCARE | BRAIN_SMASH | S:BO_MANA | BO_NETH | BA_NETH | S_UNDEAD D:A huge giant garbed in black, more massive than a titan and stronger than D:a dragon. With terrible blows, it breaks your armour from your back, D:leaving you defenceless against its evil wrath. It can smell your fear, D:and you in turn smell the awful stench of death as this ghastly figure D:strides towards you menacingly. # New monster added by furiosity for the Theme module N:769:Night hulk G:X:b I:110:20d10:20:60:10 W:20:1:5000:90 E:0:1:0:2:1:0 O:0:0:0:0 B:GAZE:CONFUSE B:HIT:BLIND:2d6 B:HIT:HURT:2d6 B:BITE:EAT_LITE:3d6 F:EMPTY_MIND | COLD_BLOOD | F:BASH_DOOR | KILL_WALL | DROP_SKELETON | F:ANIMAL | EVIL | HURT_LITE | F:IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:This bizarre creature has glaring eyes and large mandibles capable of D:slicing through rock. It prefers to dwell in dark caves where there is D:no sun. # New monster added by furiosity for the Theme module N:770:Silver hulk G:X:W I:110:20d10:20:60:10 W:20:1:5000:90 E:0:1:0:2:1:0 O:0:0:0:0 B:GAZE:CONFUSE B:HIT:HALLU:2d6 B:HIT:HURT:2d6 B:BITE:INSANITY:3d6 F:EMPTY_MIND | COLD_BLOOD | IM_COLD | F:BASH_DOOR | KILL_WALL | DROP_SKELETON | F:ANIMAL | EVIL | F:IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:This bizarre creature has glaring eyes and large mandibles capable of D:slicing through rock. It is an extremely confusing sight to behold. N:771:Saruman of Many Colours G:p:v I:120:70d100:100:100:0 W:60:1:1600:35000 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:UN_BONUS:6d8 B:HIT:UN_BONUS:6d8 B:HIT:HURT:5d5 B:HIT:HURT:5d5 F:UNIQUE | MALE | ATTR_MULTI | CAN_SPEAK | F:FORCE_SLEEP | FORCE_MAXHP | REFLECTING | RES_TELE F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:DROP_GREAT | DROP_CHOSEN | SPECIAL_GENE F:SMART | OPEN_DOOR | BASH_DOOR | F:EVIL | IM_FIRE | IM_COLD | F:IM_ELEC | IM_POIS | BASEANGBAND | HAS_LITE S:1_IN_2 | S:HEAL | HASTE | TPORT | TELE_AWAY | BLIND | CONF | SCARE | S:CAUSE_4 | MIND_BLAST | FORGET | TRAPS | ANIM_DEAD | BO_MANA | S:BO_ICEE | BA_ACID | BA_FIRE | BA_COLD | BA_WATE | BA_CHAO | S:S_UNDEAD | S_DEMON | S_HI_DRAGON | S_ANIMALS | D:Originally known as the White, Saruman fell prey to Sauron's wiles. He D:searches forever for the One Ring, to become a mighty Sorcerer-King of the D:world. N:772:Harowen the Black Hand G:p:B I:140:25d100:30:36:0 W:51:3:0:20000 E:1:1:1:2:1:1 O:90:10:0:0 B:TOUCH:EAT_GOLD:5d5 B:TOUCH:EAT_ITEM:5d5 B:HIT:BLIND:10d5 B:HIT:POISON:8d5 F:UNIQUE | MALE | CAN_SPEAK | SMART | F:FORCE_SLEEP | FORCE_MAXHP | MOVE_BODY | F:ONLY_ITEM | DROP_1D2 | DROP_4D2 | DROP_GOOD | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:IM_POIS | BASEANGBAND S:1_IN_6 | S:TELE_TO | TRAPS D:He is a master of disguise, an expert of stealth, a genius at traps, and D:moves with blinding speed. N:773:Blue Balrog G:U:b I:120:20d100:20:50:80 W:61:4:9000:10000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:ELEC:4d12 B:HIT:ELEC:4d12 B:CRUSH:HURT:3d12 B:TOUCH:UN_POWER F:FORCE_SLEEP | FORCE_MAXHP | AURA_ELEC | KILL_WALL | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DEMON | IM_ELEC | NO_CONF | NO_SLEEP | NONLIVING | F:BASEANGBAND | HAS_LITE S:1_IN_4 | S:BLIND | CONF | SCARE | HASTE | S:BR_ELEC | S:S_DEMON D:The greatest of the demons, potent in both magical might D:and sheer battle power. This corrupted Maia's form is D:surrounded by living lightning. N:774:Dreadlord G:G:r I:120:30d100:20:150:10 W:62:2:0:20000 E:0:0:0:0:0:0 O:10:10:60:10 B:HIT:EXP_40:6d6 B:HIT:EXP_40:6d6 B:HIT:LOSE_STR:4d6 B:HIT:LOSE_STR:4d6 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | F:INVISIBLE | COLD_BLOOD | TAKE_ITEM | PASS_WALL | F:EVIL | UNDEAD | CAN_FLY | F:IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | RES_TELE | BASEANGBAND | NO_CUT S:1_IN_3 | S:HOLD | DRAIN_MANA | BLIND | S_UNDEAD | CONF | S:SCARE | TELE_TO | TPORT | BRAIN_SMASH | ANIM_DEAD S:BA_NETH | DARKNESS D:It is a massive form of animated death, its colour deeper than black. It D:drinks in light, and space around it is twisted and torn by the weight of D:its evil. It is unlife and it knows nothing but the stealing of souls and D:the stench of death. N:775:Greater kraken G:~:G I:120:40d100:30:175:80 W:60:2:10000:25000 E:3:0:3:0:1:0 O:10:80:0:10 B:CRUSH:HURT:15d15 B:CRUSH:HURT:15d15 B:CRUSH:HURT:15d15 B:CRUSH:HURT:15d15 F:FORCE_SLEEP | FORCE_MAXHP | AQUATIC | WILD_TOO | WILD_OCEAN | F:ONLY_ITEM | DROP_3D2 | DROP_GOOD | DROP_CORPSE | F:BASH_DOOR | POWERFUL | MOVE_BODY | SMART | RES_WATE | F:EVIL | IM_ELEC | NO_CONF | NO_SLEEP | IM_POIS | IM_FIRE | BASEANGBAND S:1_IN_3 | S:BLIND | CONF | SCARE | CAUSE_4 | CAUSE_3 | TELE_TO | TELE_AWAY | S:BA_WATE | DARKNESS | BR_DARK | BR_ACID | BR_POIS D:An enormously fearsome and powerful inhabitant of the depths. It D:resembles a gargantuan octopus and its evil is almost tangible. N:776:Archlich G:L:B I:120:45d100:20:120:50 W:64:2:0:20000 E:0:0:0:0:0:0 O:0:0:100:0 B:TOUCH:EXP_80 B:TOUCH:UN_POWER B:TOUCH:LOSE_DEX:8d12 B:TOUCH:LOSE_DEX:8d12 F:FORCE_SLEEP | FORCE_MAXHP | SMART | RES_TELE | CAN_FLY | F:ONLY_ITEM | DROP_4D2 | DROP_2D2 | DROP_GOOD | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | PASS_WALL | F:EVIL | UNDEAD | IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND F:NO_CUT S:1_IN_3 | S:BLINK | TELE_TO | BLIND | HOLD | SCARE | CAUSE_4 | S:DRAIN_MANA | BRAIN_SMASH | S_HI_UNDEAD | FORGET | S:TPORT | HEAL | S_DEMON | BA_NETH | ANIM_DEAD D:A lich who has reached its ultimate evolutionary stage: a completely D:immaterial state. # Description of Tevildo taken from UnAngband N:777:Tevildo, Prince of Cats G:f:v I:130:48d100:100:200:0 W:66:3:0:30000 E:0:1:0:2:1:0 O:30:60:0:10 B:CLAW:CONFUSE:12d12 B:CLAW:LOSE_DEX:2d12 B:CLAW:BLIND:10d5 B:BITE:PARALYZE:15d1 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | F:ESCORT | ESCORTS | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | F:IM_FIRE | IM_COLD | IM_POIS | NO_CONF | BASEANGBAND S:1_IN_3 | S:TELE_TO | S_KIN D:Master of all things feline and mighty servant of Morgoth. A great cat, coal-black and evil to look upon. His eyes are long and very narrow and slanted, and gleam both red and green. His great grey whiskers are as stout and sharp as needles. His purr is like the roll of drums and his growl like thunder. N:778:Jabberwock G:H:v I:130:32d100:35:125:255 W:68:3:2300:19000 E:0:1:0:2:1:0 O:20:50:20:0 B:CLAW:HURT:10d10 B:CLAW:HURT:10d10 B:BITE:HURT:10d10 B:BITE:HURT:10d10 F:ATTR_MULTI | F:FORCE_SLEEP | FORCE_MAXHP | RES_TELE | F:ONLY_ITEM | DROP_60 | DROP_90 | F:BASH_DOOR | CAN_FLY | DROP_CORPSE | F:ANIMAL | MORTAL | JOKEANGBAND | S:1_IN_5 | S:CAUSE_4 | S:BR_CHAO D:"Beware the Jabberwock, my son! The jaws that bite, the claws that catch!" N:779:Chaos hound G:Z:v I:120:60d30:30:100:0 W:65:2:900:10000 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:2d12 B:BITE:HURT:2d12 B:BITE:HURT:2d12 B:CLAW:HURT:2d12 F:ATTR_MULTI | ATTR_ANY | DROP_SKELETON | DROP_CORPSE | F:FORCE_SLEEP | FRIENDS | BASH_DOOR | F:ANIMAL | NO_CONF | NO_SLEEP | BASEANGBAND S:1_IN_5 | S:BR_CHAO D:A constantly changing canine form, this hound rushes towards you as if D:expecting mayhem and chaos ahead. It appears to have an almost kamikaze D:relish for combat. You suspect all may not be as it seems. # New monster added by furiosity for the Theme module N:780:Chaos hulk G:X:v I:110:25d10:20:80:10 W:30:1:5000:110 E:0:1:0:2:1:0 O:0:0:0:0 B:GAZE:CONFUSE B:HIT:HALLU:2d6 B:HIT:LOSE_ALL:2d6 B:BITE:EXP_40:3d6 F:EMPTY_MIND | COLD_BLOOD | F:BASH_DOOR | KILL_WALL | DROP_SKELETON | F:ANIMAL | EVIL | F:IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:This bizarre creature has glaring eyes and large mandibles capable of D:slicing through rock. It is surrounded by an aura of chaotic forces. N:781:Beholder hive-mother G:e:y I:120:40d100:30:80:10 W:67:3:2600:17000 E:0:0:0:0:0:0 O:0:0:0:0 B:BITE:EXP_80:6d6 B:GAZE:PARALYZE:5d5 B:GAZE:INSANITY:5d5 B:GAZE:UN_POWER:5d5 F:FORCE_SLEEP | FORCE_MAXHP | RES_TELE | CAN_FLY | F:BASH_DOOR | FEMALE | SMART | DROP_CORPSE | F:EVIL | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND S:1_IN_2 | S:BLIND | CONF | FORGET | SCARE | DRAIN_MANA | BRAIN_SMASH | S:BA_DARK | BO_MANA | BA_ACID | BA_FIRE | BA_COLD | BO_NETH | S:S_KIN D:A mother of the race of beholders, she can summon her brood to her aid D:whenever she wishes. N:782:Leviathan G:~:v I:120:50d100:40:180:30 W:67:3:300000:28000 E:0:1:0:6:1:0 O:0:0:0:0 B:BITE:FIRE:5d12 B:BITE:FIRE:5d12 B:CRUSH:HURT:6d15 B:CRUSH:HURT:6d15 F:FORCE_SLEEP | FORCE_MAXHP | AQUATIC | WILD_TOO | WILD_OCEAN | F:IM_FIRE | IM_ACID | IM_COLD | IM_POIS | F:ANIMAL | NO_CONF | NO_SLEEP | NO_FEAR | DROP_CORPSE | BASEANGBAND S:1_IN_9 S:BR_FIRE | BR_ACID | BR_DARK | BR_POIS | BA_WATE | S:S_DRAGON | S_HYDRA | HEAL | CONF | DARKNESS D:An enormous, terrible sea-monster, the true master of the ocean. N:783:Great Worm of Chaos G:D:v I:120:60d100:40:170:100 W:75:2:190000:29000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:5d12 B:CLAW:HURT:5d12 B:BITE:HURT:7d14 B:BITE:HURT:7d14 F:ATTR_MULTI | ATTR_ANY | F:FORCE_SLEEP | FORCE_MAXHP | RES_DISE | DROP_CORPSE | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:BASH_DOOR | POWERFUL | MOVE_BODY | CAN_FLY | F:EVIL | DRAGON | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE S:1_IN_4 | S:BLIND | CONF | SCARE | S:BR_CHAO | BR_DISE | S:S_DRAGON | S_HI_DRAGON D:A massive dragon of changing form. As you watch, it appears first fair D:and then foul. Its body is twisted by chaotic forces as it strives to D:stay real. Its very existence distorts the universe around it. N:784:Great Worm of Law G:D:B I:120:60d100:40:170:100 W:75:2:190000:29000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:5d12 B:CLAW:HURT:5d12 B:BITE:HURT:7d14 B:BITE:HURT:7d14 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:BASH_DOOR | POWERFUL | MOVE_BODY | CAN_FLY | F:EVIL | DRAGON | NO_STUN | NO_SLEEP | BASEANGBAND | HAS_LITE | NO_CUT F:ATTR_MULTI S:1_IN_4 | S:BLIND | CONF | SCARE | S:BR_SOUN | BR_SHAR | S:S_DRAGON | S_HI_DRAGON D:A massive dragon of powerful intellect. It seeks to dominate the universe D:and despises all other life. It sees all who do not obey it as mere D:insects to be crushed underfoot. N:785:Great Worm of Balance G:D:v I:120:70d100:40:170:100 W:80:2:190000:31000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:6d12 B:CLAW:HURT:6d12 B:BITE:HURT:8d14 B:BITE:HURT:8d14 F:DRAGON | EVIL | DROP_CORPSE | F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:BASH_DOOR | POWERFUL | MOVE_BODY | RES_DISE | F:NO_STUN | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE | NO_CUT | ATTR_MULTI S:1_IN_4 | S:BLIND | CONF | SCARE | S:BR_SOUN | BR_CHAO | BR_SHAR | BR_DISE | S:S_DRAGON | S_HI_DRAGON D:A massive dragon, it is thousands of D:years old and seeks to maintain the Cosmic Balance. It sees you as an D:upstart troublemaker without the wisdom to control your actions. # New monster added by furiosity for the Theme module N:786:Yellow hulk G:X:y I:120:32d10:20:80:10 W:40:1:500000:1200 E:0:0:0:3:0:0 O:0:0:0:0 B:HIT:ACID:3d4 B:HIT:ACID:3d4 B:HIT:ACID:3d4 B:HIT:ACID:3d4 F:FORCE_MAXHP | IM_ACID | HURT_LITE | F:EMPTY_MIND | COLD_BLOOD | F:ONLY_GOLD | DROP_2D2 | F:KILL_ITEM | PASS_WALL | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:It is a tougher relative of the Xorn. Its hide glitters with drops of acid. N:787:White Balrog G:U:w I:120:20d100:20:50:80 W:61:4:9000:10000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:COLD:4d12 B:HIT:COLD:4d12 B:CRUSH:HURT:3d12 B:TOUCH:UN_POWER F:FORCE_SLEEP | FORCE_MAXHP | AURA_COLD | KILL_WALL | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DEMON | IM_COLD | NO_CONF | NO_SLEEP | NONLIVING | F:BASEANGBAND | HAS_LITE S:1_IN_4 | S:BLIND | CONF | SCARE | HASTE | S:BR_COLD | S:S_DEMON D:The greatest of the demons, potent in both magical might D:and sheer battle power. This corrupted Maia's form is D:surrounded by frost. # New monster added by furiosity for the Theme module N:788:Red hulk G:X:R I:120:32d10:20:80:10 W:40:1:500000:1200 E:0:0:0:3:0:0 O:0:0:0:0 B:HIT:FIRE:3d4 B:HIT:FIRE:3d4 B:HIT:FIRE:3d4 B:HIT:FIRE:3d4 F:FORCE_MAXHP | IM_ACID | SUSCEP_COLD | F:EMPTY_MIND | COLD_BLOOD | HURT_LITE | F:ONLY_GOLD | DROP_2D2 | AURA_FIRE | F:KILL_ITEM | PASS_WALL | F:IM_FIRE | IM_ELEC | IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:It is a tougher relative of the Xorn. Its hide is wreathed in flames. N:789:Trone, the Rebel Thunderlord G:B:D I:130:80d100:20:120:80 W:72:2:400000:45000 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:12d10 B:HIT:HURT:12d10 B:CHARGE:HURT:10d10 B:CHARGE:HURT:10d10 F:UNIQUE | MALE | CAN_SPEAK | RES_TELE | SPECIAL_GENE | F:FORCE_MAXHP | REGENERATE | THUNDERLORD | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:SMART | OPEN_DOOR | BASH_DOOR | F:EVIL | IM_FIRE | IM_COLD | IM_POIS | F:MORTAL | HAS_LITE S:1_IN_4 | S:TELE_TO | SCARE | BR_TIME | BR_FIRE | S:BO_MANA | S_THUNDERLORD D:As the Thunderlords came from afar to help the Elves, Trone and his rebel D:wing came to defend Morgoth. He is an evil and powerful Thunderlord. N:790:Great Worm of Many Colours G:D:v I:120:70d100:40:170:255 W:80:2:190000:31000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:6d12 B:CLAW:HURT:6d12 B:CLAW:HURT:8d14 B:BITE:HURT:8d14 F:ATTR_MULTI | CAN_FLY | F:FORCE_SLEEP | FORCE_MAXHP | AURA_FIRE | AURA_ELEC | RES_TELE | F:IM_FIRE | IM_ACID | IM_POIS | IM_COLD | IM_ELEC | AURA_COLD | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:BASH_DOOR | POWERFUL | MOVE_BODY | DROP_CORPSE | F:DRAGON | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE S:1_IN_4 | S:BR_POIS | BR_ELEC | BR_ACID | BR_FIRE | BR_COLD | S:CONF | SCARE | BLIND D:A huge dragon whose scales shimmer in myriad hues. N:791:Marda, rider of gold Laronth G:B:y I:130:100d85:100:100:50 W:75:6:420000:35000 E:1:1:1:2:1:1 O:50:50:0:0 B:HIT:HURT:12d15 B:HIT:HURT:12d15 B:HIT:HURT:12d15 B:HIT:HURT:12d15 F:UNIQUE | FEMALE | CAN_SPEAK | THUNDERLORD | ONLY_ITEM | RES_TELE | F:DROP_CHOSEN | DROP_CORPSE | DROP_SKELETON | CAN_FLY | F:FORCE_SLEEP | FORCE_MAXHP | SPECIAL_GENE | F:DROP_4D2 | DROP_1D2 | DROP_GOOD | DROP_60 | DROP_90 | F:EVIL | IM_POIS | IM_ELEC | SMART | REGENERATE | OPEN_DOOR | BASH_DOOR | F:MORTAL | HAS_LITE | AQUATIC | S:1_IN_4 | S:SCARE | BLIND | TPORT | BLINK | TELE_AWAY | TELE_TO | S:BR_FIRE | BA_MANA | S_THUNDERLORD D:Former leader among the Thunderlords, she and Trone have fallen under the D:control of Morgoth. Laronth, her eagle, can summon Thunderlords to her aid. D:She has somehow broken through to the Lonely Isle and is killing the swans D:The magic of the Valar is for some reason powerless against her, and they D:have opened a path to Tol Eressea in case a hero wants to try their luck D:at destroying her. N:792:Tselakus, the Dreadlord G:G:R I:130:65d100:20:150:10 W:68:2:1000:35000 E:1:1:1:2:1:1 O:0:80:20:0 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:LOSE_STR:4d6 B:HIT:LOSE_STR:4d6 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | CAN_SPEAK | CAN_FLY | F:ONLY_ITEM | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:INVISIBLE | COLD_BLOOD | PASS_WALL | F:EVIL | UNDEAD | IM_COLD | AURA_COLD | F:IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT | NO_STUN S:1_IN_3 | S:BLIND | HOLD | CONF | S:BA_DARK | BA_NETH | S:S_WRAITH | S_HI_UNDEAD | S_KIN D:This huge affront to existence twists and tears at the fabric of space. D:Darkness itself recoils from the touch of Tselakus as he leaves a trail D:of death and destruction. Mighty claws rend reality as he D:annihilates all in his path to your soul! N:793:Sky Drake G:D:B I:130:60d100:40:200:255 W:77:2:220000:40000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:6d12 B:CLAW:HURT:6d12 B:BITE:ELEC:8d14 B:BITE:ELEC:8d14 F:FORCE_SLEEP | FORCE_MAXHP | AURA_ELEC | AURA_COLD | DROP_CORPSE | F:IM_ELEC | EVIL | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:BASH_DOOR | POWERFUL | MOVE_BODY | F:DRAGON | NO_CONF | NO_SLEEP | RES_TELE | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_4 | S:BR_ELEC | BR_GRAV | BR_LITE | S:S_DRAGON | S_HI_DRAGON | S:SCARE | BLIND D:The mightiest elemental dragon of air, it can destroy you with ease. N:794:Eilinel the Entrapped G:p:D I:120:90d10:10:40:1 W:42:10:0:3500 E:1:1:1:2:1:1 O:20:20:50:10 B:HIT:HURT:3d5 B:HIT:HURT:3d5 B:TOUCH:UN_POWER:3d3 B:TOUCH:UN_BONUS:3d3 F:UNIQUE | FEMALE | F:FORCE_MAXHP | F:DROP_1D2 | DROP_2D2 | DROP_3D2 | DROP_GOOD | F:SMART | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_COLD | IM_FIRE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT | NO_STUN S:1_IN_2 | S:BLINK | TELE_TO | HEAL | S_MONSTER | BO_ACID | BO_MANA | CAUSE_3 D:In life, she was the wife of Gorlim. In death, her shade was D:entrapped by Morgoth and used to trick her husband into betraying D:Barahir. Now she is totally entrapped by Morgoth's power, and uses D:her magic to do his bidding. N:795:Dagorrog G:U:u I:130:50d100:40:120:80 W:72:3:0:18000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:11d11 B:HIT:HURT:11d11 B:HIT:HURT:11d11 B:HIT:HURT:11d11 F:FORCE_SLEEP | FORCE_MAXHP | REGENERATE | NONLIVING | F:ONLY_ITEM | DROP_GOOD | DROP_4D2 | DROP_2D2 | BASEANGBAND | F:OPEN_DOOR | BASH_DOOR | KILL_BODY | POWERFUL | F:EVIL | DEMON | NO_CONF | NO_SLEEP | CAN_FLY | F:IM_FIRE | IM_COLD | IM_POIS | IM_ACID | IM_ELEC S:1_IN_5 | S:HASTE | SLOW | SCARE | S_HI_DEMON D:Festooned with horns and fierce claws, these monstrous forms are the D:shock troops of Morgoth, known for their strength and fierce weapons. D:A giant humanoid demon wielding a massive, heavy and sharp scythe. D:Feared by foes and friends alike when it flies into one of its berserk D:rages, the War demon will cut down anything in its path between it and D:you. # New monster added by furiosity for the Theme module N:796:Green hulk G:X:G I:115:32d10:20:80:10 W:40:1:500000:1200 E:0:0:0:3:0:0 O:0:0:0:0 B:HIT:POISON:3d4 B:HIT:POISON:3d4 B:HIT:POISON:3d4 B:HIT:POISON:3d4 F:FORCE_MAXHP | IM_ACID | HURT_LITE | F:EMPTY_MIND | COLD_BLOOD | F:ONLY_GOLD | DROP_2D2 | F:KILL_ITEM | KILL_WALL | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:It is a tougher relative of the Xorn. Its hide glitters with drops of venom. # New monster added by furiosity for the Theme module N:797:Blue hulk G:X:B I:115:32d10:20:80:10 W:40:1:500000:1200 E:0:0:0:3:0:0 O:0:0:0:0 B:HIT:ELEC:3d4 B:HIT:ELEC:3d4 B:HIT:ELEC:3d4 B:HIT:ELEC:3d4 F:FORCE_MAXHP | IM_ACID | HURT_LITE | F:EMPTY_MIND | COLD_BLOOD | F:ONLY_GOLD | DROP_2D2 | AURA_ELEC | F:KILL_ITEM | KILL_WALL | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:HURT_ROCK | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT D:It is a tougher relative of the Xorn. It is surrounded by sparks. N:798:Black reaver G:L:D I:120:50d100:20:170:50 W:74:3:1900:23000 E:0:0:0:0:0:0 O:0:60:40:0 B:HIT:UN_BONUS:6d8 B:HIT:UN_BONUS:6d8 B:HIT:LOSE_STR:4d6 B:HIT:LOSE_STR:4d6 F:FORCE_SLEEP | FORCE_MAXHP | SMART | CAN_SWIM | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_GOOD | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_COLD | IM_POIS | RES_TELE | F:NO_CONF | NO_SLEEP | KILL_WALL | NO_FEAR | F:BASEANGBAND | NO_CUT S:1_IN_3 | S:TELE_TO | BLIND | HOLD | CONF | CAUSE_3 | CAUSE_4 | DRAIN_MANA | S:BRAIN_SMASH | BA_MANA | BA_NETH | S_UNDEAD D:A humanoid form, black as night, advancing steadily and unstoppably, even D:the very rock of the dungeon cannot prevent it reaching you. N:799:Master mindcrafter G:p:y I:120:80d10:20:60:10 W:40:2:1700:2000 E:1:1:1:2:1:1 O:20:40:40:0 B:HIT:HURT:4d5 B:HIT:HURT:4d5 B:HIT:HURT:4d5 F:MALE | ONLY_ITEM | FORCE_SLEEP | FORCE_MAXHP | DROP_4D2 | F:SMART | BASH_DOOR | TAKE_ITEM | MOVE_BODY | F:EVIL | IM_FIRE | IM_ELEC | IM_POIS | BASEANGBAND | F:NO_CONF | NO_SLEEP | NO_STUN | NO_FEAR S:1_IN_2 | S:HEAL | BLIND | HOLD | CONF | SCARE | TPORT | BA_COLD | BA_FIRE | S:MIND_BLAST | BRAIN_SMASH | S_MONSTERS | TELE_AWAY | BLINK | BO_NETH D:A mindcrafter of the highest order. Powerful and evil, and a dangerous D:enemy: a master of mind over matter, of his own mind, and of the minds of D:others, who slavishly follow him into battle when he calls them. N:800:Greater demonic quylthulg G:Q:R I:120:15d100:20:1:0 W:71:2:5000:10500 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | ANIMAL | RES_TELE | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_2 | S:BLINK | TELE_TO | S:S_HI_DEMON D:A massive pulsating mound of flesh, glowing with an inner hellish light. N:801:Greater draconic quylthulg G:Q:G I:120:15d100:20:1:0 W:71:2:5000:10500 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | ANIMAL | RES_TELE | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_2 | S:BLINK | TELE_TO | S:S_HI_DRAGON D:A massive mound of scaled flesh, throbbing and pulsating with multi-hued D:light. N:802:Greater rotting quylthulg G:Q:U I:120:15d100:20:1:0 W:71:2:5000:10500 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | ANIMAL | RES_TELE | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND |NO_CUT S:1_IN_2 | S:BLINK | TELE_TO | S:S_HI_UNDEAD D:A massive pile of rotting flesh. A disgusting stench fills the air as it D:throbs and writhes. # Joke monster added by furiosity for the Theme module N:803:Invisible Horror G:.:v I:100:4d9:20:1:0 W:20:5:0:300 E:0:0:0:0:0:0 O:0:0:0:0 B:CHARGE:TERRIFY B:CHARGE:TERRIFY B:CHARGE:TERRIFY B:CHARGE:TERRIFY F:CHAR_CLEAR | ATTR_CLEAR | FORCE_MAXHP | SMART | F:INVISIBLE | COLD_BLOOD | EMPTY_MIND | WEIRD_MIND | F:PASS_WALL | UNDEAD | EVIL | NONLIVING | HURT_LITE | F:IM_POIS | RES_TELE | NO_FEAR | NO_STUN | NO_SLEEP | F:CAN_SWIM | NO_TARGET | AI_ANNOY | NO_CUT | CAN_SPEAK | F:JOKEANGBAND S:1_IN_2 S:SCARE D:You can't see it. N:804:Feagwath, the Undead Sorcerer G:L:y I:130:60d100:20:85:50 W:77:2:1900:30000 E:1:1:1:2:1:1 O:0:50:50:0 B:TOUCH:EXP_80:6d12 B:TOUCH:UN_POWER:6d12 B:TOUCH:LOSE_DEX:6d12 B:TOUCH:LOSE_DEX:6d12 F:UNIQUE | MALE | CAN_SPEAK | RES_TELE | F:FORCE_SLEEP | FORCE_MAXHP | F:ESCORT | SPECIAL_GENE | F:ONLY_ITEM | DROP_2D2 | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:SMART | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_COLD | F:IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_2 | S:BLINK | TELE_TO | HOLD | SCARE | CAUSE_4 | S:BRAIN_SMASH | TRAPS | BA_MANA | S:BO_MANA | BA_NETH | S:S_MONSTERS | S_UNDEAD | S_KIN | ANIM_DEAD D:A stench of corruption and decay surrounds this sorcerer, who has D:risen from the dead to continue his foul plots and schemes. # New monster added by furiosity for the Theme module N:805:Silver wraith G:W:B I:110:15d10:20:40:10 W:33:3:0:375 E:0:0:0:0:0:0 O:0:50:50:0 B:HIT:HURT:1d8 B:HIT:EAT_LITE:1d8 B:TOUCH:EXP_40 F:FORCE_SLEEP | DROP_60 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_8 | S:HOLD | SCARE | CAUSE_2 | DARKNESS D:An almost imperceptible silvery shimmer in the air. It D:seems to absorb light wherever it goes. # New monster added by furiosity for the Theme module # Pet barrow wight, basically. N:806:Adventurer wraith G:W:U I:110:15d10:20:40:10 W:33:3:0:375 E:0:0:0:0:0:0 O:0:50:50:0 B:HIT:HURT:1d8 B:HIT:HURT:1d8 B:TOUCH:EXP_40 F:FORCE_SLEEP | DROP_60 | PET | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | CAN_FLY | F:GOOD | UNDEAD | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_8 | S:HOLD | SCARE | CAUSE_2 | DARKNESS D:A fellow adventurer wraith. N:807:Balrog Captain G:U:G I:130:75d100:40:140:40 W:80:3:0:25000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:FIRE:8d12 B:HIT:FIRE:8d12 B:CRUSH:HURT:7d12 B:TOUCH:UN_POWER F:FORCE_SLEEP | FORCE_MAXHP | AURA_FIRE | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | NONLIVING | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | SMART | F:EVIL | DEMON | IM_FIRE | NO_CONF | NO_SLEEP | KILL_WALL | F:RES_NETH | RES_PLAS | REGENERATE | BASEANGBAND | HAS_LITE S:1_IN_3 | S:BLIND | CONF | BRAIN_SMASH | S:BR_FIRE | BA_NETH | BA_FIRE | BR_PLAS | BO_PLAS | S:S_HI_DEMON | S_DEMON | D:Originally of the semi-divine Maiar, this evil spirit swore allegiance D:to Morgoth at the beginning of time and is now one of his most terrible D:demonic servants. With its flaming whip and sword it seeks to destroy you. N:808:Ungoliant, the Unlight G:S:D I:130:130d100:8:160:80 W:75:1:1500:35000 E:0:1:0:2:1:0 O:20:0:80:0 B:CLAW:POISON:8d6 B:CLAW:POISON:8d6 B:BITE:PARALYZE:8d10 B:STING:LOSE_STR:8d4 F:UNIQUE | FEMALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | F:SMART | BASH_DOOR | IM_ACID | F:ANIMAL | SPIDER | EVIL | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP F:BASEANGBAND S:1_IN_3 | S:HEAL | BLIND | SLOW | CONF | SCARE | DARKNESS | BA_DARK | S:BR_POIS | BR_DARK | S_SPIDER D:This enormous, hideous spirit of void is in the form of a spider of D:immense proportions. She is surrounded by a cloud of Unlight as she sucks D:in all living light into her bloated body, and breathes out the blackest of D:darkness. She is always ravenously hungry and would even eat herself to D:avoid starvation. # New monster added by furiosity for the Theme module N:809:Vampire orc G:V:D I:110:25d12:20:45:10 W:27:1:1700:175 E:1:1:1:2:1:1 O:20:40:20:10 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:EXP_20:2d6 B:BITE:EXP_20:2d6 F:FORCE_SLEEP | FORCE_MAXHP | FRIENDS | F:COLD_BLOOD | DROP_60 | DROP_1D2 | ORC | F:OPEN_DOOR | BASH_DOOR | REGENERATE | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | NO_CUT S:1_IN_9 | S:TELE_TO | HOLD | SCARE | CAUSE_2 | MIND_BLAST | FORGET | DARKNESS D:It is an orc with an aura of power. You notice a sharp set of front D:teeth. # New monster added by furiosity for the Theme module N:810:Vampire yeek G:V:w I:110:16d12:20:45:10 W:27:1:1700:175 E:1:1:1:2:1:1 O:20:40:20:10 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:EXP_20:2d6 B:BITE:EXP_20:2d6 F:FORCE_SLEEP | FORCE_MAXHP | STUPID | F:COLD_BLOOD | DROP_60 | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | REGENERATE | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | NO_CUT S:1_IN_9 | S:TELE_TO | HOLD | SCARE | CAUSE_2 | MIND_BLAST | FORGET | DARKNESS D:It is a yeek with an aura of power. You notice a sharp set of front D:teeth. N:811:Aether hound G:Z:v I:120:60d40:30:100:0 W:74:3:1000:10000 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:3d12 B:BITE:HURT:3d12 B:CLAW:HURT:3d12 B:CLAW:HURT:3d12 F:ATTR_MULTI | ATTR_ANY | F:FORCE_SLEEP | CAN_FLY | F:FRIENDS | RES_NETH | RES_PLAS | RES_NEXU | RES_DISE | F:BASH_DOOR | AURA_FIRE | AURA_ELEC | AURA_COLD | F:DROP_CORPSE | DROP_SKELETON | F:ANIMAL | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_5 | S:BR_ACID | BR_FIRE | BR_COLD | BR_ELEC | BR_POIS | S:BR_LITE | BR_DARK | BR_SOUN | BR_CONF | BR_CHAO | BR_SHAR | S:BR_NETH | BR_DISE | BR_WALL | BR_INER | BR_TIME | S:BR_GRAV | BR_PLAS | BR_NEXU D:A shifting, swirling form. It seems to be all colours and sizes and D:shapes, though the dominant form is that of a huge dog. You feel very D:uncertain all of a sudden. N:812:Greater Balrog G:U:v I:130:60d100:30:120:75 W:77:3:0:22000 E:1:1:1:2:1:1 O:0:100:0:0 B:CLAW:FIRE:8d10 B:CLAW:FIRE:8d10 B:BITE:POISON:7d10 B:BITE:LOSE_CON:7d10 F:FORCE_SLEEP | FORCE_MAXHP | REGENERATE | NONLIVING | SMART | F:ONLY_ITEM | DROP_GOOD | DROP_4D2 | DROP_2D2 | BASEANGBAND | F:OPEN_DOOR | BASH_DOOR | MOVE_BODY | POWERFUL | CAN_FLY | F:EVIL | DEMON | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP S:1_IN_5 | S:S_HI_DEMON | S_HI_DRAGON | BR_FIRE | BR_POIS | BR_CHAO | BA_CHAO | S:SCARE | BA_FIRE | CAUSE_4 | ARROW_4 | MISSILE D:Appearing as a giant, clawed and winged humanoid with a scaly red body D:and massive fangs dripping a foul green liquid, the Greater Balrog is a D:dreadful enemy from the lowest depths of Morgoth's realm. They are often D:the commanders of vast demon and dragon armies. # New monster added by furiosity for the Theme module N:813:Vampire ogre G:V:o I:110:35d12:20:45:10 W:27:1:1700:175 E:1:1:1:2:1:1 O:20:40:20:10 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:EXP_20:2d6 B:BITE:EXP_20:2d6 F:FORCE_SLEEP | FORCE_MAXHP | FRIENDS | STUPID | F:COLD_BLOOD | DROP_60 | DROP_1D2 | GIANT | F:OPEN_DOOR | BASH_DOOR | REGENERATE | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | NO_CUT S:1_IN_9 | S:TELE_TO | HOLD | SCARE | CAUSE_2 | MIND_BLAST | FORGET | DARKNESS D:It is an ogre with an aura of power. You notice a sharp set of front D:teeth. # New monster added by furiosity for the Theme module N:814:Vampire troll G:V:u I:110:35d12:20:45:10 W:27:1:1700:175 E:1:1:1:2:1:1 O:20:40:20:10 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:EXP_20:2d6 B:BITE:EXP_20:2d6 F:FORCE_SLEEP | FORCE_MAXHP | TROLL | STUPID | F:COLD_BLOOD | DROP_60 | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | REGENERATE | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | NO_CUT S:1_IN_9 | S:TELE_TO | HOLD | SCARE | CAUSE_2 | MIND_BLAST | FORGET | DARKNESS D:It is a troll with an aura of power. You notice a sharp set of front D:teeth. # New monster added by furiosity for the Theme module N:815:Vampire dwarf G:V:R I:110:30d12:20:45:10 W:27:1:1700:175 E:1:1:1:2:1:1 O:20:40:20:10 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:EXP_20:2d6 B:BITE:EXP_20:2d6 F:FORCE_SLEEP | FORCE_MAXHP | F:COLD_BLOOD | DROP_60 | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | REGENERATE | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | NO_CUT S:1_IN_9 | S:TELE_TO | HOLD | SCARE | CAUSE_2 | MIND_BLAST | FORGET | DARKNESS D:It is a dwarf with an aura of power. You notice a sharp set of front D:teeth. # New monster added by furiosity for the Theme module N:816:Vampire elf G:V:G I:110:30d12:20:45:10 W:27:1:1700:175 E:1:1:1:2:1:1 O:20:40:20:10 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:EXP_20:2d6 B:BITE:EXP_20:2d6 F:FORCE_SLEEP | FORCE_MAXHP | SMART | F:COLD_BLOOD | DROP_60 | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | REGENERATE | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | NO_CUT S:1_IN_9 | S:TELE_TO | HOLD | SCARE | CAUSE_2 | MIND_BLAST | FORGET | DARKNESS D:It is an elf with an aura of power. You notice a sharp set of front D:teeth. # New monster added by furiosity for the Theme module N:817:Vampire gnome G:V:B I:110:15d12:20:45:10 W:27:1:1700:175 E:1:1:1:2:1:1 O:20:40:20:10 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:EXP_20:2d6 B:BITE:EXP_20:2d6 F:FORCE_SLEEP | FORCE_MAXHP | STUPID | F:COLD_BLOOD | DROP_60 | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | REGENERATE | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | NO_CUT S:1_IN_9 | S:TELE_TO | HOLD | SCARE | CAUSE_2 | MIND_BLAST | FORGET | DARKNESS D:It is a gnome with an aura of power. You notice a sharp set of front D:teeth. N:818:The Mouth of Sauron G:p:v I:130:90d100:60:100:10 W:78:3:1900:38000 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:UN_BONUS:6d8 B:HIT:UN_BONUS:6d8 B:TOUCH:UN_POWER B:TOUCH:UN_POWER F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | SMART | F:ONLY_ITEM | DROP_1D2 | DROP_4D2 | DROP_GOOD | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | F:EVIL | IM_FIRE | IM_COLD | F:IM_ELEC | BASEANGBAND | HAS_LITE S:1_IN_2 | S:TELE_TO | HOLD | CAUSE_3 | TRAPS | ANIM_DEAD | S:BO_PLAS | BA_DARK | BA_MANA | BA_FIRE | BA_WATE | BA_NETH S:S_HI_DEMON | S_HI_UNDEAD D:The Mouth of Sauron is a mighty spellcaster. So old that even he cannot D:remember his own name, his power and evil are undeniable. He believes D:unshakably that he is unbeatable and laughs as he weaves his awesome D:spells. N:819:The Necromancer of Dol Guldur G:p:v I:130:82d100:60:100:10 W:75:3:1900:40000 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:UN_BONUS:6d8 B:HIT:UN_POWER:6d8 B:HIT:BLIND:6d8 B:HIT:CONFUSE:6d8 F:UNIQUE | MALE | CAN_SPEAK | POWERFUL | RES_TELE | F:FORCE_SLEEP | FORCE_MAXHP | SMART | DROP_CORPSE | DROP_SKELETON | F:ONLY_ITEM | DROP_1D2 | DROP_GREAT | DROP_GOOD | SPECIAL_GENE | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | F:EVIL | IM_FIRE | IM_COLD | F:IM_ELEC | NO_CONF | NO_SLEEP | BASEANGBAND S:1_IN_2 | S:CAUSE_3 | TELE_TO | BA_FIRE | DRAIN_MANA | HOLD | S:TRAPS | BA_WATE | BO_PLAS | BA_NETH | S:BA_MANA | BA_DARK | S_HI_UNDEAD | BA_CHAO | HAND_DOOM | ANIM_DEAD D:The dark master of the terrible fortress of southern Mirkwood. It is D:rumoured that this is in fact none other than Sauron in disguise: D:although if this is so, he has yet to reveal his full power - and perhaps D:will not do so while his deception lasts. N:820:Lisa, rider of gold Romth G:B:y I:130:65d100:100:100:15 W:78:6:420000:35500 E:1:1:1:2:1:1 O:50:50:0:0 B:HIT:HURT:10d15 B:HIT:HURT:10d15 B:HIT:HURT:10d15 B:HIT:HURT:10d15 F:UNIQUE | FEMALE | THUNDERLORD | RES_TELE | CAN_FLY | GOOD | F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE | DROP_SKELETON | CAN_SPEAK | F:FORCE_SLEEP | FORCE_MAXHP | PET | AQUATIC | F:DROP_4D2 | DROP_1D2 | DROP_GOOD | DROP_60 | DROP_90 | ONLY_ITEM | F:IM_COLD | IM_POIS | IM_ACID | IM_ELEC | REGENERATE | F:MORTAL | HAS_LITE S:1_IN_4 | S:TPORT | TELE_TO | BR_FIRE | S_THUNDERLORD | S:TELE_AWAY | HEAL | BA_NETH | BO_NETH | BA_FIRE | BO_FIRE D:A leader among the Thunderlords of good, she came to help you. N:821:Master quylthulg G:Q:B I:120:30d100:20:1:0 W:76:2:7000:15000 E:0:0:0:0:0:0 O:0:0:0:0 F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:INVISIBLE | EMPTY_MIND | ANIMAL | RES_TELE | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_2 | S:S_MONSTERS | S_HI_UNDEAD | S_HI_DRAGON | S_HI_DEMON | S_ANIMALS | BLINK | TELE_TO D:A giant seething mass of flesh, overwhelming you with monster after monster. N:822:Qlzqqlzuup, the Lord of Flesh G:Q:o I:130:50d100:30:1:0 W:79:3:10000:20000 E:0:0:0:0:0:0 O:20:20:20:20 F:UNIQUE | RES_TELE | F:FORCE_SLEEP | FORCE_MAXHP | NEVER_MOVE | NEVER_BLOW | F:ONLY_ITEM | DROP_4D2 | F:INVISIBLE | EMPTY_MIND | ANIMAL | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND S:1_IN_1 | S:S_MONSTERS | S_HOUND | S_HYDRA | S_SPIDER | S_ANT | S_ANIMALS | S:S_HI_UNDEAD | S_HI_DRAGON | S_HI_DEMON | S_WRAITH | S_UNIQUE | S_KIN D:A gigantic seething mass of flesh, Qlzqqlzuup changes colours in front D:of your eyes. Pulsating first one colour then the next, it knows only it D:must bring help to protect itself. # New monster added by furiosity for the Theme module N:823:Vampire adventurer G:V:U I:110:25d12:20:45:10 W:27:1:1700:175 E:1:1:1:2:1:1 O:20:40:20:10 B:HIT:HURT:1d6 B:HIT:HURT:1d6 B:BITE:EXP_20:2d6 B:BITE:EXP_20:2d6 F:FORCE_SLEEP | FORCE_MAXHP | F:COLD_BLOOD | DROP_60 | DROP_1D2 | PET | F:OPEN_DOOR | BASH_DOOR | REGENERATE | CAN_FLY | F:GOOD | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | NO_CUT S:1_IN_9 | S:TELE_TO | HOLD | SCARE | CAUSE_2 | MIND_BLAST | FORGET | DARKNESS D:It is an adventurer with an aura of power. You notice a sharp set D:of front teeth. N:824:Flare, rider of bronze Moonth G:B:U I:130:70d100:100:100:15 W:79:5:400000:38500 E:1:1:1:2:1:1 O:50:50:0:0 B:HIT:HURT:15d15 B:HIT:HURT:15d15 B:HIT:HURT:15d15 B:HIT:HURT:15d15 F:UNIQUE | MALE | THUNDERLORD | RES_TELE | CAN_FLY | CAN_SPEAK | F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE | DROP_SKELETON | F:FORCE_SLEEP | FORCE_MAXHP | PET | GOOD | AQUATIC | F:DROP_4D2 | DROP_1D2 | DROP_GOOD | DROP_60 | DROP_90 | ONLY_ITEM | F:IM_COLD | IM_POIS | IM_ACID | IM_ELEC | IM_FIRE | REGENERATE | F:MORTAL | HAS_LITE S:1_IN_4 | S:SCARE | TPORT | TELE_TO | S_THUNDERLORD | S:TELE_LEVEL | HEAL | BR_FIRE | BR_TIME | ROCKET D:A leader from afar, he has come with his eagle to help you in D:your battle. Having already saved his home, he now wants to save Arda. N:825:Maeglin, the Traitor of Gondolin G:h:D I:130:60d100:220:120:20 W:81:2:1400:35000 E:1:1:1:2:1:1 O:30:70:0:0 B:HIT:HURT:8d8 B:HIT:HURT:8d8 B:HIT:HURT:8d8 B:HIT:HURT:8d8 F:UNIQUE | MALE | F:FORCE_MAXHP | CAN_SPEAK | SMART | EVIL | AI_SPECIAL | F:ONLY_ITEM | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:OPEN_DOOR | BASH_DOOR | KILL_WALL | MOVE_BODY | TAKE_ITEM | F:IM_FIRE | IM_COLD | IM_POIS | SPECIAL_GENE | F:REGENERATE | REFLECTING | DROP_SKELETON | DROP_CORPSE | BASEANGBAND F:HAS_LITE S:1_IN_6 | S:S_MONSTERS | S_WRAITH | S_HI_UNDEAD | S:S_HI_DRAGON | S_HI_DEMON | S_UNIQUE | S_ANIMALS D:The son of Eol the Dark Elf, Maeglin is every bit as evil as his father D:and more. His greed for gold led him to betray the Hidden Kingdom of D:Gondolin to Morgoth's forces. He is a mighty warrior himself, and some D:of Morgoth's greatest servants answer to his call. # New monster added by furiosity for the Theme module N:826:Snow-frog G:R:w 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:COLD:2d4 F:RAND_50 | WILD_TOO | WILD_SHORE | WILD_SWAMP | F:BASH_DOOR | DROP_CORPSE | IM_COLD | WILD_WASTE | F:ANIMAL | MORTAL | BASEANGBAND D:It is a strange frog adapted to cold environments. # New monster added by furiosity for the Theme module N:827:Swamp lizard G:R:o I:110:3d4:20:4:15 W:5:2:100:8 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d2 B:SPIT:POISON:2d4 F:ANIMAL | CAN_SWIM | WILD_TOO | WILD_WOOD | WILD_SWAMP | F:DROP_CORPSE | HAS_EGG | IMPRESED | IM_POIS | F:MORTAL | BASEANGBAND D:It is a small lizard that usually lives in the D:marshlands. It looks poisonous. # New monster added by furiosity for the Theme module N:828:Giant silver frog G:R:W I:110:3d4:20:4:15 W:5:2:100:8 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d2 B:SPIT:EAT_LITE:2d4 F:ANIMAL | CAN_SWIM | WILD_TOO | WILD_WOOD | WILD_SWAMP | F:DROP_CORPSE | IM_POIS | HURT_LITE | F:MORTAL | BASEANGBAND D:A frog that seems to emit a strange dark light. N:829:Greater Hellhound G:C:r I:120:48d30:25:80:30 W:78:2:600:600 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:FIRE:5d12 B:BITE:FIRE:5d12 B:BITE:FIRE:5d12 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE F:RAND_25 | FRIENDS | AURA_FIRE | SUSCEP_COLD | F:BASH_DOOR | MOVE_BODY | F:ANIMAL | EVIL | IM_FIRE | BASEANGBAND | HAS_LITE | S:1_IN_5 | BR_FIRE D:It is a giant dog that glows with heat. Flames pour from its nostrils. N:830:Cantoras, the Skeletal Lord G:s:v I:140:75d100:20:120:80 W:84:2:0:45000 E:1:1:1:2:1:1 O:50:0:50:0 B:GAZE:EXP_80:5d5 B:GAZE:EXP_80:5d5 B:TOUCH:POISON:5d5 B:TOUCH:POISON:5d5 F:UNIQUE | MALE | CAN_SPEAK | RES_TELE | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:SMART | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_FIRE | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_2 | S:TELE_TO | SLOW | SCARE | CAUSE_4 | BRAIN_SMASH | S:BO_ICEE | BO_MANA | BA_WATE | BA_NETH | S:S_HI_UNDEAD | ANIM_DEAD D:A legion of evil undead druj animating the skeleton of a once mighty D:sorcerer. His power is devastating and his speed unmatched in the D:underworld. # New monster added by furiosity for the Theme module N:831:Blue lizard G:R:B I:110:3d4:20:4:15 W:5:2:100:8 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d2 B:SPIT:ELEC:2d4 F:ANIMAL | CAN_SWIM | WILD_TOO | WILD_WOOD | WILD_SWAMP | F:DROP_CORPSE | HAS_EGG | IMPRESED | IM_ELEC | F:MORTAL | BASEANGBAND D:It is a small lizard with powerful jaws which cause D:sparks to fly as they snap shut. # New monster added by furiosity for the Theme module N:832:Death dragonfly G:F:D I:120:3d8:12:20:50 W:20:2:150:70 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:EXP_40:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_SWAMP | F:ANIMAL | RES_NETH | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_NETH D:The size of a large bird, this fly carries with it the D:stench of decay. # New monster added by furiosity for the Theme module N:833:Giant swamp dragonfly G:F:o I:120:3d8:12:20:50 W:20:2:150:70 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:TERRIFY:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_SWAMP | F:ANIMAL | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_NUKE D:The size of a large bird, this fly comes from a dark swamp. # New monster added by furiosity for the Theme module N:834:Giant red dragonfly G:F:r I:120:3d8:12:20:50 W:20:2:150:70 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:ACID:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | AURA_FIRE | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_SWAMP | F:ANIMAL | IM_FIRE | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_FIRE D:The size of a large bird, this fly is surrounded by flames. # New monster added by furiosity for the Theme module N:835:Giant forest dragonfly G:F:g I:120:3d8:12:20:50 W:20:2:150:70 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:PARALYZE:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_SWAMP | F:ANIMAL | IM_ACID | IM_POIS | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_DARK D:The size of a large bird, this fly prefers to dwell in D:the forest, and is rather stealthy. # New monster added by furiosity for the Theme module N:836:Giant blue dragonfly G:F:b I:120:3d8:12:20:50 W:20:2:150:70 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:ELEC:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_SWAMP | F:ANIMAL | IM_ELEC | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_ELEC D:The size of a large bird, this fly crackles with sparks. # New monster added by furiosity for the Theme module N:837:Giant brown dragonfly G:F:u I:120:3d8:12:20:50 W:20:2:150:70 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_SWAMP | F:ANIMAL | NO_CUT | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_SHAR D:The size of a large bird, this fly dives from the earth D:into the air, and back. N:838:The Tarrasque G:R:v I:130:130d100:50:185:20 W:84:2:50000:35000 E:1:1:1:2:1:1 O:20:50:25:5 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:TOUCH:UN_POWER:10d10 B:TOUCH:UN_POWER:10d10 F:UNIQUE | ATTR_MULTI | F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | F:ONLY_ITEM | DROP_2D2 | DROP_4D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | IM_FIRE | IM_COLD | NO_SLEEP | BASEANGBAND S:1_IN_2 | S:BR_FIRE | BR_COLD | BR_DISE D:The Tarrasque is a massive reptile of legend, rumoured to be unkillable D:and immune to magic. Fear its anger, for its devastation is unmatched. N:839:Lungorthin, the Balrog of White Fire G:U:w I:130:80d100:20:125:80 W:88:2:14000:37000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:FIRE:8d12 B:HIT:FIRE:8d12 B:CRUSH:HURT:8d12 B:TOUCH:UN_POWER F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | F:ESCORT | ESCORTS | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DEMON | IM_FIRE | F:NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE S:1_IN_4 | S:BLIND | CONF | SCARE | S:BR_FIRE | BR_PLAS | S:S_HI_DEMON | S_UNDEAD D:A massive form cloaked in flame. Lungorthin stares balefully at you with D:eyes that smoulder red. The dungeon floor where he stands is scorched by D:the heat of his body. N:840:Draugluin, Sire of All Werewolves G:C:v I:130:80d100:80:90:90 W:83:2:1000:40000 E:0:1:0:2:1:0 O:0:0:100:0 B:CLAW:HURT:6d8 B:CLAW:HURT:6d8 B:BITE:POISON:6d6 B:BITE:POISON:6d6 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_SLEEP | FORCE_MAXHP | F:ESCORT | ESCORTS | DROP_CORPSE | F:RAND_25 | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:ANIMAL | EVIL | IM_POIS | BASEANGBAND S:1_IN_3 | S:SCARE | S_MONSTERS | S_HOUND D:Draugluin provides Sauron with a fearsome personal guard. He is an D:enormous wolf inhabited by a human spirit. He is chief of all his kind. # New monster added by furiosity for the Theme module N:841:Giant silver dragonfly G:F:W I:100:3d8:12:20:50 W:20:2:150:70 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:EAT_LITE:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_SWAMP | F:ANIMAL | NO_CUT | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_INER D:The size of a large bird, this fly moves slowly. # New monster added by furiosity for the Theme module N:842:Giant violet dragonfly G:F:v I:120:3d8:12:20:50 W:20:2:150:70 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:CONFUSE:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_SWAMP | F:ANIMAL | NO_CUT | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_CHAO D:The size of a large bird, this fly is surrounded by an D:aura of raw chaos. # New monster added by furiosity for the Theme module N:843:Giant pink dragonfly G:F:u I:120:3d8:12:20:50 W:20:2:150:70 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:LOSE_STR:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_SWAMP | F:ANIMAL | NO_CUT | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BR_PLAS D:The size of a large bird, this fly seems to scorch the D:very air around it. N:844:Vecna, the Emperor Lich G:L:v I:130:80d100:100:100:0 W:92:3:0:45000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:EXP_80:7d12 B:HIT:LOSE_DEX:7d12 B:HIT:UN_POWER:7d12 B:HIT:UN_POWER:7d12 F:UNIQUE | MALE | CAN_SPEAK | RES_TELE F:FORCE_SLEEP | FORCE_MAXHP | F:ESCORT | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:SMART | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | NO_SLEEP | BASEANGBAND F:NO_CUT S:1_IN_3 | S:TPORT | BLIND | SCARE | CAUSE_4 | BRAIN_SMASH | S:BA_MANA | BO_MANA | BA_FIRE | BA_NETH | S:S_MONSTERS | S_HI_DEMON | S_HI_UNDEAD | S_KIN | HAND_DOOM | ANIM_DEAD D:The greatest of all undead sorcerers, even the gods once feared him. This D:ancient shadow of death wilts every living thing it passes. # New monster added by furiosity for the Theme module N:845:Aquatic dragonfly G:F:B I:120:3d8:12:20:50 W:20:2:150:70 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d6 F:FORCE_SLEEP | RAND_50 | RAND_25 | F:WEIRD_MIND | BASH_DOOR | CAN_FLY | WILD_TOO | WILD_SWAMP | F:ANIMAL | NO_CUT | AQUATIC | RES_WATE | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BA_WATE D:The size of a large bird, this fly prefers watery regions. # New monster added by furiosity for the Theme module N:846:Giant red mouse G:r:r I:110:1d3:8:4:20 W:4:1:200:3 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:FIRE:1d2 F:RAND_25 | SUSCEP_COLD | ANIMAL | IM_FIRE | F:DROP_CORPSE | MORTAL | BASEANGBAND | CAN_SWIM | S:MULTIPLY D:It is about three feet long with large teeth and red fur. D:It is a corrupted creature of Melkor. N:847:Great Wyrm of Power G:D:v I:130:111d111:40:160:70 W:85:4:220000:47500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:8d12 B:CLAW:HURT:8d12 B:BITE:HURT:10d14 B:BITE:HURT:10d14 F:FORCE_SLEEP | FORCE_MAXHP | MOVE_BODY | AURA_FIRE | REFLECTING | AURA_ELEC | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | AURA_COLD | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | RES_NETH | RES_DISE | F:DRAGON | GOOD | RES_TELE | DROP_CORPSE | AQUATIC | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | F:RES_NEXU | RES_PLAS | CAN_FLY | BASEANGBAND | HAS_LITE | NO_CUT F:ATTR_MULTI S:1_IN_4 | S:S_HI_DRAGON | S_DRAGON | S_KIN | S:BR_NUKE | BR_ACID | BR_ELEC | BR_FIRE | S:BR_COLD | BR_POIS | BR_NETH | BR_LITE | BR_DARK | S:BR_CONF | BR_SOUN | BR_CHAO | BR_DISE | BR_NEXU | S:BR_TIME | BR_INER | BR_GRAV | BR_SHAR | BR_PLAS | S:BR_WALL | BR_MANA | BR_DISI D:The mightiest of all dragonkind, a great worm of power is seldom D:encountered in our world. It can crush stars with its might. # New monster added by furiosity for the Theme module N:848:Giant blue mouse G:r:b I:110:1d3:8:4:20 W:4:1:200:3 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:ELEC:1d2 F:RAND_25 | ANIMAL | IM_ELEC | F:DROP_CORPSE | MORTAL | BASEANGBAND | CAN_SWIM | S:MULTIPLY D:It is about three feet long with large teeth and blue fur. D:Its teeth produce sparks on impact. # New monster added by furiosity for the Theme module N:849:Giant yellow mouse G:r:y I:110:1d3:8:4:20 W:4:1:200:3 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:ACID:1d2 F:RAND_25 | ANIMAL | IM_ACID | F:DROP_CORPSE | MORTAL | BASEANGBAND | CAN_SWIM | S:MULTIPLY D:It is about three feet long with large teeth and yellow fur. D:Its teeth produce a corrosive substance. N:850:Carcharoth, the Jaws of Thirst G:C:D I:130:90d100:80:110:10 W:94:1:3400:40000 E:0:1:0:2:1:0 O:30:10:60:0 B:CLAW:POISON:9d12 B:CLAW:POISON:9d12 B:BITE:FIRE:9d12 B:BITE:FIRE:9d12 F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | AURA_FIRE | F:SMART | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:ANIMAL | EVIL | IM_FIRE | IM_POIS | BASEANGBAND S:1_IN_3 | S:BR_DARK | BR_POIS | BR_FIRE | BR_NETH | S_HOUND D:The first guard of Angband, Carcharoth, also known as 'The Red Maw', is D:the largest wolf to ever walk the earth. He is highly intelligent and a D:deadly opponent in combat. # New monster added by furiosity for the Theme module N:851:Giant pink rat G:r:R 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:LOSE_STR:1d4 F:RAND_25 | ANIMAL | DROP_SKELETON | F:DROP_CORPSE | MORTAL | BASEANGBAND | CAN_SWIM | S:MULTIPLY D:It is a rodent of unusual size with no fur covering it. # New monster added by furiosity for the Theme module N:852:Giant tree rat G:r:G I:110:2d3:8:12:20 W:9:1:250:3 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:POISON:1d4 B:BITE:HURT:2d4 F:RAND_25 | ANIMAL | DROP_SKELETON | IM_POIS | CAN_FLY | F:DROP_CORPSE | MORTAL | BASEANGBAND | CAN_SWIM | S:MULTIPLY D:A large rat that lives in the trees. N:853:Huan, Wolfhound of the Valar G:C:W I:130:90d100:50:160:10 W:93:2:3400:40000 E:0:1:0:2:1:0 O:30:10:60:0 B:CLAW:COLD:9d12 B:CLAW:COLD:9d12 B:BITE:COLD:9d12 B:BITE:COLD:9d12 F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE | F:FORCE_SLEEP | FORCE_MAXHP | NEUTRAL | NO_TARGET | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | AURA_COLD | F:SMART | OPEN_DOOR | BASH_DOOR | KILL_BODY | F:ANIMAL | GOOD | WILD_ONLY | WILD_GRASS | WILD_GRASS | F:WILD_WASTE | WILD_WOOD | WILD_SHORE | F:IM_COLD | IM_ACID | IM_ELEC | BASEANGBAND S:1_IN_5 | S:BR_COLD | BR_SHAR | BR_SOUN | BR_LITE | D:The wolfhound of the Valar, Huan has served many masters in his time, from D:Celegorm son of Feanor to Beren son of Barahir: but now he runs wild and D:acknowledges no master save himself, as he hunts alone for his nemesis - D:Carcharoth, the terrible wolf of Angband. # New monster added by furiosity for the Theme module N:854:Polar bear G:q:w I:110:10d10:10:35:10 W:9:1:2000:27 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 | DROP_SKELETON | DROP_CORPSE F:ANIMAL | MORTAL | BASEANGBAND | IM_COLD | WILD_TOO | D:A huge white bear, accustomed to extremely cold temperatures. # New monster added by furiosity for the Theme module N:855:Blue bear G:q:b I:110:10d10:10:35:10 W:9:1:2000:30 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:2d4 B:CLAW:HURT:2d4 B:BITE:HURT:2d6 F:WEIRD_MIND | BASH_DOOR | FRIENDS | DROP_SKELETON | DROP_CORPSE F:ANIMAL | HURT_LITE | IM_COLD | F:MORTAL | BASEANGBAND D:A huge blue-black bear with thick fur. It can withstand D:extremely cold temperatures and usually hunts at night, D:and always in packs. N:856:Gothmog, the High Captain of Balrogs G:U:v I:130:120d100:100:140:0 W:95:1:17000:43000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:FIRE:9d12 B:HIT:FIRE:9d12 B:CRUSH:HURT:8d12 B:TOUCH:UN_POWER F:UNIQUE | MALE | CAN_SPEAK | CAN_FLY | F:FORCE_SLEEP | FORCE_MAXHP | ATTR_MULTI | F:ESCORT | ESCORTS | KILL_WALL | AURA_FIRE | NONLIVING | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DEMON | F:IM_FIRE | IM_ELEC | BASEANGBAND | HAS_LITE S:1_IN_3 | S:BLIND | CONF | SCARE | S:BR_FIRE | S_KIN | S:S_HI_DEMON | S_HI_UNDEAD D:Gothmog is the offspring of Morgoth and an ogress. He is renowned D:for slaying three High Kings of the Noldor Elves, and he has never been D:defeated in combat. With his whip of flame and awesome fiery breath he D:saved his master from Ungoliant's rage. # New monster added by furiosity for the Theme module N:857:Old bear G:q:W I:110:20d10:10:35:255 W:15:1:2000:25 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:4d4 B:CLAW:HURT:4d4 B:BITE:HURT:4d6 F:WEIRD_MIND | BASH_DOOR | DROP_SKELETON | DROP_CORPSE F:ANIMAL | NEUTRAL | NO_TARGET | WILD_ONLY | WILD_WOOD | F:WILD_GRASS | WILD_SHORE | MORTAL | BASEANGBAND D:An experienced bear whose fur is silvery white. It just D:wants to eat its dinner in peace. N:858:Sarko, rider of gold Foronth G:B:y I:145:99d111:100:165:0 W:97:6:420000:65000 E:1:1:1:2:1:1 O:50:50:0:0 B:HIT:HURT:12d12 B:HIT:HURT:12d12 B:HIT:FIRE:12d12 B:HIT:FIRE:12d12 F:UNIQUE | FEMALE | DROP_CORPSE | F:ATTR_MULTI | THUNDERLORD | RES_TELE | PET | CAN_SPEAK | F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | GOOD | AQUATIC | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:DROP_CHOSEN | REFLECTING | AURA_FIRE | AURA_ELEC | F:SMART | OPEN_DOOR | BASH_DOOR | MOVE_BODY | REGENERATE | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | POWERFUL | F:MORTAL | HAS_LITE S:1_IN_4 | S:TPORT | TELE_TO | BR_FIRE | BR_TIME | S_THUNDERLORD | TELE_AWAY | D:Foronth is the first Eagle queen, and Sarko the first to discover D:the Firebirds, the ancestors of the Thunderlord eagles. She will try to D:help you. # New monster added by furiosity for the Theme module N:859:Teddy bear G:q:v I:110:10d10:10:35:10 W:9:1:2000:25 E:0:1:0:2:1:0 O:0:0:0:0 F:WEIRD_MIND | BASH_DOOR | NONLIVING | JOKEANGBAND | NEVER_BLOW | F:NO_CUT | NO_FEAR | NO_CONF | RES_TELE | NO_STUN | PET | S:1_IN_2 S:CONF | BLINK | D:A cute cuddly creature made of a strange soft material. It has D:been animated by a jokester wizard, and searches for a child to D:play with. N:860:Sauron, the Sorcerer G:p:v I:130:100d225:100:160:0 W:99:1:2300:50000 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:UN_BONUS:10d12 B:HIT:UN_BONUS:10d12 B:HIT:UN_POWER:8d12 B:HIT:UN_POWER:8d12 F:UNIQUE | MALE | CAN_SPEAK | REFLECTING | F:FORCE_SLEEP | FORCE_MAXHP | FORCE_DEPTH | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:SMART | OPEN_DOOR | BASH_DOOR | MOVE_BODY | REGENERATE | NO_SLEEP | NO_FEAR | NO_CONF | F:EVIL | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:RES_TELE | BASEANGBAND | HAS_LITE S:1_IN_2 | S:TPORT | TELE_LEVEL | BLIND | CONF | SCARE | CAUSE_4 | S:BRAIN_SMASH | FORGET | BO_ICEE | BO_MANA | BO_PLAS | S:BA_MANA | BA_FIRE | BA_WATE | BA_NETH | BA_DARK | BA_CHAO | S:S_MONSTERS | S_HI_DEMON | S_HI_UNDEAD | S_HI_DRAGON | S_WRAITH | S_UNIQUE | S:HAND_DOOM | ANIM_DEAD D:Mighty in spells and enchantments, he created the One Ring. D:His eyes glow with power and with his gaze he seeks to destroy D:your soul. He has many servants, and rarely fights without them. N:861:DarkGod, the Mighty Coder of Hell G:P:B I:155:180d100:111:175:0 W:127:1:1600:66666 E:2:0:2:6:1:1 O:20:20:20:20 B:GAZE:EAT_GOLD:20d10 B:HIT:SHATTER:20d10 B:BITE:LOSE_ALL:10d12 B:TOUCH:UN_POWER F:UNIQUE | CAN_SPEAK | ATTR_MULTI | ATTR_ANY | MALE | F:FORCE_MAXHP | WEIRD_MIND | DROP_CORPSE | DROP_SKELETON | F:REFLECTING | AURA_FIRE | AURA_ELEC | AURA_COLD | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_3D2 | DROP_4D2 | F:DROP_GOOD | DROP_GREAT | RES_NETH | INVISIBLE | F:SMART | KILL_WALL | KILL_BODY | POWERFUL | RES_TELE | F:REGENERATE | CAN_FLY | CAN_SWIM | DG_CURSE | WYRM_PROTECT | F:EVIL | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF |NO_FEAR | NO_STUN | RES_TELE F:MORTAL | JOKEANGBAND | HAS_LITE S:1_IN_2 | S:S_THUNDERLORD | BR_CHAO | BA_CHAO | ROCKET | BRAIN_SMASH | S_HI_DEMON | S:BR_NETH | HASTE | BR_MANA | S_HI_UNDEAD | S_HI_DRAGON | TRAPS | FORGET | S:BR_NUKE | BR_POIS | BR_DISI | HAND_DOOM | HEAL | TPORT | TELE_TO | S:S_BUG | S_RNG | D:He is the master of coding; none can match his skill. He created the D:Variant Maintainer, the RNGs, and the software bugs. Bull Gates is D:nothing next to him. Do not think that since he loves the novels of D:Tolkien he is to be ignored! He wishes to translate your soul into D:assembler, the one hitch being that he must kill you first. If you D:encounter him, pray your deity holds you in good stead. N:862:Morgoth, Lord of Darkness G:P:D I:140:200d150:100:150:0 W:100:1:200000:60000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:SHATTER:24d10 B:HIT:SHATTER:24d10 B:HIT:LOSE_ALL:10d12 B:TOUCH:UN_POWER F:UNIQUE | CAN_SPEAK | MALE | F:FORCE_SLEEP | FORCE_MAXHP | FORCE_DEPTH | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_3D2 | DROP_4D2 | F:DROP_GOOD | DROP_GREAT | DROP_CHOSEN | RES_NETH | F:SMART | KILL_WALL | MOVE_BODY | AURA_COLD | F:REGENERATE | POWERFUL | F:EVIL | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_STUN | NO_SLEEP | NO_FEAR | RES_TELE | BASEANGBAND | HAS_LITE S:1_IN_3 | S:BRAIN_SMASH | S:BA_MANA | BO_MANA | BA_NETH | BA_CHAO | BA_DARK | ANIM_DEAD | S:S_MONSTERS | S_UNIQUE | S_HI_DEMON | S_HI_UNDEAD | S_HI_DRAGON | S:ROCKET | BR_NETH | BR_DISI | HAND_DOOM | S_WRAITH D:He was the most powerful of the Valar, the equal of Manwe. D:He is the Master of the Pits of Angband. His figure is like a black D:mountain crowned with Lightning. He rages with everlasting anger, his D:body scarred by Fingolfin's eight mighty wounds. He can never rest from D:his pain, but seeks forever to dominate all that is light and good in the D:world. He is the origin of man's fear of darkness and created many foul D:creatures with his evil powers. Orcs, Dragons, and Trolls are his most D:foul corruptions, causing much pain and suffering in the world to please D:him. His disgusting visage, twisted with evil, is crowned with iron. D:Grond, the mighty Hammer of the Underworld, cries defiance as he strides D:towards you to crush you to a pulp! N:863:Human Warrior G:p:u I:110:9d8:10:10:0 W:0:20:1700:0 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:5d8 F:MALE | F:PET | FRIENDS | WILD_ONLY | F:ONLY_GOLD | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR F:DROP_CORPSE | F:MORTAL | BASEANGBAND | HAS_LITE D:They are used as the main assault force of the human kings. N:864:Elven archer G:h:W I:110:9d7:10:10:0 W:0:20:1400:0 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:2d8 F:MALE | F:PET | FRIENDS | WILD_ONLY | F:ONLY_GOLD | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR F:DROP_CORPSE | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_1 | S:ARROW_2 | ARROW_1 | ARROW_2 | ARROW_1 | D:They are used as the main assault force of the elven kings. N:865:Dwarven warrior G:k:U I:110:8d8:10:10:0 W:0:20:1500:0 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:6d8 F:MALE | F:PET | FRIENDS | WILD_ONLY | F:ONLY_GOLD | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR F:DROP_CORPSE | F:MORTAL | BASEANGBAND | HAS_LITE D:They are used as the main assault force of the dwarven kings. N:866:Elite uruk G:o:w I:110:10d10:20:50:0 W:20:1:2000:70 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:8d5 B:HIT:HURT:8d5 F:MALE | F:FORCE_MAXHP | FRIENDS | DROP_60 | F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | ORC | IM_POIS | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_8 | S:ARROW_2 D:It is a cunning orc of power, taller than a man, and stronger. It fears D:little. # New monster added by furiosity for the Theme module N:867:Fire bear G:q:R I:110:10d10:10:35:10 W:13:2:2000:30 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:1d4 B:CLAW:FIRE:1d4 B:BITE:HURT:3d6 F:WEIRD_MIND | BASH_DOOR | FRIENDS | DROP_SKELETON | DROP_CORPSE F:ANIMAL | IM_FIRE | SUSCEP_COLD | F:MORTAL | BASEANGBAND D:A fierce bear trained to withstand the hottest environments. N:868:The Variant Maintainer G:p:B I:160:10d10:30:50:0 W:10:1:1700:3000 E:1:1:1:2:1:1 O:20:20:20:20 B:INSULT:* B:HIT:INSANITY:1d8 B:HIT:LOSE_WIS:1d8 F:ONLY_ITEM | DROP_2D2 | UNIQUE | CAN_FLY | F:DROP_GOOD | WEIRD_MIND | CAN_SPEAK | F:RAND_50 | RAND_25 | INVISIBLE | EVIL | F:MORTAL | JOKEANGBAND | HAS_LITE S:1_IN_2 S:S_BUG | S_RNG | BR_CONF D:A deranged programmer, scattering bizarre ideas and bad code everywhere. N:869:Random Number Generator G:I:b I:130:1d6:10:50:0 W:10:1:0:10 E:0:0:0:0:0:0 O:20:20:20:20 B:INSULT:* B:MOAN:* B:HIT:CONFUSE:1d6 F:DROP_1D2 | EVIL | F:EMPTY_MIND | RAND_50 | RAND_25 | JOKEANGBAND S:MULTIPLY D:A feared creation of the Variant Maintainer, it tries to generate Morgoth D:in the town and the One Ring in the magic shop. N:870:Rocket mine G:.:R I:110:20d8:20:3:10 W:50:10:0:100 E:0:0:0:0:0:0 O:0:0:0:0 B:SPORE:POISON:10d5 F:NEVER_MOVE | IM_POIS | NONLIVING | IM_ACID | STUPID | F:FORCE_MAXHP | UNDEAD | EVIL | JOKEANGBAND | NO_CUT S:1_IN_4 S:ROCKET | ARROW_4 D:It was left here to be used against intruders. N:871:Bouncing mine G:.:B I:120:20d15:50:5:10 W:70:10:0:200 E:0:0:0:0:0:0 O:0:0:0:0 B:SPORE:POISON:10d5 F:NEVER_MOVE | IM_POIS | NONLIVING | IM_ACID | STUPID | F:FORCE_MAXHP | UNDEAD | EVIL | JOKEANGBAND | NO_CUT S:1_IN_3 S:ROCKET | ARROW_4 | BLINK | BR_POIS | BR_CHAO | BR_NEXU D:It was left here to be used against intruders. N:872:Durin's Bane G:U:R I:130:30d100:20:100:80 W:50:3:13000:30000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:FIRE:6d12 B:HIT:FIRE:6d12 B:CRUSH:HURT:5d12 B:TOUCH:UN_POWER F:UNIQUE | MALE | SPECIAL_GENE | DROP_RANDART F:FORCE_SLEEP | FORCE_MAXHP | KILL_WALL | F:ESCORT | ESCORTS | DROP_CORPSE | NONLIVING | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_CHOSEN | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DEMON | IM_FIRE | F:NO_CONF | BASEANGBAND | HAS_LITE S:1_IN_4 | S:CONF | SCARE | S:BR_FIRE | S:S_UNDEAD | S_DEMON D:A huge Balrog surrounded by raging pillars of fire, this is indeed a D:terrible opponent. Wielding a great whip of fire and a blazing sword, his D:fury blisters your skin and melts your flesh. # New monster added by furiosity for the Theme module N:873:Aquatic bear G:q:B I:110:10d10:10:35:10 W:15:1:2000:40 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:HURT:1d4 B:CLAW:CONFUSE:1d4 B:BITE:PARALYZE:1d6 F:WEIRD_MIND | BASH_DOOR | FRIENDS | DROP_SKELETON | DROP_CORPSE F:ANIMAL | RES_WATE | CAN_SWIM | AQUATIC | F:MORTAL | BASEANGBAND D:A strange bear the prefers to live in the water. N:874:Rot jelly G:j:u I:120:20d8:2:30:99 W:5:1:2000:15 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:EAT_FOOD:2d3 B:TOUCH:LOSE_CHR:2d3 F:NEVER_MOVE | F:STUPID | EMPTY_MIND | CAN_SWIM | F:HURT_LITE | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a large pile of rotting flesh, whose touch spoils your food. The terrible D:smell it exudes is also very hard to get rid of... N:875:Death G:G:D I:130:50d100:200:120:5 W:80:6:3000:25000 E:1:1:1:2:1:1 O:10:80:20:0 B:HIT:HURT:20d5 B:HIT:HURT:20d5 B:TOUCH:EXP_80:20d5 B:TOUCH:EXP_80:20d5 F:UNIQUE | F:FORCE_MAXHP | DROP_CORPSE | F:DROP_GOOD | DROP_GREAT | DROP_60 | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | PASS_WALL | NO_SLEEP | NO_STUN | NO_CONF | F:EVIL | UNDEAD | JOKEANGBAND | NO_CUT D:The leader of the horsemen of the apocalypse, before you lies Death. D:A bony skeleton in a huge dark robe wielding a great scythe, Death rides D:a horse of purest black and comes to bring your death. N:876:Famine G:G:U I:130:50d100:200:120:5 W:77:6:3000:25000 E:1:1:1:2:1:1 O:10:80:20:0 B:TOUCH:EAT_FOOD:20d4 B:GAZE:UN_BONUS:20d4 B:WAIL:LOSE_INT:10d5 B:WAIL:LOSE_DEX:10d5 F:UNIQUE | MALE | F:FORCE_MAXHP | DROP_CORPSE | F:DROP_GOOD | DROP_GREAT | DROP_60 | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | PASS_WALL | NO_STUN | NO_SLEEP | NO_CONF | F:EVIL | UNDEAD | JOKEANGBAND | NO_CUT D:One of the horsemen of the apocalypse, before you lies Famine. A D:figure so gaunt that the shape of the bones beneath are revealed, D:Famine rides a pale grey mare that appears near death. N:877:Pestilence G:G:G I:130:50d100:200:120:5 W:74:6:3000:25000 E:1:1:1:2:1:1 O:10:80:20:0 B:TOUCH:POISON:20d4 B:TOUCH:POISON:20d4 B:TOUCH:DISEASE:16d5 B:TOUCH:DISEASE:16d5 F:UNIQUE | MALE | F:FORCE_MAXHP | DROP_CORPSE | F:DROP_GOOD | DROP_GREAT | DROP_60 | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | PASS_WALL | NO_SLEEP | NO_STUN | NO_CONF | F:EVIL | UNDEAD | JOKEANGBAND | NO_CUT S:1_IN_2 | S:S_ANT | S_SPIDER D:One of the horsemen of the apocalypse, before you lies Pestilence. D:At first, it looks like a human, but then you notice ants, worms, and D:worse peeking out of the flesh. Pestilence rides a purple horse with D:skin that bulges and occasionally gives hints of the vermin within. N:878:War G:G:r I:130:50d100:200:120:5 W:71:6:3000:25000 E:1:1:1:2:1:1 O:10:80:20:0 B:TOUCH:PARALYZE:20d4 B:WAIL:CONFUSE:20d4 B:GAZE:BLIND:20d4 B:WAIL:TERRIFY:20d4 F:UNIQUE | MALE | F:FORCE_MAXHP | DROP_CORPSE | F:DROP_GOOD | DROP_GREAT | DROP_60 | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | PASS_WALL | NO_SLEEP | NO_STUN | NO_CONF | NO_FEAR | F:EVIL | UNDEAD | JOKEANGBAND | NO_CUT S:1_IN_2 | S:S_MONSTER D:One of the horsemen of the apocalypse, before you lies War. A healthy and D:hearty warrior, War grins a little too wide at you as he prepares for D:combat. War rides a large well-groomed yellow horse that leaves behind D:puddles of blood where its hooves touch the ground. ##### Some aquatic monsters. ##### N:879:Pike G:~:s I:125:2d7:80:35:0 W:2:1:100:7 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:2d3 F:ANIMAL | AQUATIC | STUPID | DROP_CORPSE | COLD_BLOOD | F:MORTAL | BASEANGBAND D:It's a common fresh-water predatory fish. N:880:Electric eel G:J:B I:110:15d15:15:40:70 W:20:2:500:145 E:0:1:0:2:1:0 O:0:0:0:0 B:TOUCH:ELEC:2d7 B:TOUCH:ELEC:2d7 B:TOUCH:ELEC:2d7 F:AQUATIC | ANIMAL | RAND_25 | IM_ELEC | RES_WATE | F:WILD_TOO | WILD_OCEAN | COLD_BLOOD | F:MORTAL | BASEANGBAND D:This serpentine creature can create a deadly voltage. N:881:Giant crayfish G:~:R I:90:4d10:6:100:20 W:4:1:1200:10 E:0:0:0:0:1:0 O:0:0:0:0 B:CLAW:HURT:3d4 B:CLAW:HURT:3d4 F:ANIMAL | AQUATIC | STUPID | WEIRD_MIND | DROP_CORPSE | COLD_BLOOD | F:MORTAL | BASEANGBAND D:A man-sized, heavily armoured fresh-water relative of the lobster. N:882:Mermaid G:h:B I:110:5d8:50:30:0 W:4:1:1600:20 E:1:1:1:2:1:0 O:20:50:10:5 B:TOUCH:LOSE_WIS B:TOUCH:INSANITY:2d3 B:TOUCH:CONFUSE F:FEMALE | RAND_25 | DROP_60 | SMART | AQUATIC | NO_CONF | DROP_CORPSE | F:MORTAL | BASEANGBAND D:A green-skinned humanoid with a fishtail. Beware - there are rumours D:of adventures losing their minds under the fearsome charms of mermaids. N:883:Box jellyfish G:~:B I:110:10d10:20:30:75 W:10:2:3000:25 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:PARALYZE:1d6 B:TOUCH:PARALYZE:1d6 F:ANIMAL | AQUATIC | IM_POIS | WILD_TOO | COLD_BLOOD | F:MORTAL | BASEANGBAND D:A strange water creature whose touch can be deadly. N:884:Giant piranha G:~:R I:120:6d8:30:20:10 W:10:2:300:40 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:5d1 B:BITE:HURT:5d1 F:NO_SLEEP | WILD_TOO | COLD_BLOOD | F:FRIENDS | AQUATIC | ANIMAL | F:MORTAL | BASEANGBAND D:A very large and bloodthirsty fish. N:885:Piranha G:~:R I:120:2d6:20:8:5 W:3:1:200:8 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:1d6 F:FRIENDS | AQUATIC | ANIMAL | WILD_TOO | COLD_BLOOD | F:MORTAL | BASEANGBAND D:Bloodthirsty fish who can smell your blood from a great distance. # New monster added by furiosity for the Theme module N:886:Swamp naga G:n:o I:110:11d8:20:40:120 W:10:3:1800:60 E:0:0:0:0:1:0 O:50:0:50:0 B:CRUSH:HURT:2d10 B:BITE:POISON:2d4 F:FEMALE | CAN_SWIM | WILD_TOO | WILD_SHORE | F:RAND_25 | DROP_90 | AQUATIC | IM_POIS | F:TAKE_ITEM | BASH_DOOR | DROP_CORPSE | IM_ACID | F:EVIL | MORTAL | BASEANGBAND D:A large orange snake with a woman's torso. She prefers to live D:in the swamp and can withstand marshland elements. # New monster added by furiosity for the Theme module N:887:Ocean naga G:n:b I:110:11d80:20:40:120 W:30:10:1800:60 E:0:0:0:0:1:0 O:50:0:50:0 B:CRUSH:HURT:4d10 B:BITE:ACID:3d6 F:FEMALE | CAN_SWIM | WILD_TOO | WILD_SHORE | F:DROP_90 | AQUATIC | WILD_OCEAN | IM_ACID | F:TAKE_ITEM | BASH_DOOR | DROP_CORPSE | RES_WATE | F:EVIL | MORTAL | BASEANGBAND S:1_IN_8 S:BA_WATE | BO_ICEE | D:A large dark blue snake with a woman's torso. She prefers to live D:in deep water. # New monster added by furiosity for the Theme module N:888:Snail G:w:U I:30:12d9:1:5:255 W:1:2:1:0 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:1d1 F:ANIMAL | EMPTY_MIND | CAN_SWIM | WILD_ONLY | WILD_GRASS | F:DROP_CORPSE | MORTAL | BASEANGBAND | NEUTRAL | NO_TARGET | D:A harmless shell-bearing gastropod mollusc D:crawling slowly on the dungeon floor. D:It is a favourite prey of birds. N:889:Whale G:~:D I:110:22d22:15:50:70 W:20:4:9000:175 E:0:0:0:0:1:0 O:0:0:0:0 B:CRUSH:HURT:1d20 B:CRUSH:HURT:1d20 F:RAND_25 | FORCE_MAXHP | RES_WATE | F:ANIMAL | AQUATIC | WILD_TOO | F:MORTAL | BASEANGBAND D:Although it looks like a fish and lives in water, it is in fact D:a mammal. And it is huge. N:890:Sand mite G:~:B I:110:3d10:5:25:80 W:10:2:500:25 E:0:0:0:0:0:0 O:0:0:0:0 B:BITE:POISON:3d6 B:BITE:POISON:3d6 F:AQUATIC | ANIMAL | IM_POIS | FRIENDS | F:CHAR_CLEAR | ATTR_CLEAR | DROP_CORPSE | COLD_BLOOD | F:MORTAL | BASEANGBAND S:MULTIPLY D:A relative of crabs and shrimp, this is a tiny creature that inhabits sandy D:bottoms. It has a pair of dangerous-looking claws. N:891:Octopus G:~:g I:105:60d6:60:60:60 W:15:2:1200:60 E:3:0:3:6:1:0 O:0:0:0:0 B:SPIT:BLIND:1d3 B:CRUSH:HURT:6d3 B:CRUSH:HURT:6d3 B:CRUSH:HURT:6d3 F:RAND_25 | IM_COLD | RES_WATE | AQUATIC | ANIMAL | WILD_TOO | COLD_BLOOD | F:MORTAL | BASEANGBAND D:It doesn't move very fast, but when it does - watch out. N:892:Giant octopus G:~:g I:115:100d6:10:35:5 W:30:1:1800:180 E:3:0:3:6:1:0 O:0:0:0:0 B:SPIT:BLIND:1d4 B:CRUSH:HURT:8d4 B:CRUSH:HURT:8d4 B:CRUSH:PARALYZE:8d4 F:AQUATIC | SMART | IM_POIS | ANIMAL | NO_CONF | NO_SLEEP | F:NO_FEAR | SMART | WEIRD_MIND | DROP_CORPSE | COLD_BLOOD | F:MORTAL | BASEANGBAND S:1_IN_15 | S:DARKNESS | SLOW | CONF | SCARE D:A cunning and dangerous undersea opponent. N:893:Eye of the deep G:e:b I:120:16d100:10:20:40 W:40:3:1600:6000 E:0:0:0:0:0:0 O:0:0:0:0 B:GAZE:EXP_20:2d6 B:GAZE:UN_POWER:2d6 B:GAZE:INSANITY:2d6 B:BITE:HURT:6d6 F:EVIL | IM_POIS | NO_CONF | NO_SLEEP | AQUATIC | F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | RES_TELE | F:SMART | DROP_CORPSE | BASEANGBAND S:1_IN_2 | S:BLIND | SLOW | CONF | SCARE | DRAIN_MANA | MIND_BLAST | S:FORGET | DARKNESS | BO_WATE | BO_ICEE | BO_MANA | BO_COLD D:A beholder that inhabits the depths of the sea, sleeping and pondering D:alien thoughts for centuries. Occasionally, it will float to the D:surface to wreck the lives of surface dwellers. N:894:Murk dweller G:S:g I:110:200d5:70:30:0 W:27:3:3000:800 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:POISON:5d10 B:CLAW:PARALYZE B:STING:INSANITY:5d10 B:STING:UN_BONUS F:AQUATIC | ANIMAL | WEIRD_MIND | FORCE_MAXHP | HURT_LITE | F:EVIL | SMART | NO_CONF | NO_SLEEP | DROP_CORPSE | F:MORTAL | BASEANGBAND S:1_IN_5 | S:BA_POIS | BR_DARK | BLIND | BR_POIS | SLOW | CONF | MIND_BLAST | S:BRAIN_SMASH | DARKNESS D:A gigantic aquatic monster, somewhat resembling a cross between a D:lobster and a spider. It is coated in poisonous slime and noxious D:parasites. This foul creature hides in the silt of the deep ocean floor, D:waiting to trap unsuspecting prey. N:895:Drowned soul G:G:B I:110:9d8:5:33:50 W:11:1:0:30 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:BLIND:3d3 B:TOUCH:POISON:2d4 B:WAIL:TERRIFY F:COLD_BLOOD | EMPTY_MIND | EVIL | AQUATIC | UNDEAD | IM_COLD | INVISIBLE | F:IM_POIS | NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_8 S:BLIND | HOLD | CONF D:A ghastly victim of drowning, forever doomed to wander the ocean waters D:looking for revenge. N:896:Tiger shark G:~:o I:120:10d5:100:32:0 W:12:1:3000:40 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:4d4 F:RAND_25 | AQUATIC | ANIMAL | STUPID | DROP_CORPSE | F:MORTAL | BASEANGBAND D:A small species of shark, although the teeth are still as deadly. N:897:Hammerhead shark G:~:W I:115:16d10:20:59:20 W:16:3:1500:40 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:3d4 B:BUTT:HURT:3d4 B:BITE:HURT:3d4 F:ANIMAL | AQUATIC | WILD_TOO | COLD_BLOOD | F:MORTAL | BASEANGBAND D:A hungry shark with a strange head. N:898:Great white shark G:~:w I:120:100d6:20:70:20 W:24:2:5000:250 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:4d6 B:BITE:HURT:4d6 B:BITE:HURT:4d6 F:FORCE_SLEEP | AQUATIC | COLD_BLOOD | F:ANIMAL MORTAL | BASEANGBAND D:A very large carnivorous fish. N:899:Aquatic golem G:g:b I:100:25d10:35:75:10 W:19:1:0:100 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:3d10 B:HIT:HURT:3d10 F:COLD_BLOOD | EMPTY_MIND | AQUATIC | F:IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:An ingenious gnomish invention -- a golem designed for underwater D:usage. # New monster added by furiosity for the Theme module N:900:Brown naga G:n:u I:110:14d8:20:40:120 W:30:2:1800:80 E:0:0:0:0:1:0 O:50:0:50:0 B:CRUSH:HURT:2d10 B:BITE:LOSE_CHR:3d6 F:FEMALE | CAN_SWIM | WILD_TOO | WILD_SHORE | F:RAND_25 | DROP_60 | NO_CUT | WILD_GRASS | F:TAKE_ITEM | BASH_DOOR | DROP_CORPSE | F:EVIL | MORTAL | BASEANGBAND S:1_IN_7 S:BR_SHAR D:A large brown snake with a woman's torso. It burrows deep into D:the ground. N:901:White shark G:~:W I:120:30d10:20:50:10 W:18:1:3000:100 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:3d5 B:BITE:HURT:3d5 B:BITE:HURT:3d5 F:ANIMAL | AQUATIC | WILD_TOO | COLD_BLOOD | F:MORTAL | BASEANGBAND D:A fast-moving hunter of the depths. When this creature moves, D:everybody in the water is in danger. N:902:Scrag G:T:B I:110:40d10:20:50:50 W:35:1:5000:440 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:1d10 B:HIT:HURT:1d10 B:HIT:HURT:3d2 B:HIT:HURT:3d2 F:MALE | F:FORCE_MAXHP | AQUATIC | REGENERATE | F:FRIENDS | DROP_60 | WILD_TOO | WILD_OCEAN | F:OPEN_DOOR | BASH_DOOR | RES_WATE | F:EVIL | TROLL | IM_COLD | IM_POIS | HURT_LITE | BASEANGBAND D:It is said that Morgoth created trolls in mockery of the Ents. D:A troll of the sea, he reeks of brine. N:903:Jaws G:~:w I:130:100d20:200:80:70 W:40:2:7000:2000 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:11d2 B:BITE:HURT:22d1 B:BITE:HURT:11d2 B:BITE:HURT:22d1 F:FORCE_MAXHP | UNIQUE | MOVE_BODY | F:WILD_OCEAN | WILD_TOO | COLD_BLOOD | F:BASH_DOOR | IM_COLD | IM_ELEC | IM_POIS | ANIMAL | AQUATIC | F:NO_CONF | NO_SLEEP | F:MORTAL | JOKEANGBAND D:The biggest white shark who has ever lived, it is hunting for you now. # New monster added by furiosity for the Theme module N:904:Silver naga G:n:W I:110:18d11: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:POISON:1d8 B:BITE:COLD:1d8 F:FEMALE | F:RAND_25 | DROP_60 | DROP_1D2 | DROP_CORPSE F:OPEN_DOOR | BASH_DOOR | CAN_SWIM | IM_POIS | F:EVIL | MORTAL | BASEANGBAND | IM_COLD | S:1_IN_7 S:BO_ICEE | BO_COLD | D:A giant snake-like figure with a woman's torso, partially covered D:in silvery scales. N:905:Aquatic elven warrior G:h:b I:110:20d8:40:35:5 W:10:1:1500:35 E:1:1:1:2:1:0 O:20:60:10:10 B:HIT:HURT:4d4 B:HIT:HURT:4d4 F:MALE | AQUATIC | FRIENDS | SMART | DROP_60 | DROP_CORPSE | BASEANGBAND | F:HAS_LITE | PET | GOOD D:An aquatic elf trained in all forms of combat. N:906:Aquatic elven mage G:h:o I:110:12d8:30:30:6 W:10:1:1400:35 E:1:1:1:2:1:0 O:10:10:70:10 B:TOUCH:UN_BONUS F:MALE | AQUATIC | SMART | DROP_2D2 | DROP_CORPSE | BASEANGBAND | F:HAS_LITE | PET | GOOD S:1_IN_12 | S:BO_MANA | BO_COLD | S_MONSTERS D:A wizened aquatic elf skilled in the magical arts. You can see an D:iridescent film coating the water around him. N:907:Stargazer G:~:y I:100:15d9:10:25:30 W:21:1:800:60 E:0:0:0:0:1:0 O:0:0:0:0 B:GAZE:PARALYZE F:AQUATIC | ANIMAL | SMART | RAND_25 | DROP_CORPSE | F:MORTAL | BASEANGBAND S:1_IN_10 | S:S_MONSTER D:A giant fish shaped like a flounder. There are two enormous eyes D:occupying half of the creature's body. N:908:Elder stargazer G:~:U I:100:20d10:15:25:30 W:29:1:1000:75 E:0:0:0:0:1:0 O:0:0:0:0 B:GAZE:PARALYZE B:GAZE:CONFUSE F:AQUATIC | ANIMAL | SMART | DROP_CORPSE | F:MORTAL | BASEANGBAND S:1_IN_10 | S:S_MONSTERS D:A stargazer a bit larger than average, covered with barnacles. N:909:Flounder G:~:s I:100:10d5:5:25:30 W:13:1:700:55 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:2d6 F:AQUATIC | ANIMAL | RAND_25 | INVISIBLE | ATTR_CLEAR | DROP_CORPSE | F:MORTAL | BASEANGBAND D:A flattened fish which is able to change body colouring for D:camouflage. N:910:Giant turtle G:R:G I:110:5d8:10:14:30 W:7:1:3000:30 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:2d2 B:BITE:HURT:2d2 F:ANIMAL | AQUATIC | DROP_CORPSE | F:MORTAL | BASEANGBAND D:A giant turtle with flippers, adapted for life in the ocean. N:911:Hatchling dragon turtle G:d:W I:110:10d10:20:60:50 W:9:1:20000: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 | F:EVIL | DRAGON | AQUATIC | BASEANGBAND | ATTR_MULTI S:1_IN_12 | S:BR_SOUN D:A newly-hatched dragon turtle. It still hasn't grown a proper shell. N:912:Young dragon turtle G:d:W I:110:30d10:20:70:70 W:31:1:80000:700 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d6 B:CLAW:HURT:2d6 B:BITE:HURT:2d8 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | F:DROP_3D2 | F:EVIL | DRAGON | AQUATIC | BASEANGBAND | ATTR_MULTI S:1_IN_11 | S:SCARE | S:BR_SOUN D:A dragon-like creature inhabiting lightless reaches of ocean caves. It has D:a long neck with a tiny head, and four massive flippers. It has a soft and D:flexible shell. N:913:Mature dragon turtle G:d:W I:110:50d10:20:80:70 W:38:1:170000:1500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:2d10 B:CLAW:HURT:2d10 B:BITE:HURT:4d10 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | F:DROP_4D2 | F:EVIL | DRAGON | NO_CONF | NO_SLEEP | AQUATIC | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_9 | S:SCARE | S:BR_SOUN D:A large dragon turtle, covered with a tough white shell. N:914:Ancient dragon turtle G:D:W I:120:70d10:20:90:80 W:41:1:220000:2500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d8 B:CLAW:HURT:4d8 B:BITE:HURT:7d8 F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | F:DROP_1D2 | DROP_4D2 | F:SMART | AQUATIC | POWERFUL | MOVE_BODY | F:EVIL | DRAGON | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE | ATTR_MULTI S:1_IN_9 | S:BLIND | CONF | SCARE | S:BR_SOUN D:A huge dragon turtle. You can see many barnacles covering its body. N:915:Fastitocalon G:D:g I:120:40d100:25:150:30 W:52:3:250000:16000 E:0:1:0:6:1:0 O:0:0:0:0 B:BITE:HURT:5d8 B:BITE:HURT:5d8 B:CRUSH:POISON:3d10 B:CRUSH:POISON:3d10 F:FORCE_SLEEP | FORCE_MAXHP | RES_TELE | AQUATIC | WILD_TOO | WILD_OCEAN | F:IM_FIRE | IM_ACID | IM_COLD | IM_POIS | F:DRAGON | NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | ATTR_MULTI S:1_IN_6 | S:BR_FIRE | BR_ACID | BR_SOUN | BA_WATE D:A huge aquatic dragon-turtle, its shell is as large as a small island. N:916:Undead stargazer G:~:u I:100:18d9:10:25:30 W:25:1:0:100 E:0:0:0:0:1:0 O:0:0:0:0 B:GAZE:PARALYZE B:GAZE:EXP_20 F:AQUATIC | ANIMAL | SMART | INVISIBLE | UNDEAD | BASEANGBAND | NO_CUT S:1_IN_10 | S:S_UNDEAD | S_MONSTER D:A stargazer brought back from the dead under control of some evil D:sorceror. N:917:Killer whale G:~:w I:120:20d50:12:55:30 W:25:1:9500:85 E:0:0:0:0:1:0 O:0:0:0:0 B:BITE:HURT:7d4 B:BITE:HURT:7d4 F:AQUATIC | WILD_TOO | WILD_OCEAN | F:ANIMAL | MORTAL | BASEANGBAND D:An almost beautiful, deadly beast. N:918:Merrow G:O:B I:110:30d9:20:33:30 W:28:2:2300:80 E:1:1:1:2:1:1 O:20:70:0:10 B:HIT:HURT:3d8 B:HIT:HURT:3d8 F:FRIENDS | DROP_60 | DROP_CORPSE | AQUATIC | WILD_TOO | WILD_OCEAN | F:OPEN_DOOR | BASH_DOOR | RES_WATE | IM_COLD | IM_POIS | F:EVIL | GIANT | F:MORTAL | BASEANGBAND | HAS_LITE D:A great ogre of the sea, it is violent and stupid. N:919:Water naga G:n:B I:110:30d10:10:55:10 W:24:1:1600:60 E:0:0:0:0:1:0 O:40:0:50:10 B:CRUSH:HURT:2d8 B:CRUSH:HURT:2d8 B:BITE:POISON:1d8 B:BITE:POISON:1d8 F:FEMALE | F:AQUATIC | DROP_CORPSE | F:ONLY_ITEM | DROP_90 | DROP_2D2 | F:EVIL | NO_CONF | NO_SLEEP | SMART | F:MORTAL | BASEANGBAND S:1_IN_7 | S:DARKNESS | CAUSE_3 | BO_ICEE D:A naga adapted to underwater life. She has a fish-like tail and a pair D:of gills. # New monster added by furiosity for the Theme module N:920:Night naga G:n:v I:110:30d15:20:75:120 W:25:2:0:60 E:0:0:0:0:1:0 O:20:0:80:0 B:CRUSH:TERRIFY:2d8 B:CRUSH:HURT:2d8 B:BITE:BLIND:1d8 B:BITE:HURT:1d8 F:FEMALE | CAN_SWIM | F:FORCE_SLEEP | CAN_FLY | HURT_LITE | F:ONLY_ITEM | DROP_90 | DROP_2D2 | DROP_CORPSE | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | F:EVIL | NO_CONF | NO_SLEEP | BASEANGBAND | S:1_IN_4 | S:BLIND | DARKNESS D:A dark snake-like form with the torso of a beautiful woman, it D:prefers to roam in the night. # New monster added by furiosity for the Theme module N:921:Tree naga G:n:G I:110:30d15:20:75:120 W:28:2:0:60 E:0:0:0:0:1:0 O:20:0:80:0 B:CRUSH:HURT:2d8 B:CRUSH:HURT:2d8 B:BITE:HURT:1d8 B:BITE:HURT:1d8 F:FEMALE | F:FORCE_SLEEP | CAN_FLY | CAN_SWIM | F:ONLY_ITEM | DROP_90 | DROP_2D2 | DROP_CORPSE | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | IM_POIS | F:EVIL | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_4 | S:HEAL | BR_POIS | BA_POIS | DARKNESS D:A green snake-like form with the torso of a beautiful woman, it D:dwells in the trees. N:922:Moby Dick, the White Whale G:~:w I:120:100d25:200:80:70 W:50:2:10000:2500 E:0:0:0:0:1:0 O:0:0:0:0 B:CRUSH:HURT:10d10 B:CRUSH:HURT:10d10 B:CRUSH:HURT:10d10 B:CRUSH:HURT:10d10 F:FORCE_MAXHP | UNIQUE | MOVE_BODY | F:WILD_OCEAN | WILD_TOO | COLD_BLOOD | F:BASH_DOOR | IM_COLD | IM_ELEC | IM_POIS | ANIMAL | AQUATIC | F:MORTAL | JOKEANGBAND S:1_IN_6 | BA_WATE D:The mightiest whale of the seas, he has sunk many ships in his time. With D:a mere flick of his tail he can create a mighty whirlpool, to the ruin D:of all who would travel the ocean. N:923:Aquatic hound G:Z:B I:110:15d5:60:60:0 W:20:1:600:200 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:CONFUSE:2d8 B:BITE:HURT:2d8 B:CLAW:POISON:2d8 F:FRIENDS | DROP_CORPSE | F:ANIMAL | AQUATIC | F:MORTAL | BASEANGBAND S:1_IN_10 | S:BO_ICEE | BO_WATE D:A hound with a finned tail and large, muscular flippers for hind legs. D:It has a rubbery skin instead of fur. N:924:Gaurrog G:U:B I:110:35d20:30:50:10 W:40:1:0:1000 E:0:0:0:0:1:0 O:20:60:20:0 B:HIT:HURT:3d4 B:GAZE:POISON:8d12 B:CLAW:INSANITY:8d12 F:FORCE_SLEEP | FORCE_MAXHP | F:FRIENDS | SMART | F:ONLY_ITEM | DROP_60 | F:AQUATIC | POWERFUL | F:EVIL | DEMON | IM_ACID | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE S:1_IN_8 | S:BO_ICEE | BA_WATE D:A hideous scaled demon, it is a sleek form with many fins but no visible D:arms or legs. It has a toothed gaping maw, reminiscent of a caricature D:of a shark's jaws. # New monster added by furiosity for the Theme module N:925:Adventurer naga G:n:U I:110:30d15:20:75:120 W:28:2:0:60 E:0:0:0:0:1:0 O:20:0:80:0 B:CRUSH:HURT:2d8 B:CRUSH:HURT:2d8 B:BITE:HURT:1d8 B:BITE:HURT:1d8 F:FEMALE | F:FORCE_SLEEP | CAN_FLY | F:ONLY_ITEM | DROP_90 | DROP_2D2 | DROP_CORPSE | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | NO_STUN | PET | F:EVIL | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_4 | S:HEAL | BLIND | CONF | DARKNESS D:A large brown snake with a woman's torso. She is a fellow D:adventurer. # New monster added by furiosity for the Theme module N:926:White mold G:m:w I:110:17d8:2:16:70 W:19:1:40:64 E:0:0:0:0:0:0 O:0:0:0:0 B:SPORE:COLD:4d4 F:NEVER_MOVE | SUSCEP_FIRE | F:STUPID | EMPTY_MIND | F:IM_COLD | IM_POIS | CAN_SWIM | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a strange white growth on the dungeon floor; it seems to sparkle D:with ice. # New monster added by furiosity for the Theme module N:927:Silver mold G:m:W I:110:17d8:2:16:70 W:19:1:40:64 E:0:0:0:0:0:0 O:0:0:0:0 B:SPORE:EAT_LITE:4d4 F:NEVER_MOVE | F:STUPID | EMPTY_MIND | F:IM_POIS | CAN_SWIM | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a strange silvery growth on the dungeon floor; it seems to glow with D:a dark light. N:928:Mathilde G:h:y I:110:220d100:40:10:3 W:0:4:1100:0 E:0:1:1:2:1:1 O:20:20:20:20 F:UNIQUE | FEMALE | CAN_SPEAK | DROP_CORPSE | DROP_SKELETON | F:FORCE_MAXHP | WILD_TOWN | WILD_ONLY | RAND_25 F:ONLY_ITEM | DROP_90 | DROP_GOOD | F:OPEN_DOOR | DG_CURSE | F:MORTAL | JOKEANGBAND | HAS_LITE D:She loves joking, and she's constantly giggling. A very happy girl. D:Beware, it is rumoured that DarkGod has put a mighty curse on her. N:929:Child spirit G:G:W I:120:5d5:8:15:10 W:5:3:0:0 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:TERRIFY B:TOUCH:HURT:3d4 F:INVISIBLE | COLD_BLOOD | PASS_WALL | UNDEAD | GOOD | F:IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | SMART | PET | UNDEAD | F:BASEANGBAND | NO_CUT D:A helpful spirit from beyond the grave. N:930:Young spirit G:G:W I:120:8d8:8:15:10 W:10:3:0:0 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:TERRIFY B:TOUCH:HURT:9d4 F:INVISIBLE | COLD_BLOOD | PASS_WALL | UNDEAD | GOOD | F:IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | SMART | PET | UNDEAD | F:BASEANGBAND | NO_CUT D:A helpful spirit from beyond the grave. N:931:Mature spirit G:G:W I:120:16d16:8:15:10 W:40:3:0:0 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:TERRIFY B:TOUCH:HURT:18d4 F:INVISIBLE | COLD_BLOOD | PASS_WALL | UNDEAD | GOOD | F:IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | SMART | PET | UNDEAD | F:BASEANGBAND | NO_CUT D:A helpful spirit from beyond the grave. N:932:Experienced spirit G:G:W I:120:18d18:8:15:10 W:60:3:0:0 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:TERRIFY B:TOUCH:HURT:20d4 F:INVISIBLE | COLD_BLOOD | PASS_WALL | UNDEAD | GOOD | F:IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | SMART | PET | UNDEAD | F:BASEANGBAND | NO_CUT D:A helpful spirit from beyond the grave. N:933:Wise spirit G:G:W I:120:25d25:8:15:10 W:90:3:0:0 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:TERRIFY B:TOUCH:HURT:30d4 F:INVISIBLE | COLD_BLOOD | PASS_WALL | UNDEAD | GOOD | F:IM_COLD | IM_POIS | NO_CONF | NO_SLEEP | SMART | PET | UNDEAD | F:BASEANGBAND | NO_CUT D:A helpful spirit from beyond the grave. N:934:Fangorn the Treebeard, Lord of the Ents G:#:G I:120:50d100:30:120:15 W:52:3:6000:15500 E:1:1:1:2:1:1 O:0:50:50:0 B:CRUSH:HURT:13d13 B:CRUSH:HURT:13d13 B:CRUSH:HURT:13d13 B:CRUSH:HURT:13d13 F:FORCE_SLEEP | FORCE_MAXHP | UNIQUE | CAN_SPEAK | SUSCEP_FIRE | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | MOVE_BODY | DROP_CORPSE | F:SMART | TAKE_ITEM | BASH_DOOR | KILL_WALL | NO_SLEEP | F:GOOD | PET | BASEANGBAND | NO_CUT D:The first being to awoke on Arda, apart from the Valar themselves. He is the D:first, oldest, greatest and most respected of all the Ents: and though he is D:slow to anger, he is a terrible foe when roused. N:935:Gandalf the Grey G:p:s I:120:49d101:101:100:0 W:60:7:1600:35000 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:UN_BONUS:6d8 B:HIT:UN_BONUS:6d8 B:HIT:TERRIFY:5d5 B:HIT:TERRIFY:5d5 F:UNIQUE | MALE | CAN_SPEAK | PET | DROP_CORPSE | F:FORCE_SLEEP | FORCE_MAXHP | REFLECTING | RES_TELE | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:SMART | OPEN_DOOR | BASH_DOOR | F:GOOD | IM_FIRE | IM_COLD | F:IM_ELEC | IM_POIS | BASEANGBAND | HAS_LITE S:1_IN_2 | S:HEAL | HASTE | TPORT | TELE_AWAY | BLIND | CONF | SCARE | S:CAUSE_4 | BRAIN_SMASH | FORGET | TRAPS | S:BA_FIRE | BO_FIRE | BO_PLAS | BO_MANA | CAUSE_4 | S:S_MONSTERS | S_DRAGON | S_KIN D:The wizard who opposed Sauron and, in the end, was the only D:one of the Istari to succeed in his task. Gandalf is very D:wise and specialises in fire magic. N:936:Nar, the Dwarf G:k:y I:110:45d10:25:70:25 W:17:2:1400:250 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:3d5 B:HIT:HURT:3d5 B:HIT:HURT:3d5 B:HIT:HURT:3d5 F:UNIQUE | MALE | F:FORCE_MAXHP | FORCE_SLEEP | F:OPEN_DOOR | BASH_DOOR | F:IM_FIRE | IM_COLD | IM_POIS | F:DROP_CORPSE | DROP_SKELETON | BASEANGBAND | HAS_LITE S:1_IN_6 | S:HEAL | BLIND | CONF | CAUSE_2 | MIND_BLAST D:The friend and companion of the dwarven king Thror, he went mad with D:grief after Thror's death at the hands of Azog the Orc. With torn beard D:and ragged clothes, he seems to have fixed on you as a convenient target D:to vent his anger. N:937:Apprentice mindcrafter G:p:y I:110:6d8:20:10:5 W:8:1:900:18 E:1:1:1:2:1:1 O:0:50:0:30 B:HIT:HURT:1d6 F:DROP_60 | WILD_TOO | FRIENDS | F:OPEN_DOOR | DROP_SKELETON | DROP_CORPSE | F:MORTAL | BASEANGBAND | HAS_LITE | NO_CONF | NO_SLEEP S:1_IN_12 | BLIND | SLOW | CONF | SCARE D:A novice in the arts of mind over matter. N:938:Great Swamp Worm G:D:g I:120:40d100:30:150:80 W:63:2:190000:20000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d12 B:CLAW:HURT:4d12 B:BITE:POISON:6d14 B:BITE:POISON:6d14 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:BASH_DOOR | POWERFUL | MOVE_BODY | DROP_CORPSE | F:EVIL | DRAGON | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_4 | S:BLIND | CONF | SCARE | S:BR_POIS D:A truly enormous dragon with great powers. The foul gases issuing D:from the beast nearly make you vomit; and while you may try to hold D:your breath as you fight it, it sees no reason to do likewise. N:939:Great Bile Worm G:D:s I:120:50d100:30:150:80 W:67:2:190000:23000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d12 B:CLAW:HURT:4d12 B:BITE:ACID:6d14 B:BITE:ACID:6d14 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:BASH_DOOR | POWERFUL | MOVE_BODY | DROP_CORPSE | F:EVIL | DRAGON | IM_ACID | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_4 | S:BLIND | CONF | SCARE | S:BR_ACID D:A huge and very powerful dragon. Great steaming pools of acid drip from D:its form onto the ground. You shudder when you see the acid eating away D:the very stones of the dungeon - what could it do to you? N:940:Blue Firebird G:B:b I:120:4d5:8:15:10 W:5:3:100:0 E:0:1:0:6:1:0 O:0:0:0:0 B:CLAW:HURT:3d4 B:CLAW:FIRE:5d4 F:IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | IMPRESED | F:CAN_FLY | SMART | PET | DROP_CORPSE | HAS_EGG | GOOD | AQUATIC | F:MORTAL | HAS_LITE S:1_IN_10 S:TELE_TO | D:The ancestors of the Eagles of the Thunderlords, these are D:friendly funny flying creatures with power. N:941:Green Firebird G:B:g I:120:4d5:10:15:10 W:7:3:110:0 E:0:1:0:6:1:0 O:0:0:0:0 B:CLAW:HURT:4d4 B:CLAW:FIRE:5d4 F:IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | IMPRESED | F:CAN_FLY | SMART | PET | DROP_CORPSE | HAS_EGG | GOOD | AQUATIC | F:MORTAL | HAS_LITE S:1_IN_10 S:TELE_TO | D:The ancestors of the Eagles of the Thunderlords, these are D:friendly funny flying creatures with power. N:942:Brown Firebird G:B:u I:120:5d5:10:15:10 W:10:3:120:0 E:0:1:0:6:1:0 O:0:0:0:0 B:CLAW:HURT:5d4 B:CLAW:FIRE:7d4 F:IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | IMPRESED | F:CAN_FLY | SMART | PET | DROP_CORPSE | HAS_EGG | GOOD | AQUATIC | F:MORTAL | HAS_LITE S:1_IN_10 S:TELE_TO | D:The ancestors of the Eagles of the Thunderlords, these are D:friendly funny flying creatures with power. N:943:Bronze Firebird G:B:U I:120:6d5:15:15:10 W:13:3:130:0 E:0:1:0:6:1:0 O:0:0:0:0 B:CLAW:HURT:6d4 B:CLAW:FIRE:7d4 F:IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | IMPRESED | F:CAN_FLY | SMART | PET | DROP_CORPSE | HAS_EGG | GOOD | AQUATIC | F:MORTAL | HAS_LITE S:1_IN_10 S:TELE_TO | D:The ancestors of the Eagles of the Thunderlords, these are D:friendly funny flying creatures with power. N:944:Gold Firebird G:B:y I:120:6d5:20:15:10 W:15:3:140:0 E:0:1:0:6:1:0 O:0:0:0:0 B:CLAW:HURT:6d4 B:CLAW:FIRE:8d4 F:IM_COLD | IM_FIRE | IM_POIS | NO_CONF | NO_SLEEP | IMPRESED | F:CAN_FLY | SMART | PET | DROP_CORPSE | HAS_EGG | GOOD | AQUATIC | F:MORTAL | HAS_LITE S:1_IN_10 S:TELE_TO | D:The ancestors of the Eagles of the Thunderlords, these are D:friendly funny flying creatures with power. N:945:High-elven ranger G:h:w I:120:50d30:20:70:0 W:40:3:1400:500 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:10d8 B:HIT:HURT:10d8 F:MALE | FRIENDS | OPEN_DOOR | BASH_DOOR | F:GOOD | DROP_SKELETON | DROP_CORPSE | SMART | PET | F:IM_ACID | IM_COLD | RES_WATE | RES_NETH | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_2 | S:ARROW_4 D:An elf cloaked in green wielding a longbow. N:946:Uvatha the Horseman G:N:D I:120:24d100:90:60:10 W:40:13:0:10000 E:0:0:0:0:0:0 O:30:30:30:10 B:HIT:HURT:6d6 B:HIT:HURT:6d6 B:HIT:EXP_80:4d6 B:HIT:EXP_80:4d6 F:UNIQUE | MALE | F:FORCE_MAXHP | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | NAZGUL | SUSCEP_FIRE | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | DROP_CHOSEN | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | SPECIAL_GENE | NO_CUT D:A tall black Ringwraith, he is a master of horsemanship. He longs D:to taste your blood. N:947:Adunaphel the Quiet G:N:D I:120:27d100:90:60:10 W:43:13:0:13000 E:1:1:1:2:1:1 O:30:30:30:10 B:HIT:HURT:6d6 B:HIT:HURT:6d6 B:TOUCH:EXP_80:5d6 B:TOUCH:EXP_80:5d6 F:UNIQUE | FEMALE | F:FORCE_SLEEP | FORCE_MAXHP | NAZGUL | DROP_CHOSEN | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | SUSCEP_FIRE | F:INVISIBLE | COLD_BLOOD | PASS_WALL | MOVE_BODY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | F:BASEANGBAND | NO_CUT S:1_IN_3 | S:BLIND | HOLD | SCARE | CAUSE_3 | FORGET | S:BO_ACID | BO_COLD | BO_NETH | S:S_MONSTER D:A sorceress in life, Adunaphel quickly fell under Sauron's sway and the D:power of the Rings of Power. N:948:Akhorahil the Blind G:N:D I:120:30d100:90:70:10 W:45:13:0:15000 E:1:1:1:2:1:1 O:30:30:30:10 B:HIT:HURT:7d6 B:HIT:HURT:7d6 B:GAZE:EXP_80:6d6 B:WAIL:TERRIFY:6d6 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | NAZGUL | DROP_CHOSEN | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | SUSCEP_FIRE | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | F:HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_3 | S:BLIND | HOLD | SCARE | CAUSE_3 | DARKNESS | S:BO_COLD | BO_NETH | S:S_MONSTERS D:A mighty sorcerer king, Akhorahil was blind in life. With powerful D:enchantments, he created jewelled eyes that enabled him to see better than D:any ordinary man ever could. N:949:Ren the Unclean G:N:D I:120:35d100:90:70:10 W:48:13:0:18000 E:1:1:1:2:1:1 O:30:30:30:10 B:HIT:HURT:7d7 B:HIT:HURT:7d7 B:TOUCH:EXP_80:6d7 B:WAIL:TERRIFY:6d7 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | NAZGUL | DROP_CHOSEN | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | SUSCEP_FIRE | F:INVISIBLE | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | F:HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_3 | S:BLIND | HOLD | SCARE | CAUSE_3 | BO_FIRE | BO_NETH | S:S_MONSTER D:Ren was an insane eastern king who believed himself to be the son of a D:volcano god. At an early age his sanity was destroyed by a plague that D:wiped out his family, and he never recovered. N:950:Ji Indur Dawndeath G:N:D I:120:40d100:90:70:10 W:52:13:0:22000 E:0:0:0:0:0:0 O:30:30:30:10 B:HIT:HURT:8d7 B:HIT:HURT:8d7 B:TOUCH:EXP_40:6d7 B:TOUCH:EXP_40:6d7 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | NAZGUL | DROP_CHOSEN | F:INVISIBLE | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | SUSCEP_FIRE | F:HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_3 | S:BLIND | HOLD | SCARE | CAUSE_3 | S:BA_NETH | BA_COLD | BA_ELEC | BA_ACID | S:S_UNDEAD D:This Ringwraith was a weak-minded sorcerer-king who fell easily under D:Sauron's power. N:951:Dwar, Dog Lord of Waw G:N:D I:120:45d100:90:90:10 W:56:13:0:25000 E:0:1:0:2:1:0 O:30:30:30:10 B:HIT:HURT:8d8 B:HIT:HURT:8d8 B:BITE:EXP_40:6d7 B:WAIL:TERRIFY:6d7 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | NAZGUL | DROP_CHOSEN | F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | SUSCEP_FIRE | F:SMART | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | F:HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_3 | S:BLIND | HOLD | SCARE | CAUSE_3 | BA_NETH | S:S_MONSTERS | S_UNDEAD | S_HOUND D:Dwar had a special affinity for dogs in life, and can still command them D:at will. He howls manically as he reaches out to destroy you. N:952:Hoarmurath of Dir G:N:D I:130:60d100:90:100:10 W:64:13:0:30000 E:0:0:0:0:0:0 O:30:30:30:10 B:HIT:HURT:9d9 B:HIT:HURT:9d9 B:TOUCH:EXP_80:6d7 B:WAIL:TERRIFY:6d7 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | SMART | SUSCEP_FIRE | F:ONLY_ITEM | DROP_2D2 | DROP_4D2 | DROP_GOOD | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | NAZGUL | DROP_CHOSEN | F:HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_3 | S:BLIND | HOLD | SCARE | CAUSE_3 | CAUSE_4 | MIND_BLAST | S:BO_COLD | BA_COLD | BA_NETH | S:S_UNDEAD D:A Ringwraith powerful in fell sorcery, he yearns for the life he has D:exchanged for an unlife of everlasting torment. N:953:Khamul, the Black Easterling G:N:D I:130:70d100:90:100:10 W:72:13:2600:40000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:9d10 B:HIT:HURT:9d10 B:TOUCH:EXP_80:7d7 B:TOUCH:EXP_80:7d7 F:UNIQUE | MALE | CAN_SPEAK | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_3D2 | DROP_4D2 | DROP_GOOD | NAZGUL | DROP_CHOSEN | F:SMART | COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:EVIL | UNDEAD | IM_ACID | IM_COLD | IM_POIS | SUSCEP_FIRE | F:HURT_LITE | NO_CONF | NO_SLEEP | RES_TELE | BASEANGBAND | NO_CUT S:1_IN_2 | S:TELE_LEVEL | BLIND | HOLD | SCARE | CAUSE_3 | CAUSE_4 | BO_MANA | S:BA_COLD | BA_NETH | ANIM_DEAD | S:S_HI_UNDEAD | S_KIN D:He was the warrior-king of the East, now a ringwraith. Khamul is a powerful opponent, his skill in D:combat awesome and his form twisted by evil cunning. N:954:The Witch-King of Angmar G:N:D I:130:90d100:90:120:10 W:80:14:1800:60000 E:1:1:1:2:1:1 O:30:30:30:10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:EXP_80:7d7 B:HIT:EXP_80:7d7 F:UNIQUE | MALE | CAN_SPEAK | RES_TELE F:FORCE_SLEEP | FORCE_MAXHP | SMART | SUSCEP_FIRE | F:ONLY_ITEM | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | MOVE_BODY | NAZGUL | F:EVIL | UNDEAD | DROP_CHOSEN | F:IM_COLD | IM_POIS | HURT_LITE | NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_2 | S:TELE_AWAY | BLIND | HOLD | SCARE | CAUSE_3 | BRAIN_SMASH | S:BO_MANA | BA_NETH | S_WRAITH | S:S_KIN | S_HI_UNDEAD | S_HI_DRAGON | S_MONSTERS | ANIM_DEAD D:The Chief of the Ringwraiths. A fell being of devastating power. His D:spells are lethal and his combat blows crushingly hard. He moves at D:speed, and commands legions of evil to do his bidding. It is said that he D:is fated never to die by the hand of mortal man. N:955:Green Thunderlord G:B:g I:120:50d50:20:100:50 W:30:4:30000:10000 E:1:1:1:2:1:1 O:50:50:0:0 B:HIT:HURT:8d6 B:HIT:HURT:8d6 F:FEMALE | F:THUNDERLORD | DROP_SKELETON | DROP_CORPSE | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | AQUATIC | F:IM_FIRE | REGENERATE | OPEN_DOOR | BASH_DOOR | F:RES_TELE | NO_CONF | NO_SLEEP | CAN_FLY | HAS_LITE S:1_IN_4 | S:BR_FIRE | S:BLINK | TELE_AWAY D:A Thunderlord. Among the weaker breeds, but still dangerous. N:956:Blue Thunderlord G:B:b I:120:60d60:20:100:50 W:40:4:30000:20000 E:1:1:1:2:1:1 O:50:50:0:0 B:HIT:HURT:8d7 B:HIT:HURT:8d7 F:MALE | SMART | F:THUNDERLORD | DROP_SKELETON | DROP_CORPSE | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | AQUATIC | F:IM_FIRE | REGENERATE | OPEN_DOOR | BASH_DOOR | F:RES_TELE | NO_CONF | NO_SLEEP | CAN_FLY | HAS_LITE S:1_IN_4 | S:BR_FIRE | S:TPORT | BLINK D:A Thunderlord. Among the weaker breeds, but still dangerous. N:957:Brown Thunderlord G:B:u I:130:70d70:30:100:50 W:50:4:30000:20000 E:1:1:1:2:1:1 O:50:50:0:0 B:HIT:HURT:8d9 B:HIT:HURT:8d9 F:MALE | SMART | F:THUNDERLORD | DROP_SKELETON | DROP_CORPSE | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | AQUATIC | F:IM_FIRE | REGENERATE | OPEN_DOOR | BASH_DOOR | F:RES_TELE | NO_CONF | NO_SLEEP | CAN_FLY | HAS_LITE S:1_IN_4 | S:BR_FIRE | S:TPORT | BLINK D:A Thunderlord. Beware its flame. N:958:Bronze Thunderlord G:B:U I:130:80d80:30:100:50 W:60:5:30000:20000 E:1:1:1:2:1:1 O:50:50:0:0 B:HIT:HURT:10d9 B:HIT:HURT:10d9 F:MALE | SMART | F:THUNDERLORD | DROP_SKELETON | DROP_CORPSE | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | AQUATIC | F:IM_FIRE | REGENERATE | OPEN_DOOR | BASH_DOOR | F:RES_TELE | NO_CONF | NO_SLEEP | CAN_FLY | HAS_LITE S:1_IN_4 | S:BR_FIRE | BR_TIME | S:TPORT | BLINK D:A Thunderlord, mightiest among the males. N:959:Gold Thunderlord G:B:y I:130:90d90:30:100:50 W:70:5:30000:20000 E:1:1:1:2:1:1 O:50:50:0:0 B:HIT:HURT:10d9 B:HIT:HURT:10d9 B:HIT:HURT:10d9 B:HIT:HURT:10d9 F:FEMALE | SMART | F:THUNDERLORD | DROP_SKELETON | DROP_CORPSE | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | AQUATIC | F:IM_FIRE | REGENERATE | OPEN_DOOR | BASH_DOOR | F:RES_TELE | NO_CONF | NO_SLEEP | CAN_FLY | HAS_LITE S:1_IN_4 | S:BR_FIRE | BR_TIME | S:TPORT | BLINK | TELE_TO | TELE_AWAY | S:S_THUNDERLORD D:A Thunderlord, among the queens of their kind. N:960:Blood Sprout G:,:r I:140:3d5:10:1:0 W:50:1:50:3 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:HURT:3d15 B:TOUCH:HURT:3d15 B:TOUCH:HURT:3d15 B:TOUCH:HURT:3d15 F:STUPID | EMPTY_MIND | KILL_TREES | F:IM_POIS | IM_ELEC | IM_ACID | IM_COLD | F:NO_CONF | NO_SLEEP | NO_FEAR | F:MORTAL S:MULTIPLY D:A kind of giant mycorrhiza, corrupted into a carnivore by Morgoth. N:961:Gorlim the Unhappy G:p:s I:120:16d100:20:120:40 W:41:3:1800:7000 E:1:1:1:2:1:1 O:20:80:0:0 B:HIT:HURT:8d6 B:HIT:HURT:8d6 B:HIT:UN_BONUS:6d8 B:HIT:UN_BONUS:6d8 F:UNIQUE | MALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | DROP_SKELETON | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:SMART | OPEN_DOOR | BASH_DOOR | F:IM_ACID | IM_COLD | IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | BASEANGBAND F:HAS_LITE S:1_IN_2 | S:CAUSE_3 | BO_WATE | BO_MANA D:This sad creature - once a mighty warrior - betrayed his former friends to D:Morgoth's army in return for, he thought, safety for himself and his wife. D:And so he fell under Morgoth's power and became little more than a mindless D:servant of evil, even though the other side of his "bargain" was not kept. # New monster added by furiosity for the Theme module N:962:Pink mold G:m:R I:110:17d8:2:16:70 W:19:1:40:64 E:0:0:0:0:0:0 O:0:0:0:0 B:SPORE:LOSE_STR:4d4 F:NEVER_MOVE | F:STUPID | EMPTY_MIND | F:IM_POIS | CAN_SWIM | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a strange red growth on the dungeon floor; it seems to glow with D:an eerie pink aura. N:963:Aranea G:S:r I:120:20d10:20:45:50 W:30:2:1000:250 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:POISON:2d8 B:CLAW:POISON:2d8 B:BITE:POISON:2d6 B:BITE:POISON:2d6 F:DROP_SKELETON | FORCE_MAXHP | FRIENDS | F:OPEN_DOOR | BASH_DOOR | HURT_LITE | F:ANIMAL | SPIDER | EVIL | IM_POIS | BASEANGBAND S:1_IN_4 S:BO_FIRE | SLOW | HOLD | CAUSE_3 | MISSILE D:A red arachnid with legs weaving spells in the air. N:964:Elder aranea G:S:v I:120:30d20:20:65:50 W:40:3:1800:2500 E:0:1:0:2:1:0 O:0:0:0:0 B:CLAW:POISON:5d8 B:CLAW:POISON:5d8 B:BITE:HALLU:5d6 B:BITE:HALLU:5d6 F:DROP_SKELETON | FORCE_MAXHP | F:OPEN_DOOR | BASH_DOOR | HURT_LITE | SMART | F:ANIMAL | SPIDER | EVIL | IM_FIRE | IM_POIS | BASEANGBAND S:1_IN_6 S:SLOW | HOLD | DRAIN_MANA | MIND_BLAST | HEAL | S:BA_FIRE | BO_FIRE | CAUSE_3 | S_SPIDER D:A vast, bloated arachnid, master of its brood: among the more terrible of D:Ungoliant's descendants, this is a monster such as those who haunted the dread D:valley of Nan Dungortheb long ago. N:965:Giant brown tick G:S:u I:110:16d8:12:50:20 W:25:2:400:27 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:POISON:2d6 B:STING:BLIND:1d1 F:WEIRD_MIND | BASH_DOOR | CAN_FLY | F:ANIMAL | IM_POIS | MORTAL | BASEANGBAND D:It is moving slowly towards you. N:966:Wavelord G:p:B I:120:16d100:30:120:40 W:61:3:1800:7000 E:1:1:1:2:1:1 O:20:50:10:5 B:HIT:HURT:8d9 B:HIT:COLD:8d9 B:HIT:HURT:8d9 B:HIT:COLD:8d9 F:SMART | PET | DROP_CORPSE | FRIENDS | WILD_SHORE | WILD_OCEAN | WILD_TOO | F:IM_POIS | AQUATIC | CAN_SWIM | DROP_USEFUL | F:NO_CONF | NO_SLEEP | NO_FEAR | DROP_GOOD | DROP_3D2 | F:MORTAL | REGENERATE | TAKE_ITEM | GOOD | SUSCEP_FIRE | F:RES_WATE | RES_NEXU | HAS_LITE S:1_IN_4 S:BO_WATE | BA_WATE | BO_ICEE D:The Dolphiners came with the Thunderlords from their far home. D:These friendly beings ride their sharks into combat to assist you. N:967:Novice possessor (soul) G:G:D I:110:1d1:30:1:10 W:10:3:10:0 E:0:0:0:0:0:0 O:0:0:0:0 F:SMART | POSSESSOR | F:BASEANGBAND | NO_CUT D:It does not look that powerful. N:968:Bat of Gorgoroth G:b:g I:120:20d10:20:30:30 W:28:3:150:100 E:0:1:1:0:1:0 O:0:0:0:0 B:BITE:POISON:1d10 B:CLAW:HURT:1d4 F:DROP_60 | RAND_25 | MOVE_BODY | CAN_FLY | DROP_CORPSE | F:BASH_DOOR | MOVE_BODY | FRIENDS | WEIRD_MIND | F:ANIMAL | IM_POIS | AI_ANNOY | MORTAL | BASEANGBAND S:1_IN_8 | S:SCARE | BR_POIS | BR_DARK D:Fed with horrid meats and grown to enormous size, this slavering creature D:seeks livelier prey. N:969:The Princess G:p:y I:110:1d1:40:250:3 W:0:4:730:0 E:0:1:1:2:1:1 O:0:0:1:0 F:FEMALE | CAN_SPEAK F:FORCE_MAXHP | SPECIAL_GENE | NO_TARGET F:NEVER_MOVE | NEVER_BLOW | GOOD | NO_DEATH | RES_TELE F:MORTAL | BASEANGBAND | UNIQUE | PET | D:The princess of an unknown kingdom, you need to save her. N:970:Merton Proudfoot, the lost hobbit G:h:v I:110:1d1:40:250:3 W:0:0:730:0 E:0:1:1:2:1:1 O:0:0:0:1 F:MALE | CAN_SPEAK F:FORCE_MAXHP | NEVER_GENE | WILD_ONLY | WILD_TOWN | F:NEVER_MOVE | NEVER_BLOW | GOOD | NO_TARGET F:MORTAL | BASEANGBAND | UNIQUE | PET | NO_DEATH D:The poor hobbit got lost in the dreadful maze. N:971:The Wight-King of the Barrow-downs G:W:v I:120:38d22:30:45:0 W:46:3:0:22000 E:0:0:0:0:0:0 O:15:55:15:0 B:HIT:HURT:2d10 B:WAIL:PARALYZE:2d6 B:TOUCH:EXP_80:4d8 B:TOUCH:EXP_80:4d8 F:SPECIAL_GENE | FORCE_MAXHP | SMART | CAN_SPEAK | F:DROP_4D2 | DROP_2D2 | COLD_BLOOD | UNIQUE | F:CAN_SWIM | CAN_FLY | EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_4 | S:HOLD | SCARE | CAUSE_3 | BA_NETH D:He has lived in the Barrow-Downs for centuries after his first death at the D:hands of the Witch-King of Angmar. A once loyal captain under the D:Witch-King's command, he now awaits a time when his undead forces shall D:rise again to avenge their deaths. N:972:Adventurer G:@:U I:115:3d20:50:50:10 W:0:3:100:0 O:50:50:0:0 B:HIT:HURT:2d6 B:PUNCH:HURT:1d7 B:KICK:HURT:1d8 F:SPECIAL_GENE | SMART | OPEN_DOOR F:FORCE_MAXHP | CAN_SWIM | BASEANGBAND | F:NO_SLEEP | NO_CONF D:A great warrior who misplaces his sword once in a while. N:973:Experienced possessor (soul) G:G:D I:120:5d5:30:50:10 W:30:3:10:0 O:0:0:0:0 F:SMART | POSSESSOR | F:BASEANGBAND | NO_CUT S:1_IN_9 S:S_KIN D:It does not look that powerful. N:974:Old possessor (soul) G:G:D I:130:10d10:30:100:10 W:95:3:10:0 O:0:0:0:0 F:SMART | POSSESSOR | F:BASEANGBAND | NO_CUT S:1_IN_4 S:S_KIN D:It does not look that powerful. # New monster added by furiosity for the Theme module N:975:Tree mold G:m:G I:110:17d8:2:16:70 W:19:1:40:64 E:0:0:0:0:0:0 O:0:0:0:0 B:SPORE:POISON:4d4 F:NEVER_MOVE | F:STUPID | EMPTY_MIND | F:IM_POIS | CAN_SWIM | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a strange green growth that likes to live in D:the trees. N:976:Bronze dragon worm G:w:U I:100:10d15:10:40:80 W:20:3:4500:12 E:0:0:0:0:1:0 O:0:0:0:0 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 B:BITE:HURT:3d5 F:RAND_50 | RAND_25 | F:DROP_60 | ONLY_GOLD | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | DRAGON | NO_CONF | F:MORTAL | BASEANGBAND | ATTR_MULTI S:MULTIPLY | S:1_IN_6 | BR_CONF D:You thought dragons used eggs, but this worm has the scales, and the bad D:breath, and the fiery eyes, of a real dragon. Its scales glitter in D:a multitude of perplexing and distracting ways. N:977:Gold dragon worm G:w:y I:100:10d15:10:40:80 W:20:3:4500:12 E:0:0:0:0:1:0 O:0:0:0:0 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 B:BITE:HURT:3d5 F:RAND_50 | RAND_25 | F:DROP_60 | ONLY_GOLD | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | DRAGON | NO_STUN | F:MORTAL | BASEANGBAND | ATTR_MULTI S:MULTIPLY | S:1_IN_6 | BR_SOUN D:You thought dragons used eggs, but this worm has the scales, and the bad D:breath, and the fiery eyes, of a real dragon. You can feel the air itself D:vibrating as you near it. N:978:Defenceless Mold G:m:v I:100:1d1:1:1:0 W:1:1:20:3 E:0:0:0:0:0:0 O:0:0:0:0 F:NEVER_MOVE | UNIQUE | F:STUPID | EMPTY_MIND | F:IM_POIS | FORCE_DEPTH | F:NO_CONF | NO_SLEEP | NO_FEAR | F:MORTAL | WYRM_PROTECT | ONLY_DEPTH | JOKEANGBAND | NO_CUT D:A small strange growth. It seems to be defenceless. # New monster added by furiosity for the Theme module N:979:Blue mold G:m:B I:110:17d8:2:16:70 W:19:1:40:64 E:0:0:0:0:0:0 O:0:0:0:0 B:SPORE:HALLU:4d4 F:NEVER_MOVE | F:STUPID | EMPTY_MIND | F:IM_POIS | CAN_SWIM | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a strange blue growth on the dungeon floor; it seems to glow with D:a puzzling aura. N:980:Ar-Pharazon the Golden G:p:y I:130:50d100:30:45:255 W:55:1:0:2500 E:1:1:1:2:1:1 O:20:70:10:0 B:HIT:HURT:8d12 B:HIT:HURT:8d12 B:HIT:HURT:8d12 B:HIT:HURT:8d12 F:FORCE_SLEEP | FORCE_MAXHP | UNIQUE | CAN_SPEAK | SPECIAL_GENE | AQUATIC | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_GOOD | DROP_SKELETON | DROP_CORPSE | F:SMART | TAKE_ITEM | OPEN_DOOR | BASH_DOOR | MOVE_BODY | BASEANGBAND | F:HAS_LITE | CAN_SWIM | MALE | S:1_IN_6 | S:HEAL | HASTE | TELE_AWAY | S_MONSTERS | S_KIN D:Last and proudest king of ancient Numenor. Corrupted by power and D:avarice, he fell victim to Sauron's wiles, tried to fight the immortals D:themselves, and condemned Numenor to oblivion. N:981:Doppleganger G:@:w I:110:1d1:1:1:1 W:1:1:0:0 E:0:0:0:0:0:0 O:0:0:0:0 F:AI_ANNOY | NEVER_BLOW | DOPPLEGANGER | JOKEANGBAND | HAS_LITE | D:It looks like you. N:982:Marylene, Heartbreakeress of the Netherworld G:P:W I:155:200d120:155:175:0 W:127:1:1600:66666 E:1:1:1:2:1:1 O:30:30:30:10 B:GAZE:PARALYZE:20d15 B:HIT:EXP_80:20d17 B:BITE:LOSE_ALL:10d12 B:TOUCH:INSANITY:12d9 F:UNIQUE | CAN_SPEAK | ATTR_MULTI | ATTR_ANY | FEMALE | F:FORCE_MAXHP | WEIRD_MIND | DROP_CORPSE | DROP_SKELETON | F:REFLECTING | AURA_FIRE | AURA_ELEC | AURA_COLD | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_3D2 | DROP_4D2 | F:DROP_GOOD | DROP_GREAT | RES_NETH | INVISIBLE | F:SMART | KILL_WALL | KILL_BODY | POWERFUL | RES_TELE | F:REGENERATE | CAN_FLY | CAN_SWIM | WYRM_PROTECT | F:EVIL | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | NO_STUN | RES_TELE | DEMON | F:MORTAL | DG_CURSE | JOKEANGBAND | HAS_LITE S:1_IN_1 | S:BR_CHAO | BA_CHAO | BRAIN_SMASH | SHRIEK | BR_CONF | BR_SOUN | S:BR_NETH | HASTE | TRAPS | FORGET | BR_DISE | BR_TIME | MIND_BLAST | S:HEAL | TPORT | TELE_TO | CAUSE_1 | CAUSE_2 | CAUSE_3 | CAUSE_4 | BLIND | S:CONF | SLOW | HOLD | S_UNIQUE D:A woman of mind-shattering beauty, none can match her beauty. She is perfect, D:and totaly evil. She loves nothing but herself and her evilness is as D:great as her beauty. No one can stand against her, even DarkGod. D:As you see her approaching, you feel your heart breaking. D:She is the perfection, don't even try against her; you will surely lose D:your mind... # New monster added by furiosity for the Theme module N:983:Adventurer mold G:m:U I:110:17d8:2:16:70 W:19:1:40:64 E:0:0:0:0:0:0 O:0:0:0:0 B:SPORE:HURT:4d4 B:SPORE:HURT:4d4 F:NEVER_MOVE | F:STUPID | EMPTY_MIND | PET | F:IM_FIRE | IM_POIS | CAN_SWIM | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT D:It is a fellow adventurer, mold though it is. # New monster added by furiosity for the Theme module # Based on novice paladin N:984:Gnome paladin G:l:w I:110:7d8:20:20:20 W:15:2:900:40 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 | FRIENDS | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_9 | S:SCARE | CAUSE_2 | DARKNESS | D:A paladin of short stature. He considers you a spy for Morgoth. N:985:Bandobras Took G:h:U I:120:6d10:16:8:10 W:5:3:1000:90 E:1:1:1:2:1:1 O:25:55:0:20 B:HIT:HURT:1d8 B:HIT:HURT:1d8 F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE | DROP_SKELETON | F:FORCE_MAXHP | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | F:MORTAL | BASEANGBAND | HAS_LITE D:He is a sturdy hobbit who is renowned for his unusual strength and D:vigour. He can prove a troublesome opponent. N:986:3-headed hydra G:M:o I:120:100d5:20:65:20 W:20:2:4500:350 E:0:1:0:2:2:0 O:0:0:0:0 B:BITE:HURT:2d6 B:BITE:HURT:2d6 B:BITE:HURT:2d6 F:FORCE_SLEEP | WILD_TOO | WILD_SHORE | WILD_SWAMP | CAN_SWIM | F:DROP_CORPSE | DROP_SKELETON | ONLY_GOLD | DROP_2D2 | F:OPEN_DOOR | BASH_DOOR | MOVE_BODY | F:ANIMAL | MORTAL | BASEANGBAND S:1_IN_9 | S:SCARE D:A strange reptilian creature with three heads, guarding its hoard. N:987:Uldor the Accursed G:p:U I:110:10d100:20:70:40 W:28:4:2000:600 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:4d6 B:HIT:HURT:4d6 B:HIT:HURT:4d6 B:HIT:HURT:4d6 F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE | DROP_SKELETON | F:FORCE_MAXHP | F:ONLY_ITEM | DROP_1D2 | DROP_GOOD | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE S:1_IN_10 | S_KIN D:An evil and cunning man from the East. Having once sworn allegiance to the D:sons of Feanor, it was Uldor's treachery that turned the tide of the Battle D:of Unnumbered Tears in Morgoth's favour. N:988:Mystic G:p:o I:120:35d10:30:50:5 W:33:3:1400:500 E:1:1:1:2:1:1 O:30:0:60:10 B:KICK:HURT:10d2 B:KICK:HURT:10d2 B:KICK:HURT:10d2 B:KICK:HURT:10d2 F:MALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | DROP_SKELETON | F:ONLY_ITEM | DROP_1D2 | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | F:IM_ACID | IM_POIS | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_6 | S:HEAL | S:S_SPIDER | S_ANIMAL D:An adept at unarmed combat, the mystic strikes with stunning power. He D:can summon help from nature and is able to focus his power to ease any D:pain. N:989:Elder vampire G:V:r I:120:34d100:20:90:10 W:54:3:1700:4500 E:1:1:1:2:1:1 O:0:70:30:0 B:HIT:HURT:4d6 B:HIT:HURT:4d6 B:BITE:EXP_80:5d6 B:BITE:EXP_80:5d6 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:DROP_60 | DROP_4D2 | DROP_GOOD | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | REGENERATE | RES_TELE | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_7 | S:BLIND | HOLD | SCARE | CAUSE_3 | CAUSE_4 | DRAIN_MANA | S:BRAIN_SMASH | DARKNESS | BO_NETH | S_UNDEAD D:A terrible robed undead figure, this creature has existed in its D:unlife for many centuries by stealing the life of others. It can D:summon the very shades of its victims from beyond the grave to D:come enslaved to its aid. N:990:Ulfang the Black G:p:U I:120:25d100:20:90:40 W:44:5:2100:1200 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:5d8 B:HIT:HURT:5d8 B:HIT:HURT:5d8 B:HIT:HURT:5d8 F:UNIQUE | MALE | CAN_SPEAK | DROP_CORPSE | DROP_SKELETON | F:FORCE_MAXHP | IM_FIRE | IM_COLD | IM_ELEC | SPECIAL_GENE | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | DROP_RANDART F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE S:1_IN_10 | S_KIN | S_MONSTERS D:A short and swarthy Easterling dressed in black. He and his three sons D:once openly swore allegiance to the High Elves, but were secretly in the D:pay of Morgoth. N:991:Demonologist G:p:R I:120:28d10:20:50:10 W:36:2:1100:700 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:HURT:2d6 B:HIT:HURT:2d6 B:HIT:HURT:2d6 F:MALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | DROP_SKELETON F:RES_NETH | RES_NEXU | F:ONLY_ITEM | DROP_1D2 | F:SMART | OPEN_DOOR | BASH_DOOR | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE S:1_IN_2 | S:TPORT | HOLD | S:S_DEMON | BO_FIRE D:A figure twisted by evil standing in robes of deepest crimson. N:992:Ungorrog G:U:g I:110:52d10:20:40:80 W:51:3:2100:2500 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:HURT:3d4 B:STING:POISON:3d4 B:SPIT:FIRE:3d4 B:SPIT:ELEC:3d4 F:FORCE_SLEEP | FORCE_MAXHP | ESCORTS | F:ONLY_ITEM | DROP_GREAT | AURA_FIRE | AURA_ELEC | F:OPEN_DOOR | BASH_DOOR | POWERFUL | F:EVIL | DEMON | IM_FIRE | NO_CONF | NO_SLEEP | NONLIVING F:BASEANGBAND S:1_IN_9 | S:BLIND | CONF | SCARE | HOLD S:S_DEMON | BO_COLD | BO_ACID D:The most powerful of the spider demons, Morgoth's corrupted D:spiders. It looks like a huge bloated spider, with claws D:that sparkle with all the elements. N:993:Faunungol G:U:B I:110:70d10:20:40:80 W:43:2:2300:3000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:HURT:3d4 B:STING:POISON:3d4 B:SPIT:ELEC:3d4 B:CRUSH:HURT:6d8 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_90 | AURA_ELEC | F:OPEN_DOOR | BASH_DOOR | POWERFUL | IM_ELEC | F:EVIL | DEMON | IM_FIRE | NO_CONF | NO_SLEEP | NONLIVING | F:BASEANGBAND S:1_IN_9 | S:BLIND | CONF | D:One of the spider demons, spawn of Ungoliant. It looks like D:a giant bloated spider surrounded by blazing sparks. N:994:Naurungol G:U:r I:110:90d10:20:50:80 W:45:2:6000:5000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:HURT:3d4 B:STING:POISON:3d4 B:SPIT:FIRE:3d4 B:HIT:LOSE_STR:3d4 F:FORCE_SLEEP | FORCE_MAXHP | AURA_FIRE | F:ONLY_ITEM | DROP_1D2 | F:OPEN_DOOR | BASH_DOOR | POWERFUL | F:EVIL | DEMON | F:IM_FIRE | NO_CONF | NO_SLEEP | F:BASEANGBAND S:1_IN_9 | S:BLIND | CONF | D:One of the spider demons, spawn of Ungoliant. It looks like D:a giant bloated spider glowing with malevolent flames. N:995:Sererrog G:U:y I:120:20d70:20:75:80 W:47:2:3000:7000 E:3:0:3:4:1:0 O:0:50:50:0 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:HIT:HURT:3d6 B:HIT:HURT:3d6 F:FEMALE | F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_1D2 | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | POWERFUL | F:EVIL | DEMON | IM_FIRE | NO_CONF | NO_SLEEP | NONLIVING | F:BASEANGBAND S:1_IN_9 | S:BLIND | CAUSE_2 | SCARE | S:S_DEMON D:A corrupted Maia of female form, whose skin drips with blood. D:It has several arms, and fights with three grim daggers. N:996:Red Balrog G:U:R I:120:20d100:20:50:80 W:61:4:9000:10000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:FIRE:4d12 B:HIT:FIRE:4d12 B:CRUSH:HURT:3d12 B:TOUCH:UN_POWER F:FORCE_SLEEP | FORCE_MAXHP | AURA_FIRE | KILL_WALL | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_GOOD | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:EVIL | DEMON | IM_FIRE | NO_CONF | NO_SLEEP | NONLIVING | F:BASEANGBAND | HAS_LITE S:1_IN_4 | S:BLIND | CONF | SCARE | HASTE | S:BR_FIRE | S:S_DEMON D:The greatest of the demons, potent in both magical might D:and sheer battle power. This corrupted Maia's form is D:surrounded by roaring flames. N:997:Master mystic G:p:o I:130:11d100:30:60:5 W:50:3:1600:6000 E:1:1:1:2:1:1 O:40:0:40:20 B:KICK:HURT:10d2 B:KICK:HURT:10d2 B:HIT:POISON:20d1 B:HIT:PARALYZE:15d1 F:MALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | DROP_SKELETON | F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_3 | S:HEAL | S:S_SPIDER | S_ANIMALS D:A lord of all that is natural, skilled in the mystic ways. He is a master D:of martial arts and is at one with nature, able to summon help from the D:wild if need be. N:998:Grand master mystic G:p:o I:130:22d100:30:80:5 W:57:3:1800:15000 E:1:1:1:2:1:1 O:40:0:40:20 B:KICK:HURT:20d2 B:KICK:HURT:10d2 B:HIT:POISON:20d1 B:HIT:PARALYZE:15d1 F:MALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | DROP_SKELETON | F:ONLY_ITEM | DROP_4D2 | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_2 | S:HEAL | MIND_BLAST | S:S_SPIDER | S_HOUND | S_ANIMALS D:He is one of the few true masters of the art, being extremely skillful in D:all forms of unarmed combat and controlling the world's natural creatures D:with disdainful ease. N:999:Morgulrog G:U:o I:110:24d100:20:50:80 W:42:2:0:1000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:HURT:3d4 B:HIT:UN_BONUS:3d4 B:HIT:UN_POWER:1d5 F:FORCE_SLEEP | FORCE_MAXHP | F:ONLY_ITEM | DROP_60 | F:OPEN_DOOR | BASH_DOOR | POWERFUL | F:EVIL | DEMON | NO_CONF | NO_SLEEP | F:IM_FIRE | IM_POIS | IM_ELEC | IM_COLD | F:BASEANGBAND S:1_IN_9 | S:BLIND | CONF | SCARE | HASTE | HEAL | S_KIN S:TRAPS | SLOW | HOLD | SHRIEK | BLINK D:A twisted elemental spirit, this creature serves the Dark with D:perversions of the magics of nature. N:1000:Novice mindcrafter G:p:y I:110:6d8:20:10:5 W:4:1:900:18 E:1:1:1:2:1:1 O:0:50:0:30 B:HIT:HURT:1d6 F:DROP_60 | WILD_TOO | F:OPEN_DOOR | DROP_SKELETON | DROP_CORPSE | F:MORTAL | BASEANGBAND | HAS_LITE | NO_CONF | NO_SLEEP S:1_IN_9 | BLIND | SLOW | CONF | SCARE D:A novice in the arts of mind over matter. # New monster added by furiosity for the Theme module # Based on dark elven lord N:1001:Gnome lord G:l:s I:110:8d10:20:20:20 W:20:2:900:40 E:1:1:1:2:1:1 O:0:70:25:0 B:HIT:HURT:3d8 B:HIT:HURT:3d5 F:MALE | EVIL | 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_5 | S:HASTE | BLIND | CONF | DARKNESS | MISSILE D:A lord among gnomes. N:1002:Great Worm of Perplexity G:D:U I:120:40d100:30:150:80 W:63:2:190000:20000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d12 B:CLAW:HURT:4d12 B:BITE:CONFUSE:6d14 B:BITE:CONFUSE:6d14 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:SMART | BASH_DOOR | POWERFUL | MOVE_BODY | DROP_CORPSE | F:EVIL | DRAGON | NO_CONF | NO_SLEEP | BASEANGBAND | HAS_LITE | ATTR_MULTI S:1_IN_4 | S:BLIND | CONF | SCARE | S:BR_CONF D:A dragon of great size and power. Its polished bronze scales reflect the D:light in strange and confusing patterns, and you find it hard to keep your D:mind on the job of fighting for your life. # New monster added by furiosity for the Theme module # Based on mystic N:1003:Gnome mystic G:l:o I:120:25d10:30:40:5 W:33:3:1000:400 E:1:1:1:2:1:1 O:30:0:60:10 B:KICK:HURT:8d2 B:KICK:HURT:8d2 B:KICK:HURT:8d2 B:KICK:HURT:8d2 F:MALE | F:FORCE_SLEEP | FORCE_MAXHP | DROP_CORPSE | DROP_SKELETON | F:ONLY_ITEM | DROP_1D2 | F:INVISIBLE | OPEN_DOOR | BASH_DOOR | F:IM_ACID | IM_POIS | NO_CONF | NO_SLEEP | F:MORTAL | BASEANGBAND | HAS_LITE S:1_IN_6 | S:HEAL | S:S_ANIMAL D:A mystic of short stature. He is quite skilled at unarmed D:combat and even has some control over the forces of nature. N:1004:Great Worm of Thunder G:D:y I:120:50d100:30:150:80 W:67:2:190000:23000 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:4d12 B:CLAW:HURT:4d12 B:BITE:HURT:6d14 B:BITE:HURT:6d14 F:FORCE_SLEEP | FORCE_MAXHP | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | F:BASH_DOOR | POWERFUL | MOVE_BODY | DROP_CORPSE | F:EVIL | DRAGON | NO_CONF | NO_SLEEP | NO_STUN | BASEANGBAND | HAS_LITE F:ATTR_MULTI S:1_IN_4 | S:BLIND | CONF | SCARE | S:BR_SOUN D:A dragon of gigantic proportions, with destructive abilities to match. The D:sheer loudness of its roar leaves you stunned and unable to think clearly D:enough to defend yourself adequately. N:1005:Silver mouse G:r:B I:110:1d3:8:4:20 W:4:1:200:1 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:EAT_LITE:1d2 F:RAND_25 | CAN_SWIM | ANIMAL | F:DROP_CORPSE | MORTAL | BASEANGBAND S:MULTIPLY D:It is about three feet long with large teeth. As the light of your lamp falls D:on it, it seems to grow stronger. N:1006:The Rat King G:r:v I:120:20d12:30:30:0 W:18:1:950:32 E:1:1:1:2:1:1 O:0:0:0:0 B:CLAW:HURT:3d2 B:CLAW:HURT:3d2 B:BITE:DISEASE:4d2 B:BITE:DISEASE:4d2 F:UNIQUE | ESCORT | ESCORTS | FORCE_MAXHP | F:BASH_DOOR | ANIMAL | NO_CONF | NO_SLEEP F:MORTAL | BASEANGBAND D:A massive rat. He's the leader of the pack. # New monster added by furiosity for the Theme module # Based on Priest N:1007:Gnome priest G:l:r I:110:10d8:20:22:40 W:15:1:1000:25 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 priest of short stature. He looks comically solemn. N:1008:Black midge G:I:D I:120:1d2:6:7:10 W:14:1:100:3 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:It is an evil relative of the moth, native to marshlands. N:1009:Fire Phantom G:G:r I:120:10d100:20:90:40 W:34:5:0:1200 E:0:0:0:0:0:0 O:0:0:100:0 B:HIT:HURT:5d5 F:UNIQUE | MALE | CAN_SPEAK F:FORCE_MAXHP | UNDEAD | NO_CONF | NO_SLEEP | REGENERATE | NO_STUN | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | PASS_WALL | F:MORTAL | JOKEANGBAND | HAS_LITE | NO_CUT S:1_IN_6 S:BR_FIRE | HOLD | CONF | SCARE | MIND_BLAST D:He's back from the grave for vengeance on those who D:burnt him. He has no mercy for those in his way. N:1010:The Insane Player G:p:v I:120:18d100:25:100:10 W:36:2:1500:1200 E:1:1:1:2:1:1 O:20:20:20:20 B:HIT:HURT:3d8 F:UNIQUE | MALE | CAN_SPEAK | ATTR_MULTI | F:FORCE_MAXHP | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | DROP_SKELETON | DROP_CORPSE F:OPEN_DOOR | BASH_DOOR | RAND_25 | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR F:JOKEANGBAND | HAS_LITE S:1_IN_4 | S:TELE_TO | SHRIEK | SCARE D:Once a powerful adventurer, this poor fighter has seen a few too many D:software bugs in his time. Any shred of lucidity is long gone, but D:he still remains dangerous. He wanders aimlessly through the dungeon D:randomly striking at foes both real and imagined, all the while screaming D:out at the world that caused his condition. # New monster added by furiosity for the Theme module # Based on Master thief N:1011:Gnome rogue G:l:b I:130:15d10:20:30:40 W:28:2:1000:350 E:1:1:1:2:1:1 O:90:10:0:0 B:HIT:HURT:1d7 B:HIT:HURT:2d3 B:HIT:EAT_GOLD:5d5 B:HIT:EAT_ITEM:5d6 F:MALE | F:DROP_90 | DROP_2D2 | DROP_SKELETON | DROP_CORPSE | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE S:1_IN_6 S:TRAPS | ARROW_2 | BLINK D:A little gnome, fast and stealthy. He is eyeing your backpack. N:1012:Vermicious Knid G:j:s I:110:90d10:20:55:100 W:44:2:1400:2100 E:0:0:0:0:0:0 O:40:30:20:10 B:TOUCH:TERRIFY:4d6 B:CRAWL:HURT:4d6 B:ENGULF:HURT:4d6 F:FRIENDS | EVIL | IM_COLD | SMART | F:COLD_BLOOD | NO_FEAR | WEIRD_MIND | F:OPEN_DOOR | ONLY_ITEM | DROP_2D2 | HURT_ROCK | F:NONLIVING | F:JOKEANGBAND | NO_CUT D:An amorphous shape that looks like wet grey clay with two pale eyes. D:It is totally silent as it oozes towards you. N:1013:Bone golem G:g:w I:120:35d100:20:170:50 W:61:3:5000:23000 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:UN_BONUS:8d8 B:HIT:UN_BONUS:8d8 B:HIT:LOSE_STR:6d6 B:HIT:LOSE_STR:6d6 F:FORCE_SLEEP | FORCE_MAXHP | EMPTY_MIND | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | F:EVIL | UNDEAD | IM_COLD | IM_POIS | IM_FIRE | IM_ELEC | RES_TELE | F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | BASEANGBAND | NO_CUT S:1_IN_3 | S:TELE_TO | CAUSE_4 | DRAIN_MANA | S:BRAIN_SMASH | BA_NETH | S_HI_UNDEAD D:A skeletal form, black as night, constructed from the bones of its D:previous victims. # New monster added by furiosity for the Theme module # Based on hardened warrior N:1014:Gnome warrior G:l:u I:110:15d11:20:40:40 W:22:1:1000:60 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:HURT:4d3 B:HIT:HURT:4d3 F:MALE | F:DROP_1D2 | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE | KILL_BODY | D:A warrior of short stature but great ferocity. N:1015:Bronze golem G:g:o E:2:1:2:4:1:1 O:0:0:0:0 I:120:40d100:25:170:50 W:65:3:5500:26000 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 F:FORCE_MAXHP | FORCE_SLEEP | EMPTY_MIND | COLD_BLOOD | F:OPEN_DOOR | BASH_DOOR | IM_FIRE | IM_ELEC | IM_POIS | RES_TELE | F:NO_CONF | NO_SLEEP | NO_STUN | NO_FEAR | NONLIVING | BASEANGBAND | NO_CUT S:1_IN_3 | S:BO_PLAS | BA_FIRE | BR_FIRE | BA_ELEC | S_HI_DEMON | TELE_TO D:A gigantic four-armed animated bronze statue, glowing with great heat. # New monster added by furiosity for the Theme module # Multiplying gnome mage. Heh. N:1016:Wizard leprawn G:l:W I:90:7d8:20:20:20 W:14:2:900:50 E:1:1:1:2:1:1 O:20:0:80:0 B:HIT:HURT:1d5 F:MALE | F:FORCE_SLEEP | DROP_60 | F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | F:EVIL | MORTAL | BASEANGBAND | HAS_LITE S:1_IN_4 | S:DARKNESS | BO_COLD | S:S_MONSTER S:MULTIPLY D:A short little gnome, waving his hands in the air. # New monster added by furiosity for the Theme module N:1017:Kender G:l:y I:115:8d9:20:20:20 W:15:3:900:40 E:1:1:1:2:1:1 O:25:25:25:25 B:TOUCH:EAT_ITEM:5d5 B:TOUCH:EAT_ITEM:5d5 B:TOUCH:EAT_ITEM:5d5 B:TOUCH:EAT_ITEM:5d5 F:JOKEANGBAND | WILD_TOO | WILD_GRASS | WILD_WOOD | F:MORTAL | GOOD | HAS_LITE | FORCE_SLEEP | F:DROP_60 | DROP_GREAT | OPEN_DOOR | RES_TELE | D:A funny, smiling humanoid of short stature, with a pony- D:tail and an enormous pouch. He is very polite, but also D:very curious. So curious, in fact, that the contents of D:your backpack are making their way into his pouch! # New monster added by furiosity for the Theme module # Based on Human warrior N:1018:Adventurer gnome G:l:U I:110:9d8:10:10:3 W:15:3:1000:0 B:HIT:HURT:5d8 B:HIT:HURT:5d8 F:BASEANGBAND | WILD_TOO | WILD_GRASS | WILD_WOOD | F:MORTAL | GOOD | HAS_LITE | FORCE_SLEEP | NO_FEAR | F:PET | FRIENDS | DROP_60 | OPEN_DOOR | BASH_DOOR | D:A fellow adventurer of rather short stature. # New monster added by furiosity for the Theme module N:1019:Tree cat G:f:g I:120:12d10:40:40:0 W:12:2:1500:40 E:0:1:0:2:1:0 O:0:0:0:0 B:BITE:HURT:1d8 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 | MORTAL | BASEANGBAND | F:IM_POIS | CAN_FLY | D:A large cat that prefers to dwell in the trees and is very D:adept at navigating through the thickest forests while it D:stalks its prey. # New monster added by furiosity for the Theme module N:1020:Night cat G:f:b I:120:12d10:40:40:0 W:15: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 | MORTAL | BASEANGBAND | F:EMPTY_MIND | KILL_BODY | HURT_LITE | D:A huge dark shape pouncing on you from the darkness, this cat D:mostly hunts at night and is extremely good at evading detection. # New monster added by furiosity for the Theme module N:1021:Leopard G:f:u I:130:12d10:40:40:0 W:18: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:A large cat with sleek brown spotted fur. It is fast and lithe, D:and none escape its notice. # New monster added by furiosity for the Theme module N:1022:Cheshire cat G:f:G I:120:12d10:40:40:0 W:20: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 | SMART | PET | F:MORTAL | JOKEANGBAND | IM_POIS | WEIRD_MIND | INVISIBLE | D:A large cat with a huge smile. In fact, sometimes the smile D:is all you see of it. N:1023:Blue dragon worm G:w:B I:100:10d15:10:40:80 W:20:3:4500:12 E:0:0:0:0:1:0 O:0:0:0:0 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 B:BITE:HURT:3d5 F:RAND_50 | RAND_25 | F:DROP_60 | ONLY_GOLD | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | DRAGON | IM_ELEC | F:MORTAL | BASEANGBAND | ATTR_MULTI S:MULTIPLY | S:1_IN_6 | BR_ELEC D:You thought dragons used eggs, but this worm has the scales, and the bad D:breath, and the fiery eyes, of a real dragon. Sparks fly from its jaws. N:1024:White dragon worm G:w:W I:100:10d15:10:40:80 W:20:3:4500:12 E:0:0:0:0:1:0 O:0:0:0:0 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 B:BITE:HURT:3d5 F:RAND_50 | RAND_25 | F:DROP_60 | ONLY_GOLD | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | DRAGON | IM_COLD | F:MORTAL | BASEANGBAND | ATTR_MULTI S:MULTIPLY | S:1_IN_6 | BR_COLD D:You thought dragons used eggs, but this worm has the scales, and the bad D:breath, and the fiery eyes, of a real dragon. Its breath condenses in the air. N:1025:Green dragon worm G:w:G I:100:10d15:10:40:80 W:20:3:4500:12 E:0:0:0:0:1:0 O:0:0:0:0 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 B:BITE:HURT:3d5 F:RAND_50 | RAND_25 | F:DROP_60 | ONLY_GOLD | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | DRAGON | IM_POIS | F:MORTAL | BASEANGBAND | ATTR_MULTI S:MULTIPLY | S:1_IN_6 | BR_POIS D:You thought dragons used eggs, but this worm has the scales, and the bad D:breath, and the fiery eyes, of a real dragon. You can smell foul gases D:on its breath. N:1026:Black dragon worm G:w:s I:100:10d15:10:40:80 W:20:3:4500:12 E:0:0:0:0:1:0 O:0:0:0:0 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 B:BITE:HURT:3d5 F:RAND_50 | RAND_25 | F:DROP_60 | ONLY_GOLD | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | DRAGON | IM_ACID | F:MORTAL | BASEANGBAND | ATTR_MULTI S:MULTIPLY | S:1_IN_6 | BR_ACID D:You thought dragons used eggs, but this worm has the scales, and the bad D:breath, and the fiery eyes, of a real dragon. Acidic drool drips from its jaws. N:1027:Red dragon worm G:w:R I:100:10d15:10:40:80 W:20:3:4500:12 E:0:0:0:0:1:0 O:0:0:0:0 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 B:BITE:HURT:3d5 F:RAND_50 | RAND_25 | F:DROP_60 | ONLY_GOLD | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | DRAGON | IM_FIRE | F:MORTAL | BASEANGBAND | ATTR_MULTI S:MULTIPLY | S:1_IN_6 | BR_FIRE D:You thought dragons used eggs, but this worm has the scales, and the bad D:breath, and the fiery eyes, of a real dragon. Smoke comes from its mouth. N:1028:Multi-hued dragon worm G:w:v I:100:10d20:10:40:80 W:23:3:4500:12 E:0:0:0:0:1:0 O:0:0:0:0 B:CLAW:HURT:3d3 B:CLAW:HURT:3d3 B:BITE:HURT:3d5 F:RAND_50 | RAND_25 | ATTR_MULTI | F:DROP_60 | ONLY_GOLD | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | F:EVIL | DRAGON | IM_ELEC | IM_FIRE | IM_ACID | IM_COLD | IM_POIS | F:MORTAL | BASEANGBAND S:MULTIPLY | S:1_IN_6 | BR_ELEC | BR_COLD | BR_FIRE | BR_ACID | BR_POIS D:You thought dragons used eggs, but this worm has the scales, and the bad D:breath, and the fiery eyes, of a real dragon. Its scales shimmer different D:colours as you watch. N:1029:The Minotaur of the Labyrinth G:H:v I:130:150d10:13:25:10 W:40:2:17500:3100 E:1:1:1:2:1:1 O:0:0:0:0 B:BUTT:HURT:4d6 B:BUTT:HURT:4d6 B:BUTT:HURT:3d6 B:BUTT:HURT:3d6 F:BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:EVIL | UNIQUE | SPECIAL_GENE | F:MORTAL | BASEANGBAND D:It is a cross between a human and a bull. The last of its kind, D:it guards its treasure jealously. N:1030:The Sandworm Queen G:w:v I:120:30d20:10:40:80 W:30:3:4500:12 E:0:0:0:0:1:0 O:30:60:0:10 B:CLAW:ACID:5d4 B:CLAW:POISON:5d4 B:BITE:FIRE:5d4 B:BITE:ELEC:5d4 F:FORCE_MAXHP | DROP_60 | ONLY_ITEM | DROP_GREAT | DROP_GOOD | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | FEMALE | POWERFUL | SPECIAL_GENE | REFLECTING | F:EVIL | ANIMAL | IM_ELEC | IM_FIRE | IM_ACID | IM_POIS | ESCORT | F:MORTAL | BASEANGBAND | EMPTY_MIND | UNIQUE | NO_CONF S:1_IN_2 | BR_POIS | S_KIN D:Queen and Mother of the sandworms, fear her and her prolific children. N:1031:Sandworm G:w:y I:115:10d15:10:40:80 W:27:6:4500:12 E:0:0:0:0:1:0 O:0:0:0:0 B:CLAW:POISON:4d4 B:CLAW:POISON:4d4 B:CLAW:POISON:4d4 B:BITE:HURT:5d5 F:RAND_25 | F:FORCE_MAXHP | DROP_CORPSE | POWERFUL | F:EVIL | IM_ELEC | IM_FIRE | IM_POIS | EMPTY_MIND | F:MORTAL | BASEANGBAND S:MULTIPLY D:Offbreed of the Sandworm Queen, it is harmless alone. N:1032:Tik'srvzllat G:G:v I:142:180d100:200:170:0 W:127:2:1000:350000 E:1:1:1:2:1:1 O:50:0:50:0 B:GAZE:UN_BONUS:10d10 B:GAZE:TIME:10d10 B:GAZE:INSANITY:10d10 B:GAZE:INSANITY:10d5 F:UNIQUE | SPECIAL_GENE | F:FORCE_MAXHP | POWERFUL | F:ONLY_ITEM | DROP_3D2 | DROP_4D2 | DROP_GOOD | DROP_GREAT | F:INVISIBLE | COLD_BLOOD | PASS_WALL | WEIRD_MIND | F:EVIL | UNDEAD | IM_COLD | IM_FIRE | IM_ACID | IM_ELEC | AURA_COLD | F:IM_POIS | RES_NETH | BASEANGBAND | NO_CUT S:1_IN_2 | S:S_UNDEAD | S_DEMON | S_DRAGON | S:S_UNIQUE | S_WRAITH | S_HI_DEMON | S:S_HI_UNDEAD | S_HI_DRAGON | S_KIN | S:BR_DISE | BA_NETH D:A disembodied and barely sentient mind, Tik'srvzllat floated D:through the void for eons before being awakened by sorcery, pulled D:into the nether realm, and shaped into the being you see before you. D:A flickering purple outline of a sphere, with eerie yellow-purple D:mist circling rapidly around it, Tik'srvzllat threatens your sanity D:with its appearance alone. N:1033:The Glass Golem G:g:W I:130:100d15:200:170:0 W:52:4:0:2000 E:0:0:0:0:0:0 O:0:0:0:0 B:HIT:INSANITY:5d6 B:HIT:INSANITY:6d6 B:HIT:INSANITY:7d6 B:HIT:INSANITY:6d6 F:COLD_BLOOD | EMPTY_MIND | KILL_WALL | FORCE_MAXHP | POWERFUL | SPECIAL_GENE | F:BASH_DOOR | IM_COLD | IM_ACID | IM_FIRE | IM_ELEC | IM_POIS | NONLIVING | F:ESCORTS | ESCORT | UNIQUE | NO_SLEEP | NO_CONF | NO_FEAR | NO_STUN F:CHAR_MULTI | CAN_FLY | BASEANGBAND | NO_CUT S:1_IN_4 S:BR_CONF | BR_LITE | BR_DARK | BR_WALL S:S_KIN | TELE_LEVEL | SHRIEK D:One of the last creations of the Petty-Dwarves of Ludarin, its existence D:explains their destruction. A creation of finest glass, the body of this D:creature bends and amplifies light in a way that makes you unsure of its D:position. You feel somewhat dizzy as the radiant light reflects off the D:walls, the ceiling and your gear. N:1034:Elenwe the Lost G:U:W I:120:25d100:20:100:100 W:50:3:12000:25000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:COLD:4d12 B:HIT:COLD:4d12 B:CRUSH:HURT:3d12 B:TOUCH:UN_POWER F:UNIQUE | FORCE_SLEEP | FORCE_MAXHP | AURA_COLD | CAN_FLY | F:ONLY_ITEM | DROP_2D2 | DROP_GOOD | NONLIVING | DROP_RANDART F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | SMART | F:EVIL | DEMON | IM_COLD | NO_CONF | KILL_WALL | BASEANGBAND | F:HAS_LITE | FEMALE | SPECIAL_GENE S:1_IN_4 | S:BLIND | CONF | BRAIN_SMASH | S:BR_COLD | BO_COLD | BA_NETH | S_UNDEAD | S_DEMON D:She was once the wife of Turgon and mother of Idril Celebrindal. She was D:lost when the Noldor crossed the Grinding Ice after Feanor and his sons D:betrayed Fingolfin's host by burning the white ships of Alqualonde. D:Melkor corrupted her spirit and granted her balrog form, and she has D:guarded this pass ever since. N:1035:Golgarach, the Living Rock G:#:W I:120:50d30:20:100:40 W:45:2:0:1500 E:0:0:0:0:0:0 O:60:0:40:0 B:HIT:HURT:4d6 B:HIT:HURT:4d6 B:HIT:HURT:4d6 F:FORCE_SLEEP | COLD_BLOOD | EMPTY_MIND | PASS_WALL | KILL_BODY | ESCORT | F:BASH_DOOR | IM_COLD | IM_ACID | IM_ELEC | IM_POIS | NONLIVING | UNIQUE F:HURT_ROCK | NO_CONF | NO_SLEEP | NO_CUT | CHAR_MULTI | BASEANGBAND | SPECIAL_GENE F:NO_CUT | DROP_RANDART S:1_IN_10 | S_KIN | BO_ACID | BA_FIRE D:Deep in the heart of the earth, even the rock itself is sentient D:and has learned to despise intruders. # New monster added by furiosity for the Theme module N:1036:Sanctimonious-looking preacher G:t:w I:110:3d3:10:1:255 W:0:1:1500:0 E:1:1:1:2:1:1 O:0:0:0:0 B:INSULT:* F:MALE | RAND_50 | CAN_SPEAK | NEUTRAL | NO_TARGET | F:ONLY_GOLD | DROP_60 | DROP_SKELETON | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | WILD_TOWN | WILD_ONLY | F:MORTAL | BASEANGBAND | HAS_LITE | AI_ANNOY | D:He thinks you are not pious enough. He will try to D:get you to change your ways. # New monster added by furiosity for the Theme module N:1037:Weary-looking traveller G:t:v 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 | NEUTRAL | NO_TARGET | F:ONLY_ITEM | DROP_90 | DROP_SKELETON | DROP_CORPSE | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | WILD_TOWN | WILD_ONLY | F:MORTAL | BASEANGBAND | HAS_LITE D:He's wearing fancy clothes of foreign make. He looks tired. N:1038:Water hound G:Z:r I:110:12d6:30:30:0 W:43:1:600:150 B:BITE:HURT:1d6 B:CLAW:HURT:1d4 B:CLAW:HURT:1d4 E:0:1:0:2:1:0 O:0:0:0:0 F:FORCE_SLEEP | BASH_DOOR | DROP_CORPSE | FRIENDS F:ANIMAL | IM_COLD | MORTAL | BASEANGBAND | RES_WATE | NO_CUT S:1_IN_5 | BA_WATE D:The sound of a hundred waterfalls rushes through your ears as D:a huge wave of water, vaguely hound-shaped, rushes towards you. N:1039:Improv, the mighty MoLD G:m:v I:150:170d100:40:140:0 W:127:2:3000:50000 E:3:0:3:6:1:0 O:20:20:20:20 B:SPORE:UN_BONUS:10d10 B:SPORE:EXP_80:10d10 B:SPORE:TIME:10d10 B:SPORE:TIME:10d10 F:UNIQUE | NEVER_MOVE | CAN_SWIM | CAN_SPEAK | F:FORCE_MAXHP | WEIRD_MIND | DROP_CORPSE | F:REFLECTING | AURA_ELEC | ONLY_ITEM | DROP_4D2 | F:DROP_GOOD | DROP_GREAT | FORCE_SLEEP | RES_NETH | F:SMART | POWERFUL | RES_TELE | REGENERATE | CAN_FLY | F:DG_CURSE | WYRM_PROTECT | EVIL | F:IM_ACID | IM_FIRE | IM_ELEC | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | NO_STUN | F:JOKEANGBAND | HAS_LITE | RES_WATE | NO_CUT S:1_IN_2 | S:S_HI_DRAGON | S_KIN | BR_DISI | HEAL | TPORT | S:TELE_LEVEL | TELE_TO D:An assistant to DarkGod, Improv has chosen the form of a dense D:purple smog for his incarnation into Middle-earth. It travels the D:dungeons, killing software bugs and creating random artifacts for D:guests to find. N:1040:Emperor mimic G:m:y I:120:50d50:30:60:100 W:40:3:100:200 E:0:0:0:0:0:0 O:25:25:25:25 B:HIT:POISON:5d5 B:HIT:POISON:5d5 B:HIT:POISON:5d5 B:HIT:POISON:5d5 F:MIMIC | UNIQUE F:FORCE_SLEEP | F:EMPTY_MIND | COLD_BLOOD | F:IM_ACID | IM_FIRE | IM_ELEC | IM_COLD | IM_POIS | F:NO_CONF | NO_SLEEP | NO_FEAR | BASEANGBAND | NO_CUT S:1_IN_1 | S:BLIND | CONF | SCARE | CAUSE_4 | CAUSE_3 | FORGET | S:BA_ACID | BA_FIRE | BA_COLD | BA_ELEC | S:S_MONSTER | S_KIN | SHRIEK | BRAIN_SMASH | TRAPS D:A strange creature that disguises itself as an object to lure D:unsuspecting adventurers within reach of its venomous claws. N:1041:Melinda Proudfoot G:h:v I:110:1d1:40:250:3 W:0:0:730:0 E:0:1:1:2:1:1 O:0:0:0:1 F:FEMALE | CAN_SPEAK | WILD_ONLY | WILD_TOWN | F:FORCE_MAXHP | NEVER_GENE F:NEVER_MOVE | NEVER_BLOW | GOOD | NO_TARGET F:MORTAL | BASEANGBAND | UNIQUE | NEUTRAL | NO_TARGET | NO_DEATH D:She seems to seek someone, you may help. N:1042:Thrain, the King Under the Mountain G:k:B I:110:1d1:40:250:3 W:60:1:730:0 E:0:1:1:2:1:1 O:0:0:0:1 F:MALE | CAN_SPEAK F:FORCE_MAXHP | SPECIAL_GENE F:NEVER_MOVE | NEVER_BLOW | GOOD | NO_TARGET F:MORTAL | BASEANGBAND | UNIQUE | NEUTRAL | NO_TARGET | NO_DEATH D:He must have suffered horrible tortures. N:1043:Fire golem G:g:r I:115:3d20:50:50:10 W:0:3:100:0 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:2d6 B:HIT:HURT:2d6 B:HIT:FIRE:3d6 B:HIT:FIRE:3d6 F:BASH_DOOR | AURA_FIRE | HAS_LITE F:IM_FIRE | SPECIAL_GENE F:NO_CONF | NO_SLEEP | NO_FEAR | NONLIVING | NO_STUN F:MORTAL | BASEANGBAND | NO_CUT | AI_PLAYER S:1_IN_10 | S:BR_FIRE D:A sentient mass of pure fire. N:1044:Melkor, Lord of Darkness G:G:v I:150:300d300:100:150:0 W:150:1:200000:60000 E:1:1:1:2:1:1 O:25:25:25:25 B:HIT:ABOMINATION:3d10 B:HIT:TIME:24d10 B:HIT:INSANITY:24d10 B:HIT:LOSE_ALL:24d10 F:UNIQUE | CAN_SPEAK | MALE | F:FORCE_MAXHP | SPIRIT F:ONLY_ITEM | DROP_1D2 | DROP_2D2 | DROP_3D2 | DROP_4D2 | F:DROP_GOOD | DROP_GREAT | DROP_CHOSEN | RES_NETH | F:SMART | KILL_WALL | MOVE_BODY | AURA_FIRE | F:REGENERATE | POWERFUL | SPECIAL_GENE | CAN_FLY | KILL_TREES F:EVIL | IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | F:NO_CONF | NO_STUN | NO_SLEEP | NO_FEAR | RES_TELE | BASEANGBAND | S:1_IN_4 | S:BRAIN_SMASH | S:BA_MANA | BO_MANA | BA_NETH | BA_CHAO | BA_DARK | ANIM_DEAD | S_KIN | S:S_MONSTERS | S_UNIQUE | S_HI_DEMON | S_HI_UNDEAD | S_HI_DRAGON | S:BR_NETH | BR_DISI | HAND_DOOM | S_WRAITH | HEAL | BRAIN_SMASH | S:DRAIN_MANA | TELE_TO | DARKNESS | SHRIEK D:He was the most powerful of the Valar, the equal of Manwe. D:You banned him here, in the Void, and now you must destroy him D:forever. However here in the Void, his spirit gained much power D:for he is closer to the Flame Imperishable. He is coming to you in pure D:madness, which makes him even more dangerous. You are on the verge D:of dying! ## Here are the Spirits, inhabitants of the Void, all called "Spirit" making it hard to know what we are up against ## ## Note: I am nasty heheh :) # Spirit of nether N:1045:Spirit G:G:v I:120:40d80:30:50:20 W:128:2:0:5000 E:0:1:1:2:0:0 O:25:0:75:0 B:TOUCH:EXP_80:10d10 B:TOUCH:EXP_80:10d10 F:SPIRIT | BASEANGBAND | NEVER_MOVE | EMPTY_MIND | NO_CUT | F:COLD_BLOOD | INVISIBLE S:1_IN_1 | S:BA_NETH D:This strange, almost intangible spirit keeps assaulting you! # Spirit of annoyance (hahaha AI_ANNOY and MULTIPLY) N:1046:Spirit G:G:B I:130:40d20:30:70:70 W:144:4:0:500 E:0:0:0:0:0:0 O:5:5:5:0 B:TOUCH:POISON:10d10 B:CRAWL:POISON:10d10 B:CRAWL:EAT_ITEM:10d9 B:BITE:UN_BONUS:9d9 F:SPIRIT | BASEANGBAND | WEIRD_MIND | FRIENDS | F:AI_ANNOY | PASS_WALL S:MULTIPLY D:These things multiply at an apparently unstoppable rate! # Spirit of movement N:1047:Spirit G:G:B I:130:10d80:50:65:10 W:132:1:10:5500 E:0:0:0:0:0:0 O:0:0:0:0 B:TOUCH:LOSE_DEX:2d3 B:TOUCH:PARALYZE:1d12 B:TOUCH:PARALYZE:1d12 F:SPIRIT | BASEANGBAND | NO_SLEEP | PASS_WALL | WEIRD_MIND S:1_IN_2 | S:SLOW | BLINK | HOLD | HASTE D:Coming towards you quickly, it seems intent on moving faster than you. # Spirit of confusion N:1048:Spirit G:G:v I:120:40d80:80:85:0 W:135:2:0:5500 E:0:0:0:0:0:0 O:0:0:0:0 B:ENGULF:HALLU:16d8 B:ENGULF:HALLU:16d8 B:ENGULF:CONFUSE:16d8 B:ENGULF:CONFUSE:16d8 F:SPIRIT | BASEANGBAND | RES_NEXU | AURA_ELEC | IM_FIRE | IM_ELEC | F:EMPTY_MIND | BASH_DOOR | POWERFUL | CAN_FLY | ATTR_MULTI | F:NO_CONF | NO_SLEEP | NO_FEAR | NO_CUT S:1_IN_3 | S:BR_CHAO | BR_NEXU | BR_NUKE | BR_CONF D:A swirling mass, constantly changing its appearance. # Spirit of brawn N:1049:Spirit G:G:U I:130:140d100:50:180:30 W:145:3:10000:8000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:SHATTER:18d18 B:HIT:CONFUSE:18d18 B:HIT:SHATTER:18d18 B:HIT:CONFUSE:18d18 F:SPIRIT | BASEANGBAND | DROP_4D2 | KILL_BODY | KILL_WALL | F:OPEN_DOOR | BASH_DOOR | DROP_CORPSE | KILL_TREES | F:EVIL | GIANT | HURT_ROCK | BASEANGBAND | HAS_LITE | F:IM_FIRE | IM_COLD | IM_ACID | IM_ELEC | IM_POIS D:Strong and swarthy, this spirit could bend metal with his bare hands. # Spirit of Wyrms N:1050:Spirit G:G:v I:130:151d151:50:190:50 W:147:8:10000:87500 E:0:1:0:6:1:0 O:50:50:0:0 B:CLAW:HURT:10d15 B:CLAW:HURT:10d15 B:BITE:HURT:14d18 B:BITE:HURT:14d18 F:SPIRIT | FORCE_MAXHP | MOVE_BODY | AURA_FIRE | REFLECTING | AURA_ELEC | F:ONLY_ITEM | DROP_2D2 | DROP_3D2 | DROP_4D2 | DROP_GOOD | AURA_COLD | F:OPEN_DOOR | BASH_DOOR | POWERFUL | RES_NETH | RES_DISE | F:DRAGON | GOOD | RES_TELE | DROP_CORPSE | KILL_TREES | F:IM_ACID | IM_FIRE | IM_COLD | IM_ELEC | IM_POIS | NO_CONF | NO_SLEEP | F:RES_NEXU | RES_PLAS | CAN_FLY | BASEANGBAND | HAS_LITE | NO_CUT S:1_IN_3 | S:S_HI_DRAGON | S_DRAGON | S_KIN | S:BR_NUKE | BR_ACID | BR_ELEC | BR_FIRE | S:BR_COLD | BR_POIS | BR_NETH | BR_LITE | BR_DARK | S:BR_CONF | BR_SOUN | BR_CHAO | BR_DISE | BR_NEXU | S:BR_TIME | BR_INER | BR_GRAV | BR_SHAR | BR_PLAS | S:BR_WALL | BR_MANA | BR_DISI D:This spirit bears a remarkable similarity to some of the most powerful D:types of dragonkind found in Middle-earth. It appears to be even more D:fearsome, though! # Spirit of snakes N:1051:Spirit G:G:g I:130:150d100:40:80:20 W:133:3:90:750 E:1:1:1:2:1:1 O:25:20:25:20 B:BITE:POISON:15d15 B:BITE:POISON:15d15 B:BITE:LOSE_ALL:10d12 F:SPIRIT | CAN_SWIM | IM_POIS | IM_ACID | F:DROP_60 | DROP_2D2 | FRIENDS | DROP_CORPSE | F:OPEN_DOOR | BASH_DOOR | EVIL | BASEANGBAND S:1_IN_4 | S:BA_POIS | S_MONSTER | SCARE | HOLD D:It slides towards you, a horrible scaly, slidy thing. # Spirit of seeing N:1052:Spirit G:G:v I:130:95d110:60:130:10 W:141:3:60:50000 E:0:0:0:0:0:0 O:0:0:0:0 B:GAZE:UN_BONUS:12d12 B:GAZE:UN_POWER:12d10 B:GAZE:INSANITY:12d14 B:GAZE:LOSE_ALL:6d6 F:SPIRIT | BASH_DOOR | EVIL | IM_POIS | F:CAN_FLY | BASEANGBAND S:1_IN_2 | S:BLIND | CONF | FORGET | SCARE | DRAIN_MANA | BRAIN_SMASH | S:BA_DARK | BO_MANA | BA_NETH | BA_ACID | BA_FIRE | BA_COLD D:You will find it difficult to avoid being seen by this spirit! And D:once it has you in its sight, beware! # Spirit of unseeing N:1053:Spirit G:.:W I:120:55d50:20:130:80 W:142:6:60:4000 E:0:0:0:0:0:0 O:10:0:90:0 B:TOUCH:UN_BONUS:12d12 B:TOUCH:UN_POWER:12d10 B:TOUCH:INSANITY:12d14 B:TOUCH:LOSE_ALL:6d6 F:SPIRIT | CAN_FLY | REFLECTING | F:SMART | BASH_DOOR | COLD_BLOOD | INVISIBLE | EMPTY_MIND | F:EVIL | BASEANGBAND | CHAR_MULTI | CHAR_CLEAR | ATTR_CLEAR S:1_IN_3 | S:DRAIN_MANA | BLINK | BLIND | SCARE | CONF | S:HEAL | TELE_AWAY | DARKNESS | TRAPS | FORGET | SHRIEK D:Hopefully you will kill this spirit before you realise it exists. # Spirit of ickyness N:1054:Spirit G:G:g I:130:80d80:30:60:10 W:138:4:300:40000 E:0:0:0:0:0:0 O:40:30:10:10 B:CRAWL:POISON:12d14 B:CRAWL:EAT_FOOD:12d14 B:TOUCH:ACID:13d15 B:HIT:HURT:13d15 F:SPIRIT | BASEANGBAND | F:EMPTY_MIND | OPEN_DOOR | BASH_DOOR | F:EVIL | IM_ACID | IM_ELEC | IM_FIRE | IM_COLD | IM_POIS | F:EMPTY_MIND S:1_IN_4 | S:DRAIN_MANA | BLIND | CONF | SCARE | S_KIN D:A horrible slimy spirit, that seems to ooze evilness. I wouldn't get D:too close to it if I were you. # Spirit of friendship N:1055:Spirit G:G:W I:130:35d100:40:150:100 W:136:3:200:10000 E:0:1:0:2:1:0 O:50:50:0:0 B:BITE:HURT:12d12 B:BITE:HURT:12d12 B:BITE:HURT:12d8 B:BITE:HURT:12d8 F:SPIRIT | BASEANGBAND | F:ESCORT | ESCORTS | F:OPEN_DOOR | BASH_DOOR S:1_IN_2 | S:S_KIN D:This spirit appears to have lots of friends! # Spirit of abomination N:1056:Spirit G:G:d I:130:40d80:30:125:125 W:134:2:200:5000 E:0:0:0:0:0:0 O:50:0:50:0 B:WAIL:TERRIFY:8d9 B:HIT:HURT:10d10 B:HIT:ABOMINATION:6d10 B:HIT:ABOMINATION:6d10 F:SPIRIT | BASEANGBAND | F:EVIL | UNDEAD | IM_POIS | IM_COLD | NO_CONF | NO_SLEEP | F:COLD_BLOOD | HURT_LITE | NO_CUT S:1_IN_3 | S:SCARE | HOLD | DARKNESS | SCARE D:It seems to have been woken from the dead, this spirit. It lumbers D:towards you, seeking to turn you into a form as hideous as its own! ### Here come the spirits of ### # # Spirit of strength N:1057:Spirit G:G:u I:120:140d100:50:180:170 W:129:2:10000:8000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:LOSE_STR:4d8 B:HIT:LOSE_STR:4d8 B:HIT:LOSE_STR:4d8 F:SPIRIT | BASEANGBAND | DROP_2D2 | KILL_BODY | KILL_WALL | F:BASH_DOOR | EVIL | GIANT | HURT_ROCK | F:IM_FIRE | IM_COLD | IM_ACID | IM_ELEC | IM_POIS D:It is coming for you, this massive imposing tower of strength. D:It appears almost unstoppable! # Spirit of intelligence N:1058:Spirit G:G:r I:140:80d100:50:100:10 W:131:2:10000:8000 E:1:1:1:2:1:1 O:0:0:100:0 B:HIT:LOSE_INT:4d8 B:HIT:LOSE_INT:4d8 B:HIT:LOSE_INT:4d8 F:EVIL | SPIRIT | BASEANGBAND | DROP_2D2 | F:OPEN_DOOR | SMART | F:IM_FIRE | IM_COLD | IM_ACID | IM_ELEC | IM_POIS S:1_IN_2 | S:HASTE | TPORT | TELE_TO | BLIND | CONF | S:BO_MANA | BO_FIRE | BO_COLD | BO_ELEC | D:This spirit looks very clever, cunning almost. # Spirit of wisdom N:1059:Spirit G:G:G I:130:120d100:50:200:130 W:137:2:10000:8000 E:1:1:1:2:1:1 O:0:50:50:0 B:HIT:LOSE_WIS:4d8 B:HIT:LOSE_WIS:4d8 B:HIT:LOSE_WIS:4d8 F:EVIL | SPIRIT | BASEANGBAND | DROP_2D2 | F:OPEN_DOOR | F:IM_FIRE | IM_COLD | IM_ACID | IM_ELEC | IM_POIS S:1_IN_2 | S:HEAL | MIND_BLAST | CAUSE_4 | SCARE | S:DRAIN_MANA | BRAIN_SMASH | FORGET | D:This spirit has something of a priestly look about it. # Spirit of dexterity N:1060:Spirit G:G:W I:160:120d100:50:160:50 W:139:2:10000:8000 E:1:1:1:2:1:1 O:0:50:25:25 B:HIT:LOSE_DEX:4d8 B:HIT:LOSE_DEX:4d8 B:HIT:LOSE_DEX:4d8 F:EVIL | SPIRIT | BASEANGBAND | DROP_2D2 | F:OPEN_DOOR | SMART | F:IM_FIRE | IM_COLD | IM_ACID | IM_ELEC | IM_POIS S:1_IN_1 | S:ARROW_4 D:This spirit moves almost too quickly for you to see him. # Spirit of constitution N:1061:Spirit G:G:s I:120:140d100:50:180:50 W:143:2:10000:8000 E:1:1:1:2:1:1 O:0:50:0:50 B:HIT:LOSE_CON:4d8 B:HIT:LOSE_CON:4d8 B:HIT:LOSE_CON:4d8 F:EVIL | SPIRIT | BASEANGBAND | DROP_2D2 | BASH_DOOR | F:IM_FIRE | IM_COLD | IM_ACID | IM_ELEC | IM_POIS D:This spirit moves slower than most, but thunders on and on D:towards you. # Spirit of charisma N:1062:Spirit G:G:b I:140:80d100:50:120:90 W:146:2:10000:8000 E:1:1:1:2:1:1 O:70:10:10:10 B:HIT:LOSE_CHR:4d8 B:HIT:LOSE_CHR:4d8 B:HIT:LOSE_CHR:4d8 F:SPIRIT | BASEANGBAND | DROP_2D2 | F:OPEN_DOOR | EVIL | TAKE_ITEM | F:IM_FIRE | IM_COLD | IM_ACID | IM_ELEC | IM_POIS S:1_IN_2 | S:TRAPS | ARROW_3 | BLINK | TELE_TO | CONF D:There is something attractive about this spirit, and it seems D:to have a full purse. ### Here come some elemental spirits ### # # Spirit of flickering fire N:1063:Spirit G:G:r I:120:60d100:50:65:80 W:130:1:5:6000 E:1:1:1:2:1:1 O:25:60:0:15 B:HIT:FIRE:10d8 B:HIT:FIRE:10d8 B:HIT:FIRE:10d8 F:SPIRIT | BASEANGBAND | AI_ANNOY | IM_FIRE | AURA_FIRE | HAS_LITE S:1_IN_2 | S:BO_FIRE | BA_FIRE D:Flickering towards you, and then away, this spirit will burn you badly! # Spirit of icy cold N:1064:Spirit G:G:w I:120:60d100:50:65:80 W:148:1:5:6000 E:1:1:1:2:1:1 O:25:60:0:15 B:HIT:COLD:10d8 B:HIT:COLD:10d8 B:HIT:COLD:10d8 F:SPIRIT | BASEANGBAND | IM_COLD | AURA_COLD | F:COLD_BLOOD | BASH_DOOR S:1_IN_2 | S:BO_COLD | BA_COLD D:The temperature around you drops as soon as you set eyes on this spirit. # Spirit of corrosion (acid) N:1065:Spirit G:G:s I:120:60d100:50:65:80 W:146:1:5:6000 E:1:1:1:2:1:1 O:25:60:0:15 B:HIT:ACID:10d8 B:HIT:ACID:10d8 B:HIT:ACID:10d8 F:SPIRIT | BASEANGBAND | IM_ACID | BASH_DOOR | KILL_TREES S:1_IN_2 | S:BO_ACID | BA_ACID D:The very fabric of the void heals itself where this spirit walks. # Spirit of shocking (electricity) N:1066:Spirit G:G:b I:120:60d100:50:65:80 W:149:1:5:6000 E:1:1:1:2:1:1 O:25:60:0:15 B:HIT:ELEC:10d8 B:HIT:ELEC:10d8 B:HIT:ELEC:10d8 F:SPIRIT | BASEANGBAND | IM_ELEC | AURA_ELEC | BASH_DOOR S:1_IN_2 | S:BO_ELEC | BA_ELEC D:The air crackles as this spirit approaches, and you smell singed flesh. # Spirit of Valaraukar (Balrogs) N:1067:Spirit G:G:v I:130:130d100:100:140:10 W:149:1:170:43000 E:1:1:1:2:1:1 O:0:100:0:0 B:HIT:FIRE:11d12 B:HIT:FIRE:11d12 B:CRUSH:HURT:10d12 B:TOUCH:UN_POWER F:SPIRIT | CAN_FLY | KILL_WALL | AURA_FIRE | NONLIVING | F:ONLY_ITEM | DROP_2D2 | EVIL | DEMON | F:OPEN_DOOR | BASH_DOOR | POWERFUL | MOVE_BODY | F:IM_FIRE | IM_ELEC | BASEANGBAND | HAS_LITE S:1_IN_3 | S:BLIND | CONF | SCARE | BR_FIRE D:Carrying a whip of fire, this spirit looks not dissimilar to a certain D:Balrog. # Spirit of shadows N:1068:Spirit G:G:d I:130:30d100:70:150:4 W:140:4:2300:10000 E:1:1:1:2:1:1 O:20:80:0:0 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:TOUCH:EXP_80:20d8 B:TOUCH:EXP_40:20d8 F:SPIRIT | BASEANGBAND | REFLECTING | REGENERATE | F:IM_ACID | IM_ELEC | IM_COLD | IM_FIRE | IM_POIS | RES_TELE | F:TAKE_ITEM | OPEN_DOOR | BASH_DOOR | SMART | POWERFUL S:1_IN_3 | S:BLIND | HEAL | BA_DARK | HASTE | CONF D:Deriving his strength from the shadows, this spirit D:steals only for the challenge. # Spirit of vampire or something N:1069:Spirit G:G:W I:130:50d50:30:90:10 W:143:2:1700:18000 E:1:1:1:2:1:1 O:0:70:30:0 B:HIT:HURT:10d9 B:HIT:HURT:9d9 B:BITE:EXP_80:9d9 B:BITE:EXP_80:9d9 F:SPIRIT | FORCE_SLEEP | CAN_FLY | F:DROP_60 | DROP_4D2 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | REGENERATE | RES_TELE | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT | SPIRIT S:1_IN_3 | S:BLIND | HOLD | SCARE | CAUSE_3 | CAUSE_4 | DRAIN_MANA | S:BRAIN_SMASH | DARKNESS | BO_NETH D:Your blood curdles and your bones chill as this spirit approaches. # Spirit of unresistability (hehehehe) N:1070:Spirit G:G:v I:140:40d100:40:70:20 W:149:4:1200:20000 E:1:1:1:2:1:1: O:0:0:0:100 B:HIT:SHATTER:18d10 B:HIT:SHATTER:18d10 B:HIT:LOSE_ALL:8d8 B:TOUCH:UN_POWER F:BASEANGBAND | SPIRIT | SMART | F:OPEN_DOOR | BASH_DOOR | POWERFUL | F:RES_NEXU | RES_NETH | F:NO_CONF | NO_SLEEP | NO_FEAR | F:IM_POIS | IM_ELEC | IM_ACID | IM_COLD | S:1_IN_2 | S:BA_MANA | BR_PLAS | BR_TIME | ROCKET | HAND_DOOM | FORGET | BA_WATE D:This spirit appears to be afraid of very little, and confident in its D:ability to destroy you. # Spirit of time N:1071:Spirit G:G:G I:130:80d100:40:110:0 W:150:3:800:50000 E:0:1:0:2:1:0 O:0:0:0:0 B:TOUCH:TIME:6d12 B:TOUCH:TIME:6d12 B:TOUCH:TIME:6d12 B:TOUCH:TIME:6d12 F:OPEN_DOOR | BASH_DOOR | DROP_SKELETON | DROP_CORPSE | F:ANIMAL | NO_CONF | NO_SLEEP | F:SPIRIT | BASEANGBAND S:1_IN_2 | S:BR_TIME | SLOW | HASTE | HOLD D:All at once you see that which is to come and that which has gone before. # Spirit of Gold N:1072:Spirit G:G:y I:130:50d80:20:110:100 W:130:4:80:8000 E:0:1:0:2:1:0 O:100:0:0:0 B:TOUCH:EAT_GOLD:7d15 B:TOUCH:EAT_GOLD:7d15 B:HIT:POISON:6d12 B:HIT:POISON:6d12 F:ONLY_GOLD | SPIRIT | BASEANGBAND | F:DROP_4D2 | DROP_4D2 | DROP_4D2 | REFLECTING | COLD_BLOOD | REGENERATE | F:BASH_DOOR | MOVE_BODY | IM_ELEC | IM_COLD | IM_POIS | F:RES_TELE | NO_FEAR | NO_STUN | NO_CONF | NO_SLEEP S:1_IN_4 | S:ARROW_4 | HEAL | FORGET D:It is the very essence of financial greed... # Spirit of doom N:1073:Spirit G:G:D I:136:60d70:40:70:30 W:134:2:60:8000 E:1:1:1:2:1:1 O:0:10:90:0 B:HIT:HURT:14d14 B:HIT:HURT:14d14 B:HIT:HURT:14d14 F:SMART | OPEN_DOOR | BASH_DOOR | F:EVIL | NO_CONF | NO_SLEEP | F:SPIRIT | BASEANGBAND | HAS_LITE S:1_IN_2 | S:HAND_DOOM | CAUSE_4 | DARKNESS D:The very presence of this creature fills the air with an aura of doom. D:You feel waves of depression descending on you as it approaches. # Spirit of etherealism (?) N:1074:Spirit G:G:o I:120:40d100:30:120:40 W:141:3:1700:10000 E:0:1:0:6:1:0 B:CLAW:HURT:14d10 B:CLAW:HURT:14d10 B:BITE:HURT:17d10 F:INVISIBLE | CAN_FLY | SPIRIT | WEIRD_MIND | F:PASS_WALL | POWERFUL | MOVE_BODY | F:EVIL | NO_CONF | NO_SLEEP | BASEANGBAND | SPIRIT S:1_IN_2 | S:BLIND | CONF | S:BR_LITE | BR_DARK | BR_CONF D:This sprit seems to flicker in and out of this plane, and is a master D:of light and dark. # Spirit of orc (boring huh) N:1075:Spirit G:G:v I:120:90d10:30:160:100 W:142:3:2700:11111 E:1:1:1:2:1:1 O:10:90:0:0 B:HIT:HURT:10d10 B:HIT:HURT:10d10 B:HIT:HURT:10d10 F:OPEN_DOOR | BASH_DOOR | F:EVIL | ORC | IM_POIS | ONLY_ITEM | F:MORTAL | BASEANGBAND | HAS_LITE | SPIRIT D:Stupid but strong, this spirit has an orcish aura about him. ### Here endeth the Spirits ### N:1076:Neil, the Sorceror G:h:v # *Not* enough hitpoints I:110:50d100:20:30:30 # Bottom of Erebor W:72:100:330:50000 E:1:1:1:2:1:1 O:0:5:90:5 # Sorceror, not warrior B:HIT:HURT:1d1 B:HIT:HURT:1d1 F:OPEN_DOOR | SMART | MALE | DROP_SKELETON | DROP_CORPSE F:MORTAL | HAS_LITE | JOKEANGBAND | UNIQUE # Trone, of course F:CAN_FLY | REFLECTING | IM_FIRE # Thorin F:IM_ACID | FORCE_MAXHP # No cold or random gen... waiting on elven rings only at bottom of Erebor F:SPECIAL_GENE # Dig F:KILL_WALL # Obvious resistances F:NO_CONF | NO_SLEEP | NO_STUN | NO_FEAR # Well, he's been there a while F:ONLY_ITEM | DROP_4D2 | DROP_GOOD | DROP_GREAT # Essence of speed, Manathrust, Noxious Cloud, and Fireflash S:1_IN_1 | S:HASTE | BO_MANA | BA_POIS | BA_FIRE D:He looks like he is looking for something, and the flecks of dragon D:blood on his face tell you he means business! ### Theme monsters, cont. ### N:1077:Swamp wight G:W:o I:110:25d10:20:40:10 W:45:3:0:400 E:0:0:0:0:0:0 O:0:50:50:0 B:HIT:HURT:1d8 B:HIT:POISON:1d8 B:TOUCH:EXP_40 F:FORCE_SLEEP | FRIENDS | DROP_60 | F:COLD_BLOOD | OPEN_DOOR | BASH_DOOR | CAN_FLY | F:EVIL | UNDEAD | IM_COLD | IM_POIS | HURT_LITE | F:NO_CONF | NO_SLEEP | BASEANGBAND | NO_CUT S:1_IN_8 | S:HOLD | SCARE | CAUSE_3 | DARKNESS D:An evil spirit from the marshlands, related to the mewlips. N:1078:Knight of the Swan # Basically a high-elven ranger with more melee and no distance attacks. G:p:w I:120:50d30:20:70:0 W:40:3:1400:500 E:1:1:1:2:1:1 O:0:0:0:0 B:HIT:HURT:10d8 B:HIT:HURT:10d8 B:HIT:HURT:10d8 B:HIT:HURT:10d8 F:MALE | FRIENDS | OPEN_DOOR | BASH_DOOR | F:GOOD | DROP_SKELETON | DROP_CORPSE | SMART | PET | F:IM_ACID | IM_COLD | RES_WATE | RES_NETH | F:MORTAL | BASEANGBAND | HAS_LITE D:A stately man dressed in armour emblazoned with a picture of a beautiful D:white swan, from Dol Amroth of old. # Infernal Device -- created for the Orthanc special level in Isengard by Burb Lulls # Heavily tweaked by furiosity for the Theme module N:1079:Infernal Device G:*:R I:110:75d20:20:80:50 W:38:3:7000:1500 E:0:0:0:0:0:0 O:0:0:0:0 B:EXPLODE:HURT:20d20 B:EXPLODE:HURT:20d20 B:EXPLODE:HURT:20d20 B:EXPLODE:HURT:20d20 F:FORCE_MAXHP | NEVER_MOVE | IM_FIRE | IM_POIS | BASEANGBAND F:NO_FEAR | NO_STUN | NO_CUT | NO_SLEEP | NO_CONF | RES_TELE F:RES_NETH | AURA_FIRE | STUPID | EMPTY_MIND | NONLIVING F:SPECIAL_GENE | FORCE_DEPTH | SUSCEP_COLD D:An ensorcelled machine of Saruman's creation, this gnarled D:totem of blackened steel defends Orthanc from intruders.