tfe-1.0/area/
tfe-1.0/files/
tfe-1.0/logs/
tfe-1.0/logs/immortal/
tfe-1.0/logs/mob/
tfe-1.0/logs/object/
tfe-1.0/logs/player/
tfe-1.0/logs/room/
tfe-1.0/notes/clans/
tfe-1.0/player/
tfe-1.0/prev/
tfe-1.0/prev/area/
tfe-1.0/prev/player/
tfe-1.0/prev/rooms/
tfe-1.0/rooms/
tfe-1.0/src-gc/
tfe-1.0/src-msvc/
tfe-1.0/src-unix/
tfe-1.0/www/
tfe-1.0/www/html/
#OBJECTS

#1
fountain~
fountains~
~
~
gushes forth here.~
gush forth here.~
~
~
(null pointer)~
Adakar~
25 1 65536 1 0 0
0 0 64 0 0 0 4
-1 -1 0 0
50000 100 1 -1 1 1000 0 0
-1
E
either~
It is covered in grime.

~
P
0 -1
~
~
act_tochar( #char, ch, obj );

act_notchar( #room, ch, obj );

act_room( #all, ch, obj );

junk_obj( obj );

~
E
all~
$p slowly sinks to the bottom never to be seen again.

~
E
room~
$n drops $p into the fountain.

~
E
char~
You drop $p into the fountain.

~
!
-1

#2
gold coin~
gold coins~
~
~
has been forgotten here on the ground.~
have been forgotten here on the ground.~
~
~
(null pointer)~
Fenlyn~
20 2 8388608 0 1 0
0 0 262144 0 0 0 4
1 0 0 0
1 0 1 -1 1 1000 0 0
-1
A 23 0
E
either~
The coin looks old and worn and the writing on it is no longer visible. 

The only noticable feature is that it is made of gold.  

~
P
4 -1
flip~
coin gold~
act_tochar( #you_flip, ch );

act_notchar( #ryou_flip, ch );

wait( 1 );

if( random( 1, 2 ) == 1 )

act_room( #heads, ch );

else

act_room( #tails, ch );

~
E
tails~
The coin comes to rest showing tails, the unicorn on its reverse side

clearly visible for all to see.

~
E
heads~
The coin comes to rest showing heads, the visored knight's helm on its

obverse side clearly visible for all to see.

~
E
you_flip~
Golden light reflects back in fire-like sparks from the golden coin you

flipped into the air.

~
E
ryou_flip~
$n flips a golden coin.  Goldfire light dances back to you from it as it

spins in the air.

~
!
-1

#3
robe~
robes~
black~
black~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Fenlyn~
9 3 268435520 0 9 0
0 0 16 0 0 0 4
0 2 0 -1
600 100 1 -1 4 300 0 0
-1
E
either~
This finely woven, black, garmet is long and would cover most of your

body.

~
P
-1

#4
iron ration~
iron rations~
~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Greyclaw~
19 4 -2147483648 0 1 0
0 0 512 0 0 0 4
40 -1 0 0
10 20 1 -1 10 1000 0 0
-1
E
either~
A small box containing the necessary daily requirement of food.

~
P
0 -1
~
~
~
!
-1

#5
bronze cup~
bronze cups~
~
~
lies on the ground.~
lie on the ground.~
~
~
(null pointer)~
Kiyl~
17 5 -2138832896 0 16385 0
0 0 2048 0 0 0 4
50 50 0 0
300 55 1 -1 1 800 0 0
-1
E
either~
This large cup designed for holding water is made of greenish bronze.

While simple, the cup could provide water with which to quench your

thirst if you fill it up and take it with you on your journeys.

~
P
-1

#6
small burlap bag~
small burlap bags~
~
~
lies here.~
lie here.~
~
~
~
Fenlyn~
15 6 -2147483648 4 1064961 0
0 0 16 0 0 0 4
40 1 0 0
20 30 1 -1 1 300 0 0
-1
E
either~
This small bag is made of burlap and could hold several small items.  It

can also be closed so that no one can see what is inside.

~
P
-1

#7
square chest~
square chests~
~
~
sits in a corner.~
sit in a corner.~
~
~
Fenlyn~
Fenlyn~
15 7 8388616 0 0 0
0 0 2 0 0 0 4
25 13 784 0
1000 0 1 -1 10 1000 0 0
868752556
E
either~
The chest is a perfect cube made out of wood with a sturdy lock on it.

~
P
4 -1
2 open~
square chest closed~
if( !rflag( reset0, room ) )

  continue;

else {

  if( !rflag( reset1, room ) )

    continue;

  act_tochar( #mm, ch );

  act_notchar( #ncmm, ch );

  do_spell( magic missile, ch, ch );

  remove_rflag( reset0, room );

  }

continue;

~
E
mm~
As you tamper with the chest, a magic missile leaps toward you.

~
E
ncmm~
As $n tampers with the chest, a magic missile leaps toward $m.

~
!
4 -1
untrap~
square chest closed~
if( !rflag( reset0, room ) ) {

  act_tochar( #notrap, ch );

  end;

  }

if( !rflag( reset1, room ) ) {

  act_tochar( #notrap, ch );

  end;

  }

if( find_skill( ch, untrap ) == 0 ) {

  act_tochar( #nosk, ch );

  act_notchar( #nnosk, ch );

  end;

  }

if( random( 1, 4 ) == 3 ) {

  remove_rflag( reset1, room );

  act_tochar( #untrap, ch );

  act_notchar( #ncuntr, ch );

  }

else {

  act_tochar( #unsuc, ch );

  act_notchar( #nunsuc, ch );

  }

~
E
notrap~
The chest is not currently trapped.

~
E
nosk~
You are unskilled in the art of untrapping.

~
E
untrap~
You successfully untrap the chest!

~
E
ncuntr~
$n successfully untraps the chest!

~
E
unsuc~
You try to untrap the chest without success.

~
E
nunsuc~
$n tries to untrap the chest without success.

~
E
nnosk~
$n tries to untrap the chest but finds that $e is unskilled.

~
!
-1

#8
bag of flour~
bags of flour~
~
~
has been left here.~
have been left here.~
~
~
Karn~
Fenlyn~
19 8 0 0 1 0
0 0 513 0 0 0 4
5 0 0 0
500 20 1 -1 1 1000 0 0
-1
E
either~
A rather large brown bag, filled with a soft white powder.

~
P
-1

#9
potion~
potions~
bubbly~
+of cure poison~
has been set here.~
have been set here.~
~
~
Kiian~
Fenlyn~
10 9 64 0 1 0
0 0 32 0 0 0 4
28 10 1 -1
50 100 1 -1 10 1000 0 0
-1
E
before~
A bubbling, clear-colored liquid is contained in the bottle.

~
E
after~
This bubbling, clear-coloured potion can restore a person's health if

only minor damage has been sustained.   

~
P
-1

#10
corpse of a monster~
corpses~
~
~
lies here.~
lie here.~
~
~
(null pointer)~
Greyclaw~
23 10 1073741824 0 1 16384
0 0 512 0 0 0 4
2000 0 0 1
0 0 1 -1 1 1000 0 0
-1
E
either~
A dank steam comes off the corpse, making it difficult to see.  The dead

creature must have been at least eight feet tall, and weighed nearly 400

pounds before it was mangled and killed.  Its blue-green skin is covered

in a sheen of sweat, and its tusked mouth still quivers slightly.

~
P
-1

#11
corpse of a player~
corpses~
~
~
is lying here.~
are lying here.~
~
~
(null pointer)~
Greyclaw~
23 11 0 0 1 0
0 0 768 0 0 0 4
49999 0 0 1
0 0 1 -1 1 1000 0 0
-1
E
either~
The corpse looks brutal and it is not a pretty sight. There is a 

pool of blood and foul stench here.

~
P
-1

#12
copper coin~
copper coins~
~
~
is here.~
are here.~
~
~
(null pointer)~
Fenlyn~
20 12 12582912 0 1 0
0 0 524288 0 0 0 4
1 0 0 0
1 0 1 -1 1 1000 0 0
-1
E
either~
The copper coin is old and worn as if it has been around for over a

hundred years.  The writing on it is far worn off and cannot be

discerned.  

~
P
4 -1
flip~
coin copper~
act_tochar( #you_flip, ch );

act_notchar( #ryou_flip, ch );

wait( 1 );

if( random( 1, 2 ) == 1 )

act_room( #heads, ch );

else

act_room( #tails, ch );

~
E
tails~
The coin comes up tails, the serpent on its reverse side plain as day.

~
E
heads~
The coin comes up heads, the crown on its obverse side plain as day.

~
E
you_flip~
Dull light reflects back from the copper coin you flipped into the air.

~
E
ryou_flip~
$n flips a copper coin into the air.  Dull light twinkles back from it as

it spins.

~
!
-1

#13
horn~
horns~
black ivory~
mystical~
lies here, forgotten by the world.~
lie here, forgotten by the world.~
~
~
Phule~
Fenlyn~
8 13 277119056 8 5 67108864
0 0 36864 0 0 0 4
-1 -1 -1 -1
200 35000 70 -1 1 1000 0 0
-1
E
either~
A faint flicker of dark light sparkles from a diamond in the tip of of

this horn, which is crafted of purest black ivory.  A chain of mithril

connects to both ends and it is truly a fine piece of craftmanship

reminiscent of the ancient works of the fabled High Dwarves.  Carved into

its side are three short lines in old elven script.

~
E
diamond~
The diamond is small, only about two-thirds of a carat, but within the

gem gleams a glow of black wizardry, flickering back and forth as if

awaiting to be released at the proper time.

~
E
mithril chain~
The chain sparkles the unique silver mithril is known for, and holds

along its length five rubies and six emeralds.  At the two junctions of

the chain to the horn, the dull glow of enchanted jade enhance the

appearance of the time and effort put into crafting this artifact.

~
P
7 -1
~
~
act_tochar( #this, ch );

continue;

~
E
this~
The mithril chain fits nicely over your shoulder, as if it belongs there.

~
!
4 -1
sound blow~
horn~
mob = mob_in_room( 494, find_room( 19184 ) );

act_room( #note, ch );

act_area( #sound, ch );

if( char_in_room( ch, find_room( 19184 ) ) ) {

  if( !mob ) {

    if( rflag( status2, room ) ) {

      wait( 3 );

      act_room( #c1, ch );

      wait( 5 );

      act_room( #c2, ch );

      wait( 5 );

      act_room( #c3, ch );

      wait( 5 );

      act_room( #c4, ch );

      wait( 6 );

      act_room( #c5, ch );

      wait( 5 );

      act_room( #c6, ch );

      wait( 6 );

      act_room( #c7, ch );

      remove_rflag( status2, room );

      obj_to_room( oload( 3100 ), room );

      }

    }

  else

    interpret( mob, "wake" );

  }

~
E
c7~
@CSuddenly your eyes are drawn by a movement upward.  Silently a slim

dark form drifts from the hole in the ceiling, stopping just above the

ground in the center of the room.

~
E
c6~
A hush falls.

~
E
c5~
@b@MWith a last death shudder, the rune @Y@bFLASHES@n@Y dull yellow@b@M before

being pulled apart by the dark sound.

~
E
c4~
@b@MMore tendrels pierce the runes protective glowing field,

reaching in towards the heart.

~
E
c3~
@YThe rune shudders at the sound's first dark caress, and you feel the

waves of heat increase slightly as it struggles in defense.

~
E
c2~
@YThe rune begins to intensify defensively as the dark sound moves to

enclose it.

~
E
c1~
@b@MThe resounding notes take on a dark visual color which flows from the

diamond on the horn and moves towards the rune in the center of the room.

~
E
sound~
@MYou hear a long mornfull note in the distance.

~
E
note~
@MA long mornfull note sounds out, as if searching for something.

~
!
4 -1
read~
script~
i = find_skill( ch, elvish );

if( i > 8 )

  send_to_char( #script, ch );

else {

  if( i != 0 )

    send_to_char( #almost, ch );

  else

    send_to_char( #nope, ch );

  }

~
E
almost~
It is an old dialect, and you don't know Elvish enough to read it.

~
E
nope~
You can't read Elvish.

~
E
script~
On high

                 Upon a sea of green

                 Sound and summon

                 Dark hearts dream


~
!
-1

#14
silver coin~
silver coins~
~
~
is here.~
are here.~
~
~
(null pointer)~
Fenlyn~
20 14 8388608 0 1 0
0 0 131072 0 0 0 4
1 0 0 0
1 0 1 -1 1 1000 0 0
-1
E
either~
A small, etched coin of beaten silver.

~
P
4 -1
flip~
coin silver~
act_tochar( #you_flip, ch );

act_notchar( #ryou_flip, ch );

wait( 1 );

if( random( 1, 2 ) == 1 )

act_room( #heads, ch );

else

act_room( #tails, ch );

~
E
tails~
The coin comes up tails, the winged gryphon on its reverse side clearly

visible to all.

~
E
heads~
The coin comes up heads, the walled city on the obverse side clearly

visible to all.

~
E
you_flip~
Light reflects back in dazzling sparks from the silver coin you flipped

into the air.

~
E
ryou_flip~
$n flips a silver coin.  Light twinkles back to you as it spins in the

air.

~
!
-1

#15
seed~
seeds~
small white~
valerian~
is lying on the ground, unplanted.~
are scattered about the ground here.~
~
~
Synergyn~
Fenlyn~
19 15 0 0 1 0
0 0 512 0 0 0 4
2 -1 -1 0
10 0 1 -1 1 1000 0 0
-1
E
either~
The small seed has a small brown line running down one side.

~
P
-1

#16
platinum coin~
platinum coins~
~
~
is here.~
are here.~
~
~
(null pointer)~
Fenlyn~
20 16 8388608 0 1 0
0 0 1048576 0 0 0 4
1 0 0 0
1 0 1 -1 1 1000 0 0
-1
E
either~
This coin is the most valuable in existance, that you know of, and looks

just like it should.  It's shiny and has a sort of glow to it.  

~
P
4 -1
flip~
coin platinum~
act_tochar( #you_flip, ch );

act_notchar( #ryou_flip, ch );

wait( 1 );

if( random( 1, 2 ) == 1 )

act_room( #heads, ch );

else

act_room( #tails, ch );

~
E
tails~
The platinum coin comes up tails, the dragon on its reverse side visible

to all.

~
E
heads~
The platinum coin comes up heads, the crown and sword on the obverse side

visible to all.

~
E
you_flip~
Light reflects back in dazzling sparks from the platinum coin you flipped

into the air.

~
E
ryou_flip~
@n flips a platinum coin.  Dazzling light twinkles back from it as it

spins in the air.

~
!
-1

#17
rapier~
rapiers~
silver~
silver~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
5 17 8651072 0 8193 3260416
1 450 147456 32768 0 0 4
0 2 17 2
450 44000 80 -1 4 850 0 0
-1
E
either~
A long, well-balanced rapier, its thin blade covered with engravings and

fine details.

~
P
3 -1
~
~
if( random( 0, 5 ) > 4 ) {

  send_to_room( #all, room );

  attack_weapon( ch, victim, 0, "" );

  }

~
E
all~
@CThe silver rapier strikes once more!@n

~
!
-1

#18
gold chalice~
gold chalices~
~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Kiyl~
17 18 64 0 1 0
0 0 262144 0 0 0 4
100 -10 0 0
500 1000 1 -1 1 1000 0 0
-1
E
either~
This fine marvel could only have been created by the gods. Its black enamaled

detailing would boggle the finest craftsman. Although the chalice is made of

solid gold it is as hard as diamond.

~
P
-1

#19
small boat~
small boats~
~
~
is sitting here.~
are sitting here.~
~
~
Kiian~
Fenlyn~
22 19 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
2000 600 0 -1 1 1000 0 0
-1
E
either~
A small boat made for a calm river. It looks in shambles.

~
P
-1

#20
large burlap bag~
large burlap bags~
~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Fenlyn~
15 20 -2147483648 4 1064961 0
0 0 16 0 0 0 4
60 1 0 0
100 100 1 -1 1 300 0 0
-1
E
either~
A big burlap bag.

~
P
-1

#21
ball of light~
balls of light~
~
~
shimmers in the air.~
shimmer in the air.~
~
~
Greyclaw~
Greyclaw~
1 21 -2080112576 0 1 0
0 0 0 0 0 0 4
0 0 12 0
1 1 1 -1 10 1000 0 10
-1
E
either~
It appears like glowing mists, swirling slowly, as if inside a ball about

two fists in diameter.  The soft white light gives off no heat and lights

up the surrounding area.  

~
P
-1

#22
bubbling spring~
bubbling springs~
~
~
provides water to the immediate area.~
provide water to the immediate area.~
~
~
Object~
Fenlyn~
25 22 65536 0 0 0
0 0 0 0 0 0 4
50 -1 0 0
10000 100 1 -1 10 1000 0 0
-1
E
either~
This small spring bubbles clear, cool water in an incessant stream.  The

water looks refreshing and clear.

~
P
-1

#23
barrel~
barrels~
~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Fenlyn~
17 23 0 0 1 0
0 0 2 0 0 0 4
10000 10000 1 0
2000 100 1 -1 5 1000 0 0
-1
E
either~
This large barrel is used to house the finest beers.

~
P
-1

#24
glass bottle~
glass bottles~
~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Fenlyn~
17 24 0 0 16385 0
0 0 32 0 0 0 4
80 80 1 0
100 20 1 -1 1 1000 0 0
-1
E
either~
You see a medium-sized bottle made of green glass.  It has no type of

label or marking, and the darkness of the glass makes it difficult to see

what it contains.

~
P
4 -1
break shatter~
bottle~
act_tochar( #break, ch );

act_notchar( #rbreak, ch );

junk_obj( obj, 1 );

obj_to_char( oload( 3204 ), ch );

~
E
break~
You grasp the bottle by its neck and shatter its base leaving several

dangerous looking shards exposed.

~
E
rbreak~
$n grasps a bottle by its neck and shatters its base leaing several

dangerous looking shards exposed.

~
!
-1

#25
hooded brass lantern~
hooded brass lanterns~
~
~
has been left here.~
have been left here.~
~
~
Greyclaw~
Fenlyn~
28 25 -2147483648 0 16385 0
0 0 2097216 0 0 0 4
0 0 75 0
300 250 1 -1 2 1000 0 0
-1
E
either~
It is a rather large and bulky brass lantern, it is surrounded by a glass

hood to protect its flame.

~
P
2 -1
~
~
junk_obj( obj, 1 );

obj_to_char( oload( 231 ), ch );

~
!
4 229
pour~
~
if( has_obj( 229, ch ) ) {

  act_tochar( #char, ch, obj );

  act_notchar( #room, ch, obj );

  junk_obj( has_obj( 25, ch ), 1 );

  junk_obj( has_obj( 229, ch ), 1 );

  obj_to_char( oload( 25 ), ch );

  }

~
E
room~
$n pours a flask of oil into $p.

~
E
char~
You pour a flask of oil into $p.

The lantern is full.

~
!
-1

#26
torch~
torches~
~
~
has been left here.~
have been left here.~
~
~
Kiian~
Fenlyn~
1 26 0 0 16385 0
0 0 2 0 0 0 4
0 0 25 0
200 25 1 -1 10 1000 0 0
-1
E
either~
This wooden torch is just a bundle of old cloth attached to a wooden stick.

~
P
-1

#27
candle~
candles~
small wax~
small wax~
has been left here.~
have been left here.~
~
~
Kiian~
Fenlyn~
1 27 0 0 16385 0
0 0 512 0 0 0 4
0 0 40 0
50 40 1 -1 10 1000 0 0
-1
E
either~
A smallish stick of wax, with a thin piece of rope running through the

center - perfect for burning and lighting your way through the darkest of

nights.

~
P
-1

#28
loaf of white bread~
loaves of white bread~
~
~
has been dropped here.~
have been dropped here.~
~
~
Kiian~
Fenlyn~
19 28 -2147483648 0 1 0
0 0 512 0 0 0 4
15 -1 0 0
25 20 1 -1 10 1000 0 0
-1
E
either~
A fresh warm loaf of bread, just waiting to be eaten.

~
P
-1

#29
delicious pastry~
delicious pastries~
~
~
has been dropped here.~
have been dropped here.~
~
~
Kiian~
Fenlyn~
19 29 -2147483648 0 1 0
0 0 528 0 0 0 4
5 -1 0 0
30 10 1 -1 10 1000 0 0
-1
E
either~
You are not sure but it looks like some kind of tart.

~
P
-1

#30
cake~
cakes~
~
~
has been left here.~
have been left here.~
~
~
Kiian~
Fenlyn~
19 30 -2147483648 0 1 0
0 0 512 0 0 0 4
20 -1 0 0
100 30 1 -1 10 1000 0 0
-1
E
either~
A small simple plain cake, but still good.

~
P
-1

#31
red ruby~
red rubies~
~
~
has been dropped here.~
have been dropped here.~
~
~
(null pointer)~
Fenlyn~
6 31 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
20 200 1 -1 10 1000 0 0
-1
E
either~
A small uncut red ruby that looks ever so nice.

~
P
-1

#32
brass ring~
brass rings~
~
~
has been left here.~
have been left here.~
~
~
Mr. Ring~
Fenlyn~
9 32 -1879048192 0 3 0
0 0 524288 0 0 0 4
0 3 0 0
10 100 1 -1 1 750 0 0
-1
E
either~
A old brass ring that look like its only purpose is decoration.  Then

again, maybe not.

~
P
-1

#33
staff~
staffs~
short ash~
short ash~
lies here.~
lie here.~
~
~
Becca~
Fenlyn~
5 33 -2147483648 0 8193 262144
0 0 2 0 0 0 4
0 2 3 4
300 35 1 -1 1 650 0 0
-1
E
either~
A short staff carved from a thick piece of ash wood.

~
P
-1

#34
staff~
staffs~
maple~
maple~
lies here.~
lie here.~
~
~
Becca~
Fenlyn~
5 34 -2147467264 0 8193 0
0 0 2 0 0 0 4
0 1 6 4
300 100 1 -1 1 650 0 0
-1
E
either~
A long maple staff lies here, its knobby ends smooth from age and use.

~
P
-1

#35
rabbit meat~
rabbit meat~
~
~
is here.~
are here.~
piece of~
pieces of~
Mylar~
Talis~
19 35 -2130706432 0 1 0
0 0 256 0 0 0 4
15 0 0 0
10 10 1 -1 1 1000 0 0
-1
E
either~
A small piece of meat, torn from the leg of a rabbit, is pink and

juicy-looking.

~
P
-1

#36
slab of venison~
slabs of venison~
~
~
has been left here.~
have been left here.~
~
~
Mylar~
Fenlyn~
19 36 -2130706432 0 1 0
0 0 768 0 0 0 4
25 0 0 0
400 25 1 -1 10 1000 0 0
-1
E
either~
This hefty slab of venison would provide a decent-sized meal.

~
P
-1

#37
beetle shell~
beetle shells~
dried-out~
dried-out~
lies here.~
lie here.~
~
~
Mylar~
Fenlyn~
11 37 64 0 1 0
0 0 64 0 0 0 4
1 0 -1 -1
20 5 1 -1 10 1000 0 0
-1
E
either~
This is shell of a  long-dead beetle.  It is brittle to touch and you

wonder how it ever protected anything.

~
P
-1

#38
scroll~
scrolls~
tattered~
+of magic mapping~
lies here.~
lie here.~
~
~
Greyclaw~
Fenlyn~
2 38 262208 0 1 0
0 0 1 0 0 0 4
59 2 1 -1
20 2500 1 -1 10 700 0 0
-1
E
either~
An old, dog-eared, stained, tattered, worn-out and almost illegible piece

of parchment.

~
P
-1

#39
longsword~
longswords~
green and etched~
serpentine~
curving like a snake, rests here.~
curving like a snakes, rest here.~
~
~
Mylar~
Fenlyn~
5 39 8650816 0 8193 70270976
1 0 18432 0 0 0 4
0 2 6 2
450 3600 15 -1 4 800 0 0
-1
A 18 1
E
either~
A longsword whose blade is curved like a snake.  Strange inscriptions and

etchings decorate the blade which shimmers in the light.

~
P
3 -1
~
~
if( random( 1, 8 ) == 1 ) {

  act_notchar( #all, ch, obj );

  act_tochar( #ch, ch, obj );

  attack_weapon( ch, victim, 0, "" );

  }

~
E
ch~
You strike again, quick as a viper.

~
E
all~
@G$n strikes again, quick as a viper.

~
!
-1

#40
rabbit skin~
rabbit skins~
~
~
is lying here.~
are lying here.~
~
~
Greyclaw~
Olah~
33 40 16777216 0 1 0
0 0 16 0 0 0 4
0 0 0 0
50 40 1 -1 10 300 0 0
-1
E
either~
A small pelt of a rabbit.

~
P
-1

#41
deer skin~
deer skins~
thick brown~
thick brown~
is lying here.~
are lying here.~
~
~
Kiian~
Fenlyn~
33 41 16777216 0 1 0
0 0 16 0 0 0 4
0 0 0 0
200 50 1 -1 10 1000 0 0
-1
E
either~
A beautiful thick skin that could be made into a fashionable and

dependable cloak, or fetch a handy price.

~
P
-1

#42
fox fur~
fox furs~
red~
red~
skin is lying here.~
skins are lying here.~
~
~
Kiian~
Adakar~
33 42 16777216 0 1 0
0 0 4 0 0 0 4
0 0 0 0
100 150 1 -1 10 750 0 0
-1
E
either~
A nice fur, worth quite a bit.

~
P
-1

#43
wolf skin~
wolf skins~
~
~
is lying here.~
are lying here.~
~
~
Kiian~
Adakar~
33 43 16777216 0 1 0
0 0 4 0 0 0 4
0 0 0 0
300 200 1 -1 10 700 0 0
-1
E
either~
The skin from a large wolf.

~
P
-1

#44
bear skin~
bear skins~
~
~
is lying here.~
are lying here.~
~
~
Nobody~
Adakar~
33 44 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
500 450 1 -1 10 1000 0 0
-1
E
either~
The skin of a large bear. It would also make a nice blanket.

~
P
-1

#45
tree~
tree~
~
~
is here providing shade.~
are here providing shade.~
~
~
(null pointer)~
Fenlyn~
12 45 0 0 0 0
0 0 0 0 0 0 4
500 0 0 0
100000 10 1 -1 1 1000 0 0
-1
E
either~
This large oak provides shade and comfort to all those around.

A tree is in perfect health.

~
P
-1

#46
magic mushroom~
magic mushrooms~
tasty~
+of sustenance~
has been left here.~
have been left here.~
~
~
Kiian~
Fenlyn~
19 46 -2147483584 0 1 0
0 0 512 0 0 0 4
20 -1 0 0
8 20 1 -1 10 1000 0 0
-1
E
either~
A tasty, tender mushroom which looks particularly appetizing...

~
P
-1

#47
oak desk~
oak desks~
~
~
is here cluttered with papers.~
are here cluttered with papers.~
~
~
(null pointer)~
Fenlyn~
12 47 0 0 0 0
0 0 2 0 0 0 4
100 5 0 0
100 1 0 -1 1 1000 0 0
-1
E
either~
This large desk is a marvel made of one piece of solid oak.  It has many

small drawers and niches, all stuffed with papers.

~
P
-1

#48
altar~
altars~
~
~
built to Elena the goddess of Charity is here.~
built to Elena the goddess of Charity are here.~
~
~
(null pointer)~
Fenlyn~
8 48 4104 0 1 0
0 0 0 0 0 0 4
500 5 0 0
100000 1 0 -1 1 1000 0 0
-1
E
either~
A solid black marble altar built to the Goddess Elena. In small letters

reads, "To those in need look inside".

~
P
-1

#49
apple~
apples~
~
~
freshly picked and slightly tart lies here.~
freshly picked and slightly tart lie here.~
~
~
(null pointer)~
Fenlyn~
19 49 -2147483648 0 1 0
0 0 512 0 0 0 4
10 -1 0 0
8 5 1 -1 10 1000 0 0
-1
E
either~
A shiny red apple.

~
P
0 -1
~
~
~
!
-1

#50
orange~
oranges~
~
~
has been dropped here.~
have been dropped here.~
~
~
(null pointer)~
Fenlyn~
19 50 0 0 1 0
0 0 512 0 0 0 4
10 -1 0 0
8 5 1 -1 10 1000 0 0
-1
E
either~
A big ripened juicy orange.

~
P
-1

#51
banana~
bananas~
large, yellow~
~
is here.~
are here.~
~
large, yellow~
(null pointer)~
Fenlyn~
19 51 -2147483648 0 1 0
0 0 512 0 0 0 4
10 0 0 0
5 5 1 -1 1 1000 0 0
-1
E
either~
A big yellow banana.

~
P
-1

#52
juicy pineapple~
juicy pineapples~
tasty~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Fenlyn~
19 52 -2147483648 0 1 0
0 0 512 0 0 0 4
20 -1 0 0
50 5 1 -1 10 1000 0 0
-1
E
either~
This big juicy fruit is as sweet as can be. It looks so good, take a bite.

~
P
-1

#53
biscuit~
biscuits~
freshly-baked~
~
is here cooling.~
are here cooling.~
~
~
(null pointer)~
Fenlyn~
19 53 -2147483648 0 1 0
0 0 512 0 0 0 4
10 -1 0 0
2 5 1 -1 10 1000 0 0
-1
E
either~
A small, freshly-baked roll with a pleasant aroma.

~
P
-1

#54
strip of beef jerky~
strips of beef jerky~
~
~
is lying here.~
are lying here.~
~
~
(null pointer)~
Fenlyn~
19 54 -2147483648 0 1 0
0 0 768 0 0 0 4
20 -1 0 0
3 5 1 -1 1 1000 0 0
-1
E
either~
A big hunk of salted beef jerky.

~
P
-1

#55
waterskin~
waterskins~
leather~
leather~
has been dropped here.~
have been dropped here.~
~
~
Kiian~
Fenlyn~
17 55 262144 0 16385 0
0 0 4 0 0 0 4
250 250 0 0
100 50 1 -1 2 400 0 0
-1
E
either~
A drinking container made from brown leather.  Great for travelling, as

it holds several cups of water or other liquid.

~
P
-1

#56
silver keyring~
silver keyrings~
~
~
obviously meant to hold keys lies here.~
obviously meant to hold keys, lie here.~
~
~
Kiian~
Fenlyn~
21 56 -2147483584 0 2049 0
0 0 131072 0 0 0 8
75 0 0 0
10 100 1 -1 3 500 0 0
-1
E
either~
Here is a little nifty gadget designed to hold all your keys. It is 

basically a simple silver ring with a device to open and close it.


~
P
7 -1
~
~
act_tochar( #clip, ch );

act_notchar( #rclip, ch );

continue;

~
E
clip~
You clip the keyring onto an empty belt loop.

~
E
rclip~
$n clips the keyring onto an empty belt loop.

~
!
-1

#57
small paper note~
small paper notes~
~
~
is here blowing in the wind.~
are here blowing in the wind.~
~
~
Mylar~
Fenlyn~
13 57 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
20 10 1 -1 1 1000 0 0
-1
E
either~
You read the writings on the paper: Whoever finds this, It is my hope and

wish that my death here can be avenged I am Saulosius of Kha-da and

through my carelessness I was caught by filthy kobolds,tortured and in

the end thrown here . It is to my knowledge the chief of this kobold clan

has a key that will open the way to hidden treasure.  The location where

the treasure is kept is somewhere in the chieftain's room.  More I do not

know.  As the creature creeps nearer to me,I write my final line by

saying that all evil should be eradicated from the wor- - 

~
P
-1

#58
FAQ board~
FAQ board~
~
~
There is a large wooden sign that holds the answers here (Look sign)!!.~
~
~
~
Mylar~
Fenlyn~
13 58 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
100 2 1 -1 1 1000 0 0
-1
E
8 gain~
Q  Do wearing items that add to the attributes help when gaining a level?


A  No, all inceases in hit points, mana and moves are made from you 

   permanant stats and not your modified ones. This alternative 

   made the most sense and is fair to everyone.

~
E
7 stat stats abil~
Q  What do the various ablities mean?


A  Here is a summary of the various stats and there usage.


   STR (strength) -    Psyhical strength of you character. This affects

                       how much you can lift, hold and which weapons you

                       can wield. People with high strengths get to_hit

                       and dam bonuses.

   INT (intelligence)- Mental capcity. Intelligence affects the amount of

                       mana you have and the rate at which you gain it

                       back.

   WIS (wisdom)      - Wisdom is how well you character can learn something

                       A character can have awesome mental capacitty and 

                       never master something. Wisdom is how well you

                       understand things.

   DEX (dexterity)   - Dexterity is how well you handle your body. The

                       lower your dex the more clumsy you are. Dex affects

                       mostly your moves and you move regeneration. Also,

                       characters with high dex's get AC bonuses.

   CON (constitution)- Constitution is the ruggedness of your body and it's

                       abilty to heal and deal with pain. Con mostly affects

                       hit points and hit point regeneration. You can be

                       the strongest or smartest but with lousy con you will

                       be dragon food.

    AC (armor class) - Armor class is simply how armoured you are, the lower

                       you ac the better armor you have and the less of a

                       chance you have of being hit. AC = 0 would be considered

                       very heavily armoured. There are 3 ways to improve

                       your ac. 1) get better equipment. 2) find items that 

                       magically alter you ac. or 3) some spells lower ac.

   

~
E
5 lang languages~
Q  Why can't I understand anyone.


A  Languages have been added for a couple of various reasons.

   First they can be fun and provide a whole new aspect of

   things to do besides killing. The also enhanced relations

   between members of your own race. But they can add difficulty

   and frustation.


   We are working on a way that will work everything right (yeah right)

   or at least offend the least amount of people.

~
E
4 quest~
Q  Quests?? Why am I not gaining experience.


A  We have add quests to the game to make it more challenging and 

   rewarding. The basic pricpal is this. On certain keys levels 

   before you can gain a level you must complete a task required 

   of you to obtain the level. This is a sense proves to the gods

   that you are worthy, some of the quests will be simple and 

   others may be hard. Idealily each quest should only be used once

   but realistically it would probably be used by many different 

   players. SO we ask you not to reveal the solution of the quests.

   At this time, we are asking for your word and will assume you

   keep it. The quest will reveal itself to you but if you 

   completely understand flag down a god and they should be able 

   to clarify it. SO don't be alarmed if you are not gaining xp

   that just means you have a small adventure awaiting.

~
E
3 money~
Q  What's up with the money system.


A  We have decide on a more realistic approach to the money sytsem. 

   Just as the dollar has many demonations ( ie. 1 5 10 20) we have 

   done the same here, but ours is based on copper pieces. All shops 

   prices are in copper pieces (except training room). Here's a summary

   1000 cp (copper) = 100 sp (silver) = 10 gp (gold) = 1 pp (platnium)


Q   Most mobs don't have money, then how do I get some?


A   In the beginning of the game money can be a problem. The local

    trader has agreeded to help. He will buy all the furs you can

    sell him. This should help you earn enough money to get started

    and to help you gain some levels.

~
E
2 skills skill~
Q  Are their Guilds?


A  There are no guilds here, gaining is automatic when you have enough

   experience. To get skills of you class (mages and Clerics refer above)

   or warrior or thieve skilsl you must seek out a training room and

   practice the basics, they mastering them is up to you.


   Do skills decline with no-use.

   

   No, once you have learned something it is yours forever.  

~
E
1 magic~
Q  How does the magic system work?


A  The magic system has been divided into two basic classes:

    1) Mage (Mage, Ranger, Bard, and Psionic)

    2) Cleric (Cleric, Paladin, Monk)

   To get and learn spells for Mages is like this. You start with a 

   spellbook. You find the scroll of the spell you want and are able

   to learn (type "abil s" to see which one you are able to learn).

   Once you find the scroll you must inscribe it into your book. To 

   do this you ( put scroll book ) then find a Mage's Lab (hint they

   usually are around magic shops) then pracitice that spell ( i.e 

   prac magic missile). Once you learn a spell, you must have the book

   to cast it, until you know it well enough (75%) then the book

   is recommend but not necessary.

   

   For Cleric class it is different, they derive the spells from their 

   Gods. To get a spell the person must sacrifice an object in an 

   altar, The more powerful the spell they more expensive the object

   needed. Once an item is sacrificed your God chooses a spell at 

   random to give to you.


   NOTE: You may notice a lag before the spell is cast. That is how it was

   designed. You must begin the incarnation and concentrate the  spell 

   will happen. To offset this loss in firepower mages and clerics will

   be given access to some fighter skills but only a few.

~
E
either~
WELCOME!!! 

Compiled below is a small tool to help you on your journey here. The

most Frequently Asked Questions are listed here with there answers.


Due to the sheer length of the note it has been broken into several

chapters. To look at the info there, just type ( look (number or heading))


Chapter 1 (magic ) The magic system.

Chapter 2 (skill ) Practising warrior and thieve skills.

Chapter 3 (money ) How the money system works here.

Chapter 4 (quest ) Why am I not gaining experience

Chapter 5 (lang  ) Languages

Chapter 7 (stats ) What does str, int, wis, dex, con and ac mean?

Chapter 8 (gain  ) Should I wear con or int items while leveling.


NOTE 1: Newbies or 1st levels type (look reroll).

     2: I will be trying to update this when more questions are 

        being asked so please check it out frequently. 

~
P
-1

#59
cap~
caps~
strangely shaped~
+of feelers~
are lying here.~
are lying here.~
~
~
Sprout~
Fenlyn~
9 59 0 0 17 0
0 0 16 0 0 0 4
0 1 0 -1
300 100 1 -1 7 300 0 0
-1
E
either~
This cap is made of a hard brown leather.  Small black specks are found

throughout the cap.  They seem to be a type of living tissue, but you are

not certain what it is.

~
E
approve~
This cap used to have detect hidden but no longer since oflags illegal in

head.  Also, this cap doesn't seem to pop anywhere so not doing much with

it. -- Olah

~
P
-1

#60
quarterstaff~
quarterstaffs~
maple~
maple~
lie here.~
lie here.~
~
~
Mylar~
Fenlyn~
5 60 -2147467264 0 8193 0
0 450 2 0 0 0 4
0 1 8 4
400 50 1 -1 1 650 0 0
-1
E
either~
A thick maple quarterstaff.

~
P
-1

#61
deadfall~
deadfall~
~
~
Up above you noticed a carefully balanced boulder.~
~
pair of~
pairs of~
Sprout~
Fenlyn~
27 61 -134381568 0 0 0
0 0 0 20480 0 0 4
-1 15 5 1
100 0 1 -1 1 1000 0 0
-1
E
either~
A large boulder is carefully balanced up above to be triggered by a fine

wire running across the entrances.

~
E
to_char~
A large boulder falls from the ceiling crushing you in the process.

~
E
to_room~
A large boulder falls from the ceiling crushing $n.

~
P
-1

#62
Immortal Skeleton Key~
Immortal Skeleton Keys~
~
~
~
~
~
~
Greyclaw~
Fenlyn~
18 62 0 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 93 -1 1 1000 0 0
-1
E
either~
This key has the uncanny ability to shape itself to conform to any lock

of any size or shape.

~
P
-1

#63
bronze ring~
bronze rings~
~
~
is lying here in the dust.~
are lying here in the dust.~
~
~
Padraig~
Fenlyn~
8 63 -2139095040 0 1 0
0 0 2048 0 0 0 4
0 0 -1 -1
20 25 1 -1 1 750 0 0
-1
E
either~
This large bronze ring is intended for use in ringmail, and not on your

finger.

~
P
-1

#64
small backpack~
small backpacks~
~
~
made of leather lies here.~
made of leather lie here.~
~
~
Mylar~
Fenlyn~
15 64 -1879048192 4 9 0
0 0 4 0 0 0 16
50 1 0 0
200 400 1 -1 1 500 0 0
-1
E
either~
A small leather pack, meant to be worn on one's back and to carry a

modest load.

~
P
-1

#65
staff~
staves~
iron-banded~
iron-banded~
of oak and iron bands on tips lies here.~
of oak and iron bands on tips lie here.~
~
~
Dobro~
Fenlyn~
5 65 16448 4 8193 3112960
0 0 2 0 0 0 4
0 2 9 4
500 3600 15 -1 2 950 0 0
-1
E
either~
Two iron tips contain a long knotted piece of wood.  Aged and worn, the

staff provides a friendly shoulder to lean on while walking and a worthy

ally during battles.  You cannot fathom the depths of the power this

staff contains.

~
P
-1

#66
juicy steak~
juicy steaks~
~
~
is here waiting to be eaten.~
are here waiting to be eaten.~
~
~
Mylar~
Fenlyn~
19 66 -2147483648 0 1 0
0 0 768 0 0 0 4
24 -1 0 0
100 15 1 -1 1 1000 0 0
-1
E
either~
This thick, heavy steak drips with flavor.

~
P
-1

#67
cow bell~
cow bells~
~
~
lies in the dust.~
lie in the dust.~
~
~
Mylar~
Fenlyn~
9 67 -1878786048 0 5 0
0 0 4096 0 0 0 4
0 1 0 0
200 20 1 -1 10 500 0 0
-1
A 10 1
E
either~
A bulky brass cow bell.  It makes an annoying sound when you ring it, so

please refrain from doing so.

~
P
-1

#68
potion~
potions~
royal blue~
+of cure light~
lies here.~
lie here.~
~
~
Amon~
Fenlyn~
10 68 64 0 16385 0
0 0 0 0 0 0 4
27 10 1 -1
50 250 1 -1 10 1000 0 0
-1
E
either~
There is no label on the potion.  The silver flecks within swirl and flow

even when the crystal container is at rest.  Bees wax acts as a stopper. 

~
P
-1

#69
shadow cloak~
shadow cloaks~
grayish~
+of stealth~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Fenlyn~
9 69 268435520 0 9 0
0 0 16 0 32 0 8
0 2 0 0
500 3600 15 -1 5 400 0 0
-1
E
either~
This cloak is woven from a very thick, gray, wool.  The thick wool is

spotted in several places with dirt.

~
P
-1

#70
iron ring~
iron rings~
~
~
lies here in the dust.~
lie here in the dust.~
~
~
Padraig~
Fenlyn~
8 70 -2147483648 0 1 0
0 0 4096 0 0 0 4
0 -1 -1 -1
20 50 0 -1 1 850 0 0
-1
E
either~
This large iron ring is intended for use in ring mail.

~
P
-1

#71
bandoleer~
bandoleers~
dart~
dart~
holding an array of many darts lies here.~
holding many arrays of darts lie here.~
~
~
Amon~
Fenlyn~
9 71 64 0 1025 3163135
0 0 0 0 0 0 4
0 10 -1 -1
30 80 1 -1 1 1000 0 0
-1
E
either~
A chest belt fitted with small pockets and loops for carrying darts.

~
P
-1

#72
emerald ring~
emerald rings~
~
~
lies here, sparkling in the dust.~
lie here, sparkling in the dust.~
~
~
Kiian~
Fenlyn~
9 72 268435456 0 3 0
0 0 0 0 0 0 8
0 0 0 0
10 2500 1 -1 10 700 0 0
836802332
E
either~
A fine emerald ring, 

~
P
-1

#73
bone girth~
bone girths~
dull iron and~
+of increased body~
lies here.~
lie here.~
~
~
Zargon~
Fenlyn~
9 73 8650816 0 2049 3162112
0 0 4292 0 0 0 4
0 5 0 0
250 11500 35 -1 3 900 0 0
-1
A 13 15
A 21 5
A 9 -5
A 1 1
E
either~
This thick girth of dull iron, leather, and strange bone is much harder

than you would assume at first glance.  Whatever the bone is, it is like

metal in strength.  The bone has a strange feel to it and gives off

strange sensations when close to your skin.

~
P
-1

#74
dark feather~
dark feathers~
~
~
lies here.~
lie here.~
~
~
Sprout~
Fenlyn~
11 74 84017152 4 1 0
0 0 0 0 0 0 4
1 -1 -1 -1
10 5 1 -1 1 1000 0 0
-1
E
either~
This dark, light-weight feather looks like the long wingfeather of a

large owl.

~
P
-1

#75
steel ring~
steel rings~
~
~
~
lie here in the dust.~
~
~
Padraig~
Fenlyn~
8 75 -2139095040 0 1 0
0 0 8192 0 0 0 4
120 -1 -1 -1
20 200 1 -1 1 950 0 0
-1
E
either~
This large steel ring is intended for use in ring mail.

~
P
-1

#76
staff~
staves~
fine hand-crafted~
fine hand-crafted~
of oak lies here.~
of oak lie here.~
~
~
Sprout~
Fenlyn~
5 76 -2147205056 0 8193 262288
0 450 2 0 0 0 4
0 2 9 4
600 3600 15 -1 5 650 0 0
-1
E
either~
This is a staff of great beauty and equisite craftsmanship.  It seems much

heavier than you would expect it to be and very strong.  The wood is a

pale color, and the staff reaches nearly six feet in length.

~
P
-1

#77
{crystal} diamond~
{crystals} diamonds~
clear, smooth~
small~
lies sparkling in the dirt.~
lie sparkling in the dirt.~
~
~
Sprout~
Fenlyn~
6 77 0 0 1 0
0 0 64 0 0 0 4
20 0 -1 -1
10 1000 1 -1 10 800 0 0
-1
E
after~
You hold in your hand a small glittering diamond.  What makes it so

special is the exquisite perfection and quality the crystal contains.

~
E
before~
You hold in your hand a small glittering crystal.  What makes it so

special is the exquisite perfection and quality the diamond contains.

~
P
-1

#78
pebble~
pebbles~
nice-looking~
~
attracts your attention here.~
lie in a pile here.~
~
~
Sprout~
Fenlyn~
11 78 -2147483648 0 1 0
0 0 0 0 0 0 4
1 -1 -1 -1
5 5 1 -1 10 1000 0 0
-1
E
either~
Nothing special, just a nice small round rock.

~
P
-1

#79
piece of flint~
pieces of flint~
~
~
lies here.~
lie here.~
~
~
Greyclaw~
Fenlyn~
11 79 -2147483648 0 1 0
0 0 0 0 0 0 4
5 -1 -1 -1
20 10 1 -1 10 1000 0 0
-1
E
either~
A dark grey stone with a funny feel.  If you had something hard like,

steel, you could spark pieces off of it.  

~
P
-1

#80
feather~
feathers~
eagle~
eagle~
lies here.~
lie here.~
~
~
Poe~
Fenlyn~
34 80 17039360 8 17 0
0 0 0 0 0 0 2
0 0 0 0
10 150 1 -1 10 200 0 0
-1
A 22 1
E
either~
Soft and white with a black tip, this feather appears to be that of an

eagle's.

~
P
-1

#81
piece of spider's web~
pieces of spider's web~
small~
small~
lies here.~
lie here.~
~
~
Greyclaw~
Fenlyn~
11 81 -2147483648 0 1 0
0 0 0 0 0 0 4
1 -1 -1 -1
3 10 1 -1 10 1000 0 0
-1
E
either~
This piece of webbing is from a spider, but not your average household

spider.  It is much larger and stronger explaining how you can pick it

up.  

~
P
-1

#82
well~
wells~
~
~
has been dug into the ground.~
have been dug into the ground.~
~
~
Sprout~
Fenlyn~
25 82 65536 0 0 0
0 0 64 0 0 0 4
-1 -1 0 0
10000 0 1 -1 1 1000 0 0
-1
E
either~
Before you stands a small well dug deep into the ground.  A small wall of

stones is piled up around the well to protect it from small creatures. 

The water is pure and crystal clear.  

~
P
-1

#83
god-stride boots~
god-stride boots~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Sadis~
Fenlyn~
9 83 537133120 64 65 2539520
0 0 0 0 1048576 0 4
1 1 0 0
0 0 92 -1 1 1000 0 0
-1
A 14 900
E
either~
Who cares what they look like sprout. They are immortal-only boots.

~
P
-1

#84
bat tongue~
bat tongues~
~
~
lies here.~
lie here.~
~
~
Poe~
Fenlyn~
11 84 -2130706432 0 1 0
0 0 0 0 0 0 4
1 -1 -1 -1
10 50 1 -1 10 1000 0 0
-1
E
either~
The small - very small, in fact - tongue of a bat.

~
P
-1

#85
bear meat~
bear meat~
~
~
lies here.~
lie here.~
slab of~
slabs of~
Poe~
Fenlyn~
19 85 -2130706432 0 1 0
0 0 256 0 0 0 4
30 0 0 0
100 15 1 -1 10 1000 0 0
-1
E
either~
A thick slab of bear meat.

~
P
-1

#86
polearm~
polearms~
~
~
lies on the ground.~
lie on the ground.~
~
~
Poe~
Fenlyn~
5 86 16384 0 8193 3164160
1 194 2050 0 0 0 4
0 2 8 5
700 100 1 -1 2 800 0 0
-1
E
either~
The polearm is a long staff with a curved blade on the end.  It is clumsy

to use, but quite deadly.

~
P
-1

#87
beaver pelt~
beaver pelts~
~
~
lies here abandoned.~
lie here abandoned.~
~
~
Poe~
Fenlyn~
33 87 16777216 0 1 0
0 0 4 0 0 0 4
0 0 0 0
300 100 1 -1 1 1000 0 0
-1
E
either~
The pelt is covered in short dark hair.  The skin of the beaver has

become stiff and solid.  

~
P
-1

#88
rock slide~
rock slides~
~
~
is precariously balanced above your head.~
are precariously balanced above your head.~
~
~
Poe~
Fenlyn~
27 88 81920 0 0 0
0 0 64 0 0 0 4
-4 2 8 -1
100 0 1 -1 1 1000 0 0
-1
E
either~
A number of large rocks fall from above, pelting you about the head and

shoulders.  

~
E
to_room~
Several rocks fall on $n, injuring $m.  

~
P
-1

#89
mithril ring~
mithril rings~
~
~
lies here shining in the light.~
lie here shining in the light.~
~
~
Padraig~
Fenlyn~
8 89 -2139095040 0 1 0
0 0 49152 0 0 0 4
-1 -1 -1 -1
20 300 1 -1 1 1050 0 0
-1
E
either~
This large mithril ring is intended for use in ring mail.

~
P
-1

#90
spiked fist blades~
spiked fist blades~
~
~
lie here.~
lie here.~
~
~
Sadis~
Fenlyn~
5 90 -2147483648 0 8193 1064960
1 0 8196 0 0 0 4
0 2 3 0
400 5000 20 -1 3 1000 0 0
-1
A 19 1
E
either~
Long wicked spikes meant to be fastened around one's hands with the aid

of several stout leather straps.  A sinister and highly damaging weapon

in the right hands.

~
P
-1

#91
bladed battle tools~
bladed battle tools~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Sadis~
Fenlyn~
5 91 -2147481600 0 8193 1097728
1 0 4196356 0 0 0 4
0 1 7 0
200 3000 20 -1 5 750 0 0
-1
A 19 2
E
either~
Nasty looking blades that strap around your forarm and fist and used in

combat.  The look like they could do a good deal of damage on the right

hands.  

~
P
-1

#92
whip~
whips~
steel-tipped~
steel-tipped~
lies here.~
lie here.~
~
~
Sadis~
Fenlyn~
5 92 -2147483648 0 8193 1064960
8 0 8196 0 0 0 4
0 4 3 7
300 145 12 -1 1 500 0 0
-1
E
either~
An evil-looking whip with a sharp steel point attached to its end.

~
P
-1

#93
large brown moose hide~
large brown moose hides~
~
~
is lying here, stretched out on the ground.~
are lying here in a small pile of fur.~
~
~
Phule~
Fenlyn~
33 93 16777216 8 1 0
0 0 16 0 0 0 4
0 0 0 0
300 550 1 -1 10 1000 0 0
846633648
E
either~
This large brown hide comes from a moose.  Thick and warm, it might fetch

a nice price at a trader's shop.

~
P
-1

#94
scroll~
scrolls~
crisp clean~
+of cure blindness~
flutters here.~
flutter here.~
~
~
Amon~
Fenlyn~
2 94 64 0 16385 0
0 0 1 0 0 0 4
24 7 1 -1
10 500 1 -1 10 1000 0 0
-1
E
either~
This scroll is printed on crisp clean parchment, in a writing style that

is clear and sharp.  

~
P
-1

#95
shortsword~
shortswords~
old bronze~
old bronze~
lies here, collecting dust.~
lie here, collecting dust.~
~
~
Sadis~
Fenlyn~
5 95 -2147483648 0 24577 3162112
1 0 2048 0 0 0 4
0 1 6 2
400 100 1 -1 10 800 0 0
-1
E
either~
This sword has obviously seen better days.  The blade is rusting and it

will never take an edge as well as it did before it was abused by the

elements.  Despite this it is a reasonable weapon even with it rusting.  

~
P
-1

#96
copper chest~
copper chests~
~
~
rests in the corner here.~
rest in the corner here.~
~
~
Chaser~
Fenlyn~
15 96 0 0 0 0
0 0 524288 0 0 0 4
50 5 0 -1
800 0 1 -1 10 1000 0 0
-1
E
either~
Duplicate of #96, but locked.

~
E
copper chest~
A small, well-crafted chest of burnished copper.  A number of small,

arcane symbols have been etched along its sides - whether these are

merely decorative, or have some greater meaning you cannot tell.

~
P
-1

#97
horn~
horns~
evil-looking~
evil-looking~
lies here.~
lie here.~
~
~
Chaser~
Fenlyn~
5 97 17040384 0 24577 70287360
1 0 128 0 0 0 4
0 2 5 1
100 1000 10 -1 3 600 0 0
-1
E
either~
A twisted horn with a very sharp tip. Its surface is ebony black and

reflects the light as you examine it.  

~
P
-1

#98
vial of holy water~
vials of holy water~
~
~
lies here.~
lie here.~
~
~
Greyclaw~
Fenlyn~
11 98 -2147221504 0 1 0
0 0 32 0 0 0 4
20 -1 -1 -1
20 15 1 -1 10 1000 0 0
-1
E
either~
A small vial made of blown glass.  It contains a small quantity of very

clear, very pure water.

~
P
-1

#99
elemental shield~
elemental shields~
~
+of added protection~
with strange symbols on it lies here.~
with strange symbols on them lie here.~
~
~
Totem~
Fenlyn~
9 99 1024 0 16385 3162112
0 0 0 64 0 0 4
0 20 0 0
1000 50000 93 -1 1 1000 0 0
-1
A 7 50
A 8 50
A 6 10
E
either~
A large shield with the elemental symbols on it.

~
P
-1

#100
ring~
rings~
blue coral shell~
+of water breathing~
lies here.~
lie here.~
~
~
Amon~
Fenlyn~
9 100 -2138832832 12 3 0
0 0 64 16777216 0 0 4
0 0 0 -1
10 1500 20 -1 4 650 0 0
-1
E
either~
A small ring carved of blue coral in the shape of small shells.

~
P
-1

#101
corpse~
corpses~
+of The Betholar~
+of The Betholar~
is lying here.~
are lying here.~
~
~
Amon~
Fenlyn~
0 101 0 0 1 0
0 0 772 0 0 0 4
-1 -1 -1 -1
1000000 0 1 -1 1 1000 0 0
-1
E
either~
Steam rises in the high mountain air from the still-bleeding wounds on

this corpse.  It is quite large and you will be unable to move it.  

~
P
-1

#102
golden key~
golden keys~
~
~
lies here.~
lie here.~
~
~
Dragos~
Fenlyn~
18 102 0 4 1 0
0 0 294912 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 1 1000 0 0
-1
E
either~
A wonderfully engraved key of pure gold depicting the face of a dragon.

~
P
-1

#103
suit~
suits~
+of glowing leather armor~
+of glowing leather armor~
lies here.~
lie here.~
~
~
Sadis~
Fenlyn~
9 103 262209 0 9 1048576
0 194 4 0 0 0 4
0 8 0 0
1000 11500 35 -1 6 600 0 0
-1
E
either~
A fine suit of armor fashioned from several overlapping pieces of thick

leather.  It glows with a soft yellow light as you examine it.

~
P
-1

#104
mountain lion skin~
mountain lion skins~
~
~
sits here stretched out on the ground.~
sit here in a large pile of fur.~
~
~
Phule~
Fenlyn~
33 104 16777216 8 1 0
0 0 16 0 0 0 4
0 0 0 0
300 1000 1 -1 10 1000 0 0
846633652
E
either~
This large tan-coloured skin is thick and soft, in fact most regal in

appearance.

~
P
-1

#105
{gem} sapphire~
{gems} sapphires~
deep blue~
blue~
seems to glow with reflected light.~
seem to glow with reflected light.~
~
~
Chaser~
Fenlyn~
6 105 8650752 0 1 0
0 0 64 0 0 0 4
18 0 -1 -1
10 3000 1 -1 10 1000 0 0
-1
E
after~
The sapphire is perfectly smooth and nearly perfectly round.  It is

polished to the point where it seems to glow with an inner light.

~
E
before~
The rounded stone is perfectly smooth.  It has been polished to a point

where it seems to glow with an inner light.

~
P
-1

#106
gas trap~
gas traps~
~
explosive~
is setup here.~
are setup here.~
~
~
Greyclaw~
Fenlyn~
27 106 64 4 1 0
0 0 32 0 0 0 4
-2 10 2 -1
1000 200 1 -1 1 1000 0 0
-1
E
either~
This tiny contraption is rumored to deliver quite a wallop.  Directions

on the side say to just set it and run.

~
P
4 -1
reset set drop~
explosive gas trap all~
act_tochar( #gnome, ch );

end;

obj = has_obj( 106, ch );

if( obj ) {

  if( random( 1, 5 ) != 5 ) {

    act_tochar( #reset, ch, obj );

    act_notchar( #rreset, ch, obj );

    junk_obj( obj, 1 );

    obj_to_room( oload( 106 ), room );

    }

  else

    opcode( obj, 3 );

  }

else

  send_to_char( #nohave, ch );

~
E
nohave~
You don't have one of those.

~
E
rreset~
$n drops $p and manages to reset it.

~
E
reset~
You manage to reset $p on the ground here.

~
E
gnome~
A gnomish inventor appears out of nowhere, preventing you from setting

the trap.

'This trap is being worked on, try to set it later!'

~
!
4 -1
arm~
gas trap~
if( rflag( safe, room ) ) 

  i = 0;

else

  i = 0;

j = 10d2;

act_room( #room, ch, obj );

junk_obj( obj, 1 );

wait( 2 );

ch = rand_player( room );

if( ch )

  act_room( "@b@RTHUMMMPP!!!", ch );

act_area( #sound, ch );

loop( all_in_room ) {

  dam_message( rch, i, "The gas explosion" );

  inflict( rch, ch, i, "The gas explosion" );

  }

if( obj_in_room( 106, room ) ) {

  obj = obj_in_room( 106, room );

  opcode( obj, 2 );

  }

~
E
sound~
You hear the THUMP and roar of an explosion somewhere in the area.

~
E
room~
@G$p goes off, emiting a gas!

~
E
imm_note~
j = 10d2 used to be i = 10d2.  Since there is some confusion over these

traps I made it j for now, and unused, setting i to 0.  Its the only line

that's been changed really, except for this note.  -Talis 

~
!
11 -1
~
~
if( find_skill( ch, untrap ) > random( 0, 8 ) ) {

  act_tochar( #gets, ch, obj );


  act_notchar( #rgets, ch, obj );

  junk_obj( obj );

  obj_to_char( oload( 106 ), ch );

  }

else

  opcode( obj, 2 );

~
E
rgets~
$n carefully searches the chest.  Soon $e seems to find something,

and with some careful work removes it.

~
E
gets~
You find a gas trap and carefully deactivate it and remove it.

~
!
6 -1
~
~
if( class( ch ) == thief ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 0, 7 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

if( class( ch ) == ranger ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 0, 11 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

if( class( ch ) == bard ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 7, 19 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

opcode( obj, 2 );

~
E
droom~
@b$n finds $p and carefully avoids it.

~
E
dch~
@bYou discover $p, and avoid it.

@nYou will have to untrap it to make it safe for others.

~
!
-1

#107
raspberry twig~
raspberry twigs~
~
~
is covered with sharp thorns.~
are covered with sharp thorns.~
~
~
Merior~
Fenlyn~
0 107 0 4 1 0
0 0 512 0 0 0 1102209120
0 0 0 0
1 0 1 -1 10 1000 0 0
893550364
E
either~
This slender twig is covered with small thorns.  You can see the small

green leaves and remnants of where red raspberries once grew.

~
P
-1

#108
holy symbol~
holy symbol~
silver~
silver~
lies here.~
lie here.~
~
~
Sadis~
Fenlyn~
14 108 -2147483648 0 16385 0
0 0 131072 0 0 0 4
-1 -1 -1 -1
100 35 1 -1 10 500 0 0
-1
E
either~
This intricately carved silver cross looks like it could be used in the

ancient rituals of turning undead.  There are small runes engraved into

the sides, which look to be the symbols of the god, Greyclaw.

~
P
-1

#109
holy symbol~
holy symbols~
wooden~
wooden~
has been left here.~
have been left here.~
~
~
Sadis~
Fenlyn~
14 109 2228224 0 16385 0
0 0 2 0 0 0 4
-1 -1 -1 -1
90 50 1 -1 5 300 0 0
-1
E
either~
A small wooden holy symbol, carefully crafted and blessed with the favor

of the divine.

~
P
-1

#110
tourmaline ring~
tourmaline rings~
~
~
lies here.~
lie here.~
~
~
Object~
Fenlyn~
9 110 276824064 0 3 0
0 8192 73728 0 0 0 4
0 3 0 -1
10 3600 15 -1 1 700 0 0
-1
A 19 1
E
either~
A deep green tourmaline set firmly into a wide metal band, this ring

looks sturdy enough to wear during combat.

~
P
-1

#111
sphere~
spheres~
copper~
copper key~
lies here catching the light.~
lie here, catching the light.~
~
~
Amon~
Fenlyn~
18 111 1048576 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 1 1000 0 0
-1
E
either~
A palm-sized sphere of solid copper.  It's surface is covered with tiny

etched runes.  

~
P
-1

#112
lobster tail~
lobster tails~
delicious looking~
delicious looking~
lies here.~
lie here.~
~
~
Mithrandir~
Fenlyn~
19 112 -2130444288 0 1 0
0 0 768 0 0 0 4
25 0 0 0
50 30 1 -1 10 1000 0 0
-1
E
either~
The tail is bright red now, though you didn't cook it.  It looks very

tasty, at least better than rabbit meat.  

~
P
-1

#113
crab's legs~
crab's legs~
delicious~
delicious~
have been left here.~
have been left here.~
pair of~
pairs of~
Mithrandir~
Fenlyn~
19 113 -2130706432 0 1 0
0 0 768 0 0 0 4
15 0 0 0
30 10 1 -1 10 1000 0 0
-1
E
either~
A pair of crab's legs.

~
P
-1

#114
wineskin~
wineskins~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
Object~
Fenlyn~
17 114 262144 0 16385 0
0 0 4 0 0 0 4
120 120 2 0
100 50 1 -1 10 500 0 0
-1
E
either~
A small container useful for carrying liquids and made out of an animal's

skin.

~
P
-1

#115
stick of jerky~
sticks of jerky~
~
~
lies here.~
~
~
~
Object~
Fenlyn~
19 115 0 0 1 0
0 0 768 0 0 0 4
10 0 0 0
8 30 1 -1 1 1000 0 0
-1
E
either~
This appears to be a strip of smoked deer meat. It seems to have been

cured in salt, and should be safe to eat.

~
P
-1

#116
old worn boots~
old worn boots~
~
~
lies here.~
lies here.~
pair of~
pairs of~
Amon~
Fenlyn~
9 116 -2147483648 64 65 0
0 0 4 0 0 0 4
0 3 0 -1
300 75 1 -1 2 500 0 0
-1
E
either~
A pair of old boots, once made from thick leather, but now nearly worn

through due from use.

~
P
-1

#117
small reddish fish~
small reddish fish~
~
~
lies here.~
lie here.~
~
~
Greyclaw~
Fenlyn~
19 117 -2147483648 0 1 0
0 0 768 0 0 0 4
20 0 0 0
30 10 1 -1 1 1000 0 0
-1
E
either~
The little fish looks like it would make a nice snack.

~
P
-1

#118
chest~
chests~
small wooden~
small wooden~
lies here.~
lie here.~
~
~
Chaser~
Fenlyn~
15 118 8 0 0 0
0 0 2 0 0 0 4
80 13 6004 -1
1600 5 1 -1 4 1000 0 0
-1
E
either~
The chest is made out of poor quality wood , and you can see that the

outside of the wood has begun to rot due to the damp conditions.  

~
P
-1

#119
jewel~
jewels~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
Chaser~
Fenlyn~
15 119 0 4 1 0
0 0 0 0 0 0 4
1 5 -1 -1
100 10 1 -1 10 1000 0 0
-1
E
either~
At a glance it might look like an emerald but if you look carefully you

can see that it is hollow inside and acts as a container.  

~
P
-1

#120
corpse~
corpses~
wererat~
wererat~
floats about the pool bottom here.~
float about the pool bottom here.~
~
~
Amon~
Fenlyn~
15 120 0 0 0 0
0 0 768 0 0 0 4
5 0 0 0
4000 0 1 -1 1 1000 0 0
-1
E
either~
The corpse is bloated from water saturation, but looks vaguely like a

human covered in soft brown fur, sporting a whiskered snout filled with

needle-sharp teeth in place of a mouth.  The dead beady eyes turn to in

lifeless animation, and in horror you notice the face and skin is covered

with swollen puncture holes.

~
P
-1

#121
wererat corpse~
wererat corpses~
~
~
has snagged on a piece of rusted metal here.~
have snagged on a piece of rusted metal here.~
~
~
Amon~
Fenlyn~
15 121 0 0 0 0
0 0 768 0 0 0 4
0 -16 -1 -1
10000 0 1 -1 1 1000 0 0
-1
E
puncture holes~
The many holes look like they could have been the cause of death.

As to what could have created them, you are uncertain.

~
E
either~
The corpse looks much like a human covered in soft grey fur, with beady

eyes and a wiskered snout rather than a mouth, filled with tiny

needle-sharp teeth.  The cold skin of the corpse seems to move and

undulate at irregular times and is covered in swollen puncture holes

which might have been the cause of death.  

   The rats seem to avoid the corpse reverently.

~
P
-1

#122
simple iron key~
simple iron keys~
~
~
lies here.~
lie here.~
~
~
Amon~
Fenlyn~
18 122 0 4 1 0
0 0 4096 0 0 0 4
-1 -1 -1 -1
10 0 0 -1 1 1000 0 0
-1
E
either~
A simple iron key with no distinguishing characteristics.

~
P
-1

#123
spear~
spears~
carved~
carved~
rests near the door here.~
rest near the door here.~
~
~
Amon~
Fenlyn~
5 123 0 0 8193 3194880
1 0 2 0 0 0 4
0 1 10 10
500 100 1 -1 3 850 0 0
-1
E
either~
The spear is the lizardman's last protection against anything more

dangerous than the common sewer rat.  Along it's length have been carved

pleasing yet indeterministic and abstract forms.  Perhaps you lack the

sense from which it was derived.

~
P
-1

#124
mantrap~
mantraps~
~
~
lies here, metal jaws waiting for a victim.~
lie here, metal jaws waiting for a victims.~
~
~
Sprout~
Fenlyn~
27 124 0 0 0 0
0 0 4096 0 0 0 4
-4 4 25 3
10000 1300 1 -1 1 1000 0 0
-1
E
either~
A large metal trap lies here.  It has a small triggering mechanism in the

center.  Around it are large steel jaws which glisten in the light.  It

looks hungry.  

~
P
6 -1
~
~
if( !is_player( ch ) )

  end;

if( class( ch ) == thief ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 0, 5 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

if( class( ch ) == ranger ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 0, 7 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

if( class( ch ) == bard ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 7, 19 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

opcode( obj, 2 );

~
E
droom~
@b$n finds $p and carefully avoids it.

~
E
dch~
@bYou discover $p, and avoid it.

@nYou will have to untrap it to make it safe for others.

~
!
4 -1
~
~
if( rflag( safe, room ) ) 

i = 0;

else

  i = 4d25;

act_tochar( #char, ch, obj );

act_notchar( #room, ch, obj );

dam_message( ch, i, "The mantrap" );

inflict( ch, ch, i, "mantrap" );

junk_obj( obj, 1 );

~
E
room~
@b$n sets off $p and screams in pain as the jaws snap shut!

~
E
char~
@bThe strong metal jaws of $p get set off and grind into your bone!

~
!
11 -1
~
~
if( find_skill( ch, untrap ) > random( 0, 7 ) ) {

  act_tochar( #gets, ch, obj );

  act_notchar( #rgets, ch, obj );

  junk_obj( obj );

  obj_to_char( oload( 124 ), ch );

  }

else

  opcode( obj, 2 );

~
E
rgets~
$n apparently disarms $p and picks it up.

~
E
gets~
With some effort you disarm $p and pick it up.

~
!
4 -1
reset set drop~
mantrap~
obj = has_obj( 124, ch );

if( obj ) {

  if( random( 1, 5 ) != 5 ) {

    act_tochar( #reset, ch, obj );

    act_notchar( #rreset, ch, obj );

    junk_obj( obj );

    obj_to_room( oload( 124 ), room );

    }

  else

    opcode( obj, 2 );

  }

else

  send_to_char( #nohave, ch );

~
E
nohave~
You don't have one of those.

~
E
rreset~
$n drops a $p and manages to reset it.

~
E
reset~
You manage to reset the $p on the ground here.

~
!
-1

#125
floor spikes~
floor spikes~
~
~
~
~
~
~
Sprout~
Fenlyn~
27 125 0 0 1 0
0 0 0 0 0 0 4
-1 30 3 3
100 0 1 -1 1 1000 0 0
-1
E
either~
As you examine the ground, you see long metal spikes embedded into it. 

They appear as though they wll spring with very little pressure.  Be

careful!  

~
E
to_char~
You are impaled on a spike which shot up from the ground.

~
E
to_room~
$n is impaled on spikes which shot up from the ground.

~
P
-1

#126
small rat trap~
small rat traps~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
Amon~
Fenlyn~
27 126 8388608 0 1 0
0 0 2 0 0 0 4
0 1 4 -1
100 100 1 -1 1 1000 0 0
-1
E
either~
This is a rat trap of the normal type.  A wooden base with a metal bar

which snaps down if the trap is jolted.

~
P
6 -1
~
~
if( class( ch ) == thief ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 0, 3 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

if( class( ch ) == ranger ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 0, 4 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

if( class( ch ) == bard ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 4, 16 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

opcode( obj, 2 );

~
E
droom~
@b$n finds $p and casually avoids it.

~
E
dch~
@bYou discover $p, and avoid it.

@nYou will have to untrap it to make it safe for others.

~
!
4 -1
arm~
rat trap~
if( rflag( safe, room ) ) 

  i = 0;

else

  i = 2d3;

act_tochar( #char, ch, obj );

act_notchar( #room, ch, obj );

dam_message( ch, i, "The rat trap" );

inflict( ch, mob, i, "rat trap" );

junk_obj( obj, 1 );

~
E
room~
@b$n sets off $p and yelps in pain.

~
E
char~
@bYou set off a $p.

~
!
11 -1
~
~
if( find_skill( ch, untrap ) > random( 0, 3 ) ) {

  act_tochar( #gets, ch, obj );

  act_notchar( #rgets, ch, obj );

  junk_obj( obj );

  obj_to_char( oload( 126 ), ch );

  }

else

  opcode( obj, 2 );

~
E
rgets~
$n apparently disarms $p and picks it up.

~
E
gets~
With little effort you disarm $p and pick it up.

~
!
4 -1
reset set drop~
rat trap~
obj = has_obj( 126, ch );

if( obj ) {

  if( random( 1, 5 ) != 5 ) {

    act_tochar( #reset, ch, obj );

    act_notchar( #rreset, ch, obj );

    junk_obj( obj );

    obj_to_room( oload( 126 ), room );

    }

  else

    opcode( obj, 2 );

  }

else

  send_to_char( #nohave, ch );

~
E
nohave~
You don't have one of those.

~
E
rreset~
$n drops a $p and manages to reset it.

~
E
reset~
You manage to reset the $p on the ground here.

~
!
-1

#127
twisted piece of wire~
twisted pieces of wire~
~
~
lies here.~
lie here.~
~
~
Mithrandir~
Fenlyn~
11 127 -2139095040 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
20 40 1 -1 10 500 0 0
-1
E
either~
This wire looks as if it has been bent into a special shape.

~
P
-1

#128
small lock pick~
small lock picks~
~
~
lies here.~
lie here.~
~
~
Mithrandir~
Fenlyn~
16 128 8388608 0 16385 0
0 0 4096 0 0 0 4
5 -1 -1 -1
3 100 1 -1 2 900 0 0
-1
E
either~
This looks like a small piece of metal used for picking locks.

~
P
-1

#129
trout fillet~
trout fillets~
~
~
has been left here.~
have been left here.~
~
~
Amon~
Fenlyn~
19 129 16777216 0 1 0
0 0 768 0 0 0 4
15 0 0 0
20 5 1 -1 10 1000 0 0
-1
E
either~
A fillet of fresh, raw trout.

~
P
-1

#130
poison needle~
poison needle~
~
~
A poison needle lies here.~
~
~
~
Greyclaw~
Fenlyn~
27 130 0 0 1 0
0 0 0 0 0 0 4
1 0 0 -1
100 0 1 -1 1 1000 0 0
-1
E
to_room~
$n catches his finger on a small sharp needle.

~
E
to_char~
OUCH! You catch your finger on a small sharp needle.

~
E
either~
This slender needle shines evilly in the light.  The tip of it is thinly

smeared with a foul-smelling green substance.

~
P
-1

#131
bag~
bags~
huge burlap~
huge burlap~
lies on the ground here.~
lie on the ground here.~
~
~
K'Kard~
Fenlyn~
15 131 0 4 16385 0
0 0 16 0 0 0 4
80 1 -1 -1
200 200 1 -1 1 300 0 0
-1
E
either~
A really big bag.  You could fit a lot of stuff in here.

~
P
-1

#132
sign~
signs~
old battered~
old battered~
leans near the road.~
lean near the road.~
~
~
Amon~
Fenlyn~
12 132 0 0 0 0
0 0 0 0 0 0 4
-1 -1 -1 -1
100 0 1 -1 1 1000 0 0
-1
E
either~
Chiiron


                                   ^

                                   |

                                   |

~
P
-1

#133
rod~
rods~
thin iron~
thin iron~
lies dangerously on the ground here.~
lie dangerously on the ground here.~
~
~
Object~
Fenlyn~
5 133 1024 0 24577 70566752
1 0 4096 0 0 0 4
0 2 3 1
200 800 1 -1 4 900 0 0
-1
E
either~
This rod is approximately twelve centimeters in length and no more than

one centimeter in diameter.  Honed to an extremely sharp point and cast

in dull gray iron, this is an ideal weapon for stealthy attacks.  

~
P
-1

#134
bundle of firewood~
bundles of firewood~
~
~
has been left here.~
have been left here.~
~
~
Amon~
Fenlyn~
0 134 0 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
5000 10 1 -1 1 1000 0 0
-1
E
either~
A small bundle of firewood is tied together with a bit of twine.  Most of

the wood is green pine; but two sticks of maple can be seen.

~
P
-1

#135
log~
logs~
ash~
ash~
lies here.~
lie here.~
~
~
Amon~
Fenlyn~
0 135 0 0 1 0
0 0 2 0 0 0 4
-1 -1 -1 -1
4000 12 1 -1 1 750 0 0
-1
E
either~
The large log, perfect for making campfires, is made of ash.  It is dry

and ready to be burned.

~
P
-1

#136
log~
logs~
pine~
pine~
lies here.~
lie here.~
~
~
Amon~
Fenlyn~
0 136 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
4000 9 1 -1 1 1000 0 0
-1
E
either~
The rough pine bark covering this log appears weathered, indicating the

log is perfect for using in a campfire.

~
P
-1

#137
log~
logs~
oak~
oak~
lies here.~
lie here.~
~
~
Amon~
Fenlyn~
0 137 0 0 1 0
0 0 2 0 0 0 4
-1 -1 -1 -1
4000 10 1 -1 1 1000 0 0
-1
E
either~
The crumbling bark on this log suggests it is perfectly seasoned and

ready for use in a firepit.

~
P
-1

#138
rapier~
rapiers~
green-metal~
wasp-sting~
with a glitter to its metal lies here.~
with a glitter to their metal lie here.~
~
~
Amon~
Fenlyn~
5 138 8650818 0 8193 3195172
1 0 36864 0 0 0 4
0 2 10 2
450 9000 30 -1 6 1000 0 0
-1
E
either~
Like its kind, the rapier is slim and sharp, its edge a deadly razor. 

This one goes beyond that, with its strange green tinted metal which

sparkles and glints in rays of light.  The hilt is of small twisting

figures, twinning into the sharply curved stinger-like crossbar.

~
P
3 -1
~
~
if( random( 1, 4 ) == 1 ) {

  act_room( #strike, ch );

 attack_weapon( ch, victim, 1d8, "slash" );

  }

~
E
strike~
@b@CThe rapier is quickly maneuvered for another attack before its

opponent can react!@n 

~
!
-1

#139
brass knuckles~
brass knuckles~
~
~
lie here.~
lie here.~
set of~
sets of~
Mange~
Fenlyn~
5 139 -2147481600 0 8193 1048576
0 0 526336 0 0 0 4
0 2 2 0
100 200 1 -1 2 750 0 0
-1
E
either~
A pair of heavy brass knuckles, useful to monks and ruffians alike.

~
P
-1

#140
brazier~
braziers~
+of beaten brass~
+of beaten brass~
casts a reddish glow about the room.~
cast a reddish glow about the room.~
~
~
Amon~
Fenlyn~
12 140 16976 0 0 262144
0 0 2097153 0 0 0 4
-1 -1 -1 -1
3000 400 1 -1 1 1000 0 0
-1
E
either~
The brazier is a construct of beaten brass.  Smoldering coals and incense

cast the area into a dim, crimson light.

~
P
-1

#141
large rock~
large rocks~
~
~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
0 141 0 0 1 -1610612736
0 0 65 0 0 0 4
-1 -1 -1 -1
1500 20 1 -1 1 1000 0 0
-1
E
either~
This large rock looks heavy.  Its edges have been worn by time, no longer

the sharp-edged block it perhaps once was.

~
P
4 141
swing~
rock~
to_all to_all

~
E
to_all~
This is a test

~
!
-1

#142
medium rock~
medium rocks~
~
~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
0 142 0 0 1 -1610612728
0 0 65 0 0 0 4
-1 -1 -1 -1
700 10 1 -1 1 1000 0 0
-1
E
either~
A rock.  Not too large, not too small, but just right.

~
P
-1

#143
small rock~
small rocks~
~
~
lies here.~
lie in a pile here.~
~
~
Karn~
Fenlyn~
0 143 0 0 16385 -1606610656
0 0 64 0 0 0 4
2 -1 -1 -1
200 5 1 -1 1 1000 0 0
-1
E
either~
A stone probably from excavating the tunnel which was left here.

~
P
-1

#144
wand~
wands~
small black~
+of fireballs~
lies here.~
lie here.~
~
~
Greyclaw~
Fenlyn~
3 144 2359296 0 16385 0
0 0 64 0 0 0 4
43 10 0 10
50 2000 15 -1 10 1000 0 0
-1
E
either~
A small black wand with strange runes inscribed down its length.  The

runes are circular, and overlap one another in odd, almost dizzying

patterns.

~
P
-1

#145
Statue~
Statues~
~
~
of Rat'ka towers above the altar, fangs glinting in the dim light.~
of Rat'ka tower above the altar, fangs glinting in the dim light.~
~
~
Amon~
Fenlyn~
12 145 1179728 0 0 -1341793293
0 0 1 0 0 0 4
-1 -1 -1 -1
200000 12000 8 -1 1 1000 0 0
-1
E
either~
The statue of Rat'ka towers over the altar and area.  Carved of black

stone and polished to a high gloss, it glints evilly in the red light

thrown by the two braziers to either side.  Rat'ka is known as the

Demi-god of Rats.

~
P
-1

#146
wardrobe~
wardrobes~
rosewood~
rosewood~
<no long should be seen>~
<no long should be seen>~
~
~
Amon~
Fenlyn~
15 146 65536 0 0 0
0 0 1 0 0 0 4
14 5 -1 -1
16000 700 1 -1 1 1000 0 0
-1
E
either~
The wardrobe is beautifully crafted of rosewood, and is carved to depict

rats and wererats watching evil acts of stealing, thieft, kidnapping, and

other dispicable acts.

~
P
-1

#147
goblin ear~
goblin ears~
bloody~
bloody~
is lying here.~
are lying here.~
~
~
Karn~
Fenlyn~
30 147 16777216 0 1 -1943236320
0 0 1 0 0 0 4
-1 -1 -1 -1
15 12 0 -1 1 1000 0 0
-1
E
either~
This small, green, pointed ear is nearly covered by blood from its

previous owner.

~
P
-1

#148
screech bat's wing~
screech bat's wings~
~
~
lies here, its claws clenched in a tight ball.~
lie here, their claws clenched tightly.~
~
~
Kreel~
Fenlyn~
19 148 25427968 0 16385 0
0 272 256 0 0 0 4
15 0 0 0
30 18 1 -1 10 1000 0 0
853747317
E
either~
This svelte, leathery wing is seven inches across and very light.  It is

strong, however, and attached to the end is a wicked claw.

~
P
-1

#149
necklace~
necklaces~
goblin ear~
goblin ear~
lies here.~
lie here in a pile.~
~
~
Karn~
Jimbalaya~
9 149 262208 0 1029 2048
0 0 4 0 0 0 16
0 1 -1 -1
115 170 5 -1 2 600 0 0
-1
A 13 5
E
either~
Strung on this necklace are a number of dried goblin ears.  It is an old

Dwarf custom, a passage to adulthood that a young dwarf must venture out

into the world and kill his or her first five goblins by themselves. 

Needless to say, goblins are not known for taking kindly to finding their

relatives decorating your neck.

~
P
-1

#150
staff~
staves~
twisted~
+of 'Fang'~
with a rat's head and carved of hornwood, has been left here.~
with rat's heads and carved of hornwood, have been left here.~
~
~
Amon~
Fenlyn~
5 150 262224 0 8193 67436544
0 0 3 0 0 0 4
0 2 6 4
400 2000 10 -1 3 650 0 0
-1
E
either~
The staff is beautifully carved of slightly twisting hornwood with dull

copper beginning midway and twinning up the staff to form a demonic rat's

head at the top.  The leering eyes glow a dim evil-red and the wielder

has been known to be able to look through the staff's eyes at times. 

~
P
-1

#151
cutlass~
cutlasses~
silver~
silver~
lies here, gleaming in the light.~
lie here, gleaming in the light.~
~
~
Object~
Fenlyn~
5 151 8650816 0 8193 -2144288768
1 66 147457 0 0 0 4
0 2 7 2
450 2000 10 -1 3 900 0 0
-1
A 11 -1
E
either~
A fine silver cutlass, its blade covered in fine etchings of buccaneers

and sweeping seascapes.

~
P
-1

#152
black robe~
black robes~
+with runes~
+of Rat'ka~
lies here, light glinting off the golden symbols.~
lie here, light glinting off the golden symbols.~
~
~
Amon~
Fenlyn~
9 152 80 0 9 0
0 0 16 0 0 0 4
0 3 0 -1
700 2000 10 -1 5 400 0 0
-1
A 20 -5
A 12 -10
A 13 10
A 21 5
E
either~
The robes are long and flowing, black with burgundy highlights.  Gold

thread has been used to draw runes on the sleeves and hem, and a large

symbol of Rat'ka on the back; a pair of slitting eyes within a circle.

~
P
-1

#153
black rapier~
black rapiers~
~
~
with a black hilt lies here.~
with black hilts lie here.~
~
~
Amon~
Fenlyn~
5 153 64 0 8193 -2144288768
1 0 18432 0 0 0 4
0 1 10 2
450 100 1 -1 7 850 0 0
-1
E
either~
The hilt is bound in black leather with a long thin blade extending out. 

It's a very deadly weapon, but only if you are well trained in it.

~
P
-1

#154
black buckler~
black bucklers~
~
~
with a red symbol on it, lies here.~
with red symbols on them, lie here.~
~
~
Amon~
Fenlyn~
9 154 0 0 16385 1064960
0 0 4096 0 0 0 4
0 3 0 -1
400 250 1 -1 2 1000 0 0
-1
E
symbol~
Slitting eyes within a circle.

~
E
either~
A buckler is a small shield fitted to the forearm.  This one seems to be

brass painted over with black.  A symbol has been painted in red on the

front.  

~
P
-1

#155
jerkin~
jerkins~
black leather~
black leather~
of soft black leather, lies in a heap here.~
of soft black leather, lie in a heap here.~
~
~
Amon~
Fenlyn~
9 155 0 0 9 -2147483648
0 0 4 0 0 0 4
0 2 -1 -1
700 75 1 -1 1 500 0 0
-1
E
symbol~
A pair of slitting eyes within a circle.

~
E
either~
The leather has been worked until it is supple.  Not the best protection,

but better than nothing at all.  The leather is dyed midnight-black and

has a symbol in red on the right shoulder.  

~
P
-1

#156
black leather leggings~
black leather leggings~
~
~
lies here.~
lie here~
pair of~
pairs of~
Amon~
Fenlyn~
9 156 -2147483648 0 33 -2147483648
0 0 4 0 0 0 4
0 4 0 -1
200 100 1 -1 1 500 0 0
-1
E
either~
The leather has been worked until it is soft and supple.  They have been

dyed midnight-black.

~
P
-1

#157
Eye~
Eyes~
+of Rat'ka~
+of Rat'ka~
looking like a dark eye, winks here on the ground.~
looking like a dark eyes, wink here on the ground.~
~
~
Amon~
Fenlyn~
8 157 11930192 4 5 -1006632960
0 0 65 0 0 0 4
157 -1 -1 -1
500 2500 1 -1 10 1000 0 0
-1
E
either~
The Eye of Rat'ka is a palm-sized onyx Rat's-eye (cat's-eye), suspended

by a dull iron chain.  The eye is said to be Rat'kas means of viewing

into the mortal realms, and seems to wink eerly in the light.  The item

is very evil and should be sacrificed at a 'good' place of power.

~
P
-1

#158
bowl~
bowls~
~
~
is here.~
are here.~
~
~
Karn~
Fenlyn~
17 158 0 0 1 0
0 0 1 0 0 0 4
50 50 0 0
200 10 1 -1 10 1000 0 0
-1
E
either~
A large earthenware bowl made to handle hot liquids and stews.

~
P
-1

#159
short sword~
short swords~
dull metal~
+'Werebite'~
with runes running up the blade, lies here.~
with runes running up their blades, lie here.~
~
~
Amon~
Fenlyn~
5 159 8651344 0 8193 70303744
1 0 18432 0 0 0 4
0 2 7 2
450 3600 15 -1 5 800 0 0
-1
A 18 1
E
runes~
The runes twist like worms when viewed out of the corner of your eye,

none recognizable and being of an old and raw art.  The means of

bringing out their power could be lost to time.  

~
E
either~
The hilt is plain and unadorned, with the blade being short and stout and

of a dull metal that isn't quite iron or steel.  This famous sword was

crafted long ago to fight lycanthropes.  It was later captured by

werebeings and warped by dark enchantments, and when last seen, was

serving evil.  Etched runes run up the blade.  

~
P
-1

#160
copper key~
copper keys~
~
~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
18 160 0 12 1 -1073741824
0 0 524288 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 1 1000 0 0
-1
E
either~
A simple copper key with a single 'Z' inscribed near the head of the key.

~
P
-1

#161
bronze key~
bronze key~
~
~
lies here.~
~
~
~
Karn~
Fenlyn~
18 161 0 4 1 0
0 0 2048 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 1 1000 0 0
-1
E
either~
A simple bronze key.  There is a single 'Z' inscribed near the head of

the key.  

~
P
-1

#162
brass key~
brass keys~
~
~
lies here.~
lie here.~
~
~
Karn~
Tempus~
18 162 0 4 1 -2147481600
0 0 2097152 0 0 0 4
-1 -1 -1 -1
10 0 0 -1 1 1000 0 0
-1
E
either~
It is just a simple brass key.  There is a single 'Z' engraved near the

head of the key.  

~
P
-1

#163
iron key~
iron keys~
~
~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
18 163 8388608 4 16385 -1610606592
0 0 4096 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 1 1000 0 0
-1
E
either~
This is quite a heavy iron key.  Though simple in design there is a

single 'Z' engraved near the head of the key.  

~
P
-1

#164
morningstar~
morningstars~
reddish~
+named 'Orion'~
of odd red-silver metal, lies here.~
of odd red-silver metal, lie here.~
~
~
Amon~
Fenlyn~
5 164 8651072 0 8193 -1875820544
0 0 36865 0 0 0 4
0 3 10 6
600 16500 45 -1 8 1000 0 0
-1
E
either~
Orion appears much like a plain morning star, except for it's odd redish

metal that holds silver highlight.  It has been around a long time, and

legend whispers that it was crafted from a mote fallen from heaven.  It

has since become a symbol used by knights.  

~
P
-1

#165
lab key~
lab keys~
~
~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
18 165 0 4 1 -2147483648
0 0 1 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 1 1000 0 0
-1
E
either~
This is a normal looking metal key, and except for the single word 'Lab'

engraved upon one side, it has no other distinguishing features.  

~
P
-1

#166
key~
keys~
dark iron~
dark iron~
A dark iron key lies here.~
~
~
~
Amon~
Fenlyn~
18 166 0 4 1 -2077130464
0 0 4097 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 1 1000 0 0
-1
E
either~
The dull, nearly-black surface of this weighty iron key appears slightly

scratched near the teeth, as if it has seen some use.

~
P
-1

#167
chest~
chests~
~
~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
15 167 0 0 0 -1073737728
0 0 1 0 0 0 4
50 -3 -1 -1
100 0 1 -1 1 1000 0 0
-1
E
either~
A large wooden chest in which valuables can be stored rather securely.

~
P
-1

#168
letter~
letter~
~
~
A letter lies here.~
~
~
~
Karn~
Fenlyn~
0 168 0 0 1 -1409164433
0 0 1 0 0 0 4
-1 -1 -1 -1
100 0 1 -1 1 1000 0 0
-1
E
either~
This is a letter, it reads:

   

Dear Xanthic,

     My dear friend, I hope this letter finds you in good health, I hope

that G. has recovered from his illness and that he is feeling much

better now.  My research into a solution to this curse that plagues me

progresses well, and I feel that I am close to a solution.  The pain is

becoming unbearable and I feel it every waking minute these days.

Please provide this courier of mine with more of the same herbs and

potions, as they are all that relieves the pain.  If you have managed to

discover anything, your help will be much appreciated, my friend.  I

close this letter now to continue my studies.  

    

Your faithful friend,

 

Zarander

~
P
-1

#169
safe~
safes~
strong looking~
strong looking~
of steel, is here.~
of steel are here.~
~
~
Amon~
Fenlyn~
15 169 65536 0 0 -2142136032
0 0 18432 0 0 0 4
5 -11 -1 -1
13000 1500 1 -1 1 1000 0 0
-1
E
either~
The safe is of thick strong steel, with a combination lock, and lever on

the front.  

~
P
-1

#170
key~
keys~
large copper~
large copper~
lies here.~
lie here.~
~
~
Amon~
Fenlyn~
18 170 0 4 1 -2143448800
0 0 524288 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 1 1000 0 0
-1
E
either~
This dull-looking copper key has small green patches of tarnish in

between the scratched teeth.  It has obviously seen some use.

~
P
-1

#171
mushroom pie~
mushroom pies~
~
~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
19 171 -2147483648 0 1 0
0 0 512 0 0 0 4
15 -1 0 0
50 10 1 -1 10 1000 0 0
-1
E
either~
A small, round, tasty-looking mushroom pie.

~
P
-1

#172
boiled mushroom~
boiled mushrooms~
~
~
lies here steaming.~
lie here steaming.~
~
~
Karn~
Kiyl~
19 172 -2147483648 0 1 0
0 0 512 0 0 0 4
20 -1 0 0
3 30 1 -1 1 1000 0 0
-1
E
either~
This plump boiled mushroom looks tasty and would probably offer a bit of

scrumptious nourishment.  It is steaming hot.

~
E
**immortal**~
Phule - saw no reason for holy wrath flag, removed

~
P
-1

#173
mound~
mounds~
+of steamed mushrooms~
+of steamed mushrooms~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
19 173 -2147483648 0 1 0
0 0 512 0 0 0 4
25 -1 0 0
100 50 3 -1 1 1000 0 0
-1
E
either~
You see a pile of dark, steamed mushrooms.  The odor emanating from the

mushrooms vaguely resembles the smell of a wet stableyard.

~
P
-1

#174
bowl of cavefish soup~
bowl of cavefish soup~
~
~
A bowl of cavefish soup lies here.~
~
~
~
Karn~
Fenlyn~
17 174 0 0 1 0
0 0 1 0 0 0 4
200 -10 -1 -1
200 20 1 -1 1 1000 0 0
-1
E
either~
A sturdy-looking bowl filled nearly to the top with a clear broth and

large chunks of boiled cavefish.  An ocassional mushroom bobs to the top

of the watery concoction.

~
P
-1

#175
poached cavefish~
poached cavefish~
~
~
A poached cavefish lies here.~
~
~
~
Karn~
Fenlyn~
19 175 -2147483648 0 1 870
0 0 768 0 0 0 4
25 -1 -1 -1
100 30 5 -1 1 1000 0 0
-1
E
either~
A cavefish, gutted and split, that has been quickly boiled at exceedingly

high temperature.  The result is really nothing more than mashed up fish

flesh.

~
P
-1

#176
roast cavefish~
roast cavefish~
~
~
A roast cavefish lies here.~
~
~
~
Karn~
Fenlyn~
19 176 0 0 1 870
0 0 768 0 0 0 4
30 -1 -1 -1
100 30 6 -1 1 1000 0 0
-1
E
either~
A large, mealy hunk of fish flesh, nicely browned and gravied in its own

juices.  The smell is slightly more appetizing than that of boiled worms.

~
P
-1

#177
cold roast cavefish~
cold roast cavefish~
~
~
A cold roast cavefish lies here.~
~
~
~
Karn~
Fenlyn~
19 177 0 0 1 870
0 0 768 0 0 0 4
40 -1 -1 -1
100 50 7 -1 1 1000 0 0
-1
E
either~
A large piece of grey-looking fish flesh.  Congealed gravy clings to the

cool surface, making a slimy and nutritious snack.

~
P
-1

#178
bastard sword~
bastard swords~
dusky-black~
+'Blackblade'~
with a black and ruby enstudded hilt, lies here.~
with black and ruby enstudded hilts, lie here.~
~
~
Amon~
Fenlyn~
5 178 8650816 0 8193 -2140028928
1 450 8192 0 0 0 4
0 2 15 2
700 16500 45 -1 5 1000 0 0
-1
E
either~
This blade of dusky-black is of some metal that is quite heavy.  The hilt

is a glossy black bone of some sort, bound in dark leather and holding a

blood-red ruby of dark luster.  A last feature of note are the small

runes carved down the blade near the hilt.  

~
E
runes~
The tiny runes are in some ancient language you don't understand.

~
P
3 -1
~
~
if( random( 0, 6 ) == 5 ) {

  act_notchar( #o-moment, ch, obj );

  act_tochar( #moment, ch, obj );

  attack_weapon( ch, victim, 0, "" );

  }

~
E
o-moment~
@R$n lunges in for another attack with the Blackblade!

~
E
moment~
@rYou lunge in for another attack with the Blackblade!

~
!
7 -1
~
~
act_room( #pulse, ch );

wait( 1 );

act_tochar( #owie, ch );

dam_message( ch, 150d2, "the Blackblade's punishment" );

inflict( ch, mob, 150d2, "the Blackblade's punishment" );

~
E
pulse~
@RThe runes on the Blackblade pulse for a moment.

~
E
owie~
@rPain ***RIPS*** through your body as the disdain of the Blackblade

crushes your psyche!

~
!
-1

#179
white outer robe~
white outer robes~
~
~
lies here in a small crumpled heap.~
lie here in a large crumpled heap.~
~
~
Phule~
Fenlyn~
9 179 268435456 8 9 5980160
0 0 16 0 0 0 8
0 2 0 0
300 5000 20 -1 3 400 0 0
846868437
A 20 5
A 12 10
E
either~
This thick white robe is meant to be worn over armor or other clothes,

either to conceal or simply as a uniform of some sort.  Whatever its

purpose the thick cloth of its construction appears sturdy enough to

provide some sort of physical protection.  The faintest remnants of

age-old runes of silver lie on the cloth.

~
E
**NOTE**~
need a minus effect to balance out this item.

~
P
-1

#180
{gem} topaz~
{gems} topazes~
small, dirty~
small, dirty~
lies here, collecting dust.~
lie here, in a pile.~
~
~
Sadis~
Fenlyn~
6 180 8650756 0 16385 0
0 0 64 0 0 0 4
16 0 -1 -1
10 150 1 -1 10 1000 0 0
-1
E
after~
The topaz is pock marked and pitted and looks to have little real value. 

Beneath the grime you can see it has many chips and several flaws.  Held

just right, you can just make out its color to be a transparent light

blue the color of the sky.

~
E
before~
The gem is pock marked and pitted and looks to have little real value. 

Beneath the grime and through all its chips and flaws, you can not even

be sure of its color.

~
P
-1

#181
ball-peen hammer~
ball-peen hammers~
~
~
lies here, well-worn with use.~
lie here, aged and worn.~
~
~
Kreel~
Fenlyn~
5 181 0 8 8193 0
0 4193792 4098 0 0 0 4
0 1 6 3
250 125 1 -1 2 1000 0 0
853808194
E
either~
A sturdy metal- and wood-working tool, the ballpeen hammer has a flat

face as well as a curved, ball-like end.  The heavy little hammer is

scratched and pitted with use.

~
P
-1

#182
{gem} diamond~
{gems} diamonds~
very shiny~
very shiny~
glitters on the ground here.~
glitter on the ground here.~
~
~
Sadis~
Fenlyn~
6 182 8650752 0 1 0
0 0 64 0 0 0 4
20 0 -1 -1
10 750 1 -1 10 1000 0 0
-1
E
after~
A very small, well-cut diamond shimmers in the light as you examine it.

~
E
before~
A very small, well-cut gem shimmers in the light as you examine it.

~
P
-1

#183
white fish scale~
white fish scales~
~
~
lies here.~
lie here.~
~
~
Kreel~
Fenlyn~
33 183 -2130706432 0 16385 0
0 0 512 0 0 0 4
0 0 0 0
20 85 1 -1 10 1000 0 0
853818635
E
either~
This glimmering white fish scale is rougly three inches across, and is

tough and leathery despite its fragile appearance.

~
P
-1

#184
pouch~
pouches~
tiny leather~
tiny leather~
lies here.~
lie here.~
~
~
Amon~
Fenlyn~
15 184 0 4 16385 0
0 0 4 0 0 0 4
2 1 -1 -1
40 4 1 -1 1 600 0 0
-1
E
either~
This small leather pouch doesn't appear much, but it appears to be just

the right size for holding small items like coinage.

~
P
-1

#185
bastard sword~
bastard swords~
steel~
steel~
lies on the ground.~
lie on the ground in a pile.~
~
~
Kiian~
Fenlyn~
5 185 -2147483648 0 8193 3194880
1 450 8192 0 0 0 4
0 2 10 2
600 1500 15 -1 1 1000 0 0
-1
E
either~
A steel bastard sword.

~
P
-1

#186
studded leather sleeves~
studded leather sleeves~
~
~
lie on the ground.~
lie on the ground.~
pair of~
pairs of~
Kiian~
Fenlyn~
9 186 -2147483648 0 257 2113536
0 0 4100 0 0 0 4
0 4 0 0
400 325 5 -1 2 650 0 0
-1
E
either~
A pair of hard leather sleeves reinforced with metal studs.

~
P
-1

#187
silver tray~
silver trays~
~
~
lies sparkling on the ground.~
lie sparkling on the ground.~
~
~
Karn~
Fenlyn~
8 187 0 0 16385 -1073739776
0 0 1 0 0 0 4
-1 -1 -1 -1
150 500 0 -1 1 1000 0 0
-1
E
either~
This thin metal tray appears to be fashioned from pure silver.  Vines,

grapes and birds are etched upon its gleaming surface.  

~
P
-1

#188
crazy imp~
crazy imps~
~
~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
17 188 0 0 1 0
0 0 0 0 0 0 4
80 80 1 -1
1000 0 0 -1 1 1000 0 0
-1
E
either~
This is obviously a weird drink container made within the pits of hell. 

You cannot recall ever seeing such a monstrosity.

~
P
-1

#189
snail shell~
snail shells~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
Amon~
Fenlyn~
11 189 -2147221504 0 1 0
0 0 64 0 0 0 4
1 -1 -1 -1
10 5 1 -1 10 1000 0 0
-1
E
either~
A small snail shell.

~
P
-1

#190
battered old brass ring~
battered old brass rings~
~
~
lies here.~
lie here.~
~
~
Karn~
Talis~
9 190 -1879048192 0 3 0
0 0 2097152 0 0 0 4
-1 0 0 -1
10 20 1 -1 1 700 0 0
-1
E
either~
You try to polish this small and slightly bent brass ring but it's too

scuffed and worn to ever shine.  

~
P
-1

#191
black key~
black keys~
~
~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
18 191 0 4 1 -1610612736
0 0 1 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 1 1000 0 0
-1
E
either~
The key is of a dark black metallic color.  Strange engravings can be

seen, faintly glimmering along the handle.

~
P
-1

#192
Mustapha's Anti-Ghost Pdr~
Mustapha's Anti-Ghost Pdrs~
~
~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
10 192 64 0 1 -1610606592
0 0 1 65536 0 0 4
-1 -1 -1 -1
500 0 1 -1 1 1000 0 0
-1
E
label~
Mustapha's Anti-Ghost Powder

      

firms up those pesky ghosts and make them easier to hit

  

1. Shake Jar

2. Throw powder at Ghost

~
E
either~
This is quite a large jar of a white-silvery powder.  It has a label on

one side of it.  

~
P
-1

#193
pine needle dagger~
pine needle daggers~
~
~
~
~
~
~
Eldina~
Fenlyn~
5 193 -2147482624 0 24577 32768
1 32 2 0 0 0 4
0 2 4 1
10 1000 5 -1 5 650 0 0
853989870
E
either~
A small wooden dagger with a sharp looking pine needle tip.

~
P
-1

#194
iron crown~
iron crowns~
~
~
lies on the ground.~
lie on the ground.~
~
~
Rodric~
Fenlyn~
9 194 8650816 4 17 3162112
0 0 4096 0 0 0 2
0 2 0 -1
300 3600 15 -1 4 600 0 0
-1
A 13 15
E
either~
This crown is finely made of a durable piece of iron and is rather heavy. 

It's lost much of its shine, however, and is now covered in grime.

~
P
-1

#195
dagger~
daggers~
ivory-hilted~
ivory-hilted~
lies on the ground here.~
lie on the ground here.~
~
~
Rodric~
Fenlyn~
5 195 -2147482623 0 8193 2097152
1 0 4224 0 0 0 4
0 2 3 1
250 100 1 -1 4 750 0 0
-1
E
either~
A narrow-bladed metal dagger with a fine ivory hilt.  It appears very

delicate.

~
P
-1

#196
scroll~
scrolls~
pristine white~
+of cure light wounds~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
2 196 64 0 1 -2147483648
0 0 1 0 0 0 4
27 9 1 0
10 250 1 -1 1 1000 0 0
-1
E
either~
This brilliant white parchment has been written on in an elegant, strong

hand.  The words are obviously to a spell of some sort; saying them out

loud would probably release the magic of the scroll.

~
P
-1

#197
bar~
bars~
gold~
gold~
lies here.~
lie here.~
~
~
Rodric~
Fenlyn~
8 197 0 0 1 0
0 0 294912 0 0 0 4
0 -1 -1 -1
400 5000 1 -1 1 1000 0 0
-1
E
either~
A solid chunk of gold bearing no inscription what so ever.

~
P
-1

#198
scorched parchment~
scorched parchments~
~
~
lies here.~
lie here.~
~
~
Karn~
Fenlyn~
8 198 0 0 1 -2147479552
0 0 0 0 0 0 4
-1 -1 -1 -1
30 30 3 -1 1 1000 0 0
-1
E
either~
This small scrap of parchment has been burned so badly that it is almost

totally illegible.  You can just decipher a few words in the middle of

the sheet: "In order to summon and control a daemon, you must inscribe

the pentagrams in the following order:" 

~
P
-1

#199
golem's hand~
golem's hand~
~
~
A golem's hand lies here.~
~
~
~
Karn~
Fenlyn~
11 199 64 0 1 -1610610688
0 0 1 0 0 0 4
1 -1 -1 -1
400 100 1 -1 1 1000 0 0
-1
E
either~
The bloody and icky hand of a golem.  It is quite large and must be from

at least a Ogre or something of that size.  It really is quite bloody and

icky.  

~
P
-1

#200
few vrock feathers~
bunches of vrock feathers~
~
~
lie here.~
lie here.~
~
~
Karn~
Adakar~
11 200 16777232 8 1 -2147483648
0 0 1 0 0 0 4
1 -1 -1 -1
50 150 1 -1 10 1000 0 0
-1
E
either~
These are quite large feathers with long greasy quills.  They are quite

black and seem to reflect light in an unusual way.

~
P
-1

#201
potion of Jusielcumn~
potions of Jusielcumn~
~
~
sits on the ground.~
sit on the ground.~
~
~
Karn~
Fenlyn~
10 201 0 0 1 -1540325088
0 0 1 0 0 0 4
-1 -1 -1 -1
50 100 1 -1 1 1000 0 0
-1
E
either~
This potion shouldn't exist within the world - it has only been created

to give the illusion it can be made.  

~
P
-1

#202
Dankersirey potion~
Dankersirey potion~
~
~
lies on the ground.~
lie on the ground.~
~
~
Karn~
Adakar~
10 202 65 0 1 -1073735680
0 0 1 65536 0 0 4
-1 -1 -1 -1
50 2000 1 -1 1 875 0 0
-1
E
either~
This potion flask's contents glow quite brightly giving out an eerie blue

light.  There is label afixed to the side of the flask.  

~
E
label~
Dankersirey

   

Do not store near pregnant woman.

Do not expose to holy water.

DO NOT Quaff.

  

Will banish your most troublesome Daemon. 

(All claims made about this product are made

on the assumption that it won't be used in

a high magical area)

~
P
-1

#203
a stone circlet~
a stone circlet~
~
~
lies here, one-sixth the way completed.~
lie here, each one-sixth the way completed.~
section of~
sections of~
Karn~
Fenlyn~
0 203 262208 0 5 0
0 0 4160 0 0 0 4
-1 -1 -1 -1
40 100 1 -1 10 600 0 0
-1
E
either~
This is a small metal locket.  Inside it contains a single hair of the

Saint Hadrick, a great dwavern cleric who rallied the dwarf army at the

battle of Ammonite Cavern.  Wearing it will bring good fortune and valour

in combat.  

~
E
***comment~
Do not reset for now

~
E
either~
No description~
E
either~
No description~
P
-1

#204
stick of yellow chalk~
sticks of yellow chalk~
~
~
lies on the floor.~
lie on the floor.~
~
~
Karn~
Adakar~
8 204 76808192 4 1 -1610612736
0 0 1 0 0 0 4
-1 -1 -1 -1
10 50 1 -1 1 1000 0 0
-1
E
either~
This is a small stick of yellow chalk. Not very interesting.

~
P
-1

#205
stick of blue chalk~
sticks of blue chalk~
~
~
lies on the floor.~
lie on the floor.~
~
~
Karn~
Adakar~
8 205 76808192 4 1 -2147477504
0 0 0 0 0 0 4
-1 -1 -1 -1
10 50 1 -1 1 1000 0 0
-1
E
either~
This is a small stick of blue chalk.  Not very interesting.

~
P
-1

#206
pouch of silver powder~
pouches of silver powder~
~
~
lies here.~
lie here.~
~
~
Karn~
Adakar~
11 206 -2147483584 0 1 0
0 0 131076 0 0 0 4
5 -1 -1 -1
50 800 1 -1 10 1000 0 0
-1
E
either~
A small leather pouch which contains a fine silver powder.

~
P
-1

#207
dwarven holy symbol~
dwarven holy symbols~
~
~
lies here, seeming to glow, yet not glowing.~
lie here, seeming to glow, yet not glowing.~
~
~
Phule~
Fenlyn~
14 207 32768 8 16385 272326647
0 4100 64 0 0 0 4
0 0 0 0
100 7500 25 -1 10 1000 0 0
853934959
A 5 1
E
either~
This rugged symbol of faith ties a dwarf to the earth and her power. 

Made of stone, the very bones of the earth, the symbol grants the

faithful close ties with their chosen deity.

~
P
-1

#208
vorpal axe~
vorpal axes~
~
~
lies here.~
lie here.~
~
~
Earthstone~
Fenlyn~
5 208 64 0 8193 7454752
1 0 73728 0 0 0 4
0 4 8 8
700 12000 40 -1 1 1000 0 0
-1
E
either~
This is a rune covered axe with a light brown wrapping on the handle.  It

is well weighted and looks sharper than most things you have seen.  

~
P
-1

#209
gloves~
gloves~
thick, grey leather~
+of poison resistance~
sewn with black thread lies on the floor.~
sewn with black thread lie on the floor.~
pair of~
pairs of~
Sadis~
Fenlyn~
9 209 8650752 0 129 128
0 0 393220 0 0 0 4
0 5 -1 -1
200 4000 16 -1 3 350 0 0
-1
A 24 25
A 20 1
A 8 5
A 7 5
E
either~
This ring is composed of finely interwoven gold and silver.  Fine threads

are amazingly uniform.  The ring appears to be quite old, but contains no

apparent engravings.  

~
P
-1

#210
shard of glass~
shards of glass~
~
~
lies glistening on the ground.~
lie glistening on the ground.~
~
~
Merior~
Adakar~
11 210 0 0 1 0
0 0 32 0 0 0 4
5 0 0 0
5 25 1 -1 10 1000 0 0
847410986
E
either~
This small shard of glass looks almost like a tiny icicle.  As it

glistens in the light, you can almost imagine it is frozen water.

~
P
-1

#211
goat skin~
goat skins~
~
~
lies here.~
lie here.~
~
~
Greyclaw~
Adakar~
33 211 16777216 0 1 0
0 0 768 0 0 0 4
-1 -1 -1 -1
200 60 1 -1 10 1000 0 0
-1
E
either~
The goat skin is brown with streaks of white.  It has very short fur and 

is fine and soft.

~
P
-1

#212
horn~
horns~
goat~
goat~
lies here.~
lie here.~
~
~
Greyclaw~
Fenlyn~
34 212 17039360 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
200 60 1 -1 10 1000 0 0
-1
E
either~
The goat horn is very long and very sharp.  Given a little work it would

make a nasty dagger.  

~
P
-1

#213
dagger~
daggers~
horn~
horn~
made from a very sharp horn lies here.~
made from very sharp horns lie here.~
~
~
Greyclaw~
Adakar~
5 213 263168 0 24577 0
1 0 65 0 0 0 4
0 2 3 1
200 120 1 -1 1 650 0 0
-1
E
either~
This dagger is made from a long twisted goat horn.  It has a devilishly

sharp point and would not feel good driven into your back.  

~
P
-1

#214
lizard scales~
lizard scales~
~
~
lie on the ground here.~
lie on the ground here.~
few~
sets of~
Greyclaw~
Fenlyn~
8 214 17039360 0 1 -2147483648
0 0 0 0 0 0 4
-1 -1 -1 -1
100 100 1 -1 1 1000 0 0
-1
E
either~
This collection of scales seems to have come from a lizard of unusual

size.  They are hard thick plates and would be good protection if made

into some form of armor.  

~
P
-1

#215
lizard scale gloves~
lizard scale gloves~
~
~
lies on the ground.~
lie on the ground~
pair of~
pairs of~
Greyclaw~
Fenlyn~
9 215 -2147221504 0 129 144
0 0 192 0 0 0 4
0 3 -1 -1
30 50 1 -1 2 50 0 0
-1
E
either~
These gloves are a soft leather with hard lizard scales sewn onto the

back of them to provide rather good hand protection.  

~
P
-1

#216
frog legs~
frog legs~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Greyclaw~
Fenlyn~
19 216 16777216 0 1 0
0 0 768 0 0 0 4
10 -1 -1 0
20 10 1 -1 10 1000 0 0
-1
E
either~
If you are squeamish these are not the meal for you, but they look

perfectly safe to eat though slightly slimey.  

~
P
-1

#217
necklace~
necklaces~
sapphire~
sapphire~
of blue sapphires inset in delicate silver lies here.~
of blue sapphires inset in delicate silver lie here.~
~
~
Amon~
Jimbalaya~
9 217 8650752 0 5 0
0 0 147520 0 0 0 4
0 1 0 -1
100 2300 1 -1 10 200 0 0
-1
E
either~
A very beautiful and fragile silver necklace, with sapphires of deepest

blue.

~
P
0 -1
~
~
~
!
-1

#218
necklace~
necklaces~
ruby~
ruby~
of ruby and silver lies here.~
of ruby and silver lie here.~
~
~
Amon~
Adakar~
8 218 0 0 5 0
0 0 131136 0 0 0 4
-1 -1 -1 -1
100 1440 1 -1 1 1000 0 0
-1
E
either~
A cold, red ruby hangs from an intricate silver chain.  Light sparkles

off of the facets of this exquisitely carved stone, throwing small rays

of red-pink light across your face and chest.

~
P
-1

#219
{gem} topaz~
{gems} topaz~
small~
small~
lies glinting on the ground here.~
lie glinting on the ground here.~
~
~
Amon~
Adakar~
6 219 0 0 1 0
0 0 64 0 0 0 4
16 0 -1 -1
10 200 1 -1 10 1000 0 0
-1
E
either~
Light glints off of the facets of this icy-blue stone, throwing rays of

pale blue light across your face and chest.  This lovely stone could

probably fetch you a fair price at a local jewellers.

~
P
-1

#220
pile of silver plates~
piles of silver plates~
~
~
lie scattered around here.~
lie scattered around here.~
~
~
Amon~
Adakar~
8 220 0 0 1 0
0 0 147456 0 0 0 4
-1 -1 -1 -1
1000 350 1 -1 10 1000 0 0
-1
E
either~
No description~
P
-1

#221
frog's eye~
frog eyes~
~
~
lies here - yuck.~
lie here - yuck.~
~
~
Greyclaw~
Adakar~
11 221 16777216 0 1 16
0 0 0 0 0 0 4
1 -1 -1 -1
20 10 1 -1 10 1000 0 0
-1
E
either~
This is a large eye that would seem to have come from a giant frog.  You

know this having seen the eyes in the frogs often enough.  It is a

reagent much in demand by magicians.  

~
P
-1

#222
flag~
signs~
~
~
is stuck in the ground here.~
are stuck in the ground here.~
~
~
Amon~
Adakar~
0 222 131137 0 0 0
0 0 2 0 0 0 4
-1 -1 -1 -1
500 0 1 -1 1 1000 0 0
-1
E
either~
Please do not wash weapons and armor in fountain.

~
P
-1

#223
pelt~
pelts~
ferret~
ferret~
lies here.~
lie here.~
~
~
Mange~
Adakar~
33 223 16777216 0 1 0
0 0 16 0 0 0 4
-1 -1 -1 -1
200 50 1 -1 10 1000 0 0
-1
E
either~
The short, thick pelt of a ferret.

~
P
-1

#224
key~
keys~
large steel~
large steel~
lies here, misplaces or forgotten.~
lie here, misplaces or forgotten.~
~
~
Amon~
Adakar~
18 224 0 4 1 0
0 0 26624 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 1 1000 0 0
-1
E
either~
This hefty key is fashioned out of durable steel.  Small scratches

between the teeth indicate much use in recent years.

~
P
-1

#225
jerkin~
jerkins~
black leather~
black leather~
of hard black leather and strange runes lies here.~
of hard black leather and strange runes lie here.~
~
~
Amon~
Adakar~
9 225 64 0 9 0
0 0 4 0 0 0 4
0 3 -1 -1
700 100 1 -1 1 500 0 0
-1
E
either~
This upper body armor is fashoned of polished black leather of some

unknown animal, and boiled and dried to form a hard breast covering.  It

has been further toughened by arcane spells, and small runes are etched

into its surface.  Pushing your nail into it, you find it as tough as

iron, yet light as leather.

~
P
-1

#226
black leather gloves~
black leather gloves~
~
~
have been left here.~
have been left here.~
pair of~
pairs of~
Amon~
Fenlyn~
9 226 -2147483648 0 129 144
0 0 4 0 0 0 4
0 5 -1 -1
100 2000 10 -1 1 500 0 0
-1
E
either~
A pair of black leather gloves.

~
P
-1

#227
piece of troll flesh~
pieces of troll flesh~
~
~
lies here.~
lie here.~
~
~
Mange~
Adakar~
11 227 -2130706432 0 1 0
0 0 0 0 0 0 4
1 -1 -1 -1
40 70 1 -1 10 1000 0 0
-1
E
either~
A chunk of greenish, foul, rotten troll flesh.  You wouldn't be surprised

to find a maggot or three in there somewhere, too.

~
P
-1

#228
helm~
helms~
blackened~
+of the guardian~
lies here.~
lie here.~
~
~
Kreel~
Fenlyn~
9 228 -2138832896 0 17 2179072
0 64 4096 0 0 0 4
0 5 0 0
500 500 3 -1 4 875 0 0
853909097
E
either~
This helm is charred and black and enscribed on its sides with spidery,

undecipherable runes.  It is dome-like in shape, hinged cheek plates and

a t-shaped nose-guard.

~
P
-1

#229
flask of oil~
flasks of oil~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
Greyclaw~
Adakar~
0 229 -2147483648 0 16385 0
0 0 0 0 0 0 4
-1 -1 -1 -1
100 50 1 -1 10 1000 0 0
-1
E
either~
A flask of oil.

~
P
-1

#230
tourniquet~
tourniquets~
~
~
lies tied in a bundle.~
lie here in a small pile.~
~
~
Greyclaw~
Fenlyn~
29 230 0 0 1 -2147483648
0 0 16 0 0 0 4
-1 -1 -1 -1
10 20 1 -1 10 1000 0 0
-1
E
either~
This bandage is used to bind wounds of injured characters.  It is

basically a large piece of cloth.  

~
P
-1

#231
empty hooded lantern~
empty hooded lanterns~
~
~
lies here.~
lie here.~
~
~
Greyclaw~
Adakar~
28 231 0 0 1 0
0 0 0 0 0 0 4
-1 -1 0 -1
100 0 1 -1 1 1000 0 0
-1
E
either~
It is a rather large and bulky brass lantern, surrounded by a glass hood

to protect the flame.  You look inside and see that the oil reservoir is

empty.

~
P
4 229
pour~
~
if( has_obj( 229, ch ) ) {

  act_tochar( #char, ch, obj );

  act_notchar( #room, ch, obj );

  junk_obj( has_obj( 231, ch ), 1 );

  junk_obj( has_obj( 229, ch ), 1 );

  obj_to_char( oload( 25 ), ch );

  }

~
E
room~
$n pours a flask of oil into $p.

~
E
char~
You pour a flask of oil into $p.

The lantern is full.

~
!
-1

#232
shell necklace~
shell necklaces~
~
~
lies here.~
lie here.~
~
~
Greyclaw~
Fenlyn~
9 232 262208 0 5 0
0 0 128 0 0 0 4
0 1 0 -1
100 1000 5 -1 3 500 0 0
-1
A 13 5
E
either~
This necklace is made of several shells strung on a thin cord.  Acting as

a pendant is a small crab shell.  A very unusual necklace.  You doubt

anyone would have made it just for decoration.  

~
P
-1

#233
crab shell~
crab shells~
~
~
lies here.~
lie here.~
~
~
Greyclaw~
Adakar~
13 233 17039360 0 1 0
0 0 64 0 0 0 4
-1 -1 -1 -1
30 25 1 -1 10 1000 0 0
-1
E
either~
This is a particularly small and robust crab shell.  It is a redish pink

color.  You can't think of any use for it except decoration.  

~
P
-1

#234
ritual hammer~
ritual hammers~
~
~
lies here.~
lie here.~
~
~
Talis~
Adakar~
5 234 0 0 8193 0
0 4100 24576 0 0 0 4
0 1 10 3
700 250 1 -1 3 1000 0 0
-1
E
either~
A large, one-handed hammer used in dwarven smithing and ceremonies. 

Runes of ancient dwarven heritage are etched into the sides of the hammer

and spiral down its haft inciting its weilder to grand deeds.

~
P
3 -1
~
~
act_tochar( #boom, ch );

act_notchar( #rboom, ch );

i = 10;

dam_message( ch, i, "explosion as the stollen hammer disintigrates" );

inflict( ch, mob, i, "an explosion" );

junk_obj( obj, 1 );

~
E
boom~
With a flash of light and a loud Ka-BOOM, the gods destory the ritual

hammer in your hands.

~
E
rboom~
With a flash of light and a loud Ka-BOOM, the hammer in $n's hands explodes.

~
!
-1

#235
hammer slot~
hammer slots~
~
~
A hammer slot lies here.~
lie here.~
~
~
Karn~
Adakar~
13 235 1114112 0 0 0
0 0 0 0 0 0 4
-1 -1 -1 -1
100 0 1 -1 1 1000 0 0
-1
E
either~
~
P
-1

#236
wafer~
wafers~
lembas~
lembas~
lies on the ground here.~
lie on the ground here in a small pile.~
~
~
Totem~
Fenlyn~
19 236 0 0 1 0
0 0 512 0 0 0 4
40 -1 -1 0
2 50 1 -1 10 1000 0 0
-1
E
either~
The wafer is a thin bread-like food which is incredibly dense. 

Surprisingly enough it also is very tasty.  

~
P
-1

#237
hourglass~
hourglasses~
~
~
lies here, keeping time.~
lie here, keeping time.~
polished oak~
polished oak~
Phule~
Adakar~
0 237 32768 8 16385 0
0 0 2 0 0 0 4
0 0 0 0
150 1000 1 -1 10 1000 0 0
853953538
E
either~
Wood, glass, and sand have been shaped and formed to create this

hourglass.  The sands within the glass flow smoothly as you turn it over

and over in your hands.

~
P
-1

#238
shield~
shields~
tortoise shell~
tortoise shell~
lies on the ground here.~
lie on the ground here, in a pile.~
~
~
Mange~
Fenlyn~
9 238 262144 0 16385 1064960
0 0 0 0 0 0 4
0 4 0 -1
700 1000 5 -1 4 800 0 0
-1
E
either~
This handsome shield seems to be carved out of the shell of a tortoise.

Looking quite strong the shell seems to work well for defense.

~
P
-1

#239
tortoise shell~
tortoise shells~
large~
large~
lies here~
lie here.~
~
~
Mange~
Fenlyn~
8 239 16777216 0 1 3162112
0 0 64 0 0 0 4
-1 -1 -1 -1
600 100 1 -1 10 1000 0 0
-1
E
either~
This old tortoise shell has seen alot of action.  It's dark green, and

quite hard.  It's no suprise to see how the tortoise lived so long.  The

shell is about the same size as a shield...perhaps it can be fashioned

into one.  

~
P
-1

#240
obsidian altar~
obsidian altar~
huge~
huge~
stands here.~
stand here.~
~
~
Mange~
Adakar~
36 240 131072 0 0 0
0 0 0 0 0 0 4
-1 -1 -1 -1
1000000 0 1 -1 1 550 0 0
-1
E
either~
This huge altar has seen much use, yet it is fairly clean when compared

to the rest of the chamber.  The altar appears to have large grooves

carved into it that allow blood to run off and cover the sides.  The

stone of the altar is carved from one solid piece of dark red obsidion. 

Around its base, blood has collected and coagulated around it giving it

an almost smooth appearence where it meets the floor.

~
P
-1

#241
crowbar~
crowbars~
~
~
lies here.~
lie here.~
~
~
Totem~
Fenlyn~
18 241 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
500 10 0 -1 1 1000 0 0
-1
E
either~
The crowbar is made of strong metal and would work well for prying stuff

open.  

~
P
-1

#242
ragged dog collar~
ragged dog collars~
~
~
lies here.~
lie here.~
~
~
Kreel~
Fenlyn~
9 242 0 0 5 0
0 192 4 0 0 0 4
0 1 0 0
10 100 1 -1 1 500 0 0
853979586
E
either~
This collar is made of well-tanned red leather, and set with several

small, metal studs.  Quite old, it is worn and dusty.  The tarnished

bronze nametag hanging from its front reads 'Nurgurt.' 

~
P
-1

#243
bright red berry~
bright red berries~
~
~
lies here.~
lie here.~
~
~
Totem~
Adakar~
11 243 0 0 1 0
0 0 512 65536 0 0 4
-1 -1 -1 -1
5 7 1 -1 1 1000 0 0
-1
E
either~
The berry is small and bright red, and is of unknown origin.

~
P
-1

#244
strange glowing moss~
strange glowing mosses~
~
~
provides light for the room.~
provide light for the room.~
~
~
Totem~
Fenlyn~
1 244 0 0 16385 0
0 0 512 0 0 0 4
-1 -1 25 25
100 100 1 -1 10 400 0 0
-1
E
either~
A clump of green moss that gives off a soft glow of light.

~
P
-1

#245
sword of venom~
venomous swords~
~
~
writhes on the ground.~
writhe on the ground.~
~
~
Padraig~
Fenlyn~
5 245 80 0 8193 70270976
1 0 0 0 0 0 4
0 3 6 2
600 5000 20 -1 1 1000 0 0
-1
E
either~
A short-sword, this small dark blade has an elaborate pommel of two 

entwined snakes.  From the base of the pommel a thick dark liquid slowly

and continously oozes down the length of the blade, dripping a black

ichor onto the ground.  

~
P
3 -1
~
~
if( random( 1, 10 ) == 2 ) {

act_tochar( #rpoison, ch );

act_notchar( #poison, ch );

poison( victim );

}

~
E
poison~
@G$n's blade pulses with a sickly green light@n

~
E
rpoison~
@GYour blade pulses with a sickly green light.@n

~
!
-1

#246
stick~
sticks~
charred~
charred~
lies on the ground here.~
lie on the ground here.~
~
~
Greyclaw~
Florian~
11 246 0 0 1 0
0 0 2 0 0 0 4
4 -1 -1 -1
40 0 1 -1 10 1000 0 0
-1
E
either~
The stick is a couple inches long and burnt nearly completely though.  It

is very brittle and turns anything it comes near black from the ashes. 

~
P
-1

#247
long sturdy rope~
long sturdy ropes~
~
~
lies here.~
lie here.~
~
~
Totem~
Fenlyn~
0 247 0 0 1 0
0 0 4 0 0 0 4
-1 -1 -1 -1
400 100 1 -1 1 800 0 0
-1
E
either~
The rope is made of extremely strong hemp fibers and is very long.

~
P
-1

#248
rolling pin~
rolling pins~
wooden~
wooden~
has been dropped here.~
have been dropped here.~
~
~
Merior~
Fenlyn~
5 248 8388608 0 8193 3145728
0 0 2 0 0 0 4
0 2 3 3
300 100 1 -1 1 650 0 0
853993447
E
either~
This large rolling pin is covered with bits of food, as well as some dark

matter.  It looks as if it has been used both in the kitchen as well as

to keep unruly customers at bay.

~
P
-1

#249
glass prism~
glass prisms~
~
~
has been carelessly left here.~
have been carelessly left here.~
~
~
Greyclaw~
Orb~
11 249 -2147221504 0 16385 0
0 0 32 0 0 0 4
5 -1 -1 -1
100 1500 1 -1 10 750 0 0
-1
E
either~
The prism looks to have been very carefully constructed to form a perfect

pyramid.  The crystal is of good quality with only a few lines marring the

surface.  Being made of solid crystal the prism is rather heavy for it's

size.  

~
P
-1

#250
jerkin~
jerkins~
black leather~
black leather~
obviously well-crafted, lies here.~
obviously well-crafted, lie here.~
~
~
Amon~
Fenlyn~
9 250 8650816 0 9 0
0 0 4 0 0 0 4
0 3 0 -1
600 100 1 -1 1 500 0 0
-1
E
either~
The jerkin is mate-black and is soft and supple despite feeling doubly

reinforced.  Patterns engraved into the surface turn out to be sigals

artfully entwined and styled together.  Black beads of dark purples,

blues, and greens further enhance the style.  

~
E
<*Info*>~
Builders: This armor is worn by Vyan guards.

~
P
-1

#251
leggings~
leggings~
black leather~
black leather~
of good craftmanship lie here.~
of good craftmanship lie here.~
~
~
Amon~
Marek~
9 251 -2147221440 0 33 0
0 0 4 0 0 0 4
0 3 -1 -1
400 400 3 -1 1 500 0 0
-1
E
either~
The leggings are mate-black, and soft and supple despite being doubly

reinforced in areas.  Artful engravings turn out to be elegantly entwined

signals.  They seem tougher than normal.  

~
E
<*Info*>~
Builders: This armor is worn by Vyan guards.

~
P
-1

#252
sleeves~
sleeves~
black leather~
black leather~
of good craftmanship lie here.~
of good craftmanship lie here.~
~
~
Amon~
Jimbalaya~
9 252 -2147221504 0 257 0
0 0 4 0 0 0 4
0 4 -1 -1
400 500 5 -1 1 500 0 0
-1
E
either~
The sleeves are mate-black, and are soft and supple despite being doubly

reinforced in areas.  Artful patters engraved upon them, are actually

elegantly entwined sigals, and you guess they are magically enforced

also.  

~
E
<*Info*>~
Builders: This armor is worn by Vyan guards.

~
P
-1

#253
gauntlets~
gauntlets~
black leather~
black leather~
of good craftmanship lie folded here.~
of good craftmanship lie folded here.~
~
~
Amon~
Derna~
9 253 262208 0 129 144
0 0 4 0 0 0 4
0 3 -1 -1
100 500 1 -1 1 500 0 0
-1
E
either~
The gauntlets are mate-black, and are soft and supple despite being

doubly reinforced in areas.  Artful patters engraved upon them, are

actually elegantly entwined sigals, and you guess they are magically

enforced also.  

~
E
<*Info*>~
Builders: This armor is worn by Vyan guards.

~
P
-1

#254
black rose~
black roses~
~
~
lies here unwilting.~
lie here unwilting.~
~
~
Totem~
Merior~
3 254 0 0 16385 0
0 0 0 65536 0 0 4
-1 -1 -1 -1
10 100 1 -1 10 250 0 0
-1
E
either~
Even though the rose has been removed from the bush it still drips an

acrid sap that smokes when it touches flesh.  

~
P
-1

#255
glass sword~
glass swords~
~
~
lies here.~
lie here.~
~
~
Greyclaw~
Marek~
5 255 262208 0 8193 3194880
1 0 32 0 0 0 4
0 4 5 2
400 2700 1 -1 10 500 0 0
-1
E
either~
This sword is made out of a very strange type of glass.  It is very sharp

to the touch and very light.  You feel it would make an incredible weapon

though looks too brittle to last long.  

~
P
3 -1
~
~
if( random( 1, 20 ) == 1 ) {

  act_tochar( #char, ch, obj );

  act_notchar( #room, ch, obj );

  junk_obj( obj );

  }

~
E
room~
@b@RThe glass sword $n is wielding shatters into little pieces.

~
E
char~
@b@RThe glass sword you are wielding shatters into little pieces.

~
!
-1

#256
chunky brass key~
chunky brass keys~
~
~
lies here.~
lie here.~
~
~
Karn~
Kiian~
18 256 8388608 4 1 0
0 0 2099200 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 10 1000 0 0
-1
E
either~
A chunky brass key, it looks a bit out of shape.

~
P
-1

#257
black wreathe~
black wreathe~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
DarkStorm~
Jimbalaya~
9 257 269746192 0 5 0
0 0 0 0 0 0 4
0 3 0 -1
100 1250 3 -1 1 1000 0 0
-1
E
either~
This wreathe is composed completely of black roses that refuse to wilt

even under the hottest sun.  

~
P
-1

#258
unripe berry~
unripe berries~
~
~
An unripe berry lies on the ground here.~
~
~
~
Greyclaw~
Merior~
19 258 0 0 1 0
0 0 512 0 0 0 4
1 -1 -1 -1
1 1 0 -1 1 1000 0 0
-1
E
either~
This berry is hard and a dark green color.  You doubt it would taste nice

and all and I would not recommend eating it.  

~
P
-1

#259
iron helm~
iron helms~
old battered~
old battered~
lies here collecting dust.~
lie here collecting dust.~
~
~
DarkStorm~
Olah~
9 259 -2147483648 0 17 7421952
0 0 4096 0 0 0 4
0 5 0 -1
550 600 3 -1 4 850 0 0
-1
E
either~
This iron helm has exquisitely detailed markings along its exterior.  It

is now battered with a few noticeable dents.

~
P
-1

#260
chain coat~
chain coats~
old~
old~
lies here.~
lie here.~
~
~
DarkStorm~
Fenlyn~
9 260 0 0 9 3227648
0 0 2048 0 0 0 4
0 7 0 -1
900 2000 10 -1 4 750 1 0
-1
E
either~
A once fancy suit of chain armor, now worn and damaged through age.

~
P
-1

#261
old worn gauntlets~
old worn gauntlets~
~
~
lie here collecting dust.~
lie here collecting dust.~
pair of~
pairs of~
DarkStorm~
Derna~
9 261 0 0 129 7422096
0 0 4096 0 0 0 4
0 7 -1 -1
300 700 10 -1 4 700 0 0
-1
E
either~
A once finely crafted pair of chain gauntlets.

~
P
-1

#262
chain sleeves~
chain sleeves~
old~
old~
lie here collecting dust.~
lie here collecting dust.~
pair of~
pairs of~
DarkStorm~
Jimbalaya~
9 262 -2147483648 0 257 7454720
0 0 2048 0 0 0 4
0 7 -1 -1
520 500 1 -1 5 750 1 0
-1
E
either~
A once finely crafted set of chain sleeves.

~
P
-1

#263
chain leggings~
chain leggings~
old~
old~
lie here collecting dust.~
lie here collecting dust.~
pair of~
pairs of~
DarkStorm~
Jimbalaya~
9 263 -2147483648 0 33 7454720
0 0 2048 0 0 0 4
0 7 0 -1
572 500 1 -1 5 750 1 0
-1
E
either~
A once finely crafted pair of chain leggings.

~
P
-1

#264
fine leather boots~
fine leather boots~
~
~
lies here collecting dust.~
lie here collecting dust.~
pair of~
pairs of~
DarkStorm~
Marek~
9 264 -2147483648 0 65 0
0 0 4 0 0 0 4
0 4 -1 -1
600 600 1 -1 3 600 0 0
-1
E
either~
A once fine pair of leather boots, now worn and cracked with age.

~
P
-1

#265
broadsword~
broadswords~
old battered iron~
old battered iron~
lies here collecting dust.~
are lying here collecting dust.~
~
~
DarkStorm~
Orb~
5 265 -2138832832 0 8193 3260416
1 0 4096 0 0 0 4
0 2 6 2
575 1600 10 -1 3 900 0 0
-1
A 19 1
A 18 1
E
either~
A very old, worn and battered iron broadsword.  Though in apparently bad

condition, its blade glows softly with a faint amber light as you hold it.

~
P
-1

#266
old faded tabbard~
old faded tabbards~
~
~
lies here collecting dust.~
lie here collecting dust.~
~
~
Greyclaw~
Fenlyn~
9 266 -1879048192 0 9 0
0 0 16 0 0 0 8
0 3 0 -1
600 600 1 -1 2 300 0 0
-1
E
either~
You can barely make out the coat of arms of the house of StarkAdder

underneath the dust of years.  

~
P
-1

#267
battered iron buckler~
battered iron bucklers~
old~
old~
lies here collecting dust.~
lie here collecting dust.~
~
~
DarkStorm~
Conner~
9 267 -2147483648 0 16385 7356416
0 0 4096 0 0 0 4
0 3 -1 -1
400 350 1 -1 3 900 0 0
-1
E
either~
Underneath the dust is the faded coat of arms of the house of StarkAdder.

~
P
-1

#268
crypt map #1~
crypt map #1~
~
~
A crypt map #1 lies here.~
~
~
~
DarkStorm~
(null pointer)~
1 268 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
100 0 0 -1 1 1000 0 0
-1
E
either~
+---+---+---+---+---+---+---+---+---+---+---+

|   #                                   #   |

+---+   +---+---+---+---+---+---+---+   +---+

|   #   #   |                   |   #   #   |

+---+   +---+                   +---+   +---+

|   #   |< stairs               |   #   #   |

+---+   +---+                   +---+   +---+

|   #   #   |                   |   #   #   |

+---+   +---+                   +---+   +---+

|   #   |   |                   |   #   #   |

+---+   +-#-+                   +---+   +---+

|   #   #   |                   |   #   #   |

+---+   +---+---+---+---+---+---+---+   +---+

|   #                                   #   |

+---+---+---+---+---+---+---+---+---+---+---+

~
P
-1

#269
crypt map #2~
crypt map #2~
~
~
A crypt map #2 lies here.~
~
~
~
DarkStorm~
(null pointer)~
1 269 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
100 0 0 -1 1 1000 0 0
-1
E
either~
+---+---+---+---+---+---+---+---+---+---+---+

|   #                                   #   |

+---+   +---+---+---+---+---+---+---+   +---+

|   #   #   |   #           S < |   #   |   |

+---+   +-S-+   +- -+---+   +---+---+   +---+

|   # > |       |   |   #   #   |   #   #   |

+---+   +---+   +---+---+   +---+---+   +---+

|   #   #   |   #   |   #   #   |   #   #   |

+---+   +---+   +---+---+   +---+---+   +---+

|   #   |   |   |   |   #   #   |   #   #   |

+---+   +-#-+   +-#-+---+   +---+---+   +---+

|   #   #   |   #   |   #   #   |   #   #   |

+---+   +---+---+---+---+---+---+---+   +---+

|   #                                   #   |

+---+---+---+---+---+---+---+---+---+---+---+

~
P
-1

#270
astral gate~
astra gates~
~
~
stands here glowing a deep red.~
stand here glowing deep red.~
~
~
Greyclaw~
Phule~
31 270 131072 0 0 0
0 0 0 0 0 0 4
1 -1 -1 -1
100 0 0 -1 1 1000 0 0
-1
E
either~
The astral gate glows a deep red.  It appears infinitely thin and is the

size of a normal door.  Perhaps you could step into it ...  

~
P
4 -1
enter~
astral gate~
send_to_char( #char, ch );

act_notchar( #room, ch );

transfer( ch, find_room( obj_value( obj, 1 ) ) );

act_notchar( #arrive, ch );

~
E
room~
$n enters the astral gate, disappearing from sight.

~
E
char~
You enter the astral gate ...

~
E
arrive~
You see $n arrive through the gate.

~
!
4 -1
eat consume~
astral gate~
act_tochar( #noeat, ch );

~
E
noeat~
A troll once ate an astral gate. Once. Better not try.

~
!
-1

#271
cloud of locusts~
clouds of locusts~
~
~
is swarming here!~
are swarming here!~
~
~
Greyclaw~
Kiian~
31 271 0 0 0 0
0 0 0 0 0 0 4
1 -1 -1 -1
100 0 1 -1 10 1000 0 0
-1
E
either~
This is a swarming aggressive cloud of biting insects!  You probably do

not want to be in the middle of it.  There must be thousands of them and

they are making a loud buzzing noise and are angry.

~
P
5 -1
~
~
send_to_room( #forms, room );

opcode( obj, 3 );

~
E
forms~
The sky darkens as hundreds of locus swarm into the area!

~
!
2 -1
~
~
send_to_room( #gone, room );

junk_obj( obj );

~
E
gone~
The cloud of locusts dissipates.

~
!
4 -1
~
~
wait( 2 );

loop( all_in_room ) {

  i = 3d6+5;

  dam_message( rch, i, "the many locust bites" );

  inflict( rch, ch, i, "a locust cloud" );

  }

opcode( obj, 3 );

~
!
-1

#272
belt~
belts~
rope~
rope~
lies here.~
lie here.~
~
~
Kiian~
Fenlyn~
9 272 -2146172864 0 2049 131072
0 98 16 0 0 0 4
0 1 0 0
50 100 1 -1 8 400 0 0
-1
A 20 1
E
either~
A thin cord, meant to be tied around one's waist.

~
P
-1

#273
leather jacket~
leather jackets~
tiny~
tiny~
looking like a small doll's outfit, lies here.~
looking like a small doll's outfits, lie here.~
~
~
Amon~
Fenlyn~
9 273 262208 0 9 1054707
0 18 4 0 0 0 4
0 3 0 -1
100 10 1 -1 1 500 0 0
-1
E
either~
Made of some type of leather which seems very strong, it is about doll

sized.  

~
P
-1

#274
leather leggings~
leather leggings~
tiny~
tiny~
that could fit a small doll lie here.~
that could fit a small dolls lie here.~
~
~
Amon~
Marek~
9 274 262208 0 33 6131
0 18 4 0 0 0 4
0 3 -1 -1
100 10 0 -1 1 500 0 0
-1
E
either~
Made of some type of leather which seems very strong, it is about doll

sized.

~
P
-1

#275
leather sleeves~
leather sleeves~
tiny~
tiny~
that could fit a small doll lie here.~
that could fit a small dolls lie here.~
pair of~
pairs of~
Amon~
Jimbalaya~
9 275 -2147221440 0 257 1054707
0 18 4 0 0 0 4
0 3 0 -1
100 250 0 -1 1 500 0 0
-1
E
either~
Made of some type of leather which seems very strong, it is about doll

sized.

~
P
-1

#276
tiny boots~
tiny boots~
~
~
stand here.~
stand here~
pair of~
pairs of~
Amon~
Marek~
9 276 262144 0 65 6131
0 18 4 0 0 0 4
0 2 -1 -1
50 9 1 -1 1 500 0 0
-1
E
either~
Made of some type of leather which seems very strong, it is about doll

sized.

~
P
-1

#277
tiny leather gloves~
tiny leather gloves~
~
~
lie in a pile here.~
lie in a pile here.~
pair of~
pairs of~
Amon~
Marek~
9 277 262208 0 129 3168243
0 0 4 0 0 0 4
0 2 -1 -1
50 8 0 -1 1 500 0 0
-1
E
either~
Made of some type of leather which seems very strong, it is about doll

sized.

~
P
-1

#278
needle~
needles~
small~
small sprite~
lies left here, glinting in the light.~
lie left here, glinting in the light.~
~
~
Amon~
Orb~
5 278 8650816 0 24577 271598591
1 0 73728 0 0 0 4
0 1 3 1
100 10 1 -1 1 1000 0 0
-1
E
either~
Looking closely, you find that its not a needle, but a very finely

crafted sword.  Its shape is slim and designed to poke through whatever

skin it can.  Also to your surprise, is the miniature motes of light that

seems to cascade off its blade as you move it through the air.

~
P
-1

#279
dark foul-smelling cloud~
dark clouds of smoke~
~
~
lingers in the air here.~
linger in the air.~
~
~
Greyclaw~
Kiian~
31 279 64 0 0 0
0 0 0 0 0 0 4
1 -1 -1 -1
100 0 1 -1 10 1000 0 0
-1
E
either~
The cloud of smoke is particularly foul smelling and you really don't

think it would be wise to spend much time in it.  Even breathing a small

amount of it is making you feel ill.  

~
P
5 -1
~
~
send_to_room( #forms, room );

opcode( obj, 3 );

~
E
damage~
@BYou cough and gag as the poison smoke burns through your lungs.

~
E
forms~
@BA dark foul-smelling cloud of smoke rises from the floor.

~
!
2 -1
~
~
send_to_room( #gone, room );

junk_obj( obj );

~
E
gone~
The cloud of dark smoke clears from the air.

~
!
4 -1
~
~
wait( 3 );

if( !obj )

  end;

loop( all_in_room ) {

  i = 3d6+0;

  dam_message( rch, i, "the dark cloud" );

  inflict( rch, ch, i, "the poisonous cloud" );

  poison( rch );

  }

opcode( obj, 3 );

~
!
-1

#280
bamboo shoot~
bamboo shoots~
~
~
grows here.~
grow here.~
~
~
Greyclaw~
Kiian~
11 280 0 0 1 0
0 0 2 0 0 0 4
1 -1 -1 -1
10 10 1 -1 10 1000 0 0
-1
E
either~
This small green plant is only a few inches tall but given time would

grow into a very large stalk of bamboo.  It has a pleasant fresh smell to

it like fresh cut grass.

~
P
0 -1
~
~
~
!
-1

#281
bastard sword~
bastard swords~
iron~
iron~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Orb~
5 281 -2147483648 0 8193 2113536
1 450 4096 0 0 0 4
0 2 7 2
700 700 1 -1 2 900 0 0
-1
E
either~
A thickly-bladed iron bastard sword.

~
P
-1

#282
short bow~
short bows~
~
~
lies here.~
lie here.~
~
~
Greyclaw~
Dragos~
5 282 0 0 8193 3162112
0 0 0 0 0 0 4
0 1 2 9
500 600 0 -1 1 1000 0 0
-1
E
either~
A gut string pulled taut between two ends of a carved wooden grip, this

lightweight weapon is deadly when coupled with far-flying arrows.

~
P
-1

#283
black arrow~
black arrow~
~
~
A black arrow lies here.~
~
~
~
Greyclaw~
(null pointer)~
32 283 0 0 1 0
0 0 0 0 0 0 4
-1 1 6 -1
100 0 0 -1 1 1000 0 0
-1
E
either~
This black missile's pale grey feather flights and deadly-sharp flint

arrowhead can fell even the toughest of enemies when aimed from the bow

of skilled marksmen.

~
P
-1

#284
sprig~
sprigs~
+of germander~
+of germander~
has been left here.~
have been left here.~
~
~
Greyclaw~
Kiian~
11 284 0 0 1 0
0 0 0 0 0 0 4
1 -1 -1 -1
30 75 1 -1 10 1000 0 0
-1
E
either~
A fresh sprig of germander.

~
P
-1

#285
scroll~
scrolls~
pale white~
+of amnesia~
lies here.~
lie here.~
~
~
Greyclaw~
Merior~
2 285 262208 0 16385 0
0 0 1 0 0 0 4
0 10 1 -1
20 10000 1 -1 10 1000 0 0
-1
E
either~
This scroll is a tightly bound roll of thick paper.  It has lots of

strange symbols on it which strangely fade away at the end.  

~
P
-1

#286
ring~
rings~
silver and black~
+of succour~
has been foolishly left here.~
have been foolishly left here.~
~
~
Greyclaw~
Eala~
9 286 11800642 0 3 0
0 0 64 0 2 0 4
0 0 -1 -1
20 0 1 -1 10 10000 0 0
-1
E
either~
This ring of twisted bright-silver and dark-onyx represents the ying and

the yang.  Life and Death.  Wings of the two greatest opposing forces.

Keep this ring safe, as legend holds, it has the power to stave off even

entropy...once.

~
P
-1

#287
old skeleton~
old skeletons~
~
~
of some animal lies here.~
of some animals lie here.~
~
~
Serth~
Kiian~
34 287 1048576 0 1 0
0 0 128 0 0 0 4
-1 -1 -1 -1
500 0 1 -1 10 1000 0 0
-1
E
either~
This appears to be the old skeleton of some small animal.  For some

reason one of its bones seems unusually strong and knobby.

~
P
-1

#288
handful of acorns~
handfuls of acorns~
~
~
are scattered all about the area here.~
are scattered all about the area here.~
~
~
Amon~
Olah~
19 288 0 0 1 0
0 0 514 0 0 0 4
40 -1 -1 -1
60 15 0 -1 1 1000 0 0
-1
E
either~
This is a small handful of ordinary acorns.  They're probably more useful

to a squirrel than to you.

~
P
-1

#289
pile of bones~
piles of bones~
~
~
lie in a heap here.~
lie in a heap here.~
~
~
Serth~
Kiian~
15 289 0 0 0 0
0 0 128 0 0 0 4
1 -14 -1 -1
500 0 1 -1 10 1000 0 0
-1
E
either~
This pile of bones looks like the remains of a dwarf or elf.  From

underneath the pile, something catches your eye.  

~
P
-1

#290
loincloth~
loincloths~
~
~
of animal furs, sized for a giant, lies here.~
of animal furs, sized for a giant, lie here.~
~
~
Serth~
Fenlyn~
9 290 0 0 2049 0
0 386 4 0 0 0 4
0 3 0 -1
400 100 1 -1 1 500 0 0
-1
E
either~
This very large piece of clothing has been fashioned from several

different animal skins.  One portion is recognizable as bearskin; another

might be wolf.

~
P
-1

#291
mace~
maces~
silver-bladed~
silver-bladed~
gleams here looking deadly and beautiful.~
gleam here looking deadly and beautiful.~
~
~
DarkStorm~
Orb~
5 291 8388672 0 8193 7454720
1 194 147456 0 0 0 4
0 3 8 6
700 2625 35 -1 6 900 0 0
-1
A 19 1
E
either~
The mace is one-handed, with a silver gleaming oblong head.  Splayed out

from the head are vertical flat-edged blades in the shape of perhaps

half spiderwebs.  The blades are intended to puncture through metalic

armor to punish soft tissue underneath.

~
P
-1

#292
small diamond-encrusted wand~
small diamond encrusted-wands~
~
~
lies here.~
lie here.~
~
~
Serth~
Phule~
8 292 64 4 16385 0
0 0 0 0 0 0 4
-1 -1 -1 -1
50 5000 1 -1 10 1000 0 0
-1
E
either~
This is a small wand with diamonds set into the tips, making it faintly

glow.  It doesn't appear to have any magical properties, but looks

priceless.  

~
P
-1

#293
helm~
helms~
knight's~
knight's~
lies here.~
lie here.~
~
~
DarkStorm~
Olah~
9 293 -2147221504 32 17 7454720
0 0 4194304 0 65536 0 4
0 8 0 -1
500 2400 13 -1 3 750 1 0
-1
E
either~
This finely crafted helm is made of a thin sheet of shiny metal.  Its

ridges form several recognizable patterns, resembling horses and shields.

~
P
-1

#294
knight's breastplate~
knights' breastplates~
~
~
lies here.~
lie here.~
~
~
darkstorm~
Fenlyn~
9 294 -2147483648 0 9 7454720
0 0 4096 0 0 0 4
0 11 -1 -1
1000 5000 20 -1 3 1000 1 0
-1
E
either~
A thin but finely crafted metal breastplate.  Once covered with etchings

and intricate designs, age has worn most of them away.

~
P
-1

#295
tabbard~
tabbards~
knight's~
knight's~
lies here.~
lie here.~
~
~
darkstorm~
Fenlyn~
9 295 -1879048128 0 9 0
0 0 16 0 0 0 8
0 4 0 -1
150 4500 19 -1 3 400 0 0
-1
A 6 5
A 21 2
E
either~
You can clearly see the coat of arms of the evil house Starkadder

emblazoned on this tabbard.  

~
P
-1

#296
knight's chain sleeves~
knights' chain sleeves~
~
~
lie here.~
lie here in a pile.~
pair of~
pairs of~
DarkStorm~
Jimbalaya~
9 296 -2147483648 32 257 7454720
0 0 4194304 0 0 0 4
0 8 0 -1
480 1000 10 -1 4 750 1 0
-1
E
either~
A very finely crafted pair of chain sleeves.

~
P
-1

#297
knight's chain gauntlets~
knights' chain gauntlets~
~
~
lies here.~
lie here.~
pair of~
pairs of~
DarkStorm~
Derna~
9 297 -2147483648 32 129 7454864
0 0 4194304 0 0 0 4
0 9 -1 -1
260 700 10 -1 5 700 1 0
-1
E
either~
A once very fine pair of chain gauntlets, now aged and damaged from the

passage of time.

~
P
-1

#298
knight's chain leggings~
knights' chain leggings~
~
~
lies here.~
lie here.~
pair of~
pairs of~
DarkStorm~
Jimbalaya~
9 298 -2147483648 32 33 7454720
0 0 4194304 0 0 0 4
0 9 0 -1
520 850 10 -1 4 700 1 0
-1
E
either~
A very finely crafted pair of chain leggings.

~
P
-1

#299
knight's boots~
knights' boots~
~
~
lies here.~
lie here in a pile.~
pair of~
pairs of~
DarkStorm~
Jimbalaya~
9 299 -2147483648 0 65 7421952
0 66 4 0 0 0 4
0 5 0 -1
340 2000 10 -1 4 600 0 0
-1
E
either~
A once-finely crafted pair of boots, now cracked and damage from age.

~
P
-1

#300
knight's shield~
knights' shields~
~
~
lies here.~
lie here.~
~
~
DarkStorm~
Fenlyn~
9 300 -2147483648 0 16385 3227648
0 194 4096 0 0 0 4
0 7 0 -1
640 800 10 -1 5 900 1 0
-1
E
either~
A once-finely crafted great iron shield, now decayed with age.

~
P
-1

#301
gauntlets~
gauntlets~
black iron~
+of might~
lie on the ground here.~
lie on the ground here.~
pair of~
pairs of~
DarkStorm~
Derna~
9 301 8388672 4 129 7422080
0 0 36864 0 0 0 4
0 5 -1 -1
500 15000 35 -1 6 900 0 0
-1
A 19 1
A 18 1
A 1 1
E
either~
As you look closely at these massive gauntlets, you notice a series of

arcane symbols etched into the black iron.  Barely perceptable, the

symbols radiate a powerful aura of enchantment.

~
P
-1

#302
knight's girth~
knights' girths~
~
~
lies here on the ground.~
lie here on the ground.~
~
~
DarkStorm~
Fenlyn~
9 302 8650816 0 2049 3784768
0 0 4096 0 0 0 4
0 10 0 -1
250 7500 25 -1 5 850 0 0
-1
A 19 1
A 13 5
A 18 1
A 12 -10
E
either~
Fine etchings worn away by time and heavy use, are still faintly evident

on this old iron girth.  Well oiled, leather straps attached to this dull

grey girth mark this belt as a still functional piece of armor.

~
P
-1

#303
~
~
dark single-bladed axe, set with a ruby~
blood axe~
lies here.~
lie here.~
~
~
DarkStorm~
Orb~
5 303 8650816 8 8193 70369314
1 0 73728 0 0 0 4
0 4 5 8
575 7350 30 -1 5 1000 0 0
-1
A 13 10
E
either~
The single, backcurving blade of this axe is of a dark alloy which glints

with a sinister red quality.  When blood is upon the blade, it disappears

right into the surface of the metal, the effect fascinating to watch, as

the blade itself seems to drink the blood.  

~
P
3 -1
~
~
i = random( 1, 4 );

if( random( 1, 8 ) == 8 ) {

  heal( ch, dice( 3, 5 ) );

  if( i == 1 )

    act_tochar( #m1, ch );

  if( i == 2 )

    act_tochar( #m2, ch );

  if( i == 3 )

    act_tochar( #m3, ch );

  if( i == 4 )

    act_tochar( #m4, ch );

  }

~
E
m4~
@RYou shudder as traceries of energy dance up the nerves in your weapon arm.

~
E
m3~
@RThe ruby in the axe's shaft glows as energy flows into you.

~
E
m2~
@RYou gasp in pleasure as warm energy flows into you from the axe.

~
E
m1~
@RThe axe shaft seems to pulse in your hand as energy passes up your arm.

~
!
7 -1
~
~
act_tochar( #wear, ch );

~
E
wear~
@RA hot power flows into you as you wield the axe, strengthening you and

filling your mind with whispering thoughts of carnage.

~
!
-1

#304
root~
roots~
humanoid-looking~
mandrake~
grows from the ground here.~
grow from the ground here.~
~
~
Greyclaw~
Fenlyn~
11 304 0 0 16385 0
0 0 512 0 0 0 4
1 -1 -1 -1
30 500 1 -1 10 250 0 0
-1
E
either~
This root looks as most roots but has a very pugent odor to it.  It is a

fairly rare root and is much in demand by mages as a reagent.  

~
P
-1

#305
scroll~
scrolls~
old~
+of minor enchant~
lies here.~
lie here.~
~
~
Greyclaw~
Merior~
2 305 64 0 1 0
0 0 1 0 0 0 4
62 10 1 -1
20 5000 1 -1 10 1000 0 0
-1
E
either~
A worn piece of parchment inscribed with many arcane runes and diagrams.

~
P
-1

#306
raccoon skin~
raccoon skins~
~
~
lies here.~
lie here.~
~
~
Totem~
Kiian~
33 306 16777216 0 1 0
0 0 16 0 0 0 4
-1 -1 -1 -1
200 100 1 -1 10 1000 0 0
-1
E
either~
The fur is thick and warm but far too small for you to use.

~
P
-1

#307
shield~
shields~
heraldic~
heraldic~
with the arms of house BlackAdder lies here.~
with the arms of house BlackAdder lie here.~
~
~
DarkStorm~
Fenlyn~
9 307 8388672 0 16385 7454720
0 194 8192 0 0 0 4
0 12 0 -1
1000 5000 25 -1 6 1000 0 0
-1
E
either~
The coat-of arms on this shield depict, in gem and precios metal inlay, a

dark serpent with sapphire eyes and ruby fangs dripping emerald venom.

~
P
-1

#308
axe~
axes~
frost~
frost~
lies here radiating cold.~
lie here radiating cold.~
~
~
DarkStorm~
Orb~
5 308 8650816 0 8193 3260448
1 0 64 0 0 0 4
0 3 6 8
575 2200 20 -1 5 900 0 0
-1
E
either~
This huge axe seems to be made of solid ice that doesn't melt, radiating

an intense cold which tends to bunch and cramp the muscles in your arm. 

The blade has a wicked edge, and when chipped, quickly melts and refreeze

to fix itself.  

~
P
-1

#309
helm~
helms~
obsidian~
obsidian~
lies here glowing brightly.~
lie here glowing brightly.~
~
~
DarkStorm~
Olah~
9 309 8650833 0 17 7421952
0 0 64 8192 0 0 4
0 7 0 -1
605 7500 35 -1 1 550 0 0
-1
E
either~
You see a helm seemingly made of a solid piece of obsidian.  Although its

facial area is a dark shiny surface, you can somehow still see out

through some magical sight.  

~
E
approve~
Leaving infravision on it for now.  I made it base cleric level 10 ac of

7 and +25 levels since is level 25 ranger spell.

~
P
-1

#310
belt~
belts~
red-orange~
+of resilience~
lies on the ground here.~
lie on the ground here.~
~
~
DarkStorm~
Fenlyn~
9 310 262208 8 2049 1048576
0 0 512 0 0 0 4
0 3 0 -1
100 27000 60 -1 5 1000 0 0
-1
A 7 10
A 14 10
A 13 10
A 19 1
E
either~
This immensely thick belt appears to be made of some sort of reptillian

hide with the scales left on.  The scales are unusual and shade from a

light orange to a fiery red.  

~
P
-1

#311
claymore~
claymores~
dark~
dark~
lies here glinting in the light.~
lie here glinting in the light.~
~
~
DarkStorm~
Orb~
5 311 8409172 0 8193 75087872
1 194 18432 0 65536 0 4
0 2 17 2
825 2500 35 -1 7 800 0 0
-1
E
either~
This sword seems to be fashioned of a strange black material with

metallic properties but not quite like anything you have ever seen

before. The cross-guard holds two rubies that seem to wink evily.

~
P
7 -1
~
~
act_tochar( #char, ch );

~
E
char~
@b@RYou swing the dark claymore experimentaly when suddenly it grafts itself

to your hand.  You feel a sudden weakness as it taps into your essence.

~
!
-1

#312
ring~
rings~
+set with fiery rubies~
heartflame~
lies here.~
lies here.~
~
~
Amon~
Jimbalaya~
9 312 277086273 0 3 0
0 0 18432 0 0 0 4
0 3 0 -1
20 9000 30 -1 5 750 0 0
-1
A 20 7
A 21 7
E
either~
A fine ring made out of a bright, light metal.  A single large red stone

is set in the band, and as you gaze into it, faint red flames dance about

its surface, crackling with magical energy.

~
P
-1

#313
steel battle axe~
steel battle axes~
~
~
lies on the ground.~
lie on the ground in a small pile.~
~
~
Kiian~
Orb~
5 313 -2147483648 0 8193 3162144
1 0 8192 0 0 0 4
0 3 4 8
800 1700 1 -1 3 1000 0 0
-1
E
either~
Its sharp head reflecting light along the length of its blade, this steel

axe is heavy but well-balanced, a weapon of the finest quality.  A stout

wooden handle supports the axe head, and a simple but proud stamp along

the back of the blade signals that the weaponsmith found this item's

quality to his satisfaction.

~
P
-1

#314
pelt~
pelts~
golden fur~
golden fur~
with coppery highlights and great beauty rests here.~
with coppery highlights and great beauty rest here.~
~
~
Amon~
Merior~
33 314 16777216 0 1 0
0 0 4 0 0 0 4
-1 -1 -1 -1
1000 1000 1 -1 10 1000 0 0
-1
E
either~
The pelt is of golden fur which glitters with coppery highlights.  Its

weight and beauty is great and can sell for much gold to a fur trader.  

~
P
-1

#315
talon~
talons~
golden-hued~
golden gorger~
reflects light from its smooth surface here.~
reflect light from their smooth surfaces here.~
~
~
Amon~
Kiian~
8 315 8650816 0 16385 2
0 0 4096 0 0 0 4
-1 -1 -1 -1
50 2500 20 -1 10 1000 0 0
-1
E
gorger talon~
It looks like a sharp talon the size of your index finger.  Its smooth

iron-hard surface is a rich golden hue, and it seems to radiate a soft

energy.  

~
E
$%@^%@***COMMENT~
Note: if anyone presently has this talon, it should be removed from them. 

It was mistakely made reavailable post-purge and should not be back (yet). 

Kiian.

~
E
either~
It looks like a sharp talon the size of your index finger.  Its smooth,

iron-hard surface radiates a soft, golden energy.

~
P
-1

#316
sword~
swords~
tiny~
tiny~
about the size of your finger lies here.~
about the size of your finger lie here.~
~
~
Amon~
Orb~
5 316 8650816 0 8193 3163135
1 0 2048 0 0 0 4
0 2 1 1
10 30 1 -1 1 1000 0 0
-1
E
either~
The sword looks almost like a toy.  It is so small, about the size of

your finger.  Only its craftmanship shows it to be serious weapon. 

~
P
-1

#317
crossbow~
crossbows~
tiny~
tiny~
with a quiver of bolts has been left here.~
with quivers of bolts have been left here.~
~
~
Amon~
Marek~
5 317 262208 0 8193 3163135
0 0 2 0 0 0 4
0 2 3 9
20 60 0 -1 1 650 0 0
-1
E
either~
The crossbow is so tiny you almost thing it to be a a toy or something. 

But its craftmanship is great, and it seems functional.  Too small to

use though.  

~
P
-1

#318
spear~
spears~
tiny~
tiny~
lies here, looking like a toothpick.~
lie here, looking like a toothpicks.~
~
~
Amon~
Orb~
5 318 64 0 8193 3163135
1 0 2 0 0 0 4
0 2 1 10
20 20 0 -1 1 650 0 0
-1
E
either~
The spear is extremely tiny, and seems to be a very well made toothpick.

~
P
-1

#319
girdle~
girdles~
dwarf-skull~
dwarf-skull~
lies here, the bone yellow in the light.~
lie here, the bones yellow in the light.~
~
~
Amon~
Fenlyn~
9 319 262208 8 2049 8
0 130 4 0 0 0 4
0 3 0 -1
800 5000 20 -1 5 700 0 0
-1
A 13 5
A 12 -10
A 1 1
E
either~
This sturdy girdle is constructed entirely from the skulls, skins and

beards of a few score of very unfortunate dwarves.

~
P
-1

#320
ring~
rings~
plain gold~
+of the magi~
lies on the floor.~
lie on the floor.~
~
~
Kiian~
Jimbalaya~
9 320 277086272 8 3 3080192
0 0 32768 0 0 0 4
0 1 0 0
10 44000 80 -1 1 700 0 0
-1
A 6 10
A 20 30
A 12 20
E
either~
A plain gold band, polished and ready to slip upon your finger.

~
P
-1

#321
branch~
branches~
dull grey~
ironwood~
lies here.~
lie here.~
~
~
Totem~
Marek~
8 321 8650816 4 16385 0
0 0 4098 0 0 0 4
-1 -1 -1 -1
1500 300 1 -1 10 650 0 0
-1
E
either~
The branch is long and pretty straight.  Its color is that of dull iron

or steel.  You find it as strong as iron, but lighter.  

~
P
-1

#322
vial~
vials~
+of liquid metal~
+of 1 fl. oz. of true iron~
is proped up on the ground here.~
are proped up on the ground here.~
~
~
Totem~
Kiian~
8 322 0 4 1 0
0 0 4096 0 0 0 4
-1 -1 -1 -1
100 900 1 -1 10 1000 0 0
-1
E
either~
This small flask contains one fl.  oz.  of true iron; it's color is

strangely colorfull with all the colors in a rainbow.  

~
P
0 -1
~
~
~
!
-1

#323
scimitar~
scimitars~
wicked~
wicked~
lies here looking mean but unwieldy.~
lie here looking mean but unwieldy.~
~
~
Mange~
Orb~
5 323 8667200 0 8193 3194880
1 450 8192 0 0 0 4
0 2 10 2
700 4000 13 -1 5 1000 0 0
-1
A 19 1
A 2 -1
E
either~
This scimitar has a three-pointed serrated edge, with the first point

being the largest and the following two being smaller, angling toward

the slightly back-curved tip of the sword.  This effect looks wicked, but

bulky and unwieldy.

~
P
-1

#324
river~
rivers~
~
~
~
~
~
~
Mange~
Olah~
25 324 8716288 0 0 0
0 0 64 0 0 0 4
-1 -1 0 8
100000 0 0 -1 1 1000 0 0
-1
E
either~
Cool water, clear and pure, invites you to drink and sate your thirst.

~
P
-1

#325
bar~
bars~
iron~
iron~
lies here.~
lie stacked here.~
~
~
Amon~
Orb~
8 325 8388608 0 1 0
0 0 4096 0 0 0 4
-1 -1 -1 -1
3500 40 1 -1 10 1000 1 0
-1
E
either~
Metal is usually shipped in this bar form before it is smelted and used.

~
P
-1

#326
Athanor,~
Athanors,~
magical~
magical~
which is a rare furnace, sits here.~
which are rare furnaces, sit here.~
~
~
Amon~
Amon~
12 326 262211 0 1 0
0 0 64 0 0 0 4
-1 -1 -1 -1
200000 99999 0 -1 1 1000 0 0
-1
E
either~
It takes a lot of work to make one of these.  100cts of powdered quartz

is needed, and it takes a full month to isolate the necessary quantity of

Rare Earths.  One must then "cure" it which takes another month.  

~
P
-1

#327
Aludel~
Aludel~
alchemical~
alchemical~
sits here on a sturdy table.~
sit here on a sturdy table.~
~
~
Amon~
Kiian~
12 327 8650816 0 0 0
0 0 32 0 0 0 4
-1 -1 -1 -1
100000 2000 1 -1 1 1000 0 0
-1
E
either~
A rare and difficult alchemical tool.  It takes two weeks to isolate the

great quantity of Rare Earths, and 12cts of powdered quartz and 7fl oz of

clear water.  Once formed it is fired in an Athanor for two more weeks.

~
P
-1

#328
robe~
robes~
deep blue and silver~
deep blue and silver~
with silver hem, has been left here.~
with silver hems have been left here.~
~
~
Amon~
Fenlyn~
9 328 262208 0 9 131072
0 0 131088 0 0 0 4
0 4 0 -1
600 8000 29 -1 5 400 0 0
-1
A 20 1
A 9 5
A 21 1
A 7 5
E
either~
The robe is thickly woven with a thread of deep-blue that has a strange

glitter to it.  The effect is further enhanced by the robe's silver hem,

which upon close inspection shows elegantly embroidered magic sigals. 

~
P
-1

#329
decaying corpse~
decaying corpses~
~
~
is lying on the floor.~
are lying on the floor.~
~
~
Mange~
Florian~
15 329 2359296 4 1 0
0 0 772 0 0 0 4
1 -16 -1 -1
20000 0 0 -1 1 1000 0 0
-1
E
either~
Arranged neatly in the center of the circle is this corpse.  The elven

corpse has been prepared for some type of ritual, it has been cleaned and

all its wounds have been crudely sewn back together.  It is completely

absent of hair and wears only a pair of cut off breeches.  Placed about

its neck is an amulet to the deity Jolirith, Lord of the Dead.  

~
P
-1

#330
candle~
candles~
tallow~
tallow~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
1 330 0 0 1 0
0 0 512 0 0 0 4
0 0 20 0
50 20 1 -1 10 500 0 0
-1
E
either~
A simple whitish candle made from solid animal fat.

~
P
-1

#331
tree~
trees~
ironwood~
ironwood~
of much value grows here.~
of much value grow here.~
~
~
Amon~
Marek~
12 331 8650752 0 0 0
0 0 514 0 0 0 4
0 0 -1 -1
1000000 0 1 -1 10 650 0 0
-1
E
either~
This is a long, slender tree with bark of a silvery grey, metallic color. 

True to its name, its wood is said to have the strength of iron, but it

takes many hundreds of years for them to grow.  Thus they are rare, and

elves protect the few left, viciously.

~
P
-1

#332
mithril helm~
mithril helms~
~
~
lies on the ground.~
lie on the ground.~
~
~
Olah~
Olah~
9 332 0 0 17 2146816
0 0 16384 0 0 0 1886547812
0 14 0 0
450 11000 35 -1 4 1100 1 0
894584196
E
either~
This glimmering silver and white helm is exceedingly well crafted. 

Strong and smooth, it would provide excellent protection for your head.

~
P
-1

#333
dagger~
daggers~
wavy-bladed~
wavy-bladed~
with wicked edge and gem encrusted hilt, lies here.~
with wided edges and gem encrusted hilts, lies here.~
~
~
Mange~
Orb~
5 333 -2144992172 0 8193 137363456
1 0 8192 0 0 0 4
0 3 6 1
250 2700 30 -1 6 650 0 0
-1
E
either~
This is an ornately-designed dagger, its blade sharp and wavy along its

entire length.  Its gem-encrusted hilt sparkles brilliantly, with or

without light, and though you sense an age about this item it appears

quite new to your eye.

~
P
-1

#334
helm~
helms~
demon~
demon~
rests here, solid, black, visorless.~
lie here, solid, black, visorless.~
~
~
DarkStorm~
Olah~
9 334 8654913 0 17 74465280
0 0 8256 0 0 0 4
0 8 0 -1
700 14000 30 -1 7 1000 0 0
-1
A 7 5
A 10 5
E
either~
This helm looks like a solid chunk of some black material with sapphire

streaks throughout.  it is visorless but the faceplate is a smokey grey

surrounded by a crimson border.  

~
E
approve~
level 15 cleric/thief ac of 8.  +20 levels for resistances...-5 level for

no.remove 

~
P
-1

#335
scrap of paper~
scraps of paper~
~
~
lies here.~
lie here.~
~
~
Kreel~
Merior~
0 335 0 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
854007400
E
either~
Wrinkled and folded many times, this tiny scrap of parchment reads:

Now is the winter of our *discontent*..

~
P
-1

#336
amulet~
amulet~
~
~
lies here.~
lie here.~
~
~
Mange~
Jimbalaya~
9 336 16 0 5 72957952
0 0 40960 0 0 0 4
0 3 0 -1
100 0 1 -1 1 1000 0 0
-1
E
either~
Shapped as a large snarling dog head, this amulet is a prized object for

priests and shamans of Jolirith.  It has been constructed of admantite

with a steel chain attached to the top of the amulet.  

~
P
4 -1
use clasp~
amulet~
if object_in_room 10

~
!
-1

#337
mottled cloak~
mottled cloaks~
odd~
+of elf skin~
lies here.~
lie here.~
~
~
Mange~
Fenlyn~
9 337 268697664 0 9 1048578
0 0 4 0 0 0 8
0 6 0 -1
600 5000 20 -1 4 500 0 0
-1
E
after~
Made of numerous skins from elven folk, this cloak has been patched

together from the usefull parts of the hides.  When tanned the elven skin

turns a unique color, depending on the individual's lifestyle.  The

coloration of the cloak varies from brownish-green to an almost pure

white.

~
E
before~
A mottled cloak-like garment, large in size and made from several hides

carefully sewn together.  You cannot tell the source of the skin, but it

seems to offer a surprising amount of protection to the wearer.

~
P
-1

#338
stone hammer~
stone hammers~
~
~
lies here, covered in dust.~
lie here, covered in dust.~
~
~
Kreel~
Orb~
5 338 0 0 8193 2097152
0 0 64 0 0 0 4
0 1 8 3
450 400 1 -1 2 600 0 0
854019927
E
either~
This hammer is of ancient design, a stone head set atop a stout oak

handle.  The head is wrapped with criss-crossed straps of leather to hold

it in place.

~
P
-1

#339
gland~
glands~
silk~
silk~
lies here.~
lie here.~
~
~
Amon~
Kiian~
11 339 262144 0 16385 0
0 0 0 0 0 0 4
1 -1 -1 -1
30 250 1 -1 10 1000 0 0
-1
E
either~
This is actually a websack-like organ found in some large spiders, used

to create their unique webs.  They are sometimes wanted for the casting

of entrapment type spells.

~
P
-1

#340
ferry sign~
ferry sign~
~
~
is nailed to the dock.~
~
~
~
Mange~
Greyclaw~
12 340 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
1000000 0 0 -1 1 1000 0 0
-1
E
either~
Ferry Arrival Times

        

Due to the raging war in the south, the ferry will not be running to

other ports.  As soon as word of a victor is received the ferry will once

again be open for public use.

       

           Sorry for the inconvience.

                      The Management

~
P
-1

#341
staff~
staffs~
small, scorched~
+of Zarander~
pulses faintly where it lies.~
pulse faintly were they lie.~
~
~
Merior~
Orb~
5 341 0 0 8193 268435456
0 0 2 0 0 0 4
0 4 1 4
300 250 30 -1 7 650 0 0
843178210
A 20 5
A 7 -5
A 6 5
A 12 10
E
either~
This small staff is covered with scorch marks; testament to its proximity

to a recent conflagration.  It is not very large; yet it seems to pulse

with some mysterious power.

~
P
-1

#342
white silk shirt~
white silk shirts~
~
~
lies crumpled on the ground.~
lie crumpled on the ground.~
~
~
Phule~
Fenlyn~
9 342 0 8 9 0
0 0 16 0 0 0 2
0 2 0 -1
100 50 1 -1 1 300 0 0
-1
E
either~
A simple white tunic made of silk.  It's sleeves are baggy, and it

buttons in the front.  Perhaps it would give you that certain

roguish-chivalrous look you've been searching for when you don't wish to

wear armor.

~
P
7 -1
~
~
act_tochar( #wear, ch );

~
E
wear~
The shirt fits gently over your body, surrounding you in its gentle silk

embrace.

~
!
-1

#343
crescent axe~
crescent axes~
~
~
is stuck in the ground here.~
are stacked here.~
~
~
Mange~
Orb~
5 343 2048 0 8193 70303776
1 0 4096 0 0 0 4
0 3 8 8
900 5000 25 -1 6 900 0 0
843076552
E
either~
Made of wrought iron and sharpened to a nearly razor-like quality, the

axe has many nicks and scrapes along it's surface.  Its stout wooden

handle has a number of knotches carved into it.  Blood stains portions of

the blade and the upper part of the haft.  A small loop of leather

dangles from the base of the handle.

~
P
-1

#344
river~
the water~
~
~
~
~
~
~
Mange~
Caer~
25 344 327680 0 0 0
0 0 0 0 0 0 4
50 -1 0 0
0 0 0 -1 1 1000 0 0
-1
E
either~
Cool and clear, the burbling water looks inviting enough to drink.

~
P
-1

#345
snake skin~
snake skin~
~
~
A shiny green snake skin lies here.~
~
~
~
Nightshade~
(null pointer)~
33 345 16777216 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
200 125 0 -1 1 1000 0 0
-1
E
either~
This beautiful skin is a translucent green color, and reflects bits of

green in the light.  

~
P
-1

#346
fiery dagger~
fiery daggers~
~
~
sizzles on the ground.~
sizzle on the ground.~
~
~
Merior~
Marek~
5 346 -2139093503 0 8193 0
1 0 513 0 0 0 4
0 2 4 1
300 1350 15 -1 4 750 0 0
843951407
A 7 20
A 8 -10
E
either~
This small dagger is very hot, as if it had just been removed from a fire. 

It has a long, thin blade, and the tip is just slightly singed.

~
P
-1

#347
set of tattered robes~
sets of tattered robes~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
Mange~
Fenlyn~
9 347 262144 0 9 983040
0 0 16 0 0 0 4
0 7 0 -1
350 20000 50 -1 3 300 0 0
-1
A 13 5
A 3 1
E
either~
These moth-eaten robes seem to be ancient, yet they are incredibly strong. 

Small holes have been chewed in the cloth many years before but there

doesn't appear to be any new holes.  Brown in color and made for a very

large man, these robes somehow seem like they would be extremely

comfortable.

~
P
-1

#348
cloak~
cloaks~
thin red~
thin red~
lies on the ground.~
lie on the ground here.~
~
~
Kiian~
Fenlyn~
9 348 -1878785984 0 9 0
0 0 16 0 0 0 8
0 2 0 0
300 2000 10 -1 3 300 0 0
-1
A 12 10
E
either~
A thin red cloak, woven from a fine but surprisingly tough cloth.  A

simple clasp is used to fasten it around your neck.

~
P
-1

#349
toad legs~
toad legs~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Nightshade~
Greyclaw~
19 349 16777216 0 1 0
0 0 768 0 0 0 4
-1 10 -1 0
100 12 0 -1 1 1000 0 0
-1
E
either~
If you are squeemish these are not the meal for you, but they look

perfectly safe to eat though slightly slimey.  

~
P
-1

#350
loincloth~
loincloths~
large leather~
large leather~
lies on the ground.~
lie on the ground.~
~
~
Mange~
Fenlyn~
9 350 0 0 2049 0
0 386 4 0 0 0 4
0 3 -1 -1
600 100 1 -1 1 600 0 0
-1
E
either~
Made entirely of leather and crudely stitched together this meager piece

of clothing will barely cover those sensitive parts.

~
P
-1

#351
snake egg~
snake eggs~
~
~
lies here.~
lie here.~
smooth, shiny~
~
Nightshade~
Merior~
8 351 0 0 1 0
0 0 512 0 0 0 4
-1 -1 -1 -1
300 200 0 -1 1 1000 0 0
-1
E
either~
This shiny, smooth snake egg looks valuable..  but is it worth the risk

it took to get it?  

~
P
-1

#352
the divine Sword 'Farslayer'~
the divine Sword 'Farslayer'~
~
~
A divine sword 'Farslayer' lies here.~
~
~
~
Nightshade~
Kreel~
5 352 0 0 1 0
1 0 0 0 0 0 4
0 3 6 2
1200 100000 91 -1 1 1000 0 0
-1
E
either~
This Sword of the Gods is a full meter long, engraved with intricate,

ancient runes of Flight and Revenge.  On its smooth black hilt is the

distinguishing feature of the Swords of Power, the symbol of

Farslayer, a target.  You recall a verse from an ancient song that goes

something like: 


       @M@bFarslayer howls across the world,

       For thy heart, for thy heart, who hast wronged me!

       Vengeance is his who casts the blade,

       Yet he will in the end no triumph see.

~
P
-1

#353
sickly green potion~
sickly green potions~
~
~
lies here.~
lie here.~
~
~
Mange~
Merior~
10 353 0 0 1 0
0 0 0 32 256 0 4
29 1 30 -1
50 0 0 -1 1 1000 0 0
-1
E
either~
This small vial is filled with a putrid, green colored liquid.  On top of

the vial is a small cork stopper that has been sealed with wax.

~
P
4 -1
quaff~
potion~
plague( ch );

continue;

~
E
to_all~
You see $n slip something into the water supply.

~
E
to_char~
Trying to look innocent, you empty the contents of the vial into the

water supply.  

~
!
0 -1
throw~
potion~
plague( ch );

continue;

~
!
-1

#354
mystery meat stew~
mystery meat stews~
~
~
lies here.~
lies here.~
~
~
Mange~
Merior~
19 354 0 0 1 0
0 0 768 0 0 0 4
15 -1 -1 0
50 6 1 -1 10 1000 0 0
-1
E
either~
Made of some unidentified meat and some common vegetables, this stew was

massed produced.  The stew comes in it's own little leather bag and is

ready for travel.  

~
P
-1

#355
delicious-looking clam~
delicious looking clams~
~
~
lies here.~
lie here.~
~
~
Merior~
Merior~
19 355 -2130444288 0 1 0
0 0 768 0 0 0 4
25 0 0 0
50 30 1 -1 10 1000 0 0
894055343
E
either~
This succulent-looking clam must have just been pulled from its shell. 

You can still smell the salt water as you bring it close to your nose.

~
P
-1

#356
{sword} Avenger~
{swords} Avengers~
silvery black~
~
is planted into the ground here.~
lie here.~
~
~
Mange~
Orb~
5 356 1073741888 0 8193 410763264
1 0 36864 0 0 0 4
0 3 11 2
600 10000 50 1 7 900 0 0
843079524
E
either~
Forged with two very distinctly different metals, this sword looks

ancient yet is brand new.  The fantastic etchings along the blade and

crossguard seem to move of their own accord.  The two metals compromising

the majority of the sword completely contrast each other.  The dark

swirls of metal seem to absorb all light while the silver portion seems

to glow with a brilliant aura.

~
P
-1

#357
area~
areas~
fire~
fire~
can be found here. You see charcoal and burned sticks.~
can be found here. You see charcoal and burned sticks.~
~
~
Amon~
Talis~
15 357 65536 0 0 0
0 0 2 0 0 0 4
1 -16 -1 -1
0 0 0 -1 1 1000 0 0
-1
E
either~
A small stack of sticks and ashes lie in a pile here.  For the most part,

the fire has gone completely cold, although if you look hard enough, you

can find a few last remnants of light and warmth.  The sticks are

arranged in a circular pattern, with ash, burned tinder and other things

within it.

~
P
-1

#358
bramberry bush~
bramberry bushes~
~
~
grows nearby.~
grow nearby.~
~
~
Amon~
Kiian~
0 358 8650752 0 0 0
0 0 2 0 0 0 4
9 -16 -1 -1
5000 0 1 -1 10 1000 0 0
-1
E
either~
The bush is that which grows small red bramberries.  Inside of it you

even see a few.  

~
P
4 -1
get pick~
red berry berries bramberries~
if( rflag( reset0, room ) ) {

  if( random( 1, 5 ) < 3 ) {

    send_to_char( #none, ch );

    remove_rflag( reset0, room );

    }

  else {

    if( is_player( ch ) ) {

      obj_to_char( oload( 243 ), ch );

      send_to_char( #ch, ch );

      }

    else

      act_tochar( #no_hands, ch );

    }

  }

else

  send_to_char( #none, ch );

~
E
ch~
You pick one of the small red berries.

~
E
none~
There are no more berries on the bush.

~
E
no_hands~
You havn't hands to pick or carry berries.

~
!
-1

#359
shortsword~
shortswords~
onyx engemmed~
onyx engemmed~
of dull mithril and tentacle-like images lies here.~
of dull mithril and tentacle-like images lie here.~
~
~
Amon~
Orb~
5 359 8650752 0 8193 3162112
1 0 10240 0 0 0 4
0 2 5 2
300 900 10 -1 4 950 0 0
-1
A 18 1
E
either~
The blade is a dull steel, with a crossbar of twinning tentacle-like

images.  The hilt is bound in black cloth, almost hiding the large

black-glinting Onyx in the pommel.  Something seems odd about the Onyx

and it keeps attracting your attention.  

~
P
-1

#360
dagger~
daggers~
bronze parrying~
bronze parrying~
with a thick blade and tongued cross-bar lies here.~
with a thick blades and tongued cross-bars lie here.~
~
~
Amon~
Orb~
5 360 -2138832832 0 24577 0
1 0 2048 0 0 0 4
0 1 6 1
250 500 1 -1 2 800 0 0
-1
E
either~
The dagger is a new design to you.  Its blade is sturdy and thick, but

not too long, or too sharp for that matter.  Its crossbars curve forward

and look like they were designed to catch and disarm other blades. 

~
P
-1

#361
brown-banded key~
brown-banded keys~
~
~
lies here.~
lie here.~
~
~
Gramp~
Kiian~
18 361 0 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 0 -1 1 1000 0 0
-1
E
either~
This is the key you got off the warlock guard.

~
P
-1

#362
brown-banded collar~
brown-banded collars~
~
~
lies here.~
lie here.~
~
~
Gramp~
Jimbalaya~
9 362 4160 0 5 0
0 0 4 0 0 0 4
0 1 0 -1
100 100 1 -1 1 700 0 0
-1
E
either~
It's a simple leather collar that has runic patterns of a violet colored

metal attached to it.

~
P
-1

#363
dagger~
daggers~
violet hued~
krynite~
lies here glinting an alien sharp edge.~
lie here glinting an alien sharp edges.~
~
~
Gramp~
Marek~
5 363 -2147482560 4 8193 32768
1 0 2097216 0 0 0 4
0 3 6 1
120 2700 30 -1 5 1000 0 0
-1
A 13 5
A 12 20
E
either~
The hilt is polished steel bound in black leather stips.  The blade

itself is medium length, of a pecular steel color tinted with a hue of

violet or purple.  It is very sharp and balances well in your hand.

~
P
-1

#364
altar~
altars~
ornate~
+of Arradar~
stands here, glowing deepest red.~
stand here, glowing deepest red.~
~
~
Kreel~
Kreel~
15 364 1085411409 4 0 67108864
0 256 64 0 0 0 4
0 0 0 0
100000 500 1 -1 10 1000 0 0
854020681
E
either~
This four-foot-high altar is wrought of white granite.  It is a narrow

structure, with three legs supported a shallow stone bowl 18" across. 

Inside the bowl are dark stains, which run up over the edge to spill down

the edges.

~
P
-1

#365
sword~
sword~
violet-hued~
krynite~
lies here looking deadly in its alieness.~
lie here looking deadly in their alieness.~
~
~
Gramp~
Marek~
5 365 262208 4 8193 3260416
1 0 2097152 0 0 0 4
0 2 11 2
400 4500 30 -1 5 1000 0 0
-1
E
either~
A long, strange-looking and violet-hued sword.

~
P
-1

#366
pike~
pikes~
violet-hued~
krynite~
rests here, sharp blade gleaming.~
are strewen here, sharp blades gleaming.~
~
~
Gramp~
Marek~
5 366 16448 4 8193 3786752
1 194 2097154 0 0 0 4
0 3 9 5
700 9000 30 -1 5 950 0 0
-1
E
either~
A violet-hued pike.

~
P
-1

#367
mace~
maces~
violet-hued~
krynite~
with steel shaft, lies here.~
with steel shafts, lie here.~
~
~
Gramp~
Marek~
5 367 64 4 8193 6373376
0 0 2097152 0 0 0 4
0 3 7 6
500 2250 30 -1 5 1000 0 0
-1
A 13 5
A 12 20
E
either~
A leather bound grip with steel shaft running upwards a short distance to

a large oval onyx head.  The head is all of gleaming black stone, with a

strange violet hue, and studded with coin-sized onyx knobs.  When

swinging the mace if feels like it's taking more effort than it should,

but when it hits, it hits _hard_.

~
P
-1

#368
blanket~
blankets~
woolen~
woolen~
is lying on the ground here.~
are lying on the ground here.~
~
~
Kiian~
Fenlyn~
9 368 268697600 8 9 0
0 0 16 0 0 0 8
0 3 0 0
300 1000 5 -1 3 400 0 0
-1
A 21 10
A 22 10
A 7 -10
A 8 5
A 2 -2
E
either~
A fine but thin woolen blanket.

~
P
-1

#369
single bladed axe~
single bladed axes~
violet-hued~
krynite~
of alien metal lies here.~
of alien metal lie here.~
~
~
Gramp~
Marek~
5 369 64 4 8193 7454752
1 0 2097152 0 0 0 4
0 3 8 8
550 6300 30 -1 5 1000 0 0
-1
E
either~
A violet-hued single-bladed axe.

~
P
-1

#370
old gnarled cane~
old gnarled cane~
~
~
An old gnarled cane lies here.~
~
~
~
Gramp~
Marek~
5 370 8650752 0 8193 410763264
0 0 2 29631424 1 0 4
0 10 10 4
100 0 93 97 1 650 0 0
-1
A 18 20
A 17 500
A 19 20
A 10 60
A 9 60
A 8 60
A 7 60
A 6 60
E
either~
This ugly old cane is made of a wood that you have never seen before.

~
P
-1

#371
chest~
chests~
barnacle covered~
barnacle covered~
rests here, almost hidden in the seafronds.~
rest here, almost hidden in the seafronds.~
~
~
Amon~
Amon~
15 371 262144 0 0 0
0 0 8192 0 0 0 4
20 -3 0 0
12000 0 0 -1 1 1000 0 0
-1
E
either~
The chest is covered in barnacles and seafronds, showing its age.  It is

metal but its integrity does not look to have been compromised by the

corrosive water.  

~
P
-1

#372
set~
sets~
+of silver plates~
+of silver plates~
shine here, only a little tarnished.~
shine here, only a little tarnished.~
~
~
Amon~
Amon~
8 372 8650752 0 1 0
0 0 2048 0 0 0 4
-1 -1 -1 -1
1500 800 0 -1 1 1000 0 0
-1
E
either~
These probably graced the table of a captain, or were stolen from a noble

in a pirate raid...  

~
P
-1

#373
ruby goblet~
ruby goblets~
~
~
of twinkling gold and enjemed with ruby stands here.~
of twinkling gold and enjemed with rubies stand here.~
~
~
Amon~
Talis~
17 373 8650752 0 1 0
0 0 262144 0 0 0 4
50 0 0 0
50 1100 0 -1 1 1000 0 0
-1
E
either~
This would definitly be a rich mans cup.  It is tulip shaped and solid

gold.  Rubies set in the side twinkle in the light.  

~
P
-1

#374
chain~
chains~
grime covered~
grime covered~
lies here in a lump.~
lie here in lumps.~
~
~
Amon~
Amon~
13 374 0 0 16385 0
0 0 8192 0 0 0 4
-1 -1 -1 -1
800 0 0 -1 1 1000 0 0
-1
E
either~
You're not sure what this used to be, but it looks like the water got to

it.  

~
P
-1

#375
chunk of ore~
chunks of ore~
violet~
krynite~
lies on the ground.~
lies on the ground.~
~
~
Gramp~
Florian~
0 375 8650816 4 1 0
0 0 64 0 0 0 4
-1 -1 -1 -1
500 500 1 -1 10 1000 0 0
-1
E
either~
This piece of ore fits in your hand and feel unusually light.  Not only

that, but the ore, while it looks like steel, has an unusual violet cast

to it.  The surface of the rocky chunk has a minor, reflective property

to it as well.

~
P
-1

#376
dagger hilt~
dagger hilts~
~
~
lies here.~
~
~
~
Gramp~
Rue~
0 376 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
50 0 0 -1 1 1000 0 0
-1
E
either~
A small hilt shaped in the form of a cross.  It can be used in the

forging of a dagger.

~
P
-1

#377
mold~
molds~
fist~
fist~
lies here.~
lie here.~
~
~
Gramp~
Kiian~
0 377 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
200 0 1 -1 10 1000 0 0
-1
E
either~
A hard clay mold.  The inside of which contains the inverted shape of

a fist.

~
P
-1

#378
sword hilt~
sword hilt~
~
~
lies on the ground, bladeless.~
lie on the ground, bladeless.~
~
~
Gramp~
Florian~
0 378 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
400 75 0 -1 1 1000 0 0
-1
E
either~
A large hilt shaped in the form of a cross.  It would be part of a sword

if there were a blade attached.

~
P
-1

#379
shaft~
shafts~
spear~
spear~
lies here.~
lie here.~
~
~
Gramp~
Marek~
0 379 0 0 1 0
1 0 2 0 0 0 4
-1 -1 -1 -1
300 0 1 -1 10 650 0 0
-1
E
either~
A long metal stick.  It would appear to make a fine spear if there were

a blade attached.

~
P
-1

#380
mace~
maces~
large bronze~
large bronze~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Orb~
5 380 -2147483648 0 8193 7356416
0 0 2048 0 0 0 4
0 2 6 6
600 250 1 -1 2 800 0 0
-1
E
either~
A heavy mace fashioned out of bronze, with fine carvings running up and

down the handle.

~
P
-1

#381
head~
heads~
+of the raider chief~
+of the raider chief~
lies in a pool of blood.~
lie in a pool of blood.~
~
~
Kiian~
Orb~
34 381 1093795840 4 1 0
0 0 4 0 0 0 4
0 0 0 0
1000 0 1 -1 1 1000 0 0
-1
E
either~
A bloody head, now starting to rot.

~
P
-1

#382
axe shaft~
axe shaft~
~
~
lies here.~
lie here.~
~
~
Gramp~
Kiian~
0 382 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 0
400 0 1 -1 10 1000 0 0
-1
E
either~
A short metal stick.  It would appear to make a fine axe handle with the

addition of an axe blade.

~
P
-1

#383
staff~
staves~
violet-hued~
krynite~
lies here looking rather odd in design.~
lie stacked here.~
~
~
Gramp~
Marek~
5 383 -2147467200 4 8193 8355840
0 0 2097216 0 0 0 4
0 2 8 4
250 750 30 -1 5 1000 0 0
-1
A 13 5
A 12 20
E
either~
A thick tapering staff of onyx stone with a pecular purple highlight. 

The staff weighs little enough, but when you push to move it, it takes

more energy than you feel required.  And when it hits, it hits with that

built-up inertia.  The staff is cold to the touch and very smooth.

~
P
-1

#384
Chiiron Astral Gate~
Chiiron Astral Gate~
~
~
spirals in the air here.~
~
~
~
Gramp~
Athyle~
31 384 131072 0 0 0
0 0 0 0 0 0 4
-1 -1 -1 -1
100 0 0 -1 1 1000 0 0
-1
E
either~
Enter here to go to Chiiron.

~
P
4 -1
enter~
chiiron astral gate~
act_tochar( #gate, ch );

act_notchar( #isgate, ch );

transfer( ch, find_room( 904 ) );

~
E
isgate~
$n has left for Chiiron via the gate.

~
E
gate~
You enter the gate.

~
!
-1

#385
slave corpse~
corpses~
~
~
lies here.~
lie here.~
~
~
Gramp~
Athyle~
15 385 0 0 0 0
0 0 768 0 0 0 4
5 0 0 0
10000 0 0 -1 1 1000 0 0
-1
E
either~
The naked body of a female dwarf that seems to have passed away somewhat

recently.

~
P
-1

#386
arena key~
arena keys~
~
~
~
~
~
~
Ashkai~
Ashkai~
18 386 0 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 0 -1 1 1000 0 0
-1
E
either~
This large steel key has a tag attached.

~
E
tag~
The tag reads, "To the Arena."

~
P
-1

#387
fluffy white tail~
fluffy white tails~
~
~
lies here.~
lie here.~
~
~
Mange~
Kiian~
34 387 0 0 16385 0
0 0 4 0 0 0 4
-1 -1 -1 -1
100 50 0 -1 1 1000 0 0
-1
E
either~
You see a large, fluffy rabbit tail, missing one rabbit.

~
P
4 -1
rub~
tail~
to_char to_char

to_room to_room

cast_char blink

continue

~
E
to_room~
$n rubs something in his hands.

~
E
to_char~
You rub the soft, white tail in your hand.

~
!
-1

#388
fox pelt~
fox pelts~
silver~
silver~
lies here.~
lie here.~
~
~
Gramp~
Kiian~
33 388 16777216 0 1 0
0 0 16 0 0 0 4
-1 -1 -1 -1
100 100 1 -1 10 500 0 0
-1
E
either~
The skin is a beautiful silver hide carved from a fox.

~
P
-1

#389
glass vial~
glass vials~
~
~
has been carelessly discarded here.~
have been carelessly discarded here.~
~
~
Greyclaw~
Rebekka~
17 389 0 0 1 0
0 0 32 0 0 0 4
100 0 0 0
10 15 1 -1 1 1000 0 0
-1
E
either~
This is nothing more than the name implies - a glass vial.  There is

nothing special about it.  

~
P
-1

#390
statue~
statues~
golden~
sst'rasa~
stands atop a pedestal, bloody spear in hand.~
stand atop pedestals, bloody weapons in their hands.~
~
~
Gramp~
Florian~
8 390 1179648 0 1 0
0 0 294912 0 0 0 4
-1 -1 -1 -1
90000 0 1 -1 8 1000 0 0
-1
E
either~
This golden statue is a stylized figure of Sst'rasa, the lizardman god of

war.  The statue stands over a foot tall, and is of a heavily armored

lizardman wielding a bloody spear.  

~
P
-1

#391
iron-banded key~
iron-banded key~
~
~
An iron-banded key lies here.~
~
~
~
Gramp~
Padraig~
18 391 0 4 1 0
0 0 4096 0 0 0 4
-1 -1 -1 -1
10 0 0 -1 1 1000 0 0
-1
E
either~
This slender key is surrounded by iron rings, and has a hand holding a

lightning bolt engraved in the top.  

~
P
-1

#392
breastplate~
breastplate~
obsidian~
obsidian~
lies here.~
lie here.~
~
~
Dread Knight~
Fenlyn~
9 392 8388608 0 9 70369280
0 0 64 0 0 0 4
0 14 0 -1
1320 13000 35 -1 6 550 0 0
-1
E
either~
Streaks of dark sapphire run through the glassy black material of this

breastplate.  The joints and highlights are a dark crimson.

~
P
-1

#393
obsidian arm plates~
obsidian arm plates~
~
~
lies here.~
lie here.~
pair of~
pairs of~
DarkStorm~
Jimbalaya~
9 393 8388672 0 257 70893568
0 0 64 0 0 0 4
0 14 -1 -1
900 6000 35 -1 4 550 0 0
-1
E
either~
Streaks of dark sapphire run through the glassy black material of this

armor.  The joints and highlights are a dark crimson. 

~
P
-1

#394
glass ring~
glass rings~
~
~
lies here.~
lie here.~
~
~
Dragos~
Jimbalaya~
8 394 268435520 0 3 0
0 0 32 256 0 0 4
-1 -1 -1 -1
10 15000 40 -1 10 100 0 0
-1
E
either~
This ring is actually a small tube that was formed into a ring.  Within

it, you see a mist swirling around.  

~
P
7 -1
~
~
if( random( 1, 12 ) == 1 ) {

  send_to_char( #char, ch );

  act_notchar( #room, ch, obj );

  junk_obj( obj );

  }

~
E
room~
$n breaks the glass ring as $e places it on $s finger.

~
E
char~
The delicate glass ring breaks as you place it on your finger.

~
!
-1

#395
ring~
rings~
jasper~
jasper~
of brown and green stone lies here.~
of brown and green stone lie here.~
~
~
Caer~
Jimbalaya~
8 395 262208 8 3 0
0 0 64 0 8 0 4
-1 -1 -1 -1
10 9000 30 -1 1 650 0 0
-1
A 24 50
E
either~
This ring is a gleaming circlet of rich tan and dark green jasper.  You

see the physician's staff and serpent carved into the beautiful stone. 


~
P
-1

#396
grey astral gate~
grey astral gate~
~
~
A @bgrey astral gate@n stands here, beckoning you in.~
~
~
~
Nightshade~
(null pointer)~
31 396 131072 0 0 0
0 0 0 0 0 0 4
1 -1 -1 -1
100 0 0 -1 1 1000 0 0
-1
E
either~
A thick mist pours from this infinitely thin but otherwise normal-sized

door.  You can only imagine where it would take you.

~
P
4 -1
enter~
astral gate~
send_to_char( #char_enter, ch );

act_notchar( #room_enter, ch );

transfer( ch, find_room( 34000 ) );

~
E
room_enter~
$n enters the astral gate, instantly disappearing from sight.

~
E
char_enter~
You enter the gate and suddenly find yourself elsewhere.

~
!
-1

#397
leather breeches~
leather breechess~
~
~
lie folded on the ground.~
lie folded on the ground.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 397 0 0 33 0
0 0 4 0 0 0 4
0 4 0 0
100 50 5 -1 1 500 0 0
-1
E
either~
A simple pair of pants made of well-worn leather, fastened by a

drawstring.  They are light and loose-fitting, comfortable for travel and

a favorite of hunters of light game.

~
P
-1

#398
stream~
stream~
~
~
bubbles by here.~
~
~
~
Greyclaw~
Rue~
25 398 65536 0 0 0
0 0 0 0 0 0 4
50 -1 0 0
50000 0 1 -1 10 1000 0 0
-1
E
either~
This is a small stream of what appears to be pure water.  Looks quite

drinkable.  

~
P
-1

#399
scythe of death~
scythe of death~
~
~
A scythe of death lies here.~
~
~
~
Gramp~
Kiian~
5 399 9846788 0 8193 8191
1 0 0 4194304 0 0 4
0 8 10 4
10000 0 1 -1 10 1000 0 0
-1
A 19 10
A 18 10
E
either~
This giant scythe seems to almost glare back at you when you look at

it.

~
P
-1

#400
twiggy nest~
twiggy nests~
~
~
sits in a deep crag.~
~
~
~
Rue~
Rue~
15 400 0 0 0 0
0 0 0 0 0 0 809185339
2 0 0 0
1 0 1 -1 10 1000 0 1275727131
893896133
E
either~
This nest is made of twigs and small sticks.  Small feathers and random

strings also stick out from the nest.  It is comfortably nestled in a

deep crag in the pinnacle's rock.

~
P
-1

#401
obsidian boots~
obsidian boots~
~
~
sit here.~
sit here.~
pair of~
pairs of~
Nightshade~
Jimbalaya~
9 401 -2139095040 0 65 3260416
0 0 64 0 0 0 4
0 11 0 -1
1100 11000 35 -1 4 550 0 0
-1
A 1 1
E
either~
Streaks of dark sapphire run through the glossy black material of these

boots.  The joints and highlights are a dark crimson.  

~
P
-1

#402
gauntlets~
gauntlets~
obsidian~
obsidian~
lies on the ground here.~
lie on the ground here.~
pair of~
pairs of~
Nightshade~
Derna~
9 402 8388608 0 129 70369280
0 0 64 0 0 0 4
0 12 -1 -1
480 6000 35 -1 1 550 0 0
-1
A 7 5
E
either~
Streaks of dark sapphire run through the glossy black material of these

gauntlets.  The joints and highlights are a dark crimson.

~
P
-1

#403
leg plates~
leg plates~
obsidian~
obsidian~
lies on the ground here.~
lie on the ground here.~
pair of~
pairs of~
Nightshade~
Jimbalaya~
9 403 8388608 0 33 70369280
0 0 64 0 0 0 4
0 14 0 -1
900 10000 35 -1 8 550 0 0
-1
E
either~
Streaks of dark sapphire run through the glossy black material of these

leg plates.  The joints and highlights are a dark crimson.

~
P
-1

#404
shield~
shields~
obsidian~
obsidian~
is lying on the ground here.~
lie on the ground in a heap.~
~
~
Nightshade~
Fenlyn~
9 404 8388608 0 16385 70336512
0 0 64 0 0 0 4
0 12 -1 -1
800 16500 45 -1 4 550 0 0
-1
A 7 5
E
either~
Streaks of dark sapphire run through the glossy black material of this

shield.  The edges and highlights are a dark crimson.

~
P
0 -1
~
~
send_to_char( #fit, ch );

~
E
fit~
The shield molds itself to your hand for a perfect fit.

~
!
0 -1
~
~
~
!
-1

#405
cloak~
cloaks~
midnight blue~
midnight blue~
lies here.~
lie here.~
~
~
Caer~
Fenlyn~
9 405 276824132 0 9 0
0 0 16 0 0 0 8
0 3 0 -1
600 2000 10 -1 1 400 0 0
-1
A 9 10
A 7 5
A 8 -20
E
either~
This mysterious cloak seems to draw in all light, creating a shadow

effect that distorts your vision.  

~
P
-1

#406
squirrel meat~
squirrel meat~
~
~
lies here.~
lie here.~
piece of~
pieces of~
Caer~
Merior~
19 406 16777216 0 1 0
0 0 256 0 0 0 4
2 0 -1 0
10 5 1 -1 10 1000 0 0
-1
E
either~
A small piece of squirrel meat.

~
P
-1

#407
four-leaf clover~
four-leaf clovers~
~
~
lies on the ground.~
lie on the ground.~
~
~
Caer~
Olah~
9 407 277086272 8 8209 0
0 0 512 0 0 0 4
0 0 0 -1
10 500 5 -1 10 50 0 0
-1
A 13 5
E
either~
A small leafy plant no bigger than your thumb.

~
P
-1

#408
wooden knife~
wooden knives~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Orb~
5 408 8388608 0 24577 3162976
1 0 2 0 0 0 4
0 2 3 1
200 50 1 -1 1 650 0 0
-1
E
either~
A small knife made from the very heart of a large oak tree.

~
P
-1

#409
hair~
hairs~
grizzly~
grizzly~
lies here.~
lie here.~
~
~
Gramp~
Merior~
0 409 16777216 0 1 0
0 0 16 0 0 0 4
-1 -1 -1 -1
5 50 0 -1 1 1000 0 0
-1
E
either~
A short brown strand of hair taken from the coat of a grizzly bear.

~
P
-1

#410
hair~
hairs~
moorhound~
moorhound~
lies here.~
lie on the ground here.~
~
~
Gramp~
Merior~
0 410 16777280 0 1 0
0 0 4 8388608 0 0 4
-1 -1 -1 -1
5 200 1 -1 10 1000 0 0
-1
E
either~
A short black strand of hair taken from the coat of a moorhound.

~
P
-1

#411
necklace~
necklaces~
woven hair~
+of mystic strength~
of woven hair and strands of gold lies here.~
of woven hair and strands of gold lie here.~
~
~
Gramp~
Terek~
9 411 1310784 4 5 0
0 0 4 0 0 0 4
0 2 0 -1
100 8500 20 -1 5 500 0 0
-1
A 1 1
E
either~
A finely-woven necklace made from the hairs of grizzly bears and

moorhounds.

~
P
-1

#412
piece of paper~
piece of paper~
~
~
A piece of paper lies here.~
~
~
~
Gramp~
(null pointer)~
13 412 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 0 -1 1 1000 0 0
-1
E
either~
The paper contains only an odd symbol and a single word:


                               3

                              \|/

                             1-*-4

                              /|\

                               2


                             TWICE

~
P
-1

#413
robe~
robes~
dark purple~
+of protection~
lies here.~
lie here.~
~
~
Gramp~
Fenlyn~
9 413 64 0 9 0
0 0 16 0 0 0 4
0 8 0 -1
300 9000 30 -1 5 400 0 0
-1
E
either~
A large fist holding a bolt of lightning adorns the front of this robe. 

It's as long as a large human, covering nearly all of one's body. 

Shimmering slightly in the light, it gives off a tremendous aura.  

~
P
-1

#414
trowel~
trowels~
~
~
lies embedded in the dirt.~
lie embedded in the dirt.~
~
~
Dragos~
Merior~
5 414 0 0 24577 0
0 0 0 0 0 0 4
0 2 2 1
200 20 1 -1 1 1000 0 0
-1
E
either~
This small little gardening tool serves a dual purpose.  The three

pronged end makes for an excellent garden tool.  It can also serve as a

weapon against small creatures.  

~
P
-1

#415
clump of herbs~
herbs~
~
~
grows sweet and fragrant.~
grow sweet and fragrant.~
~
~
Merior~
Merior~
11 415 0 0 1 0
0 0 512 0 0 0 4
0 0 0 1
10 10 1 -1 10 1000 0 0
854031243
E
either~
This small clump of herbs is fragrant and very refreshing.  You can

identify quite a bit of rosemary, with just a spring of thyme among its

fragrant stalks.

~
P
-1

#416
stick of incense~
sticks of incense~
light green~
pilgrim's~
lies here.~
lie here in a small pile.~
~
~
Kiian~
Kiian~
1 416 64 0 1 0
0 0 2 0 0 0 4
0 0 35 0
20 250 1 -1 10 600 0 0
-1
A 22 10
E
either~
A small stick of incense, light green in color.

~
P
-1

#417
scimitar~
scimitars~
+of red flames~
darkfire~
crackles in a circle of burnt area on the ground.~
crackle in circles of burnt areas on the ground.~
~
~
Dread Knight~
Orb~
5 417 8392768 0 8193 3194880
1 0 0 0 0 0 4
0 1 1 2
800 12000 1 -1 9 700 0 0
-1
A 18 2
E
either~
The heat coming from the strange scimitar shaped flames cause anything it

touches to turn into a dull grey ash.  

~
P
3 -1
~
~
i = random( 10, 25 );

if( random( 1, 3 ) == 1 ) {

  dam_message( victim, i, "The darkfire flame" );

  if( find_stat( victim, level ) < 11 ) {

    act_tochar( #user_burn, ch );

    inflict( ch, mob, i, #user_burn );

    }

  else {

    act_tochar( #power, ch );

    i = random( 5, 12 );

    heal( ch, i );

    }

  inflict( victim, ch, i, "darkfire scimitar" );

  }

~
E
user_burn~
@b@RYou are seared by the Darkfire as it searches for enough to consume!

~
E
power~
@RPower surges into you as the Darkflames consume your opponent.

~
!
-1

#418
cabinet~
cabinet~
~
~
lies here.~
lie here.~
~
~
Gramp~
Kiian~
15 418 65536 0 0 0
0 0 0 0 0 0 4
5 -11 -1 -1
100 0 0 -1 1 1000 0 0
-1
E
either~
It's a plain wooden cabinet.

~
P
-1

#419
corpse~
corpses~
decomposing~
decomposing~
lies here, giving off a horrid stench.~
lie here, giving off a horrid stench.~
~
~
Ruthler~
Athyle~
13 419 0 0 0 0
0 0 768 0 0 0 4
-1 -1 -1 -1
1000 0 0 -1 1 1000 0 0
-1
E
either~
This small corpse is rather far along the process of decomposition.  It

is crawling with maggots and other small bugs.  The decaying flesh seems

to be the source of the smell.  

~
P
-1

#420
skeleton~
skeletons~
~
~
of a long dead adventurer lies here.~
of long dead adventureres lie here~
~
~
Ruthler~
Talis~
13 420 0 0 1 0
0 0 128 0 0 0 4
-1 -1 -1 -1
8000 0 0 -1 1 1000 0 0
-1
E
either~
The skeleton of a long dead adventurer lies here. The bones are gray with

age, and cracked in many places.  No trace of flesh or muscle remains

attached to the dessicated bones.

~
P
-1

#421
stone gargoyle~
stone gargoyles~
~
~
sits atop the gate.~
sit atop the gate.~
~
~
Gramp~
Athyle~
0 421 0 0 0 0
0 0 64 0 0 0 4
-1 -1 -1 -1
100 0 0 -1 1 1000 0 0
-1
E
either~
This large gargoyle has the face of a man, or at least a man-like

creature, and the body of a large lion.

~
P
-1

#422
meat cleaver~
bloody meat cleavers~
~
~
glistens with blood.~
glisten with blood.~
~
~
Caer~
Orb~
5 422 -2147483632 0 8193 201326592
1 0 0 0 0 0 4
0 2 4 2
300 250 1 -1 1 1000 0 0
-1
E
either~
The wide metal blade of this kitchen tool is covered with rich, red blood. 

The edge is filed sharp, just the thing for hacking through dense muscle,

bone and sinew.  The sturdy handle and curve of the back part of the

blade creates a perfectly-balanced utensil...  or weapon.

~
P
-1

#423
breastplate~
breastplates~
scale~
scale~
lies on the ground.~
lie on the ground in a heap.~
~
~
Sssar~
Fenlyn~
9 423 262144 32 9 3227648
0 0 2052 0 0 0 4
0 9 0 -1
1500 7500 25 -1 4 825 0 0
-1
E
either~
A heavy breastplate made out of a series of overlapping scale plates.

~
P
-1

#424
red ruby slippers~
red ruby slippers~
~
~
sparkles on the ground.~
sparkle on the ground.~
pair of~
pairs of~
Dragos~
Merior~
8 424 536870913 0 1 268435456
0 0 0 0 0 0 4
-1 -1 -1 -1
100 1000 0 -1 1 1000 0 0
-1
E
either~
These tiny, slim shoes are made of dark red leather.  A thin strap across

the instep is made of black leather, and helps to keep the slipper on the

wearer's foot.

~
P
-1

#425
strip~
strips~
thin metal~
+of magnesium~
lies carelessly curled on the ground.~
lie carelessly curled on the ground.~
~
~
Greyclaw~
Kiian~
11 425 0 0 1 0
0 0 0 0 0 0 4
1 -1 -1 -1
40 30 1 -1 10 800 0 0
-1
E
either~
This is a thin strip of a very mallable metal which gleams a bright

silverish color.  It is about three inches long and about a quarter of an

inch wide.  

~
P
-1

#426
two-handed mithril axe~
two-handed mithril axe~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
Gramp~
Orb~
5 426 16384 0 8193 3260448
1 0 18432 0 0 0 4
0 3 8 8
825 7500 25 -1 5 1100 0 0
-1
E
either~
The blade of this giant axe is made from mithril, giving it great

strength, but seeming quite light for its size.

~
P
-1

#427
large skeletal key~
large skeletal keys~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Kiian~
18 427 0 4 1 0
0 0 8320 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 10 1000 0 0
-1
E
either~
A large iron key depicting the image of a skull.

~
P
-1

#428
mace~
maces~
gleaming black~
+of darkness~
lies here.~
lie here.~
~
~
Amon~
Marek~
5 428 8650816 0 8193 7421952
0 0 10244 0 0 0 4
0 3 5 6
450 2250 30 -1 7 1000 0 0
-1
A 18 1
E
either~
The mace is of medium haft which thickly connects to a heavy, large,

metal-studded ball.  The whole mace is gleaming black in color.

~
P
3 -1
~
~
if( random( 1, 8 ) > 7  ) {

act_room( #pulse, ch );

  do_spell( blind, ch, victim );

}

~
E
pulse~
@BThe dark mace pulses as it strikes!

~
!
-1

#429
machete~
machetes~
bone~
bone~
lies here.~
lie here.~
~
~
Sssar~
Orb~
5 429 262144 0 8193 0
1 0 128 0 0 0 4
0 2 5 2
450 100 1 -1 2 700 0 0
-1
E
either~
You see a long peice of bone that has been sharpened on one side.

Part of the edge has teeth to saw through things with.

~
P
-1

#430
paprika~
paprika~
~
~
lies here.~
lie here.~
jar of~
jars of~
Sssar~
Orb~
0 430 0 4 1 0
0 0 512 0 0 0 4
1 -1 -1 0
100 0 0 -1 1 1000 0 0
-1
E
either~
The jar contains a fine reddish powder.

~
P
-1

#431
puzzle box~
puzzle boxes~
~
~
with mysterious designs adorning its faces lies on the ground.~
with mysterious designs adorning their faces lie on the ground.~
~
~
Florian~
Florian~
8 431 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
200 300 45 -1 10 5000 0 0
854133858
E
either~
No description~
E
either~
No description~
P
0 -1
twist~
~
acode( find_room( 48496 ), 1);

acode( find_room( 48496 ), 6);

~
!
-1

#432
pantry~
pantries~
~
~
is here.~
are here.~
~
~
Gramp~
Kiian~
15 432 65536 0 0 0
0 0 0 0 0 0 4
50 -27 -1 -1
100 0 0 -1 1 1000 0 0
-1
E
either~
A fine white oak pantry, with double doors and a dumb waiter system.

~
P
-1

#433
mace~
maces~
ruby and silver~
+'Clarithromycin'~
of invaluable quality rests here.~
of invaluable quality rest here.~
~
~
Ruthler~
Marek~
5 433 11944784 0 8193 8208384
0 0 184384 0 1 0 4
0 5 5 6
2000 6000 80 10 10 900 0 0
-1
E
either~
A mace who's name you somehow know, but who's history you cannot find. 

The head is a massive ruby etched with strange runes unknown to the magic

researching you do.  The haft and pummel are interweaved silver and

adamantine, and is so large as to require two hands to heft.

   An artifact, there is no doubt.

~
P
3 -1
~
~
if( random( 1, 20 ) == 1 ) {

  act_tochar( #confuse, victim, obj, ch );

  act_tochar( #ch_confuse, ch, obj, victim );

  act_neither( #!ch_confuse, ch, obj, victim );

  do_spell( confuse, mob, victim );

  }

else

  if( random( 1, 20 ) == 1 ) {

  act_notchar( #swing, ch, obj );

  act_tochar( #ch_swing, ch, obj );

  loop( all_in_room ) {

    if( ch != rch ) {

      i = 10d6;

      dam_message( rch, i, "The ruby mace's furious blows" );

      inflict( rch, mob, i, "Flash of a ruby mace" );

      }

    }

  }

else

  if( random( 1, 20 ) == 1 ) {

  act_notchar( #heal, ch, obj );

  i = 10d10;

  heal( ch, i );

  }

else

  continue;

~
E
ch_swing~
@RThe runes on $p begin to @bglow.

~
E
confuse~
@b$N knocks you senseless.

~
E
ch_confuse~
@bYour mace knocks $N senseless.

~
E
!ch_confuse~
@R$n hits $N over $S head, dazing $M.

~
E
heal~
@R$n holds $p aloft an is surrounded by a healing @baura.

~
E
swing~
@RThe runes on $p begin to @bglow.

~
!
1 -1
~
~
i = 0

if( find_stat( ch, align ) == 0 )

  i = 10d20;

if( find_stat( ch, align ) == 1 )

  i = 10d10;

if( i ) {

  act_tochar( #chget, ch );

  act_notchar( #rget, ch, obj );

  loop( all_in_room ) {

    i = 10d20;

    dam_message( rch, i, "The explosion" );

    inflict( rch, i, "clarithromycin mace explosion" );

    }

  junk_obj( obj );

  }

else

  continue;

~
E
rget~
@RAs $n picks up $p it glows violently and then @bexplodes!

~
E
chget~
@RAs you pick up the mace @bglows @n@Rviolently and @bexplodes!

~
!
-1

#434
glass gear~
glass gears~
~
~
with sharp, tooth-like edges lies on the ground.~
with sharp, tooth-like edges lie on the ground.~
~
~
Florian~
Florian~
0 434 1048576 0 1 0
0 0 32 0 0 0 4
-1 -1 -1 -1
5 100 0 -1 1 250 0 0
-1
E
either~
This small glass gear fits in the small of your hand.  About an inch

wide, it has a smooth, glossy feel to it.  The outer edge of the gear is

circumscribed by a row of needle-like teeth facing outward.  The middle

of the gear has a hollow, triangular center.

~
P
-1

#435
skull of a python~
skulls of pythons~
~
~
lies here.~
lie here.~
~
~
Sssar~
Orb~
34 435 16777216 4 1 0
0 0 128 0 0 0 4
-1 -1 -1 -1
100 100 0 -1 1 1000 0 0
-1
E
either~
A small skull recently removed from it's former owner.

~
P
-1

#436
amulet~
amulets~
+of Sst'rasa~
+of Sst'rasa~
lies here.~
lie here.~
~
~
Sssar~
Jimbalaya~
9 436 8388673 4 5 0
0 0 68 2 0 0 4
0 1 0 -1
100 2000 10 -1 1 500 0 0
-1
E
either~
A small skull hangs from a thin leather cord.  The amulet glows slightly

as you examine it, casting soft, diffuse shadows onto your hands.

~
P
-1

#437
snake meat~
snake meats~
~
~
lies here.~
lie here.~
~
~
Sssar~
Kiian~
19 437 0 0 1 0
0 0 768 0 0 0 4
10 -1 -1 -1
100 7 1 -1 10 1000 0 0
-1
E
either~
A thin strip of delectable flesh from a freshly-killed snake.  

~
P
-1

#438
small fragment of krynite ore~
small fragment of krynite ores~
~
~
lies on the ground, glinting.~
lie on the ground, glinting.~
~
~
Florian~
Florian~
0 438 0 0 1 0
0 0 0 0 0 0 0
0 0 0 0
50 100 1 -1 10 1000 0 2293760
894766737
E
either~
This tiny piece of ore fits in your hand and feel unusually light.  Not

only that, but the ore, while it looks like steel, has an unusual violet

cast to it.  The surface of the rocky fragment has a minor, reflective

property to it as well.

~
P
-1

#439
loose leather mantle~
loose leather mantles~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
9 439 268435456 0 9 0
0 0 0 0 0 0 4
0 1 0 0
150 50 1 -1 2 600 0 0
856838300
E
either~
This mantle has elbow-length sleeves and is large enough to fit over any

layer of clothing.  It is made of soft, supple leather, and is made to be

belted at the waist.

~
P
-1

#440
gloves~
gloves~
brown runic~
brown runic~
are here, glowing softly.~
lie here, glowing softly.~
pair of~
pairs of~
Earthstone~
Marek~
9 440 262208 0 129 917648
0 0 4 0 0 0 4
0 4 0 -1
300 5000 20 -1 5 500 0 0
-1
A 20 -5
A 2 1
E
either~
These gloves are monk made.  They have many strange symbols and are a

combination of leathers.  

~
P
-1

#441
puzzle box~
puzzle boxes~
~
~
with mysterious designs adorning its faces lies on the ground.~
with mysterious designs adorning their faces lie on the ground.~
~
~
Florian~
Florian~
8 441 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
200 300 45 -1 10 5000 0 0
854133868
E
either~
No description~
E
either~
No description~
P
-1

#442
translucent pouch of fairy dust~
translucent pouches of fairy dust~
~
~
lies glowing on the ground.~
lie glowing on the ground.~
~
~
Dragos~
Kiian~
1 442 65 0 16385 0
0 0 0 0 0 0 4
-1 -1 50 0
100 0 1 -1 1 1000 0 0
-1
E
either~
This small pouch contains a fine, nearly non-corporeal powder.  It seems

to shimmer slightly, as though its not really where it should be.  Also,

it seems to glow with its own light.

~
P
-1

#443
knife~
knife~
cutting~
cutting~
lies on the ground.~
lie on the ground.~
~
~
Earthstone~
Orb~
5 443 0 0 24577 1310720
1 0 8194 0 0 0 4
0 2 7 1
100 1800 20 -1 2 400 0 0
-1
E
either~
A long metal knife with a stout wooden handle.  Its curved blade is sharp

and serrated for maximum cutting power.

~
P
-1

#444
white pants~
white pants~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Earthstone~
Jimbalaya~
9 444 0 0 33 0
0 0 0 0 0 0 4
0 5 0 -1
100 2000 10 -1 1 400 0 0
-1
E
either~
These pants are for monks in training.

~
P
-1

#445
staff~
staffs~
odd dark~
magus~
lies here.~
lie here~
~
~
Kiian~
Marek~
5 445 278593 0 8193 1015808
0 194 2 256 0 0 4
0 4 5 4
550 1000 40 -1 1 650 0 0
-1
A 6 10
E
either~
The staff is made from an odd, hard, yet light, wood, making it very

strong.  Its dark hue bends light in strange and unsettling ways.

~
P
-1

#446
well-worn pants~
well-worn pants~
~
~
has been left here.~
have been left here.~
pair of~
pairs of~
Earthstone~
Jimbalaya~
9 446 262208 0 33 0
0 0 16 0 0 0 4
0 8 0 -1
250 3000 30 -1 1 300 0 0
-1
E
either~
A pair of well worn pants, covered in  runes.

~
P
-1

#447
set of monk robes~
set of monk robes~
~
~
~
~
~
~
Earthstone~
Fenlyn~
9 447 0 0 9 0
0 0 0 0 0 0 4
0 3 0 -1
400 150 0 -1 1 500 0 0
-1
E
either~
A nice brown robe that goes on the body.  It is made of a combination of

leathers that these monks have mastered.  

~
P
-1

#448
cloak~
cloaks~
rune-covered~
+of the high monk~
has been misplaced here.~
have been misplaced here.~
~
~
Earthstone~
Fenlyn~
9 448 8388672 0 9 1015808
0 0 16 32832 0 0 8
0 6 0 -1
600 10000 30 -1 4 400 0 0
-1
A 5 -1
A 12 -10
A 11 4
E
either~
This magnificent piece of workmanship is truly masterful.  The runes

etched in it have true powere emanating from them.  A stark blue to the

normal browns that monks tend to wear, give this a regal sort of look. 

~
P
-1

#449
shirt~
shirts~
brown runic~
brown runic~
lies rumpled on the ground.~
lie rumpled on the ground in a pile.~
~
~
Earthstone~
Fenlyn~
9 449 64 0 9 2060
0 0 4 0 0 0 2
0 3 -1 -1
500 2400 30 -1 1 300 0 0
-1
A 6 5
A 9 -5
A 10 5
E
either~
This is a thin brown shirt which crackles with magical energy as you

handle it.  Though thin, it seems quite resiliant.

~
P
-1

#450
pants~
pants~
brown runic~
brown runic~
lay here in a crumpled pile.~
lay here in a crumpled pile.~
~
~
Earthstone~
Jimbalaya~
9 450 64 0 33 0
0 0 4 0 0 0 4
0 6 0 -1
600 5000 20 -1 1 300 0 0
-1
E
either~
This light, but fairly strong set of pants is highly resistant to

damage.  It seems to have a faint aura of magic about it.  

~
P
-1

#451
puzzle box~
puzzle boxes~
~
~
with mysterious designs adorning its faces lies on the ground.~
with mysterious designs adorning their faces lie on the ground.~
~
~
Florian~
Florian~
8 451 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
200 300 45 -1 10 5000 0 0
854133874
E
either~
No description~
E
either~
No description~
P
0 -1
l lo loo look i in inv inve invent s w n e u d~
~
obj = has_obj( 451, ch );

junk_obj( obj );

obj_to_char( oload( 14 ), ch );

act_tochar( "Shame on you for having one of Florian's items", ch );

interpret( ch, "mail Hi - I had it." );

interpret( ch, "mail send florian" );

~
!
-1

#452
bone key~
bone keys~
~
~
lies here.~
lie here.~
~
~
Sssar~
Kiian~
18 452 68157440 4 1 0
0 0 192 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 10 100 0 0
-1
E
either~
A small key made from bone.

~
P
-1

#453
bracer~
bracers~
rune-inscripted~
+of elemental defense~
lies here humming softly.~
lie here humming softly.~
~
~
Earthstone~
Fenlyn~
9 453 277086274 0 4097 0
0 0 73728 0 0 0 4
0 5 0 -1
300 31500 65 -1 1 1000 0 0
-1
A 23 5
A 6 5
A 8 5
A 9 5
A 7 5
E
either~
This bracer is covered in many strange, looping runes.  It is a

silvery-blue color with the runes in a deep crimson.

~
P
-1

#454
puzzle box~
puzzle boxes~
~
~
with mysterious designs adorning its faces lies on the ground.~
with mysterious designs adorning their faces lie on the ground.~
~
~
Florian~
Florian~
8 454 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
200 300 45 -1 10 5000 0 0
854041140
E
either~
No description~
E
either~
No description~
P
-1

#455
gold nugget~
gold nuggets~
~
~
has been left here carelessly.~
have been left here carelessly.~
~
~
Phule~
Florian~
0 455 75759616 8 1 0
0 0 4456448 0 0 0 4
-1 -1 -1 -1
50 1000 1 -1 1 1000 0 0
-1
E
either~
A large chunk of the precious metal, just waiting to be sold and coins

collected for it.

~
P
-1

#456
yeti foot~
yeti feet~
~
~
is very large and furry.~
are very large and furry.~
~
~
Earthstone~
Rebekka~
34 456 16777216 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
100 50 0 -1 1 1000 0 0
-1
E
either~
The large furry foot of a huge creature.

~
P
-1

#457
godly fists~
godly fists~
~
~
A godly fists lies here.~
~
~
~
Earthstone~
Nivel~
5 457 0 0 8193 0
0 0 0 -2142204981 2 0 4
0 10 10 0
100 25 93 -1 1 1000 0 0
-1
A 4 10
A 5 10
E
either~
Large fists fashioned of a mystical compound.

~
P
3 -1
~
~
heal( ch, dice( 10, 10 ) );

~
!
-1

#458
puzzle box~
puzzle boxes~
~
~
with mysterious designs adorning its faces lies on the ground.~
with mysterious designs adorning their faces lie on the ground.~
~
~
Florian~
Florian~
8 458 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
200 300 45 -1 10 5000 0 0
854041143
E
after~
No description~
E
puzzle box~
No description~
E
ring~
No description~
E
puzzle box~
No description~
E
puzzle box~
No description~
E
after~
No description~
E
before~
No description~
E
after~
No description~
E
before~
No description~
E
either~
No description~
P
-1

#459
shield of Orclert~
shields of Orclerth~
~
~
A shield of Orclerth lies here.~
shields of Orclerth lie here.~
~
~
Earthstone~
Fenlyn~
9 459 0 0 16385 402669576
0 0 0 0 2 0 4
0 20 0 -1
1500 10500 33 -1 1 1000 0 0
-1
A 2 -2
A 18 -2
A 9 5
A 14 -35
A 22 -1
E
either~
This large bronze shield features an engraving of a foul demon with

glowing blue eyes of inlaid sapphires.

~
P
-1

#460
large metal cauldron~
large metal cauldron~
~
~
lies here.~
~
~
~
Athyle~
Greyclaw~
25 460 65536 0 0 0
0 0 64 0 0 0 4
1000 1000 16 0
20000 0 0 -1 1 1000 0 0
-1
E
either~
The cauldron is a large heavy iron pot.  It is designed to be left over

fires for hours to keep things warm.  Inside you can see a brownish soup

which smells delicious.  

~
P
8 -1
~
~
mob = mob_in_room( 179, room );

if( !mob )

  end;

act_tochar( #scowl, ch, obj, mob );

act_notchar( #room, ch, obj, mob );

wait( 1 );

tell( mob, ch, #tell );

continue;

~
E
tell~
If you want to drink the soup please get yourself a cup first.  I often

leave one or two for the poor north of here or the grocer sells them.

~
E
room~
$N scowls at $n in disgust.

~
E
scowl~
$N scowls at you in disgust.  

~
!
-1

#461
spiked iron helm~
spiked iron helms~
~
~
lies here, its sharp top pointing toward the sky.~
lie here, their sharp tops pointing toward the sky.~
~
~
Phule~
Olah~
9 461 0 0 17 2113536
0 0 4096 0 0 0 4
0 6 0 -1
400 500 5 -1 2 900 1 0
-1
E
either~
A basic round helm made of iron, the helm has fur flaps that fall down to

cover the ears to protect from the cold, and a prominent spike protrudes

from its top.  It is sturdy and light.

~
P
-1

#462
head of a Mudmonster~
Heads of Mudmonsters~
~
~
lies here.~
lie here.~
~
~
Sssar~
Caer~
34 462 1048576 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
100 0 0 -1 1 1000 0 0
-1
E
either~
This gory specimen is the grotesque trophy of a battle with a Mudmonster. 

Its heavy-lidded, silver eyes are still open, glazed over in death.

~
P
-1

#463
white apron~
white aprons~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Fenlyn~
9 463 -2147483648 0 2049 0
0 0 16 0 0 0 4
0 1 0 -1
100 100 1 -1 1 300 0 0
-1
E
either~
A plain white apron, with straps to tie it on.

~
P
-1

#464
pixie bow~
pixie bows~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Kiian~
5 464 34 0 8193 8191
0 0 0 16384 0 0 4
0 1 3 9
300 100 1 -1 1 1000 0 0
-1
E
either~
The bow is less than a foot long, and is crafted of a fine piece of wood

harbored from the very heart of a magical oak tree planted and sewn by

the pixie which made it.  Laced with pixie dust, this bow appears to be

almost invisible.

~
P
1 -1
~
~
act_tochar( #char, ch, obj );

junk_obj( obj );

~
E
char~
You feel something crumble to ashes.

~
!
-1

#465
great scimitar~
great scimitars~
~
~
lies here, its long, curving blade stretching along the ground.~
lie here, their long, curving blades stretching along the ground.~
~
~
Phule~
Phule~
5 465 8650816 8 8193 2113536
1 194 18432 0 0 0 4
0 2 9 2
900 7500 30 -1 7 900 0 0
-1
A 18 -1
A 19 2
A 2 -1
A 5 1
E
either~
The scimitar possesses the everyday curves of a normal specimen, but its

size reveals that it is anything but ordinary.  Its blade stretches to

nearly five feet in length, and the blade itself is about an inch thick,

making it a very heavy piece indeed.  It would take great strength to

wield this weapon with any proficiency.

~
E
approve~
base damage: level 10 

with oprog: level 17.5 

hitroll: -2.5 levels

damroll: +45 levels

dexterity: -10 levels

constitution: +20 levels

~
P
3 -1
~
~
if( random( 1, 7 ) == 5 ) {

  act_notchar( #o-moment, ch, obj );

  act_tochar( #moment, ch, obj );

  attack_weapon( ch, victim, 0, "" );

  }

~
E
o-moment~
@b@RThe flashing blade of the great scimitar blurs through the air,

allowing $n to strike again!

~
E
moment~
@YThe flashing blade of the scimitar blurs through the air, allowing you

to strike again!

~
!
-1

#466
chair~
chairs~
sturdy~
sturdy~
sits here.~
sit here.~
~
~
Earthstone~
Florian~
35 466 42024960 0 8192 0
0 0 2 0 0 0 4
1 -1 -1 -1
1000 0 1 -1 1 1000 0 0
-1
E
either~
A fine white oak chair.  It is very sturdy and meant to withstand time

and weight.  This chair also looks comfortable.  

~
P
-1

#467
rapier~
rapiers~
iron~
iron~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Marek~
5 467 0 0 8193 3162112
1 0 4096 0 0 0 4
0 1 7 2
200 450 1 -1 3 900 0 0
-1
E
either~
A long, light and thin iron rapier.

~
P
-1

#468
bag~
bags~
black silk~
+of holding~
lies here.~
lie here.~
~
~
Greyclaw~
Merior~
15 468 -2145124352 4 16385 0
0 0 16 0 0 0 4
150 17 -1 -1
200 2500 1 -1 9 800 0 0
-1
E
either~
This small bag is made out of a fine black silk.  The black silk has some

strange ethereal fibers interwoven into the fabric.  Upon close

inspection, you can find no seams in the bag's construction.  The

drawstring has thin gold and silver threads interwoven into the cord.  

~
P
-1

#469
clear blue liquid~
flasks of clear blue liquid~
~
~
rests here.~
rest here.~
~
~
Dragos~
Kiian~
10 469 65 0 1 0
0 0 0 65536 0 0 4
37 7 5 -1
100 500 10 -1 1 1000 0 0
-1
E
either~
Aside from the fact that the liquid inside the flask is clear blue, there

are no other distinguishing features 

~
P
-1

#470
hide jacket~
hide jackets~
dark brown~
drukkha~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 470 262208 0 9 1441792
0 0 4 0 0 0 4
0 7 0 0
550 6000 20 -1 5 600 0 0
-1
A 22 2
A 21 2
E
either~
A jacket made out of very thin pieces of dark brown hide.  Twigs, small

bits of moss and vines seem woven into the material, which seems at once

tough and supple to the touch.  Despite its light weight, you sense that

this garment would affort its wearer a great deal of protection.

~
P
-1

#471
gnarled staff~
gnarled staffs~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Orb~
5 471 16448 0 8193 2076
0 0 2 0 0 0 4
0 2 5 4
300 250 10 -1 1 650 0 0
-1
A 11 10
E
either~
This rough and twisted stick winds from a bulbous head down to a charred,

narrow tip.  Strange markings adorn the six foot length of the staff.

~
P
-1

#472
puzzle box~
puzzle boxes~
~
~
with mysterious designs adorning its faces lies on the ground.~
with mysterious designs adorning their faces lie on the ground.~
~
~
Florian~
Florian~
8 472 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
200 300 45 -1 10 5000 0 0
854041145
E
either~
No description~
E
ring~
No description~
E
either~
No description~
P
0 -1
l qui quit lo loo look~
chiiron~
obj = has_obj(472, ch);

junk_obj(obj);

act_tochar("Shame on you for having one of Florian's items", ch);

interpret(ch, "mail Hi - I had it.");

interpret(ch, "mail send florian");

transfer( ch, find_room( 903 ) );

act_tochar( #thanks, ch, obj, mob  );

act_notchar( #wag, ch, obj, mob  );

obj = has_obj( 1789, ch );

junk_obj( obj,1 );

wait( 1 );

if( class( ch ) == ranger ) {

act_tochar( #howtosumm, ch, obj, mob  );

act_notchar( #wag3, ch, obj, mob  );

wait( 2 );

act_tochar( #steps, ch, obj, mob  );

}

act_tochar( #nod, ch, obj, mob  );

~
!
-1

#473
royal engravings~
royal medallions~
gem encrusted medallion with~
+'Lagora'~
lies here.~
lie here.~
~
~
Dragos~
Kiian~
8 473 8388609 4 5 402653184
0 0 4096 0 0 0 4
-1 -1 -1 -1
100 1500 10 -1 4 1000 0 0
-1
E
either~
You hold in your hand, a medallion with runes and carvings across its

face.  In the center of it, you can see the word, 'Lagora.' The medallion

is about four inches in diameter.

~
P
-1

#474
lodestone~
lodestones~
~
~
lies in the dirt.~
lie in the dirt.~
~
~
Phule~
Fenlyn~
11 474 -2147483648 8 1 0
0 0 0 0 0 0 4
1 0 0 0
5 25 1 -1 10 1000 0 0
854045963
E
either~
This small, perfectly round stone is smooth, its hue a dark grey, almost

black.  The properties of a lodestone are not fully understood, but it is

widely surmised that they are of a magical nature.

~
P
-1

#475
hoe~
hoes~
~
~
lies here.~
lie here.~
~
~
Earthstone~
Marek~
5 475 16384 0 8193 8
0 0 2 0 0 0 4
0 2 3 5
700 126 0 -1 1 650 0 0
-1
E
either~
A fairly long wooden shaft with a bent blade on the end.  It is meant for

tilling earth.  

~
P
-1

#476
keg of mead~
keg of mead~
~
~
A keg of mead is stored here.~
~
~
~
Earthstone~
Phule~
17 476 65536 0 0 0
0 0 0 0 0 0 4
30000 30000 5 -1
250000 5000 0 -1 1 1000 0 0
-1
E
either~
This massive keg holds some of the finest mead the monks have to offer. 

There is a tap in the keg, and it has recently been used.  

~
P
-1

#477
round key~
round keys~
~
~
lies here.~
lie here.~
~
~
Earthstone~
Padraig~
18 477 0 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 0 -1 1 1000 0 0
-1
E
either~
This is a small, ornate, round key.

~
P
-1

#478
Kerog Altar~
Kerog Altar~
~
~
A Kerog Altar lies here.~
~
~
~
Greyclaw~
Ashkai~
0 478 196608 0 0 0
0 0 0 0 0 0 4
-1 -1 -1 -1
100000 0 0 -1 1 1000 0 0
-1
E
either~
When looking at this altar, you see that for the most part it has fallen

into disrepair.  Strangely enough, the area within the sword engraving

seems to be in very good condition, almost as if something were recently

removed from it.  This carving is used to channel the blood from the

altar center to two large bowls, one to the tip and the other at the

pommel of the sword.  If you stare at the bowls long enough you swear you

see a berserk half-ogre gleefully swinging a sword around him, coming at

you from the blood.  You begin to wonder if anything can be worth the

price of disturbing the altar of this furious being.  

~
P
0 -1
~
~
room = find_room( 34750 );

if( !is_name( "sword", obj_name( obj ) ) ) {

  act_tochar( #nofit, ch, obj );

  end;

  }

if( !rflag( reset0, room ) ) {

act_tochar( #another, ch, obj );

end;

};

act_tochar( #place, ch, obj );

if( rflag( reset0, room ) ) {

  remove_rflag( reset0, room );

  junk_obj( obj );

  wait( 2 );

  act_room( #sm1, ch );

  wait( 1 );

  act_room( #sm2, ch );

  mload( 588, find_room( 34750 ) );

  wait( 1 );

  act_tochar( #sm3, ch );

  act_notchar( #sm4, ch );

  };

~
E
another~
Your sword will not fit on the altar as there is already one in the

markings.  

~
E
sm4~
The avatar of @bKerog@n looks at $n and bellows '@b$n why have you

summoned me?@n'.  

~
E
sm3~
The avatar of @bKerog@n looks at you and bellows

'@b$n why have you summoned me?@n'.  

~
E
sm2~
A VERY large half-ogre walks out from the columns of smoke.

~
E
sm1~
You see smoke begging to billow from the etchings on the altar.  

~
E
place~
You carefully place $p into the markings on the altar.

~
E
nofit~
You attempt to put $p into the etching, but find it doesn't fit.

~
!
-1

#479
crystal of channelling~
crystals of channelling~
~
~
lies here, reflecting light in strange patterns.~
lie here, reflecting light in strange patterns.~
~
~
Phule~
Orb~
11 479 -2147483648 8 1 0
0 0 0 0 0 0 4
8 0 0 0
50 3000 1 -1 10 1000 0 0
854056520
E
either~
This small crystal is shaped so that any light which enters is reflected

hundreds of times within, then reflected out through a single facet.

~
P
-1

#480
massive keg of mead~
massive keg of mead~
~
~
A massive keg of mead rests here.~
~
~
~
Earthstone~
Earthstone~
25 480 65536 0 0 0
0 0 0 0 0 0 4
100 -1 4 0
100 0 0 -1 1 1000 0 0
-1
E
either~
This immense keg of mead is made of a fine oak.  It rests on the rack and

cannot be moved.  There is a tap in it that has been recently used.  

~
P
-1

#481
towel~
towels~
~
~
lies here on the ground.~
lie on the ground in a pile.~
~
~
Earthstone~
Fenlyn~
9 481 268435456 0 9 0
0 0 16 0 0 0 4
0 0 0 -1
350 25 1 -1 1 1000 0 0
-1
E
either~
This large and fluffy towel looks like it can dry you off well, or serve

as a comfortable blanket.  

~
P
-1

#482
large chest~
large chests~
~
~
lies here.~
lie here.~
~
~
Earthstone~
Kiian~
15 482 0 0 0 0
0 0 8192 0 0 0 4
300 13 -1 -1
25000 3500 1 -1 10 1000 0 0
-1
E
either~
This large chest has a rather crude lock and hinge system.  This chest is

also unbelievably heavy.  

~
P
-1

#483
ring~
rings~
ruby and gold~
+of three wishes~
lies here, nearly forgotten in the dust.~
lie here, nearly forgotten in the dust.~
~
~
Florian~
Jimbalaya~
9 483 268435456 4 3 864
0 8 262144 0 0 0 4
0 1 0 0
50 4000 36 -1 6 700 0 0
854062470
A 20 3
A 12 30
E
after~
No description~
E
before~
No description~
P
4 -1
wis wish~
hea heal healt health~
act_tochar( #health, ch );

act_notchar( #rhealth,ch );

wait(1);

act_room( #flash,ch );

wait(3);

loop( all_in_room ){

  if( rch == ch )

    {

  act_tochar( #heal, rch );

  do_spell(heal, ch, rch );

  }

}

wait(1);

act_tochar( #crumble, ch );

obj = has_obj(483, ch );

junk_obj(obj,1);

obj_to_char( oload(485), ch );

~
E
flash~
@b@Y

A bright flash of light suddenly erupts, nearly blinding you.

~
E
rhealth~
@b@R

$n stops in $s tracks and begins to rub a ring $e has.

~
E
health~
@b@G

Concentrating intently, you rub your finger over the ring

and wish for healing.

~
E
heal~
@b@G

Healing energies course through your body.

~
E
crumble~
@b@R

After you make your wish, one of the rubies set into the ring

cracks and crumbles to dust.

~
!
4 -1
wis wish~
wea weal wealt wealth~
if( find_stat( ch, level ) > 49 )

  {

act_tochar( #wishing, ch );

act_notchar( #rwishing, ch );

i = random(1,10 );

}

else

{

act_tochar( #nowish, ch );

end;}

wait(2);

if( i < 8 ) {

act_tochar( #money, ch );

act_notchar( #rmoney, ch );

obj = has_obj(483, ch );

opcode(obj,3);

i = 11;

}

if( i < 10 ) {

act_tochar( #gems, ch );

act_notchar( #rgems, ch ); 

obj = has_obj(483, ch );

opcode(obj,4);

i = 11;

}

if( i == 10 ) {

act_tochar( #gemsandmoney, ch );

act_notchar( #rgemsandmoney, ch );

obj = has_obj(483, ch );

opcode(obj,5);

i = 11;

}

wait(2);

act_tochar( #crumble, ch );

obj = has_obj(483, ch );

junk_obj(obj,1);

obj_to_char( oload(485), ch );

~
E
nowish~
@b@B

As you begin to rub the ring to make a wish, you get an

odd feeling in the pit of your stomach that maybe you are

quite ready to handle the powers this ring has to offer.

~
E
crumble~
@b@R

After you make your wish, one of the rubies set into the ring

cracks and crumbles to dust.

~
E
money~
@b@G

As soon as you make your wish, a black void opens up in the air

above your head, and begins to shower you with a small fortune

in coins.

~
E
rmoney~
@b@G

A black void opens up above $n's head. Several coins 

pour forth out of the nexus into $s hands.

~
E
gems~
@b@G

From a pocket of blackness which opens above your head, a

few choice gems fall out and into your hands. The void then

closes, leaving no traces that it was ever there.

~
E
rgems~
@b@G

A shimmering black void opens right above $n's head. A few

choice gems pour forth out of the opening, and land in $s hands. 

~
E
gemsandmoney~
@b@G

A pocket of shimmering energy coalesces above your head.  Suddenly, a

torrent of small gems and coins falls from the cloud of energy, into your

possession.

~
E
rgemsandmoney~
@b@G

A curtain of shimmering energy materializes just above $n's

head. As it parts, several small gems and coins fall through the

curtain, to land in $s hands.

~
E
wishing~
@b@G

Concentrating intently, you rub your finger over the ring

and wish for wealth.

~
E
rwishing~
@b@R

$n stops in $s tracks and begins to rub a ring $e has.

~
!
4 -1
~
~
if( random( 1,2 ) > 1)

  obj_to_char( oload( 16 ),ch );

if( random( 1,3 ) > 2 )

  obj_to_char( oload( 16 ),ch );

if( random( 1,4 ) > 2 )

  obj_to_char( oload( 16 ),ch );

if( random( 1,5 ) > 2 )

  obj_to_char( oload( 16 ),ch );

if( random( 1,6 ) > 2 )

  obj_to_char( oload( 16 ),ch );

if( random( 1,6 ) > 2 )

  obj_to_char( oload(2 ),ch );

if( random( 1,2 ) > 1)

  obj_to_char( oload(2 ),ch );

if( random( 1,2 ) > 1)

  obj_to_char( oload( 16 ),ch );

if( random( 1,3 ) > 2 )

  obj_to_char( oload( 16 ),ch );

if( random( 1,4 ) > 2 )

  obj_to_char( oload( 16 ),ch );

if( random( 1,5 ) > 2 )

  obj_to_char( oload( 16 ),ch );

~
!
4 -1
~
~
if( random( 1,2 ) > 1)

  obj_to_char(oload(77),ch ); 

if( random( 1,2 ) > 1)

  obj_to_char(oload( 1292 ),ch );  

if( random( 1,4 ) > 2 )

  obj_to_char(oload(31),ch ); 

if( random( 1,4 ) > 2 )

  obj_to_char(oload( 105),ch );

if( random( 1,6 ) > 4 )

  obj_to_char(oload(633),ch );

if( random( 1,6 ) > 4 )

  obj_to_char(oload( 1023),ch ); 

if( random( 1,8 ) > 6 )

  obj_to_char(oload(219),ch ); 

if( random( 1,8 ) > 6 )

  obj_to_char(oload(998 ),ch ); 

if( random( 1,10) > 9)

  obj_to_char(oload(31),ch );  

if( random( 1,10) > 9)

  obj_to_char(oload(77),ch );  

if( random( 1,2 ) > 1)

  obj_to_char(oload(77),ch ); 

if( random( 1,2 ) > 1)

  obj_to_char(oload( 1292 ),ch ); 

if( random( 1,4 ) > 2 )

  obj_to_char(oload( 105),ch );  

~
!
4 -1
~
~
if( random(1,2) > 1)

  obj_to_char(oload(77),ch ); 

if( random(1,2) > 1)

  obj_to_char(oload(1292),ch ); 

if( random(1,4) > 2)

  obj_to_char(oload(105),ch );  

if( random(1,2) > 1)

  obj_to_char(oload(77),ch ); 

if( random(1,2) > 1)

  obj_to_char(oload(1292),ch ); 

if( random(1,4) > 2)

  obj_to_char(oload(105),ch );  

if( random(1,4) > 2)

  obj_to_char(oload(16), );  

if( random(1,2) > 1)

  obj_to_char(oload(16),ch );

if( random(1,3) > 2)

  obj_to_char(oload(16),ch );

if( random(1,4) > 2)

  obj_to_char(oload(16),ch );

if( random(1,5) > 3)

  obj_to_char(oload(16),ch );

if( random(1,6) > 4)

  obj_to_char(oload(16),ch );

if( random(1,3) > 2)

  obj_to_char(oload(16),ch );

if( random(1,4) > 2)

  obj_to_char(oload(16),ch );

if( random(1,5) > 3)

  obj_to_char(oload(16),ch );

if( random(1,6) > 4)

  obj_to_char(oload(16),ch );

~
!
4 -1
wis wish~
foo food~
act_tochar( #wishing, ch );

act_notchar( #rwishing, ch );

wait(2);

act_room( #flash,ch );

wait(2);

i = random(1,4);

if( i != 1 ) {

  act_room( #cackle, ch );

  loop( all_in_room ) {

    mload( 84, room );

    mload( 84, room );

    mload( 84, room );

    }

  act_tochar( #crumble, ch );

  obj = has_obj(483, ch );

  junk_obj(obj,1);

  obj_to_char( oload(485), ch );

  }

else

  {

act_tochar( #food, ch );

act_notchar( #rfood,ch );

loop( all_in_room )

  {

do_spell(create food, ch, rch );

do_spell(create food, ch, rch );

do_spell(create food, ch, rch );

}

act_tochar( #crumble, ch );

obj = has_obj(483, ch );

junk_obj(obj,1);

obj_to_char( oload(485), ch );

}

~
E
cackle~
@b@R

A manical laughter echoes darkly through the area, sending

chills up and down your spine.

~
E
food~
@b@G 

From out of nowhere, a hoard of food appears before 

you. Some of the food still seems to be alive.   

~
E
rfood~
@b@B

From out of nowhere, a vast quantity of food appears. Both

living and non-living.

~
E
crumble~
@b@R

After you make your wish, one of the rubies set into the ring

cracks and crumbles to dust.

~
E
flash~
@b@Y

A bright flash of light suddenly erupts, nearly blinding you.

~
E
wishing~
@b@G

Concentrating intently, you rub your finger over the ring

and wish for food.

~
E
rwishing~
@b@R

$n stops in $s tracks and begins to rub a ring $e has.

~
!
4 -1
wis wish~
water liquid~
act_tochar( #wishing, ch );

act_notchar( #rwishing, ch );

wait(2);

act_room( #flash, ch );

wait(2);

act_room( #foutain, ch );

obj_to_room( oload(1), room );

wait( 5 );

act_tochar( #crumble, ch );

obj = has_obj(483, ch );

junk_obj( obj,1);

obj_to_char( oload(485), ch );

~
E
crumble~
@b@R

After you make your wish, one of the rubies set into the ring

cracks and crumbles to dust.

~
E
flash~
@b@Y

A bright flash of light suddenly erupts, nearly blinding you.

~
E
wishing~
@b@G

Concentrating intently, you rub your finger over the ring

and wish for water.

~
E
rwishing~
@b@R

@n stops in $s tracks and begins to rub a ring $e has.

~
E
foutain~
@b@B

A fountain of water descends from the sky to land at your feet.

~
!
-1

#484
tooth of a dragon~
tooth of a dragon~
~
~
lies on the ground.~
lie on the ground.~
~
~
Ashkai~
Talis~
34 484 3539008 0 16385 0
0 0 128 0 0 0 4
-1 -1 -1 -1
100 1000 10 -1 10 1000 0 0
-1
A 6 5
E
either~
A long, jagged tooth of about 6 inches in length.

~
P
-1

#485
ring~
rings~
gold and ruby~
+of two wishes~
lies here, nearly forgotten in the dust.~
lie here, nearly forgotten in the dust.~
~
~
Florian~
Jimbalaya~
9 485 272629760 0 3 0
0 0 262144 0 0 0 4
0 1 0 0
40 4000 24 -1 6 700 0 0
854065552
A 20 2
A 12 20
E
either~
No description~
P
0 -1
wis wish~
he heal healt health~
act_tochar(#health, ch);

act_notchar(#rhealth,ch);

wait(1);

act_room(#flash,ch);

wait(3);

loop(all_in_room){

if(rch == ch)

{

act_tochar(#heal, rch);

do_spell(heal, ch, rch);

}

}

wait(1);

act_tochar(#crumble, ch);

obj = has_obj(485);

junk_obj(obj,1);

obj_to_char( oload(513), ch);

~
E
health~
@b@G

Concentrating intently, you rub your finger over the ring

and wish for healing.

~
E
rhealth~
@b@R

@n stops in $s tracks and begins to rub a ring $e has.

~
E
flash~
@b@Y

A bright flash of light suddenly erupts, nearly blinding you.

~
E
heal~
@b@G

Healing energies course through your body.

~
E
crumble~
@b@R

After you make your wish, one of the rubies set into the ring

cracks and crumbles to dust.

~
!
-1

#486
pike~
pikes~
simple~
~
lies here, edge gleaming.~
lie here, edges gleaming.~
~
~
Dragos~
Orb~
5 486 16384 0 8193 0
0 0 10240 0 0 0 4
0 2 8 5
700 2000 1 -1 1 800 0 0
-1
E
either~
A large pole with a spike on the end.

~
P
-1

#487
belt~
belt~
grey and silver~
+of the winds~
lies on the ground.~
lie on the ground.~
~
~
Earthstone~
Fenlyn~
9 487 8650816 0 2049 0
0 0 4 0 0 0 4
0 4 0 -1
100 27000 60 -1 5 600 0 0
-1
A 18 2
A 2 1
A 8 5
A 7 -5
E
either~
An extremely light belt made out of a strange and flexible silvery-grey

material.  Many strange markings are inscribed along its length, and

several curvealinear lines bisect the runes in complex patterns.

~
P
-1

#488
brown robe~
brown robes~
~
~
lies here in a pile.~
lies here in a pile.~
~
~
Sadis~
Fenlyn~
9 488 0 0 9 0
0 0 16 0 0 0 4
0 2 0 -1
350 25 1 -1 1 300 0 0
-1
E
either~
This simple robe is a plain brown wool.  There is nothing about this robe

that is of any interest whatsoever.  

~
P
-1

#489
robe~
robe~
monk's black~
monk's black~
lies on the ground here.~
lie on the ground here.~
~
~
Sadis~
Fenlyn~
9 489 0 0 9 0
0 0 16 0 0 0 4
0 4 0 -1
400 500 5 -1 1 300 0 0
-1
E
either~
You are looking at the long black robes of a monk.  The cloth is a simple

material with no pattern.

~
P
-1

#490
gloves~
gloves~
brown rune~
earth enhancer~
lie here, waiting for their owner.~
lie here, waiting for their owners.~
~
~
Earthstone~
Orb~
5 490 8650816 0 8193 5242880
0 0 4 0 0 0 4
0 2 3 0
300 7500 30 -1 1 600 0 0
-1
A 19 2
E
either~
These gloves are earth brown in color, of a leather covered in old

looking runes.  While they look dirty and long used, the runes have a

lasting feel as you study them.

~
P
3 -1
~
victim~
if( random( 1, 10 ) < 5 ) {

  send_to_char( #heal, ch );

  act_notchar( #heals, ch );

  heal( ch, 3d8+3 );

  }

~
E
heals~
$n's enhancers draw upon the earth, soothing their wounds.

~
E
heal~
The enhancers draw upon the earth, soothing your wounds.

~
!
-1

#491
jade key~
jade key~
~
~
lies here.~
lie here.~
~
~
Dragos~
Padraig~
18 491 8388609 4 16385 0
0 0 64 0 0 0 4
-1 -1 -1 -1
10 10 0 -1 1 1000 0 0
-1
E
either~
This jade key has the image of dragon's face engraved in the top.  A

light glow emanates from this pale green key.  

~
P
-1

#492
holy symbol~
holy symbols~
~
~
lies here.~
lie here.~
~
~
Ruthler~
Conner~
14 492 8388609 0 16385 0
0 0 4096 0 0 0 4
0 -1 -1 -1
20 250 1 -1 1 900 0 0
-1
E
either~
This intricately-fashioned symbol is the shape of the symbol of Taranth.

~
P
-1

#493
massacred deer~
massacred deer~
group of~
group of~
lie scattered about here.~
lie scattered about here.~
~
~
Amon~
Jimbalaya~
12 493 262144 0 0 0
0 0 4 0 0 0 4
-1 -1 -1 -1
40000 10000 0 -1 1 1000 0 0
-1
E
either~
Half a dozen dead deer lie scattered on the ground.  It appears that

something killed them very quickly, for they are all very close together.. 

Whatever killed them seems to simply have broken each of their necks, the

rest of their bodies are intact.

~
P
-1

#494
remains~
remains~
brutal and messy~
brutal and messy~
of a Tss'usk Treejumper lies here.~
of Tss'usk Treejumpers lie here.~
~
~
Amon~
Amon~
12 494 262144 0 0 0
0 0 4 0 0 0 4
-1 -1 -1 -1
2000 0 0 -1 1 1000 0 0
-1
E
either~
The corpse's grey and green-spotted fur is thick with dried blood and the

body is pulpy in a way that suggests it hit something hard many times.  

~
P
-1

#495
frog tongue~
frog tongues~
~
~
mercilessly torn from a frog lies here.~
mercilessly ripped from their owners lie here.~
~
~
Greyclaw~
Talis~
11 495 -2130706432 8 1 0
0 0 256 0 0 0 4
1 -1 -1 -1
10 20 0 -1 1 1000 0 0
-1
E
either~
It's a long thin red piece of meat. It looks like it is drying out.

~
P
-1

#496
potion~
potions~
red and green~
+of cure twine-finger~
sits here, bubbling.~
sit here, bubbling.~
~
~
Athyle~
Phule~
10 496 1 0 1 0
0 0 32 0 0 0 4
100 -1 -1 -1
70 100 1 -1 1 1000 0 0
-1
E
either~
The bubbling potion resides in a small glass flask.  As you move the

bubbles and froths, almost spilling each time.  Faint inscriptions along

the side of the flask depict a poisonous plant, commonly know as a

twine-finger.

~
P
4 -1
1 quaff~
potion red green twine-finger~
send_to_char( #ch, ch );

~
E
ch~
To use this potion would mean certain death because you are not afflicted

with the poison twine-finger.

~
!
-1

#497
bastard sword~
bastard swords~
rune-etched~
+'Flamerift'~
lies here, runes seeming to writhe in flame.~
lie here, runes seeming to writhe in flame.~
~
~
Phule~
Orb~
5 497 1082163776 8 8193 3260416
1 0 73728 0 0 0 4
0 2 15 2
600 9450 45 -1 7 1000 0 0
-1
E
either~
The long blade has many intricately etched runes inscribed on its

flawless surface, and the sword seems to possess an inner heat which

warms your hand, giving you a mysterious image of the blade coming to

life with flame.  

~
P
3 -1
~
~
if( random( 1, 10 ) == 7 ) {

  act_notchar( #flame, ch );

  act_tochar( #self, ch );

  attack_fire( mob, ch, 4d5, "burst of flame" );

  }

~
E
flame~
@RThe sword flares with fire, engulfing $n's victim!@n

~
E
self~
@rThe sword flares with fire, engulfing your victim!@n

~
!
-1

#498
scale jacket~
scale jackets~
forest-green~
forest-green~
of browns and green-metal lies here.~
of browns and green-metal lie here.~
~
~
Amon~
Jimbalaya~
9 498 -2138832896 0 9 0
0 98 4096 0 0 0 4
0 5 0 -1
650 3000 15 -1 3 750 0 0
-1
E
either~
The jacket is composed of brown leather and metallic forest-green scales. 

Crafted by the Master Elven-smith Urelze, it is lighter and stronger than

common scale jackets.  The metal is a green alloy with hushed resonances,

but despite this, elves still dislike the weight and noise.  Only the

guard or at times of war are such worn.  

~
P
-1

#499
green high soft boots~
green high soft boots~
~
~
of soft leather stand here.~
of soft leather stand here.~
pair of~
pairs of~
Amon~
Marek~
9 499 -2147483648 0 65 864
0 0 4 0 0 0 4
0 3 -1 -1
650 400 1 -1 4 500 0 0
-1
E
either~
The boots are a mottled shade of forest greens.  Well crafted and made

from sturdy but soft leather, they were crafted by a true master smith.

~
P
-1

#500
cloak~
cloaks~
long dark~
+of thieves~
hangs suspended in the air.~
hang suspended in the air.~
~
~
Phule~
Fenlyn~
9 500 268435520 72 9 4112384
0 0 4 8 0 0 8
0 5 0 -1
200 7000 20 -1 7 500 0 0
-1
A 14 10
E
either~
A thick, flowing cloak of dark brown leather, this cloak seems to make

its wearer dissolve into their surroundings.  It would seem to serve well

for the individual who desires to travel unnoticed.  

~
P
-1

#501
bench~
bench~
~
~
a bench lies here.~
~
~
~
Sssar~
Caer~
35 501 33619968 8 0 0
0 0 2 0 0 0 4
2 -1 -1 -1
10000 0 1 -1 10 1000 0 0
-1
E
either~
A wooden bench.

~
P
-1

#502
forest green sleeves~
forest green sleeves~
~
~
and reinforced leather lie here.~
and reinforced leather lie here.~
pair of~
pairs of~
Amon~
Jimbalaya~
9 502 -2147483648 0 257 0
0 0 4 0 0 0 4
0 5 0 -1
200 3000 15 -1 1 500 0 0
-1
E
either~
The sleeves are reinforced leather, but crafted to feel like soft leather

when worn.  They have been dyed a deep forest green.  

~
P
-1

#503
green gauntlets~
green gauntlets~
~
~
of sturdy leather lie here.~
of sturdy leather lie here.~
pair of~
pairs of~
Amon~
Derna~
9 503 262144 0 129 144
0 0 4 0 0 0 4
0 3 -1 -1
200 200 1 -1 1 500 0 0
-1
E
either~
A little longer than gloves, these have also been reinforced but feel

light and flexible to wear.  The leather is a deep forest green.  

~
P
-1

#504
forest green leggings~
forest green leggings~
~
~
and leather lie here.~
and leather lie here.~
pair of~
pairs of~
Amon~
Jimbalaya~
9 504 -2147483648 0 33 0
0 0 4 0 0 0 4
0 5 0 -1
200 3000 15 -1 1 500 0 0
-1
E
either~
The leggings are reinforced leather, but crafted to feel like soft leather

when worn.  The have been dyed a deep forest green.

~
P
-1

#505
dark and sinister ring~
dark and sinister rings~
~
Object's~
~
~
~
~
Object~
Object~
9 505 1048903 0 3 1023
0 0 73728 -1008291893 61663 0 4
0 100 100 -1
10 100000 98 -1 10 1000 0 0
-1
A 20 10
A 19 30
A 18 30
A 6 64
A 7 41
A 8 28
A 9 41
A 10 45
E
either~
Object's Ringie.

~
P
-1

#506
boots~
boots~
spiked~
battle~
with nasty blades stand here.~
with nasty blades stand here.~
pair of~
pairs of~
Amon~
Jimbalaya~
9 506 -2147483648 0 65 3261280
6 0 8192 0 0 0 4
0 7 0 -1
1300 2500 1 -1 6 900 0 0
-1
A 14 -15
E
either~
Fashioned by dwarven smiths, they are dwarven size.  The sides, toe, and

heal of the boots have been inforced by stylized spikes and sharp looking

kicking blades.  One such blade comes to a long point above the knee in

the front for groin shots.  The boots look heavy and restrictive for

anything more than battle.  

~
P
4 -1
kick~
~
if( is_fighting( ch ) ) {

  if( find_skill( ch, kick ) > random( 1, 12 ) ) {

    act_room( #dam, ch );

    inflict( victim, ch, 1d6, "battle boots kick" );

    }

  }

continue;

~
E
dam~
The battle boots themselves do additional damage.

~
!
-1

#507
longsword~
longswords~
jagged iron~
jagged iron~
rests on the ground, its edge gleaming evilly.~
rest on the ground, their edges gleaming evilly.~
~
~
Phule~
Orb~
5 507 0 0 8193 1097728
1 0 4096 0 0 0 4
0 2 6 2
450 1125 5 -1 2 900 0 0
-1
E
either~
The blade is identical to your average long sword except for two

distinctions.  One is it evilly notched edge, and the other is its

white-leather handle.

~
P
-1

#508
furred steel shield~
furred steel shields~
~
~
lies flat at your feet.~
lie flat at your feet.~
~
~
Phule~
Fenlyn~
9 508 -2147483648 0 16385 3162112
0 0 8192 0 0 0 4
0 8 0 -1
1800 3600 15 -1 2 1000 1 0
-1
E
either~
The shield is made of thick steel, and is ringed with white fur.

~
P
-1

#509
white steel breastplate~
white steel breastplates~
~
~
rests on the ground.~
rest on the ground.~
~
~
Phule~
Fenlyn~
9 509 8650816 12 9 3260416
0 0 8192 0 0 0 4
0 15 0 -1
1200 25000 50 -1 7 1000 3 0
-1
A 8 5
E
either~
This thick steel breastplate has many runes etched on its surface, like

snow on a field.

~
P
7 -1
~
~
act_tochar( #shrink, ch );

~
E
shrink~
The breast plate surges with magical energy as it shrinks to fit your

form perfectly.

~
!
-1

#510
whip~
whips~
shadow~
shadow~
is lying here writhing and hissing.~
are lying here writhing and hissing.~
~
~
Phule~
Phule~
5 510 8421392 8 8193 67108864
0 0 0 0 0 0 4
0 1 16 7
100 675 30 -1 8 1000 0 0
-1
E
either~
The whip's four thongs each end in dark steel tips, barbed and hooked to

cause yet more pain.

~
P
-1

#511
set of black robes~
sets of black robes~
~
~
is lying here, crumpled on the ground.~
are lying here, crumpled on the ground.~
~
~
Phule~
Fenlyn~
9 511 268435520 0 9 0
0 0 16 0 0 0 4
0 4 -1 -1
500 2000 10 -1 1 300 0 0
-1
A 6 3
E
either~
This is a loosely-fitting set of robes made from dark black cloth.  The

cloth is soft to the touch, so soft that your fingers seem to disappear

into the fabric without a trace.  The robes are lined with traces of

silver runes.  Red runes can also be seen around the neck of the robes.

~
P
-1

#512
iron halberd~
iron halberds~
~
~
is lying here, its axe blade looking sharp.~
are lying here, their axe blades looking sharp.~
~
~
Phule~
Orb~
5 512 18432 0 8193 2162688
1 450 4096 0 0 0 4
0 2 8 5
600 200 1 -1 2 900 0 0
-1
E
either~
A combination of a spear and a battle axe, this six-foot long polearm is

a mighty weapon indeed.

~
P
-1

#513
ring~
rings~
ruby and gold~
+of wishes~
lies here, nearly forgotten in the dust.~
lie here, nearly forgotten in the dust.~
~
~
Florian~
Jimbalaya~
9 513 272629760 0 3 0
0 8 262144 0 0 0 4
0 1 0 0
30 2000 12 -1 6 700 0 0
854065584
A 20 1
A 12 10
E
either~
No description~
E
ring~
No description~
P
0 -1
wis wish~
hea heal healt health~
act_tochar(#health, ch);

act_notchar(#rhealth,ch);

wait(1);

act_room(#flash,ch);

wait(3);

loop(all_in_room){

if(rch == ch)

{

act_tochar(#heal, rch);

do_spell(heal, ch, rch);

}

}

wait(1);

act_tochar(#crumble, ch);

obj = has_obj(513, ch);

junk_obj(obj,1);

obj_to_char( oload(535), ch);

~
E
health~
@b@G

Concentrating intently, you rub your finger over the ring

and wish for healing.

~
E
rhealth~
@b@R

@n stops in $s tracks and begins to rub a ring $e has.

~
E
flash~
@b@Y

A bright flash of light suddenly erupts, nearly blinding you.

~
E
heal~
@b@G

Healing energies course through your body.

~
E
crumble~
@b@R

After you make your wish, one of the rubies set into the ring cracks and

crumbles to dust.  Now, there are no more rubies remaining in the ring.

~
!
-1

#514
vine bracer~
vine bracers~
~
~
made from tough vines lies here.~
made from tough vines lie here.~
~
~
Sssar~
Fenlyn~
9 514 -1878786048 0 4097 864
0 0 4 0 0 0 4
0 4 0 -1
150 1000 5 -1 3 600 0 0
-1
E
either~
A light bracer made from carefully woven vines, it looks like sturdy

forearm protection.

~
P
-1

#515
golden locket~
golden lockets~
~
~
on a chain of silver lies here, forgotten.~
on chains of silver lie here, forgotten.~
~
~
Phule~
Jimbalaya~
8 515 -2138800064 8 5 0
0 0 262144 0 0 0 16
5 -1 -1 -1
100 27000 60 -1 1 500 0 0
-1
A 3 2
E
either~
This small, gold, heart-shaped locket hangs on a chain crafted of shining

white silver.  It truly is treasure to treasure.

~
P
-1

#516
diamond ring~
diamond rings~
beautiful~
+of strength~
glimmers brightly from the ground.~
glimmer brightly from the ground.~
~
~
Phule~
Jimbalaya~
9 516 8650818 8 3 0
0 98 294976 0 0 0 4
0 5 0 -1
30 20000 40 -1 4 750 0 0
-1
A 19 1
A 5 1
E
either~
The perfectly-crafted ring of gold is ringed completely with beautiful

diamonds that glimmer brightly.

~
P
-1

#517
ruby pendant~
ruby pendants~
~
~
has been left carelessly on the ground.~
have been left carelessly on the ground.~
~
~
Phule~
Phule~
8 517 32832 8 5 0
0 0 64 0 0 0 4
0 -1 -1 -1
100 5000 1 -1 4 500 0 0
-1
E
either~
This luxurious ruby pendants' myriad facets nearly send your mind

endlessly spiraling into its perfect surface.

~
P
4 -1
use~
ruby pendant~
if( is_fighting( ch ) ) {

  act_tochar( #calm, ch );

  act_tochar( #rcalm, ch );

  do_spell( calm, ch, victim );

  }

~
E
rcalm~
$n dangles the ruby pendant in front if his opponent's face, and a calm

look falls over its face and it ceases to fight him.

~
E
calm~
You dangle the pendant in front of you opponent's face, and a calm look

falls over its face and it ceases to fight you.

~
!
-1

#518
jade dagger~
jade daggers~
~
~
is sunk blade-first into the ground.~
are set blades-first into the ground.~
~
~
Phule~
Conner~
5 518 -2138831872 8 16385 0
0 0 0 0 0 0 4
0 2 4 1
200 900 5 -1 10 650 0 0
-1
A 12 10
E
either~
A jade dagger.

~
P
-1

#519
jeweled sceptre~
jeweled sceptres~
~
~
rests here, glittering in the light.~
lie here, glittering in the light.~
~
~
Phule~
Kiian~
8 519 0 8 16385 0
0 0 294912 0 0 0 4
-1 -1 -1 -1
2000 7500 1 -1 6 300 0 0
-1
E
either~
Jewels adorn this objects, sticking out awkwardly in all directions and

giving it a considerable weight.  This sceptre is used only for decoration.

~
P
-1

#520
gold ingot~
gold ingots~
~
~
has been placed here.~
are stacked here carefully.~
~
~
Phule~
Phule~
8 520 8650752 8 1 0
0 0 294912 0 0 0 4
0 -1 -1 -1
5000 10000 1 -1 1 1000 0 0
-1
E
either~
This large, heavy gold bar is the main mode of bulk transportation of the

shiny yellow metal, and is usually shipped in large quantities on

well-guarded caravans.

~
P
-1

#521
platinum bar~
platinum bars~
~
~
is lying here, collecting dust on its shiny surface.~
are lying here, collecting dust on their shiny surfaces.~
~
~
Phule~
Phule~
8 521 8650752 8 1 0
0 0 1343488 0 0 0 4
-1 -1 -1 -1
5000 15000 1 -1 1 1000 0 0
-1
E
either~
This is a large bar of the most precious metal used for currency in the

realms, platinum.  Made from melted down coins and prepared for bulk

transport, this bar must have been lost from a large shipment destined

for one of the realms larger banks.

~
P
-1

#522
pitch fork~
pitch forks~
~
~
lies here, sharp prongs pointing dangerously upward.~
lie here, sharp prongs pointing dangerously upward.~
~
~
Phule~
Orb~
5 522 0 8 8193 2097152
1 0 4098 0 0 0 4
0 1 6 10
300 15 1 -1 1 850 0 0
-1
E
either~
This is a normal, run-of-the-mill hay fork, used by farmers to, well,

fork hay and pitch.  It also makes a handy weapon in a pinch.

~
P
-1

#523
obsidian throne~
obsidian thrones~
~
~
dominates the central back area of this abyss-like chamber.~
~
~
~
Amon~
Phule~
35 523 42336260 0 1 0
0 0 64 0 0 0 4
1 -1 -1 -1
50000 0 0 -1 1 1000 0 0
-1
E
either~
The throne is mammoth in size and would befit a being of titanic

proportions.  It is carved from a block of obsidian and depicts an

elegant chair of twining bone and thorn resting upon a huge pile of

skulls, empty eye-sockets glinting glossy black-red in the light

from the pits.

~
P
-1

#524
woodsman's axe~
woodsmen's axes~
~
~
lies on the ground.~
lie on the ground.~
~
~
Azikiar~
Marek~
5 524 0 0 8193 3162144
1 0 2050 0 0 0 4
0 1 7 8
700 200 1 -1 1 800 0 0
-1
E
either~
A medium sized axe perfect for chopping wood.

~
P
-1

#525
ring~
rings~
red glass~
old man's~
sits here glinting strangely in the light.~
sit here glinting strangely in the light.~
~
~
Athyle~
Jimbalaya~
9 525 11927552 12 3 0
0 0 32 0 0 0 4
-1 2 0 -1
20 5 10 -1 10 100 0 0
-1
E
either~
A ring made from a deep red glass, very finely detailed and, you would

guess, fragile.

~
P
-1

#526
stiff skin shield~
stiff skin shields~
small~
small~
sits here.~
sit here.~
~
~
Athyle~
Fenlyn~
9 526 0 0 16385 3162112
0 0 6 0 0 0 4
0 5 0 -1
700 100 1 -1 2 600 0 0
-1
E
either~
This shield appears to be made from the tough exoskeleton of some large

creature.  Upon closer examination it appears that the exoskeleton is

just attached to a small wooden shield.

~
P
-1

#527
scale skin shield~
scale skin shields~
~
~
A scale skin shield is lying on the ground here.~
~
~
~
Ssstra~
Fenlyn~
9 527 0 0 16385 3162112
0 0 0 0 0 0 4
0 4 0 0
1200 100 1 -1 1 1000 0 0
-1
E
either~
This shield is made from the skin of some large reptile.

~
P
-1

#528
bone bracer~
bone bracers~
~
~
lies here~
~
~
~
Ssstra~
Fenlyn~
9 528 -1879048192 0 4097 3162112
0 0 128 0 0 0 4
0 4 0 0
400 1000 5 -1 1 1000 0 0
-1
E
either~
A strangely carved bone bracer, that will fit on your wrist.

~
P
-1

#529
carved wooden key~
carved wooden keys~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Kiian~
18 529 0 4 1 0
0 0 2 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 10 600 0 0
-1
E
either~
This key appears to have been rudely carved out of a piece of wood.

~
P
-1

#530
harlequin mask~
harlequin masks~
~
~
is lying face-down in the ground.~
are lying face-down on the ground.~
~
~
Phule~
Olah~
9 530 0 0 17 0
0 0 4 0 0 0 2
0 2 0 -1
10 2000 10 -1 3 500 0 0
-1
A 14 10
E
either~
This mask of a strange material covers half of your face, very similar to

the face-paintings of court jesters and the like.

~
P
-1

#531
pile of rat's intestines~
piles of rat's intestines~
messy~
messy~
sits in a small pool of blood here.~
sit in a large pool of blood here.~
~
~
Athyle~
Athyle~
11 531 17825792 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
20 0 0 -1 1 1000 0 0
-1
E
either~
This messy pile of blood and organs are the intestines of an extremely

unfortunate rat.

~
P
-1

#532
rabbit ear~
rabbit ears~
chopped off~
chopped off~
crusted with dry blood lies here.~
crusted with dry blood lie here.~
~
~
Athyle~
Athyle~
11 532 17825792 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 0 -1 1 1000 0 0
-1
E
either~
The small furry rabbit ear was once attacked to one of the cute small

rabbits that are so common here.  The ear is now detached from it's owner

and covered in dry blood.

~
P
-1

#533
deer toe~
deer toes~
small hard~
small hard~
has been discarded here.~
have been discarded here.~
~
~
Athyle~
Kiian~
11 533 17825792 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 10 1000 0 0
-1
E
either~
The deer toes are small and hard with a dark black color to them.  It

appears they have been torn from the dead corpse of a deer as there is

little blood on them.

~
P
-1

#534
engraved machete~
engraved machetes~
~
~
lies here.~
lie here.~
~
~
Sssar~
Orb~
5 534 0 0 8193 0
1 0 64 0 0 0 4
0 2 5 2
450 1000 1 -1 2 700 0 0
-1
E
either~
This machete is much like the others that the boneshaper makes, but has

been carved with small symbols and glyphs.

~
P
-1

#535
ring~
rings~
gold and ruby~
+of wishes~
lies here, nearly forgotten in the dust.~
lie here, nearly forgotten in the dust.~
~
~
Florian~
Eala~
9 535 273682432 4 3 0
0 8 262144 0 0 0 4
0 1 0 0
30 1000 30 -1 6 700 0 0
854066209
A 20 -3
A 12 -30
E
either~
No description~
E
ring~
No description~
P
0 -1
wis wish~
~
act_tochar(#bloodwishing, ch);

act_notchar(#rwishing, ch);

dam_message(ch, 1d12, "a piece of twisted metal");

inflict(ch, mob, 1d12, "cutting $s finger on a jagged jewel setting");

wait(2);

act_tochar(#ashflames, ch);

obj = has_obj(535, ch);

junk_obj(obj,1);

wait(2);

act_room(#bellow, ch);

wait(2);

act_room(#summon, ch);

mload(1254, room);

~
E
summon~
@b@G

A curtain of pure energy descends from the air and opens

before you. From it steps a massive, wispy creature.

~
E
ashflames~
@b@R

The ring of wishes glows momentarily as white-hot flames flare

up and engulf it from nowhere. Within a few moments, the ring

is consummed and only ash remains.

~
E
bellow~
@b@Y

A purely mental scream shoots through your mind as painfully

as if an arror had pierced it. The scream sounds wild and angry.

~
E
rwishing~
@b@R

As $n begins to rub a ring in $s possession, $e gasps in 

pain.

~
E
bloodwishing~
@b@B

As you rub the ring of wishes, you catch your finger on one of

the twisted and empty ruby settings.

~
!
-1

#536
white marble pillar~
pillars~
~
~
stands here reaching to your chest.~
~
~
~
Ashkai~
Ashkai~
12 536 0 0 1 0
0 0 0 0 0 0 4
0 -1 -1 -1
100000 0 0 -1 1 1000 0 0
-1
E
either~
This white marble pillar looks as if it has been protected throughout the

ages from both weather and battle.  Looking closely at it, you seem to

see an image of a runed sceptre forming in the hole at the top.  The

image shimmers and quakes as it tries to become a reality.

~
P
-1

#537
runed sceptre of the gods~
runed sceptres~
~
~
is standing in a hole upon the pillar~
are standing in holes upon the pillar~
~
~
Ashkai~
Fenlyn~
8 537 76812482 0 16385 0
0 0 64 0 0 0 4
-1 -1 -1 -1
500 0 1 0 10 1000 0 0
-1
A 1 1
A 4 1
E
either~
The shaft of this sceptre is made of a material so hard that you know

that no mortal hand carved the ancient runes in it.  The runes seem to

swirl and rotate with a life of their own sometimes.

~
P
-1

#538
bronze box~
bronze boxes~
~
~
~
~
~
~
S'ynn~
S'ynn~
15 538 8 0 16384 0
0 0 2048 0 0 0 4
2 -27 -1 -1
10 0 0 -1 1 1000 0 0
-1
E
either~
It is a simple hinged top box made of bronze.  There is a keyhole in the

front panel of it.  This box is extremely light for something that is

holding a fortunes worth of treasure.  No rattling or clinking can be

heard from within when it is shaken.

~
P
-1

#539
hammer~
hammers~
large iron~
+of justice~
is lying here, radiating magic~
~
~
~
Vulcan~
Vulcan~
5 539 8388608 0 8193 0
0 0 368640 -2107604981 12 0 4
0 5 10 6
10 0 95 -1 1 1000 0 0
-1
A 2 5
A 5 5
A 1 5
A 6 82
A 10 74
A 9 77
A 8 64
A 7 72
A 18 5
A 19 5
E
either~
The Hammer of Justice lies here, etched heavily in runes, and engraved

with mystic words of power.


-- This weapons is really way way way to powerful. -- Amon

~
P
-1

#540
ingot of blue glass~
ingots of blue glass~
~
~
lies here, resting neatly on the ground.~
lie here, stacked carefully against each other.~
~
~
Florian~
Florian~
8 540 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
50 250 1 -1 10 50 0 0
854066583
E
either~
Blue as the ocean and as clear as a diamond, this glass ingot is a wonder

to behold.  Oblong and shaped like a trapezoidal prism, this ingot of

blue glass is devoid of all impurities and imperfections.  Though such

ingots of glass might have been commonly melted and shaped into other

things, the art of this is one that is unknown to you.  By itself, the

sapphire-colored ingot is still quite a treasure.

~
P
-1

#541
carved spear~
carved spears~
~
~
has been discarded here.~
have been discarded in a heap.~
~
~
Sssar~
Marek~
5 541 8667136 0 8193 0
1 0 2 0 0 0 4
0 3 5 10
400 3500 15 -1 1 650 0 0
-1
E
either~
This spear is finely crafted, with small symbols engraved all down it's

length.  When you hold it, the spear becomes an extension of your body,

as if it was made for you alone.

~
P
-1

#542
carved spear~
carved spears~
~
~
has been discarded here.~
have been discarded in a heap.~
~
~
Sssar~
Marek~
5 542 0 0 8193 0
1 0 2 0 0 0 4
0 2 4 10
400 200 1 -1 1 650 0 0
-1
E
either~
The spear is finely crafted and has been carved with minute symbols all

down it's length.  When you hold the spear it shocks you, as if it was

not made for you.

~
P
-1

#543
apple core~
apple cores~
~
~
lies on the ground, discarded.~
lie on the ground, discarded.~
~
~
Greyclaw~
Merior~
13 543 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
4 0 0 -1 1 1000 0 0
-1
E
either~
Well gnawed and browning this apple core lies disgarded.  Too bad you

think with a smile, that the litterer did not see the small worm working

it's way out of the end of the core. 

~
P
-1

#544
plant~
plants~
red flowering~
rose~
grows here.~
grow here.~
~
~
Greyclaw~
Merior~
11 544 0 0 0 0
0 0 0 0 0 0 4
1 -1 -1 -1
10 100 1 -1 1 1000 0 0
-1
E
either~
You see a small red flower on a long thorny stalk.

~
P
1 -1
pick~
rose flower plant thorn~
if( random( 0, 2 ) == 0 ) {

  act_tochar( #last, ch, obj );

  act_notchar( #last_room, ch, obj );

  junk_obj( obj, 1 );

  }

else {

  send_to_char( #pick, ch );

  act_notchar( #room, ch, obj );

  if( random( 0, 5 ) == 1 ) {

    act_tochar( #thorn, ch );

    act_notchar( #thorns, ch );

    obj_to_char( oload( 2376 ), ch );

    }

  }

obj_to_char( oload( 545 ), ch );

~
E
last_room~
$n picks the last flower from $p. 

~
E
last~
You pick the last flower from $p. 

~
E
room~
$n picks a flower from $p.

~
E
pick~
You carefully pick a flower from the plant.

~
E
thorn~
You manage to also pull off a thorn.

~
E
thorns~
$n also gets a thorn with the rose.

~
!
-1

#545
rose~
roses~
bright red~
bright red~
has been dropped here.~
have been dropped here.~
~
~
Greyclaw~
Kiian~
11 545 0 0 16385 0
0 0 0 0 0 0 4
1 -1 -1 -1
10 5 1 -1 10 1000 0 0
-1
E
either~
A beautiful flower in full bloom.

~
P
-1

#546
chain barding~
chain bardings~
heavy~
heavy~
is lying in a pile.~
are lying in a pile.~
~
~
Vulcan~
Talis~
9 546 0 0 524289 0
0 0 0 0 0 0 4
0 10 15 -1
2500 3500 1 -1 3 800 0 0
-1
E
either~
Intended for a horse to wear into battle, this chain barding seems to be

very tough.  Although some of the links are a bit rusty, it is of sound

construction.

~
P
-1

#547
silk band~
silk bands~
fine~
~
lies crumpled on the ground.~
lie crumpled on the ground.~
~
~
Vulcan~
Olah~
9 547 268435456 12 17 6275072
0 0 16 0 0 0 2
0 2 0 -1
10 3000 15 -1 1 300 0 0
-1
A 13 15
E
either~
A fine silk band, with a pattern woven into it.  Although made of silk,

it seems quite strong.

~
P
-1

#548
{gem}~
{gems}~
pale yellow~
citrine~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Talis~
6 548 0 0 1 0
0 0 64 0 0 0 4
14 0 0 0
10 500 1 -1 10 1000 0 0
838251945
E
either~
As you hold this stone up to the light, it sparkles with a faint yellow

color.  Close inspection of its veining and the angle of the refracted

light reveals that this is a citrine, known as a marker and hallmark for

success and divine favor.

~
P
-1

#549
cat-o-nine tails~
cat-o-nine tailss~
~
~
~
~
~
~
Vulcan~
Orb~
5 549 0 0 8193 69517312
0 0 4 0 0 0 4
0 9 1 7
300 5000 45 -1 1 500 0 0
-1
A 19 2
E
either~
A cruel-looking weapon, this whip has nine barbed lashes.  It is

constucted for torture.

~
P
3 -1
~
~
if(random( 0,8 ) ==0 ) {

  act_room( #all, ch, obj );

  weapon_attack( ch, victim, 0, "" );

if(random( 0,26 ) ==0 ) {

act_room( #all, ch, obj );

weapon_attack( ch, victim, 0, "" );

}

}

~
E
all~
@GThe $p lashes out again.

~
!
-1

#550
talisman~
talismans~
sapphire~
+of Osse~
lies here, its craftsmanship perfect.~
lie here, their craftsmanship perfect.~
~
~
Phule~
Jimbalaya~
9 550 8421440 8 5 268435456
0 0 147456 16777216 0 0 16
0 2 0 -1
70 6000 25 -1 6 600 0 0
-1
A 13 5
E
either~
This is a beautifully crafted talsiman, consisting of a silver chain and

a strage medallion.  The medallion is gold, shaped into a ship's wheel. 

In the center of the wheel is inset a deep blue sapphire cut into the

shape of a downward-pointing triangle.  About the wheel is inscribed

these words: "Let Osse the Great Navigator guide the wearer of this

talisman." 

~
P
-1

#551
stone~
stones~
dark, heavy~
+of midnight~
is here.~
are here.~
~
~
Kiian~
Talis~
6 551 8781888 0 16385 1048576
0 0 64 0 0 0 4
-1 -1 -1 -1
200 2000 20 -1 1 1000 0 0
-1
A 21 5
E
either~
A dark, heavy stone.  It is a perfect sphere.

~
P
-1

#552
leather saddlebags~
leather saddlebags~
~
~
are lying here.~
are lying here.~
~
~
Vulcan~
Greyclaw~
15 552 268435456 4 1048577 0
0 0 4 0 0 0 4
70 -31 -1 -1
800 250 1 -1 2 700 0 0
-1
E
either~
Although normally carried by a mount, these saddlebags can be easily

slung over your shoulder and toted to wherever you're going.

~
P
-1

#553
emerald pendant~
emerald pendants~
glowing~
+of protection~
on a gold chain lies in the dust.~
lie in the dust.~
~
~
Padraig~
Jimbalaya~
9 553 64 0 5 0
0 0 0 0 0 0 16
0 2 0 0
100 9000 30 -1 6 1000 0 0
-1
A 23 3
E
either~
A small uncut chip of a deep emerald green stone lies caged in a fine

gold wire.  The cage is fastened to a chain of intertwined links,

confusing in their complexity.

~
P
-1

#554
pyramid-shaped lattice of metal~
pyramid-shaped lattices of metal~
~
~
rests on the ground, partly hidden by shadow.~
rest on the ground, partly hidden by shadows.~
~
~
Florian~
Florian~
0 554 1048576 4 16385 0
0 0 0 0 0 0 4
0 0 0 0
400 1250 35 -1 10 5000 0 0
854067003
E
either~
No description~
E
fragment yellow metal~
No description~
E
fragment crystal~
No description~
E
grey metal fragment~
No description~
E
fragment shiny metal~
No description~
E
pyramid-shaped lattice~
No description~
E
fragment yellow metal~
No description~
P
-1

#555
crown~
crowns~
dark~
obsidian~
is lying here.~
are lying here.~
~
~
Kiian~
Olah~
9 555 277086272 12 17 3260416
0 0 64 0 0 0 2
0 3 0 -1
80 24000 55 -1 8 550 0 0
-1
A 5 1
A 23 5
A 9 5
E
either~
This crown is made from a strange dark material.  Cone-shaped bumps

protrude around its circular edge, and small holes dot the top of the

ridges.

~
P
-1

#556
ash spear~
ash spears~
~
+glimmering with the fires of hidden runes~
is waiting here.~
wait here.~
~
~
Padraig~
Orb~
5 556 0 0 8193 69322764
1 0 2 0 0 0 4
0 3 5 10
400 4000 16 -1 5 850 0 0
-1
E
either~
The fire of runes on the spears ashen staff is hidden within the

wood,only a tinge of red in the graven staves show the power that burns

within.

~
P
-1

#557
snake innards~
snake innards~
~
~
lie here.~
lie here.~
~
~
Sprout~
Kiian~
34 557 17825792 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 15 1 -1 10 200 0 0
-1
E
either~
This looks to be the entrails of a snake.

~
P
-1

#558
potion~
potions~
bubbly~
+of cure disease~
has been set here.~
have been set here.~
~
~
Sprout~
Merior~
10 558 64 0 1 0
0 0 0 0 0 0 4
26 5 1 -1
50 500 1 -1 1 1000 0 0
-1
E
either~
A bubbly potion in a small glass phial.

~
P
-1

#559
trident~
tridents~
blue steel~
blue steel~
has been thrust point-down into the ground.~
have been thrust point-down into the ground.~
~
~
Phule~
Orb~
5 559 8437760 8 8193 0
0 0 147456 0 0 0 4
0 3 7 5
600 2500 15 -1 3 900 0 0
-1
E
either~
This shimmering trident of steel-solid coral rests lightly in your hands.

~
P
-1

#560
set of sea-blue robes~
sets of sea-blue robes~
~
~
lie in a wrinkled heap on the ground.~
lie in a wrinkled heap on the ground.~
~
~
Phule~
Phule~
9 560 32768 8 9 0
0 0 16 0 0 0 4
0 6 0 0
500 1500 1 -1 1 300 0 0
-1
E
either~
This billowing sea blue robe is soft and cool to the touch.

~
P
-1

#561
blue coral bracelet~
blue coral bracelets~
~
~
has clattered to the floor here.~
have clattered to the floor here.~
~
~
Phule~
Fenlyn~
9 561 8683520 8 4097 0
0 0 64 0 0 0 8
0 3 0 -1
30 1000 5 -1 2 400 0 0
-1
A 8 3
E
either~
This blue coral bracelet is cool to the touch.

~
P
-1

#562
hunters bracer~
hunters bracers~
~
~
has been left here.~
have been left in a heap.~
~
~
Sssar~
Fenlyn~
9 562 -1879048192 0 4097 7716864
0 0 4 0 0 0 4
0 6 0 -1
200 5000 20 -1 1 600 0 0
-1
E
either~
This bracer has been made just for hunters.  It is well made from the

strong scales of a skliss.  The scales have been engraved with mystical

symbols of protection.

~
P
-1

#563
medallion~
medallions~
dark~
obsidian~
is lying here.~
are lying here.~
~
~
Kiian~
Jimbalaya~
9 563 277086208 0 5 0
0 0 64 0 0 0 16
0 3 0 -1
100 6000 25 -1 3 550 0 0
-1
A 20 10
A 12 5
E
either~
The medallion is made from a cold, dark stone.  It hangs from a sturdy

black chain.

~
P
-1

#564
small cudgel~
small cudgels~
~
~
is lying here.~
are lying here.~
~
~
Vulcan~
Vulcan~
5 564 0 0 8193 3162112
0 0 0 0 0 0 4
0 1 3 3
100 25 0 -1 1 1000 0 0
-1
E
either~
A small gnarled piece of wood.

~
P
-1

#565
triangular fragment~
triangular fragments~
+of yellow metal~
+of gold~
lies here just beneath a scrap of rubbish.~
lie here just beside a pile of rubbish.~
~
~
Florian~
Florian~
1 565 0 4 1 0
0 0 262144 0 0 0 4
0 0 0 0
200 1000 35 -1 10 2000 0 0
854067498
E
before~
No description~
E
after~
No description~
P
-1

#566
wooden peg~
wooden pegs~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Kiian~
18 566 0 0 1 0
0 0 2 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 10 300 0 0
-1
E
either~
This is a strange carving indeed.  It almost resembles a key in some way.

~
P
-1

#567
partially eaten human corpse~
corpses~
~
~
lies on the floor.~
lie on the floor.~
~
~
Derna~
Derna~
15 567 0 0 0 0
0 0 768 0 0 0 4
57 0 -1 -1
12500 0 0 -1 1 1000 0 0
-1
E
either~
The corpse appears to be human, though it is chewed up enough to be not

too recognizable.  It still wears some of the armor it used to protect

itself.

~
P
-1

#568
leather barding~
leather bardings~
~
~
lies piled on the ground.~
lie in a large jumbled pile here.~
~
~
Vulcan~
Kiian~
9 568 8388608 0 524289 0
0 0 4 0 0 0 4
0 5 -1 0
1000 2000 1 -1 2 600 0 0
-1
E
either~
A set of hard, but flexible armor that can be adjusted to fit over most

horses.

~
P
-1

#569
set of horseshoes~
sets of horseshoes~
~
~
is lying here.~
are lying are.~
~
~
Vulcan~
Kiian~
9 569 0 0 2097153 69631
0 0 4096 0 0 0 4
0 4 0 -1
500 500 1 -1 3 500 0 0
-1
E
either~
A set of simple but effective iron horseshoes.  Protective of a horses

hooves, they allow a horse to move farther longer and prevent damage at

the same time.

~
P
-1

#570
horseshoes of speed~
horseshoes of speeds~
set of~
~
is lying here.~
are lying here.~
~
~
Vulcan~
Vulcan~
9 570 1 0 2097153 0
0 0 18432 0 0 0 4
0 0 0 -1
300 7500 0 -1 1 1000 0 0
-1
A 14 50
A 22 5
A 2 1
E
either~
Etched with runes, these horseshoes give off a pale light.

~
P
-1

#571
plate barding~
plate bardings~
~
~
is lying here.~
are lying here.~
~
~
Vulcan~
Orb~
9 571 0 0 524289 0
0 0 8192 0 0 0 4
0 15 0 -1
4000 5000 1 -1 4 900 3 0
-1
E
either~
A set of heavy plate barding.

~
P
-1

#572
sapphire diamond~
sapphire diamonds~
~
~
lies shimmering on the ground.~
lie shimmering on the ground.~
~
~
Phule~
Phule~
8 572 32768 8 16385 0
0 0 64 2097152 0 0 4
-1 -1 -1 -1
100 20000 50 -1 10 1000 0 0
-1
E
either~
This is a large gem weighing about one pound, cut into a perfect triangle

of blue.  However, the gem is unlike any you have ever seen, somehow a

magical mixture of sapphire and diamond resulting in a gem more beautiful

than any you have ever imagined.

~
P
-1

#573
barbed whip~
barbed whips~
~
~
lies coiled here.~
lie coiled here.~
~
~
Kreel~
Marek~
5 573 8388608 0 8193 0
0 224 4 0 0 0 4
0 3 2 7
250 350 1 -1 3 500 0 0
854867940
E
either~
Shorter and heavier than a standard leather bullwhip, this whip is fitted

at the end with several wooden barbs, whittled to needle sharpness.  This

whip is not intended to be cracked like a normal whip - instead it is

swung like a flail, letting the barbs, rather than speed, inflict the

damage.

~
P
-1

#574
brightly coloured pants~
brightly coloured pants~
~
~
lies here neatly folded.~
lie here neatly folded.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 574 268435456 8 33 0
0 0 16 0 0 0 4
0 3 0 0
250 200 1 -1 1 400 0 0
-1
E
either~
This pair of *very* loose-fitting pants is made of myriad patches of

bright fabric.  Each seems to have its own tale to it, and each is made

of a different fabric.  Whoever made these pants must have spent a lot of

time.

~
P
7 -1
~
~
act_tochar( #slip, ch );

~
E
slip~
You feel slightly ridiculous, but the pants fit comfortably.

~
!
-1

#575
onyx~
onyxs~
small~
+gemstone~
is lying here.~
are lying here.~
~
~
Vulcan~
Florian~
6 575 0 0 16385 0
0 0 64 0 0 0 4
0 2 -1 -1
20 500 0 -1 1 1000 0 0
-1
E
either~
Glittering in the light, you can see that this gemstone appears unflawed. 

But, as the light curves across it's surface, you think that this gem may

hold something more than a way to a fatter purse.

~
P
-1

#576
golden bracelet~
golden bracelets~
~
+of striking~
hovers here.~
hover here.~
~
~
Padraig~
Fenlyn~
9 576 8388608 0 4097 16384
0 0 4458496 0 0 0 8
0 3 0 0
10 3600 15 -1 1 750 0 0
-1
A 19 1
E
either~
Twin golden serpents entwine around a circlet of bronze.  Two sets of

bared fangs and tiny ruby chip eyes stand out as you think upon the

damage two such serpents are capable of.

~
P
-1

#577
golden bracelet~
golden bracelets~
~
~
lies on the ground.~
lie on the ground.~
~
~
Padraig~
Fenlyn~
8 577 8388608 0 4097 0
0 0 262144 0 0 0 8
-1 -1 -1 -1
10 100 1 -1 1 1000 0 0
-1
E
either~
This gaudy golden bracelet looks very decorative and not very practical.

~
P
-1

#578
iron bound chest~
iron bound chests~
~
~
is placed in the back of the cavern.~
are placed in the back of the cavern.~
~
~
Padraig~
Marek~
15 578 8 0 0 0
0 0 4096 0 0 0 4
100 13 0 -1
80000 0 0 -1 1 1000 0 0
-1
E
either~
Old oak planks aged to a deep dark patina are bound by crude iron bands.

Strangely there is no lock on this chest, but the hinges look well used.

~
P
-1

#579
girdle~
girdles~
gray and silver~
+of storm giant strength~
waits here.~
wait here.~
~
~
Padraig~
Fenlyn~
9 579 0 0 2049 2113536
0 0 18432 0 0 0 4
0 5 0 0
500 14000 40 -1 5 700 0 0
-1
A 1 1
A 13 1
A 9 5
E
either~
Metal plates strung together by ogreskin leather and human sinew make up

this strange girdle.  Graven on the lead-dull plates in bright mithril

are scenes of common men performing the feats of giants.

~
P
-1

#580
javelin~
javelins~
wooden~
wooden~
lies on the ground.~
lie on the ground in a stack.~
~
~
Kiian~
Marek~
5 580 0 0 8193 3162112
1 0 2 0 0 0 4
0 1 6 5
300 75 0 -1 1 650 0 0
-1
E
either~
A wooden javelin, perfect for jabbing or throwing.

~
P
12 -1
throw~
javelin~
send_to_char( #hurl, ch );

act_notchar( #hurl2, ch );

attack( ch, victim, 1d6, "wooden javelin" );

junk_obj( obj, 1 );

~
E
hurl2~
$n hurls $s javelin!

~
E
hurl~
You hurl the javelin!

~
!
-1

#581
silver necklace~
silver necklaces~
twisted loop of a~
+of dreams~
glows dimly on the ground.~
glow dimly on the ground.~
~
~
Padraig~
Jimbalaya~
9 581 8650816 0 5 338657280
0 0 131072 8 0 0 4
0 3 0 0
100 9000 30 -1 4 1000 0 0
-1
E
either~
Twisted silver chains distract the eye and lead your mind elsewhere. 

Seemingly permanently knotted, the chains flow over your hands like water

and easily settle around your neck.

~
P
-1

#582
leather saddle~
leather saddles~
finely-crafted~
finely-crafted~
has been set here on the ground.~
have been set in a pile here on the ground.~
~
~
Athyle~
Kiian~
9 582 0 0 1048577 0
0 0 4 0 0 0 4
0 3 -1 -1
1000 750 1 -1 3 500 0 0
-1
A 14 25
E
either~
This finely crafted saddle, though well worn and used, is still very

usable.  A thick blanket, for protecting the back of the horse, has been

draped over the top of the saddle for safe keeping.  Dropping down the

sides, several large straps hang to secure the saddle to the back of a

horse.

~
P
-1

#583
piece of living shuvana wood~
pieces of living shuvana wood~
~
~
lies here dying.~
lie here dying.~
~
~
Athyle~
Marek~
0 583 64 0 16385 0
0 0 2 0 0 0 4
-1 -1 -1 -1
50 100 1 -1 10 650 0 0
-1
A 12 1
E
either~
This small piece of lightly colored wood is only an inch or two across. 

In the center a small pebble lies embedded in the soft wood pulp.  It

appears that radiating out from the pebble are several dark lines, almost

like veins.

~
P
-1

#584
silver hammer~
silver hammers~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Conner~
5 584 0 0 8193 2121536
0 0 133120 0 0 0 4
0 4 3 3
600 4600 25 -1 1 750 0 0
-1
E
either~
Flawlessly crafted, this beautiful hammer appears to be quite valuable.

~
P
-1

#585
black Zuralduur feather~
black Zuralduur feathers~
~
~
rests peacefully on the ground.~
rest peacefully on the ground.~
~
~
Athyle~
Calren~
34 585 285474816 8 17 0
0 0 512 0 0 0 2
-1 -1 -1 -1
10 15 5 -1 10 100 0 0
-1
A 12 5
E
either~
This large feather is almost six inches longs and completely jet-black

from tip to base.

~
P
-1

#586
blue Ulannu jay feather~
blue Ulannu jay feathers~
~
~
lies here.~
lie here.~
~
~
Athyle~
Calren~
34 586 285474816 8 17 0
0 0 512 0 0 0 2
-1 -1 -1 -1
10 150 5 -1 10 100 0 0
-1
A 13 5
E
either~
The Ulannu jay feather stretches about four inches long.  One lone spot

of white dots the solid blue coloring of the feather near one edge.

~
P
-1

#587
bush~
bushes~
large~
large~
with large flat leaves and small spines grows here.~
with large flat leaves and small spines grow here.~
~
~
Athyle~
Athyle~
0 587 0 0 0 0
0 0 2 0 0 0 4
-1 -1 -1 -1
10 0 0 -1 1 1000 0 0
-1
E
either~
The large, broad-leafed bush appears to bear fruit, as there are several

growing in the tangled mess of branches.

~
P
4 -1
pick~
fruit~
if( is_player( ch ) ) {

  if( rflag( reset2, room ) ) {

    if( random( 1, 5 ) < 2 ) {

      obj_to_char( oload( 588 ), ch );

      send_to_char( #last, ch );

act_notchar( #rpick, ch );

      remove_rflag( reset2, room );

      }

    else {

      obj_to_char( oload( 588 ), ch );

      send_to_char( #ch, ch );

act_notchar( #rpick, ch );

      }

    }

  else

    send_to_char( #none, ch );

  }

else

  act_tochar( #no_hands, ch );

~
E
last~
You pick the last of the luscious red and green pieces of fruit from the

bush.

~
E
ch~
You pick one of the luscious red and green pieces of fruit from the bush.

~
E
none~
There is no more fruit on the bush.

~
E
no_hands~
You don't have hands to pick or carry the fruit.

~
E
rpick~
$n picks one of the luscious red and green pieces of fruit from

the bush.

~
!
4 -1
1 look~
large bush~
if( !rflag( reset2, room ) )

  send_to_char( #none, ch );

else

  send_to_char( #ch, ch );

~
E
ch~
The large broad leaved bush appears to bear fruit, as there are several

growing in the tangled mess of branches.

~
E
none~
The large broad leaved bush appears to be a fruit bearing one,  though it

appears there are no edible fruit on it right now.

~
!
-1

#588
piece of fruit~
pieces of fruit~
red~
red~
lies here, rotting slowly.~
lie here, rotting slowly.~
~
~
Athyle~
Synergyn~
19 588 0 0 1 0
0 0 512 0 0 0 4
17 -1 -1 0
30 0 0 -1 1 1000 0 0
-1
E
either~
This plump, red piece of fruit's juicy ripeness looks like a good meal.

~
P
-1

#589
piece of woodworm meat~
pieces of woodworm meat~
small~
small~
has been left here in disgust.~
have been left here in disgust.~
~
~
Athyle~
Kiian~
19 589 20971520 0 1 0
0 0 772 0 0 0 4
10 -1 -1 0
40 0 1 -1 10 1000 0 0
-1
E
either~
This small chunck of woodworm meat has been hewn from the corpse of one

of the small grubs.

~
P
-1

#590
short barbed leg~
short barbed legs~
bloody~
bloody~
sits here, drying out.~
sit here, drying out.~
~
~
Athyle~
Kiian~
34 590 20971520 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
100 30 1 -1 10 1000 0 0
-1
E
either~
The short leg stretches about six inches long and comes to a sharp barbed

point at one end.

~
P
-1

#591
barb-tipped spear~
barbed-tipped spears~
sharp~
sharp~
lies here, left by some adventurer.~
barb-tipped spears~
~
~
Athyle~
Orb~
5 591 8388608 0 8193 2113536
1 0 2 0 0 0 4
0 2 3 10
300 300 1 -1 1 600 0 0
-1
E
either~
The spear is about five feet in length and ends in an extremely sharp

point.  The point appears to be the barbed leg of some large insect-like

creature.  Running down about a foot on one size of the tip is a row of

large barbs, jutting out from the severed leg.

~
P
3 -1
~
~
if( random( 1, 5 ) == 1 ) {

  mob = victim;

  act_notchar( #Nch, ch, obj, mob );

  act_tochar( #ch, ch, obj, mob );

  inflict( mob, ch, 2d3, "barbed spear" );

  }

~
E
ch~
@b@YThe barbs on your barb-tipped spear catch on $N and tear!@n

~
E
Nch~
@B@GThe barbs on $n's barb-tipped spear catch on $N and tear!@n

~
!
-1

#592
exoskeleton~
exoskeletons~
+of a woodworm~
+of the woodworm queen~
lies here.~
lie here.~
~
~
Athyle~
Kiian~
34 592 16777216 4 1 0
0 0 4 0 0 0 4
-1 -1 -1 -1
200 50 1 -1 10 1000 0 0
-1
E
either~
This large piece of extremely tough skin was once the exoskeleton of a

woodworm.

~
P
-1

#593
wood ring~
wood rings~
strange~
shuvana~
lies here.~
lie here.~
~
~
Athyle~
Jimbalaya~
9 593 268697664 0 3 268440320
0 1 2 0 0 0 4
0 3 0 -1
10 500 5 -1 6 650 0 0
-1
A 12 5
E
either~
This ring is strange, the wood has no defined grain.  Random swirls float

beneath the highly polished surface.

~
P
-1

#594
triangular fragment~
triangular fragments~
+of clear crystal~
+of quartz~
sits on the ground amidst some sand.~
sit on the ground amidst some sand.~
~
~
Florian~
Florian~
0 594 0 0 1 0
0 0 262144 0 0 0 4
0 0 0 0
200 3000 35 -1 10 1000 0 0
854067955
E
before~
No description~
E
after~
No description~
P
-1

#595
triangular fragment~
triangular fragments~
+of grey metal~
+of lead~
lies on the ground, pitted deeply with age.~
lie on the ground, pitted deeply with age.~
~
~
Florian~
Florian~
0 595 0 0 1 0
0 0 262144 0 0 0 4
0 0 0 0
600 500 35 -1 10 1000 0 0
854069186
E
after~
No description~
E
before~
No description~
P
-1

#596
~
~
ashen orb~
heart of darkness~
lies here, humming softly.~
lie here, humming softly.~
~
~
Kiian~
Kiian~
34 596 3280978 0 16385 75432804
0 0 2 32 0 0 4
-1 -1 -1 -1
300 10000 25 -1 1 800 0 0
-1
A 7 10
A 12 50
A 17 3
A 1 -2
A 6 5
A 20 5
A 5 -1
E
either~
A dark ashen orb the size of your fist.  It is warm, and pulses slowly,

almost as if alive.

~
P
-1

#597
black humming key~
black humming keys~
~
~
lies vibrating on the floor.~
lie vibrating on the floor.~
~
~
Sprout~
Padraig~
18 597 3 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 0 -1 6 200 0 0
-1
E
either~
A small black key vibrates and produces a small humming sound.  It is

constructed from a stone which you have never before seen.  It is fairly

heavy, yet it seems quite fragile.

~
P
-1

#598
wide-brimmed hat~
wide-brimmed hats~
~
~
is on the ground here.~
are on the ground here.~
~
~
Kiian~
Olah~
9 598 -2147221504 0 17 0
0 0 4 0 0 0 4
0 3 0 -1
100 50 1 -1 1 500 0 0
-1
E
either~
A floppy, wide-brimmed hat perfect for keeping the sun out of your eyes.

~
P
-1

#599
stick~
sticks~
digging~
digging~
has been stuck into the ground here.~
have been stuck into the ground here.~
~
~
Kiian~
Orb~
5 599 -2147483648 8 8193 0
0 0 0 0 0 0 4
0 1 6 4
300 50 1 -1 1 1000 0 0
-1
E
either~
A sturdy piece of wood with a sharpened end.

~
P
-1

#600
brown pants~
brown pants~
~
~
is here.~
are here.~
pair of~
pairs of~
Kiian~
Fenlyn~
9 600 0 0 33 0
0 0 16 0 0 0 4
-1 2 -1 -1
250 35 1 -1 1 300 0 0
-1
E
either~
A pair of comfortable cloth pants.

~
P
-1

#601
dire wolf skin~
dire wolf skins~
~
~
lies in tumbled disarray.~
lie in tumbled disarray.~
~
~
Padraig~
Marek~
33 601 16777216 4 1 0
0 0 4 0 0 0 4
-1 -1 -1 -1
500 1000 50 -1 10 600 0 0
-1
E
either~
The wiry fur, black at the roots and shading to white at the tips, is

rough and abrasive to the hand.

~
P
-1

#602
dire skin cloak~
dire skin cloaks~
~
~
lies in tumbled disarray.~
lie in tumbled disarray.~
~
~
Padraig~
Fenlyn~
9 602 277086272 4 9 0
0 0 16 128 0 0 8
0 7 0 -1
350 12000 35 -1 6 600 0 0
-1
A 7 5
A 9 5
E
either~
Suprisingly light for all its bulk this cloak is made from the fur of a

dire wolf.  The individual hairs are black at the base but shade to white

at the tip.  A shining clasp holds the neck of this cloak and buttons

line the front to secure it from the wind.

~
E
approve~
Approved with Detect Hidden. Base AC

~
P
-1

#603
cloak clasp~
cloak clasps~
~
~
lies here.~
lie here.~
~
~
Padraig~
Padraig~
8 603 1048576 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
120 0 0 -1 1 1000 0 0
-1
E
either~
Made of shining mithril in the shapes of leaves two odd pieces of metal

are joined by a loop on one and a hook on the other.

~
P
-1

#604
shell button~
shell buttons~
~
~
lies in the dust.~
lie in the dust.~
~
~
Padraig~
Kiian~
8 604 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 10 1000 0 0
-1
E
either~
Carved from a shell this oval has 4 tiny holes drilled into it.  

~
P
-1

#605
triangular fragment~
triangular fragments~
+of shiny metal~
+of platinum~
lies on the floor, shining brightly in the light.~
lie on the floor, shining brightly in the light.~
~
~
Florian~
Florian~
0 605 0 4 1 0
0 0 1048576 0 0 0 4
0 0 0 0
200 6000 35 -1 10 6500 0 0
854069650
E
before~
No description~
E
after~
No description~
P
-1

#606
bronze ringmail vest~
bronze ringmail vests~
~
~
lies buried in the dust.~
lie buried in the dust.~
~
~
Padraig~
Jimbalaya~
9 606 -2147483648 0 9 3162112
0 0 2048 0 0 0 4
0 6 0 -1
640 1000 5 -1 3 750 1 0
-1
E
either~
The vest is made out of 2-1/2 inch rings sewn onto leather.  The rings

are made of a copper-based alloy.  Altogether, the vest is very sturdy.

~
P
-1

#607
steel ringmail vest~
steel ringmail vests~
~
~
~
~
~
~
Padraig~
Jimbalaya~
9 607 -2147483648 0 9 3162112
0 0 4202496 0 0 0 4
0 8 0 -1
640 3000 15 -1 4 800 1 0
-1
E
either~
The vest is made out of rings sewn onto leather.  The rings are about

1-1/2 inches wide.  The vest is supple yet sturdy.

~
P
-1

#608
golden scarab~
golden scarabs~
~
~
glitters in the dust.~
glitter in the dust.~
~
~
Florian~
Florian~
8 608 1052672 4 16385 0
0 0 262144 0 0 0 4
0 0 0 0
300 0 30 -1 10 100 0 0
854070007
E
either~
No description~
P
-1

#609
black hat~
black hats~
peaked wizard's~
+of the master mage~
lies on the ground.~
lie on the ground.~
~
~
Rebekka~
Olah~
9 609 64 4 17 7307264
0 0 16 8 0 0 4
0 5 0 0
100 27000 60 -1 6 400 0 0
870487145
A 5 1
A 3 1
E
either~
This black hat has a wide brim and conical shape, peaking sharply at it

apex.  Small stars are sprinkled over its surface, reflecting bits of

light.  

~
E
approve~
+8.5 level for displace.  +20 for +1 int, +25 for +1 con, +10 level for

ac 5 = 58.5 rounded to level 60 

~
P
-1

#610
bronze ringmail sleeves~
bronze ringmail sleeves~
~
~
lie in the dirt.~
lie in the dirt.~
pair of~
pairs of~
Padraig~
Jimbalaya~
9 610 -2147483648 0 257 3162112
0 0 2048 0 0 0 4
0 6 0 -1
580 1000 5 -1 3 750 1 0
-1
E
either~
The sleeves are made out of 2 inch rings connected to leather.  The rings

are made out of a copper-based alloy, making the sleeves very sturdy.

~
P
-1

#611
ringmail sleeves~
pairs of ringmail sleeves~
~
~
~
~
pair of~
pairs of~
Padraig~
Jimbalaya~
9 611 -2147483648 32 257 3162112
0 0 4194304 0 0 0 4
0 4 0 -1
580 200 5 -1 4 700 1 0
-1
E
either~
The sleeves are made of 2 inch rings sewn onto leather.  The rings are

well made and are uniformly sized.  The leather is a good quality

leather, making these sturdy sleeves.

~
P
-1

#612
steel ringmail sleeves~
steel ringmail sleeves~
~
~
lie here.~
~
pair of~
pairs of~
Padraig~
Jimbalaya~
9 612 -2147483648 0 257 3162112
0 0 8192 0 0 0 4
0 8 0 -1
480 3000 15 -1 5 800 1 0
-1
E
either~
Two-inch rings made of steel and sewn onto leather make up these sleeves. 

The steel is of the finest quality and the craftsmanship is excellent,

making these sleeves some of the best you've ever seen.

~
P
-1

#613
rucksack~
rucksacks~
~
~
lies here in a heap.~
lie here in a heap.~
~
~
Phule~
Phule~
15 613 268435456 4 9 0
0 0 16 0 0 0 16
50 1 0 0
250 150 1 -1 1 600 0 0
874029291
E
either~
This pack is made from moosehide, and draws closed with a leather cord.

~
P
-1

#614
bronze ringmail leggings~
bronze ringmail leggins~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Padraig~
Jimbalaya~
9 614 -2147483648 0 33 3162112
0 0 2048 0 0 0 4
0 6 0 -1
640 1000 5 -1 3 750 1 0
-1
E
either~
The leggings are made out of high-quality rings connected to leather. 

The rings are 1-1/2 inches in diameter and made of a copper-based alloy. 

The leggings are made well.

~
P
-1

#615
ringmail leggings~
ringmail leggings~
~
~
~
~
pair of~
pairs of~
Padraig~
Fenlyn~
9 615 -2147483648 32 33 3162112
0 0 4194304 0 0 0 4
0 7 -1 -1
640 2000 10 -1 4 650 1 0
-1
E
either~
Two inch rings sewn onto high-quality leather form the leggings.

~
P
-1

#616
steel ringmail leggings~
steel ringmail leggings~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Padraig~
Jimbalaya~
9 616 -2147483648 0 33 3227648
0 0 8192 0 0 0 4
0 8 0 -1
530 3000 15 -1 5 800 1 0
-1
E
either~
The leggings are made of high-quality steel rings connected to supple, yet

strong leather.  The rings are 2" in diameter and the leather perfectly

conforms to the legs.

~
P
-1

#617
beard rings~
beard rings~
bronze~
bronze~
have been left here.~
have been left here~
set of~
sets of~
Talis~
Olah~
9 617 -1879048192 0 17 0
0 4100 2048 0 0 0 2
0 2 0 0
20 500 1 -1 2 750 0 0
870740964
E
either~
A set of wide bronze rings worn in the beards of dwarves to mark their

standing within the dwarven nation.  These are plain and unadorned, as

tradition dictates.

~
P
-1

#618
helm~
helms~
~
~
lies in the dust.~
lie in the dust.~
~
~
Padraig~
Olah~
9 618 0 32 17 3260416
0 0 4194304 0 0 0 4
0 10 0 0
300 800 1 -1 4 1000 1 0
836711269
E
either~
Finely riveted plates over a soft leather liner provide adequate coverage

for the head and neck.

~
P
-1

#619
chainmail vest~
chainmail vests~
~
~
lies here.~
lie here.~
~
~
Sprout~
Fenlyn~
9 619 -2147483648 32 9 3260416
0 0 4194304 0 0 0 4
0 8 0 -1
770 2500 15 -1 4 750 2 0
-1
E
either~
Half-inch rings intertwined together make up this vest.  Each ring is

intertwined with six other rings.

~
P
-1

#620
pile of bronze rivets~
piles of bronze rivets~
~
~
lie scattered on the ground~
lie scattered on the ground~
~
~
Padraig~
Padraig~
8 620 0 0 1 0
0 0 2048 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 1 0
836711965
E
either~
Minutely fashioned, these rivets will serve the purposes of the most

demanding craftsmen.

~
P
-1

#621
leather cord~
leather cords~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
9 621 0 0 5 0
0 0 4 0 0 0 4
0 0 0 0
30 25 1 -1 10 400 0 0
836724176
E
either~
A simple strip of leather, knotted at one end to form a cord.  It is an

ideal length for wearing about one's neck.

~
P
-1

#622
electrum chainmail vest~
electrum chainmail vests~
~
~
~
~
~
~
Sprout~
Fenlyn~
9 622 -2147483584 0 9 2211840
0 0 65536 0 0 0 4
0 10 0 -1
770 9000 30 -1 8 750 2 0
-1
E
either~
The vest is created from hundreds of electrum rings interlocked with one

another; no ring touching less than 6 others.  It is perfectly crafted

with the highest quality of craftsmanship.

~
P
-1

#623
set of burial robes~
sets of robes~
~
~
covered with dust lay in a pile at your feet.~
covered with dust lay in piles at your feet.~
~
~
Florian~
Fenlyn~
9 623 0 0 9 0
0 0 16 0 0 0 4
0 0 0 0
500 7250 25 -1 10 300 0 0
854070280
E
either~
No description~
P
-1

#624
violin~
violins~
~
~
lies here waiting to be played.~
~
~
~
Padraig~
Padraig~
8 624 0 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 0 -1 1 1000 0 0
-1
E
either~
Owned and played by Silhouette.

~
P
-1

#625
circlet~
circlets~
shimmering~
shimmering crystal~
is here.~
are here.~
~
~
Kiian~
Olah~
9 625 277086273 0 17 269352960
0 0 32 0 4 0 2
0 2 0 -1
100 5000 20 -1 2 300 0 0
-1
E
either~
A fragile circlet fashioned from a clear crystalline substance, meant

to be worn around your head.  It bends the light in new and interesting

ways as you examine it.

~
P
-1

#626
emerald bracelet~
emerald bracelets~
~
~
green as a patch of grass sticks up out of the ground.~
green as clover stick up out of the ground.~
~
~
Florian~
Fenlyn~
9 626 0 0 4097 0
0 0 65600 0 0 0 8
0 3 0 0
40 5000 20 -1 5 1000 0 0
854070922
A 24 10
A 23 5
E
either~
Carved from a single emerald, this delicate bracelet is quite thin. 

Merely a half of an inch thick, the detailing carved into its green

surface is overwhelming.  Encircling the bracelet are engraved images of

fairies, woodland sprites, unicorns, and even leprechauns, playing in a

lush, woodland valley.

~
P
-1

#627
lodestone pendant~
lodestone pendants~
~
~
~
~
~
~
Kiian~
Kiian~
1 627 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
836725197
E
either~
A piece of magnetized magnetite

~
P
-1

#628
mithril ringmail bracer~
mithril ringmail bracers~
~
~
lies here glinting in the light.~
lie here glinting in the light.~
~
~
Padraig~
Fenlyn~
9 628 -1879048192 0 4097 3162112
0 0 18432 0 0 0 4
0 8 0 -1
220 3600 15 -1 6 1050 1 0
-1
E
either~
This bracer is made from the highest quality mithril rings sewn onto

supple leather.  The rings are approximately 2 inches in diameter.  The

bracer is made of the finest materials and the craftsmanship is

unbeatable.

~
P
-1

#629
a stone tablet~
a stone tablet~
~
+( upper-section )~
lies half-covered with dust.~
lie half-covered with dust.~
broken piece of~
broken pieces of~
Florian~
Florian~
0 629 0 4 16385 0
0 0 64 0 0 0 4
0 0 0 0
200 0 1 -1 10 500 0 0
870516049
E
before~
Several jagged, vein-like cracks run down through the center of this

relatively flat stone.  The edges of the stone are broken and crumbling. 

Though pitted and scarred on one side, the stone is completely smooth,

almost polished, on the other side.  A series of crude symbols have been

etched into the smooth side of the broken stone.

~
E
after~
All the edges of this slab of stone have a polished gleam to them, except

for the topmost edge, which is jagged and broken.  Also, the sides of the

slab are remarkably different.  While one face of the slab remains flat

and smooth, the other is rough and crumbling, as if it has been chipped

away from a larger piece of rock.

~
E
smooth surface~
The smooth side of this piece of stone is adorned with both hieroglyphics

and primitive writing characters.  If only there were more to go on of

either, the writings might be decipherable and might also prove helpful.

~
P
-1

#630
beard rings~
beard rings~
copper~
copper~
have been left here.~
have been left here.~
set of~
sets of~
Talis~
Olah~
9 630 -1879048192 0 17 0
0 4100 524288 0 0 0 2
0 3 0 0
20 2000 10 -1 2 700 0 0
870740965
E
either~
A set of wide copper rings worn in the beards of dwarves to mark their

standing within the dwarven nation.  These are plain and unadorned, as

tradition dictates.

~
P
-1

#631
beard rings~
beard rings~
silver~
silver~
have been left here.~
have been left here.~
set of~
sets of~
Talis~
Olah~
9 631 0 0 17 0
0 4100 131072 0 0 0 2
0 3 0 0
20 3500 15 -1 2 750 0 0
870740966
A 13 5
E
either~
A set of wide silver rings worn in the beards of dwarves to mark their

standing within the dwarven nation.  These are plain and unadorned, as

tradition dictates.

~
P
-1

#632
agate~
agates~
fine-grained~
fine-grained~
lies here.~
lie here.~
~
~
Kiian~
Talis~
6 632 262144 0 1 0
0 0 64 0 0 0 4
14 0 0 0
10 50 1 -1 10 1000 0 0
836805465
E
either~
A small fine-grained agate, covered with deeply-hued earthtone colored

bandings.  It is more than a bit rough to the touch, but could become

quite the handsome stone after a bit of attention from a deft hand.

~
P
-1

#633
{gem} emerald~
{gems} emeralds~
green~
green~
glitters in the light.~
glitter in the light.~
~
~
Talis~
Talis~
6 633 8650752 0 1 0
0 0 64 0 0 0 4
15 0 0 0
10 1500 1 -1 10 1000 0 0
836909856
E
after~
The glass-smooth surface of this cut emerald reflects a dazzling display

of light.  Its veridian green depths are clear and nearly transparent. 

The narrow inclusions lining the stone are common to all emeralds and

have little effect on its value.

~
E
before~
The glass-smooth surface of this cut stone reflects a dazzling display of

light.  Its veridian green depths are clear and nearly transparent. 

Narrow inclusions line the entire stone.

~
P
-1

#634
chainmail sleeves~
chainmail sleeves~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Sprout~
Jimbalaya~
9 634 -2147483648 32 257 3260416
0 0 4194304 0 0 0 4
0 6 0 -1
480 700 1 -1 4 750 1 0
-1
E
either~
Half-inch rings intertwined together make up these sleeves.  Each ring is

intertwined with siz other rings.

~
P
-1

#635
chainmail leggings~
chainmail leggings~
~
~
lie here.~
lie here~
pair of~
pairs of~
Sprout~
Jimbalaya~
9 635 -2147483648 32 33 3260416
0 0 4194304 0 0 0 4
0 8 -1 -1
520 1000 1 -1 4 750 1 0
-1
E
either~
Half-inch rings intertwined together make up these leggings.  Each ring is

is intertwined with six other rings.

~
P
-1

#636
talisman~
talismans~
agate~
agate~
lies on the ground, glowing softly.~
lie on the ground in a small pile, glowing softly.~
~
~
Kiian~
Jimbalaya~
9 636 2359360 0 5 0
0 0 64 0 0 0 4
0 1 0 0
15 400 5 -1 3 500 0 0
836947147
A 12 5
E
either~
A thin but well-made leather cord supports several small, strangely cut

gemstones along its generous length.  A single, blood-red garnet hangs in

the center position, much like a medallion, its many angled facets

flickering softly with an eerie, dark red glow.  To either side, a pair

of smaller garnets cluster near the central setting, their own smallish

facets bending light in suprising and slightly unsettling manners.

~
P
-1

#637
steel chainmail leggings~
steel chainmail leggings~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Sprout~
Jimbalaya~
9 637 -2147483648 0 33 3260416
0 0 8192 0 0 0 4
0 10 0 -1
480 5000 20 -1 5 950 1 0
-1
E
either~
The finest quality steel has been made into half-inch rings.  The rings

have been connected together to form these leggings.  Each ring

interlocking with 6 others.

~
P
-1

#638
ingot~
ingots~
bronze~
bronze~
~
lie stacked here.~
~
~
Padraig~
Orb~
8 638 8388608 0 1 0
0 0 2048 0 0 0 4
-1 -1 -1 -1
100 100 1 -1 1 1000 0 0
-1
E
either~
This block of solid bronze is stamped with the mark of your friendly

neighborhood smithy.

~
P
-1

#639
ingot~
ingots~
iron~
iron~
~
lie stacked here.~
~
~
Padraig~
Orb~
8 639 8388608 0 1 0
0 0 4096 0 0 0 4
-1 -1 -1 -1
100 150 1 -1 1 1000 0 0
-1
E
either~
This solid looking block of iron is covered by a fine layer of reddish

rust, proof that nature and time are stronger than metal.  The bar is

stamped with a crescent indicating the smithy where it was cast.

~
P
-1

#640
ingot~
ingots~
steel~
steel~
lies here.~
lie stacked here.~
~
~
Padraig~
Orb~
8 640 8388608 0 1 0
0 0 8192 0 0 0 4
-1 -1 -1 -1
100 200 1 -1 1 1000 0 0
-1
E
either~
The dull blue-black sheen of this ingot is marred by random tool and mold

marks.  A crescent moon indicates the smithy where this piece was molded.

~
P
-1

#641
ingot~
ingots~
mithril~
mithril~
~
lie stacked here.~
~
~
Padraig~
Orb~
8 641 8388608 0 1 0
0 0 18432 0 0 0 4
-1 -1 -1 -1
100 250 1 -1 1 1000 0 0
-1
E
either~
A crescent moon is emblazoned on the top surface of this mirror surfaced

block of mithril.

~
P
-1

#642
ingot~
ingots~
electrum~
electrum~
lies here.~
lie stacked here.~
~
~
Padraig~
Orb~
8 642 8388608 0 1 0
0 0 73728 0 0 0 4
-1 -1 -1 -1
200 4000 1 -1 1 1000 1 0
-1
E
either~
Gold and silver mated in natural harmony, tendrils of one intermixed with

tendrils of the other, swirled and confused make up this bar of metal.

~
P
-1

#643
ingot~
ingots~
adamantine~
adamantine~
lies here.~
lie stacked here.~
~
~
Padraig~
Kiian~
8 643 8388608 0 1 0
0 0 36864 0 0 0 4
-1 -1 -1 -1
30 0 1 -1 1 1000 0 0
-1
E
either~
Glowing softly, leaching a reddish light this block of adamantine is

marked with the symbol of a wolf.

~
P
-1

#644
quilted torso pad~
quilted torso pads~
~
~
lie here.~
lie here.~
~
~
Padraig~
Fenlyn~
9 644 -2147483648 0 9 1048576
0 0 20 0 0 0 2
0 2 0 -1
200 200 1 -1 1 500 0 0
-1
E
either~
Quilted layers of soft leather and cloth batting are built up to several

inches in thickness.  This piece is designed to be worn under armors and

to cushion crushing blows.

~
P
-1

#645
quilted forearm pads~
quilted forearm pads~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Padraig~
Jimbalaya~
9 645 -2147483648 0 257 0
0 0 20 0 0 0 2
0 2 0 -1
150 200 1 -1 1 500 0 0
-1
E
either~
Quilted layers of soft leather and cloth batting are built up to

several inches in thickness.  This piece is designed to be worn under

armors and to cushion crushing blows.

~
P
-1

#646
quilted leg pads~
quilted leg pads~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Padraig~
Merior~
9 646 -2147483648 0 33 0
0 0 20 0 0 0 2
0 2 -1 -1
350 200 1 -1 1 500 0 0
-1
E
either~
Quilted layers of soft leather and cloth batting are built up to

several inches in thickness.  This piece is designed to be worn under

armors and to cushion crushing blows.

~
P
-1

#647
torso pad~
torso pads~
dark~
dark silk~
lies here, crumpled on the ground.~
lie here, crumpled on the ground.~
~
~
Kiian~
Fenlyn~
9 647 64 0 9 0
0 0 16 0 0 0 4
0 7 0 -1
400 27000 60 -1 4 450 0 0
-1
A 21 5
E
either~
A well-crafted torso pad made out of soft black cloth.  Designed to be

worn under a suit of armor, its layers of cloth cushion a blow's impact.

~
P
-1

#648
platemail breastplate~
platemail breastplates~
~
~
lies in the dirt.~
lie in the dirt.~
~
~
Padraig~
Fenlyn~
9 648 0 32 9 7979008
0 0 4194304 0 0 0 4
0 12 0 -1
1320 2000 10 -1 6 1000 3 0
-1
E
either~
Large plates are hung on both the front and the back of a vest of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.  This armors weight rests solely on the wearers shoulders,

providing excellent protection but hindering mobility.

~
P
-1

#649
ring~
rings~
grey-gold~
+of fire resistance~
was carelessly dropped here.~
were carelessly dropped here.~
~
~
Sprout~
Jimbalaya~
9 649 8650816 0 3 0
0 0 64 0 0 0 4
0 7 0 0
30 15000 40 -1 8 750 0 0
-1
A 7 20
E
either~
The ring is made out of gold, and a dark gray stone.  The stone is

extremely hard and cloudy.  As you stare into the stone, you see images

float across the surface, you look again, and they are gone.

~
P
-1

#650
golden torque~
golden torques~
~
~
lies on the ground within the folds of a piece of cloth.~
lie on the ground, almost completely covered with cloth.~
~
~
Florian~
Florian~
9 650 0 0 5 0
0 0 262144 0 0 0 4
0 0 0 0
300 2250 1 -1 3 1000 0 0
854071441
E
either~
No description~
P
-1

#651
mantle~
mantles~
taranth's~
taranth's~
lies on the ground here, glowing softly.~
lie on the ground here, glowing softly.~
~
~
Kiian~
Fenlyn~
9 651 336986177 0 9 268435456
0 0 0 2 0 0 4
0 0 0 0
900 50 3 -1 1 500 0 0
-1
E
either~
A sleeveless coat made from thin white cloth.  It has several finely-made silver buttons and a single large pocket.

~
P
-1

#652
flowing white shirt~
flowing white shirts~
~
~
lies in the dust.~
lie in the dust.~
~
~
Padraig~
Fenlyn~
9 652 -2147483648 0 9 0
0 0 16 0 0 0 2
0 2 0 0
100 100 1 -1 1 300 0 0
-1
E
either~
Made from the lightest of linens this white shirt has tight cuffs and a

tight waist but is open at the neck and loose and blousy elsewhere.


~
P
-1

#653
spring named Cup~
The Cups~
~
~
~
~
~
~
Padraig~
Caer~
25 653 65536 0 0 0
0 0 0 0 0 0 4
50 -1 0 0
1000 0 0 -1 1 1000 0 0
-1
E
either~
This small spring, named "the Cup," is bowl-shaped and running over with

clear water.

~
P
-1

#654
forging hammer~
forging hammers~
~
~
lies on the ground.~
lie on the ground.~
~
~
Vulcan~
Orb~
5 654 0 0 8193 2113536
0 0 8192 0 0 0 4
0 4 4 3
450 2800 20 -1 1 1000 0 0
-1
E
either~
A simple metal hammer used for forging work.  Although it is quite old,

it is still in very good condition.

~
P
-1

#655
potion~
potions~
cyan~
+of cure serious~
has been left here.~
have been left here.~
~
~
Kiian~
Fenlyn~
10 655 0 0 1 0
0 0 0 0 0 0 4
29 10 1 -1
50 1500 1 -1 1 1000 0 0
-1
E
either~
A small vial filled with a cyan liquid.

~
P
-1

#656
staff~
staffs~
birchwood~
birchwood~
lies here.~
lie here.~
~
~
Kiian~
Orb~
5 656 -2147204800 0 8193 275220492
0 0 2 262144 0 0 4
0 3 3 4
400 625 25 -1 7 650 0 0
-1
A 6 10
A 3 1
E
either~
A long, knobby piece of birch wood fashioned into a staff.  Narrow and

surprisingly light, the black and white bark is not dry and cracked as

you would expect, but smooth and alive, perhaps a reflection of the power

contained within this potent magical vessel.

~
P
-1

#657
sword~
swords~
dull green and brown engraved~
+of Llani'aranum~
has been laid down carefully here in it's scabbord.~
have been laid down here together.~
~
~
Athyle~
Athyle~
5 657 9699393 0 8193 404774896
1 0 0 0 0 0 4
0 5 6 2
1000 100000 50 1 10 3000 0 0
-1
E
either~
No description~
P
7 -1
~
~
act_tochar( #ch, ch, obj );

act_notchar( #nch, ch, obj );

~
E
nch~
~
E
ch~
@GUpon wielding $p you feel a sudden sense of awareness.@n

~
!
-1

#658
scythe~
scythes~
~
~
~
~
~
~
Nivel~
Kreel~
5 658 1024 0 8193 0
0 0 0 0 0 0 4
0 3 6 4
700 13000 10 -1 1 1000 0 0
-1
A 2 -1
A 19 1
E
either~
This long, curved farming implement glints in the light.  It's wooden

handle can be used for cutting sharp shrubbery, but has other uses as

well.

~
P
-1

#659
servant's leggings~
servant's leggingss~
~
~
~
~
~
~
Nivel~
Nivel~
1 659 -2147483648 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 0 -1 1 1000 0 0
-1
E
either~
One of Ruiken's many servant's, he enjoys a fairly peaceful life, as opposed to some of Ruiken's other servant's and serfs. Dark brown hair flows down from his brow.

~
P
-1

#660
creek~
creeks~
~
~
is here.~
are here.~
~
~
Kiian~
Kiian~
25 660 65536 0 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10000 0 0 -1 1 1000 0 0
-1
E
either~
Cool, clear water bubbles over a pebbled creekbed, tempting you to drink

your fill.

~
P
-1

#661
piece of dried fruit~
pieces of dried fruit~
~
~
is here.~
are here.~
~
~
Kiian~
Rebekka~
19 661 0 0 1 0
0 0 512 0 0 0 4
35 -1 -1 0
30 20 0 -1 1 1000 0 0
-1
E
either~
A wrinkly piece of indeterminate yet edible material, most likely belonging to the fruit family.

~
P
-1

#662
potion~
potions~
royal blue~
+of cause light~
lies here.~
lie here.~
~
~
Phule~
Merior~
10 662 64 0 16385 0
0 0 0 0 0 0 4
14 10 1 0
50 250 1 -1 10 1000 0 0
854071533
E
either~
There is no label on the potion.  The silver flecks within swirl and flow even when the crystal container is at rest.  Bees wax acts as a stopper.

~
P
-1

#663
holly berry~
holly berries~
~
~
has fallen to the ground.~
have fallen to the ground.~
~
~
Kiian~
Kiian~
11 663 0 0 1 0
0 0 0 0 0 0 4
1 0 0 0
10 15 1 -1 1 1000 0 0
-1
E
either~
A small, deep red holly berry, sans the spiny leaves.

~
P
-1

#664
lion skin robe~
lion skin robes~
~
~
lies here in all its glory.~
lie rumpled on the floor.~
~
~
Padraig~
Fenlyn~
9 664 262208 0 9 0
0 0 4 0 0 0 4
0 5 0 0
1000 3000 15 -1 5 500 0 0
-1
E
either~
Made from the skin of a lion this robe fits tightly to the body of the

wearer.  Not very big, this robe obviously is meant for someone of small

stature.

~
P
-1

#665
scimitar~
scimitars~
bronze~
bronze~
glints in the light.~
glint in the light.~
~
~
Padraig~
Orb~
5 665 -2147483648 0 8193 3162112
1 0 2048 0 0 0 4
0 2 6 2
675 250 1 -1 3 800 0 0
-1
E
either~
Wider in width 3/4 ths along the blade than at the hilt this blade weapon

looks built for pure slashing attacks 

~
P
-1

#666
ring~
rings~
plain gold~
+of contrariness~
lies on the floor before you.~
lie on the floor before you.~
~
~
Kiian~
Jimbalaya~
9 666 11931712 0 3 0
0 0 360448 0 0 0 4
0 1 0 0
10 750 1 -1 1 700 0 0
-1
E
either~
A plain gold band, polished and ready to slip upon your finger.

~
P
4 -1
follow~
~
interpret( ch, "grumble" );

wait( random( 0, 2 ) );

send_to_char( #no, ch );

~
E
no~
You don't feel like following anyone right now.

~
!
-1

#667
sprig of mistletoe~
sprigs of mistletoe~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
31 667 0 0 1 0
0 0 0 0 0 0 4
6 0 0 0
20 75 0 -1 1 1000 0 0
-1
E
either~
A sprig of green leaves and white berries.

~
P
-1

#668
shark tooth necklace~
shark tooth necklaces~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
9 668 0 8 1 0
0 0 0 0 0 0 4
0 2 0 0
200 1000 20 -1 2 1000 0 0
-1
A 19 1
A 13 5
E
either~
Made of interspersed shark teeth, pearls, and a small crab shell which

hangs down over the chest, this charm is supposed to endow its wearer

with hardiness and courage.

~
P
-1

#669
potion~
potions~
cyan~
+of cause serious~
has been left here.~
have been left here.~
~
~
Phule~
Phule~
10 669 0 0 1 0
0 0 0 0 0 0 4
15 10 1 -1
50 1500 1 -1 1 1000 0 0
854071784
E
either~
A small vial filled with a cyan liquid.

~
P
-1

#670
ring~
rings~
star-shaped~
+of wonder~
lies here.~
lie here.~
~
~
Kiian~
Caer~
9 670 8650816 0 3 1081344
0 0 442432 0 0 0 4
0 1 0 0
10 10000 20 -1 9 750 0 0
-1
E
either~
A silver and gold ring, exquisitely crafted, with a single piece of

many-faceted alexandrite set into it.

~
P
7 -1
~
~
obj == has_obj( 670, ch );

if( obj ) {

i == random( 1, 20 );

  if( i == 1 )

    drain_Stat( ch, str, 2, 1 );

  if( i == 2 )

    drain_stat( ch, int, 2, 1 );

  if( i == 3 )

    drain_stat( ch, wis, 2, 1 );

  if( i == 4 )

    drain_Stat( ch, dex, 2, 1 );

  if( i == 5 )

    drain_Stat( ch, con, 2, 1 );

  if( i == 6 )

    drain_stat( ch, int, 2, -1 );

  if( i == 7 )

    drain_stat( ch, str, 2, -1 );

  if( i == 8 )

    drain_stat( ch, wis, 2, -1 );

  if( i == 9 )

    drain_stat( ch, dex, 2, -1 );

  if( i == 10 )

    drain_stat( ch, con, 2, -1 );

  if( i == 20 ) {

    send_to_char( #vanish, ch );

    junk_obj( obj, 1 );

    }

  }

~
E
vanish~
The ring vanishes as you slip it on your finger.

~
!
-1

#671
club~
clubs~
huge spiked~
huge spiked~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Marek~
5 671 278528 0 8193 7986190
0 130 2 0 0 0 4
0 2 15 3
2500 1000 50 -1 1 650 0 0
-1
E
either~
A immense tree limb, hardened by fire and with a jagged spike driven into

the thick end.

~
P
3 -1
~
~
i = 4d20+20;

if( random( 1, 10 ) < 4 ) {

  send_to_char( #impale, ch );

  act_notchar( #impale2, ch );

  dam_message( victim, i, "the jagged spike" );

  inflict( victim, mob, i, "the jagged spike" );

  }

~
E
impale2~
@B@RThe jagged spike finds its mark!

~
E
impale~
@B@RThe club's jagged spike finds its mark in you!

~
!
-1

#672
acorn~
acorns~
~
~
is lying here.~
are lying here.~
~
~
Kiian~
Kiian~
11 672 0 0 1 0
0 0 2 0 0 0 4
1 0 0 0
10 10 1 -1 10 1000 0 0
-1
E
either~
A small acorn, the perfect feast for a hungry squirrel or chipmunk.

~
P
-1

#673
buckle~
buckles~
ornate metal~
silver~
is on the ground here.~
are on the ground here.~
~
~
Kiian~
Kiian~
8 673 0 0 1 0
0 0 131072 0 0 0 4
0 0 0 0
30 700 0 -1 1 1000 0 0
-1
E
either~
A fine buckle in the shape of a crescent moon.

~
P
-1

#674
shimmering silver key~
shimmering silver keys~
~
~
~
~
~
~
Sprout~
Sprout~
18 674 67108864 4 1 0
0 0 131072 0 0 0 4
0 0 0 0
50 5 0 -1 4 1000 0 0
-1
E
either~
A small key, surrounded by a shimmering white light.

~
P
-1

#675
dragon statuette~
dragon statuettes~
~
~
rests on the ground here.~
rest on the ground here.~
~
~
Dragos~
Dragos~
8 675 0 4 1 0
0 0 64 0 0 0 4
0 0 0 0
2400 5000 0 -1 1 1000 0 0
-1
E
either~
You are holding a two foot square statuette of a dragon curled about its

own body.  The carvings along the statue have been intricately etched

into the stone block which feels surprisingly heavy.  Painted a light

purple color, you can see the majestic qualities of this fine piece of

craftsmanship.

~
P
-1

#676
beacon~
Becons~
~
~
is here shining out over the sea.~
~
~
~
Ashkai~
Ashkai~
28 676 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50000 0 0 -1 1 1000 0 0
-1
E
either~
No description~
P
-1

#677
shifting silver ring~
shifting silver rings~
~
~
lies on the ground, twisting as if in restless slumber.~
lie on the ground, twisting as if in restless slumber.~
~
~
Florian~
Caer~
9 677 268439552 1 3 0
0 0 131072 0 0 0 4
0 1 0 0
30 0 1 -1 10 750 0 0
854071847
E
either~
No description~
P
0 -1
bells~
~
act_room(#bells, ch);

~
E
bells~
The gentle sound of bells can be heard, peeling on the wind.

~
!
0 -1
skunk_ring~
~
interpret(ch, "force skun em jumps from Kaehrie's shoulder, landing with a solid THUMP.");

wait(2);

interpret(ch, "force skun em scampers down the aisle, up to Martina.");

wait(2);

interpret(ch, "forc skun em pulls from its mouth a shiny wedding band.");

wait(2);

interpret(ch, "force sku give wedd martina");

~
!
-1

#678
sand-covered sandals~
sand-covered sandals~
~
~
lies here, leather straps unbuckled.~
lie here, leather straps unbuckled.~
pair of~
pairs of~
Phule~
Saladin~
9 678 0 8 65 0
0 0 4 0 0 0 4
0 1 0 0
60 20 1 -1 1 500 0 0
-1
E
either~
These sandals have sand ground into their soles, and the leather straps

are cracked and warped from exposure to surf and sun.  They look worn,

battered, and very comfortable.

~
P
7 -1
~
~
act_tochar( #buckle, ch );

~
E
buckle~
You tightly fasten the sandals' leather straps onto your feet.

~
!
-1

#679
tiny wisteria flower~
tiny wisteria flowers~
~
~
smells very fragrant.~
smell very fragrant.~
~
~
Merior~
Merior~
0 679 0 4 1 0
0 0 0 0 0 0 276896
0 0 0 0
1 0 1 -1 10 1000 0 1000
893553554
E
either~
This tiny white blossom comes from a wisteria plant.  Its odor is quite

sweet, yet it is not cloying at all.

~
P
-1

#680
staff~
stave~
silver-banded travelling~
+of the traveller~
lies forgotten here at your feet.~
lie forgotten here at your feet.~
~
~
Phule~
Orb~
5 680 16448 8 8193 0
0 0 16386 0 0 0 4
0 2 6 4
200 500 20 -1 6 650 0 0
-1
A 22 5
A 20 -15
A 21 -5
A 14 25
E
either~
This stout staff of oak fits firmly in your hand's grip.  A few runes

have been carved into the middle of this staff in a small mithril band.

~
P
7 -1
~
~
act_tochar( #ready, ch );

~
E
ready~
@bEnergy seems to flow up from the earth through the staff you hold and

into your legs.  You feel somewhat light-headed and detached.

~
!
-1

#681
engraved silver bracelet~
engraved silver bracelets~
~
~
has clattered to the ground here.~
have clattered to the ground here.~
~
~
Phule~
Fenlyn~
9 681 8388608 8 4097 0
0 0 147456 0 0 0 8
0 2 2 0
80 5000 20 -1 6 3000 0 0
-1
E
either~
This plain silver band shines brilliantly, almost magically.  On the

underside of the bracelet the phrase "As he faced the sun he cast no

shadow" are engraved.

~
P
0 -1
twist turn rotate~
~
end;

if( cflag( 31, ch ) ) {

  act_tochar( #rthis, ch );

  interpret( ch, "visible" );

  remove_cflag( 31, ch );

  }

else {

  act_tochar( #this, ch );

  do_spell( invisibility, ch, ch );

  set_cflag( 31, ch );

  }

~
E
this~
You twist the magical bracelet and feel yourself fade into invisibility.

~
E
rthis~
You twist the bracelet again and return into sight.

~
!
7 -1
~
~
~
E
twist~
The bracelet fits loosely at first, but shrinks magically to a perfect

fit.  As you move your wrist you feel a tingling that stragely gives you

the feeling that if you twist the bracelet about your wrist you may

release its magic.

~
!
-1

#682
harp of fine Vaasa oak~
harps of fine Vaasa oak~
~
~
rests gingerly at the ground below you.~
rest gingerly at the ground below you.~
~
~
Phule~
Phule~
8 682 49152 8 16385 4177920
0 0 2 0 0 0 4
0 0 0 0
500 1000 50 -1 3 300 0 0
-1
E
either~
This harp is esquisitely crafted of a single piece of Vaasa oak.  The

strings shine a bright silver, and a faint glow around the harp suggests

that it has magical qualities to it.

~
P
4 -1
play~
~
if( class( ch ) == bard ) {

  act_tochar( #play, ch );

  act_notchar( #rplay, ch );

  do_spell( armor, ch, ch );

  do_spell( bless, ch, ch );

  }

else {

  act_tochar( #nope, ch );

  act_notchar( #rch, ch );

  }

~
E
rch~
$n tries to play a harp, but is untrained in harping.

~
E
nope~
You are not a bard, so you are untrained in the art of harping.

~
E
rplay~
$n begins to play a harp, bringing a melodious tune forth from it.

~
E
play~
You begin to play the harp, bringing a melodious tune forth from it.

~
!
-1

#683
dagger~
daggers~
enchanted ebony~
red ebony~
is lying on the ground below you.~
are lying on the ground below you.~
~
~
Phule~
Phule~
5 683 8388608 0 8193 0
1 0 2 0 0 0 4
0 1 6 1
100 450 5 -1 10 900 0 0
-1
A 7 5
E
either~
Ten-inch blade of blackest ebony as strong as fine steel, this dagger

fits coldly into your grip and yet resonates with a chill life all its

own.

~
P
-1

#684
riding gloves~
riding gloves~
leather~
leather~
lies crumpled on the ground.~
lie crumpled on the ground.~
pair of~
pairs of~
Phule~
Phule~
9 684 0 8 129 0
0 0 4 0 0 0 4
0 3 0 0
50 300 1 -1 1 500 0 0
-1
E
either~
This pair of black leather gloves have a good grip to them, perfect for

the reigns of a horse of the handle of a whip.  The are short, allowing

for free motion of the wrist, and very supple.

~
P
-1

#685
pine cone~
pine cones~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Kiian~
11 685 0 0 16385 0
0 0 2 0 0 0 4
1 0 0 0
30 5 1 -1 10 400 0 0
-1
E
either~
A large pine cone, complete with just enough sap to be really annoying to

handle.

~
P
-1

#686
phial~
phials~
+filled with a blue-white liquid~
+of cure blindness~
is on the ground here.~
are on the ground here.~
~
~
Kiian~
Merior~
10 686 64 0 1 0
0 0 0 0 0 0 4
24 7 1 0
50 750 1 -1 10 1000 0 0
-1
E
either~
A small vial containing a shimmering, blue-white liquid.

~
P
-1

#687
tobacco pipe~
tobacco pipes~
fine stone~
~
is on the ground here.~
are on the ground here.~
~
~
Kiian~
Marek~
38 687 262208 0 16385 272596992
0 0 64 -2147483648 0 0 4
0 0 0 0
100 4500 40 -1 5 1000 0 0
-1
E
either~
A small stone pipe covered with intricate carvings of men standing around

and smoking. 

~
P
-1

#688
opal~
opals~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Talis~
6 688 262144 0 1 0
0 0 64 0 0 0 4
12 0 0 0
10 1000 1 -1 10 1000 0 0
-1
E
either~
A small, smooth translucent gem.  Almost perfectly round, this stone

would clearly fetch a fine price if sold to a jeweler.

~
P
-1

#689
plaque~
plaques~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Orb~
8 689 0 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
10 10 0 -1 1 1000 0 0
-1
E
either~
The markings on this plaque have been scratched off.  However, the metal

is still valuable.  It appears to be made of bronze.

~
P
-1

#690
thick wool blanket~
thick wool blankets~
~
~
has been left here.~
have been left here.~
~
~
Kiian~
Fenlyn~
9 690 277086208 0 9 268435456
0 0 16 0 0 0 4
0 4 0 0
1200 14000 40 -1 1 400 0 0
-1
A 8 15
A 7 -25
A 21 15
A 20 15
A 22 15
A 2 -3
E
either~
A thick blanket made out of the finest wool.  

~
P
-1

#691
clump of wool~
clumps of wool~
~
~
is on the ground here.~
are on the ground here.~
~
~
Kiian~
Phule~
8 691 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
80 75 1 -1 1 1000 0 0
-1
E
either~
A large clump of very dense wool.

~
P
-1

#692
small strongbox~
small strongboxes~
~
~
is bolted down here.~
are bolted down here.~
~
~
Kreel~
Kreel~
15 692 3145728 8 0 0
0 0 4096 0 0 0 4
30 13 693 0
5000 0 1 -1 10 1000 0 0
854082177
E
either~
This small strongbox is wrought of iron and wrapped with iron bands,

which are riveted to the strong stone.  The box is 12x12 and stands eight

inches high.  On its front is a narrow keyhole.

~
P
-1

#693
steel key~
steel keys~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
18 693 1048576 12 1 0
0 0 8192 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
854083348
E
either~
This key is small and strong, and heavy for its weight.  It is unadorned,

and heavily scratched at its ends.

~
P
-1

#694
chunk of meat~
chunks of meat~
~
~
lies in the dust.~
lie in the dust.~
~
~
Dragos~
Kreel~
19 694 0 0 1 0
0 0 768 0 0 0 4
0 0 0 0
50 0 0 -1 1 1000 0 0
-1
E
either~
This large chunk of meat looks fairly old and rotten.  Small bits of dust

and patches of mold have started to collect along its decaying edges.  It

looks edible if you were very hungry or enjoy your food well-decayed.

~
P
-1

#695
Tower Key~
Tower Keys~
~
~
sits discarded here.~
sit discarded here.~
~
~
Derna~
Derna~
18 695 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 0 -1 1 1000 0 0
-1
E
either~
A small bronze key.

~
P
-1

#696
spring~
springs~
~
~
gurgles among the rocks here.~
gurgle among the rocks here.~
~
~
Kiian~
Kiian~
25 696 65536 0 0 0
0 0 0 0 0 0 4
50 -1 0 0
100000 0 1 -1 1 1000 0 0
-1
E
either~
The clear, cool water of this spring bubbles most invitingly, tempting

you to quench your thirst with the refreshing water.

~
P
-1

#697
rack of antlers~
racks of antlers~
~
~
is on the ground here.~
are on the ground here.~
~
~
Kiian~
Kiian~
11 697 16777216 0 1 0
0 0 64 0 0 0 4
0 0 0 0
1500 100 1 -1 10 1000 0 0
-1
E
either~
A fine rack of antlers taken from a great stag.

~
P
-1

#698
pinch~
pinches~
+of powdered antler~
+of powdered antler~
has been left on the ground here.~
have been left on the ground here.~
~
~
Kiian~
Fenlyn~
11 698 -2147483648 0 1 0
0 0 0 0 0 0 4
1 0 0 0
15 200 1 -1 1 1000 0 0
-1
E
either~
A small bit of fine powder, the pulverized remains of a stag's antlers.

~
P
-1

#699
needle~
needles~
brass~
brass~
lies on the ground here, almost forgotten.~
lie on the ground here, almost forgotten.~
~
~
Kiian~
Talis~
8 699 0 0 1 0
0 0 2097152 0 0 0 4
0 0 0 0
10 25 1 -1 10 1000 0 0
-1
E
either~
A very small, very sharp brass needle, suitable for sewing.

~
P
-1

#700
spool of coarse thread~
spools of coarse thread~
~
~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
8 700 0 0 1 0
0 0 16 0 0 0 4
0 0 0 0
10 50 1 -1 10 1000 0 0
-1
E
either~
A small spool of coarse thread.

~
P
-1

#701
ring~
rings~
+of twining ivies~
+of twining ivies~
has been left here.~
have been left here.~
~
~
Talis~
Caer~
9 701 1048640 0 3 0
0 0 507904 1074003968 0 0 4
1000 1000 1000 0
10 300 96 -1 1 750 1 0
-1
E
either~
This is a finely crafted ring of gleaming silver and fiery gold.  The

gold and silver have been formed into intricate ivy wreathes that twine

beautifully around each other.

~
P
-1

#702
rotten apple~
rotten apples~
~
~
lies here.~
lie here.~
~
~
Shatterstar~
Isis~
19 702 1048576 0 1 0
0 0 512 65536 0 0 4
10 0 0 -1
30 5 1 -1 10 1000 0 0
-1
E
either~
A rotten apple.

~
P
-1

#703
berry~
berries~
sour yellow~
sour yellow~
lies on the ground here, forgotten.~
lie on the ground here, in a small pile.~
~
~
Kiian~
Kiian~
19 703 64 0 1 0
0 0 512 0 0 0 4
1 0 0 0
10 5 1 -1 1 1000 0 0
-1
E
either~
A small, juicy yellow berry.

~
P
8 -1
~
~
i = 1d10;

send_to_char( #yum, ch );

modify_mana( ch, i );

junk_obj( obj, 1 );

~
E
yum~
You feel a new source of energy coursing throughout your body.

~
!
-1

#704
piece of tender venison~
pieces of tender venison~
~
~
is here.~
are here.~
~
~
Sprout~
Olah~
19 704 16777216 0 1 0
0 0 768 0 0 0 4
20 0 0 0
5 8 1 -1 1 1000 0 0
-1
E
either~
This small strip of meat looks tender enough to eat raw.

~
P
-1

#705
piece of tender bear meat~
pieces of tender bear meat~
~
~
lies here.~
lie here.~
~
~
Sprout~
Kiian~
19 705 16777216 0 1 0
0 0 768 0 0 0 4
20 0 0 0
300 10 1 -1 1 1000 0 0
-1
E
either~
This small chunk of fresh bear flesh is tender and pink.

~
P
-1

#706
staff~
staves~
heavy oak~
heavy oak~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Orb~
5 706 -2147467264 0 8193 65536
0 450 2 0 0 0 4
0 2 8 4
600 250 9 -1 2 650 0 0
-1
E
either~
A very large and heavy staff carved from a single branch of finest oak.

~
P
-1

#707
broadsword~
broadswords~
barbed~
barbed~
gleams evilly in the light.~
gleam evilly in the light.~
~
~
Kiian~
Orb~
5 707 8650768 0 8193 70303744
1 0 0 0 0 0 4
0 2 7 2
675 1200 5 -1 1 900 0 0
-1
E
either~
An irregularly-shaped broadsword, the edges of its dark and spiteful

blade a jagged mass of wicked metal barbs.  Its handle is wrapped in a

fine black leather, with a single sinister rune inscribed just above

the base of the blade.

~
P
7 -1
~
~
send_to_char( #wear, ch );

~
E
wear~
You shiver as the barbed broadsword taps into your life force.

~
!
-1

#708
cloth tunic~
cloth tunics~
~
~
is lying on the ground here.~
are lying on the ground here.~
~
~
Kiian~
Marek~
9 708 268435456 0 9 0
0 0 16 0 0 0 4
0 1 0 0
100 30 1 -1 1 300 0 0
-1
E
either~
A simple garment fashioned from common homespun cloth.

~
P
-1

#709
cloak~
cloaks~
brown and green~
woodsman's~
lies in a heap on the ground.~
lie in a heap on the ground.~
~
~
Kiian~
Fenlyn~
9 709 -1878785984 0 1033 0
0 0 4 0 0 0 8
0 6 0 0
400 20000 50 -1 4 500 0 0
-1
A 8 10
A 22 5
E
either~
A thick cloak fashioned from many pieces of dark green and brown material.

~
P
-1

#710
light steel rapier~
light rapiers~
~
~
lies forgotten on the ground.~
lie forgotten on the ground.~
~
~
Phule~
Orb~
5 710 -2147483584 0 8193 2097152
1 98 8192 0 0 0 4
0 2 5 2
200 605 25 -1 2 950 0 0
-1
A 18 2
A 19 -1
E
either~
This rapier is light-weight steel, about 40 inches in length, and barely

resists its own motion when swung.  It is an ideal weapon for a thief,

elf, or bard with a quick and deft wrist.

~
P
7 -1
~
~
if( find_stat( ch, dex ) < 15 ) {

  act_tochar( #notdex, ch );

  act_notchar( #rnot, ch );

  interpret( ch, "remove rapier" );

  }

~
E
rnot~
$n, finding that the rapier requires a higher dexterity, removes the

blade.

~
E
notdex~
Finding yourself not dextrous enough to wield the thin rapier, you remove

it.

~
!
3 -1
~
~
if( random( 1, 4 ) == 1 ) {

  act_tochar( #flick, ch );

  act_notchar( #rf, ch );

  attack_weapon( ch, victim, 2d5, "backand" );

  }

~
E
rf~
@G$n's wrist flicks quickly and $e takes another slash!@n

~
E
flick~
@GYou flick your wrist quickly and take another slash!!@n

~
!
-1

#711
ash sapling~
ash saplings~
~
~
is growing here near the trail.~
are growing here near the trail.~
~
~
Amon~
Marek~
0 711 8388608 0 0 0
0 0 2 0 0 0 4
0 0 0 0
1400 12 0 -1 1 650 0 0
-1
E
either~
Ash is a dark hardwood which bends sufficently before breaking.  The wood

when oiled becomes a rich deep color, almost black.

~
P
4 -1
cut~
ash sapling~
send_to_char( #cut, ch );

act_notchar( #rcut, ch );

junk_obj( obj, 1 );

obj_to_room( oload( 712 ), room );

~
E
rcut~
With some effort $n cuts a young ash sapling down.

~
E
cut~
Using something hard and sharp, you cut the ash sapling down.

~
!
-1

#712
ash sapling~
ash saplings~
~
~
has been cut down, and is lying on the ground here.~
have been cut down, and are lying on the ground here.~
~
~
Amon~
Marek~
0 712 8388608 0 1 0
0 0 2 0 0 0 4
0 0 0 0
1400 12 0 -1 1 650 0 0
-1
E
either~
Ash is a dark hardwood which bends sufficently before breaking.  The wood

when oiled becomes a rich deep color, almost black.

~
P
-1

#713
kris~
kris~
~
~
lies here.~
lie here.~
~
~
Kreel~
Orb~
5 713 1024 0 24577 0
1 224 8192 0 0 0 4
0 2 4 1
200 600 5 -1 2 1000 0 0
854084287
E
either~
The kris is a long dagger with a ridged, serpentine blade.  It is, in

fact, a smaller version of a flamberge - a great, two-handed sword with a

curved blade, so-named for its uncanny resemblance to a rising tongue of

flame.  This kris is forged of steel and engraved with intertwining,

razor-thin lines along the length of its curved blade.

~
P
-1

#714
mithril halberd~
mithril halberds~
~
~
stretches its perfectly-crafted length across the ground.~
stretch their perfectly-crafted legths across the ground.~
~
~
Phule~
Orb~
5 714 8404992 0 8193 3162112
0 194 18432 0 0 0 4
0 3 9 5
700 3000 23 -1 3 1100 0 0
-1
E
either~
This oak-shafted halberd's fine blade is crafted of the magical ore

mithril, mined from the depths of the earth.  It will never rust or

corrode, and the blade will long outlast even the grip of your hands.

~
P
-1

#715
cape~
capes~
silver-lined black~
+of the Naraki Guard~
lies neatly folded on the ground.~
lie neatly folded on the ground.~
~
~
Phule~
Fenlyn~
9 715 268468224 8 9 0
0 0 16 0 0 0 4
0 9 0 0
550 14000 40 -1 2 400 0 0
-1
E
either~
The insignia depicts a massive pyramid with a single large candle-flame

issuing forth from the point of it.

~
E
silver-lined black cape~
This cape is made of silk and velvet, yet seems to repel dust and

moisture.  making it a truly fine garment indeed.  A strange insignia is

emblazoned in gold on the back of the cape, making it be displayed

prominently when it is worn.

~
P
-1

#716
onyx stone~
onyx stone chunks~
~
~
sits here looking like a chunk from a larger piece.~
sit here in a pile of chunks.~
~
~
Amon~
Kiian~
8 716 8650752 0 1 0
0 0 64 0 0 0 4
0 0 0 0
950 150 0 -1 1 1000 0 0
-1
E
either~
This large piece of onyx looks like it was mined or broken from a larger

vein of it somewhere.

~
P
-1

#717
Lombardi Trophy~
Lombardi Trophies~
~
~
is here, shimmering in the light.~
are here.~
~
~
Kiian~
Kiian~
1 717 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1500 0 0 -1 1 1000 0 0
-1
E
either~
Given to the winner of Super Bowl XXX.

~
P
-1

#718
amulet~
amulets~
of sight~
mithril~
~
~
~
~
Vulcan~
Jimbalaya~
9 718 8388673 0 5 0
0 0 18432 384 0 0 4
0 1 0 0
100 6000 25 -1 1 1000 1 0
-1
E
either~
The amulet has the runic symbol of an eye carved into its' face. 

Surrounding it are other symbols of power.  The amulet is made of

mithril, as is the chain that is attached to it.

~
P
-1

#719
pot of stew~
pots of stew~
~
~
~
~
~
~
Tempus~
Merior~
17 719 65536 0 0 0
0 0 0 0 0 0 4
50 50 16 0
10000 0 0 -1 1 1000 0 0
-1
E
either~
This large pot of stew looks like it could feed a couple hundred people.

~
P
-1

#720
fish fillet~
fish fillets~
~
~
lies here.~
lie here.~
~
~
Kreel~
Merior~
19 720 25427968 0 1 0
0 0 768 0 0 0 4
13 0 0 0
20 5 1 -1 10 1000 0 0
854152477
E
either~
This is a thick, juicy slab of raw fish.

~
P
-1

#721
peridot~
peridots~
tiny~
tiny~
lies here.~
lie here.~
~
~
Kiian~
Rue~
6 721 0 4 16385 0
0 0 64 0 0 0 4
-1 0 0 0
10 500 1 -1 1 1000 0 0
-1
E
either~
A small olive-green gemstone that fits easily into the palm of your hand. 

Multiple facets cut into its lustrous surface reflect back a rippling

show of light.  The small stone feels cool to the touch.

~
P
-1

#722
set of juggling balls~
sets of juggling balls~
~
~
lies here in a small pile.~
lie here in a small pile.~
~
~
Phule~
Phule~
0 722 0 8 16385 0
0 0 4194304 0 0 0 4
0 0 0 0
10 200 1 -1 1 1000 1 0
-1
E
either~
Five small, round, durable metal balls which are used by the deft to

entertain, or to simply pass the time.

~
P
4 -1
juggle toss~
juggling balls~
act_tochar( #jugg, ch );

act_notchar( #rjugg, ch );

~
E
rjugg~
$n juggles a set of juggling balls, trying desparately to impress someone

in the room.  Perhaps $n is lonely.

~
E
jugg~
You juggle the balls with ease and skill, impressing everyone in the room.

~
!
-1

#723
black buckler~
black bucklers~
~
~
with a red symbol on it, lies here.~
with red symbols on them, lie here.~
~
~
Amon~
Conner~
9 723 0 0 16385 -1610612736
0 0 4097 0 0 0 4
0 3 -1 -1
800 375 2 -1 1 900 0 0
-1
E
either~
A small light shield that still leaves your guardhand userfull for other

things.  It is still a little restrictive.  It feels like iron painted

black so reflections do not give away a hiding user.

~
P
-1

#724
pile of rusty tools~
pile of rusty tools~
~
~
lie in a heap here.~
lie in a heap here.~
~
~
Shatterstar~
Merior~
13 724 65536 0 0 0
0 0 4096 0 0 0 4
10 -14 -1 -1
500 0 0 -1 1 1000 0 0
-1
E
either~
Rusty shears, spades and hedge trimmers lie here.

~
P
-1

#725
black robe~
black robes~
jet~
shimmering~
lies on the floor here.~
lie on the floor here.~
~
~
Kiian~
Fenlyn~
9 725 262208 0 9 67108864
0 0 16 0 0 0 4
0 8 0 0
600 17000 45 -1 1 400 0 0
-1
A 8 5
A 7 5
A 12 10
A 6 10
E
either~
A finely-stitched robe, the color of night.  It has deep pockets and is

made out of a heavy material.

~
P
-1

#726
robe~
robes~
jet black~
black shimmering~
lies on the floor here.~
lie on the floor here.~
~
~
Kiian~
Fenlyn~
9 726 262208 0 9 0
0 0 16 0 0 0 4
0 6 0 0
600 14000 40 -1 1 300 0 0
-1
A 6 10
E
either~
A dark robe, fine sewn and with several generous pockets.  It feels

slightly cold to the touch.

~
P
-1

#727
cane~
canes~
silverwood~
silverwood~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Orb~
5 727 278592 0 8193 276759296
0 0 2 64 0 0 4
0 2 5 4
500 9000 50 -1 3 650 0 0
-1
A 5 -1
A 1 -1
A 2 -1
A 7 25
A 6 25
A 9 25
E
either~
A stout cane made from a strange wood which is cool and smooth to the

touch.  A few faint runes are inscribed near the curved end, but you are

unable to gleam any information from them.

~
P
-1

#728
slab~
slabs~
+of rotting meat~
+of rotting elf flesh~
is laying here.~
are laying here.~
~
~
Talis~
Talis~
19 728 0 0 1 0
0 0 768 0 0 0 4
20 0 0 0
200 0 0 -1 1 500 0 0
-1
E
either~
This hunk of meat is nearly unidentifiable as food.  It has lain

sweltering in the sun for some time now and appears nearly rotten.

~
P
-1

#729
foul weather jacket~
foul weather jackets~
~
~
hangs here.~
hang here.~
~
~
Ashkai~
Fenlyn~
9 729 -2139095040 0 9 0
0 0 4 0 0 0 4
0 4 0 0
600 500 0 -1 1 600 0 0
-1
E
either~
This jacket appears to be made from the skins of some marine mammal and

is quite heavy and slick.  From the shine of the leather you would guess

that it is well taken care of.

~
P
0 -1
~
~
~
!
-1

#730
foul weather pants~
foul weather pantss~
~
~
hang here by the straps.~
are hanging here by the straps.~
pair of~
pairs of~
Ashkai~
Calren~
9 730 8388608 0 33 0
0 0 4 0 0 0 4
0 3 0 0
400 500 0 -1 1 500 0 0
-1
E
either~
A pair of heavy pants made from the skin of a marine mammal.

~
P
-1

#731
white bat wing~
white bat wings~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
19 731 25427968 0 1 0
0 0 256 0 0 0 4
20 0 0 0
120 25 1 -1 10 1000 0 0
854155913
E
either~
The wing of a large, white bat is 18" across, and clawed at one end.  The

wing is tough and leathery, but in between the stabilizing ridges of

cartiledge is a wealth of meat.

~
P
-1

#732
telescope~
telescopes~
~
~
is lying here.~
are lying here.~
~
~
Ashkai~
Kiian~
0 732 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 0 -1 1 1000 0 0
-1
E
either~
No description~
P
0 -1
look~
telescope~
interpret( ch, "sweep" );

~
!
-1

#733
white seed puff~
white seed puffs~
~
~
floats calmly on a breeze.~
float about eachother, never touching.~
~
~
Athyle~
Athyle~
0 733 64 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 0 -1 1 1000 0 0
-1
E
either~
Millions of small, white, tendrils radiat out from a central seed.  The

seed appears to be light brown in color, barely visable through its

flying fluff.  You can't get close enough to see more, it keeps floating 

away.

~
P
1 -1
~
~
if( find_stat( ch, dex ) > random( 21, 25 ) ) {

  act_tochar( #yes, ch, obj );

  act_notchar( #nyes, ch, obj );

  continue;

  end;

  }

else {

  act_tochar( #ch, ch, obj );

  act_notchar( #nch, ch, obj );

  mob = mload( 730, room );

  mpcode( mob, 1 );

  junk_obj( obj, 1 );

  }

~
E
nch~
$n tries to capture the small white seed, but it floats away oout of $s

grasp.

~
E
ch~
Reaching out to catpure the soft white seed puff you create a small

current of air and send the seed puff into a faster air current and it

floats away.

~
E
nyes~
Carefully sneaking up to the small white seed puff $n reachs $s hands

over it and captures it.

~
E
yes~
@bCarefully sneaking up to the small white seed puff you reach out, ever

so slowly, making sure not to create the slightest breeze you reach out

around the seed and capture it in your unforgiving hands.  @n 

~
!
10 -1
~
~
act_room( #room, ch );

mob = mload( 730, room );

mpcode( mob, 1 );

junk_obj( obj, 1 );

~
E
room~
@bCatching in a small breeze the small white seed puffs  floats off.

~
!
-1

#734
pearl~
pearls~
~
+of wisdom~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Conner~
8 734 8781888 8 16385 268435456
0 0 64 0 0 0 4
0 0 0 0
10 1000 20 -1 1 1000 0 0
-1
A 4 1
E
either~
A small, perfectly-formed pearl.

~
E
<>IMM<>~
This is an item the ettin took off the last poor missionary (sucker) that

tried to go up into the Pennan hills to 'save the heathan.' Now the pearl

is on the Ettin, and the missionary's on the wall...

~
P
-1

#735
leather-bound book~
leather-bound books~
old~
Tan'chiel's~
looks tattered and worn.~
look tattered and worn.~
~
~
Talis~
Talis~
37 735 67108864 0 1 0
0 0 4 0 0 0 4
0 0 0 0
200 20 0 -1 1 1000 0 0
-1
E
either~
It appears to be a hand made book of many pressed parchment pages strung

together inside a cover of hardened dark brown leather.  It is quite old

and seems to have held up quite well over the years.  The parchment

inside must have been well cured and protected in the leather encasing as

it is only partially rotted and mildewed.  Much of the begining of the

book is lost to the mildew and rot, but nearing the end you find many

pages that remain at least somewhat legible.  Perhaps you could look at

the pages and find out what this book is about.

~
E
4 pages~
You begin with the first of the legible pages, decyphering what you can.

    

...stags, what bounty.  We w.....atinum for ou.....les.....days here. 

There is a small hamlet .....ienne nearby where we can barter our goodes. 

An advance scout in our group has seen montayns far to the east of this

great foreste.  We shalle earn enough coin guarding the lumber crews from

these woodlande animals to provision ourselves.  Mayhaps then we shalle

seek our goode fortune in gold in those montayns.

   

The first legible page ends with an elaborate ink depiction of a band of

armed humans amidst wood cutters in some forest.

You could continue on and look at the @bsecond@n legible page.

~
E
second~
The next page continues in the same elaborate script written in black ink.

  

Several goode days we have spente in this woode.  The meat is sweet and

the ale stronge, filling our days with toyl and our nights with revelrie. 

We celebrate this week, for we earned our pay defending the lumber

workers from the attack of one bear of giante proportions.  Alas, we did

lose two of our band, thus do we rejoyce that the rest do live.  We

commit to memorye the names of our fallen comrades.  Kellestra Bladebright

and Romish One-eye.

  

This page ends somberly, no depictions, simply a flourish under the names

of the fallen.  You could continue on and look to the @bthird@n page.

~
E
third~
Many days have passed since I have had tyme to write in my journal of

days.  Work continues as the hamlet is expanded.  As people heare of it,

they flock to the chance of new frontiers hoping to be among the first to

find their goode fortunes.  Already the lumber workers have opened a

considerable swathe of the foreste, making more room as the hamlet grows

into a towne and providing ample lumber to build with.  Plan.....er way

to bu.....

  

The rest of the page is lost to an orange mildew that is slowly devouring

the book over the years.  What follows is many more ruined pages, yet

more legible pages are found.  You could turn to the @bfourth@n legible

page and continue the tale.

~
E
fourth~
zing how Medienne has grown in su.....ort time.  A wooden palysade

now keepes out the nuisance of woodland pests as the likes of boars and

does well to slow down the numerous grizzlies.....  One of the older

vilagers knows of the montayns our goodely scoute did spot those monthes

back.  We are told they are called by the name Dragonspire for the beasts

rumoured to dwell within.  The need for hired swords as ourselves

diminishes with every wall erected.  I deem we heade into the montayns

soon.

   

An illustration of a village with wooden pallisades, colored by berry-dye

inks adorns the bottom of this page.  You could turn the page and look at

the @bfifth@n page to continue the tale.

~
E
fifth~
een nigh on a passing of the moon since I did last write.  We have

traversed the woodlands outside Medienne and it remains a deep wood

frought with danger and thick of trees.  Proudly we lay claime to another

grizzlie, owing to it none of my companions this time.  We have entered

the Dragonspire Montayns and trek now up steep slopes.  Today we did

almost lose one scout to a rockslyde most foul.  Our hopes remain high

that we may find unspoiled treasure ahead.

  

The page ends plainly, yet ample pages remain and you could look to the

@bsixth@n page to learn more.

~
E
sixth~
Many days and yet no signs of gold or sylver.  Our spirits our low now

and we have much need of reason to rejoyce.  We did lose 12 brave men and

women to a foul snow beast most dyre.  An evil demon from our darkest

nightmares, standing nigh on 30 feet tall.  It had wyckedly sharpe fangs

and what arms, it did rip poor Kjeldon in half, chain byrnie and all.  As

we did flee, the demon did bring its mighty foote down upon the ground

scattering us like so many toss ball pins.  What I wouldn't give to be

holding a tankard of fine dwarven ale in master Dar-Khen's tavern just

now.  The wretched sight will be with me until the ende of my days, I am

sure of it.

   

More continues on the @bseventh@n legible page.

~
E
seventh~
We did lose another fine scout to a foul demon beast.  In his

unfortunate demise were we all saved as we heard the mighty demon's

bellows long before we did come to it.  We did flee again, and now have

truly no idea where we stand on these acursed montayns.  We have spotted

a vast green foreste to the east and will attempt to reach it, for we are

in dyre need of fresh meat and vegetables.

   

The page ends with a long list of names, presumably all the people who

have died to date in the mountains.  More continues on the @beighth@n

legible page.

~
E
eighth~
The grand foreste we have found is mighty indeed.  Since we have arrived

we have not lacked for meat or fruit.  The water here is as sweet as any

wine I have ever tasted.  We confer now wether tis better to procede

onward into this tangled forest or head back over those acursed montayns. 

I will caste my vote to t....to .....

   

The page ends in a blossom of crimson mildew reminiscent of blood, a

potentially bad omen.  The next few pages are ruined, beyond which you

find a @bninth@n legible page.

~
E
ninth~
traveled many days through this ne'er ending jungle.  Still, we

want nought, for game is more than plentiful.  We did walk upon a deer

and walk right up to it with in ne'er fleeing once.  A strange lande, one

that perhaps has nought before seen.  the likes of human kinde.  As I

look around, I see alien trees that grows thrice again higher than the

highest tree I have ever seen.  I would that we had time and need for

such wood, that we might test our axe upon it, but we travel to find some

path home now and carry only what we need.  There are no trayls here, so

we forge our owne.

   

The epic saga continues on the @btenth@n legible page.

~
E
tenth~
It is strange indeed to see animals watching us with eyes that seem to

know us.  I did see a bird so blue that looked as knowledgable as you or

I and it does still chill me to the bone.  'Tis not natural for animals

to watch us so.  For days we have felt eyes upon us, yet we see no sign

of our watchers and must now conclude it is the animals themselves we

feel upon us weighing our very souls.

    

The page has sketches of birds, deer and trees surrounding the border. 

There continues more on the @beleventh@n legible page.

~
E
eleventh~
Strange and stranger, perhaps these animals are woodland spirits most

kind.  We do not hunt them any longer as we begin to find fruits layed

out before our trail as if picked and left for us.  Surely no animal

could have done as much, and there be none here in this untamed land but

us.  'Tis surely a sign of benign spirits most kinde.  We even see some

sign of their passage before us, a hoofprint here, bird tracks there

creating a trail of sorts.  At night we see signs of the trail still as

spirit lights in the darkness.  Soft glowing lights that seem to float on

the breeze in the distance.  Yet when we seek to finde the lights each

morning they be gone

   

The bottom page depicts a scene of dark woods with little balls of light

floating, suspended on the air between trees.  A @btwelfth@n legible page

continues after this.

~
E
twelfth~
We continue to follow our goodely spirits with faithe.  A few of our

bande did decide they be tricking us with demon lights to lead us to our

death.  The loudest of these, a man we did call Mikalei, did choose to

storm off into the foreste alone.  We did not see him again for two days,

and when we did find him, he was all but dead to us already.  He did live

barely long enough to speake to us of demon spirits who begin to take our

form yet are not wholey like us.  Claiming they did step out from the

very trees themselves and surprise him when he was but cutting wood for a

raft and be distracted.  Many have become nervouse at the thought of vile

demons among us.  Most believe his tales must be the fever dreams of a

dyeing man, as he did show no signs of wounds to us.  Still, we choose

to stick to the path our kind spirits do show to us.

   

More does continue on the @bthirteenth@n page.

~
E
thirteenth~
We did find a spring most clear, far sweeter than any we e'er knowest

before.  We did stop here a time to rest, until it seems our spirits did

want us to move onward.  At night we do be hearing the sounds of strange

beasts behinde us, and by day the foode gifts of our goodely spirits

appear slightly farther ahead of us.  Surely it be the will of our most

benign spirits that we move onward soon, for our owne good.

  

More continues on the @bfourteenth@n legible page.

~
E
fourteenth~
We have moved beyonde our spirits it seems, as they no longer leave food

for us every day.  We did talk some long time whether 'twould be beste to

be moving as the goodely spirits would have us, though they no longer be

with us, or nay.  In the end we did decide to move onward.  Tomorrow we

begin our journey through the woode, though it appears it grows less

grande with each passing step.  The most able of our men to scout did

report an ominous fog bank ahead, not unlike one we did once see by the

ocean.  If we can but finde ourselves by an ocean, we could crafte a boat

and sail our way home, I be sure of it.

  

The next page continues on legibly, being the @bfifteenth@n available

page.

~
E
fifteenth~
At first we did travel on slowly setting up small watch groups and watch

first trap.  We were pelted by small stones, and when we went to

investigate, three of our number were suddenly impaled by many sharpened

sticks thrown from out of nearby bushes.  We did try to catch the

culprits, but they did run, and in the gloomy mist did look unto us like

children by their size.  Among the first to fall was the last of our

brave band with any understanding of the healing artes.  Now we travel in

larger bands, beating bushes with stout clubs as we pass.  We have seen

no other sign of our attackers.

   

The bottom of the page holds three names, people who died in the attack. 

The next page is the @bsixteenth@n legible page.

~
E
sixteenth~
I lay here knowing dark deathe stalks me.  My blood is fire bourne of one

of those bedeviled demons who live in these trees.  Never again shall I

see by my eyes the wondres of this world.  I shall not see again my

chyldren and fear they will never know my resting playce.  The Rytes of

Angharra-Morr will not be performed over me.  Still I go to rest in

peace, for I have seen thryce over what my ancestors did dream to see of

this worlde.  This be my storie, these be my words.  Know me, for I was

Tan'chiel Secomberson, Realmswalker.

    

Nothing more continues.  What follows are a good number of pages that

remain, aside from rot and mildew in a variety of brilliant colors, blank.

~
P
-1

#736
bundle~
bundles~
+of crude javelins~
+of crude tasloi javelins~
has been left here.~
have been left here.~
~
~
Talis~
Talis~
13 736 0 0 16385 0
0 0 2 0 0 0 4
0 0 0 0
500 0 0 -1 1 1000 0 0
-1
E
either~
This is a bundle of crude javelins, little more than sharpened sticks

really.  They appear as if they would make better kindling than weapons. 

The entire bundle is held together loosely by a strand of vine.

~
P
-1

#737
garnet~
garnets~
small~
deep red~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Talis~
6 737 0 0 1 0
0 0 64 0 0 0 4
15 0 0 0
10 35 1 -1 10 1000 0 0
-1
E
either~
You gaze into your dim reflection in this dark, rough, and blood-red

stone.  While uncut and unpolished, and the product of great movements of

the earth, you sense a subtle beauty and value in this smallish piece of

rock.

~
P
-1

#738
cloak~
cloaks~
coarse~
coarse~
lies in a heap on the ground.~
lie in a heap on the ground.~
~
~
Kiian~
Marek~
9 738 268697600 64 9 0
0 0 16 0 0 0 8
0 2 0 0
200 75 1 -1 1 300 0 0
-1
E
either~
A thick cloak, reasonably made from a common homespun cloth.  It has

ample pockets and looks to be quite warm.

~
P
-1

#739
longsword~
longswords~
blue-tinged steel~
codite steel~
lies here.~
lie here.~
~
~
Damiel~
Orb~
5 739 75497472 0 8193 3162112
1 0 8192 0 524288 0 4
0 2 8 2
450 2250 15 -1 2 1100 0 0
854217419
E
either~
A finely-crafted longsword, the blade made of a mottled grey-black metal

that carries a faint cobalt blue tint.  The blade is well-made, the edges

glimmering with a sparkling light that bespeaks a hair-cutting sharpness.

~
P
-1

#740
strand~
strands~
midnight-hued~
+of twilight~
billows in the breeze.~
billow in the breeze.~
~
~
Kiian~
Marek~
8 740 64 4 16385 0
0 0 0 0 0 0 4
0 0 0 0
20 1000 7 -1 10 300 0 0
-1
A 6 5
A 12 10
E
either~
A long strand of material smoother than the finest silk.  Its dark hue

changes slightly as you watch it, shifting constantly between deep purple

and darkest midnight black.

~
P
-1

#741
spectacles~
spectacles~
plain~
+of seeing~
lie on the ground.~
lie on the ground.~
pair of~
pairs of~
Dragos~
Olah~
9 741 8388608 4 17 0
0 0 32 0 0 0 2
0 2 0 0
10 44000 80 -1 1 300 0 0
-1
A 4 1
A 20 15
A 12 20
A 3 1
A 18 -1
A 19 -1
E
either~
These appear to be somewhat normal spectacles with wire rim frames and

glass inserts.

~
P
-1

#742
cap~
caps~
silk~
silk~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Olah~
9 742 0 0 17 0
0 0 16 0 0 0 4
0 3 0 0
10 300 1 -1 2 300 0 0
-1
E
either~
A generously-proportioned and well made silken cap, with little

decorative features.

~
P
-1

#743
loaf of rye bread~
loaves of rye bread~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Terek~
19 743 0 0 1 0
0 0 512 0 0 0 4
18 -1 0 0
50 25 1 -1 10 1000 0 0
-1
E
either~
A freshly-baked loaf of rye bread.

~
P
-1

#744
sword~
swords~
iron two-handed~
iron two-handed~
lies here.~
lie here.~
~
~
Kiian~
Orb~
5 744 -2147467264 0 8193 3162112
1 0 4096 0 0 0 4
0 3 5 2
825 1000 1 -1 1 900 0 0
-1
E
either~
A very large iron blade, its heft requiring the user to use both hands.

~
P
-1

#745
battle axe~
battle axes~
bronze two-handed~
bronze two-handed~
lies here.~
lie in a pile.~
~
~
Kiian~
Orb~
5 745 -2147467264 0 8193 3162144
1 0 2048 0 0 0 4
0 2 8 8
825 500 1 -1 2 800 0 0
-1
E
either~
A massive bronze battle axe fitted with a stout wooden handel.

~
P
-1

#746
silver linked belt~
silver linked belts~
~
~
glitters on the ground here.~
glitter on the ground here.~
~
~
Phule~
Fenlyn~
9 746 8388608 4 2049 3162112
0 0 147456 0 0 0 4
0 3 0 0
500 14000 40 -1 5 900 0 0
-1
A 21 5
A 13 20
A 19 1
A 12 -10
A 20 -5
A 18 1
E
either~
The belt is of thick silver links chainged together to make a well

crafted yet durable protective belt.  They seem chill somehow, eerie.

~
P
-1

#747
white steel boots~
white steel boots~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 747 -2139095040 0 65 2211904
6 98 8196 0 0 0 4
0 9 0 0
800 9000 30 -1 2 950 0 0
-1
A 8 10
E
either~
These steel boots are covered and lined with a tough white-skin and

appear very durable.  They would also offer excellent protection against

the cold.

~
P
-1

#748
furred cloak~
furred cloaks~
~
~
has been dropped here.~
have been dropped in a pile here.~
~
~
Phule~
Fenlyn~
9 748 -1870659584 64 9 0
0 0 4 0 0 0 8
0 5 0 0
1200 11500 34 -1 2 600 0 0
-1
A 12 10
A 20 2
A 7 -10
A 8 15
E
either~
This cloak is thick and would protect well against the cold climes of the

Realms.  It is lined with a strange fur.

~
P
-1

#749
white dragonscale gauntlets~
white dragonscale gauntlets~
~
~
lies folded on the ground.~
lie folded on the ground.~
pair of~
pairs of~
Phule~
Marek~
9 749 64 12 129 1065088
0 0 4 0 0 0 4
0 11 -1 -1
400 15000 33 -1 3 700 0 0
-1
A 18 1
A 20 -5
A 12 -15
A 19 2
E
either~
The gloves are made from what appear to be scales from a white dragon. 

They may have several magical effects, or none at all.  It is impossible

to determine by looking at them.

~
E
approve~
damroll: level  +45

hitroll: level   +5

mana regen: level -5

mana: level -7.5

net: 37.5

final: level 40

~
P
-1

#750
loincloth~
loincloths~
ragged~
giant fur~
lies on the ground here in a heap.~
lie on the ground here in a heap.~
~
~
Kiian~
Fenlyn~
9 750 262144 0 2049 0
0 0 0 0 0 0 4
0 6 0 0
1400 100 1 -1 1 1000 0 0
-1
E
either~
An immense, ragged loincloth made from some animal skins and fur.  It is

crudely made, at best.

~
P
-1

#751
tome~
tomes~
+covered in hardened brown leather~
+entitled Immortality 101~
draws your attention to it.~
draw your attention to it.~
~
~
Talis~
Talis~
37 751 0 0 1 0
0 0 4 16384 0 0 4
0 0 0 0
10 0 91 -1 1 1000 0 0
-1
E
appendix a 5 levels~
Yes, for the really bored I even included a list of the various imm levels.

(not sure of names, just my educated guesses)

   

 93   Builder

 94   Architect

 95   Immortal

 96   Spirit

 97   Angel

 98   Demigod

 99   God

    

@bhelp powers@n gives a summary of what separates them.

~
E
2 examples five~
One of the best ways to learn is by looking at examples.  Rather than

writing the whole example here, I'll give you room numbers and such and

you can go there and check yourself.  Hopefully these will help you learn.

    

ROOMS - pick any room, look around.

        its a good idea to put obvious/noticable exits in the room desc

        Its also a good idea to put any major description features in

        into extras (AEDIT).

    

ROOM EXTRAS (REXTRA):

   

ROOM ACTION CODES (ACODE):

     

OBJECTS - pick any, check out their code.

          remember to use OEXTRA to give your object a description

          so players have some idea what your object is.

    

OBJECT CODES (OPCODE):

   

MOBS - there are so many to choose from.

       there are STANDARDS to help you balance your mobs so they fit

       appropriately into Forest's Edge.

     

MOB CODE (MPCODE): for attacks and other things.

~
E
3 mobs four~
Here is a list of help files that will help you with learning how to

create/edit mobs (monsters/creatures/npcs) 

    

MEDIT - mob edit. for creating/editing mobs.

MSTAT - mob statistics.

Fast info on a mob, or a player, after all, players are creatures too.

   

MSET  - mob set.  Changes settings found on MSTAT.

    

MFLAG - mob flags.

MFIND - to find the mnum of a mob.

MLOAD - to load a mob by mnum.

MWHERE  - find what rooms a mob is in currently.

RMWHERE - find what rooms a mob loads in.

MARMOR - mob armor.  See also ARMOR SYSTEM and A S

used to set the armor class of a mob.  This is NOT typical armor, it is

for things like tough skin, scales, etc.  normal armor can be loaded on

humanoid mobs via MRESET.

   

WRITE MOBS - saves all the mobs you were working on.

MPCODE - mob program code ?

This is the code that determines how your mob damages things and any

special attacks it may have.

    

MPDATA - data for MPCODE

MPEDIT - switches to and between various MPCODEs on a mob.

The initial MPCODE will be a mobs attack program, by using MPEDIT you can

create other codes for the mob.  These codes can be used to make a mob do

something when a player comes in, at random occassions, or even to

respond to a players actions or presence of an item/player.

~
E
3 objects three~
Here is a list of help files that will help you with learning how to

create/edit objects (objs)

   

OEDIT  - object edit.  For creating/editing objs

OEXTRA - obj extras.

This is what you use to give your object its basic description (and the

little special extra ones) that players see when they look at it.

   

OSTAT - obj statistics.  An objects basic info.

OSET  - obj settings.  For changing OSTAT info about your obj

OFLAG - obj flags.

OFIND - obj find.  To find objects.

OLOAD - obj load.  To load objects.

OWHERE - finds which rooms objects are located in.

OPCODE - Obj Program Code ?

This is how your object 'does' things.  ie how weapons do damage.

    

OPDATA - data for your OPCODE.

   

WRITE OBJECTS - saves the objects you have worked on.

~
E
4 rooms two~
Here is a list of help files that will help with learning how to

create/edit rooms.

    

DEDIT - for Door Edit.

Actually this is the means of creating new rooms, connecting them to

other rooms, and cratinf connections (be they actual doors or the

adjoining section of two fields, etc) 

    

REDIT - for Room Edit

This is where you give your room its description and where you give it

all the little extra descriptions that players use to look at items

listed in the description that are not actually objects.

  

RSTAT - room statistics.  A lot of useful info quickly.

RSET  - room set.  For setting some RSTAT info.

RFLAG - room flags.

RNAME - room name.  The first thing anyone sees in a room.

RBUG  - room bugs.  little notes in rooms only the imms can see.

    

AEDIT - action edit.

ACODE - action code.

These allow your room to do things to the players, or lets the players do

things in your room.  ie people will take damage when they enter your

room due to a trap, people will take damage if they stay in your room due

to the toxic fumes, a player can activate the magic disc that effectively

teleports them into a different room.  This is a very useful thing to

understand.

    

ADATA - action data.  Data for use with your ACODE.

ASTAT - action statistics.  pertinent info about actions in a room.

ASET  - action set.  change facets of an action noted in ASTAT

AFLAG - used for setting directions on entering/leaving actions

    

WRITE - saves all the rooms in the area you are in.

~
E
3 immortals imms one~
As a new immortal there a few commands you may benefit from already.

This tome is not intended to teach you all of them, merely to help you

find many of the ones you will need more readily.  Most of these have

help files that will go into far more detail.

   

type:  help <WORD DESIRED>

HOLYLIGHT - this will greatly enhance your ability to see the world.

COMMANDS - shows you the various command categories, most of which have

           help files.

BAMFIN / BAMFOUT - what everyone sees when you goto or leave a room.

                  just more cool imm stuff.

MAP - so you can see an area, helps keep from getting lost.

IDENTIFY - like the spell, allows you to see more about an object

         while this works, the objects chapter can help you learn more

INVIS - makes you invisible/visible to players.  current policy is

       that imms level 93 and 94 remain invisible.

       makes sense.  you can't alter other peoples' work, so all you

       do is taunt players who see you by saying 'nope, I can't fix that'

GOTO - teleports you to someone (by name) or some room (by number)

       also works by room names, among others.

~
E
either~
Congratulations, if you can pick this simple tome up, then you must be an

immortal.  You have embarked on a wonderous journey of learning and

growth.  Through your work the world will expand, by your hand will the

bane of many a seasoned adventurer spring.

Welcome to @gImmortality 101@n.

       

Chapter One   - all about IMMORTALS

Chapter Two   - ROOMS

Chapter Three - OBJECTS

Chapter Four  - MOBS

Chapter Five  - EXAMPLES

Chapter Six   - FIGHT CODE for mobs, intro

Appendix A    - Imm LEVELS

~
E
six fight~
MPCODE is the command to access a mobs fighting program.

  

The 2 most common commands you use will be:

     attack_weapon( mob, victim, 1d6, "left hook" );

     attack( mob, victim, 2d5+2, "sword thrust" );

   

attack_weapon uses the damage for the weapon, the 1d6 and "left hook"

are the defaults it will use if the mob is disarmed.

  

attack uses the 2d5+2 and "sword thrust" as the actual attack.  Is

commonly used for natuarl attacks, boar's tusk gore, kick, etc.  Attacks

that can't be disarmed.  If you use attack with a weapon, be sure to

include an if statement checking to make sure they have the weapon.  If

they don't (either it didn't load or was disarmed) they should not be

getting special attacks with a weapon they don't have.

    

Special Attacks..  most mobs over level 5 have a special attack that hits

about 20% of the time.  There are 2 ways to do this.

The short, easy way:

  if( random( 1, 5 ) == 1 )

     attack( mob, victim, 2d10+5, "bear hug" );

  

Or the longer, cool description way:

   if( random( 1, 5 ) == 1 ) {

     i = 2d10+5

     act_tochar( #bear_hug, ch );

     act_notchar( #rbear_hug, ch );

     dam_message( victim, i, "bear hug" );

     inflict( victim, mob, i, "bear hug" );

     }

    

where #bear_hug and #rbear_hug refer to mpdata strings that describe the

action in more detail for the player and those around him or her.

~
P
-1

#752
staff~
staffs~
silvery-black~
duelist's~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Orb~
5 752 278592 0 8193 0
0 450 2 0 0 0 4
0 2 8 4
250 625 30 -1 2 650 0 0
-1
A 2 1
E
either~
A long, narrow staff made out of a smooth wood.  It is at once light and

surprisingly strong.

~
P
-1

#753
Dwarven Thrower~
Dwarven Throwers~
~
~
lies on the ground, shining faintly.~
lie on the ground, shining faintly.~
~
~
Vulcan~
Kiian~
5 753 8388672 0 8193 3162114
0 4100 18432 0 0 0 4
0 2 5 6
1000 3500 30 -1 5 900 2 0
-1
E
either~
A short-handled warhammer covered with dwarven runes of power.  There is

a thong on the end of the handle, perhaps for throwing it at your enemies.

~
P
7 -1
aff hitroll 2~
~
if( find_clan( ch ) != Khedrun ) {

  act_tochar( #wield_not, ch );

  act_tochar( #glow_not, ch );

  }

else {

  act_tochar( #wield, ch );

  act_tochar( #glow, ch );

  }

~
E
glow~
Looking at the hammer, it seems to glow with a mystic light.

~
E
wield~
Wielding the hammer, you feel a powerful force flow through you.

~
E
glow_not~
Looking at the hammer, you notice it glow briefly.


~
E
wield_not~
As you wield the hammer, you feel a slight tingle, but it soon passes.

~
!
-1

#754
wand~
wands~
violet and silver~
+of lightning~
lies on the ground here.~
lie on the ground here in a small pile.~
~
~
Kiian~
Fenlyn~
3 754 10747968 0 16385 0
0 0 4098 0 0 0 4
57 10 0 5
50 2500 25 -1 10 650 0 0
-1
E
either~
A violet and silver wand, carved from a strange, light wood and capped

with iron at each end.

~
P
-1

#755
handful of sage, cedar, and cinnamon~
handfuls of sage, cedar, and cinnamon~
~
~
lies here in a small clump.~
lie here in a small clump.~
~
~
Phule~
Caer~
11 755 0 8 1 0
0 0 2 0 0 0 4
0 0 0 0
10 10 1 -1 10 650 0 0
854110908
E
either~
A little of each of these herbs and spices are intermixed here in a

strange blend.  Each herb is said to have healing qualities, among other

legends of their uses.

~
P
-1

#756
map~
maps~
+of the Tasloi area~
+of the Tasloi area~
hovers in the air here.~
hover in the air here.~
~
~
Talis~
Talis~
0 756 68419680 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 0 0 -1 1 1000 0 0
-1
E
either~
--------> 0 <-------- Entrance to village (from forest floor)

          |

          O+O

          |                    0 up/down room

          O+O                  O normal room

          + |                  + vine connection (swing to cross)

        O-O 0-O+0

        +   +

      0 O   O+O

      | +   |

      O+0+O-O+0

        +   +

      O-O   0    --> 0

                     |

          O          0  --> O

          |          |

  O <-- 0-O+0    --> 0

          +                    Most 0 only go up to one room.

          0                    exceptions were noted.  Talis.

~
P
-1

#757
corpse~
corpses~
mutilated~
mutilated~
lies splattered about the area.~
lie splattered about the area.~
~
~
Kiian~
Kiian~
0 757 0 0 0 0
0 0 768 0 0 0 4
0 0 0 0
2000 0 0 -1 1 1000 0 0
-1
E
either~
The corpse is foul and rotten, a putrid stench making its way to your

nostrils as you bend down to examine it.  The corpse seems to be of a

human, and appears half-eaten.  Several large jagged holes have been

scored into the decayed flesh.

~
P
-1

#758
ring~
rings~
jade~
jade~
lies forgotten on the ground here.~
lie forgotten on the ground here.~
~
~
Kiian~
Jimbalaya~
9 758 8650816 0 3 0
0 0 64 512 0 0 4
0 3 0 0
10 6500 25 -1 4 700 0 0
-1
E
either~
Carved from a single piece of deep green jade, this ring is small and

simple, with only a single rune inscribed on the inside of its band.

~
P
0 -1
~
~
if( random( 1, 15 ) == 1 ) {

  send_to_char( #char, ch );

  act_notchar( #room, ch, obj );

  junk_obj( obj );

  }

~
E
room~
$n breaks a ring as $e places it on $s finger.

~
E
char~
The fragile jade ring crumbles as you place it on your finger.

~
!
-1

#759
{loose tile} loose wall safe~
{loose tiles} loose wall safes~
~
~
is visible on the wall.~
are visible on the wall.~
~
~
Merior~
Florian~
15 759 65536 0 0 0
0 0 8192 0 0 0 4
5 29 1129 0
10 0 1 -1 10 1000 0 0
-1
E
either~
The loose tile appears to be hinged, and looks as if it could be opened. 

Carefully hidden next to the grout is a teeny, tiny hole.  The hole looks

just about the right size and shape for a tiny key.

~
P
0 -1
~
~
~
!
13 -1
~
~
junk_obj( obj, 1 );

continue;

~
E
to_room~
$n unlocks $p, but in doing so the key is broken.

~
E
to_char~
As you put the key in the safe and turn it you hear a click and then a

snap.  The click is the safe opening but the crack is the end of the key.

~
!
-1

#760
wardrobe~
wardrobes~
pine~
pine~
<no long should be seen>~
<no long should be seen>~
~
~
Kiian~
Kiian~
15 760 65536 0 0 -1409164433
0 0 1 0 0 0 4
14 5 -1 -1
16000 700 0 -1 1 1000 0 0
-1
E
either~
A large pine wardrobe, with simple lines and polished brass handles.

~
P
-1

#761
dirty mug~
dirty mugs~
~
~
sits here covered with grime.~
sit here covered with grime.~
~
~
Merior~
Terek~
17 761 8388608 0 16385 0
0 0 32 0 0 0 4
60 20 1 0
10 20 1 -1 10 1000 0 0
854325136
E
either~
This large mug could hold several ogre-sized swigs of a cool, refreshing

liquid.  It is so dirty and streaked with grime, its contents would be

hidden from all but an overhead view.

~
P
-1

#762
bucket~
buckets~
~
~
lies on its side.~
lie on their sides.~
~
~
Dragos~
Kiian~
12 762 -2147483648 4 16385 0
0 0 2 0 0 0 4
0 0 0 0
300 10 1 -1 10 1000 0 0
-1
E
either~
You are looking at a plain, wooden bucket that has no distinguishing

marks of any kind.

~
P
-1

#763
farmer's boots~
farmer's boots~
~
~
lies on the ground.~
lie on the ground.~
pair of~
pairs of~
Kiian~
Marek~
9 763 -2147221440 0 65 864
0 0 4 0 0 0 4
0 5 0 0
900 700 10 -1 1 600 0 0
-1
A 22 2
A 10 10
E
either~
A pair of heavy leather boots, caked with thick mud and worn from years

of use.

~
P
-1

#764
robe~
robe~
red and yellow~
+of eyes~
lies in a crumpled heap.~
lie in a crumpled heap.~
~
~
Kiian~
Fenlyn~
9 764 262145 0 9 7307264
0 0 0 0 0 0 4
0 6 0 0
700 17000 45 -1 1 300 0 0
-1
E
either~
A loose-fitting robe constructed out of hundreds of small strips of red

and yellow cloth, stitched together with a great deal of care and

patience.

~
E
*NOTE*~
Removed see_invis and infravision. --Fenlyn

~
P
-1

#765
robe~
robes~
cloth~
cloth~
lies here in a pile.~
lie here in a pile.~
~
~
Kiian~
Eala~
9 765 262144 0 9 0
0 0 16 0 0 0 4
0 2 0 0
650 50 1 -1 1 300 0 0
-1
E
either~
A simple cloth robe, well-made but entirely unadorned.

~
P
-1

#766
cap~
caps~
blue-black~
+of stars~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Olah~
9 766 262209 4 17 8355840
0 0 16 0 0 0 4
0 3 0 0
350 20000 50 -1 4 400 0 0
-1
A 20 15
A 12 20
E
either~
A tall, conical cap made from a soft, blue-black material.  The cap is

strangely cool to the touch, and several strange runes are stitched along

the outside.

~
P
-1

#767
pair of flowered ankle bracelets~
pairs of flowered ankle bracelets~
~
~
lies abandoned on the ground.~
lie abandoned on the ground.~
~
~
Fenlyn~
Jimbalaya~
9 767 8388672 4 65 0
0 1 512 0 0 0 4
0 2 0 0
50 250 5 -1 5 500 0 0
868745276
A 12 5
E
either~
The anklets are constructed of intertwined pink flowers from a budding

bush.

~
P
-1

#768
wooden unholy symbol~
wooden unholy symbols~
~
~
has been left here.~
have been left here.~
~
~
Merior~
Merior~
14 768 2490368 0 16385 67108864
0 0 2 0 0 0 4
-1 -1 -1 -1
100 50 1 -1 10 300 0 0
854242234
E
either~
This small wooden cross looks just a bit different from those held by

devout and pious followers of most faiths.  It has a strange air of evil

about it.

~
P
-1

#769
long oak counter~
long oak counters~
~
~
lines an area near the west wall of the room.~
line the walls of the room.~
~
~
Phule~
Phule~
36 769 8388608 8 0 0
0 0 2 0 0 0 4
0 0 0 0
20000 0 1 -1 10 1000 0 0
-1
E
either~
This long oaken counter is shined to a rich, dark color, and is kept

fastiduously clean by the shop's owner.

~
P
-1

#770
pipe~
pipes~
plain stone~
plain stone~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Greyclaw~
38 770 262144 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
20 50 1 -1 10 1000 0 0
-1
E
either~
A pipe made of stone, made for smoking tobacco.

~
P
-1

#771
dagger~
daggers~
red-runed black jade~
+'Liche-Tongue'~
lies embedded in the ground, as if trying to eat through it.~
lie embedded in the ground, as if trying to eat through it.~
~
~
Phule~
Phule~
5 771 34816 8 8193 7307264
1 0 64 0 0 0 4
0 3 4 1
200 7200 30 -1 10 850 0 0
-1
E
either~
This red-runed dagger of black jade nearly emanates evil.

~
P
3 -1
~
~
if( random( 1, 9 ) == 1 ) {

  send_to_room( #flash, room );

  do_spell( drain life, ch, victim );

  heal( ch, 2d3+5 );

  }

~
E
flash~
Liche-tongue flashes with power...

~
!
-1

#772
ivy wreath~
ivy wreaths~
~
~
rests on the ground.~
rest on the ground.~
~
~
Talis~
Olah~
9 772 268435520 0 17 0
0 0 2 0 0 0 2
0 1 0 0
10 5000 20 -1 2 650 0 0
-1
A 12 20
E
either~
You see a simple wreath made of fresh looking ivy twined into a headpiece. 

The leaves are still a verdant green and look to remain alive.

~
P
-1

#773
dagger~
daggers~
barbed~
barbed~
gleams evilly in the light.~
gleam evilly in the light.~
~
~
Kiian~
Orb~
5 773 -2138831808 0 8193 3178496
1 0 4096 0 0 0 4
0 3 2 1
350 500 10 -1 1 90 0 0
-1
A 19 1
A 13 -5
E
either~
A very large dagger made from a black metal.  Its blade is twisted and

malformed, with many irregular, jagged barbs protruding from its

nonetheless keen edge.

~
P
7 -1
~
~
send_to_char( #wear, ch );

~
E
wear~
You shiver as the barbed dagger taps into your life force.

~
!
-1

#774
spectacles~
spectacles~
iron-rimmed~
+of foresight~
lie on the ground here.~
lie on the ground here.~
pair of~
pairs of~
Kiian~
Olah~
9 774 8388672 0 17 0
0 0 4128 2 0 0 2
0 2 0 0
10 5000 20 -1 2 300 0 0
-1
E
either~
A pair of spectacles, their lenses carefully ground and fit into a simple

iron frame.

~
P
-1

#775
ring~
rings~
blue steel~
+of water walking~
glows dimly on the ground.~
glow dimly on the ground.~
~
~
Kiian~
Jimbalaya~
9 775 8650817 0 3 0
0 0 8192 8388608 0 0 4
0 3 0 0
100 2500 40 -1 1 900 0 0
-1
A 21 -5
E
either~
A simple ring forged from a single ring of blue steel.  It glows softly

as you examine it.

~
P
-1

#776
pinch of powdered krynite~
pinches of powdered krynite~
~
~
is in a small cloth pouch.~
are in a small cloth pouch.~
~
~
Kiian~
Rebekka~
11 776 -2147483583 0 1 0
0 0 64 0 0 0 4
1 0 0 0
10 1000 1 -1 1 1000 0 0
-1
E
either~
A pinch of refined krynite, ground to a soft purplish dust and placed in

a cloth pouch for safekeeping.

~
P
-1

#777
banner~
banners~
red and gold~
+of the righteous~
hangs from a long woodepole.~
hang from long wooden poles.~
~
~
Kiian~
Marek~
8 777 1327168 0 16385 403259392
0 0 18 32768 0 0 4
0 0 0 0
2000 0 25 -1 1 650 0 0
-1
A 17 5
E
either~
A large red and gold banner, attached to a long wooden pole.  A lion,

rampant, dominates the central fiel with many tassels and fringe added on

as ornamentation.

~
P
-1

#778
ironbound chest~
ironbound chests~
~
~
rests on the floor here.~
rest on the floor here.~
~
~
Talis~
Talis~
15 778 0 0 0 0
0 0 4098 0 0 0 4
50 5 0 0
10 300 10 -1 1 1000 3 0
-1
E
either~
This is a well constructed chest of hardened shuvana wood and iron

banding.  Its quality construction seems out of place considering the

primitive state of everything else around it.  Most likely it was

captured in some raid and stored here for safe keeping as a valued prize.

~
P
-1

#779
book~
books~
+gilded in gold~
D'ni~
rests on an elaborate pedastool.~
reset on an elaborate pedastool~
~
~
Talis~
Talis~
37 779 64 0 1 0
0 0 294916 0 0 0 4
0 0 0 0
300 0 93 -1 1 1000 0 0
-1
E
either~
You see a book of several hundred pages, bound in hardened black leather

and gilt with gold.  It appears ancient, the leather showing signs of

cracks and the gold faded away to a brassy color.  You open the cover to

find the left hand pages covered in strange writing like none you have

seen before.  On the right hand pages you see vibrant, life-like pictures

that almost seem to be windows into the places they view.  Many of the

places are unfamiliar to you, some you know.  Among the places you

recognize you see pictures of the fountains of @GChiiron@n, @GMedienne@n,

and @GKha-Da@n.  You also see one that seems to show some kind of

@Gspring@n welling up out of a rather large tree.  You see another of a

rather large marble @Glibrary@n on top of a cloud.  They are all so

life-like that you just want to @Gtouch@n them.

~
P
4 -1
touch~
3 chiiron~
act_tochar( #touch, ch );

act_notchar( #rtouch, ch );

wait( 2 );

transfer( ch, find_room( 903 ) );

~
E
rtouch~
$n opens a book gilded in gold, reaches forth $e hand, touches a page and

is suddenly gone.

~
E
touch~
You reach your hand out and touch the life-like picture of the fountain

in Chiiron, and suddenly feel a gut-wrenching shifting sensation.

~
!
4 -1
touch~
3 medienne~
act_tochar( #touch, ch );

act_notchar( #rtouch, ch );

wait( 2 );

transfer( ch, find_room( 107 ) );

~
E
rtouch~
$n opens a book gilded in gold, reaches forth $e hand, touches a page and

is suddenly gone.

~
E
touch~
You reach your hand out and touch the life-like picture of the fountain

in Medienne, and suddenly feel a gut-wrenching shifting sensation.

~
!
4 -1
touch~
3 kha-da~
act_tochar( #touch, ch );

act_notchar( #rtouch, ch );

wait( 2 );

transfer( ch, find_room( 27008 ) );

~
E
rtouch~
$n opens a book gilded in gold, reaches forth $e hand, touches a page and

is suddenly gone.

~
E
touch~
You reach your hand out and touch the life-like picture of the fountain

in Kha-Da, and suddenly feel a gut-wrenching shifting sensation.

~
!
4 -1
touch~
spring~
act_tochar( #touch, ch );

act_notchar( #rtouch, ch );

wait( 2 );

transfer( ch, find_room( 19043 ) );

~
E
rtouch~
$n opens a book gilded in gold, reaches forth $e hand, touches a page and

is suddenly gone.

~
E
touch~
You reach your hand out and touch the life-like picture of the spring

welling up out of a tree, and suddenly a gut-wrenching shifting sensation.

~
!
4 -1
touch~
library~
act_tochar( #touch, ch );

act_notchar( #rtouch, ch );

wait( 2 );

transfer( ch, find_room( 5 ) );

~
E
rtouch~
$n opens a book gilded in gold, reaches forth $e hand, touches a page and

is suddenly gone.

~
E
touch~
You reach out your hand and touch the life-like picture of the library in

the clouds, and suddenly feel a gut-wrenching shifting sensation.

~
!
-1

#780
dagger~
daggers~
blue-white~
crescent~
lies on the ground here, twinkling slightly.~
lie on the ground here, twinkling slightly.~
~
~
Kiian~
Orb~
5 780 8651840 0 8193 2195456
1 0 64 0 0 0 4
1 3 4 1
150 3600 20 -1 3 950 0 0
-1
E
either~
A long dagger fashioned from a light blue-white material.  Its blade

curves slightly, shimmering softly under your scrutiny.

~
P
3 -1
~
~
if( random( 1, 8 ) == 4 ) {

  act_tochar( #mana, ch );

  act_notchar( #moremana, ch );

  modify_mana( ch, 3d6 );

  }

~
E
mana~
@bThe crescent dagger's curved blade shimmers as you strike your foe!

~
E
moremana~
@bThe dagger shimmers at it strikes out!@n

~
!
-1

#781
red robe~
red robes~
~
~
of a monk lies here in a pile.~
of monks lie here in a pile.~
~
~
Sprout~
Fenlyn~
9 781 0 0 9 0
0 0 16 0 0 0 4
0 2 0 -1
200 25 1 -1 1 300 0 0
-1
E
either~
A loose-fitting robe the color of blood.

~
P
-1

#782
ring~
rings~
engraved electrum~
+of Wizardry~
lies glimmering on the ground.~
lie glimmering on the ground.~
~
~
Phule~
Jimbalaya~
9 782 276824128 8 3 7307264
0 0 65536 0 0 0 4
0 3 0 0
10 27000 60 -1 10 1150 0 0
-1
A 20 15
A 12 30
E
either~
This esquisite band of mithril is covered with glowing and shimmering

electrum runes engraved onto its surface.  Its magic is quite evident.

~
P
-1

#783
greathammer~
greathammers~
mithril diamond-engemmed~
+'Dragonsbane'~
rests softly humming on the ground.~
rest softly humming on the ground.~
~
~
Phule~
Orb~
5 783 8388674 8 8193 275857408
0 0 18432 0 0 0 4
0 4 9 6
700 20000 65 -1 9 2500 0 0
-1
E
either~
This massive hammer of mithril is inset with a magnificent diamond just

where the head of the hammer meets the shaft.  The hammer is highly

magical, and appears as if it must come from a land of legend where

smiths defy the physical world to craft weapons for the ages.

~
P
3 -1
~
~
if( race( victim ) == dragon ) {

  if( random( 1, 5 ) == 1 ) {

    send_to_room( #recog, room );

    i = 2d10+10;

    dam_message( victim, i, "Dragonsbane" );

    inflict( victim, ch, i, "the power of the ages" );

    }

  }

~
E
recog~
@RRecognizing the foe it was created to destroy, 'Dragonsbane' glows brightly.@n

~
!
-1

#784
square-shaped key~
square-shaped keys~
~
~
lies on the floor.~
lie on the floor.~
~
~
Fenlyn~
Fenlyn~
18 784 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
20 0 1 -1 10 1000 0 0
868753118
E
either~
The key shaped like a square at the end it is made of brass tarnished

from years of use.

~
P
-1

#785
tasloi throne~
tasloi thrones~
ornate~
ornate~
is sitting here.~
are sitting here.~
~
~
Talis~
Talis~
35 785 33554432 0 0 6139
0 1062912 2 0 0 0 4
1 0 0 0
80000 50 0 -1 1 1000 0 0
-1
E
either~
The chair is made of some dark wood and has crude carvings all over it. 

The carvings appear to be a mix of small goblinoid creatures, large

spiders, and large wasps.  The base of the chair is lined with carvings

of dead elves and animals.  The seat of the chair is rather small, and

anything larger than a goblin or a gnome would find it an uncomfortable

seat.

~
P
-1

#786
staff~
staffs~
weathered oak~
weathered oak~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Marek~
5 786 -2147205055 0 8193 0
0 0 2 0 0 0 4
0 2 5 4
400 375 15 -1 3 650 0 0
-1
A 7 5
A 8 5
E
either~
A short staff, constructed from a weathered piece of oak and capped on

each end with thick bronze bands.

~
P
-1

#787
~
~
small black rock~
astral marker 'Knight'~
lies here, half-buried in the earth.~
lie here, half-buried in the earth.~
~
~
Phule~
Phule~
0 787 0 8 0 0
0 0 64 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
854383986
E
either~
The black rock looks small, but is somehow massive, perhaps more massive

than the miles of earth beneath it.  Its black surface is gleaming, and

on it is a perfect copy of the night sky; the stars and moons all present

in balance.  Or perhaps is the truth of the matter that the sky is the

copy, the stone the original?  As you break eye contact with the stone

you see a flicker of red mar its surface.  A shooting star.  As the star

crosses the rock's surface it leaves a misty trail of stardust which

reads: 'Knight'.

~
P
-1

#788
weathered leather gloves~
weathered leather gloves~
~
~
lie on the ground here.~
lie on the ground here.~
pair of~
pairs of~
Kiian~
Marek~
9 788 -2147221440 0 129 1441920
0 0 4 0 0 0 4
0 5 0 0
50 2500 20 -1 3 500 0 0
-1
A 22 5
E
either~
A pair of thick leather gloves, cracked and worn from years of use. 

Heavy stitching holds the various pieces of leather together, and an

extra piece is sewn along the back of the hand for added protection.

~
P
-1

#789
woolen socks~
woolen socks~
~
~
lie on the ground.~
lie on the ground.~
pair of~
pairs of~
Kiian~
Jimbalaya~
9 789 262144 0 65 128
0 0 16 0 0 0 2
0 2 0 0
50 50 1 -1 1 400 0 0
-1
A 8 1
E
either~
A pair of socks made from the finest and softest of wools.

~
P
-1

#790
~
~
small black rock~
astral marker 'Wayward'~
lies here, half-buried in the earth.~
lie here, half-buried in the earth.~
~
~
Phule~
Phule~
0 790 0 8 0 0
0 0 64 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
854393443
E
either~
The black rock looks small, but is somehow massive, perhaps more massive

than the miles of earth beneath it.  Its black surface is gleaming, and

on it is a perfect copy of the night sky; the stars and moons all present

in balance.  Or perhaps is the truth of the matter that the sky is the

copy, the stone the original?  As you break eye contact with the stone

you see a flicker of red mar its surface.  A shooting star.  As the star

crosses the rock's surface it leaves a misty trail of stardust which

reads: 'Wayward'.

~
P
-1

#791
iron chain~
iron chains~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
0 791 1048576 8 1 0
0 224 4096 0 0 0 4
0 0 0 0
1200 0 1 -1 6 1000 1 0
854887406
E
either~
Heavy and soot-black, this chain is made from thick iron links bound

together and allowed to rust to hinder movement.  It is eight feet long,

gritty and cold to the touch.

~
P
-1

#792
white marble mug~
white marble mugs~
~
~
sits here gingerly on the ground.~
sit here gingerly on the ground.~
~
~
Phule~
Phule~
17 792 0 8 1 0
0 0 64 0 0 0 4
60 0 12 0
80 20 1 -1 10 1000 0 0
-1
E
either~
The mug is simple and utilitarian, but smooth and without chips or

scratches.  Made of fragile white marble, it is sure not to last too long.

~
P
-1

#793
pot~
pots~
~
~
rests heavily on the ground.~
rest heavily on the ground.~
~
~
Phule~
Phule~
17 793 0 8 1 0
0 0 0 0 0 0 4
600 600 12 0
300 300 1 -1 10 1000 0 0
-1
E
either~
The pot is made from steel and is heated by a small fuelless flame

beneath it, keeping its contents nice and hot.

~
P
-1

#794
simple wooden bowl~
simple wooden bowls~
~
~
sits here forgotten.~
sit here forgotten.~
~
~
Phule~
Phule~
17 794 0 8 1 0
0 0 2 0 0 0 4
150 150 0 0
60 40 1 -1 10 1000 0 0
-1
E
either~
This simple wooden bowl could probably hold most any liquid.

~
P
-1

#795
~
~
small black rock~
astral marker 'Cairn'~
lies here, half-buried in the earth.~
lie here, half-buried in the earth.~
~
~
Phule~
Phule~
0 795 0 8 0 0
0 0 64 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
854408684
E
either~
The black rock looks small, but is somehow massive, perhaps more massive

than the miles of earth beneath it.  Its black surface is gleaming, and

on it is a perfect copy of the night sky; the stars and moons all present

in balance.  Or perhaps is the truth of the matter that the sky is the

copy, the stone the original?  As you break eye contact with the stone

you see a flicker of red mar its surface.  A shooting star.  As the star

crosses the rock's surface it leaves a misty trail of stardust which

reads: 'Cairn'.

~
P
-1

#796
spurs~
spurs~
bronze~
bronze~
lie on the ground here.~
lie on the ground here.~
pair of~
pairs of~
Kiian~
Jimbalaya~
9 796 277086272 0 65 3145728
0 0 2048 0 0 0 8
0 2 0 0
70 1250 10 -1 1 875 0 0
-1
E
either~
A pair of polished bronze spurs, useful in getting a horse to do what you

want.

~
P
-1

#797
ruined book~
ruined books~
~
~
A ruined book lies here forgotten.~
ruined books are stacked here.~
~
~
Mange~
Dovea~
37 797 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 1 1000 0 0
-1
E
either~
Cracked and torn this once leather bound book has seen many owners.  It's

cracked binding threatens to give way at anytime and it's worn and ripped

pages dangle precariously from the tomb.  As you carefully open the book,

you notice see that this is the history of the ogre race.

     

Throughout time the ogres have always been here.  Although we have been

harrassed and persecuted by most other race of the world, for they fear

our strength.  We have managed to survive though with the help of our

allies, the Trolls, Lizardmen and Kobolds and still we were always

defeated, until Korthax came.  He was a great warrior and favored by our

gods.  They blessed him with special powers that no warrior among our

kind has eaver had.  He became leader of us and led us forth into the

world.  Under his rule we conquered many of the human and elvish lands and

claimed them as our own.  It was a great time for us, we had pleasures

not known by any ogre before available to us.  We could loot and pillage

to our hearts content.  Then on the eave of our greatest victory, the

conquer of Medienne, a dishonorable elf slaughtered our leader while he

slept.  Morale crumbled, but we attacked anyway.  We burned and sacked

part of that human town but to no avail.  It seems that all the races had

joined against us and our allies thus driving us back into the swamps. 

The ogres fled to a conquered town now known as Denab-Knur.  We mourned

our leader and were told a way of returning him to the world.  It is said

that when he returns, Korthax the Darklord will bring about a Crimson Age

for the ogres.  None of the races shall be spared and we will assume our

rightfull place on the throne of the world.

~
P
-1

#798
scimitar~
scimitars~
sinister-looking~
barbed~
lies on the ground, gleaming evilly.~
lie on the ground, gleaming evilly.~
~
~
Kiian~
Orb~
5 798 8650832 0 8193 70305804
1 0 0 0 0 0 4
0 2 7 2
750 1000 5 -1 2 800 0 0
-1
A 13 -5
E
either~
A long weapon with a jagged blade covered with many small black barbs,

designed to inflict cruel wounds upon its victims.  Its leather-bound

handle sports a single large, jet black stone of unidentified type which

shines softly, giving off a somber and unnatural light.

~
P
7 -1
~
~
send_to_char( #wear, ch );

~
E
wear~
You shiver as the barbed scimitar taps into your life force.

~
!
-1

#799
whistle~
whistles~
small silver~
small silver~
lies on the ground.~
lie on the ground.~
~
~
Greyclaw~
Kiian~
26 799 8650816 0 16385 0
0 0 147456 0 0 0 4
30 0 0 0
30 1000 1 -1 1 1000 0 0
-1
E
either~
A narrow whistle fashioned from pure silver, and covered with finely

detailed engravings.  It hangs from a thin leather cord.

~
P
-1

#800
bauble~
baubles~
silver~
silver~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Marek~
8 800 8650816 0 16385 0
0 0 147456 0 0 0 4
0 0 0 0
30 5000 12 -1 1 250 0 0
-1
A 6 5
A 20 5
E
either~
A small, perfectly round silver sphere.

~
P
-1

#801
bowl of beef stew~
bowls of beef stew~
~
~
sits here steaming off a pleasant aroma.~
sit here steaming off pleasant aromas.~
~
~
Phule~
Phule~
19 801 0 8 1 0
0 0 768 0 0 0 4
10 0 0 0
200 30 1 -1 10 1000 0 0
-1
E
either~
This sturdy ceramic bowl is filled nearly to the top with a dark, thick

stew.  The ocassional vegetable peeks out of the heavy broth, and large

chunks of beef can be seen throughout.

~
P
8 -1
~
~
act_tochar( #lick, ch );

junk_obj( obj, 1 );

obj_to_char( oload( 794 ), ch );

continue;

~
E
lick~
You lick the wooden bowl clean.

~
!
-1

#802
simple candle~
simple candles~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Talis~
1 802 -2138832384 0 1 0
0 0 0 0 0 0 4
0 0 30 0
50 1 0 -1 1 1000 0 0
-1
E
either~
You are looking at a simple wax candle.  Tall and cylindrical, you see

nothing special about it.

~
P
-1

#803
silk ribbon~
silk ribbons~
~
~
lies here, tangled.~
lie here, tangled.~
~
~
Kreel~
Kreel~
8 803 0 0 5 0
0 0 0 0 0 0 4
0 0 0 0
10 35 1 -1 10 1000 0 0
854678446
E
either~
This narrow, lightweight silken ribbon has seen its better days.  It is

frayed at the edges and discolored along its 18'' length.  At one time it

would have been a lustrous white, but now it is gray and splotchy.

~
P
-1

#804
sabre~
sabres~
bronze~
bronze~
lies on the ground.~
lie on the ground in a heap.~
~
~
Kiian~
Orb~
5 804 -2147483648 0 8193 3194880
1 0 2048 0 0 0 4
0 2 5 2
500 225 1 -1 3 800 0 0
-1
E
either~
A long bronze sabre, its hilt wrapped in fine leather.

~
P
-1

#805
leaf~
leaves~
oak~
oak~
lies on the ground here.~
lie on the ground here in a pile.~
~
~
Kiian~
Fenlyn~
11 805 0 0 1 0
0 0 0 0 0 0 4
1 0 0 0
5 10 1 -1 1 750 0 0
-1
E
either~
An oak leaf.

~
P
-1

#806
shield~
shields~
ivory~
ivory~
lies on the ground here.~
lie on the ground here, stacked in a small pile.~
~
~
Kiian~
Kiian~
9 806 8650816 0 1 275859456
0 0 64 0 0 0 4
0 12 0 0
1000 5000 20 -1 5 1000 0 0
-1
E
either~
A large round shield, fashioned from a single slab of pure, cream-colored

ivory.  Its face is unadorned with a standard or heraldic device, and

bears not a one mark or blemish.  It seems lighter in your hands than it

would seem it should be, judging from its large size.

~
P
-1

#807
boots~
boots~
ivory~
ivory~
lie on the ground here.~
lie on the ground here.~
pair of~
pairs of~
Kiian~
Jimbalaya~
9 807 8650816 0 65 0
6 0 64 0 0 0 4
0 4 0 0
1100 20000 50 -1 5 1000 0 0
-1
A 19 2
E
either~
A pair of shining white boots which glow softly as you examine them. 

Strangely, they do not seem to pick up the dust and grime from the trail

as you walk in them, but somehow manage to remain perfectly clean.

~
P
-1

#808
helm~
helms~
ivory~
ivory~
lies on the ground here.~
lie in a pile.~
~
~
Kiian~
Marek~
9 808 8650817 0 17 271663104
0 0 128 64 0 0 4
0 11 0 0
610 8000 20 -1 4 950 0 0
-1
E
either~
A milky-white slab of ivory has been carved into a simple visorless helm.

Flawless and beautiful, the helm radiates a powerful and reassuring aura

of good.

~
P
-1

#809
longsword~
longswords~
ivory~
ivory~
glows softly on the ground here.~
glow softly in a pile on the ground.~
~
~
Kiian~
Orb~
5 809 8650817 0 8193 405880832
1 0 64 0 0 0 4
0 2 6 2
500 2250 20 -1 5 900 0 0
-1
A 12 15
E
either~
A long, thin sword made from a single piece of cream-colored ivory.  A

single modest sapphire is embedded at the base of its handle.

A finely-balanced blade which emits a soft glow as you hold it.

~
P
-1

#810
girth~
girths~
ivory~
ivory~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Fenlyn~
9 810 -2138832832 0 2049 3227648
0 0 64 0 0 0 4
0 6 0 0
500 11500 35 -1 2 1000 0 0
-1
A 21 10
A 8 5
E
either~
A stout girth, meant to be worn in battle.  Interlocking ivory plates

somehow manage to stay together in a complex arrangment designed to

maximize their defensive value.  The plates range in color from stark

white to cream colored.

~
P
-1

#811
parchment~
parchments~
tattered old~
+with an amnesia spell~
has been left here.~
have been left here.~
~
~
Talis~
Fenlyn~
2 811 0 0 1 0
0 0 1 0 0 0 4
0 10 1 0
50 0 0 -1 1 1000 0 0
-1
E
either~
You see an aged piece of parchment with tattered edges.  There is strange

writing on it, and while you can read it, you can't remember what it says. 

Perhaps if you recited it, something magical would happen.

~
P
-1

#812
parchment~
parchments~
tattered old~
+with a fireball spell~
has been left here.~
have been left here.~
~
~
Talis~
Florian~
2 812 0 0 1 0
0 0 1 0 0 0 4
43 3 1 0
50 0 0 -1 1 1000 0 0
-1
E
either~
You see an aged piece of parchment with tattered edges.  There is strange

writing on it, and while you can read it, you can't remember what it says. 

Perhaps if you recited it, something magical would happen.

~
P
-1

#813
~
s~
small black rock~
astral marker 'Hollow'~
lies here, half-buried in the earth.~
lie here, half-buried in the earth.~
~
~
Phule~
Phule~
0 813 0 8 0 0
0 0 64 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
854409105
E
either~
The black rock looks small, but is somehow massive, perhaps more massive

than the miles of earth beneath it.  Its black surface is gleaming, and

on it is a perfect copy of the night sky; the stars and moons all present

in balance.  Or perhaps is the truth of the matter that the sky is the

copy, the stone the original?  As you break eye contact with the stone

you see a flicker of red mar its surface.  A shooting star.  As the star

crosses the rock's surface it leaves a misty trail of stardust which

reads: 'Hollow'.

~
P
-1

#814
bracer~
bracers~
ivory~
ivory~
lies on the ground.~
lie on the ground in a small pile.~
~
~
Kiian~
Fenlyn~
9 814 277086272 0 4097 269484032
0 0 64 0 0 0 4
0 11 0 0
400 23750 55 -1 5 1000 0 0
-1
A 8 5
E
either~
A fine bracer carved from a single block of ivory.  Not quite snow white

in hue, you cannot locate a single flaw or mark on its surface.

~
P
-1

#815
gauntlets~
gauntlets~
pair of ivory~
pair of ivory~
lie on the ground.~
lie on the ground.~
~
~
Kiian~
Derna~
9 815 8650816 0 129 275890320
0 0 64 0 0 0 4
0 11 0 0
800 5500 30 -1 5 1000 0 0
-1
A 8 5
E
either~
A pair of heavy gauntlets fashioned from interlinked plates of

cream-colored ivory.  Heavy and meant for battle.

~
P
-1

#816
leg plates~
leg plates~
ivory~
ivory~
lie on the ground here.~
lie on the ground here.~
~
~
Kiian~
Calren~
9 816 8650816 0 33 275890176
0 0 64 0 0 0 4
0 17 0 0
980 20000 50 -1 5 1000 0 0
-1
E
either~
Several large interlocking white ivory plates, unmarked and unblemished. 

Meant for battle, they are thick and angled to deflect blows from the

wearer's body.

~
P
-1

#817
leggings~
leggings~
ivory~
ivory~
lie on the ground.~
lie on the ground in a pile.~
~
~
Kiian~
Kiian~
9 817 -2138832832 0 33 275857408
0 0 64 0 0 0 4
0 14 0 0
1200 4500 1 -1 4 1000 0 0
-1
A 8 5
E
either~
A pair of cream-colored leggings constructed from hundreds of small

pieces of ivory, held together though some powerful enchantment.

~
P
-1

#818
tooth~
teeth~
~
elven~
has been left here to rot.~
have been left here to rot.~
~
~
Talis~
Talis~
34 818 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
10 0 0 -1 0 1000 0 0
-1
E
either~
You see a yellowed old tooth, cracked and brittle with age.

~
P
-1

#819
puddle~
puddles~
~
~
is here.~
are here.~
~
~
Talis~
Talis~
25 819 65536 0 0 0
0 0 64 0 0 0 4
0 -1 0 0
50000 0 93 -1 1 900 0 0
-1
E
either~
The puddle runs deep with clean, clear water.  Its rim is lined with flat

stones that give it a cared for look.

~
P
-1

#820
two-handed sword~
two-handed swords~
black-bladed~
+'Wrath'~
lies here, slowly rotating a few inches above the ground.~
lie here, slowly rotating a few inches above the ground.~
~
~
Phule~
Phule~
5 820 8437840 8 8193 205111296
1 194 8192 32800 0 0 4
0 3 7 2
800 13500 20 -1 8 1000 0 0
-1
E
either~
A long, wide blade of gleaming black which seems to yearn for your blood. 

Even the hilt and handle are made of the strange black metal.  It appears

solid, as if one piece comprises the whole sword unlike the three-part

construction of most weapons.

~
P
3 -1
~
~
if( random( 1, 9 ) == 7 )

  do_spell( drain life, ch, victim );

~
!
-1

#821
unholy symbol~
unholy symbols~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
14 821 8421461 8 16385 201326592
0 0 36864 64 0 0 4
0 -1 -1 -1
20 500 1 -1 10 800 0 0
-1
E
either~
This twisted perversion of a cross is no symbol of a cleric of good or neutral, but of one with a truly evil heart.

~
P
-1

#822
sleeves~
sleeves~
ivory~
ivory~
lie on the ground.~
lie on the ground.~
pair of~
pairs of~
Kiian~
Jimbalaya~
9 822 -1610612736 0 257 0
0 0 0 1 0 0 4
0 8 0 0
700 5000 30 -1 4 1000 0 0
-1
E
either~
A pair of sleeves constructed from thick, overlapping plates of off-white ivory.

~
P
-1

#823
slab of beef~
slabs of beef~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Marek~
19 823 16777216 0 1 0
0 0 768 0 0 0 4
35 0 0 0
400 15 1 -1 10 650 0 0
-1
E
either~
A big thick slab of raw meat.

~
P
-1

#824
arm plates~
arm platess~
ivory~
ivory~
lie on the ground.~
lie on the ground in a pile.~
pair of~
pairs of~
Kiian~
Marek~
9 824 8650816 0 1 272220160
0 0 64 1 0 0 4
0 16 0 0
820 6500 1 -1 1 1000 0 0
-1
A 8 5
E
either~
A pair of heavy pieces of armor constructed from overlapping plates of

milky-white ivory.

~
P
-1

#825
Item~
Items~
nondescript~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
0 825 0 0 3 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
-1
E
either~
If you have this, flag down Kiian when you see him.

~
P
-1

#826
clay cup~
clay cups~
+of simple design~
+of simple design~
rests plainly on the ground.~
rest plainly on the ground.~
~
~
Talis~
Talis~
17 826 0 4 16385 0
0 0 0 0 0 0 4
100 0 0 0
200 5 0 -1 1 1000 0 0
-1
E
either~
A simple grey cup fashioned of natural clays.  An ornate leaf pattern

covers the outside, and it is only after intense scrutiny that you

determine that real leaves were used to create the fine patterns.  The

veins of the leaves are lined by some silvery-blue flakes that reflect

light like coldfire.

~
P
-1

#827
pinwheel~
pinwheels~
~
~
is just begging to be played with.~
are just begging for children to play with them.~
colorful~
rainbow of~
Talis~
Talis~
0 827 0 0 8193 0
0 0 3 0 0 0 4
0 0 0 0
2 0 1 -1 2 1000 0 0
895168042
E
either~
A contraption of brightly colored paper twined about into a large

windmill like ribbon attached loosely to a stick.  The colored paper

spins freely around a pin attaching its center to the stick, moving to

the slightest breeze.  If you were to blow on it the colored paper would

spin quickly producing a rainbow of color.

~
P
4 -1
blow breathe use~
pinwheel toy~
act_tochar( #inhale, ch );

act_notchar( #rinhale, ch );

wait( 1 );

act_tochar( #blow, ch );

act_notchar( #rblow, ch );

wait( 2 );

act_room( #spin, ch );

wait( 1 );

act_room( #spin2, ch );

wait( 1 );

act_room( #spin3, ch );

wait( 2 );

act_room( #done, ch );

~
E
inhale~
You inhale a deep breath preparing to blow on the pinwheel.

~
E
rinhale~
$n inhales a deep breath preparing to blow on a pinwheel.

~
E
blow~
You blow a steady stream of breath on the pinwheel and it begins to spin,

picking up speed as you continue.

~
E
rblow~
$n blows a steady stream of breath onto the pinwheel and it begins to

spin, picking up speed as $e continues.s 

~
E
spin~
@yThe pinwheel spins...

~
E
spin2~
@b          ... and spins ...

~
E
spin3~
@r                       ... and spins ....

~
E
done~
Finally the pinwheel slows to a stop.

~
!
-1

#828
apron~
aprons~
heavy leather~
heavy leather~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 828 0 0 2049 0
0 0 4 0 0 0 4
0 5 0 0
10 100 1 -1 1 600 0 0
-1
E
either~
A thick leather apron worn for protection while working with hot metals.

~
P
-1

#829
breastplate~
breastplates~
ivory~
ivory~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Calren~
9 829 -2138832896 0 9 2211840
0 0 64 0 0 0 4
0 17 0 0
900 20000 50 -1 6 1000 0 0
-1
E
either~
This breastplate appears to be carved of a singly slab of ivory. 

Carefully sculpted to fit snugly and protectively about the body, this

off-white plate seems curiously light.

~
P
-1

#830
boots~
boots~
black leather~
+of speed~
lie on the ground.~
lie on the ground.~
~
~
Kiian~
Jimbalaya~
9 830 262208 0 65 864
0 0 4 0 0 0 4
0 5 0 0
900 10000 35 -1 7 500 0 0
-1
A 2 1
E
either~
A pair of black leather boots, spit-shined and ready to go.

~
P
-1

#831
cap~
caps~
woolen~
woolen~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Olah~
9 831 262144 0 17 0
0 0 16 0 0 0 4
0 3 0 0
15 50 4 -1 1 400 0 0
-1
A 8 2
E
either~
This cap is thick and made of fine, comfortable wool.

~
P
-1

#832
bush~
bushes~
sourberry~
sourberry~
grows among a few tufts of thick grass.~
grow among a few tufts of thick grass.~
~
~
Kiian~
Kiian~
0 832 8650752 0 0 0
0 0 2 0 0 0 4
9 -16 -1 -1
50000 0 0 -1 1 1000 0 0
-1
E
either~
A low-growing, thick bush known for its small yellow berries.

~
P
4 -1
pick get~
berry berries yellow sour~
if( is_player( ch ) ) {

  if( rflag( reset0, room ) ) {

    if( random( 1, 5 ) < 3 ) {

      send_to_char( #none, ch );

      remove_rflag( reset0, room );

      }

    else {

      obj_to_char( oload( 703 ), ch );

      send_to_char( #ch, ch );

      }

    }

  else

    send_to_char( #none, ch );

  }

else

  act_tochar( #no_hands, ch );

~
E
ch~
You pick one of the small yellow berries.

~
E
none~
There are no more berries on the bush.

~
E
no_hands~
You have no hands to pick or carry the berries.

~
!
-1

#833
electrum ring~
electrum rings~
~
~
lies here oddly glowing.~
lie here oddly glowing.~
~
~
Padraig~
Caer~
8 833 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 0 -1 1 750 0 0
-1
E
either~
This large electrum ring is intended for use in ring mail.

~
P
-1

#834
adamantine ring~
adamantine rings~
~
~
lies floating above the ground.~
lie floating above the ground.~
~
~
Padraig~
Caer~
8 834 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 0 -1 1 1200 0 0
-1
E
either~
This ring is meant for use in ringmail.

~
P
-1

#835
rhenberry~
rhenberries~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
19 835 64 4 1 0
0 0 512 0 0 0 4
2 0 0 0
1 4 1 -1 1 1000 0 0
-1
E
either~
A small, orangish berry.

~
P
8 -1
~
~
i = 1d5;

send_to_char( #eat, ch );

modify_move( ch, i );

junk_obj( obj, 1 );

~
E
eat~
You feel strangely invigorated.

~
!
-1

#836
stack of bronze links~
stacks of bronze links~
~
~
lies here.~
lie here.~
~
~
Padraig~
Kiian~
8 836 8388608 0 1 0
0 0 2048 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 0 0
-1
E
either~
A small pile of intricately fashioned bronze links for use in chainmail.

~
P
-1

#837
stack of iron links~
stacks of iron links~
~
~
lies here.~
lie here.~
~
~
Padraig~
Kiian~
8 837 8388608 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 0 0
-1
E
either~
A small pile of intricately fashioned iron rings for use in chainmail.

~
P
-1

#838
stack of steel links~
stacks of steel links~
~
~
lies piled here.~
lie piled here.~
~
~
Padraig~
Kiian~
8 838 8388608 0 1 0
0 0 8192 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 0 0
-1
E
either~
A small pile of intricately fashioned  steel rings for use in chainmail.

~
P
-1

#839
stack of mithril links~
stacks of mithril links~
~
~
lies here glinting in the sun.~
lie here glinting in the sun.~
~
~
Padraig~
Kiian~
8 839 8388608 0 1 0
0 0 16384 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 0 0
-1
E
either~
A small pile of intricately-fashioned mithril links for use in chainmail.

~
P
-1

#840
bush~
bushes~
rhenberry~
rhenberry~
grows among a few tufts of thick grass.~
grow among a few tufts of thick grass.~
~
~
Kiian~
Kiian~
0 840 8650752 0 0 0
0 0 2 0 0 0 4
9 -16 -1 -1
50000 0 0 -1 1 1000 0 0
-1
E
either~
A large bush with thick, round leaves.

~
P
4 -1
get pick~
berry berries rhenberry rhenberries ~
if( is_player( ch ) ) {

  if( rflag( reset0, room ) ) {

    if( random( 1, 5 ) < 3 ) {

      send_to_char( #none, ch );

      remove_rflag( reset0, room );

      }

    else {

      obj_to_char( oload(  835 ), ch );

      send_to_char( #ch, ch );

      }

    }

  else

    send_to_char( #none, ch );

  }

else

  act_tochar( #no_hands, ch );

~
E
ch~
You pick one of the small orangish berries.

~
E
none~
There are no more berries on the bush.

~
E
no_hands~
You haven't any hands to pick or carry berries.

~
!
-1

#841
robe~
robes~
indigo~
indigo~
lies on the ground in a heap.~
lie on the ground in a heap.~
~
~
Kiian~
Fenlyn~
9 841 1 0 9 0
0 0 16 0 0 0 4
0 5 0 0
500 2500 10 -1 1 300 0 0
-1
E
either~
A loosely-cut, long indigo robe.  It bears no markings or visible

adornment of any kind.

~
P
-1

#842
scarf~
scarfs~
woolen~
woolen~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Jimbalaya~
9 842 268697600 0 5 0
0 0 16 0 0 0 4
0 2 0 0
20 200 4 -1 1 400 0 0
-1
A 8 2
E
either~
A long woolen scarf, meant to be worn around one's neck for protection

from the cold.

~
P
-1

#843
heavy winter cloak~
heavy winter cloaks~
~
~
lies here in a rumpled heap.~
lie here in a rumpled pile~
~
~
Kreel~
Fenlyn~
9 843 268435456 0 9 0
0 224 16 0 0 0 8
0 2 0 0
400 5000 20 -1 5 400 0 0
854419279
A 8 10
E
either~
This cloak is designed to shield the wearer from the cold.  Its thick,

woolen construction is perfect for warding off chilling winds.  A heavy

furred collar protects the neck, and a sturdy hood protects the ears.

~
P
-1

#844
rod~
rods~
long iron~
+of electricity~
lies on the ground.~
lie in a heap.~
~
~
Kiian~
Orb~
5 844 8388674 0 8193 69337088
0 0 4096 0 0 0 4
0 2 3 4
300 5000 15 -1 5 850 0 0
-1
E
either~
A long iron rod, capped with a dark diamond-shaped metal point.  It hums

softly as it moves through the air, crackling with a slight purple energy.

~
P
3 -1
~
~
if( random( 1, 8 ) == 1 ) 

  do_spell( shock, ch, victim );

~
!
-1

#845
bench~
benches~
long wooden~
long wooden~
sits here.~
sit here.~
~
~
Kiian~
Talis~
35 845 33554432 0 0 0
0 0 2 0 0 0 4
4 0 0 0
5000 200 0 -1 3 1000 0 0
-1
E
either~
A plain bench for you to sit upon.

~
P
-1

#846
iron ringmail vest~
iron ringmail vests~
~
~
lies buried in the dust.~
lie buried in the dust.~
~
~
Padraig~
Jimbalaya~
9 846 -2147483648 0 9 3162112
0 0 4096 0 0 0 4
0 7 0 -1
580 2000 10 -1 3 750 1 0
-1
E
either~
Two inch iron rings are sewn to a soft leather backing to make this

ringmail vest.

~
P
-1

#847
iron ringmail sleeves~
iron ringmail sleeves~
~
~
lie here.~
~
pair of~
pairs of~
Padraig~
Jimbalaya~
9 847 -2147483648 0 257 3162112
0 0 4096 0 0 0 4
0 7 0 -1
530 2000 10 -1 5 800 1 0
-1
E
either~
Two inch iron rings are sewn to a supple leather backing.

~
P
-1

#848
beard rings~
beard rings~
gold~
gold~
have been left here.~
have been left here.~
set of~
sets of~
Talis~
Olah~
9 848 268435456 0 17 0
0 4100 262144 0 0 0 2
0 4 0 0
30 7500 25 -1 2 750 0 0
870740967
A 13 5
E
either~
A set of wide gold rings worn in the beards of dwarves to mark their

standing within the dwarven nation.  These are plain and unadorned, as

tradition dictates.

~
P
-1

#849
iron ringmail bracer~
iron ringmail bracers~
~
~
has been left here.~
have been left here.~
~
~
Padraig~
Fenlyn~
9 849 -1879048192 0 4097 3162112
0 0 4096 0 0 0 4
0 6 0 0
260 1000 5 -1 1 750 1 0
-1
E
either~
Two inch iron rings are sewn onto a supple leather backing to make this

armor.

~
P
-1

#850
ring~
rings~
ivory~
ivory~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Jimbalaya~
9 850 8650816 0 3 268436320
0 0 64 32768 0 0 4
0 1 0 0
10 7000 25 -1 7 700 0 0
-1
E
either~
A single band of cream-colored ivory, flawless in every respect, and at

once fragile and breathtakingly beautiful.

~
P
-1

#851
tomato plant~
tomato plants~
~
~
grows here.~
grow here.~
~
~
Kreel~
Kreel~
0 851 393216 8 0 0
0 64 512 0 0 0 4
0 0 0 0
500 25 1 -1 10 1000 0 0
854421228
E
either~
This tomato plant is large and fruitful, sagging under the weight of

large, ripe tomatoes.  It seems well-cared-for and healthy, its green

leaves glistening with moisture.

~
P
4 -1
get pick~
tomato~
if( random( 1, 10 ) < 6 ) {

  send_to_char( #nope, ch );

  act_notchar( #nopenot, ch );

  junk_obj( obj, 1 );

  }

else {

  send_to_char( #get, ch );

  act_notchar( #getnot, ch );

  }

obj_to_char( oload( 866 ), ch );

~
E
nope~
You pluck the last ripe tomato from the vine.

~
E
nopenot~
$n plucks the last ripe tomato from the vine.

~
E
get~
You pluck a red, water-beaded tomato from the healthy green vine.

~
E
getnot~
$n plucks a red tomato from the vine.

~
!
-1

#852
bracer~
bracers~
wooden~
ironwood~
lies on the ground.~
lies on the ground.~
~
~
Kiian~
Fenlyn~
9 852 -1878785984 0 4097 268436320
0 0 2 0 0 0 4
0 6 0 0
160 5000 20 -1 6 850 0 0
-1
E
either~
A thick bracer made from the rare wood known as Ironwood by the Llewyrr.

~
P
-1

#853
leaf~
leaves~
broad green~
talonwood~
rests on the ground here.~
rests on the ground here.~
~
~
Talis~
Yrd Ivytress~
0 853 0 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 50 0 0
-1
E
either~
The leaf closely resembles a broad oak leaf, except for its unusually

vibrant green color.  It has many veins running through it, delineated by

an almost flourescent green tinge.  It retains an almost spongy softness,

even this long off its tree.

~
P
-1

#854
platemail leg plates~
platemail leg plates~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Padraig~
Marek~
9 854 0 32 33 3784704
0 0 4194304 0 0 0 4
0 12 0 0
900 4000 10 -1 3 1000 3 0
-1
E
either~
Large plates are hung on both the front and the back of a leggings of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.

~
P
-1

#855
platemail arm plates~
platemail arm plates~
~
~
lie in a heap.~
lie in a heap.~
pair of~
pairs of~
Padraig~
Marek~
9 855 0 32 257 3784704
0 0 4194304 0 0 0 4
0 12 0 0
820 3500 10 -1 6 1000 3 0
-1
E
either~
Large plates are hung on both the front and the back of a sleeves of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.

~
P
-1

#856
platemail bracer~
platemail bracers~
~
~
sits here, carelessly left on the ground.~
sit here in a small pile, carelessly left on the ground.~
~
~
Padraig~
Fenlyn~
9 856 -1879048192 32 4097 3784704
0 0 4194304 0 0 0 4
0 9 0 0
300 1000 5 -1 6 1000 1 0
-1
E
either~
Large plates are hung on both the front and back of a chainmail bracer. 

The plates are secured at the edges by loops of metal linked into the

chain.

~
P
-1

#857
crude bronze plate~
crude bronze plates~
~
~
lies here.~
lie here.~
~
~
Padraig~
Merior~
8 857 0 0 1 0
0 0 2048 0 0 0 4
0 0 0 0
600 1000 1 -1 1 1000 0 0
-1
E
either~
A crude, incomplete bronze plate designed to be used in platemail or

platearmor.

~
P
-1

#858
crude iron plate~
crude iron plates~
~
~
lies here.~
lie here.~
~
~
Padraig~
Merior~
8 858 0 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
600 1500 1 -1 1 1000 0 0
-1
E
either~
A rough, incomplete iron plate designed for use in platemail or

platearmor.

~
P
-1

#859
crude steel plate~
crude steel plates~
~
~
lies here.~
lie here.~
~
~
Padraig~
Merior~
8 859 8388608 0 1 0
0 0 8192 0 0 0 4
0 0 0 0
600 2000 1 -1 1 1000 0 0
-1
E
either~
A crude, incomplete steel plate designed for use in platemail or

platearmor.

~
P
-1

#860
crude mithril plate~
crude mithril plates~
~
~
lies on the ground.~
lie on the ground.~
~
~
Padraig~
Merior~
1 860 0 0 1 0
0 0 16384 0 0 0 4
0 0 0 0
600 2500 1 -1 1 1000 0 0
-1
E
either~
A crudely hammered mithril plate designed for use in platemail and

platearmor.

~
P
-1

#861
armor bracer~
armor bracers~
~
~
lies here.~
lie here.~
~
~
Padraig~
Fenlyn~
9 861 -1879048192 32 4097 3784704
0 0 4194304 0 0 0 4
0 15 0 0
300 7500 25 -1 8 1000 0 0
-1
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#862
armor arm plates~
armor arm plates~
~
~
lie here.~
~
pair of~
pairs of~
Padraig~
Marek~
9 862 0 32 257 3784704
0 0 4194304 0 0 0 4
0 16 0 0
760 7500 15 -1 7 1000 2 0
-1
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#863
belt~
belts~
dark~
dark iron~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 863 8650816 0 2049 69206880
0 0 4096 0 0 0 4
0 2 0 0
400 2000 10 -1 3 1000 0 0
-1
E
either~
A thick and heavy belt, fashioned from a single piece of strange, dark

iron.  It is surprisingly light and flexible to the touch.

~
P
-1

#864
armor leg plates~
armor leg plates~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Padraig~
Jimbalaya~
9 864 0 32 33 3784704
0 0 4194304 0 0 0 4
0 14 0 0
800 10000 20 -1 7 1000 3 0
-1
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#865
bronze armor leg plates~
bronze armor leg plates~
~
~
sits propped up here.~
sit here propped up.~
pair of~
pairs of~
Padraig~
Fenlyn~
9 865 0 0 9 3784704
0 8 4204544 0 0 0 4
0 14 0 0
1180 5000 20 -1 6 1000 4 0
-1
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#866
tomato~
tomatos~
~
~
sits here.~
sit here.~
~
~
Kreel~
Kreel~
19 866 0 0 16385 0
0 496 512 0 0 0 4
14 0 0 0
30 5 1 -1 10 1000 0 0
854422350
E
either~
The tomato is ripe and red.  It is large for a tomato, and firm - just

the right kind of tomato for eating.

~
P
-1

#867
goat meat~
goat meat~
~
~
is here.~
are here.~
piece of~
pieces of~
Kiian~
Orb~
19 867 16777216 0 1 0
0 0 772 0 0 0 4
15 0 0 0
20 7 1 -1 10 1000 0 0
-1
E
either~
A piece o' goat meat.

~
P
-1

#868
orb~
orbs~
crystaline~
Talis's crystaline~
floats on a warm breeze like a bubble.~
float on a warm breeze like bubbles.~
~
~
Talis~
Yrd Ivytress~
6 868 65 0 16385 0
0 0 32 0 128 0 4
0 0 0 0
100 0 97 -1 1 1000 0 0
-1
E
either~
TO DO LIST FOR TALIS

    

- fix doom spore so it does not damage its own kind.

  

- small tunnel in cave, make only one at a time

   

- gimmees at spiders coccoons

   

-clan halls

-woodworm room attack still problematic, picks random player.

-fur customs, pouches etc in vaasa. bone needle to make customs solo

-creeking trees, moving blurs in tasloi room randoms

   

Works currently in progress:

          -Tasloi Forest

          -Gems

          -Elven Longsword Quest

          -Pyramid/Tomb in Phule's Desert

          -Organize Command categories

  

(from mail: look at acode 4 in room 903)

   

glasses of true sight, useable for identify? 

    

add tad's book and book of ultimate knowledge to home.

add logbook, onum 1696 to home.

~
E
fix~
You stand within a large building formed of massive slabs of marble. 

Braziers emit both light and a subtle scent reminiscent of sandalwood. 

Shelves line the walls and stand freely from wall to wall filled from top 

to bottom with books and tomes of all shapes and sizes.  What little wall

space that is not filled by shelving is covered by tapestries woven of

soft cloth.

~
P
-1

#869
phial~
phials~
+filled with a red-brown liquid~
+of delusion~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
10 869 1048640 0 1 0
0 0 32 0 0 0 4
18 7 5 0
30 500 30 -1 10 1000 0 0
-1
E
either~
A small glass vial about one-third full of a red-brown liquid.

~
P
-1

#870
key~
keys~
silver~
silver~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
18 870 79036480 4 1 0
0 0 147456 0 0 0 4
0 0 0 0
10 0 1 -1 1 1000 0 0
-1
E
either~
A long, thin key made from a bluish silver.

~
P
-1

#871
scroll~
scrolls~
firmly-penned~
+of detect evil~
lies here.~
lie here~
~
~
Phule~
Merior~
2 871 0 8 1 0
0 0 1 0 0 0 4
31 5 10 0
10 500 1 -1 10 1000 0 0
854423243
E
either~
This scroll is penned in a firm hand of black ink, written boldly in a

script unrecognizeable to the untrained eye, the language of magic.

~
P
-1

#872
pinch~
pinches~
+of iron filings~
+of iron filings~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
11 872 -2139095040 0 1 0
0 0 4096 0 0 0 4
5 0 0 0
10 50 1 -1 10 1000 0 0
-1
E
either~
Just a bit of iron filings to rub between your fingers.

~
P
-1

#873
pinch~
pinches~
+of mithril filings~
+of mithril filings~
lies here.~
lie here.~
~
~
Kiian~
Merior~
11 873 -2138832896 0 1 0
0 0 16384 0 0 0 4
5 0 0 0
10 150 1 -1 1 1000 0 0
-1
E
either~
A pinch of fine mithril filings.

~
P
-1

#874
pinch~
pinches~
+of fine tobacco~
+of fine tobacco~
lies here.~
lie here.~
~
~
Kiian~
Greyclaw~
39 874 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 100 1 -1 10 300 0 0
-1
E
either~
A pinch of rich, pungent tobacco, just about the right size for a pipe.

~
P
12 -1
~
~
drain_stat( ch, con, 50, -1 );

drain_stat( ch, wis, 15, 1 );

continue;

~
!
-1

#875
thin leather boots~
thin leather boots~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Kiian~
Marek~
9 875 -2147483648 0 65 0
0 0 4 0 0 0 4
0 2 0 0
300 25 1 -1 1 400 0 0
-1
E
either~
A pair of worn leather boots, cracked from use and age.  Better than

nothing, but not by that much.

~
P
-1

#876
phial~
phials~
+filled with a rainbow-hued liquid~
+of displacement~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 876 65 0 1 0
0 0 32 0 0 0 4
36 7 30 0
30 750 1 -1 10 1000 0 0
-1
E
either~
A small glass vial whose contents continually shift in hue under your

scrutiny.

~
P
-1

#877
phial~
phials~
+filled with a yellowish liquid~
+of see invisible~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 877 64 0 1 0
0 0 0 0 0 0 4
34 7 15 0
30 500 1 -1 1 1000 0 0
-1
E
either~
A round glass container, tightly sealed with a cork.  A few drops of a 

bright yellowish liquid slosh about the interior.

~
P
-1

#878
phial~
phials~
+filled with a clear liquid~
+of blink~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 878 64 0 1 0
0 0 32 0 0 0 4
9 7 5 0
30 500 1 -1 1 1000 0 0
-1
E
either~
A small glass vial filled with a clear liquid.

~
P
-1

#879
book~
books~
soft leather bound~
Llewyrralchimrus's~
~
~
~
~
Athyle~
Athyle~
33 879 0 0 1 0
0 0 4 0 0 0 4
0 0 0 0
300 0 0 1 1 1000 0 0
-1
E
either~
~
P
-1

#880
brook~
brooks~
~
~
is here.~
are here.~
~
~
Kiian~
Kiian~
25 880 65536 0 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10000 0 0 -1 1 1000 0 0
-1
E
either~
Water burbles over a pebbly creekbed, creating a tempting place to quench

your thirst.

~
P
-1

#881
block~
blocks~
+of quartz~
+of quartz~
lies here.~
lie here.~
~
~
Kiian~
Rue~
6 881 262144 0 1 0
0 0 64 0 0 0 4
0 0 0 0
250 350 1 -1 1 1000 0 0
-1
E
either~
A rough square block of quartz the size of your fist.

~
P
-1

#882
scroll~
scrolls~
firmly-penned~
+of detect good~
lies here.~
lie here~
~
~
Phule~
Merior~
2 882 0 8 1 0
0 0 1 0 0 0 4
32 5 10 0
10 500 1 -1 10 1000 0 0
854423463
E
either~
This scroll is penned in a firm hand of black ink, written boldly in a

script unrecognizeable to the untrained eye, the language of magic.

~
P
-1

#883
chisel~
chisels~
diamond-tipped~
diamond-tipped~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
0 883 0 0 1 0
0 0 4160 0 0 0 4
0 0 0 0
400 2000 1 -1 1 1000 0 0
-1
E
either~
A heavy metal chisel, with a jagged diamond embedded in its tip.  An

ideal tool for working with stone and other very hard materials.

~
P
-1

#884
star-shaped stone~
star-shaped stones~
~
~
lies on the stone floor, forgotten.~
~
~
~
Kiian~
Kiian~
0 884 0 0 0 0
0 0 64 0 0 0 4
0 0 0 0
10000 0 1 -1 1 1000 0 0
-1
E
either~
A large star-shaped stone.

~
P
-1

#885
mushroom~
mushrooms~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Dragos~
19 885 0 0 1 0
0 0 512 0 0 0 4
4 0 0 0
10 2 0 -1 1 1000 0 0
-1
E
either~
This small, brown umbrella shaped mold looks somewhat edible.

~
P
-1

#886
oreo cookie~
oreo cookies~
~
~
lies pristinely on the ground.~
lie on the ground.~
~
~
Dragos~
Fenlyn~
19 886 0 4 1 0
0 0 512 0 0 0 4
3 -1 0 0
10 0 0 -1 1 1000 0 0
-1
E
either~
Chocolate crunch on the outside, scrumptious vanilla on the inside, this

appears to be a royal treat.

~
P
4 -1
twist open~
cookie apart open oreo~
send_to_char( #char, ch );

act_notchar( #room, ch );

interpret( ch, "eat oreo" );

~
E
room~
$n twists an oreo cookie and begins to lick the creamy interior.

~
E
char~
You carefully twist open the cookie to reveal the vanilla treasure within. 

You begin to lick the creamy interior greedily.

~
!
-1

#887
phial~
phials~
+of clear liquid~
+of heroism~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
0 887 262208 0 1 0
0 0 32 0 0 0 4
0 1 1 0
10 500 1 -1 1 500 0 0
-1
E
either~
A small glass phial filled with a clear liquid.  It feels slightly warm

in your hand.

~
P
4 -1
quaff drink~
liquid clear~
obj = has_obj( 887, ch );

if( obj ) {

  junk_obj( obj, 1 );

  send_to_char( #hero, ch );

  drain_stat( ch, str, 3, 3 );

  end;

  }

send_to_char( #none, ch );

~
E
none~
You don't seem to have that.

~
E
hero~
[ You feel heroic. ]

~
!
-1

#888
ruined statue~
ruined statues~
~
~
stands in the southeast corner.~
stand in the corners of the room.~
~
~
Amon~
Amon~
12 888 10879040 0 0 0
0 0 64 0 0 0 4
0 0 0 0
16000 2300 0 -1 1 1000 0 0
-1
E
either~
The statue is of the same dark glittering stone found throughout the

ruins.  The head is gone as is one arm, but you can still tell that it

was once a statue of some type of bipedal lizard in a pose of ready

action.

~
P
-1

#889
longsword~
longswords~
red metal~
red metal~
lies here.~
lie here.~
~
~
Kiian~
Orb~
5 889 -2139095040 0 8193 3162112
1 0 8192 0 0 0 4
0 2 5 2
450 750 1 -1 2 950 0 0
-1
E
either~
A finely-crafted longsword made from a reddish-grey metal.  It is

well-balanced and sharp, the product of superior crafttsmanship.

~
P
-1

#890
hammer~
hammers~
bronze~
bronze~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Orb~
5 890 -2147483648 0 8193 3162112
0 0 2048 0 0 0 4
0 2 4 3
450 350 1 -1 1 800 0 0
-1
E
either~
A large bronze hammer with a wood and leather handle.  Its mass is

substantial, and you note the signature stamp of its creator near the

head of the weapon.

~
P
-1

#891
set of caltrops~
sets of caltrops~
~
~
are scattered about the floor here.~
are scattered about the floor here.~
~
~
Talis~
Rue~
27 891 0 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
500 100 1 -1 1 1000 1 0
-1
E
either~
Individually, these small iron constructs look harmless enough.  Each is

made of 2 or 3 strips of thin metal twisted about each other, looking

very much like a child's toy jack.  However, these have had their pointed

ends sharpened and when dropped, tend to do a very good job of annoying

any pursuers.

~
P
6 -1
~
~
if( is_mounted( ch ) )

  end;

if( can_fly( ch ) )

  end;

if( class( ch ) == thief ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 0, 3 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

if( class( ch ) == ranger ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 0, 4 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

opcode( obj, 2 );

~
E
droom~
@b$n finds $p and casually avoids them.@n

~
E
dch~
@bYou discover $b, and avoid them carefully. @n

~
!
4 -1
~
~
if( rflag( safe, room ) )

  i = 0;

else

  i = 2d3;

act_tochar( #char, ch, obj );

act_notchar( #room, ch, obj );

dam_message( ch, i, "scattered caltrops" );

inflict( ch, mob, i, "scattered caltrops" );

modify_move( ch, 10 );

if( random( 1, 3 ) == 1 ){

  act_room( #broke_it, ch, obj );

  junk_obj( obj, 1 );

  }

~
E
broke_it~
You hear a snaping sound as several of the caltrops break from the

pressure exerted on them.

~
E
room~
@b$n steps on $p and hops around in pain.@n

~
E
char~
@bYou painfully step on $p.@n

~
!
-1

#892
scimitar~
scimitars~
blue-white~
+'Winterblade'~
lies here.~
lie here.~
~
~
Kreel~
Orb~
5 892 1048656 8 8193 204521474
0 192 0 0 0 0 4
1 2 8 2
450 2000 15 -1 7 1000 0 0
854430658
E
either~
This scimitar is narrow-bladed and gently curved.  Its blade is as white

as driven snow, speckled here and there with tiny flakes of blue.  Its

handle is of simple design - wire bound feeding into a polished dome

pommel and a slightly flared crosspiece.

~
P
3 -1
~
~
if( random( 1, 10 ) == 1 ) {

  send_to_char( #cold, ch );

  act_notchar( #coldr, ch );

  i = 1d4+2;

  attack_cold( ch, victim, i, "blade's biting cold" );

  }

~
E
cold~
The scimitar turns very cold as an icy streak of blue races up the blade!

~
E
coldr~
The scimitar wielded by $n flashes as a brilliant streak of blue races

along its blade.

~
!
-1

#893
phial~
phials~
+filled with a milky liquid~
+of detect magic~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 893 0 0 1 0
0 0 32 0 0 0 4
35 7 10 0
30 300 1 -1 10 1000 0 0
-1
E
either~
A milky liquid in a small glass vial.

~
P
-1

#894
longsword~
longswords~
single-edged~
half-moon~
lies on the ground.~
lie on the ground in a pile.~
~
~
Kiian~
Orb~
5 894 8650816 0 8193 3162112
1 0 8192 0 0 0 4
0 3 5 2
450 2250 14 -1 6 1000 0 0
-1
E
either~
A longsword made from a greyish-blue metal.  Its blade has only a single edge, which curves slightly along its length.

~
P
-1

#895
cattail~
cattails~
~
~
has been broken off and left here.~
have been broken off and left here in a pile.~
~
~
Kiian~
Kiian~
11 895 0 0 1 0
0 0 0 0 0 0 4
1 0 0 0
50 15 1 -1 1 1000 0 0
-1
E
either~
A cattail.

~
P
-1

#896
girth~
girths~
strange~
runic~
lies here.~
lie here.~
~
~
Kiian~
Fenlyn~
9 896 262208 0 2049 274677760
0 0 4 0 0 0 4
0 6 1 0
250 2000 10 -1 4 600 0 0
-1
A 6 5
A 13 5
E
either~
A narrow leather girth with a small brass buckle.  Inscribed on its

surface are thousands of strange, circular runes of protection.  Light

and flexible, it nonetheless seems fairly durable.

~
P
-1

#897
rod~
rods~
red and silver~
+of fire~
lies here, crackling with energy.~
lie here, crackling with energy.~
~
~
Kiian~
Orb~
5 897 10895424 0 8193 2228224
0 0 442368 0 0 0 4
0 3 3 4
1200 10000 20 -1 7 800 0 0
-1
A 7 10
A 8 -10
E
either~
A thick metal rod, fashioned from alternating strips of reddish gold and

moonlight silver, catches your eye.  Capped with a dark red gem, and

covered with strange black runes over its entire length, this item is

clearly a vessel of great power and wealth.

~
P
3 -1
~
~
if( random( 1, 8 ) == 1 ) {

  act_neither( #blaze0, ch );

  act_notchar( #blaze, victim );

  act_tochar( #blaze2, victim );

  attack_fire( ch, victim, 2d10, "sword's flame" );

  }

~
E
blaze2~
@b@R$n's weapon bursts into flame as $e smites you!

~
E
blaze~
@b@RYour weapon bursts into flame as you smite your foe!

~
E
blaze0~
@b@R$n's weapon bursts into flame as $e smites $s foe!

~
!
7 -1
~
~
i = random( 1, 20 );

if( has_obj( 897, ch ) ) {

  act_tochar( #burn, ch );

  act_notchar( #burn2, ch );

  inflict( ch, rch, i, "the fire" );

  dam_message( ch, i, "the fire" );

  continue;

  }

~
E
burn2~
@b@R$n winces as $s weapon bursts into flame!

~
E
burn~
@b@RThe rod bursts into flames as you grasp it!

~
!
-1

#898
morningstar~
morningstars~
iron~
iron~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 898 -2147483648 0 8193 3162112
0 0 4096 0 0 0 4
0 1 11 6
700 500 1 -1 2 800 0 0
-1
E
either~
A large spiked iron ball, attached to a wooden handle by a long chain

fashioned from iron links.  A difficult weapon to use, but one quite

effective in competent hands.

~
P
-1

#899
morningstar~
morningstars~
great iron~
great iron~
lies on the grond.~
lie on the ground.~
~
~
Kiian~
Orb~
5 899 -2147467264 0 8193 3260416
0 192 4096 0 0 0 4
0 2 7 6
750 750 5 -1 4 900 0 0
-1
E
either~
A very large, very heavy spiked metal ball attached to a thick iron chain. 

A two-handed weapon which, when swung by a competent individual, is

capable of inflicting a devastating amount of damage in a single blow.

~
P
-1

#900
shortsword~
shortswords~
steel~
steel~
rests on the ground here.~
rest on the ground here.~
~
~
Kiian~
Orb~
5 900 -2147483648 0 8193 3194880
1 0 8192 0 0 0 4
0 2 3 2
200 600 1 -1 1 1000 0 0
-1
E
either~
A very finely-made steel shortsword, with a wrapped leather hilt and an

etched blade.

~
P
-1

#901
phial~
phials~
+filled with a dull grey liquid~
+of armor~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 901 64 0 1 0
0 0 32 0 0 0 4
3 7 30 0
30 500 1 -1 10 1000 0 0
-1
E
either~
A dull grey liquid sloshes around in a fragile glass vial under your

scrutiny.  A beeswax seal keeps the contents from spilling out.

~
P
-1

#902
phial~
phials~
+filled with a colorless liquid~
+of detect good~
lies here.~
lie here.~
~
~
Kiian~
Greyclaw~
10 902 64 0 1 0
0 0 32 0 0 0 4
31 7 30 0
30 100 1 -1 10 1000 0 0
-1
E
either~
A small glass phial about half full with a clear liquid.

~
P
-1

#903
bag~
bags~
large~
+of devouring~
has been left here.~
have been left here.~
~
~
Kiian~
Caer~
15 903 0 4 1 0
0 0 0 0 0 0 4
80 1 0 0
200 0 1 -1 1 1000 0 0
-1
E
either~
This small bag is made out of a fine black silk.  The black silk has some

strange ethereal fibers interwoven into the fabric.  Upon close

inspection, you can find no seams in the bag's construction.  The

drawstring has thin gold and silver threads interwoven into the cord.  

~
P
-1

#904
leaf~
leaves~
red-brown~
rhun~
lies here.~
lie here.~
~
~
Kiian~
Greyclaw~
0 904 0 0 1 1097728
0 0 0 0 0 0 4
0 0 0 0
20 75 1 -1 10 1000 0 0
-1
E
either~
A large, moist leaf famous for its use by trolls to enhance strength and

fortify the will before battle.  Reddish along its edges, the leaf's

color shifts to a dark brown toward the center and stem.

~
P
-1

#905
cup~
cups~
tin~
tin~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
17 905 0 0 1 0
0 0 0 0 0 0 4
50 50 0 0
200 75 0 -1 1 1000 0 0
-1
E
either~
A small but sturdy tin cup, with a handle for convenient use.

~
P
-1

#906
beads~
beads~
prayer~
prayer~
lie on the ground here.~
lie on the ground here.~
set of~
sets of~
Kiian~
Orb~
11 906 8650752 0 1 0
0 0 393216 0 0 0 4
1 0 0 0
40 2500 1 -1 1 1000 0 0
-1
E
either~
A string of silver and gold beads, strung together on a white platinum

thread.  Smallish runes decorate each bead, their careful inscriptions

designed so that one's prayers may be answered.

~
P
-1

#907
plain stone box~
plain stone boxes~
~
~
~
~
~
~
Kaos~
Kaos~
15 907 64 0 0 0
0 4 64 0 0 0 4
1000 7 0 0
5000 0 0 -1 1 1000 0 0
-1
E
either~
Cool stone has been hewn into a box-shaped container, unadorned and

simple.

~
P
-1

#908
phial~
phials~
+filled with a syrupy liquid~
+of succor~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 908 64 0 1 0
0 0 32 0 0 0 4
69 7 3 0
30 2500 1 -1 1 1000 0 0
-1
E
either~
A small glass vial filled with a thick, syrupy liquid.  A beeswax seal

prevents spillage.

~
P
-1

#909
phial~
phials~
+filled with a colorless liquid~
+of detect evil~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 909 64 0 1 0
0 0 32 0 0 0 4
31 7 30 0
30 100 1 -1 10 1000 0 0
-1
E
either~
A small glass phial about half full with a clear liquid.

~
P
-1

#910
phial~
phials~
+filled with a pale-colored liquid~
+of holy wrath~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 910 64 0 1 268435456
0 0 32 0 0 0 4
51 7 15 0
30 500 1 -1 10 1000 0 0
-1
E
either~
A square glass jar, filled with a pale-colored liquid.  Pieces of unknown

material float about in the container.

~
P
-1

#911
phial~
phials~
+filled with a pale-colored liquid~
+of curse~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 911 64 0 1 0
0 0 32 0 0 0 4
30 7 3 0
30 500 1 -1 1 1000 0 0
-1
E
either~
A square glass jar, filled with a pale-colored liquid.  Pieces of unknown

material float about in the container.

~
P
-1

#912
table~
tables~
small round wooden~
~
stands here.~
stand here.~
~
~
Greyclaw~
Kiian~
36 912 65536 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 1 1000 0 0
-1
E
either~
This small, round, wooden table sits on four legs, its surface polished

to a smooth shine.

~
P
-1

#913
hide~
hides~
drukkha~
drukkha~
lies here.~
lie here in a pile.~
~
~
Kiian~
Rebekka~
33 913 16777216 4 1 0
0 0 4 0 0 0 4
0 0 0 0
2000 500 1 -1 10 1000 0 0
-1
E
either~
A large swatch of tangled mosses, leaves and vines.  Dark brown in color,

even now the hide of the Drukkha seems alive...

~
P
-1

#914
ring~
rings~
dark metal~
dark metal~
lies here.~
lie here.~
~
~
Kiian~
Jimbalaya~
9 914 -2138832828 0 3 268435456
0 0 8192 64 0 0 4
0 1 0 0
10 3000 15 -1 5 700 0 0
-1
E
either~
A dark metal band which fits nicely on your finger.

~
P
-1

#915
~
s~
small black rock~
astral marker 'Blade'~
lies here, half-buried in the earth.~
lie here, half-buried in the earth.~
~
~
Phule~
Phule~
0 915 0 8 0 0
0 0 64 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
854477302
E
either~
The black rock looks small, but is somehow massive, perhaps more massive

than the miles of earth beneath it.  Its black surface is gleaming, and

on it is a perfect copy of the night sky; the stars and moons all present

in balance.  Or perhaps is the truth of the matter that the sky is the

copy, the stone the original?  As you break eye contact with the stone

you see a flicker of red mar its surface.  A shooting star.  As the star

crosses the rock's surface it leaves a misty trail of stardust which

reads: 'Blade'.

~
P
-1

#916
~
s~
small black rock~
astral marker 'Fire'~
lies here, half-buried in the earth.~
lie here, half-buried in the earth.~
~
~
Phule~
Phule~
0 916 0 8 0 0
0 0 64 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
854477590
E
either~
The black rock looks small, but is somehow massive, perhaps more massive

than the miles of earth beneath it.  Its black surface is gleaming, and

on it is a perfect copy of the night sky; the stars and moons all present

in balance.  Or perhaps is the truth of the matter that the sky is the

copy, the stone the original?  As you break eye contact with the stone

you see a flicker of red mar its surface.  A shooting star.  As the star

crosses the rock's surface it leaves a misty trail of stardust which

reads: 'Fire'.

~
P
-1

#917
winter-white cloak~
cloaks~
~
~
lies here.~
lie here.~
~
~
Kreel~
Marek~
9 917 -1879048192 0 9 0
0 64 16 0 0 0 8
0 1 0 0
200 100 1 -1 3 300 0 0
854518671
E
either~
This cloak is long and of light material.  It is solid white, with a

large, cowled hood and a simple cloth-and-wood clasp.

~
P
-1

#918
staff~
staffs~
oakenwood~
+of fortitude~
lies here, heavy, oak, and ready to lean upon.~
lie here, heavy, oak, and ready to lean upon.~
~
~
Phule~
Marek~
5 918 0 8 8193 0
0 0 2 0 0 0 4
0 2 6 4
600 1000 40 -1 6 650 0 0
854577903
A 2 -1
A 5 1
A 14 10
A 22 5
E
either~
This sturdy staff of dark brown oak sits warmly in your hands, the

perfect companion for a long walk down a wearying road.

~
P
-1

#919
pitcher of stout dwarven beer~
pitchers of stout dwarven beer~
bottomless~
bottomless~
rests within temptingly easy reach.~
rest within temptingly easy reach.~
~
~
Talis~
Talis~
25 919 9437248 0 16385 0
0 0 18432 0 0 0 4
100 -1 1 0
300 10000 0 -1 1 1000 0 0
-1
E
either~
An extremely sturdy pitcher crafted of gleaming mithril.  It has been

crafted with typically exquisite dwarven renderings of their feast halls. 

A glance inside shows it to be quite full, and there is no bottom in

sight.

~
P
-1

#920
cup~
cups~
simple wooden~
simple wooden~
of Llewyrr design rests here.~
of Llewyrr design rest here.~
~
~
Talis~
Talis~
17 920 0 0 1 0
0 0 2 0 0 0 4
50 50 0 0
50 70 0 -1 1 1000 0 0
-1
E
either~
A smooth cup of wood crafted by skilled Llewyrr magic.  It has no

flourishes and simply exists to be used.

~
P
-1

#921
steel cap~
steel caps~
~
~
lies here.~
lie here.~
~
~
Olah~
Olah~
9 921 0 0 17 2113536
0 1 8192 0 0 0 1735263044
0 7 0 0
300 3100 10 -1 4 1000 0 0
894584976
E
either~
This round steel cap has been tailored to fit firmly against your scalp.

~
P
-1

#922
geode pendant~
geode pendants~
~
~
lies here.~
lie here.~
~
~
Kreel~
Jimbalaya~
9 922 262208 0 5 0
0 0 0 0 0 0 16
0 1 0 -1
100 325 5 -1 3 1000 0 0
854590187
A 13 5
E
either~
A curious little bauble, this necklace is made from several small geodes

fastened together in a shimmering sphere, which dangles from a plain,

silken ribbon.

~
P
-1

#923
twisted walnut staff~
twisted walnut staffs~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
Sprout~
Orb~
5 923 -2147205056 0 8193 2060
0 0 2 0 0 0 4
0 3 6 4
600 375 15 -1 2 650 0 0
-1
E
either~
A long, twisted walnut staff, its surface smooth and polished with a dark

oil.

~
P
-1

#924
cloak~
cloaks~
winter-white~
+of Ja-Rain~
lies here.~
lie here.~
~
~
Kreel~
Fenlyn~
9 924 269746240 0 9 0
0 64 16 0 0 0 8
0 3 0 0
200 3000 15 -1 8 300 0 0
854591285
A 8 8
E
either~
This cloak is long and of light material.  It is solid white, with a

large, cowled hood and a simple cloth-and-wood clasp.

~
P
-1

#925
small geode~
small geodes~
~
~
glimmers here.~
glimmer here.~
~
~
Kreel~
Kreel~
6 925 8650752 0 1 0
0 0 64 0 0 0 4
3 0 0 0
50 120 1 -1 10 1000 0 0
854594873
E
either~
This geode is about two inches across.  Broken open, it has a rough outer

shell, inside of which is a complex network of shimmering, interweaving

crystals.  All colors flicker inside the crystals as the light plays of

their many facets.

~
P
-1

#926
Hammer~
Hammers~
massive~
+of Justice~
lies here.~
lie here.~
~
~
Kreel~
Orb~
5 926 1083441216 4 8193 0
1 0 0 0 0 0 4
0 0 0 1
2500 0 92 1 10 1000 0 0
854597182
E
either~
This enormous hammer is forged entirely of dark, burnished oak.  Its head

is bound in copper bands, and its handle is wrapped with strips of fine

brown leather.  Along its shaft is written in the ancient language, Well

Let's See How You Like This.

~
P
3 -1
~
~
send_to_char( #gone, victim );

act_notchar( #room, victim );

room = find_room( 13 );

transfer( victim, room );

~
E
gone~
The Hammer of Justice crushes you, and you are overpowered by an intense

white light.

~
E
room~
$n disappears in a flash of light!

~
!
-1

#927
piece of gold ore~
pieces of gold ore~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
8 927 8650752 0 16385 0
0 0 262144 0 0 0 4
0 0 0 0
30 200 1 -1 10 1000 0 0
854604443
E
either~
This tiny nugget of gold is smooth and shiny, rounded by the river that

carried it from its mountain source.  Like all gold, it is heavy, and

could probably be used to stamp a coin or two.

~
P
-1

#928
saddlebags~
saddlebags~
pair of leather~
+of holding~
is lying here.~
are lying here.~
~
~
Kiian~
Caer~
15 928 262208 4 1064961 0
0 0 4 0 0 0 4
250 17 0 0
800 2500 1 -1 8 1000 0 0
-1
E
either~
Although normally carried by a mount, these saddlebags can be easily

slong over your shoulder and toted to wherever you're going.

~
P
-1

#929
phial~
phials~
+of darkish liquid~
+of neutralize~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 929 64 0 1 0
0 0 32 0 0 0 4
65 7 1 0
30 750 1 -1 1 1000 0 0
-1
E
either~
A small glass phial filled with a darkish liquid.  A convenient cork

stopped prevents spillage.

~
P
-1

#930
axe~
axes~
iron battle~
iron battle~
lies on the ground here.~
lie on the ground in a pile.~
~
~
Kiian~
Orb~
5 930 -2147483648 0 8193 3162144
1 0 4096 0 0 0 4
0 2 7 8
700 700 1 -1 2 900 0 0
-1
E
either~
A large, wide-bladed battle axe.  Its long handle and massive,

razor-sharp head make this weapon capable of inflicting considerable

damage.

~
P
-1

#931
box~
boxes~
small golden~
Pandora's~
sits here innocently.~
sit here innocently.~
~
~
Derna~
Derna~
15 931 64 4 1 49152
0 0 294912 0 0 0 4
0 0 0 0
10 0 0 -1 1 1000 0 0
-1
E
either~
A small box, intricately carved with tiny cherubic figures from pure

gold, rests in your hand.  A small catch hold the box closed, a simple

catch, easily opened...  It invites you to delve into its secrets...

~
P
4 -1
open~
box~
i = random( 1, 10 );

modify_mana( ch, 100 );

do_spell( sleep, mob, ch );

if( i == 2 )

  do_spell( bless, mob, ch );

if( i == 3 )

  do_spell( fireball, mob, ch );

if( i == 4 ) {

  act_tochar( #ingot, ch );

  obj_to_char( oload( 641 ), ch );

  }

if( i == 5 )

  do_spell( blind, mob, ch );

if( i == 6 ) {

  j = 50;

  loop( j ) {

    obj_to_char( oload( 16 ), ch );

    }

  act_tochar( #gold, ch );

  }

if( i == 7 )

  do_spell( slay, mob, ch );

if( i == 8 )

  do_spell( find familiar, mob, ch );

if( i == 9 )

  do_spell( locust swarm, mob, ch );

if( i == 10 )

  do_spell( holy wrath, mob, ch );

junk_obj( obj, 1 );

~
E
gold~
You suddenly feel weighted down by the mass of coins that appear in your

hands.

~
E
ingot~
A mithril ingot suddenly appears in your hand.

~
!
-1

#932
piece of silver ore~
pieces of silver ore~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
8 932 8650752 0 16385 0
0 0 131072 0 0 0 4
0 0 0 0
10 40 1 -1 10 1000 0 0
854604855
E
either~
Pitted and blackened in places, this chunk of silver is not at all shiny

like the glimmering, polished coins that are made from it.  The piece of

ore is heavy, and would be good for at least a few silver coins.

~
P
-1

#933
mace~
maces~
large steel~
large steel~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 933 -2147483648 0 8193 3162112
0 0 8192 0 0 0 4
0 2 5 6
700 750 1 -1 3 1000 0 0
-1
E
either~
A heavy iron mace, with a layer of fine leather wrapped around its handle.

~
P
-1

#934
mace~
maces~
great iron~
great iron~
lies on the ground.~
lie on the ground in a pile.~
~
~
Kiian~
Marek~
5 934 -2147467264 0 8193 3162112
0 194 4096 0 0 0 4
0 4 4 6
1000 1050 10 -1 3 900 0 0
-1
E
either~
An immense, heavy iron mace meant to be swung with both hands.

~
P
-1

#935
mace~
maces~
small iron~
small iron~
~
~
~
~
Kiian~
Orb~
5 935 -2147483648 0 8193 3162112
0 0 4096 0 0 0 4
0 1 6 6
300 150 1 -1 1 900 0 0
-1
E
either~
This hearty weapon has a long ashen handle and a cast-iron head with

small nubs that do incredible damage when wielded by a trained warrior.

~
P
-1

#936
gauntlets~
gauntlets~
iron and leather~
+of ogre power~
lie on the ground here.~
lie on the ground here.~
pair of~
pairs of~
Kiian~
Derna~
9 936 8650816 0 129 3227792
0 0 4096 0 0 0 4
0 9 0 0
900 10000 27 -1 5 900 0 0
-1
A 19 2
A 2 -1
A 3 -1
E
either~
A pair of thick leather gauntlets, reinforced on the back of the hand and

along the wrist with heavy iron plates.

~
P
-1

#937
mace~
maces~
black steel~
black steel~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 937 -2138701760 0 8193 70991872
0 0 8192 0 0 0 4
0 2 4 6
1000 750 1 -1 6 1000 0 0
-1
E
either~
Dark and twisted metal pressed into the form of a large mace, you sense

an alienness about this item almost immediately upon laying your eyes

upon it.

~
P
-1

#938
phial~
phials~
+filled with a red-brown liquid~
+of fire shield~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
10 938 64 0 1 0
0 0 32 0 0 0 4
42 7 25 0
30 500 1 -1 10 1000 0 0
-1
E
either~
A small glass vial about one-third full of a red-brown liquid.

~
P
-1

#939
phial~
phials~
+filled with a purple liquid~
+of mystic shield~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
10 939 64 0 1 0
0 0 32 0 0 0 4
64 7 30 0
30 500 1 -1 10 1000 0 0
-1
E
either~
A small glass phial filled about halfway with a deep purplish liquid.

~
P
-1

#940
phial~
phials~
+filled with a rainbow-hued liquid~
+of gift of tongues~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 940 64 0 1 0
0 0 32 0 0 0 4
45 7 30 0
30 0 1 -1 1 1000 0 0
-1
E
phial rainbow rainbow-hued~
A small glass vial whose contents continually shift in hue under your

scrutiny.

~
E
****comment~
Duplicate of phial of displacement

~
E
either~
A small glass vial whose contents continually shift in hue under your

scrutiny.

~
P
-1

#941
phial~
phials~
+filled with a darkish liquid~
+of unholy wrath~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
10 941 64 0 1 67108864
0 0 32 0 0 0 4
51 7 10 0
30 500 1 -1 1 1000 0 0
-1
E
either~
A small phial, about half full of a brown-black liquid.  A slightly

rancid smell penetrates the phial's beeswax seal.

~
P
-1

#942
scrying mirror~
scrying mirrors~
~
~
rests on the ground.~
reset evenly spaced on the ground.~
~
~
Talis~
Talis~
8 942 262208 0 16385 0
0 0 34 0 0 0 4
0 0 0 0
1000 10000 93 -1 1 1000 0 0
-1
E
either~
The mirror's wooden back is stained a deep brown and carved with ivies

and roses.  The mirror itself is the deepest black and you can almost see

your reflection in it.  If you stared into it in the propper lighting,

you might be able to see places far away.

~
P
4 -1
1 look~
3 chiiron~
room = find_room( 903 );

if( char_in_room( rand_player( room ), room ) ) {

  act_tochar( #not_empty, ch );

  end;

  }

act_tochar( #empty, ch );

~
E
empty~
The room is currently empty.

~
E
not_empty~
Someone is currently in that room.

~
E
scry~
$n holds a mirror up and gazes into it.  Soon the mirror's blackened

surface begins to give way to a soft light as an image of Chiiron's main

fountain reveals itself.

~
!
4 -1
1 look~
3 medienne~
room = find_room( 107 );

if( char_in_room( rand_player( room ), room ) ) {

  act_tochar( #not_empty, ch );

  end;

  }

act_tochar( #empty, ch );

~
E
empty~
The room is currently empty.

~
E
not_empty~
Someone is currently in that room.

~
E
scry~
$n holds a mirror up and gazes into it.  Soon the mirror's blackened

surface begins to give way to a soft light as an image of Medienne's main

fountain reveals itself.

~
!
-1

#943
piece of copper ore~
pieces of copper ore~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
8 943 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 6 1 -1 10 1000 0 0
854605025
E
either~
Dull and heavy, this piece of ore could easily be mistaken for a common

rock.  Its surface is ridged and pockmarked; it is black in places.

~
P
-1

#944
cowl~
cowls~
iron chainmail~
iron chainmail~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Olah~
9 944 -2147483648 0 17 3260416
0 0 4096 0 0 0 2
0 3 0 0
300 2000 10 -1 3 850 1 0
-1
E
either~
This cowl is made from excellent, hand-crafted chainmail.  The supple

chainmail glides across your hands and shimmers like the sun on a crystal

clear pond.

~
P
-1

#945
skirt~
skirts~
~
~
gently moves with the breeze.~
gently move with the breeze.~
~
~
Merior~
Marek~
9 945 -1870659584 0 33 0
0 0 4 0 0 0 12
0 2 0 0
10 50 1 -1 1 300 0 0
854650093
E
either~
This long skirt is made of many brightly colored materials.  Broad

stripes of yellow, blue, orange, and pink leather have been sewn in

apparently random fashion, creating an unusual-looking rainbow.

~
P
-1

#946
wand~
wands~
wooden~
+of illumination~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Fenlyn~
3 946 2359360 0 16385 0
0 0 2 0 0 0 4
22 25 7 0
50 500 1 -1 10 650 0 0
-1
E
either~
A wooden wand, narrow and brittle.  It would seem to burn quite easily if

lit.  Several strange, ominous runes are carved into it, near one end.

~
P
-1

#947
tourmalaine breastplate~
tourmalaine breastplates~
~
~
lies here, swirling tourmalaine colours aglow.~
lie here, swirling tourmalaine colours aglow.~
~
~
Phule~
Fenlyn~
9 947 0 0 9 7979008
0 0 64 0 0 0 4
0 20 0 0
800 24000 55 -1 6 1200 0 0
854731503
A 6 3
E
either~
Thick and sturdy, this breastplate of @b@Ctourmalaine@n colour seems at

least as solid as steel.  Yet it is lighter, and appears to be more

durable.

~
P
-1

#948
bag~
bags~
small canvas~
small canvas~
lies here.~
lie here.~
~
~
Kiian~
Caer~
15 948 0 4 1064961 0
0 0 16 0 0 0 4
40 1 0 0
20 30 1 -1 1 400 0 0
-1
E
either~
A small canvas bag.

~
P
-1

#949
bag~
bags~
large canvas~
large canvas~
lies here.~
lie here.~
~
~
Kiian~
Caer~
15 949 0 4 1064961 0
0 0 16 0 0 0 4
60 0 0 0
400 100 1 -1 1 400 0 0
-1
E
either~
A large canvas bag.

~
P
-1

#950
bag~
bags~
huge canvas~
huge canvas~
lies here.~
lie here.~
~
~
Kiian~
Caer~
15 950 0 4 1064961 0
0 0 16 0 0 0 4
80 1 0 0
400 200 1 -1 1 400 0 0
-1
E
either~
A really big bag.  You could fit a large amount of stuff in it.

~
P
-1

#951
phial~
phials~
+filled with a purple liquid~
+of infravision~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
10 951 64 0 1 0
0 0 32 0 0 0 4
55 7 30 0
30 500 1 -1 10 1000 0 0
-1
E
/***comment~
Duplicate of phial of mystic shield.

~
E
phial purple~
A small glass phial filled about halfway with a deep purplish liquid.

~
E
either~
A small glass phial filled about halfway with a deep purplish liquid.

~
P
-1

#952
phial~
phials~
+filled with a purple liquid~
+of blind~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
0 952 1048640 0 1 0
0 0 32 0 0 0 4
7 10 10 0
30 500 1 -1 10 1000 0 0
-1
E
/*3**comment~
Duplicate of mystic shield and infravision.

~
E
purple phial~
A small glass phial filled about halfway with a deep purplish liquid.

~
E
either~
A small glass phial filled about halfway with a deep purplish liquid.

~
P
-1

#953
phial~
phials~
+filled with a dark brown liquid~
+of ogre strength~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 953 64 0 1 0
0 0 32 0 0 0 4
66 7 30 0
30 500 1 -1 10 1000 0 0
-1
E
either~
A small glass phial filled with a viscious, dark brown liquid, and sealed

with a cork.

~
P
-1

#954
phial~
phials~
+filled with a colorless liquid~
+of detect hidden~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 954 64 0 1 0
0 0 32 0 0 0 4
33 7 30 0
30 500 1 -1 10 1000 0 0
-1
E
either~
A small glass phial about half full with a clear liquid.

~
P
-1

#955
phial~
phials~
+filled with a colorless liquid~
+of poison~
lies here.~
lie here.~
~
~
Kiian~
Merior~
0 955 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 1 1000 0 0
-1
E
either~
A small glass phial about half full with a clear liquid.

~
P
4 -1
1 quaff~
2 phial 2 liquid 3 colorless~
poison( ch );

junk_obj( obj, 1 );

~
!
-1

#956
phial~
phials~
+filled with a yellowish liquid~
+of bless~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 956 64 0 1 0
0 0 32 0 0 0 4
6 7 30 0
30 500 1 -1 10 1000 0 0
-1
E
either~
A round glass container, tightly sealed with a cork.  A few drops of a

bright yellowish liquid slosh about the interior.

~
P
-1

#957
algae-covered well~
algae covered wells~
~
~
~
~
~
~
S'ynn~
S'ynn~
25 957 65536 0 0 0
0 0 64 65536 0 0 4
-1 -1 0 -1
10 0 1 -1 10 1000 0 0
844901051
E
either~
The stones that make up the wall of this well are covered with a slick

layer of green algae.  Looking down into the well, you see a glint of

light sparkling off of the water's surface.

~
P
-1

#958
tourmaline morningstar~
tourmaline morningstars~
~
~
lies here.~
lie here.~
~
~
Phule~
Orb~
5 958 2048 0 1 2113536
0 0 64 0 0 0 4
0 2 14 6
500 6000 55 -1 6 1000 0 0
854732062
A 6 10
E
either~
These light, yet obviously battleready morning stars are made of swirling

tourmalaine.

~
P
-1

#959
gem~
gems~
crimson~
soul~
lies here, shimmering with an unnatural light.~
lie here, shimmering withunnatural light.~
~
~
Kiian~
Florian~
11 959 10879040 0 1 0
0 0 64 0 0 0 4
1 3 0 0
50 2500 1 -1 10 1000 0 0
-1
E
after~
The size of an ogre's fist and absolutely flawless, this blood-red ruby

flickers with its own deep crimson light as you examine it.  Heavier

than it would seem, you sense an energy, a lifeforce, contained within,

a realization which makes you shiver with fear and exhilaration.

~
E
before~
The size of an ogre's fist and absolutely flawless, this blood-red

crimson gemstone flickers with its own deep crimson light as you examine

it.  Heavier than it would seem, you sense an energy contained within.

~
P
-1

#960
fusball table~
fusball tables~
~
~
has been set up here.~
~
~
~
Kiian~
Nivel~
36 960 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
50000 10000 1 -1 10 1000 0 0
-1
E
either~
Finely crafted from hardwood oak, stained to a rich dark brown and

laquered for protection this is not your typical fusbal table.  The

little playing persons have been carefully carved to resemble many of the

fine players here on Forest's Edge.  The rods binding them are made of

gleaming mithril etched with arcane runes of binding.  The counting beads

are formed from the bones of some of the realms strongest mobs, lending

the game an air of danger.  On either side, airbrushed onto the sides are

scenes from all walks of life here.  It seems to be inviting you to

@Gplay fusball@n.

~
P
4 -1
play~
3 fusball game table~
i = random( 1, 11 );

if( i == 1 ) {

  act_tochar( #ball, ch );

  act_notchar( #rball, ch );

  }

if( i == 2 ) {

  act_tochar( #silh, ch );

  act_notchar( #rsilh, ch );

  end;

  }

if( i == 3 ) {

  act_tochar( #fidget, ch );

  act_notchar( #rfidget, ch );

  }

if( i == 4 ) {

  act_tochar( #team, ch );

  act_notchar( #rteam, ch );

  }

if( i == 5 ) {

  act_tochar( #caer, ch );

  act_notchar( #rcaer, ch );

  }

if( i == 6 )

  act_room( #talis, ch );

if( i == 7 ) {

  act_tochar( #Florian, ch );

  act_notchar( #rflorian, ch );

  }

if( i == 8 ) {

  act_tochar( #orb, ch );

  act_notchar( #rorb, ch );

  }

if( i == 9 ) {

  act_tochar( #irmo, ch );

  act_notchar( #rimro, ch );

  }

if( i == 10 ) {

  act_tochar( #Fenlyn, ch );

  act_notchar( #rFenlyn, ch );

  junk_obj( obj_in_room( 960, room ) );

  }

if( i == 11 ) {

  act_tochar( #gawain, ch );

  act_notchar( #rgawain, ch );

  }

~
E
rteam~
$n finally gets the players to see the light of day, and forces

them to work as a team, winning a point as the ball falls down the chute

like some mighty monster.

~
E
team~
Using a spectacular series of moves you cause the players to actually team

up and accomplish something.  Working in tandom, the players finally

score you a point.

~
E
rfidget~
$n tries to block an oncoming ball with Fidget, only to find gnomes

can't block balls due to their smaller stature.

~
E
fidget~
You try to block an oncoming ball with Fidget, only to find gnomes can't

block balls due to their smaller stature.

~
E
rsilh~
$n blocks an oncoming shot with Trill, passes the fusball to Silhoutte

and takes a shot on the goal, missing the point completely.

~
E
silh~
You block an oncoming shot with Trill, pass the fusball to Silhoutte and

take a shot, missing the point completely.

~
E
rball~
$n makes a stunning shot, nealy placing the little fusball into the

goal.  Unfortunately, $e misses it by a scant few centimeters.

~
E
ball~
You make a stunning shot, nearly putting the fusball in the goal. 

Unfortunately you missed, no point for you this time.

~
E
irmo~
You pass the ball to the front line, where Irmo tries to make a shot on

the goal but misses, obviously there's a bug in the ball.

~
E
rimro~
$n makes a stunning play, passing the ball to Irmo on the front line. 

Irmo then takes a shot on the goal, missing.  Obviously the ball must be

bugged.

~
E
caer~
You pass the ball to Caer, who deftly knocks it into the side wall. 

Suddenly, the little wooden Caer hops off the bar and starts to holler

that is was because of who handled it before and declares she wants to

start over, from scratch.

~
E
rcaer~
$n passes the ball to Caer, who deftly knocks it into the side wall. 

Strangely, the little wodden Caer hops off the bar and begins to holler

that it was because of whoever handled it before and she wants to start

over, from scratch.

~
E
talis~
The ball is passed to Talis, who promptly pick up the ball, hops off the

bar and walks away chattering something about having an idea and wanting

to alter the ball's opcode so it will do something really neat.

~
E
Florian~
You take a shot, driving the fusball down the board.  Though your shot

gets completely past Florian, his 30,000 crawling piercers manage to

block it.

~
E
rflorian~
$n takes a shot, driving the fusball down the board.  The ball gets past

Florian, but his 30,000 crawling piercers block the point.

~
E
orb~
The ball flies off the table, landing in Orb's sprite pond.  She picks

the ball up, walls over to you, bats a few eye lashes, and tells you what

you can do with the ball.

~
E
rorb~
The ball flies off the table, landing in Orb's sprite pond.  She picks

the ball up, walls over to $n, bats a few eye lashes at $m, and tells $m

what $e can do with the ball.

~
E
Fenlyn~
You pass the ball to Fenlyn who hits the ball so hard that it bounces

into his opponent's goal.  In a fit of rage, he growls and purges the

fusball table.

~
E
rFenlyn~
$n passes the ball over to Fenlyn who hits the ball so hard that it

bounces into his own goal.  He then growls in a fit of rage and purges

the fusball table.

~
E
gawain~
You pass the ball across the pitch to Gawain.  Gawain quickly advances

the ball upfield and passes it across to Phule.  The goalie's attention

momentarily diverted, Gawain takes out a single-bladed axe and

decapitates the goalie from behind.  Phule drills the ball into the empty

net, and the tandem then turn their attention to the referee.....

~
E
rgawain~
$n passes the ball across the pitch to Gawain.  Gawain quickly advances

the ball upfield and passes it across to Phule.  The goalie's attention

momentarily diverted, Gawain takes out a single-bladed axe and

decapitates the goalie from behind.  Phule drills the ball into the empty

net, and the tandem then turn their attention to the referee.....

~
!
-1

#961
ring~
rings~
dark gold~
dark gold~
lies here.~
lie here.~
~
~
Marek~
Jimbalaya~
9 961 11927616 4 3 0
0 0 294912 384 0 0 4
0 3 0 0
10 35000 70 -1 9 700 0 0
-1
E
dark gold d'naahl's~
A band made from a dark gold, covered with intricate inscriptions and

engravings.  It feels heavy in your palm, and cold, ancient and

uncomfortable in your mortal grasp.

~
E
inscriptions engravings~
Studying the inscriptions with great care, you think you make out the

following verse written along the interior of the band: 


"Lanterns light, lanterns dim, the darkness falls, the

darkness...within." 

~
E
either~
A band made from dark gold, covered with intricate inscriptions and

engravings.  It feels heavy in your palm, and cold, ancient and

uncomfortable in your mortal grasp.

~
P
-1

#962
charm~
charms~
white metal~
platinum~
lies here.~
lie here.~
~
~
Kiian~
Jimbalaya~
9 962 277086272 0 5 402654048
0 0 1048576 0 0 0 16
0 1 0 0
50 6500 25 -1 6 750 0 0
-1
A 5 1
E
either~
A round, white metal disc covered with intricate etchings, apparently

relating to celestial portents and the unseen.  A single ice-blue

sapphire is set in the center, while the disc hangs from a fine chain

made out of the same pure, soft metal.

~
P
-1

#963
iron cap~
iron caps~
~
~
lies in the dust.~
lie in the dust.~
~
~
Olah~
Olah~
9 963 0 0 17 2113536
0 1 4198400 0 0 0 4
0 6 0 0
300 1500 5 -1 4 900 0 0
-1
E
either~
This round iron cap has been tailored to fit firmly against your scalp.

~
P
-1

#964
quilted padding~
quilted paddings~
~
~
lies here in the dust.~
lie here in the dust.~
~
~
Padraig~
Padraig~
8 964 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 0 -1 1 1000 0 0
-1
E
either~
A crude block of quilted padding from which a variety of shapes can be

formed.

~
P
-1

#965
hammer~
hammers~
great iron~
great iron~
lies here.~
lie here.~
~
~
Kiian~
Orb~
5 965 -2147467264 0 8193 3162112
0 0 4096 0 0 0 4
0 2 7 3
750 2000 10 -1 3 900 0 0
-1
E
either~
A very large, very heavy iron hammer.

~
P
-1

#966
warhammer~
warhammers~
large bronze~
large bronze~
lies here.~
lie here.~
~
~
Kiian~
Orb~
5 966 -2147483648 0 8193 3162112
0 0 2048 0 0 0 4
0 2 4 6
600 600 1 -1 2 800 0 0
-1
E
either~
A massive bronze warhammer, with a bit of leather wrapped around the

handle.

~
P
-1

#967
phial~
phials~
+filled with a colorless liquid~
+of invisibility~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 967 64 0 1 0
0 0 32 0 0 0 4
56 7 10 0
30 500 1 -1 1 500 0 0
-1
E
either~
A small glass phial about half full with a clear liquid.

~
P
-1

#968
longsword~
longswords~
iron~
iron~
lies here.~
lie here in a small pile.~
~
~
Kiian~
Orb~
5 968 -2147483648 0 8193 3162112
1 0 4096 0 0 0 4
0 1 10 2
450 500 1 -1 2 900 0 0
-1
E
either~
A heavy iron longsword, sharp and well-balanced.

~
P
-1

#969
longsword~
longswords~
fine iron~
fine iron~
lies here.~
lie in a small pile.~
~
~
Kiian~
Orb~
5 969 -2147483648 0 8193 3162112
1 0 4096 0 0 0 4
0 2 6 2
450 550 10 -1 2 900 0 0
-1
A 18 1
E
either~
A finely-crafted iron longsword, its blade long and well-balanced.  A

superior, if mundane, weapon that you would expect to hold its edge

longer than most.

~
P
-1

#970
dagger~
daggers~
dark metal~
serrated~
lies here.~
lie here.~
~
~
Kiian~
Orb~
5 970 8651840 0 8193 4113248
1 0 0 0 0 0 4
0 2 5 1
200 2700 15 -1 2 1000 0 0
-1
E
either~
A long-bladed dagger fashioned from a lightweight, dark-hued metal.  Its

serrated edge is designed to inflict viscious wounds, while a diminutive

wooden handle requires a small, deft hand.

~
P
-1

#971
belt~
belts~
narrow leather~
filcher's~
lies on the ground.~
lie on the ground in a pile.~
~
~
Kiian~
Fenlyn~
9 971 262208 0 2049 4112384
0 0 4 0 0 0 4
0 4 0 0
150 9000 30 -1 3 500 0 0
-1
E
after~
A narrow leather belt, meantto be worn around one's waist.  It is

finely-cut and fastens in front with a silver buckle.

~
E
before~
A small leather strap for your waist.

~
P
-1

#972
cutlass~
cutlasss~
bronze~
bronze~
lies here.~
lie here.~
~
~
Kiian~
Orb~
5 972 -2147483648 0 8193 3194880
1 0 2048 0 0 0 4
0 2 4 2
450 150 1 -1 2 800 0 0
-1
E
either~
A bronze cutlass, plain and unadorned - but functional.

~
P
-1

#973
broadsword~
broadswords~
iron~
iron~
lies here.~
lie here.~
~
~
Kiian~
Orb~
5 973 -2147483648 0 8193 3162112
1 0 4096 0 0 0 4
0 1 11 2
575 600 1 -1 2 900 0 0
-1
E
either~
A more massive version of the iron longsword.

~
P
-1

#974
sabre~
sabres~
bone-hilted~
dragonbone~
lies here in its carved wooden scabbard.~
lie here in their carved wooden scabbards.~
~
~
Phule~
Orb~
5 974 8421376 8 8193 3194880
1 1 8198 0 0 0 4
0 5 5 2
450 20000 50 -1 5 1000 0 0
-1
E
blade~
The sabre's strange hilt differs greatly from the blade and scabbard,

which must have taken years and months to perfect, respectively.  It's

sharkskin-wound surface is irregular, yet seems to fit perfectly into

your hand.  A feeling of ancience, of peace emanated from it; upon

examining the pommel the source of the emanations is made clear: the

sharkskin is wrapped around the ancient bone of a dragon.  While the

blade itself is not magical, the hilt could give strange powers to its

wielder.

~
E
sabre blade~
The sabre is a masterpiece, the result of a smith's life's dreams and

toil.  The long straight blade made for slashing is finely sharpened with

a razor's edge point for the ending thrust in a duel.  The blade's

scabbard itself is finely carved, made of a solid log of oak, sanded and

stained to dark brown perfection.  No engravings mark the blade as

magical, signifying rather its mortal perfection.  A strange feeling

emanates from the strangely-wound hilt, which marks it for further

inspection.

~
E
either~
The sabre is a masterpiece, the result of a smith's life's dreams and

toil.  The long straight blade made for slashing is finely sharpened with

a razor's edge point for the ending thrust in a duel.  The blade's

scabbard itself is finely carved, made of a solid log of oack, sanded and

stained to dark brown perfection.  No engravings mark the blade as

magical, signifying rather its mortal perfection.  A strange feeling

emanates from the strangely-wound hilt, which marks it for further

inspection.  It was custom made to fit its weilder exactly, the length,

weight, balance, all precisely crafted to exact specifications.

~
P
7 -1
~
~
act_tochar( #slide, ch );

~
E
slide~
@EYou carefully tuck the blade's wooden sheath out of your way.

~
!
3 -1
~
~
if( random( 1, 5 ) == 3 ) {

  act_tochar( #draw, ch );

  act_notchar( #rdraw, ch );

  i = 4d4+5;

  dam_message( victim, i, "The wicked slash" );

  inflict( victim, ch, i, "a deadly slash" );

  }

~
E
draw~
@b@CYour attack hits perfectly on target and you draw its blade to continue

the slash.@n

~
E
rdraw~
@b@C$n draws $s sabre down in a wicked slash.@n

~
!
-1

#975
leg bone of a dragon~
leg bones of a dragon~
~
~
lies here at your feet.~
lie here at your feet.~
~
~
Phule~
Phule~
0 975 0 8 1 0
0 0 128 0 0 0 4
0 0 0 0
150 0 1 -1 10 1000 0 0
-1
E
either~
Grey and dense, this mottled bone is the heavy remain of a large dragon.

~
P
-1

#976
set of green robes~
sets of green robes~
~
~
lay crumpled on the floor here.~
lay crumpled on the floor here.~
~
~
Talis~
Fenlyn~
9 976 0 0 9 0
0 0 16 0 0 0 4
0 5 0 0
500 2000 10 -1 1 400 0 0
-1
E
either~
The robes are of a deep verdant green and mimic the patterns of leaves.

The hem is trimmed with a touch of brown, much like the fertile soil. 

The stitchwork is excellent and the robes would probably stand up to a

lot of abuse.

~
P
-1

#977
pouch~
pouches~
+of powdered alum~
+of powdered alum~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
11 977 -2138832896 0 1 0
0 0 2097152 0 0 0 4
3 0 0 0
50 1000 1 -1 10 1000 0 0
-1
E
either~
A small leather pouch with a cinch closure.  It is filled about

three-quarters of the way with a fine metallic powder, known for its

hardening and purifying properties.

~
P
-1

#978
staff~
staffs~
short crooked~
crooked ash~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 978 -2147483584 0 8193 0
0 0 2 0 0 0 4
0 3 6 4
450 625 25 -1 7 650 0 0
-1
E
either~
A tall, thin ash staff.  Covered with knobby bumps, this crooked piece of

wood seems old, too for you to even it imagine once being alive.

~
P
-1

#979
otter pelt~
otter pelts~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
33 979 17039360 0 1 0
0 0 4 0 0 0 4
0 0 0 0
50 50 1 -1 10 1000 0 0
-1
E
either~
A small, dark brown pelt.  It seems to be quite dense, waterproof, and

you would hope, valuable.

~
P
-1

#980
studded leather cap~
studded leather caps~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 980 -2147483648 0 17 2097152
0 0 4100 0 0 0 4
0 4 0 0
150 125 5 -1 2 650 0 0
-1
E
either~
A hard leather cap reinforced with heavy metal studs.

~
P
-1

#981
cufflink~
cufflinks~
silver~
silver~
lie on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 981 277086528 0 4097 268435456
0 0 147456 0 0 0 8
0 0 1 0
20 100 1 -1 7 1000 0 0
-1
E
either~
A pair of fine silver cufflinks.

~
P
-1

#982
cloak~
cloaks~
woolen~
woolen~
lies here.~
lie here.~
~
~
Kiian~
Fenlyn~
9 982 268697600 0 9 0
0 0 16 0 0 0 8
0 1 0 0
300 1000 6 -1 2 400 0 0
-1
A 8 3
E
either~
A long woolen cloak, warm and comfortable.  A welcome defense against the

elements.

~
P
-1

#983
{gem} aquamarine~
{gems} aquamarines~
sea green~
sea green~
lays on the ground collecting dust.~
lay on the ground collecting dust.~
~
~
Kiian~
Greyclaw~
6 1039 8650752 0 1 0
0 0 64 0 0 0 4
15 0 0 0
10 75 1 -1 10 1000 0 0
-1
E
after~
A rough, uncut aquamarine the color of the deep sea.  Several flaws mar

the stone's interior causing it to appear more opaque than translucent.

~
P
-1

#984
broadsword~
broadswords~
steel~
steel~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 984 -2147483648 0 8193 3162112
1 0 8192 0 0 0 4
0 2 6 2
575 800 1 -1 4 1000 0 0
-1
E
either~
A heavy steel broadsword.

~
P
-1

#985
vest~
vests~
hard leather~
hard leather~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
9 985 0 0 9 0
0 0 4 0 0 0 4
0 3 0 0
250 250 1 -1 2 600 0 0
-1
E
either~
A stiff leather vest.

~
P
-1

#986
ring~
rings~
smooth stone~
smooth stone~
lies here, forgotten.~
lie here, forgotten.~
~
~
Kiian~
Caer~
9 986 -1878786048 0 3 0
0 66 64 0 0 0 4
0 3 0 0
10 100 1 -1 2 700 0 0
-1
E
either~
A plain ring fashioned from a single block of smooth, grey stone.  It

appears to be meant for a human-sized finger.

~
P
-1

#987
cauldron~
cauldrons~
large iron~
large iron~
rests on the ground.~
rest on the ground.~
~
~
Kiian~
Florian~
17 987 8650752 4 0 0
0 0 4096 0 0 0 4
5000 120 0 0
15000 0 1 -1 10 1000 0 0
-1
E
either~
A very large, very heavy old iron cauldron covered with soot and grime. 

It is covered with matter of every imagineable sort, and you think you

spot a decayed eyeball or three smeared across its charred surface.

~
P
-1

#988
key~
keys~
worn brass~
worn brass~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
18 988 78643200 4 1 0
0 0 2097152 0 0 0 4
0 0 0 0
10 0 1 1 10 200 0 0
-1
E
either~
An old, worn brass key.

~
P
-1

#989
fade fur~
fade furs~
~
~
lays crumpled on the ground.~
lay crumpled in a pile on the ground.~
~
~
Talis~
Talis~
33 989 16777216 0 1 0
0 0 4 0 0 0 4
0 0 0 0
300 400 1 -1 1 1000 0 0
-1
E
either~
Short, sleek grey fur lines the thick leather of a fairly well skinned

pelt.  Light seems to ripple along the fur in an odd fluid motion making

the fur somewhat harder to see.

~
P
-1

#990
cloak~
cloaks~
+of gray and white fur~
+of fade fur~
lays crumpled on the ground.~
lay crumpled in a pile on the ground.~
~
~
Talis~
Fenlyn~
9 990 268435520 0 9 0
0 0 4 0 0 0 8
0 4 0 0
500 4000 15 -1 4 500 0 0
-1
A 7 -5
A 8 8
E
either~
The cloak is formed from several pelts of thick leather covered with

short, sleek grey fur.  Light seems to flow away from the luxuriant fur

drawing your gaze with it.  Time and again you find you are no longer

looking the cloak but something beyond it.

~
P
-1

#991
crimson breastplate~
crimson breastplates~
~
~
lies here.~
lie here.~
~
~
Phule~
Fenlyn~
9 991 0 0 9 6406144
0 0 64 0 0 0 4
0 15 0 0
1000 29500 60 -1 6 1000 0 0
854732382
A 13 5
A 7 5
A 21 5
E
either~
Roughly the same protection as a steel breastplate, the strange material

of this armor glows and crackles with a @b@Rcrimson@n fire.

~
P
-1

#992
jade pendant~
jade pendants~
~
~
lies here.~
lie here.~
~
~
Phule~
Jimbalaya~
9 992 0 8 5 0
0 0 32 0 0 0 16
0 1 0 0
10 20000 50 -1 10 1000 0 0
854733391
A 6 -10
A 20 20
A 12 10
E
either~
This jade pendant hangs on a chain of fine mithril.

~
P
-1

#993
crystal tine~
crystal tines~
~
~
sparkles enticingly reflecting the ambient light.~
sparkle magnificently reflecting ambient light.~
~
~
Talis~
Talis~
6 993 2359297 0 16385 0
0 0 32 0 0 0 4
0 0 0 0
100 1000 1 -1 10 1000 0 0
-1
E
either~
The crystal is a single tine broken off from its natural cluster.  Its

color seems to shift slightly with the lighting, varying between the

blushing pink of an early morning dawn to the dusky purple of evening. 

Though you see some flaws within the crystal itself, you are surprised by

its inate toughness as you are unable to break it.

~
P
-1

#994
pouch~
pouches~
small leather~
small leather~
lies on the ground.~
lie on the gruond.~
~
~
Kiian~
Kiian~
15 994 0 4 1 0
0 0 4 0 0 0 4
5 1 0 0
50 75 1 -1 2 1000 0 0
-1
E
either~
A small leather pouch, with carefully-sewn seams and a fine brass buckle.

~
P
-1

#995
wand of slay~
wand of slays~
~
~
~
~
~
~
Phule~
Phule~
3 995 0 8 16385 0
0 0 0 0 0 0 4
79 100 10 0
10 0 50 -1 10 1000 0 0
854825606
E
either~
This lightweight wand is inscribed with runes and glyphs, some of which

you can translate to "death," "all," and "woe." 

~
P
-1

#996
belt and pouch~
belts and pouches~
leather~
leather~
lies here.~
lie here.~
~
~
Kiian~
Fenlyn~
15 996 -1879048192 4 2049 0
0 0 4 0 0 0 12
5 1 0 0
100 100 1 -1 1 800 0 0
-1
E
either~
A small leather pouch attached to a narrow leather belt.  Due to its

size, it may be worn in addition to other larger, protective gear for

your waist.

~
P
-1

#997
iron spike~
iron spikes~
~
~
lies here.~
lie here in a pile.~
~
~
Kiian~
Kiian~
0 997 8388608 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
50 25 1 -1 1 1000 0 0
-1
E
either~
A large iron spike.

~
P
-1

#998
{gem} tourmaline~
{gems} tourmalines~
sea green~
sea green~
lays on the ground collecting dust.~
lay on the ground collecting dust.~
~
~
Kiian~
Greyclaw~
6 1039 8650752 0 1 0
0 0 64 0 0 0 4
15 0 0 0
10 250 1 -1 10 1000 0 0
-1
E
after~
A sea green tourmaline that is still uncut and in the rough.  The stone

has a few inclusions that dull its translucense, but it is far from

worthless because of them.

~
P
-1

#999
pouch~
pouches~
small deer skin~
small deer skin~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
15 999 262144 4 16385 0
0 0 16 0 0 0 4
3 0 0 0
30 100 1 -1 3 1000 0 0
-1
E
either~
A small pouch made from several pieces of deer skin which have been carefully stiched together.

~
P
-1

#1000
scroll~
scrolls~
plain~
+of create light~
has been left here.~
have been left here.~
~
~
Kiian~
Merior~
2 1000 262208 0 16385 0
0 0 1 0 0 0 4
22 7 1 0
10 50 1 -1 10 1000 0 0
-1
E
either~
An unremarkable, plain white scroll covered with a strange script.

~
P
-1

#1001
scroll~
scrolls~
yellowed~
+of web~
has been left here.~
have been left here.~
~
~
Kiian~
Merior~
2 1001 64 0 16385 0
0 0 1 0 0 0 4
87 7 -1 -1
10 250 1 -1 10 1000 0 0
-1
E
scroll~
An old, yellowed scroll.

~
E
yellowed scroll~
No description~
E
either~
An old, yellowed scroll.

~
P
-1

#1002
scroll~
scrolls~
plain~
+of calm~
has been left here.~
have been left here.~
~
~
Kiian~
Merior~
2 1002 64 0 16385 0
0 0 1 0 0 0 4
12 7 1 -1
20 250 1 -1 10 1000 0 0
-1
E
either~
A plain piece of parchment, covered with writing in an arcane language

and tied into a roll.

~
P
-1

#1003
scroll~
scrolls~
plain~
+of armor~
has been left here.~
have been left here.~
~
~
Kiian~
Merior~
2 1003 64 0 16385 0
0 0 1 0 0 0 4
3 7 1 0
10 250 1 -1 10 1000 0 0
-1
E
either~
An unremarkable, plain white scroll covered with a strange script.

~
P
-1

#1004
scroll~
scrolls~
rainbow-coloured~
+of mind blade~
A scroll has been left here.~
~
~
~
(null pointer)~
Merior~
2 1004 64 0 1 0
0 0 1 0 0 0 4
61 10 1 -1
20 750 30 -1 1 1000 0 0
-1
E
either~
A scroll with the color of the rainbow.

~
P
-1

#1005
scroll~
scrolls~
brilliant pearl-colored~
+of cure serious wounds~
lies here.~
lie here.~
~
~
(null pointer)~
Merior~
2 1005 64 0 1 0
0 0 1 0 0 0 4
29 11 1 0
20 750 0 -1 1 1000 0 0
-1
E
either~
Strange writing covers the face of this brilliant pearl-colored scroll.

~
P
-1

#1006
scroll~
scrolls~
sky-blue~
+of cure critical wounds~
lies here.~
lie here.~
~
~
(null pointer)~
Merior~
2 1006 64 0 1 0
0 0 1 0 0 0 4
25 12 1 0
20 1500 15 -1 1 1000 0 0
-1
E
either~
This scroll is the color of the sky on a sunny day.  Strange runic words

cover its paper surface.

~
P
-1

#1007
scroll~
scrolls~
simple brown~
+of heal~
lies here.~
lie here.~
~
~
(null pointer)~
Merior~
2 1007 64 0 1 0
0 0 1 0 0 0 4
50 13 1 0
20 5000 13 -1 1 1000 0 0
-1
E
either~
This simple brown paper scroll is covered with smooth linear writing. 

Reading it aloud might have a profound effect.

~
P
-1

#1008
scroll~
scrolls~
crisp white~
+of sanctify~
has been left here.~
have been left here in a pile.~
~
~
Kiian~
Merior~
2 1008 262208 0 1 0
0 0 1 0 0 0 4
75 25 1 -1
30 2500 1 -1 10 1000 0 0
-1
E
either~
A crisp white piece of parchment, tied in a bundle and seemingly not yet

a day old.

~
P
-1

#1009
scroll~
scrolls~
shiny white~
+of detect invisible~
lies here.~
lie here.~
~
~
(null pointer)~
Merior~
2 1009 64 0 1 0
0 0 1 0 0 0 4
34 7 15 -1
10 2000 50 -1 1 1000 0 0
-1
E
either~
This shiny white scroll sports a string of strange runic characters on

its surface.  Fine dots border its edges.

~
P
-1

#1010
scroll~
scrolls~
crisp new~
+of bless~
lies here.~
lie here.~
~
~
Kiian~
Merior~
2 1010 262208 0 16385 0
0 0 1 0 0 0 4
6 7 1 -1
10 250 1 -1 10 1000 0 0
-1
E
either~
A crisp new scroll, with a series of holy symbols scrawled upon the

parchment.

~
P
-1

#1011
scroll~
scrolls~
odd purple~
+of confuse~
lies here.~
lie here.~
~
~
(null pointer)~
Merior~
2 1011 64 0 1 0
0 0 1 0 0 0 4
18 17 1 -1
30 1500 5 -1 1 1000 0 0
-1
E
either~
Very confusing symbols cover this odd purple paper scroll.

~
P
-1

#1012
scroll~
scrolls~
a metallic green~
+of hallucinate~
lies here.~
lie here in a pile.~
~
~
(null pointer)~
Merior~
2 1012 64 0 1 0
0 0 1 0 0 0 4
47 18 1 -1
40 750 10 -1 1 1000 0 0
-1
E
either~
Even though this scroll looks metallic, it is definately made out of

paper.  The strange runic writing that covers it seems to change from one

moment to the next.

~
P
-1

#1013
scroll~
scrolls~
ancient-looking~
+of lightning bolt~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
2 1013 64 0 1 0
0 0 1 0 0 0 4
57 7 1 -1
30 1500 15 -1 10 1000 0 0
-1
E
either~
An old, worn piece of parchment which cracks with age under your

examination.  Though fragile, you sense a great deal of power contained

within the strange runes scrawled on it.

~
P
-1

#1014
shank~
shanks~
mutton~
mutton~
lies here.~
lie here.~
~
~
Kiian~
Thyme~
19 1014 16777216 0 1 0
0 0 768 0 0 0 4
30 0 0 0
200 20 1 -1 10 1000 0 0
-1
E
either~
A large shank of mutton.

~
P
-1

#1015
scroll~
scrolls~
smooth~
+of neutralize~
has been left here.~
have been left here.~
~
~
Kiian~
Merior~
2 1015 64 0 16385 0
0 0 1 0 0 0 4
65 7 1 -1
30 750 1 -1 10 1000 0 0
-1
E
either~
A piece of smooth white parchment, tied in a bundle by a bright read

ribbon.

~
P
-1

#1016
scroll~
scrolls~
old yellowed~
+of fireball~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
2 1016 65 0 1 0
0 0 1 0 0 0 4
43 7 1 -1
30 500 10 -1 10 1000 0 0
-1
E
either~
An old piece of yellowed parchment tied together with a bit of string.

~
P
-1

#1017
scroll~
scrolls~
plain~
+of cure poison~
has been left here.~
have been left here.~
~
~
Kiian~
Merior~
2 1017 262208 0 16385 0
0 0 1 0 0 0 4
28 7 1 -1
20 250 1 -1 10 1000 0 0
-1
E
either~
A plain white scroll with a number of symbols written on it.

~
P
-1

#1018
scroll~
scrolls~
crisp white~
+of remove curse~
has been left here.~
have been left here.~
~
~
Kiian~
Merior~
2 1018 262208 0 16385 0
0 0 1 0 0 0 4
72 7 1 -1
30 1000 1 -1 10 1000 0 0
-1
E
either~
A crisp white scroll.

~
P
-1

#1019
scroll~
scrolls~
off-white~
+of holy wrath~
lies here.~
lie here in a pile.~
~
~
(null pointer)~
Merior~
2 1019 64 0 1 0
0 0 1 0 0 0 4
51 24 15 -1
20 500 2 -1 1 1000 0 0
-1
E
either~
The runes that cover this off-white scroll are a fiery red color.

~
P
-1

#1020
scroll~
scrolls~
old worn~
+of identify~
has been left here.~
have been left here in a small pile.~
~
~
Kiian~
Olah~
2 1020 262208 0 1 0
0 0 1 0 0 0 4
53 7 1 -1
30 2000 1 -1 10 1000 0 0
-1
E
either~
A very old, very worn piece of parchment, rolled up in a small bundle.

~
P
-1

#1021
scroll~
scrolls~
leather~
+of recall~
lies here.~
lie here.~
~
~
Nobody~
Merior~
2 1021 262208 0 16385 0
0 0 5 0 0 0 4
71 10 1 -1
30 10000 1 -1 10 1000 0 0
-1
E
either~
A carefully tanned piece of leather, inscribed with many strange and

arcane symbols.

~
P
-1

#1022
scroll~
scrolls~
translucent~
+of slow~
has been left here.~
have been left here.~
~
~
Kiian~
Merior~
2 1022 64 0 16385 0
0 0 1 0 0 0 4
81 7 1 -1
30 250 1 -1 10 1000 0 0
-1
E
either~
A crisp, translucent scroll.

~
P
-1

#1023
{gem} emerald~
{gems} emeralds~
sea green~
sea green~
lies here collecting dust.~
lie here collecting dust.~
~
~
Kiian~
Greyclaw~
6 1039 8650752 0 1 0
0 0 64 0 0 0 4
15 0 0 0
10 500 1 -1 10 1000 0 0
-1
E
after~
An emerald of deepest sea green in the rough and uncut.  Small inclusions

line the stone's interior, but that is typical for emeralds and it

remains valuable.  As light catches one particularly clear section, your

eyes are asailed by sea green flare.

~
P
-1

#1024
hide~
hides~
reddish-brown, scaled~
dragonet~
lies here, scales shining in the light.~
lie here, scales shining in the light.~
~
~
Kiian~
Kiian~
34 1024 25427968 0 1 0
0 0 0 0 0 0 4
0 0 0 0
2000 1000 1 -1 10 1000 0 0
-1
E
either~
The scaly hide of a large, reddish-brown reptile.  It is quite heavy, and

seems vaguely metallic.

~
P
-1

#1025
scroll~
scrolls~
crisp~
+of magic missile~
has been left here.~
have been left here.~
~
~
Kiian~
Merior~
2 1025 64 0 16385 0
0 0 1 0 0 0 4
60 10 1 1
20 100 5 -1 10 1000 0 0
-1
E
either~
A crisp white scroll.

~
P
-1

#1026
white wolf pelt~
white wolf pelts~
~
~
is lying here.~
are lying here.~
~
~
Damiel~
Damiel~
33 1026 16777216 0 1 0
0 0 4 0 0 0 4
0 0 0 0
300 400 1 -1 10 700 0 0
854835503
E
either~
A thick white pelt from what appears to be a wolf: very unusual, in that

white wolves are very rarely seen.

~
P
-1

#1027
ring~
rings~
copper~
beaten copper~
lies here.~
lie here.~
~
~
Kiian~
Caer~
9 1027 277086272 0 3 1048576
0 0 526336 0 0 0 4
0 1 0 0
10 550 5 -1 5 700 0 0
-1
A 13 5
E
either~
A plain copper ring, beaten smooth and buffed to a shine.  A bit fragile,

but nice to look at.

~
P
-1

#1028
scroll~
scroll~
green and blue~
+of polymorph~
has been left here.~
have been left here.~
~
~
(null pointer)~
Merior~
2 1028 64 0 1 0
0 0 1 0 0 0 4
68 4 -1 -1
40 5000 91 -1 1 1000 0 0
-1
E
either~
This scroll is elaborately detailed with various shapes.  At the bottom

of the scroll are a few paragraphs of mystic runic writing.  As you look

at the scroll, you could almost swear you saw one of the shapes change.

~
P
-1

#1029
scroll~
scrolls~
worn~
+of shock~
has been left on the ground here.~
have been left on the ground here.~
~
~
Kiian~
Merior~
2 1029 262208 0 16385 0
0 0 1 0 0 0 4
77 7 1 -1
30 250 5 -1 1 1000 0 0
-1
E
either~
A worn piece of parchment, rolled up and tied in a bundle.

~
P
-1

#1030
amulet~
amulets~
hematite~
hematite~
lies here.~
lie here.~
~
~
Kiian~
Jimbalaya~
9 1030 262208 0 5 67108864
0 0 64 0 0 0 4
0 2 0 0
200 2000 10 -1 2 1000 0 0
-1
A 6 5
E
either~
A heavy black stone charm attached to a stout leather cord.

~
P
-1

#1031
hat~
hats~
cloth~
cloth~
lies here.~
lie here in a small pile.~
~
~
Kiian~
Marek~
9 1031 -2147483648 0 17 0
0 0 16 0 0 0 4
0 2 0 0
50 35 1 -1 2 300 0 0
-1
E
either~
A thick cloth hat, with a strap to keep it on your head.  Perfect for

keeping the sun out of your eyes, or your head dry in the rain.

~
P
-1

#1032
badger pelt~
badger pelt~
~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Merior~
33 1032 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
300 100 0 -1 1 1000 0 0
-1
E
either~
The glossy dark fur and hide of a badger.

~
P
-1

#1033
slab~
slabs~
+of pork~
+of pork~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
19 1033 16777216 0 1 0
0 0 772 0 0 0 4
25 0 0 0
100 10 1 -1 10 1000 0 0
-1
E
either~
A big slab of pork.

~
P
-1

#1034
tusk~
tusks~
boar~
boar~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
34 1034 17039360 0 16385 0
0 0 128 0 0 0 4
0 0 0 0
200 50 1 -1 10 1000 0 0
-1
E
either~
A long, yellowish-white piece of bone recently parted from its late owner.

~
P
-1

#1035
key~
keys~
small copper~
small copper~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
18 1035 79036416 4 1 0
0 0 524288 0 0 0 4
0 0 0 0
10 10 1 -1 10 1000 0 0
-1
E
either~
A small, dirty copper key.

~
P
-1

#1036
old brick~
old bricks~
~
~
rests on the ground.~
rest on the ground in a small pile.~
cracked~
~
Rue~
Rue~
13 1036 0 0 1 0
0 0 64 0 0 0 0
0 0 0 0
200 0 1 -1 10 900 0 0
895249239
E
either~
This old brick is chipped and cracked from age.  Where it is chipped, you

can see the brick's color is fresh, but on most of the outside the brick

is discolored and browned with age.

~
P
-1

#1037
talisman~
talismans~
bloodstone~
+of poison resistance~
lies here.~
lie here.~
~
~
Kiian~
Jimbalaya~
9 1037 268697664 0 5 67108866
0 0 64 0 0 0 16
0 1 0 0
20 5500 20 -1 4 750 0 0
-1
A 24 20
E
either~
A large, blood-red gem set in a silvery talisman and mithril chain.  It

hums softly in your palm as you handle it.

~
P
-1

#1038
collar~
collars~
bronze~
bronze~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
9 1038 0 0 5 7979008
0 0 2048 0 0 0 4
0 3 0 0
200 150 1 -1 2 1000 0 0
-1
E
either~
A heavy bronze collar meant to protect your neck.

~
P
-1

#1039
{gem} fake gem~
{gems} fake gems~
sea green~
sea green~
lays on the ground collecting dust.~
lay on the ground collecting dust.~
~
~
Kiian~
Merior~
6 1039 8650752 0 1 0
0 0 32 0 0 0 4
0 0 0 0
10 5 1 -1 10 1000 0 0
-1
E
after~
A bit of glass tinted the green of the deep sea and scratched and pitted

to appear much like an uncut gemstone.  Internal cracks add to the

imitation's realistic appearance, but a few bubbles within quickly

discern its true nature.

~
E
before~
A small stone the color of the deep sea, it is still rough and uncut.  A

few flaws mar the stone's interior, fractures causing it to appear more

opaque than translucent.

~
P
-1

#1040
toadstools~
toadstools~
some~
~
grows by the edge of the trail.~
grow by the edge of the trail.~
~
~
Kiian~
Kiian~
0 1040 8650752 0 0 0
0 0 2 0 0 0 4
9 -16 -1 -1
0 0 1 -1 1 1000 0 0
-1
E
either~
The bush is that which grows small red bramberries.  Inside of it you

even see a few.  

~
P
4 -1
get pick~
red berry berries bramberries~
if( rflag( reset0, room ) ) {

  if( random( 1, 5 ) < 3 ) {

    send_to_char( #none, ch );

    remove_rflag( reset0, room );

    }

  else {

    obj_to_char( oload( 243 ), ch );

    send_to_char( #ch, ch );

    }

  }

else

  send_to_char( #none, ch );

~
E
ch~
You pick one of the small red berries.

~
E
none~
There are no more berries on the bush.

~
!
0 -1
~
~
~
!
-1

#1041
medallion~
medallions~
brass~
brass~
lies here, glowing softly.~
lie here in a pile, glowing softly.~
~
~
Kiian~
Jimbalaya~
9 1041 276955201 0 5 7275504
0 0 526336 0 0 0 16
0 1 0 0
50 2000 10 -1 5 500 0 0
-1
A 12 10
E
either~
A simple brass medallion hanging on a stout chain.  A large amber stone

is set in its center, and as you handle it it glows softly, casting an

eerie light on your palm.

~
P
-1

#1042
hat~
hats~
velvet~
velvet~
lies here.~
lie here in a heap.~
~
~
Kiian~
Olah~
9 1042 -2147221440 0 17 0
0 0 16 0 0 0 4
0 3 0 0
250 2000 10 -1 6 250 0 0
-1
A 12 10
E
either~
A tall, conical cap fashioned out of a piece of purplish velvet.  Floppy

and awkward in construction, it somehow manages a perfect fit upon your

head, resisting wind and weather alike.

~
P
-1

#1043
morningstar~
morningstars~
bronze~
bronze~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Orb~
5 1043 -2147483648 0 8193 3162112
0 0 2048 0 0 0 4
0 2 5 6
500 250 1 -1 1 700 0 0
-1
E
either~
A large bronze spiked ball, attached to a stout wooden handle by a thick

chain made from heavy bronze links.  A bit unwieldly, but a weapon

capable of inflicting terrible harm by someone skilled in its use.

~
P
-1

#1044
fountain~
fountains~
~
~
gushes forth here.~
gush forth here.~
~
~
Kiian~
Kiian~
25 1044 65536 0 0 0
0 0 64 0 0 0 4
50 -1 0 0
50000 3000 1000 -1 1 1000 0 0
-1
E
either~
It is covered in grime.

~
P
0 -1
~
~
act_tochar( #char, ch, obj );

act_notchar( #room, ch, obj );

act_room( #all, ch, obj );

junk_obj( obj );

~
E
all~
$p slowly sinks to the bottom never to be seen again.

~
E
room~
$n drops $p into the fountain.

~
E
char~
You drop $p into the fountain.

~
!
-1

#1045
phial~
phials~
+filled with a rainbow-hued liquid~
+of vitality~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 1045 262208 0 1 0
0 0 32 0 0 0 4
86 7 30 0
30 750 1 -1 10 1000 0 0
-1
E
/**@#$comment~
Duplicate of phial of displacement.

~
E
1 phial rainbow rainbow-hued~
A small glass vial whose contents continually shift in hue under your

scrutiny.

~
E
either~
A small glass vial whose contents continually shift in hue under your scrutiny.

~
P
-1

#1046
chalice~
chalices~
engraved copper~
copper~
~
~
~
~
Kiian~
Kiian~
17 1046 0 0 1 0
0 0 524288 0 0 0 4
100 0 0 0
10 0 1 -1 5 1000 0 0
-1
E
either~
A fine copper chalice, covered with intricate engravings.

~
P
-1

#1047
stick of incense~
sticks of incense~
greyish~
+of meditation~
lies here.~
lie here in a small pile.~
~
~
Kiian~
Kiian~
1 1047 2228288 0 1 1769472
0 0 2 0 0 0 4
0 0 50 0
20 150 1 -1 10 1000 0 0
-1
A 12 10
E
either~
A small stick of incense that, when burned, gives off a pungent odor.

~
P
-1

#1048
small bone key~
small bone keys~
~
~
lies here.~
lie here.~
~
~
Kiian~
Talis~
18 1048 79036416 4 1 0
0 0 192 0 0 0 4
0 0 0 0
10 10 1 -1 10 1000 0 0
-1
E
either~
This key appears to have been carved out of dense bone.  

~
P
-1

#1049
wooden chest~
wooden chests~
large~
large~
sits against the west wall.~
~
~
~
Kiian~
Kiian~
15 1049 0 0 0 0
0 0 2 0 0 0 4
120 13 0 0
5000 0 1 -1 10 1000 0 0
-1
E
either~
A very large, very heavy wooden chest.

~
P
0 -1
~
~
~
!
-1

#1050
holy symbol~
holy symbols~
silver~
silver~
lies here, glowing softly.~
lie here, glowing softly.~
~
~
Kiian~
Talis~
14 1050 8781888 0 16385 268435456
0 0 147456 0 0 0 4
0 0 0 0
50 750 10 -1 4 1000 0 0
-1
A 12 10
E
either~
A silver holy symbol, covered with intricate etchwithgs.

~
P
-1

#1051
shield~
shields~
spiked wooden~
spiked wooden~
lies here.~
lie here.~
~
~
Kiian~
Fenlyn~
9 1051 8388608 0 16385 7979008
0 0 2 0 0 0 4
0 8 0 0
800 100 1 -1 3 650 0 0
-1
E
either~
A heavy wooden shield, with several large spikes driven into its face.

~
P
-1

#1052
shortsword~
shortswords~
iron~
iron~
lies here.~
lie here.~
~
~
Kiian~
Orb~
5 1052 -2147483648 0 8193 3162112
1 0 4096 0 0 0 4
0 2 4 2
325 400 1 -1 2 900 0 0
-1
E
either~
A plain but well-made iron shortsword.

~
P
-1

#1053
dagger~
daggers~
iron~
iron~
lies on the ground.~
lie on the ground in a small pile.~
~
~
Kiian~
Orb~
5 1053 -2147482624 0 24577 0
1 0 4096 0 0 0 4
0 1 6 1
200 300 1 -1 2 900 0 0
-1
E
either~
A heavy iron dagger.

~
P
-1

#1054
stick of incense~
sticks of incense~
bluish~
+of water breathing~
lies on the ground here.~
lie on the ground here, in a small pile.~
~
~
Kiian~
Merior~
1 1054 262208 0 1 0
0 0 2 16777216 0 0 4
0 0 50 0
20 250 1 -1 10 1000 0 0
-1
E
either~
A long stick of bluish incense which, when lit, does not burn or smoke,

but only glows with an odd, pale blue light.

~
P
-1

#1055
bastard sword~
bastard swords~
iron~
+'Retribution'~
lies on the ground here, glowing softly.~
lie on the ground here, in a pile.~
~
~
Kiian~
Orb~
5 1055 8781888 0 8193 406405120
1 194 4096 64 0 0 4
0 2 7 2
700 3150 15 -1 4 900 0 0
-1
E
either~
A very heavy bastard sword, made out of the finest iron and with a

gem-encrusted pommel.  Its blade is thick, sharp and well-balanced, and

strange runes are inscribed along the base of the blade in a language

which you cannot read.

~
P
-1

#1056
pole axe~
pole axes~
bronze~
bronze~
lies here.~
lie here.~
~
~
Kiian~
Orb~
5 1056 -2147467264 0 8193 3754020
1 0 2050 0 0 0 4
0 2 8 8
700 900 1 -1 3 800 0 0
-1
E
either~
A broad bronze axe head set upon a long wooden haft.  Topped off with a

jagged spike, a formidable chopping weapon.

~
P
-1

#1057
pole axe~
pole axes~
iron~
iron~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 1057 -2147467264 0 8193 2084
1 0 4096 0 0 0 4
0 3 4 8
1200 1200 5 -1 2 900 0 0
-1
E
either~
A heavy-bladed iron axe, placed at the end of a stout pole.  Useful for

swinging and cleaving at opponents with maximum chopping power.

~
P
-1

#1058
stick of incense~
sticks of incense~
reddish~
+of perception~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
1 1058 64 0 1 0
0 0 2 128 0 0 4
0 0 20 0
20 350 1 -1 10 1000 0 0
-1
E
either~
A reddish stick of incense.

~
P
-1

#1059
wooden club~
wooden clubs~
huge~
huge~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Marek~
5 1059 16384 0 8193 3227648
0 0 2 0 0 0 4
0 1 12 3
1500 750 1 -1 1 650 0 0
-1
A 2 -1
E
either~
An immense piece of wood, so big you need two hands in order to wield it

properly.

~
P
-1

#1060
hand axe~
hand axes~
iron~
iron~
lies here.~
lie here.~
~
~
Kiian~
Orb~
5 1060 -2147483648 0 8193 3162144
1 0 4096 0 0 0 4
0 2 4 8
200 400 5 -1 2 900 0 0
-1
E
either~
An iron hand axe.

~
P
-1

#1061
belt~
belts~
iron and leather~
iron and leather~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Fenlyn~
9 1061 -2138832832 0 2049 3751936
0 0 4100 0 0 0 4
0 5 0 0
150 100 1 -1 2 900 0 0
-1
E
either~
A wide belt cut from a thick piece of leather, and with a heavy iron

buckle.

~
P
-1

#1062
wand~
wands~
gnarled wooden~
+of magic detection~
lies on the ground here.~
lie on the ground here in a pile.~
~
~
Kiian~
Fenlyn~
3 1062 2359360 0 16385 0
0 0 64 0 0 0 4
35 10 0 5
50 1500 10 -1 10 1000 0 0
-1
E
either~
A gnarled old piece of wood that could be roughly termed a wand.

~
P
-1

#1063
wand~
wands~
iron~
+of shock~
lies on the ground.~
lie on the ground in a small pile.~
~
~
Kiian~
Fenlyn~
3 1063 10747968 0 16385 0
0 0 4096 0 0 0 4
77 10 0 5
50 1000 5 -1 10 900 0 0
-1
E
either~
A small iron wand, with a single sapphire embedded in one end.

~
P
-1

#1064
wand~
wands~
smooth wooden~
+of magic missiles~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Merior~
3 1064 2359360 0 16385 0
0 0 2 0 0 0 4
60 10 0 5
50 1000 1 -1 10 650 0 0
-1
E
either~
A smooth wooden wand, covered with careful carvings and runes.

~
P
-1

#1065
stick of incense~
sticks of incense~
crimson~
+of fury~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
1 1065 262208 0 1 0
0 0 2 0 0 0 4
0 0 15 0
20 300 1 -1 10 1000 0 0
-1
A 19 1
A 18 1
E
either~
A smallish stick of crimson-colored incense.

~
P
-1

#1066
{gem} fake gem~
{gems} fake gems~
translucent crimson~
translucent crimson~
sparkles brilliantly from the ground.~
sparkle brilliantly from the ground.~
~
~
Kiian~
Talis~
6 1066 8650752 0 1 0
0 0 32 0 0 0 4
0 0 0 0
10 5 1 -1 10 1000 0 0
-1
E
before~
A translucent gem the color of spectacularly crimson blood.  It shows a

natural polish and reflects light back at you in a dazzling display,

despite still being in the rough.

~
E
after~
The translucent red glass you hold is a very good copy of a real gem. 

Its appearance is realistic enough as a rough, uncut ruby that it would

probably pass for one in illicit dealings to the untrained eye.

~
P
-1

#1067
{gem} spinel~
{gems} spinels~
translucent crimson~
translucent crimson~
sparkles brilliantly from the ground.~
sparkle brilliantly from the ground.~
~
~
Kiian~
Talis~
6 1067 8388608 0 16385 0
0 0 64 0 0 0 4
16 0 0 0
10 150 1 -1 10 1000 0 0
-1
E
before~
A translucent gem the color of spectacularly crimson blood.  It shows a

natural polish and reflects light back at you in a dazzling display,

despite still being in the rough.

~
E
after~
The spinel looks amazingly like a lump of crimson blood in your hand. 

Its natural tendency to reflect light showers you in a dazzling sparkle

despite the bits of granite still adhered to its uncut surface.

~
P
-1

#1068
gem~
gems~
translucent crimson~
translucent crimson~
sparkles brilliantly from the ground.~
sprakle brilliantly from the ground.~
~
~
Kiian~
Talis~
6 1068 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 500 1 -1 10 1000 0 0
-1
E
either~
A translucent gem the color of spectacularly crimson blood.  It shows a

natural polish and reflects light back at you in a dazzling display,

despite still being in the rough.

~
P
-1

#1069
{gem} ruby~
{gems} rubies~
translucent crimson~
translucent crimson~
sparkles brilliantly from the ground.~
sparkle brilliantly from the ground.~
~
~
Kiian~
Talis~
6 1069 0 0 1 0
0 0 64 0 0 0 4
18 0 0 0
10 1000 1 -1 10 1000 0 1
-1
E
either~
A translucent gem the color of spectacularly crimson blood.  It shows a

natural polish and reflects light back at you in a dazzling display,

despite still being in the rough.

~
P
-1

#1070
silver flute~
silver flutes~
~
~
gleams from the floor.~
gleam from the floor.~
~
~
Talis~
Marek~
26 1070 8667136 0 1 0
0 0 147456 0 0 0 4
0 0 0 0
100 2000 20 -1 10 1000 1 0
-1
E
either~
An ornate flute of silver with 6 holes spaced in two groups of three. 

The flute is adorned by a cap and band of some blue-silver metal at

either end.  An intricate pattern of thorny stems twine in an endless

pattern arround the body of the flute.

~
P
4 -1
play~
lullaby~
if( find_stat( ch, int ) < 8 ) {

  act_tochar( #dunce, ch );

  act_notchar( #rdunce, ch );

  end;

  }

if( find_stat( ch, dex ) < 8 ) {

  act_tochar( #butter_finger, ch );

  act_notchar( #rbutter_finger, ch );

  end;

  }

if( random( 1, 15 ) == 1 ) {

  act_tochar( #boom, ch );

  act_notchar( #rboom, ch );

i = 5d6;

  dam_message( ch, i, "the last of the flute's magic" );

  inflict( ch, mob, i, "a magic flute" );

  do_spell( sleep, ch, ch );

  junk_obj( obj, 1 );

  end;

  }

mob = rand_char( room );

act_notchar( #play, ch );

act_tochar( #play2, ch );

do_spell( sleep, ch, mob );

if( random( 1, 2 ) == 1 ) {

  mob = rand_char( room );

  do_spell( sleep, ch, mob );

  }

if( random( 1, 3 ) == 1 ) {

  mob = rand_char( room );

  do_spell( sleep, ch, mob );

  }

if( random( 1, 5 ) == 1 ) {

  mob = rand_char( room );

  do_spell( sleep, ch, mob );

  }

if( random( 1, 10 ) == 1 ) {

  mob = rand_char( room );

  do_spell( sleep, ch, mob );

  }

~
E
rboom~
$n puts an ornate flute to $s lips and begins to play, then abruptly

stops, grabbing $s head as if in pain.

~
E
boom~
Just as you begin to play you feel a tugging at your mind, and with a

sudden ice-cold pain lancing through your mind, the magic of the flute is

released.

~
E
rbutter_finger~
$n puts an ornate silver flute to $s lips and manages to produce a

squeaking discordanance of sounds, unable to follow the appropriate

fingerings.

~
E
butter_finger~
You put the flute to your lips and manage to create a squeaking

discordanance of sounds, unable to follow the appropriate fingerings.

~
E
rdunce~
$n holds an ornate silver flute to $s lips, puffs out his cheeks, and

unsuccessfully attempts to make music several times before giving up.

~
E
dunce~
You hold the flute to your lips and attempt to make a note, but only

succeed in making yourself lightheaded.

~
E
play2~
As you play, you begin to feel a strange tugging sensation at your mind. 

When it eases away, you realize you have been playing the flute for

several moments, but you can't remember a note you played.

~
E
play~
$n begins to play an enchanting melody on an ornate silver flute.  As $e

plays, you begin to feel a sense of peace overcome you.

~
!
4 -1
play~
flute~
if( find_stat( ch, int ) < 8 ) {

  act_tochar( #dunce, ch );

  act_notchar( #rdunce, ch );

  end;

  }

if( find_stat( ch, dex ) < 8 ) {

  act_tochar( #butter_finger, ch );

  act_notchar( #rbutter_finger, ch );

  end;

  }

act_notchar( #play, ch );

act_tochar( #play2, ch );

~
E
rbutter_finger~
$n puts an ornate silver flute to $s lips and manages to produce a

squeaking discordanance of sounds, unable to follow the appropriate

fingerings.

judgement judgment

~
E
butter_finger~
You put the flute to your lips and manage to create a squeaking

discordanance of sounds, unable to follow the appropriate fingerings.

~
E
rdunce~
$n holds an ornate silver flute to $s lips, puffs out his cheeks, and

unsuccessfully attempts to make music several times before giving up.

~
E
dunce~
You hold the flute to your lips and attempt to make a note, but only

succeed in making yourself lightheaded.

~
E
play2~
You put your best effort into playing the ornate flute.  You can't be sure

how others might have critiqued your efforts, but to your best judgement

it was a passable melody.

~
E
play~
$n begins to play a melody on an ornate flute.  Not being a trained bard,

$n puts on a mediocre performance.

~
!
-1

#1071
rock shelf~
rock shelfs~
~
~
is carved into a rock here.~
are carved into the rack face here.~
~
~
Talis~
Talis~
36 1071 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
-1
E
either~
A ledge just forth from the bulk of the rock.

~
P
-1

#1072
rod~
rods~
thin copper~
thin copper~
lies on the ground here, humming softly.~
lie on the ground here, humming softly.~
~
~
Kiian~
Kiian~
4 1072 8650817 0 16385 2294624
0 0 524288 0 0 0 4
0 0 0 0
400 750 1 -1 6 600 0 0
-1
A 20 2
A 12 5
E
either~
Nearly a foot in length, this slim piece of shiny copper is capped at

either end with round metal spheres, each covered with a series of

strange runes.  As you grasp it, you sense a great deal of energy

contained within it, the metal feeling somehow warm against the press

your skin.

~
P
-1

#1073
cloak~
cloaks~
black silk~
+of displacement~
lies on the ground, reflecting light in strange ways.~
lie on the ground, reflecting light in strange ways.~
~
~
Kiian~
Fenlyn~
9 1073 270794816 0 9 0
0 0 16 8 0 0 8
0 1 0 0
200 14000 40 -1 7 300 0 0
-1
E
either~
Spun from the finest of black silk, this cloak is extremely light and

thin, reminding you of paper as you handle it.  Light plays across its

surface in strange ways, refracted in misshapen patterns,

~
P
-1

#1074
longsword~
longswords~
steel~
steel~
lies on the ground.~
lie on the ground in a pile.~
~
~
Kiian~
Orb~
5 1074 -2147483648 0 8193 3162112
1 0 8192 0 0 0 4
0 1 14 2
450 750 10 -1 2 1000 0 0
-1
E
either~
A well-made steel longsword, with a simple guard for your hand and a

sharp, well-balanced blade.

~
P
-1

#1075
phial~
phials~
+filled with a yellowish liquid~
+of revitalize~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 1075 64 0 1 0
0 0 32 0 0 0 4
74 7 1 0
30 500 1 -1 10 1000 0 0
-1
E
either~
A small glass phial, about three-quarters of the way full with a thick,

yellowish liquid.  The phial's contents seem to shift and glow softly

under your examination.

~
P
-1

#1076
ivy wreath~
ivy wreaths~
~
~
rests on the ground.~
rest on the ground.~
~
~
Talis~
Olah~
9 1076 268435520 0 17 0
0 0 2 0 0 0 2
0 1 0 0
10 2000 10 -1 1 650 0 0
-1
A 12 10
E
either~
You see a simple wreath made of fresh looking ivy twined into a headpiece. 

The leaves are still verdant green and look to remain alive.

~
P
-1

#1077
studded leather leggings~
studded leather leggings~
~
~
lie on the ground.~
lie on the ground.~
pair of~
pairs of~
Kiian~
Calren~
9 1077 -2147483648 0 33 2097152
0 0 4100 0 0 0 4
0 4 0 0
400 325 5 -1 2 650 0 0
-1
E
either~
A pair of hard leather leggings reinforced with heavy metal studs.

~
P
-1

#1078
makeshift bronze knife~
makeshift bronze knifes~
~
~
lies here.~
lie here.~
~
~
Kreel~
Orb~
5 1078 1048576 12 8193 0
0 96 2048 0 0 0 4
0 1 6 1
200 0 1 -1 3 200 0 0
854864078
E
either~
This small, simple knife has been forged from a bronze band hammered

roughly into bladed form with a slighty sharpened edge and cloth-wrapped

handle.  It is bent, pitted and tarnished.

~
P
-1

#1079
rapier~
rapiers~
steel~
steel~
lies on the ground.~
lie on the ground in a small pile.~
~
~
Kiian~
Orb~
5 1079 -2147483648 0 8193 3162112
1 0 8192 0 0 0 4
0 1 8 2
325 625 1 -1 3 900 0 0
-1
E
either~
A very light, very sharp rapier forged from fine steel.  Its blade is

long and thin, and completely unadorned save for a few marks at the base

where it meets the hilt - the spot where some forgotten craftsman claimed

credit for a job well done.

~
P
-1

#1080
scimitar~
scimitars~
iron~
iron~
lies on the ground.~
lie on the ground in a small pile.~
~
~
Kiian~
Orb~
5 1080 -2147483648 0 8193 3162112
1 0 4096 0 0 0 4
0 2 7 2
575 400 5 -1 2 900 0 0
-1
E
either~
A heavy iron scimitar, with a jagged curved blade which reaches its

widest point near the tip of its blade.

~
P
-1

#1081
scimitar~
scimitars~
steel~
steel~
lies on the ground.~
lie on the ground in a heap.~
~
~
Kiian~
Orb~
5 1081 -2147483648 0 8193 3162112
1 0 8192 0 0 0 4
0 2 8 2
575 600 10 -1 3 1000 0 0
-1
E
either~
A scimitar forged from the finest steel, its curved blade shimmering and

leering in the light.  While slightly unwieldy, this is a deadly weapon

in the right hands.

~
P
-1

#1082
lump of clay~
lumps of clay~
~
~
is making a slimy mess on the floor.~
are making a slimy mess on the floor.~
~
~
Talis~
Rebekka~
0 1082 0 4 16385 0
0 0 0 0 0 0 4
0 0 0 0
200 0 1 -1 1 1000 0 0
-1
E
either~
The clay is a swirling shade of grays and blacks with small sticks and

stones still mixed into it.  Curiosly, every time light hits the clay it

seems to reflect a mutlitude of silvery-blue sparkles.

~
P
-1

#1083
battle axe~
battle axes~
steel two-handed~
steel two-handed~
lies on the ground.~
lie on the ground here.~
~
~
Kiian~
Orb~
5 1083 -2147467264 0 8193 3162144
1 226 8192 0 0 0 4
0 3 7 8
825 1500 10 -1 3 1000 0 0
-1
E
either~
This huge steel axe is quite the impressive sight.  A long, razor-sharp

axe is mounted on the end of a stout wooden handle, which in turn is

wrapped with a fine leather grip.

~
P
-1

#1084
robes~
robes~
thick silver-runed~
+of enchantment~
lies here, neatly folden, ready to be worn.~
lie here, neatly folded, ready to be worn.~
set of~
sets of~
Phule~
Fenlyn~
9 1084 1310784 8 9 7307264
0 1 16 0 0 0 4
0 3 0 0
300 7000 24 -1 2 400 0 0
854929325
A 12 10
A 20 2
E
either~
This thick robe was made to be worn by a magic user.  Silver runes are

sewn into its hems, and the soft cloth of its make seems to change colour

to fit its wearer.  The runes do not seem to be truly powerful ones,

obviously this robe was made for lower level mages.

~
P
-1

#1085
copper chest~
copper chests~
~
~
rests in the corner here.~
rest in the corner here.~
~
~
Kiian~
Kiian~
15 1085 8 0 0 0
0 0 0 0 0 0 4
50 13 0 -1
800 0 1 -1 10 1000 0 0
-1
E
%@#^NOTE~
Duplicate of #96, but locked.

~
E
either~
A small, well-crafted chest of burnished copper.  A number of small,

arcane symbols have been etched along its sides - whether these are

merely decorative, or have some greater meaning, you cannot tell.

~
P
-1

#1086
spicy dragon steak~
spicy dragon steaks~
~
~
sits here sending off a most pleasant aroma.~
sit here sending off a most pleasant aroma.~
~
~
Phule~
Nivel~
19 1086 0 8 1 0
0 0 768 0 0 0 4
50 1 0 0
500 200 1 -1 10 1000 0 0
-1
E
either~
This steak has been finely prepared by a master chef, as an intoxicating

blend of spices blend with the near-magical quality of the meat to create

an exquisite, and rather large, meal.

~
P
8 -1
~
~
act_tochar( #eat, ch );

drain_stat( ch, str, 5, 1 ); 

drain_stat( ch, con, 5, 1 );

junk_obj( obj, 1 );

drain_stat( ch, dex, 10, -1 );

~
E
eat~
As you chew the steak, savoring the hearty spices and juicy meat, you

notice a change in the way your blood seems to be pumping.  You also feel

very full.

~
!
4 -1
sniff smell~
spicy dragon steak~
act_tochar( #smell, ch );

~
E
smell~
You bring the steak close to your face and inhale its rich aroma.

~
!
-1

#1087
dagger~
daggers~
glass~
glass~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
5 1087 -2147220480 0 8193 864
1 0 32 0 0 0 4
0 3 4 1
200 2000 1 -1 10 750 0 0
-1
E
either~
A very small, very thin dagger entirely constructed from a pale, fragile

glass.  Its blade is curved and extremely sharp, but, you would guess

after a second look, quite brittle.

~
P
3 -1
~
~
if( random( 1, 30 ) == 1 ) {

  act_tochar( #char, ch, obj );

  act_notchar( #room, ch, obj );

  junk_obj( obj );

  }

~
E
room~
@b@RThe glass dagger $n is wielding shatters into little pieces.

~
E
char~
@b@RThe glass dagger you are wielding shatters into little pieces.

~
!
-1

#1088
clay cup~
clay cups~
+of simple design~
+of simple design~
rests plainly on the ground.~
rest plainly on the ground.~
~
~
Talis~
Kiian~
8 1088 64 4 16385 0
0 0 0 0 0 0 4
0 0 0 0
210 5 1 -1 1 1000 0 0
-1
E
either~
A simple grey cup fashioned of natural clays.  An ornate leaf pattern

covers the outside, and it is only after intense scrutiny that you

determine that real leaves were used to create the fine patterns.  The

veins of the leaves are lined by some silvery-blue flakes that reflect

light like coldfire.  The cup is currently filled with clear spring water

that shimmers with silver-blue flecks of light.

~
P
-1

#1089
two-handed sword~
two-handed swords~
steel~
steel~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Orb~
5 1089 -2147467264 0 8193 3162112
1 0 8192 0 0 0 4
0 2 10 2
825 1500 10 -1 2 1000 0 0
-1
E
either~
A very large, double-bladed two handed sword.  It is constructed from a

fine, grayish steel and its hilt is covered with a coarse, rugged leather.

~
P
-1

#1090
shortsword~
shortswords~
thick iron~
thick iron~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 1090 -2147221440 0 24577 3162976
1 0 4096 0 0 0 4
0 2 4 2
325 600 1 -1 2 950 0 0
-1
E
either~
This appears to be merely an iron shortsword of unusual weight and

sharpness, save for the fact that it seems extremely light and

well-balanced in your hand.  Strange runes dance about the edge of the

blade, ones which you suspect to contain some elusive mystical power.

~
P
-1

#1091
pole axe~
pole axes~
steel~
steel~
lies on the ground.~
lie on the ground in a pile.~
~
~
Kiian~
Orb~
5 1091 -2147467264 0 8193 3162144
1 194 8194 0 0 0 4
0 3 7 5
700 1750 10 -1 2 1000 0 0
-1
E
either~
A broad steel axe head set upon a long wooden haft.  Topped off with a

jagged spike, this two-handed weapon can deliver a sizeable chop.

~
P
-1

#1092
single-bladed axe~
single-bladed axes~
old battered iron~
old battered iron~
lies here collecting dust.~
lie here collecting dust.~
~
~
Kiian~
Orb~
5 1092 -2139095040 0 8193 3162144
1 0 4098 0 0 0 4
0 3 4 8
450 2100 10 -1 2 900 0 0
-1
A 18 1
E
either~
This was once a fine axe, covered with engravings and intricate

decorations, but today is worn and in generally poor condition.  Its

single, backcurving blade has nonetheless remained sharp despite the

weapon's age and neglect, and you think that it would still be of some

worth in battle.

~
P
-1

#1093
wide-bladed scimitar~
wide-bladed scimitars~
~
~
lies here along the ground.~
lie here along the ground.~
~
~
Phule~
Orb~
5 1093 0 0 8193 2129920
1 0 4096 0 0 0 4
0 3 5 2
700 500 3 -1 4 900 0 0
849225821
E
either~
The wide iron blade of this scimitar allows it greater cutting power and

more slashing area, making it a decent enough weapon in the proper hands. 

Red leather has been wound around its grip, improving its effectiveness

in battle.

~
P
-1

#1094
pendant~
pendants~
lapis lazuli~
lapis lazuli~
lies here, shimmering softly.~
lie here, shimmering softly.~
~
~
Kiian~
Phule~
9 1094 393280 0 5 0
0 0 64 0 0 0 4
0 2 0 0
150 1500 10 -1 5 800 0 0
-1
A 13 10
A 21 2
E
either~
A smooth, perfectly-formed piece of lapis lazuli hangs from a supple

silver chain.  Its azure blue a soft shimmer next to the sparkling

brightness of the chain's silver links, this pendant, meant to be worn

around the neck, is a work of finest craftsmanship and clearly of great

value.

~
P
-1

#1095
small piece of~
small pieces of~
+lapis lazuli~
+lapis lazuli~
lies on the ground.~
lie  the ground here.~
~
~
Kiian~
Talis~
6 1095 8650752 0 1 0
0 0 64 0 0 0 4
11 0 0 0
10 250 1 -1 10 1000 0 0
-1
E
either~
A small, smooth piece of the azure-blue gemstone known as lapis lazuli.

~
P
-1

#1096
chain~
chains~
fine silver~
fine silver~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
9 1096 8650752 0 5 0
0 0 147456 0 0 0 4
0 1 0 0
100 250 1 -1 3 750 0 0
-1
E
either~
A very light, very fine chain fashioned from flexible, white silver links. 

It seems surprisingly strong, given its apparently lightness.

~
P
-1

#1097
plant~
plants~
oily black weed~
Murkroot~
lies here spreading its alkaline death.~
lie here spreading their alkaline death.~
~
~
Phule~
Phule~
19 1097 0 8 1 0
0 0 512 0 0 0 4
0 0 0 -1
10 0 1 -1 10 1000 0 0
-1
E
either~
This two-foot long oily black weed is a nasty little creature indeed. 

Alkaline and toxic to most animals, ingestion would cause death if some

magical intervention did not interfere.

~
P
-1

#1098
Tower Gate Key~
Tower Gate Keys~
~
~
sits on the floor.~
sit on the floor.~
~
~
Derna~
Derna~
18 1098 75497472 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 1 1000 0 0
-1
E
either~
A long-necked key.

~
P
-1

#1099
belladonna~
belladonnas~
~
~
~
~
~
~
Kiian~
Kiian~
11 1099 64 0 1 0
0 0 16 0 0 0 4
1 0 0 0
20 250 1 -1 10 250 0 0
-1
E
either~
A small plant, more commonly known as 'Nightshade', and reknowned for its

magical properties.

~
P
-1

#1100
oak desk~
oak desks~
large~
~
is here cluttered with papers and myriad pencils and pens.~
are here cluttered with papers and myriad pencils and pens.~
~
~
Phule~
Phule~
36 1100 0 8 0 0
0 0 2 0 0 0 4
0 0 0 0
8000 400 1 -1 1 1000 0 0
-1
E
either~
What once must have been an exquisite piece of furniture has fallen into

splintering disrepair.  One of the legs has been replaced by a stack of

thick books, and only one drawer seems in working order.

~
E
drawer~
The middle drawer of the well-worn oak desk is the only one that appears

to be in working order.  It appears the owner (or some nameless thief)

had a bit of trouble picking its lock and simply smashed it beyond repair.

~
P
4 -1
open pull~
drawer~
if( rflag( status0, room ) ) {

  act_tochar( #open, ch );

  act_notchar( #ropen, ch );

  remove_rflag( status0, room );

  }

else

act_tochar( #no, ch );

~
E
no~
The drawer is already open!!

~
E
ropen~
$n opens the middle desk drawer.

~
E
open~
You pull open the middle desk drawer.

~
!
4 -1
close push~
drawer~
if( rflag( status0, room ) )

  act_tochar( #no, ch );

else {

  act_tochar( #close, ch );

  act_notchar( #rclose, ch );

  set_rflag( status0, room );

  }

~
E
rclose~
$n closes the middle desk drawer.

~
E
close~
You close the middle desk drawer.

~
E
no~
The drawer is already closed!!

~
!
-1

#1101
wand~
wands~
wood and stone~
+of fire~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
3 1101 0 0 1 0
0 0 0 0 0 0 4
43 10 0 5
50 1000 5 -1 10 1000 0 0
-1
E
either~
A wood and stone wand, the two materials seemingly fused together in an

unnatural, arcane embrace.  The wand feels slightly warm to the touch,

almost uncomfortably so, and you feel the urge to point its metal end

away from you at all times...

~
P
-1

#1102
robes~
robes~
thick gold-runed~
+of spellweaving~
lies here, neatly folden, ready to be worn.~
lie here, neatly folded, ready to be worn.~
set of~
sets of~
Phule~
Fenlyn~
9 1102 262208 8 9 7307264
0 1 16 0 0 0 4
0 5 0 0
300 12000 33 -1 2 400 0 0
854931481
A 12 15
A 20 4
E
either~
This thick robe was made to be worn by a magic user.  Gold runes are sewn

into its hems, and the soft cloth of its make seems to change colour to

fit its wearer.  The runes seem somewhat powerful, yet not beyond that of

a very minor sorceror.

~
P
-1

#1103
dagger~
daggers~
steel~
steel~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 1103 -2147482624 0 24577 0
1 0 8192 0 0 0 4
0 2 5 1
180 450 10 -1 1 1000 0 0
-1
E
either~
A very sharp steel dagger.

~
P
-1

#1104
woolen robe~
woolen robes~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 1104 262144 0 9 0
0 0 4 0 0 0 4
0 4 0 0
500 1750 8 -1 2 300 0 0
-1
A 7 -5
A 8 5
E
either~
A thick woolen robe, made fron the finest of carded wool.

~
P
-1

#1105
dagger~
daggers~
narrow-bladed~
narrow-bladed iron~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 1105 -2138831808 0 24577 0
1 0 4096 0 0 0 4
0 1 6 1
150 300 5 -1 2 900 0 0
-1
A 18 1
E
either~
A very sharp dagger made from an unfamiliar metal.  Its blade is quite

narrow, even at its widest point near the base, but the weapon seems

light in your hand and very well-balanced.

~
P
-1

#1106
phial~
phials~
+filled with a milky liquid~
+of fire shield~
lies here.~
lie here.~
~
~
Kiian~
Merior~
10 1106 262208 0 1 0
0 0 32 0 0 0 4
42 7 10 0
30 300 1 -1 10 1000 0 0
-1
E
%$@^#@*#@$COMMENT~
This is the short-duration version (cheapie) of the f.s. phial.

(Copy of phial of detect magic)

~
E
potion milky phial liquid~
A milky liquid in a small glass phial.

~
E
either~
A milky liquid in a small glass phial.

~
P
-1

#1107
robes~
robes~
thick mithril-runed~
+of conjury~
lies here, neatly folden, ready to be worn.~
lie here, neatly folded, ready to be worn.~
set of~
sets of~
Phule~
Fenlyn~
9 1107 262208 8 9 7307264
0 1 16 0 0 0 4
0 7 0 0
300 25000 57 -1 2 300 0 0
854931978
A 20 6
A 12 20
E
either~
This thick robe was made to be worn by a magic user.  Mithril runes are

sewn into its hems, and the soft cloth of its make seems to change colour

to fit its wearer.  The runes glow with arcane magics; this robe is not

for the weak of will.

~
P
-1

#1108
ivory tusk~
ivory tusks~
~
~
lies here gleaming.~
lie here gleaming.~
~
~
Phule~
Phule~
33 1108 16777216 8 1 0
0 0 640 0 0 0 4
0 0 0 0
100 1500 1 -1 10 1000 0 0
-1
E
either~
Curved and sharp, this long piece of ivory might fetch a nice price.  It

is just over two feet long, and about three inches in diameter at its

thickest.  The ivory is a rich cream color, and is nicked from the

hardships of a long life 

~
P
-1

#1109
gloves~
gloves~
loose-fitting leather~
loose-fitting leather~
lie on the ground.~
lie on the ground.~
pair of~
pairs of~
Kiian~
Marek~
9 1109 -2147483648 0 129 2060
0 0 4 0 0 0 4
0 2 0 0
120 75 1 -1 1 500 0 0
-1
E
either~
A pair of loose-fitting leather gloves.  Their large size makes them

perfect for those with large or unusually-sized hands.

~
P
-1

#1110
lion skin~
lion skins~
thick~
thick~
is lying here.~
are lying here.~
~
~
Phule~
Phule~
33 1110 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
300 1000 1 -1 10 1000 0 0
-1
E
either~
A beautiful thick skin that could be made into a fashionable and

dependable cloak, or fetch a handy price.

~
P
-1

#1111
seahawk feather~
seahawk feathers~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 1111 16777216 8 1 0
0 0 0 0 0 0 4
1 -1 -1 -1
10 5 1 -1 10 1000 0 0
-1
E
either~
This white, light-weight feather looks like it came from a seahawk.

~
P
-1

#1112
blazing campfire~
blazing campfires~
~
~
burns merrily here.~
burn merrily here.~
~
~
Greyclaw~
Greyclaw~
41 1112 0 0 0 0
0 0 64 0 0 0 4
1 1356 0 0
10 0 1 -1 10 1000 0 0
843298864
E
either~
The campfire consists of several large logs which are burning brightly. 

The flames flicker and dance, producing significant heat.  It would serve

well for cooking a meal.

~
P
-1

#1113
small red mushroom~
small red mushrooms~
~
~
is growing here by the path.~
are growing here by the path.~
~
~
Kevona~
Phule~
19 1113 0 0 1 0
0 0 512 0 0 0 4
5 0 0 0
10 100 1 -1 1 1000 0 0
-1
E
either~
This is a small, red, evil-looking mushroom.  Eating it could produce

some strange hallucinagenic effects.

~
P
8 -1
~
~
do_spell( hallucinate, ch );

junk_obj( obj, 1 );

~
!
-1

#1114
oyster's pearl~
oyster's pearls~
~
~
lies here gleaming.~
lie here gleaming.~
~
~
Phule~
Phule~
8 1114 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 100 1 -1 10 1000 0 0
-1
E
either~
This small, round gleaming pearl is highly prized for its sheen.

~
P
-1

#1115
shark tooth~
shark tooths~
~
~
lies here forgotten. Watch your step.~
lie here forgotten. Watch your step.~
~
~
Phule~
Phule~
0 1115 0 8 1 0
0 0 128 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
-1
E
either~
This razor-sharp tooth must have come from one of the watery predators,

the shark.  Rumor has it that a shark-tooth necklace is the mark of a

true warrior.

~
P
-1

#1116
belt of the night~
belts of the night~
~
~
blends in with the darkest of nights.~
blend in with the darkest of nights.~
~
~
Merior~
Fenlyn~
9 1116 64 0 2049 67108864
0 0 4 0 8388608 0 4
0 8 0 0
10 14000 40 -1 10 500 0 0
849647926
A 22 5
A 18 -1
A 19 -1
E
either~
A narrow belt, black as the deepest of nights, radiates a dark power from

within.  One fortunate enough to wear one would be powerful indeed.

~
P
-1

#1117
white rope belt~
white rope belts~
~
~
is lying in a pile on the ground.~
are lying in a tangled pile on the ground~
~
~
Kevona~
Fenlyn~
9 1117 -2147483648 0 2049 0
0 0 16 0 0 0 4
0 1 0 0
100 100 1 -1 1 400 0 0
-1
E
either~
A thick piece of white rope, long enough to wrap around the waist.

~
P
-1

#1118
small strip of sharkskin~
small strips of sharkskin~
~
~
lies here, dropped by some foolish traveller.~
lie here, dropped by foolish travellers.~
~
~
Phule~
Phule~
33 1118 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 400 1 -1 10 1000 0 0
-1
E
either~
Prized for its grip, sharkskin-wound hilts have become fanatically

popular in the desert regions, as the added comfort and stability tends

to make for a better all-around weapon.

~
P
-1

#1119
bronze cap~
bronze caps~
~
~
lies here.~
lie here.~
~
~
Olah~
Olah~
9 1119 0 0 17 2113536
0 1 4196352 0 0 0 4
0 5 0 0
300 400 1 -1 4 800 0 0
-1
E
either~
This round bronze cap has been tailored to fit firmly against your scalp.

~
P
-1

#1120
polished oak pipe~
polished oak pipes~
~
~
lies on the ground.~
lie on the ground.~
~
~
Phule~
Marek~
38 1120 -2147188736 8 16385 0
0 0 66 0 0 0 4
0 0 0 0
10 50 1 -1 1 650 0 0
-1
E
either~
A pipe made of oak, polished to a dark brown, warm shine.

~
P
4 -1
smoke~
tobacco~
obj = has_obj( 874, ch );

if( obj ) {

  junk_obj( obj, 1 );

  send_to_char( #smoke, ch );

  act_notchar( #smoke2, ch );

  drain_stat( ch, con, 50, -1 );

  drain_stat( ch, wis, 15, 1 );

  end;

  }

send_to_char( #no, ch );

~
E
smoke2~
$n lights some tobacco and places it in $s pipe.

~
E
no~
You don't have any tobacco.

~
E
smoke~
You light some tobacco and place it in your pipe.

~
!
7 -1
~
~
if( random( 1, 25 ) == 1 ) {

  send_to_char( #char, ch );

  act_notchar( #room, ch, obj );

  junk_obj( obj );

  }

~
E
room~
$n breaks $s pipe as $e handles it.

~
E
char~
The small pipe cracks as you handle it.

~
!
4 -1
smoke~
rhun~
obj = has_obj( 904, ch );

if( obj ) {

  junk_obj( obj, 1 );

  send_to_char( #smoke, ch );

  act_notchar( #smoke2, ch );

  drain_stat( ch, int, 55, -1 );

  drain_stat( ch, wis, 55, -1 );

  drain_stat( ch, str, 30, 2 );

  end;

  }

send_to_char( #no, ch );

~
E
no~
You don't have any rhun leaves to smoke.

~
E
smoke2~
$n smokes a rhun leaf in $s polished oak pipe.

~
E
smoke~
You light a rhun leaf and smoke it in your pipe.

~
!
-1

#1121
brown duck feather~
brown duck feathers~
~
~
has fallen softly to the ground here.~
have fallen softly to the ground here.~
~
~
Phule~
Merior~
11 1121 285212672 8 17 0
0 0 512 0 0 0 2
0 0 0 0
10 30 1 -1 10 200 0 0
-1
E
either~
This long, soft, light brown feather has come from the wing or tail of a

medium-sized brown duck.  It would make a decent tickling weapon,

chin-teaser, or even pen.

~
P
-1

#1122
bunch of goose feathers~
bunches of goose feathers~
~
~
sits here about to blow away.~
sit here about to blow away.~
~
~
Phule~
Kiian~
33 1122 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 70 1 -1 10 1000 0 0
-1
E
either~
This soft bunch of goose feathers could be used to make a variety of soft

goosedown items.  Pillows, jackets, and shoe insoles come to mind.

~
P
-1

#1123
lily pad~
lily pads~
flat green~
flat green~
floats along the pond's surface.~
float along the pond's surface.~
~
~
Phule~
Phule~
36 1123 0 8 0 0
0 0 512 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
-1
E
either~
This flat greet plant floats on the surface of ponds and lakes, sometimes

sprouting a delicate white lily into the air.

~
P
-1

#1124
white lily flower~
white lily flowers~
~
~
rests here gingerly.~
rest here gingerly.~
~
~
Phule~
Olah~
0 1124 0 8 17 0
0 0 512 0 0 0 2
0 0 0 0
10 10 1 -1 10 200 0 0
-1
E
either~
White, soft, and pure, this tender-petaled lily flower nearly blows away

into the wind at the slightest breeze.

~
P
-1

#1125
yellow tulip~
yellow tulips~
~
~
grows here in the soil, nurtured by the sun and gentle rain.~
grow in in the soil, nurtured by the sun and gentle rain.~
~
~
Phule~
Olah~
11 1125 268435456 8 17 0
0 0 512 0 0 0 2
0 0 0 0
20 10 1 -1 10 200 0 0
-1
E
either~
This fragile yellow tulip is the perfect gift of friendship or love.  A

symbol of devotion and commitment, the tulip has been known to have

magical qualities when utilized by a skilled herbalist.

~
P
-1

#1126
tiny box~
tiny boxes~
~
~
rests here, hidden among the rubble.~
rest here, hidden among the rubble.~
~
~
Merior~
Merior~
15 1126 65536 0 0 0
0 0 0 0 0 0 4
10 5 0 0
1000 0 1 -1 10 1000 0 0
-1
E
either~
A very tiny box lies hidden among the rubble.  It appears to have been

overlooked by those ransacking the room.  Perhaps something of value is

hidden inside.

~
P
-1

#1127
barstool~
barstools~
~
~
sits here beside the counter.~
sit here beside the counter.~
~
~
Phule~
Phule~
35 1127 41943040 8 0 0
0 0 2 0 0 0 4
1 -1 -1 -1
5000 0 1 -1 1 1000 0 0
-1
E
either~
This round barstool sits on four long legs and is mounted with a swivel

point so you can spin to your heart's content.

~
P
-1

#1128
hearty mug~
hearty mugs~
~
~
sits here steaming.~
sit here steaming.~
~
~
Phule~
Phule~
17 1128 8388608 8 16385 0
0 0 0 0 0 0 4
60 60 12 0
10 20 1 -1 10 1000 0 0
-1
E
either~
This white marble mug is filled with a rich coffee, prepared just the way

you like it.

~
P
8 -1
~
~
act_tochar( #savor, ch );

junk_obj( obj, 1 );

obj_to_char( oload( 792 ), ch );

~
E
savor~
You savor every last drop.

~
!
-1

#1129
tiny key~
tiny keys~
~
~
is glistening in the light.~
are glistening in the light.~
~
~
Merior~
Merior~
18 1129 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 1 1000 0 0
-1
E
either~
This key was hidden away so carefully, it must be used to open something

very special to the owner.

~
P
-1

#1130
zinc ingot~
zinc ingots~
~
~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
0 1130 8388608 0 1 0
0 0 0 0 0 0 4
0 0 0 0
20 100 1 -1 10 1000 0 0
-1
E
either~
A small zinc ingot, with an archaic stamp bearing its mark of origin.

~
P
-1

#1131
mug~
mugs~
black marble~
bottomless~
sits here steaming.~
sit here steaming~
~
~
Phule~
Phule~
17 1131 8388608 8 16385 0
0 0 0 0 0 0 4
20000 20000 12 0
10 0 1 -1 10 1000 0 0
-1
E
either~
This black marble mug is filled with steaming hot coffee, just the thing

to have a sip of early in the morning.

~
P
-1

#1132
copper ingot~
copper ingots~
~
~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
0 1132 8388608 0 1 0
0 0 524288 0 0 0 4
0 0 0 0
20 100 1 -1 10 1000 0 0
-1
E
either~
A small copper ingot, still bearing its stamp.

~
P
-1

#1133
finely crafted lute~
finely crafted lutes~
~
~
sits here, waiting to be played.~
sit here, waiting to be played.~
~
~
Phule~
Phule~
8 1133 8388608 8 16385 0
0 0 0 0 0 0 4
0 0 0 0
400 600 1 -1 1 1000 0 0
-1
E
either~
This stringed instrument is capable of bringing to life the most powerful

of melodies or sorrows when played by a true master.

~
P
-1

#1134
blueberry muffin~
blueberry muffins~
~
~
sits here, smelling sweet and looking tasty.~
sit here, smelling sweet and looking tasty.~
~
~
Phule~
Merior~
19 1134 0 8 1 0
0 0 512 0 0 0 4
5 -1 0 0
9 30 1 -1 10 1000 0 0
-1
E
either~
This delightfully tasty concoction is sweet and moist, and absolutely

filled with blueberries.  A light sugar glaze graces its surface, making

every last crumb an enjoyable one.

~
P
-1

#1135
leather neckpurse~
leather neckpurses~
~
~
lies here, perhaps containing some lost valuables.~
lie here, perhaps containing some lost valuables.~
~
~
Phule~
Rebekka~
15 1135 -2147483648 12 5 0
0 0 4 0 0 0 5
5 5 0 0
50 80 1 -1 1 1000 0 0
-1
E
either~
This neckpurse is a long strip of leather with a thin leather pouch

hanging from the end of it with a drawstring attached.  By placing ones

money in this purse, drawing it shut, and wearing it beneath your

clothes, being robbed is much less likely.

~
P
-1

#1136
large walnut~
large walnuts~
~
~
has fallen to the ground here.~
have fallen to the ground here.~
~
~
Phule~
Merior~
19 1136 0 8 1 0
0 0 512 0 0 0 4
5 0 0 0
5 5 1 -1 10 1000 0 0
-1
E
either~
A large, uncracked walnut shell.  Within it must hide a tasty, crunchy

walnut.

~
P
4 -1
eat~
raw large walnut food~
act_tochar( #crack, ch );

act_notchar( #rcrack, ch );

~
E
rcrack~
$n nearly breaks $s teeth while trying to eat an uncracked walnut.

~
E
crack~
It would be much easier to eat the walnut if it were cracked open first.

~
!
4 -1
crack open~
large walnut food~
if( find_stat( ch, str ) > 13 ) {

  act_tochar( #crack, ch );

  act_notchar( #rcrack, ch );

  junk_obj( obj, 1 );

  obj_to_char( oload( 1137 ), ch );

  }

else

  act_tochar( #weak, ch );

~
E
rcrack~
$n cracks open a walnut's hard shell.

~
E
weak~
You try to crack the walnut's shell, but are not strong enough.

~
E
crack~
You crack the walnut's hard shell, revealing a crunchy walnut.

~
!
-1

#1137
crunchy walnut~
crunchy walnuts~
~
~
lies here, sure to become a quick snack for a squirrel.~
lie here, sure to become quick snacks for some squirrels.~
~
~
Phule~
Merior~
19 1137 0 8 1 0
0 0 512 0 0 0 4
5 0 0 0
5 0 1 -1 1 1000 0 0
-1
E
either~
This is what the hard shell of a walnut hides within, the tasty, crunchy

nut which squirrels and various peoples prize.  Salted, it makes an even

better treat.

~
P
-1

#1138
gopher pelt~
gopher pelts~
~
~
lie here forgotten.  It could be valuable.~
lie here forgotten.  They could be valuable.~
~
~
Phule~
Phule~
33 1138 25165824 8 1 0
0 0 16 0 0 0 4
0 0 0 0
80 50 1 -1 10 1000 0 0
-1
E
either~
This pelt is strong and soft.  Some trader is sure to want to buy it.

~
P
-1

#1139
bag of opal dust~
bags of crushed opals~
~
~
lies on the ground here, forgotten.~
lie on the ground here in a small pile, forgotten.~
~
~
Kiian~
Merior~
6 1139 262144 0 1 0
0 0 64 0 0 0 4
0 0 0 0
50 2500 1 -1 10 1000 0 0
-1
E
either~
A small velvet bag, filled with a few precious ounces of a very fine opal

dust.

~
P
-1

#1140
bag~
bags~
small velvet~
small velvet~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Rue~
15 1140 0 4 16385 0
0 0 16 0 0 0 4
1 1 62 0
10 50 1 -1 5 200 0 0
-1
E
either~
A very small velvet bag, perfect for storing precious items of little

size.

~
P
-1

#1141
black leather collar~
black leather collars~
~
~
sits here discarded by the wayside.~
sit here discarded by the wayside.~
~
~
Phule~
Marek~
9 1141 4096 0 5 8380415
0 0 4 0 0 0 4
0 2 0 0
60 20 1 -1 1 400 0 0
-1
E
either~
This thin round black leather collar looks much too small to be worn by

any adventurer.  It must be for someone's pet, or simply decoration. 

Something is engraved on a silver button which is inset in what must be

the front of the collar.

~
E
silver button engrave~
The engravement reads:

 

Hello!  My name is Phuleduccio.  If you've found me and my owner is

nowhere in sight, please mail Phule regarding my whereabouts.  REWARD!! 

for safe return.

~
P
-1

#1142
walnut tree~
walnut trees~
~
~
grows here, stretching its branches high overhead.~
grow here, stretching their branches high overhead.~
~
~
Phule~
Kiian~
0 1142 0 8 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 1 1000 0 0
-1
E
either~
This tall tree bears a large bounty of hard-shelled nuts high in its

branches.  Squirrels chatter happily from their dens at birds which nose

their way too close to their nut hoards.

~
P
-1

#1143
crate~
crates~
small wooden~
small wooden~
rests here on the floor, looking fairly sturdy.~
rest here on the floor, looking fairly sturdy.~
~
~
Phule~
Phule~
35 1143 33554432 8 1 0
0 0 2 0 0 0 4
1 -1 -1 -1
2000 0 1 -1 10 1000 0 0
-1
E
either~
This small, sturdy wooden crate looks to be a reasonably good place to

sit down, if you don't mind an occasional splinter.

~
P
-1

#1144
davenport~
davenports~
padded leather~
padded leather~
sits here against the wall.~
sit here against the wall.~
~
~
Phule~
Phule~
35 1144 33554432 8 0 0
0 0 4 0 0 0 4
2 -1 -1 -1
15000 0 1 -1 10 1000 0 0
-1
E
either~
This black leather, thick padded davenport looks big enough for two

people, but not more.  It looks very confortable and would make a great

place to have a conversation, or simply take a nap.

~
P
-1

#1145
long wooden bench~
long wooden benchs~
~
~
stretches along a wall.~
stretch along the walls.~
~
~
Phule~
Phule~
35 1145 33554432 8 0 0
0 0 2 0 0 0 4
6 -1 -1 -1
10 0 1 -1 10 1000 0 0
-1
E
either~
This long wooden bench, while it may not boast the best of comfort, would

certainly be a welcome place to rest your bones after a long day of

travel.

~
P
-1

#1146
pond~
ponds~
~
~
is here.~
are here.~
~
~
Kiian~
Kiian~
25 1146 65536 0 0 0
0 0 0 0 0 0 4
0 -1 0 0
10000 0 1 -1 10 1000 0 0
-1
E
either~
Murky water covered with scum and green algae forms this pond, replete

with croaking frogs and lilypads.

~
P
-1

#1147
dagger~
daggers~
bone~
bone~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
5 1147 -2147220480 0 8193 0
1 0 128 0 0 0 4
0 3 2 1
150 450 1 -1 2 800 0 0
-1
E
either~
A razor-sharp, thin blade protrudes from this dagger's fine curved handle. 

Made entirely out of a single piece of pale, white bone, this weapon is

lighter, sharper but more fragile than your average piercing weapon.

~
P
-1

#1148
bunch of vulture feathers~
bunches of vulture feathers~
~
~
lie here.~
lie here.~
~
~
Kiian~
Kiian~
34 1148 16777216 0 1 0
0 0 16 0 0 0 4
0 0 0 0
30 80 1 -1 10 1000 0 0
-1
E
either~
A bunch of dark, coarse vulture feathers.  Matted and covered with some

type of blood, on the whole a not very appealing sight at all.

~
P
-1

#1149
claw~
claws~
flockleader's~
flockleader's~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
34 1149 25427968 0 1 0
0 0 64 0 0 0 4
0 0 0 0
200 250 1 -1 10 1000 0 0
-1
E
either~
A large, jagged claw covered with dark feathers, matted blood and reeking

of rot and decay.

~
P
-1

#1150
buckle~
buckles~
polished brass~
polished brass~
les on the ground here.~
lie on the ground here.~
~
~
Kiian~
Kiian~
8 1150 8781888 0 1 0
0 0 2099200 0 0 0 4
0 0 0 0
20 500 1 -1 1 1000 0 0
-1
E
either~
A small brass belt buckle, finely polished and of the finest quality.  It

would seem to fit a belt of modest width, and as you examine it you

notice several strange runes on its surface which glow with a faint amber

light.

~
P
-1

#1151
robes~
robes~
thick krynite-runed~
+of sorcery~
lies here, neatly folden, ready to be worn.~
lie here, neatly folded, ready to be worn.~
set of~
sets of~
Phule~
Fenlyn~
9 1151 262208 8 9 7307264
0 1 16 0 0 0 4
0 9 0 0
300 44000 80 -1 2 400 0 0
854935612
A 12 25
A 20 8
E
either~
This thick robe was made to be worn by a magic user.  Krynite runes are

sewn into its hems, and the soft cloth of its make seems to change colour

to fit its wearer.  The runes nearly hum with magical power; this robe is

obviously not intended to be worn by an apprentice.  It is the robe of a

master.

~
P
-1

#1152
whistle~
whistles~
brass~
brass~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
26 1152 8388608 0 16385 0
0 65536 2097152 0 0 0 4
10 0 0 0
50 250 1 -1 5 500 0 0
-1
E
either~
A very plain whhistle made out of brass.  Not very pretty to look at, but

functional.

~
P
-1

#1153
sceptre~
sceptres~
clawed~
clawed~
lies on the ground, foolishly forgotten.~
lie on the ground, foolishly forgotten.~
~
~
Kiian~
Talis~
0 1153 8650816 4 16385 1048576
0 0 64 0 0 0 4
0 0 0 0
400 1000 13 -1 4 600 0 0
-1
A 18 -1
A 19 1
E
either~
A small, stout metal sceptre.  Its surface is unadorned, save for a small

metal ball which caps one end, and a great, jagged claw on the other.

~
P
-1

#1154
cloak~
cloaks~
deerskin~
deerskin~
lies in a heap.~
lie in a rumpled heap here.~
~
~
Kiian~
Kiian~
9 1154 268697600 0 9 0
0 0 16 0 0 0 8
0 2 0 0
450 200 1 -1 1 500 0 0
-1
E
either~
A soft, supple cloak made from several deerskins, carefully stitched

together to form a comfortable garment.  A small clasp is attached so you

may fasten it around your neck.

~
P
-1

#1155
scroll~
scrolls~
crisp white~
+of burning hands~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
2 1155 262208 0 16385 0
0 0 1 0 0 0 4
10 7 1 0
20 250 10 -1 10 1000 0 0
-1
E
either~
A crips white scroll, covered with pale, reddish runes.

~
P
-1

#1156
cactus~
cacti~
~
~
grows here amidst the sand and pebbles.~
grow here amidst the sand and pebbles.~
~
~
Phule~
Phule~
0 1156 8388608 8 0 0
0 0 2 0 0 0 4
0 0 0 0
5000 0 1 -1 1 1000 0 0
-1
E
tiny needles~
These long needles are sharp and may be poisonous.  Watch where you touch

this plant.

~
E
either~
This tall cactus forks into three branches, all pointing upward. 

Thousands of tiny needles sprout from its surface.

~
P
-1

#1157
robes~
robes~
thick electrum-runed~
+of wizardry~
lies here, neatly folden, ready to be worn.~
lie here, neatly folded, ready to be worn.~
set of~
sets of~
Phule~
Fenlyn~
9 1157 262208 8 9 7307264
0 1 16 0 0 0 4
0 11 0 0
300 32000 65 -1 2 400 0 0
854937100
A 12 15
E
either~
This thick robe was made to be worn by a magic user.  Electrum runes are

sewn into its hems, and the soft cloth of its make seems to change colour

to fit its wearer.

~
P
-1

#1158
burgonet helm~
burgonet helms~
~
~
rests here, its leather buckles undone.~
rest here, their leather buckles undone.~
~
~
Phule~
Olah~
9 1158 -2147483648 0 17 7979008
0 0 4198400 0 0 0 4
0 10 0 0
500 700 1 -1 4 850 1 0
-1
E
either~
The lightweight burgonet protects the head, cheeks, and upper neck, while

allowing excellent vision and plenty of air.  The term "Steel Bonnet" has

been used to describe this lightweight helm which also sports a

sun-blocking visor which overhangs the brow.

~
P
7 -1
~
~
act_tochar( #buckle, ch );

~
E
buckle~
You buckle the burgonet's leather chin straps to secure the helm.

~
!
-1

#1159
knee breeches~
knee breeches~
~
~
lies here in a wrinkled heap.~
lie here in a wrinkled heap.~
pair of~
pairs of~
Phule~
Marek~
9 1159 8388608 8 33 0
0 0 16 0 0 0 4
0 3 0 0
150 350 1 -1 10 400 0 0
-1
E
either~
Knee breeches like these offer great freedom of movement and were often

made in bright, flashy colors.  The legs lace on your calf just below the

knee, with the thick cotton breeches hanging loosely about your thighs.

~
P
-1

#1160
cabasset helmet~
cabasset helmets~
~
~
lies here, bright green plume drawing attention.~
lie here, bright green plumes drawing attention.~
~
~
Phule~
Phule~
9 1160 0 0 17 3162112
0 0 4202496 0 0 0 4
0 4 0 0
250 300 1 -1 4 800 1 0
-1
E
either~
This small, thin, lightweight steel helmet sports a long green plume from

its pointed crest.  Cheek plates hang down either side to protect the

ears and face, while bronze buttons pounded into various key sites on the

helmet's surface provide extra stability and durability.

~
P
-1

#1161
red peasant dress~
red peasant dresses~
~
~
lies in a soft heap at your feet.~
lie in a soft heap at your feet.~
~
~
Phule~
Marek~
9 1161 8388608 8 9 0
0 0 16 0 0 0 4
0 1 0 0
150 100 1 -1 4 400 0 0
-1
E
either~
This lightweight dress has been worn extensively by the peasant and free

classes of the Realms.  Made from smoothly woven cotton, the dress is cut

straight down to the waist where it flares to the bottom to allow freedom

of movement for horseback riding.

~
P
-1

#1162
gentleman's buckle boots~
gentleman's buckle boots~
~
~
sits here, waiting to be worn.~
sit here, waiting to be worn.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1162 -2139062272 8 65 0
0 0 4 0 0 0 8
0 0 0 0
100 250 1 -1 4 500 0 0
-1
E
either~
A gentleman needs a comfortable boot to protect his feet as he trods the

dusty grounds of a festival or tournament, as well as a bit of dash and

sparkle to compliment his sartorial finery.  This handsome buckle boot

satisfies both requirements, with rich-looking suede leather finished off

by a brightly polished brass buckle.

~
P
-1

#1163
swordsman's tunic~
swordsman's tunics~
~
~
lies forgotten at your feet.~
lie forgotten at your feet.~
~
~
Phule~
Marek~
9 1163 -2139095040 8 9 0
0 0 4 0 0 0 2
0 3 0 0
150 300 1 -1 4 400 0 0
-1
E
either~
This narrow-sleeved shirt is fitted to best suit a swordsman for battle. 

The sleeves do not billow out for appearance and thus do not interfere

with the dance of parry thrust.

~
P
-1

#1164
flamberge rapier~
flamberge rapiers~
~
~
lies here, flame-waved blade gleaming.~
lie here, flame-waved blades gleaming.~
~
~
Phule~
Orb~
5 1164 8390656 0 8193 2097152
1 0 139264 0 0 0 4
0 2 5 2
450 1200 5 -1 4 1000 0 0
-1
A 18 1
E
either~
For the formal duelist, the flamberge (wavy) blade is a popular and

flashy choice.  It is thought to produce a more deadly wound, and

certainly looks as if that is the case.  When parrying with the blade,

the opponent's blade is slowed considerably and the vibrations produced

on the opponent's sword could often make him/her drop his/her weapon. 

The helt is swept silver, while the thin, gleaming blade is spotless

steel.  The wire-wrapped grip could leave some room for comfort, but is

functional.

~
P
-1

#1165
barbute helmet~
barbute helmets~
~
~
lies discarded near your feet.~
lie discarded near your feet.~
~
~
Phule~
Phule~
9 1165 0 0 1 0
0 0 0 0 0 0 4
0 5 0 0
450 550 1 -1 6 790 0 0
-1
E
either~
This helm has proved to be an excellent combat helmet, covering the whole

head adequately.  With a T-shaped slot in front, it provided good

visibility, great protection, and good ventilation.  The barbute is

popular not only with infantry, but knights and nobles as well.  The

steel mass of the helm is ringed by bronze, mostly for style and not

functionality.

~
P
-1

#1166
arming cap~
arming caps~
~
~
has been dropped here.~
have been dropped here.~
~
~
Phule~
Olah~
9 1166 -2147483648 0 17 0
0 0 16 0 0 0 2
0 1 0 0
100 100 1 -1 2 400 0 0
-1
A 8 1
E
either~
Worn under both the helmet and the mail hood, the arming cap offers extra

cushioning for the head and absorb some of the sweat.  Made of cotton and

stuffed with wool, the cap could also simply be worn for warmth when the

weather turns chill.

~
P
-1

#1167
two-handed mercenary sword~
two-handed mercenary swords~
~
~
stretches its steel length at your feet.~
stretch their steel lengths at your feet.~
~
~
Phule~
Phule~
5 1167 16384 0 1 2097152
1 0 8192 0 0 0 4
0 3 6 2
950 750 5 -1 4 1000 0 0
-1
E
either~
This two-hander is slightly larger than a hand-and-a-half sword, but is

relatively lighter and faster than its larger descendents.  The lengthy

steel blade gleams in the light, and the grip is wrapped with durable red

cord.  With the development of plate armour, this type of sword was

needed to crack and dent the armour of the heavy knight of foot soldier,

and can even be used as a lance if grabbed by the blade.  There are even

cases of the sword being swung by the blade using the pommel as a mace.

~
P
-1

#1168
greathelm~
greathelms~
narakin~
narakin~
rests its massive steel weight on the ground at your feet.~
rest their massive steel weights on the ground at your feet.~
~
~
Phule~
Olah~
9 1168 0 0 17 2211840
0 0 8192 0 0 0 4
0 12 0 0
1000 7500 25 -1 6 1000 1 0
-1
E
either~
This beautiful steel helmet with its menacing, narrow eyelit is a

strong, tough steel helmet fully capable of taking the shock of combat. 

A round flat top falls almost straight down for a tight fit on all sides,

coming down well below the chin in front but leaving the knight slightly

exposed at the nape of the neck.  This particular helm has brass

reinforcing bands in a sword shape pointing down across the front of the

helm, with the crosspiece centered around the two eyeslits.

~
P
-1

#1169
leather surcoat~
leather surcoats~
~
~
lies here neatly folded.~
lie here neatly folded.~
~
~
Phule~
Fenlyn~
9 1169 276824064 0 9 0
0 0 20 0 0 0 8
0 3 0 0
150 400 1 -1 4 600 0 0
-1
E
either~
Under the burning hot sun, knights learned t ocover their armor with

tunics or surcoats such as these.  Made of a lightweight leather

material, the surcoats usually are custom-made with the knight's chosen

crest worn on the chest of the surcoat.

~
P
-1

#1170
two-handed flamberge~
two-handed flamberges~
~
~
lies at your feet, nearly blocking the path.~
lie ar your feet, nearly blocking the path.~
~
~
Phule~
Phule~
5 1170 8407040 0 8193 2146304
1 0 8192 0 0 0 4
0 2 12 2
800 1500 15 -1 5 1000 0 0
-1
E
either~
Wielded by the biggest, burliest and sometimes most flamboyant mercenary

troops, these massive two-hand swords are used to break the opposing

army's front line or simply crush an unwanted adversary.  The fearsome

flamberge (waved flame) blade inspired fear, and the large, leather-bound

ricasso above the hilt and below a second crosspiece allowed for even

greater leverage when charging enemy soldiers.

~
P
-1

#1171
military rapier-sword~
military rapier-swords~
~
~
brightens the ground at your feet.~
brighten the ground at your feet.~
~
~
Phule~
Orb~
5 1171 0 0 8193 2097152
1 0 2105348 0 0 0 4
0 3 4 2
450 938 5 -1 5 1000 0 0
-1
E
either~
This attempt to combine the rapier with the military broadsword met with

varying degrees of success, depending upon the swordsman who wields it. 

Forged of high-carbon steel, the blade is long, thin, yet strong enough

to pierce all but the strongest of plate armours.  The leather grip

provides comfort and stability, with the pommel and guard both of brass.

~
P
-1

#1172
iron backsword~
iron backswords~
~
~
lies here carefully sharpened.~
lie here carefully sharpened.~
~
~
Phule~
Phule~
5 1172 -2139095040 0 8193 2097152
1 0 4096 0 0 0 4
0 1 8 2
450 250 5 -1 4 900 0 0
-1
A 18 1
E
either~
The unusual combination of design elements in this military-style sword

made it very popular across the continent.  The sword has a single-edged

blade which is coveted because it is easier to make and becase the single

edge can be made sharper due to the longer angel of the bevel.  The long,

straight profile provides excellent cutting power, but with a thrusting

point.  The blade length--37 inches--was carefully chosen to be ideal for

a calvaryman, but not too long for use by infantry.  The simple, recurved

crossguard and knuckle bow protect the hand without being cumbersome, and

there is even a finger guard should the wielder's finger be extended over

the crosspiece.  All in all its a streamlined, well-thought-out sword

design which fighting men of all stations prize.  The grib is wood wound

with leather.

~
P
-1

#1173
hand-and-a-half sword~
hand-and-a-half swords~
~
~
lies here, waiting to be wielded.~
lie here, waiting to be wielded.~
~
~
Phule~
Orb~
5 1173 0 0 8193 2097152
1 0 8192 0 0 0 4
0 2 7 2
450 400 10 -1 4 1000 0 0
-1
E
either~
The hand-and-a-half sword represents a strategic advantage in close

combat weaponry.  With improving armour and thicker mail and even plates

protecting knights, weaponsmiths countered with this larger and slightly

heavier than standard blade.  The longer handle makes it easy to use two

hands when advantagous, but the weighted pommel balances the sword so

well that one hand can be used to effectively wield the blade.  The

crossguard, pommel, and blade are steel while the hilt is leather-wound

wood.

~
P
3 -1
~
~
if( random( 1, 7 ) == 3 ) {

  act_tochar( "You use your off hand for extra leverage...", ch );

  act_notchar( "$n uses $s off hand for extra leverage...", ch );

  attack_weapon( ch, victim, 2d7, "backslash" );

  }

~
!
-1

#1174
war hat~
war hats~
~
~
lies here collecting rainwater.~
lie here collecting rainwater.~
~
~
Phule~
Olah~
9 1174 -2138832896 0 17 3162112
0 0 4196352 0 0 0 4
0 5 0 0
350 200 1 -1 6 775 0 0
-1
E
either~
The war hat is universally popular, although worn primarily by the

usually under-equipped footsoldier.  Eminently practical, the wide

sloping brim protects the soldier from millies and blows from axes or

swords.  Coupled with a mail cowl, it gives superb protection, great

visibility and unhindered breathing.

~
P
-1

#1175
falcata~
falcatas~
~
~
lies here, inward curving blade shining.~
lie here, inward curving blades shining.~
~
~
Phule~
Orb~
5 1175 0 0 8193 2097152
1 0 2105344 0 0 0 4
0 2 7 2
325 950 30 -1 6 1000 0 0
-1
A 19 1
E
either~
One of the most devastating short swords ever made, the wide, inward-

curving blade of the falcata delivers a tremendous blow and can split

both shield and helmet.  The steel blade is joined at its wide base by a

solid brass handle with a strange, yet functional, recurve.

~
P
-1

#1176
narakin scimitar~
narakin scimitars~
~
~
lies here, basking in the light.~
lie here, basking in the light.~
~
~
Phule~
Orb~
5 1176 0 0 8193 2097152
1 0 2105344 0 0 0 4
0 2 7 2
575 650 10 -1 4 900 0 0
-1
A 18 1
E
either~
The long, sweeping blade curve is superb for drawcuts and lethal for

slashing.  This steel 31 1/2 inch blade has a strong and well-developed

back edge, plus a narrow fuller on each side.  The curved hardwood grip

is separated from the blade by a star-shaped brass handguard.

~
P
-1

#1177
brass-hilted poignard~
brass-hilted poignards~
~
~
litters the area.~
litter the area.~
~
~
Phule~
Orb~
5 1177 8388608 0 8193 0
1 0 8192 0 0 0 4
0 2 5 1
200 200 15 -1 4 1000 0 0
-1
E
either~
When wearing a sword is inappropriate or impossible, a long dagger--or

poignard--can be a favored companion.  Lightweight, deadly, and most of

all elegant, this dagger can also be carried en-suite with a sword or

rapier, or even simply as a backup weapon.  The long, thin blade is

strong steel, while the hilt and pommel are brass.

~
P
-1

#1178
scimitar~
scimitars~
finely balanced~
finely balanced~
lies stretched along the ground.~
lie stretched along the ground.~
~
~
Phule~
Marek~
5 1178 8388608 8 8193 3194880
1 0 2121728 0 0 0 4
0 2 9 2
400 1000 20 -1 5 1000 0 0
-1
A 18 1
E
either~
This is a big scimitar, with a curving 11-inch hardwood grip designed for

two hands, but the balance is such that it can easily be swung with one. 

The sweeping curve of the blade is 34 inches long, forged from mithril

and steel.  Both the pommel and the guard are of solid brass, while

indecipherable runes are etched along the length of the blade.

~
P
-1

#1179
soft cotton turban~
soft cotton turbans~
~
~
lies here in a crumpled mass.~
lie here in a crumpled mass.~
~
~
Phule~
Olah~
9 1179 276824064 8 17 0
0 0 16 0 0 0 4
0 3 0 0
100 50 1 -1 3 300 0 0
-1
E
either~
This soft white cotton turban keeps the sun off your brow and also offers

some cushion against blows.

~
P
-1

#1180
flimsy silk dress~
flimsy silk dresss~
~
~
lies here discarded.~
lie here discarded.~
~
~
Phule~
Marek~
9 1180 8388608 8 9 0
0 0 16 0 0 0 4
0 0 0 0
10 200 1 -1 10 300 0 0
-1
E
either~
This thin veil of silk covers--well, is worn over--the body well enough

to not be truly indecent, but not by much.

~
P
-1

#1181
long velvet cape~
long velvet capes~
~
~
is here, ready to be worn.~
are here, ready to be worn.~
~
~
Phule~
Marek~
9 1181 -1870659584 0 9 0
0 0 16 0 0 0 8
0 2 0 0
200 200 1 -1 4 400 0 0
-1
E
either~
White cotton beneath a black velvet shell, this cape and hood sin the

perfet accomplish for all your stealthy activities.

~
P
-1

#1182
glass bead~
glass beads~
~
~
lies on the ground here, forgotten.~
lie on the ground here, forgotten.~
~
~
Kiian~
Fenlyn~
11 1182 0 0 1 0
0 0 32 0 0 0 4
1 0 0 0
8 10 1 -1 10 1000 0 0
836956901
E
either~
A small, round glass bead.  It is clear and threatens to roll out of your

palm and onto the ground if you are not careful.

~
P
-1

#1183
silver samite sleeves~
silver samite sleeves~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Kreel~
Jimbalaya~
9 1183 8650816 0 257 7307264
0 1 65552 0 0 0 4
0 5 0 0
150 2000 10 -1 5 1000 0 0
854940845
E
either~
These sleeves are wrought of fine, delicate silk woven with glimmering

strands of silver.  They are light and soft.  A collage of shifting

colors plays across the many silken folds.

~
P
-1

#1184
rocking horse~
rocking horses~
~
~
is sitting in the corner of the room.~
are sitting in the corner of the room.~
~
~
Merior~
Merior~
12 1184 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
837035900
E
either~
A small wooden rocking horse has faint traces of color where once

brightly colored mane and saddle once were.  There is a hole through the

mouth where a rein was once strung; but the rein itself is missing now. 

The horse shows signs of heavy use, and seems almost to rock sadly now

that it is no longer used.

~
P
-1

#1185
swordbelt~
swordbelts~
leather~
leather~
lies here forgotten.~
lie here forgotten.~
~
~
Phule~
Fenlyn~
0 1185 -2139095040 8 2049 2097152
0 0 6 0 0 0 4
0 0 0 0
10 100 1 -1 10 500 0 0
837124739
E
either~
This swordbelt is a double-wrap, meaning it wraps twice around your waist

for added stability and comfort.  Made of soft leather, the belt has

several silver links sewn into it for added protection and strength.  A

wooden sheath hangs off of the belt.

~
P
-1

#1186
glass rose~
glass roses~
~
~
has been carelessly discarded here.~
have been carelessly discarded here.~
~
~
Greyclaw~
Kiian~
8 1186 64 4 16385 864
0 0 32 0 0 0 4
0 0 0 0
10 3000 1 -1 10 300 0 0
837219602
A 8 5
A 10 5
E
either~
The glass rose is very delicate, made out of the finest crystal.  Each

petal has been carefully formed.  It must have taken a skilled craftsman

many days to create.  It is very beautiful and an impressive object.

~
P
-1

#1187
deck of cards~
deck of cardss~
~
~
~
~
~
~
Greyclaw~
Greyclaw~
40 1187 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
837283544
E
either~
Under Construction

~
P
-1

#1188
pile of iron rivets~
piles of iron rivets~
~
~
lies on the ground.~
lie on the ground~
~
~
Padraig~
Padraig~
8 1188 0 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 0 0
837290933
E
either~
Minutely fashioned, these rivets will serve the purposes of the

most demanding craftsmen.

~
P
-1

#1189
gold samite sleeves~
gold samite sleeves~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Kreel~
Jimbalaya~
9 1189 8650816 0 257 7307264
0 1 65552 0 0 0 4
0 6 0 0
180 5000 20 -1 5 1000 0 0
854941931
E
either~
These artful sleeves are woven of the finest silk threaded with

glimmering bands of gold.  They are lightweight and bright, their golden

threads and luxuriant silk catching the light.

~
P
-1

#1190
pile of steel rivets~
piles of steel rivets~
~
~
lies glinting on the ground.~
lie glinting on the ground.~
~
~
Padraig~
Padraig~
8 1190 0 0 1 0
0 0 8192 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 0 0
837291702
E
either~
Minutely fashioned, these rivets will serve the purposes of the

most demanding craftsmen.

~
P
-1

#1191
pile of mithril rivets~
piles of mithril rivets~
~
~
lies gleaming on the ground.~
lie gleaming on the ground.~
~
~
Padraig~
Padraig~
8 1191 0 0 1 0
0 0 16384 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 0 0
837292128
E
either~
Minutely fashioned, these rivets will serve the purposes of the

most demanding craftsmen.

~
P
-1

#1192
greathelm~
greathelms~
~
~
sits on the ground.~
sit on the ground.~
~
~
Padraig~
Phule~
9 1192 0 32 17 7979008
0 0 4194304 0 0 0 4
0 15 0 0
1000 3000 20 -1 8 1000 0 0
837293378
E
either~
Highly polished and ornamented this full helm provides complete

protection for the wearer but limits visibility and breathing.

~
P
-1

#1193
book~
books~
leather-bound~
+of Phule~
rests here collecting dust on its age-worn pages.~
rest here collecting dust on their age-worn pages.~
~
~
Phule~
Phule~
0 1193 0 8 16385 0
0 0 0 0 0 0 4
0 0 0 0
200 10000 50 -1 10 1000 0 0
837313222
A 11 50
E
either~
This leatherbound tome is covered with thick dust.  The pages have

obviously not been read in some time, and appear ancient and brittle. 

The silver lettering which once adorned its cover have long since worn

away.

~
P
0 -1
read~
book table contents~
act_tochar( #table, ch );

~
E
table~
You gingerly open the book and read its table of contents.

 

@I The @bfront@n cover: the @bnature@n of a Phule.


@I The @bback@n cover: the @bsummary@n of the story of Phule.

~
!
0 -1
read~
back summary~
act_tochar( #read, ch );

~
E
read~
You turn to the book's summary etched on inside of the back cover and

read the author's summary of the book:

 

@I Phule was a spritely lad, given to magic and general miscreantivity."

@I One day Greyclaw noticed his budding magic and asked him to help in

@I the creation of a new world."

@I Phule though, "Hrmm....this could be fun!" and agreed forthwith to

@I assist his new friend and master."

@I Then, due to a freak of nature coincideing with one of Phule's create

@I light spells, he was turned into a small, furry housecat.

@I A few ducks rescued the helpless kitten and nursed him back to health.

@I When his magic returned, Phule donned the guise of a duck in honor of

@I the help he received from his fowl friends.

~
!
0 -1
read~
front nature~
act_tochar( #read, ch );

~
E
read~
The nature of a Phule:


Phule (n): 1--a person lacking in judgment or prudence; 2--a harmlessly

@I deranged person or one lacking in common powers of understanding; 3--an

@I imbecile, incapable of earning a living but can be educated to attend to

@I his simpler wants and avoid ordinary dangers.

Phule (v): 1--to spend time idly or aimlessly; 2--to meddle or tamper

@I thoughtlessly or ignorantly.

~
!
-1

#1194
vial of~
vials of~
+sacramental oil~
+sacramental oil~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
11 1194 8388608 0 16385 0
0 0 0 0 0 0 4
2 0 0 0
30 75 1 -1 10 1000 0 0
837371043
E
either~
A small glass vial, covered with simple, yet elegant sacred writings.  A

few precious ounces of a pure, viscous liquid slosh about inside, to be

used in the anointing of the faithful.

~
P
-1

#1195
Obsidian Key~
Obsidian Keys~
~
~
lies hidden in shadows.~
lie hidden in shadows.~
~
~
Padraig~
Padraig~
18 1195 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
837374681
E
either~
Crudely carved from a large block of obsidian, this key is massive and

unadorned.

~
P
0 -1
sleep~
~
obj = has_obj( 1195, ch );

junk_obj( obj );

act_tochar( #junk, ch );

continue;

~
E
junk~
You were in possession of a forbidden item and have now junked it.

~
!
-1

#1196
crystal key~
crystal keys~
~
~
lies glowing on the ground~
lie glowing on the ground.~
~
~
Padraig~
Padraig~
18 1196 3 4 1 0
0 0 0 0 0 0 4
0 0 0 0
50 0 1 -1 10 1000 0 0
837381990
E
either~
An oddly glowing key fashioned from clear crystal.

~
P
-1

#1197
goosefeather torso pad~
goosefeather torse pads~
~
~
rests here gingerly.~
rest here gingerly.~
~
~
Phule~
Kiian~
9 1197 0 8 9 2179072
0 0 16 0 0 0 2
0 1 0 0
450 100 1 -1 1 350 0 0
837408260
E
either~
This soft pad of goosefeathers will fit under your armor and give you a

little added comfort and protection.

~
P
-1

#1198
peach~
peaches~
~
~
lies on the ground.~
lie on the ground.~
~
~
Merior~
Merior~
19 1198 1048576 0 1 0
0 0 512 0 0 0 4
5 -1 0 0
10 5 1 -1 10 250 0 0
837457608
E
either~
A small, over-ripe peach lies on the ground.  Its flesh is mostly brown,

with only bits of the original color showing.  As you bend to examine it,

you are overwhelmed by the rancid smell, and quickly stand upright.

~
P
-1

#1199
duckfeather charm~
duckfeather charms~
~
~
lies here, lonely and forgotten.~
lie here, lonely and forgotten.~
~
~
Phule~
Jimbalaya~
9 1199 268435456 8 5 0
0 0 0 0 0 0 4
0 1 0 0
150 550 5 -1 10 800 0 0
837469166
A 14 5
E
either~
This charm necklace consists of five brown duck feathers which hang on

your chest, weighted down by a shining silver coin which acts as a

pendant.  Its leather cord appears durable and comfortable.

~
P
-1

#1200
dart~
darts~
small red-feathered~
small red-feathered~
~
~
~
~
Phule~
Phule~
0 1200 0 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 50 1 -1 10 1000 0 0
837470671
E
either~
This small red-feathered dart poses no threat physically.  It could only

be for a game.

~
P
4 -1
toss~
dart~
act_tochar( #toss, ch );

act_notchar( #rtoss, ch );

send_to_room( #bull, room );

junk_obj( obj, 1 );

set_rflag( reset0, room );

~
E
no~
You don't see the red-checkered dartboard.

~
E
bull~
@I It flies through the air.....THUNK!!  Bullseye.

~
E
rtoss~
$n tosses a red-feathered dart at the checkered dartboard.

~
E
toss~
You toss the red-feathered dart at the checkered dartboard.

~
!
-1

#1201
bed~
beds~
~
~
stands in a broken heap.~
stand in a broken heap.~
~
~
Merior~
Merior~
12 1201 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
837481551
E
either~
A small, shattered bed stands in the corner of the room.  The covers are

shredded, but still hide its short legs.  The torn sheets seem to move as

if there were something underneath.

~
P
-1

#1202
mithril samite sleeves~
mithril samite sleeves~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Kreel~
Jimbalaya~
9 1202 8650816 0 257 7045120
0 1 65552 0 0 0 4
0 8 0 0
170 9000 30 -1 5 1000 0 0
854942539
E
either~
Wrought of the finest known silk, this pair of sleeves is woven with

sinuous threads of mithril.  The sleeves' ends are fitted with tight

loops, through which the wearer slips his hands, keeping the sleeves

firmly in place.

~
P
-1

#1203
spring~
springs~
~
~
~
~
~
~
Talis~
Talis~
25 1203 65536 0 0 0
0 0 0 0 0 0 4
50 -1 0 -1
100000 0 1 -1 10 1000 0 0
837532170
E
either~
Clear and cool water bubbles up from the ground in a refreshing pool.

~
P
-1

#1204
chicken wing~
chicken wings~
~
~
lies here, making you hungry.~
lie here, making you think about food.~
~
~
Kiian~
Merior~
19 1204 16777216 0 1 0
0 0 768 0 0 0 4
12 0 0 0
9 4 1 -1 10 500 0 0
837571557
E
either~
A small, tasty chicken wing which tastes...just like itself.

~
P
-1

#1205
scorched robe~
scorched robes~
~
+of Zarandar~
lies on the ground in a smoldering heap.~
lie on the ground in a smoldering heap.~
~
~
Merior~
Fenlyn~
9 1205 64 0 9 0
0 0 16 0 0 0 4
0 4 0 0
100 9000 30 -1 2 300 0 0
843180914
A 20 3
A 12 5
A 4 1
A 7 -10
A 6 -5
E
either~
This long robe was probably once white, but is now singed by its

proximity to fire.  It also has the faint odor of burning.

~
P
-1

#1206
spiked war club~
spiked war clubs~
~
~
lies on the ground.~
lie on the ground.~
~
~
Mange~
Marek~
5 1206 262144 0 8193 75325151
0 0 2 0 0 0 4
0 2 15 3
1100 1000 25 -1 1 650 0 0
837672921
E
either~
Formed of a knarled oaken log, this club has large chunks of rough edged

metal protruding from all sides of it.  The wood of the club has taken on

a redish hue and is covered with small chunks of a crusty black substance.

~
P
-1

#1207
krynite samite sleeves~
krynite samite sleeves~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Kreel~
Jimbalaya~
9 1207 8650816 0 257 7307264
0 1 16 0 0 0 4
0 9 0 0
200 13000 40 -1 5 1000 0 0
854943183
E
either~
Purple strands of the powerful metal krynite intertwine in the silk of

these sleeves.  The silk shimmers softly, corruscating ribbons of light

shifting colors along the sleeve's length.

~
P
-1

#1208
apple tree~
apple trees~
~
~
grows here.~
grow here.~
~
~
Merior~
Merior~
0 1208 65536 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
838066034
E
either~
A broad apple tree stands in the meadow, heavy with ripe fruit.  Some of

the branches are low enough that you just might be able to pick one for a

quick snack.

~
P
4 -1
pick take~
apple tree~
if( rflag( reset0, room ) ) {

  if( random(1, 5 ) < 3 )

    send_to_char( #none, ch );

  else {

    obj_to_char( oload( 49 ), ch );

    send_to_char( #ch, ch );

    remove_rflag( reset0, room );

    }

  }

else

  send_to_char( #none, ch );

~
E
ch~
You pick a nice fresh apple.

~
E
none~
There are no apples on the tree.

~
!
4 -1
climb~
apple tree~
send_to_char( #climb, ch );

~
E
climb~
You climb a few feet up the tree, but quickly realize it leads nowhere

and descend back down.

~
!
-1

#1209
furred waterskin~
furred waterskins~
~
~
has been dropped here.~
have been dropped here.~
~
~
Phule~
Merior~
17 1209 -2147221504 8 16385 0
0 0 4 0 0 0 4
300 300 0 0
100 80 1 -1 2 300 0 0
838066316
E
either~
This drinking container is made from a furry brown animal skin.  It is

great for travelling because it can hold several cups of water or other

liquid.

~
P
-1

#1210
bright blue gown~
bright blue gowns~
~
~
lies here in a shimmering heap.~
lie here in a shimmering heap.~
~
~
Phule~
Phule~
9 1210 0 8 9 0
0 0 0 0 0 0 4
0 1 0 0
100 100 1 -1 4 400 0 0
838070389
E
either~
Soft as the stuff of clouds this gown of sky-blue drapes over your arms

in a caress of silk.  Not quite the elegant, courtly cut that a High Lady

of Vaasa would wear to her courtly pursuits, but a peasant gown of

exquisite, loving make.

~
P
-1

#1211
sign~
warning signs~
~
~
which reads "WARNING" hangs on a sturdy post here.~
~
~
~
Derna~
Derna~
12 1211 0 0 0 0
0 0 2 0 0 0 4
0 0 0 0
1000 0 1 -1 10 1000 0 0
838124719
E
either~
The sign is written in some odd text.  The letters swim under your gaze

and suddenly you can read it.  It says: 


                                WARNING


To all who visit here, be warned.  This area is an experiment of the

wizards of the Tower.  If you have urgent business with them, procede to

the Tower but be aware that the entire area is unstable, and the many

dangerous creatures that roam about are pets.  The guards will not rescue

you from the pets or protect you from the wild magics that affect this

area.  Enter here at your own risk.


                                           Haleroen, caretaker

~
P
-1

#1212
giant tomato~
giant tomatos~
~
~
sits here.~
sit here.~
~
~
Merior~
Merior~
19 1212 0 4 16385 0
0 496 512 0 0 0 4
14 0 0 0
30 5 1 -1 10 1000 0 0
893599994
E
either~
This giant tomato is red, ripe, and juicy.  It still has a bit of stem

and several leaves attached.  Although you could eat it, it might be of

use to you in other ways as well.

~
P
-1

#1213
gila scaleskin~
gila scaleskins~
~
~
~
~
~
~
Phule~
Phule~
33 1213 17039360 8 1 0
0 0 4 0 0 0 4
0 0 0 0
80 300 1 -1 10 1000 0 0
838663447
E
either~
This large square-shaped strip of scaly skin is tough and durable.  It

would probably fetch a nice price.  The scales are gold with black

tracings: quite beautiful.

~
P
-1

#1214
electrum samite sleeves~
electrum samite sleeves~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Kreel~
Jimbalaya~
9 1214 8650816 0 257 7307264
0 1 65552 0 0 0 4
0 11 0 0
200 20000 50 -1 5 1000 0 0
854943628
E
either~
A complex latticework of shimmering electrum is woven into the silk of

these fine, delicate sleeves.  The sleeves are one attached with a broad

silken strand that stretches across the wearer's back.  The sleeves' ends

are fitted with snug loops through which the wearer puts his hands.

~
P
-1

#1215
coconut shell~
coconut shells~
~
~
rests here at your feet.~
rest here at your feet.~
~
~
Phule~
Phule~
17 1215 0 8 16385 0
0 0 0 0 0 0 4
50 0 6 0
100 2 1 -1 10 1000 0 0
838164802
E
either~
This empty half of a coconut would make a good cup if no other is

available.  If all else fails, two of them could be banged together if

you can't afford a horse.

~
P
-1

#1216
of stone~
of stone~
~
~
is stacked here.~
are stacked here.~
pile~
piles~
Phule~
Mange~
36 1216 0 8 0 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
838228752
E
either~
Formed of piles of rock with a larger slab placed upon the top.  The

table has been polished to a high sheen.

~
P
-1

#1217
rack of spears~
racks of spears~
~
~
stands here, beckoning you.~
stand here, beckoning you.~
~
~
Phule~
Phule~
15 1217 0 8 0 0
0 0 2 0 0 0 4
100 0 0 0
10 0 1 -1 10 1000 0 0
838228842
E
either~
This large wooden spear rack can hold up to eight spears.

~
P
-1

#1218
broadsword~
broadswords~
single-bladed~
dark steel~
rests here.~
rest here in a pile.~
~
~
Kiian~
Orb~
5 1218 -2138832832 0 8193 3162112
1 0 8256 0 0 0 4
0 2 6 2
575 2400 20 -1 4 1000 0 0
840337536
A 19 1
A 18 1
E
either~
Covered with a series of faint runes, this broadly-bladed sword has but a

single cutting blade.  Its pommel is encrusted with several dark blue stones,

and the entire weapon fashioned from an odd, midnight-black colored

steel.  It would almost seem as if this weapon were designed to cut in but

a single direction, contrary to the customary motions of hand-to-hand

combat.

~
P
3 -1
~
~
if( random( 1, 6 ) == 1 ) {

  act_tochar( #ch, ch, obj );

  act_notchar( #all, ch, obj );

  attack_weapon( ch, victim, 0, "" );

  }

~
E
all~
@b@B$n whirls the blade in a quick arc, ready for another strike!

~
E
ch~
@b@BYou whirl the blade around like lightning, allowing another strike!

~
!
-1

#1219
ring~
rings~
bone~
bone~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Jimbalaya~
9 1219 277086208 0 3 0
0 0 128 0 0 0 4
0 3 0 0
20 50 1 -1 2 650 0 0
838245037
E
either~
A small ring fashioned from a single piece of bone.  Although rather

plain to look at, it would most likely offer some protection to your

fingers.

~
P
-1

#1220
bowl of lobster soup~
bowl of lobster soups~
~
~
sits here steaming off a pleasant aroma.~
sit here steaming off pleasant aromas.~
~
~
Phule~
Phule~
19 1220 8388608 8 1 0
0 0 768 0 0 0 4
10 -1 0 0
10 30 1 -1 10 1000 0 0
838314617
E
either~
The steamy broth of this soup fills the air with a pleasant-enough aroma.

~
P
8 -1
~
~
act_tochar( #lick, ch );

junk_obj( obj, 1 );

obj_to_char( oload( 794 ), ch );

continue;

~
E
lick~
You eat the hearty lobster soup/stew and lick the bowl clean.

~
!
-1

#1221
mashed elf~
mashed elf~
~
~
lay discarded here.~
lay discarded here.~
loaf of~
loaves of~
Mange~
Greyclaw~
19 1221 0 0 1 0
0 0 768 0 0 0 4
20 0 0 0
10 10 1 -1 10 1000 0 0
838320363
E
either~
Ground up into small fragments and smashed together, this loaf of meat

looks much like a meatloaf.

~
P
-1

#1222
dwarf-ka-bob~
dwarf-ka-bobs~
~
~
lays here.~
lie here.~
~
~
Mange~
Kiian~
19 1222 0 64 1 0
0 0 768 0 0 0 4
25 0 0 0
100 14 1 -1 10 1000 0 0
838322030
E
either~
Stuck onto a small stick, large peices of loose dwarf meat have been

brazed over a fire for hours.  The dark red meat is juicy and full of

natural flavors.

~
P
-1

#1223
block of gold ore~
block of gold ores~
~
~
catches your eye, gleaming dimly in its unfinished state.~
catch your eye, gleaming dimly and unfinished.~
~
~
Phule~
Phule~
8 1223 0 8 1 0
0 0 131072 0 0 0 4
0 0 0 0
100 800 1 -1 10 1000 0 0
854946896
E
either~
This small block of gold gleams warm and yellow.  It probably has quite

some value.

~
P
-1

#1224
alligator skin~
alligator skins~
~
~
lies here.~
lie here.~
~
~
Phule~
Kiian~
33 1224 17039360 8 1 0
0 0 768 0 0 0 4
0 0 0 0
400 350 1 -1 10 700 0 0
838401474
E
either~
This tough strip of alligator skin is rough but valuable.

~
P
-1

#1225
piece of sandstone~
pieces of sandstone~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 1225 0 8 1 0
0 0 0 0 0 0 4
1 -1 -1 -1
20 10 1 -1 10 1000 0 0
838403237
E
either~
This small piece of smooth sandstone fits nicely in the palm of your hand.

~
P
-1

#1226
block of mithril ore~
blocks of mithril ore~
~
~
catches your eye, gleaming dimly in its unfinished state.~
catch your eye, gleaming dimly in their unfinished state.~
~
~
Phule~
Phule~
8 1226 0 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 800 1 -1 10 1000 0 0
856597007
E
either~
This small chunk of mithril looks recently mined.

~
P
-1

#1227
piece~
pieces~
+of red chitin~
+of fire ant chitin~
has been carelessly left here.~
have been carelessly left here.~
~
~
Phule~
Phule~
33 1227 25427968 8 1 0
0 0 4 0 0 0 4
0 0 0 0
80 200 1 -1 10 1000 0 0
838411777
E
either~
This large piece of leathery, red-coloured chitin would probably make

excellent armor if the large piece of leatherysmith has the skill.  Five

times and strong and durable as large piece of leathery, yet just as

light.

~
P
-1

#1228
fillet of fish meat~
fillets of fish meat~
~
~
has been left here.~
have been left here.~
~
~
Merior~
Talis~
19 1228 16777216 0 1 0
0 0 768 0 0 0 4
15 0 0 0
20 5 1 -1 10 1000 0 0
868883613
E
either~
This fillet has been cleanly cut from the bones of a fish.  A light smell

of fresh fish wafts from it.

~
P
-1

#1229
robin feather~
robin feathers~
~
~
lies here.~
lie here.~
~
~
Kiian~
Siralla~
34 1229 285474816 0 17 0
0 0 0 0 0 0 2
0 0 0 0
10 25 1 -1 10 200 0 0
838433289
E
either~
A bright red feather, taken from a robin.  It would make a fine pen, or

be useful as a decoration, perhaps.

~
P
-1

#1230
golden talon~
golden talons~
~
~
lies here, razor-sharp and quite deadly.~
lie here, razor-sharp and quite deadly.~
~
~
Phule~
Orb~
5 1230 16778240 8 8193 0
1 0 128 0 0 0 4
0 3 3 1
300 2000 10 -1 5 700 0 0
838495785
E
either~
Covered in a smooth natural resin this large claw literally bends light

around it, shimmering slightly as you look at it.  It tapers to a

wickedly pointed tip, and looks like it could slide through armor or bone

with little resistance.  The base is still attached to part of the foot,

splintered bone providing an adequate, if grotesque, handle.

~
P
-1

#1231
white eagle tailfeather~
white eagle tailfeathers~
~
~
sits here about to blow away.~
sit here about to blow away.~
~
~
Phule~
Phule~
33 1231 16777216 8 1 0
0 0 512 0 0 0 4
0 0 0 0
10 50 10 -1 10 1000 0 0
838496472
E
either~
This long white tailfeather is light and its feathers are soft.

~
P
-1

#1232
rosewood staff~
rosewood staffs~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 1232 -2147073983 0 8193 0
0 0 2 0 0 0 4
0 3 2 4
300 375 15 -1 4 650 0 0
840333119
A 6 5
A 11 5
A 20 3
E
either~
A long, slightly curved staff made of the finest rosewood, carved all

over it surface withfaint, swirling runes and elaborate decorative

devices.  It is light and somewhat soft, but seems to radiate a nearly

measurable warmth.

~
P
-1

#1233
red leather cloak~
red leather cloaks~
~
~
lies here in a neatly folded pile.~
lie here in a neatly folded pile.~
~
~
Phule~
Fenlyn~
9 1233 268435456 0 9 0
0 0 4 0 0 0 8
0 3 0 0
700 2000 10 -1 3 500 0 0
838788591
A 8 5
E
either~
A long, thick cloak of soft, reddish-coloured leather.  It is long and

wide, easily able to wrap around your body like a thick, warm shroud, and

has a deep hood to protect from bitter rain and snow.

~
P
-1

#1234
red chitin vest~
red chitin vests~
~
~
~
~
~
~
Phule~
Fenlyn~
9 1234 8650752 8 9 0
0 0 4 0 0 0 4
0 5 0 0
600 5000 20 -1 5 700 0 0
838795594
A 7 5
E
***HRM***~
I don't know what to make it anti against.

~
E
either~
This firm vest of leathery, red-coloured chitin is an excellent piece of

lightweight armor.  It is much more durable and protective than leather. 

The vest covers the shoulders, back, chest and torso.

~
P
-1

#1235
red chitin leggings~
red chitin leggings~
~
~
~
~
pair of~
pairs of~
Phule~
Fenlyn~
9 1235 8650752 8 33 0
0 0 4 0 0 0 4
0 5 0 0
350 1000 10 -1 5 700 0 0
838795904
E
either~
This firm pair of leggings made of leathery, red-coloured chitin is an

excellent piece of lightweight armor.  It is much more protective and

durable than leather.  The leggings cover the thighs and calves.

~
P
-1

#1236
red chitin sleeves~
red chitin sleeves~
~
~
~
~
pair of~
pairs of~
Phule~
Fenlyn~
9 1236 8650752 8 257 0
0 0 4 0 0 0 4
0 5 0 0
350 2000 10 -1 5 700 0 0
838795913
E
either~
This firm pair of sleeves made of leathery, red-coloured chitin is an

excellent piece of lightweight armor.  It is much more protective and

durable than leather.  The sleeves cover the arms quite adequately.

~
P
-1

#1237
red chitin bracer~
red chitin bracers~
~
~
~
~
~
~
Phule~
Fenlyn~
9 1237 277086208 8 4097 0
0 0 4 0 0 0 4
0 5 0 0
160 3300 14 -1 5 700 0 0
838796028
A 7 2
E
either~
This firm bracer of leathery, red-coloured chitin is an excellent piece

of lightweight armor.  It is much more protective and durable than

leather.  The bracer covers the wrist and forearm.

~
P
-1

#1238
piece~
pieces~
+of black chitin~
+of drone ant chitin~
has been carelessly left here.~
have been carelessly left here.~
~
~
Phule~
Marek~
33 1238 25427968 8 1 0
0 0 4 0 0 0 4
0 0 0 0
80 125 1 -1 10 700 0 0
838798436
E
either~
This is an approximate square food of thick, hard black chitin.

~
P
-1

#1239
black chitin bracer~
black chitin bracers~
~
~
~
~
~
~
Phule~
Fenlyn~
9 1239 277086208 8 4097 0
0 0 4 0 0 0 4
0 4 0 0
160 1000 5 -1 5 700 0 0
838798518
E
either~
This firm bracer of leathery, black-coloured chitin is an excellent piece

of lightweight armor.  it is much more protective and durable than soft

leater.  The bracer covers the wrist and and forearm.

~
P
-1

#1240
black chitin sleeves~
black chitin sleevess~
~
~
~
~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1240 8650752 8 257 0
0 0 4 0 0 0 4
0 4 0 0
350 1000 5 -1 5 700 0 0
838798896
E
either~
This firm pair of sleeves made of leathery, black-coloured chitin is an

excellent piece of lightweight armor.  It is much more protective and

durable than soft leather.  The sleeves cover the arms quite adequately.

~
P
-1

#1241
black chitin leggings~
black chitin leggingss~
~
~
~
~
pair of~
pairs of~
Phule~
Fenlyn~
9 1241 8650752 8 33 0
0 0 4 0 0 0 4
0 4 0 0
350 750 5 -1 5 700 0 0
838798998
E
either~
This firm pair of leggings made of leathery, black-coloured chitin is an

excellent piece of lightweight armor.  It is much more protective and

durable than soft leather.  The leggings conver the thighs and calves.

~
P
-1

#1242
black chitin vest~
black chitin vests~
~
~
lies here.~
lie here.~
~
~
Phule~
Fenlyn~
9 1242 8650752 8 9 0
0 0 4 0 0 0 4
0 4 0 0
600 2000 15 -1 3 700 0 0
838799678
A 7 5
E
either~
This firm vest made of leathery, black-coloured chitin is an excellent

piece of lightweight armor.  It is much more protective and durable than

soft leather.  The vest covers the shoulders, back, chest and belly.

~
P
-1

#1243
sand-coloured snakeskin~
sand-coloured snakeskins~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
33 1243 17039360 8 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
200 125 0 -1 1 1000 0 0
838800455
E
either~
This snake skin is a smooth scaled sheet of sand-cloured snake scales.

~
P
-1

#1244
scaleskin boots~
scaleskin bootss~
~
~
lies here collecting dust.~
lie here collecting dust.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1244 -2147221440 8 65 0
0 0 4 0 0 0 4
0 4 0 -1
600 2000 20 -1 3 500 0 0
838804326
A 1 1
E
either~
These leathery-scaled boots are soft yet durable, a comfortable and

protective covering for your feet.  They have an odd quality about them,

they are so well made.

~
P
-1

#1245
snakeskin gauntlets~
snakeskin gauntletss~
~
~
lies on the ground here.~
lie on the ground here.~
pair of~
pairs of~
Phule~
Derna~
9 1245 8650752 8 129 144
0 0 4 0 0 0 4
0 5 0 0
80 500 15 -1 3 500 0 0
838804588
A 18 1
E
either~
These fine sand-coloured snakeskin gauntlets are marvelous.  Their grip

is superb and their cut excellent, protecting the hands with a layer of

smooth scales.

~
P
-1

#1246
strip~
strips~
+of white birch bark~
+of white birch bark~
lies here forgotten.~
lie here in a small pile.~
~
~
Phule~
Kiian~
11 1246 0 8 16385 0
0 0 2 0 0 0 4
1 0 0 0
30 250 1 -1 10 500 0 0
841548613
E
either~
This small strip of bark is thin and unusally smooth, most likely coming

from a birch tree.  The white colour of the bark stands in stark contrast

to the dark tan of the wood beneath it.

~
P
-1

#1247
stack of books~
stacks of books~
~
~
rests in a tidy pile.~
rest in tidy piles.~
~
~
Talis~
Talis~
35 1247 33554432 0 1 0
0 0 0 0 0 0 4
1 0 0 0
10000 0 1 -1 10 1000 0 0
839267166
E
either~
A stack of books lays piled cover on cover in a haphazard heap.  The bent

corners of sheets with notes on them hang out from pages and covers at

odd angles giving the whole heap a quite dishevled appearance.

~
P
-1

#1248
spear~
spears~
~
~
lies here.~
lie here in a pile.~
~
~
Kiian~
Orb~
5 1248 0 0 8193 2146304
1 0 4098 0 0 0 4
0 2 3 10
300 600 1 -1 1 900 0 0
839298470
E
either~
A short, but thick wooden pole with a sharpened end which comes to a

point and is capped with iron.

~
P
-1

#1249
spear~
spears~
large iron-tipped~
large iron-tipped~
lies here.~
lie here in a pile.~
~
~
Kiian~
Orb~
5 1249 -2147467264 0 8193 3162112
1 0 4098 0 0 0 4
0 2 6 10
500 850 5 -1 1 900 0 0
839298509
E
either~
A long wooden pole, with a single sharpened end which is capped with iron. 

A simple but effective weapon.

~
P
-1

#1250
spear~
spears~
barbed iron~
barbed iron~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 1250 -2147221440 0 1 201326594
1 0 4096 0 0 0 4
0 2 6 10
400 2000 15 -1 2 900 0 0
839301031
A 18 1
E
either~
Crafted entirely from iron, this spear is nonetheless surprisingly light. 

Its long, curved tip jts out at the sides, offering several viscious

blades able to inflict additional harm with each successful strike.

~
P
-1

#1251
giant rabbit skin~
giant rabbit skins~
~
~
is lying here.~
are lying here.~
~
~
Merior~
Merior~
33 1251 16777216 0 1 0
0 0 16 0 0 0 4
0 0 0 0
100 400 1 -1 10 300 0 0
839373901
E
either~
You see a large, furry skin, that looks as if it came from a giant

rabbit, fluffy tail and all.  The only part missing is its feet: no luck

at all.

~
P
-1

#1252
spear~
spears~
crude wooden~
crude wooden~
has been left here.~
have been left here.~
~
~
Mange~
Marek~
5 1252 16384 0 8193 3162112
1 0 2 0 0 0 4
0 1 6 10
300 100 1 -1 1 650 0 0
839452760
E
either~
A large wooden pole, with a sharpened tip pot hardened by fire.

~
P
-1

#1253
black robe~
black robes~
~
~
lays crumpled in a pile on the floor.~
lay crumpled in a large pile on the floor.~
~
~
Talis~
Fenlyn~
9 1253 -2147221504 0 9 0
0 0 16 0 0 0 4
0 5 0 0
350 500 10 -1 5 400 0 0
856719979
E
either~
A simple set of robes woven from durable, black fibers.

~
P
-1

#1254
stinger~
stingers~
giant~
giant bumble bee~
sticks in the ground here.~
stick in the ground here.~
~
~
Kabashira~
Orb~
5 1254 8389632 0 24577 0
0 0 512 0 0 0 4
0 2 4 1
150 100 5 -1 10 2 0 0
839477547
E
either~
This sleek black barbed stinger is about one and a half feet long.  Its

tip and edges are razor sharp.  Although it is impressive, it seems a bit

fragile.

~
P
-1

#1255
shiny clear gem~
shiny clear gems~
~
~
is laying here.~
are laying here.~
~
~
Mange~
Damiel~
6 1255 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
10 7 1 -1 10 1000 0 0
839611138
E
either~
This shiny clear gem, seems to be a perfect specimen.  It's mirror like

facets reflects and seperates light into a myriad of colors.

~
P
-1

#1256
shiny brass bracelet~
shiny brass bracelets~
~
~
lays forgotten here.~
lie forgotten here.~
~
~
Mange~
Fenlyn~
9 1256 -2147483648 0 4097 16384
0 0 2097152 0 0 0 8
0 0 0 0
30 100 1 -1 10 700 0 0
839611585
E
either~
The bracelet is made from highly polished brass.  Its surface is covered

with inlaid designs.

~
P
-1

#1257
giant ferret pelt~
giant ferret pelts~
~
~
lies here.~
lie here.~
~
~
Merior~
Merior~
33 1257 0 0 1 0
0 0 768 0 0 0 4
0 0 0 0
10 300 1 -1 10 1000 0 0
839621252
E
either~
You see a large, furry pelt from an extremely large ferret.  The animal

that grew this coat is fearsome indeed.

~
P
-1

#1258
marble pool fountain~
marble pools~
~
~
~
~
~
~
Phule~
Phule~
25 1258 65536 8 0 0
0 0 0 0 0 0 4
50 -1 0 0
10 0 1 -1 10 1000 0 0
839729260
E
either~
This marble fountain features a pair of carved dolphins.

~
P
-1

#1259
coconut~
coconuts~
~
~
rests here at your feet.~
rest here at your feet.~
~
~
Phule~
Phule~
17 1259 0 8 16385 0
0 0 0 0 0 0 4
50 50 6 0
100 20 1 -1 10 1000 0 0
839740636
E
either~
This coconut shell is filled with lemonade.  A hollow bamboo stalk rests

in it which looks as if it is intended as a straw.

~
P
8 -1
~
~
junk_obj( obj, 1 );

act_tochar( #drink, ch );

act_notchar( #rdrink, ch );

obj_to_char( oload( 1215 ), ch );

continue;

~
E
rdrink~
$n makes an odd slurping sound as he finishes the lemonade in $s coconut

shell.

~
E
drink~
Using the hollow bamboo straw you happily drink the lemonade from the

coconut shell.  Unfortunately you make an odd slurping sound as you

finish the cool beverage.

~
!
-1

#1260
small porcelain cup~
small porcelain cups~
~
~
sits here gingerly on the ground.~
sit here gingerly on the ground.~
~
~
Phule~
Phule~
17 1260 0 8 16385 0
0 0 64 0 0 0 4
50 0 11 0
80 20 1 -1 10 1000 0 0
839741351
E
either~
This fragile little cup would be perfect for tea.  Faint brown stains

within it suggest that it may have recently been used for just that

purpose.

~
P
-1

#1261
small cup~
small cups~
~
~
sits here gingerly on the ground.~
sit here gingerly on the ground.~
~
~
Phule~
Phule~
17 1261 0 8 16385 0
0 0 64 0 0 0 4
50 50 11 0
80 50 1 -1 10 1000 0 0
839741524
E
either~
This small cup of tea is made from pure white porcelain, and sports no

handle as its size would not permit it.  The tea is steaming hot and

smells wonderful.

~
P
8 -1
~
~
junk_obj( obj, 1 );

act_tochar( #drink, ch );

obj_to_char( oload( 1260 ), ch );

continue;

~
E
drink~
After at first merely sipping the hot tea, you drink it slowly just to

savor its rich flavour.

~
!
-1

#1262
null key~
null keys~
~
~
~
~
~
~
Phule~
Phule~
18 1262 0 12 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
839743646
E
either~
This key can be used on doors which are desired as "pick" only.  The key

itself should NEVER enter the game.

~
P
-1

#1263
bowl of steamed octopus~
bowls of steamed octopus~
~
~
sits here.~
sit here.~
~
~
Phule~
Phule~
19 1263 0 8 16385 0
0 0 768 0 0 0 4
11 1 0 0
10 35 1 -1 10 1000 0 0
839743831
E
either~
This bowl of purplish meat and stew is made from the octopus native to

the coasts of the Sea of Light near the city of Narak.

~
P
8 -1
~
~
junk_obj( obj, 1 );

act_tochar( #eat, ch );

obj_to_char( oload( 794 ), ch );

continue;

~
E
eat~
You lick the surpsingly tasty bowl clean.

~
!
-1

#1264
cloak~
cloaks~
+with many folds~
+of many pockets~
lies here in a heap.~
~
~
~
Phule~
Phule~
15 1264 268435456 76 9 0
0 0 0 0 0 0 8
40 0 0 0
800 400 1 -1 3 1000 0 0
839751407
E
either~
This sandy tan leather cloak is is thick and its hood is deep.  The cloak

can be wrapped completely around the wearer or opened to reveal a lining

of many pockets.

~
P
-1

#1265
stick~
sticks~
~
+from a talonwood tree~
decomposes on the ground.~
decompose on the ground.~
~
~
Talis~
Talis~
0 1265 0 0 16385 0
0 0 2 0 0 0 4
0 0 0 0
100 0 1 -1 10 100 0 0
839775863
E
either~
A small stick with several smaller knots and branches coming off at

seemingly random angles.  It is partially covered by a deeply crenelated

bark, at least where the bark hasn't already fallen away.  It is brittle

with age and would not make a very good weapon.

~
P
-1

#1266
scroll~
scrolls~
crisp white~
+of chilling touch~
lies here.~
lie here.~
~
~
Kiian~
Merior~
2 1266 262208 0 16385 0
0 0 1 0 0 0 4
17 7 1 0
20 250 10 -1 10 1000 0 0
839791713
E
either~
A crisp white scroll, covered with scores of tiny, pale-colored runes. 

It seems slightly cold to the touch, and you find yourself hesitant to

handle it for long before it becomes uncomfortable to the touch.

~
P
-1

#1267
knife~
knives~
curved tusk~
curved tusk~
lies on the ground.~
lie on the ground in a small pile.~
~
~
Kiian~
Orb~
5 1267 263168 0 8193 864
1 0 128 0 0 0 4
0 3 2 1
200 400 5 -1 2 700 0 0
839794281
E
either~
This knife has a carefully-carved handle and a long, curved blade made

out of the tusk of a large, and now probably deceased, boar.  Its long

cutting edge is quite sharp and, once you adjust to the unusual shape of

the blade, makes an excellent melee weapon.

~
P
-1

#1268
skullcap~
skullcaps~
rune-inscribed leather~
+of mana focusing~
looks out of place on the floor.~
look out of place on the floor.~
~
~
Talis~
Olah~
9 1268 262208 0 17 0
0 0 4 0 0 0 4
0 2 0 0
10 3000 10 -1 5 300 0 0
856720427
A 20 5
E
either~
A simple skullcap made to sit tightly on top of your head.  It is

constructed of some sort of animal-hide leather and has a series of

swirling silver runes inscribed around its fringe.

~
P
-1

#1269
pinch of sulfur~
pinches of sulfur~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
11 1269 -2147483648 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
20 150 1 -1 10 1000 0 0
839813430
E
either~
A small bit of pale-yellow powder which fits nicely in the palm of your

hand, and threatens to be blown away by the slightest breeze.

~
P
-1

#1270
moss~
mosses~
clod of~
+from the druid's grove~
is deteriorating here.~
are deteriorating here.~
~
~
Talis~
Talis~
0 1270 0 0 16385 0
0 0 512 0 0 0 4
0 0 0 0
50 0 1 -1 10 100 0 0
840023606
E
either~
A spongy greenish yellow moss that is soft to the touch.  Small

reddish-brown roots hand from its underside.  It seems quite absorbant,

and looks like it would make a decent bandage if used properly.

~
P
4 -1
use~
moss~
do_spell( heal, ch, ch );

junk_obj( obj, 1 );

~
!
-1

#1271
block of krynite ore~
block of krynite ores~
~
~
catches your eye, gleaming dimly in its unfinished state.~
catch your eye, gleaming dimly and unfinished.~
~
~
Phule~
Phule~
8 1271 0 8 1 0
0 0 131072 0 0 0 4
0 0 0 0
100 800 1 -1 10 1000 0 0
854946914
E
either~
This small block of

~
P
-1

#1272
amphora~
amphorae~
~
~
rests in its stand~
rest in their stands~
~
~
Talis~
Talis~
0 1272 0 0 24577 0
0 0 512 0 0 0 4
0 0 0 0
2000 10 1 -1 10 10 0 0
840109445
E
either~
A large container, usually for liquids, with a large oval body, narrow

cylindrical neck, and two handles that rise almost to the level of the

mouth for lifting.  These have obviously been here a long time and look

rather fragile.  A lid has been sealed onto the amphora.

~
P
-1

#1273
walnut quarterstaff~
walnut quarterstaffs~
~
~
lies here at your feet.~
lie here at your feet.~
~
~
Phule~
Orb~
5 1273 16384 0 8193 0
0 0 2 0 0 0 4
0 3 6 4
550 3500 15 -1 2 650 0 0
840177232
E
either~
This hefty quarterstaff is made of some variety of hardwood, probably

walnut.  Its wood is dark and lustrous and its heft would make a

successful hit pack a nice whallop.

~
P
-1

#1274
oak quarterstaff~
oak quarterstaffs~
~
~
lies here at your feet.~
lie here at your feet.~
~
~
Phule~
Jimbalaya~
5 1274 16384 0 8193 0
0 0 2 0 0 0 4
0 2 10 4
600 375 20 -1 1 650 0 0
840177829
E
either~
This solid quarterstaff is made of stout oak and rests heavily in your

grip.  It has been sanded and polished and so is more than just an odd

stray branch, rather it is a finely crafted weapon for the experienced

staff-wielder.

~
P
-1

#1275
porcupine quill~
porcupine quills~
~
~
has fallen here.~
have fallen here.~
~
~
Phule~
Phule~
0 1275 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 20 1 -1 10 1000 0 0
840182657
E
either~
A long, thin, sharp porcupine quill.

~
P
-1

#1276
lynx fur~
lynx furs~
thick~
thick~
has been dropped here.~
have been dropped here.~
~
~
Phule~
Merior~
33 1276 16777216 8 1 0
0 0 512 0 0 0 4
0 0 0 0
700 400 1 -1 10 1000 0 0
840234203
E
either~
This thick, heavy fur is soft and would be highly prized for its warmth

and durability.

~
P
-1

#1277
orange fox fur~
orange fox furs~
~
~
skin is lying here.~
skins are lying here.~
~
~
Phule~
Phule~
33 1277 16777216 8 1 0
0 0 4 0 0 0 4
0 0 0 0
100 150 1 -1 10 750 0 0
840237705
E
either~
This fine, soft fur is small but warm.  Several of them could probably be

made into a nice coat.

~
P
-1

#1278
glass key~
glass keys~
~
~
sits here delicately.~
sit here delicately.~
~
~
Phule~
Phule~
18 1278 0 12 1 0
0 0 32 0 0 0 4
0 0 0 0
80 0 1 -1 10 1000 0 0
840257524
E
either~
This small key is made of thick, strong glass.  It does not appear to be

fragile in any way.

~
P
-1

#1279
balloon whistle~
balloon whistles~
~
~
~
~
~
~
Phule~
Phule~
0 1279 10485952 8 1 0
0 0 131072 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
840262546
E
either~
A small silver whistle.

~
P
4 -1
blow~
whistle~
act_tochar( #blow, ch );

act_notchar( #rblow, ch );

if( char_in_room( ch, find_room( 44508 ) ) ) {

  act_tochar( #take, ch );

  act_notchar( #rtake, ch );

  transfer( ch, find_room( 36186 ) );

  junk_obj( obj, 1 );

  act_tochar( #deposit, ch );

  act_notchar( #rdep, ch );

  }

else

  act_tochar( #noth, ch );

~
E
noth~
Since you were not at the landing area, nothing happens.

~
E
rtake~
A balloon lands, picks up $n, and takes off again.

~
E
rdep~
A hot air balloon lands and $n steps out of it.

~
E
deposit~
You land on a rooftop in Narak and are ushered out of the balloon.  Habib

takes his whistle back from you.

~
E
take~
After a few minutes Habib lands his hot air balloon beside you and you

hop in for the return trip.

~
E
rblow~
$n blows a whistle, sending a loud, shrill sound echoing for many miles.

~
E
blow~
You blow the whistle, sending a loud, shrill sound echoing for many miles.

~
!
-1

#1280
smooth ash staff~
smooth ash staffs~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 1280 -2147205055 0 8193 7309324
0 0 2 0 0 0 4
0 1 8 4
300 375 15 -1 10 650 0 0
840329976
A 20 1
A 11 5
E
either~
A long, smooth piece of ash wood, carefully carved and oiled to bring out

subtle highlights, and an odd, soft glow which seems to emanate from

within the wood.

~
P
-1

#1281
smooth ring of gold~
smooth rings of gold~
~
~
lies here, glinting warm and yellow.~
lie here, glinting warm and yellow.~
~
~
Phule~
Orb~
9 1281 268435456 8 3 0
0 0 0 0 0 0 8
0 0 0 0
10 1000 1 -1 5 700 0 0
847087228
E
either~
Fashioned well by a master jeweler, this ring gleams with the warmth of

gold, yellow and pure.

~
P
-1

#1282
candle~
candles~
black~
black wax~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
1 1282 131152 0 1 201326592
0 0 512 0 1 0 4
0 0 75 0
70 250 1 -1 10 700 0 0
840390023
E
either~
A dark candle, the color of the moonless hour, made from an oddly smooth,

wax-like substance.  It gives off an unpleasant, and somehow unsettling

odor, even when unlit.

~
P
-1

#1283
bracer~
bracers~
engraved, greenish metal~
engraved copper~
lies on the ground.~
lie on the ground in a small pile.~
~
~
Kiian~
Fenlyn~
9 1283 -1879048128 0 4097 3260416
0 0 524288 0 0 0 4
0 8 0 0
300 4750 19 -1 5 900 0 0
840394800
A 9 5
A 21 2
E
either~
A very large and heavy bracer made out of a greenish metal.  It is

covered with a series of intricate engravings in a strange, runic script. 

Lined with a layer of worn velvet, this is a piece of armor which has

clearly seen many a battle in its time.

~
P
-1

#1284
spear~
spears~
hand-carved hardwood~
silver-engraved~
lies here diagonally in your path.~
lie here in a pile in your path.~
~
~
Phule~
Marek~
5 1284 8388672 0 8193 405848064
1 0 139266 0 0 0 4
0 2 6 10
300 2250 10 -1 3 650 0 0
840409756
A 18 1
E
either~
This very solid spear of some hardwood is polished to a dark, warm glow,

and is covered with intricate carvings enlaid with silver.  The steel in

its tip has been sharpened to a perfect edge and appears quite durable.

~
P
3 -1
~
~
if( random( 1, 8 ) == 1 ) {

  act_notchar( #all, ch, obj );

  act_tochar( #char, ch, obj );

  attack_weapon( ch, victim, 0, "" );

  }

~
E
char~
@GYou thrust again in a lighting flash of speed.

~
E
all~
@G$n thrusts again in a lighting flash of speed.

~
!
-1

#1285
spear~
spears~
white iron~
white iron~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Orb~
5 1285 -2147205120 0 8193 7421952
1 0 4096 0 0 0 4
0 2 6 10
500 1250 10 -1 3 900 0 0
840410127
A 18 1
E
either~
A long metal spear, made from an iron of the palest hue imagineable.

Its point is razor-sharp and the weapon is extremely light and well-made.

~
P
-1

#1286
mushroom~
mushrooms~
small dark~
small dark~
lies here.~
lie here.~
~
~
Kiian~
Merior~
11 1286 64 0 16385 0
0 0 512 268435456 0 0 4
1 -1 -1 0
10 100 1 -1 10 250 0 0
840511453
E
either~
A small, dark-colored mushroom, stem and all.  It gives off a subtle,

earthy odor which tickles your nose in a slightly sinister manner.  This

is clearly not meant for normal consumption; handle with care.

~
P
-1

#1287
brass bracer~
brass bracers~
heavy~
heavy~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 1287 -1879048128 0 4097 7454720
0 0 524288 0 0 0 4
0 5 0 0
550 1000 5 -1 2 800 0 0
840514604
A 21 1
E
either~
A thick bracer, constructed from several large, overlapping pieces of

brass, with a generous layer of cloth padding along the interior.  It is

somewhat heavy and uncomfortable, and seems to offer a decent amount of

protection.

~
P
-1

#1288
ringmail bracer~
ringmail bracers~
red and black~
red and black~
lies on the ground, bending light in unsettling patterns.~
lie on the ground in a small pile.~
~
~
Kiian~
Fenlyn~
9 1288 268697664 0 4097 7454720
0 0 2048 0 0 0 4
0 4 1 0
260 100 1 -1 3 750 1 0
840516299
A 21 -1
E
either~
A ringmail bracer, made out of metal rings alternatively taken from

strange red and black metals.  Their strange luster bends light at

slightly unsettling angles; you sense the workings of some enchantment

acting upon this item from even the quickest of passing glances.

~
P
-1

#1289
{gem} glass bit~
{gems} glass bits~
nearly clear~
nearly clear~
reflects light in a dazzling display.~
reflect light in a dazzling display.~
~
~
Talis~
Talis~
6 1289 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
10 5 1 -1 10 1000 0 0
840542173
E
after~
A fine imitation of a diamond, scratches on its surface reveal it for the

fake it is.  Careful manufacture of this small bit of glass has caused it

to appear like a rough, unpolished diamond.  Lacking the cleavage to be

cut, it has no real intrinsic value.

~
E
before~
The gem is slightly cloudy on the outside where it has spent millenia in

contact with other minerals.  Beneath the grime, you can make out that

the gem would be as clear as a fine diamond, or fine glass.

~
P
-1

#1290
{gem} beryllonite~
{gems} beryllonites~
nearly clear~
nearly clear~
reflects light in a dazzling display.~
reflect light in a dazzling display.~
~
~
Talis~
Talis~
6 1290 0 0 1 0
0 0 64 0 0 0 4
10 0 0 0
10 750 10 -1 10 1000 0 0
840542292
E
after~
Beneath its unpolished surface, you can make out the gems clear coloring. 

Lacking the fire of a diamond, and being much softer, Beryllonite still

has value of its own.  It would make a much cheaper substitute that would

pass quite easily for a diamond to the untrained eye.

~
E
before~
The gem is slightly cloudy on the outside where it has spent millenian in

contact with other minerals.  Beneath the grime, you can make out that

the gem would be as clear as a fine diamond, or fine glass.

~
P
-1

#1291
{gem} zircon~
{gems} zircons~
nearly clear~
nearly clear~
reflects light in a dazzling display~
reflect light in a dazzling display.~
~
~
Talis~
Talis~
6 1291 0 0 1 0
0 0 64 0 0 0 4
15 0 0 0
10 1500 20 -1 10 1000 0 0
840542293
A 19 0
E
after~
Though unpolished, the clear Zircon nearly passes perfectly for a diamond. 

It displays good fire reflecting back a dazzling display of light even in

the rough.  Only the wear and tear on a few edges that aquired natural

faceting display its weaker state.

~
E
before~
The gem is slightly cloudy on the outside where it has spent millenian in

contact with other minerals.  Beneath the grime, you can make out that

the gem would be as clear as a fine diamond, or fine glass.

~
P
-1

#1292
{gem} diamond~
{gems} diamonds~
nearly clear~
nearly clear~
reflects light in a dazzling display.~
reflect light in a dazzling display~
~
~
Talis~
Talis~
6 1292 0 0 1 0
0 0 64 0 0 0 4
20 0 0 0
10 2500 30 -1 10 1000 0 0
840542295
E
after~
Beneath the unpolished surface, you can make out the clear stone.  No

scratches mar its surface, and the fire contained within is magificent. 

This is it, the paragon of gems, the diamond in the rough.  Now one thing

remains - where to find a good gem cutter?

~
E
before~
The gem is slightly cloudy on the outside where it has spent millenian in

contact with other minerals.  Beneath the grime, you can make out that

the gem would be as clear as a fine diamond, or fine glass.

~
P
-1

#1293
{gem} fake gem~
{gems} fake gems~
cobalt blue~
cobalt blue~
gathers dust on the floor.~
gather dust on the floor.~
~
~
Talis~
Greyclaw~
6 1293 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
10 5 1 -1 10 1000 0 0
840551609
E
after~
Sharp edges, like glass and several small cracks along its edges quickly

reveal the nature of this gem.  It is, in fact, not a gem at all but a

clever imitation of one.  Still, this hunk of glass might be worth

something to someone.

~
E
before~
Beneath the rough surfaces of this uncut gem, you can see that it is

bluish in color.  There is a slight tinge to the color, perhaps

grayish-purple in nature, though it could be caused by imperfections that

still mar the surface.  Turning it slightly the color changes a little,

revealing its pleochroic nature as the gem's color dulls somewhat.

~
P
-1

#1294
{gem} topaz~
{gems} topazes~
cobalt blue~
cobalt blue~
gathers dust on the floor.~
gather dust on the floor.~
~
~
Talis~
Greyclaw~
6 1293 0 0 1 0
0 0 64 0 0 0 4
16 0 0 0
10 200 1 -1 10 1000 0 0
840551610
E
after~
Beneath the rough surface of this blue topaz you can see that it has a

few, small tearlike inclusions.  There is a faint gray tinge to its

color, more readily appearant when viewed from the side.  If properly cut

the inclusions could be removed and the stone set in a way that its

pleochroic gray tinge was not readily seen.

~
P
-1

#1295
{gem} iolite~
{gems} iolites~
cobalt blue~
cobalt blue~
gathers dust on the floor.~
gather dust on the floor.~
~
~
Talis~
Greyclaw~
6 1293 0 0 1 0
0 0 64 0 0 0 4
14 0 0 0
10 500 1 -1 10 1000 0 0
840551611
E
after~
Beneath the rough surface of this iolite gemstone, you can see the

distinctive blue color that earned it the name water sapphire.  A slight

grayish tinge, more blue than purple still visible within it.  When you

turn the stone in your hand, the tinge disapears completely allowing for

the gems strongly pleochroic nature.

~
P
-1

#1296
{gem} sapphire~
{gems} sapphires~
cobalt blue~
cobalt blue~
gathers dust on the floor.~
gather dust on the floor.~
~
~
Talis~
Greyclaw~
6 1293 0 0 1 0
0 0 64 0 0 0 4
18 0 0 0
10 1000 1 -1 10 1000 0 0
840551611
E
after~
Beneath the rough surface of this uncut sapphire you can make out the

striking luster of a beautiful bluish sapphire.  There is a slight tinge

to the color, perhaps a touch of purple to it adding to its distinctive

appearance.  Turning it slightly it pales only a little displaying a

slightly pleochroic nature that will not diminish its value in the least.

~
P
-1

#1297
silver ring~
silver rings~
engraved~
+of levitation~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Jimbalaya~
9 1297 8650816 0 3 0
0 0 131072 0 4096 0 4
0 0 0 0
10 27000 60 -1 10 725 0 0
840597088
E
either~
A plain silver band, covered with intricate engravings.

~
P
-1

#1298
hand axe~
hand axes~
serrated iron~
serrated iron~
has been stuck into the ground here.~
have been stuck into the ground here.~
~
~
Kiian~
Orb~
5 1298 0 0 8193 3145760
1 0 4096 0 0 0 4
0 2 5 8
325 600 5 -1 2 900 0 0
840598038
E
either~
A wooden handle attaches itself to a viscious iron axehead, small in size

but capable of delivering quite the wallop with its heavy, weighted head

and a single iron blade laced with large, saw-edged teeth along its long,

serrated edge.  A weapon designed to inflict pain along with maximum hurt.

~
P
-1

#1299
carrot~
carrots~
~
~
lies on the ground.~
lie on the ground.~
~
~
Merior~
Merior~
19 1299 0 0 16385 0
0 0 0 0 0 0 4
10 0 0 0
10 5 1 -1 10 1000 0 0
840910009
E
either~
You see a bright orange carrot laying on the ground.  Upon closer

examination, it is somehow different from those that usually grow in

gardens.

~
P
-1

#1300
light green mold~
light green molds~
~
~
is growing on the ground.~
are growing on the ground.~
~
~
Merior~
Merior~
19 1300 0 0 1 0
0 0 512 0 0 0 4
5 0 0 0
10 5 1 -1 10 1000 0 0
841003207
E
either~
A small clump of mold, pale green and unappetizing.

~
P
-1

#1301
bit~
bits~
+of darkish powder~
+of darkish powder~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
11 1301 -2147483648 0 16385 0
0 0 32 0 0 0 4
1 0 0 0
10 250 1 -1 10 1000 0 0
841010976
E
either~
A bit of darkish, chalky powder noted for its fragility and rarity. 

You think it would crumble easily if handled carelessly.

~
P
-1

#1302
bracer~
bracers~
runic~
runic~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 1302 268828736 0 4097 404439040
0 0 4 0 0 0 4
0 2 1 0
100 100 1 -1 5 400 0 0
841019610
E
either~
This supple piece of leather is covered in its entirety with strange

runes which glow softly under your scrutiny.  Clearly not mundane in

nature, you hope that this item's enchantment offers some type of

protection beyond its thin layer of leather.

~
P
-1

#1303
corpse~
corpses~
long dead~
+of an ancient being~
lies here, apparently unaffected by time.~
lay here, apparently unaffected by time.~
~
~
Talis~
Talis~
23 1303 0 0 0 0
0 0 512 0 0 0 4
0 0 0 0
20000 0 1 -1 10 1000 0 0
856720881
E
either~
This corpse looks fresh, yet it radiates a feeling of great antiquity. 

Though it is humanoid, and appears to be slightly larger than your

average elf, it looks like no race you know of.  Its skin retains a hint

of greenish tinge, and appears somewhat leathery.  No hair seems to have

grown on it, and its ears are little more than small slits on the sides

of its head.

~
P
-1

#1304
orb~
orbs~
crystal~
ancient crystal~
rests on the ground.~
rest on the ground.~
~
~
Talis~
Talis~
0 1304 64 0 16385 0
0 0 32 0 0 0 4
0 0 0 0
50 0 1 -1 10 1000 0 0
856723144
E
either~
Roughly two inches in diameter, the crystal orb is smooth on the outside

yet seems filled with swirling smoke that actually moves about.

~
P
7 -1
~
~
junk_obj( obj, 1 );

act_tochar( #pl_float, ch );

act_notchar( #float, ch );

wait( 3 );

act_room( #fade, ch );

wait( 3 );

act_tochar( #tale1, ch );

wait( 4 );

act_tochar( #tale2, ch );

wait( 4 );

act_tochar( #tale3, ch );

wait( 5 );

act_tochar( #tale4, ch );

wait( 5 );

act_tochar( #tale5, ch );

wait( 5 );

act_tochar( #tale6, ch );

wait( 5 );

act_tochar( #tale7, ch );

~
E
float~
$n holds the orb in $s hand to admire it, when suddenly it gives off a

warm glow and begins to float above $s hand.

~
E
fade~
The warm light from the orb intensifies briefly as the crystal seems to

fade to nothing.  Once the crystal is completely gone the smoke within

begins to dissipate until nothing is left.

~
E
tale1~
Sudenly a voice sounds within your head.  It seems to be in no language

and every language, yet you find yourself understanding the words the

moment you hear them.

~
E
tale2~
@CAlas, this will be the last message orb I create as I was selected to

invest my life-magic into the runes to insure their continued ability to

function.  I will make the tale brief, as I will have need of all the

magic I can muster all too soon.@n 

~
E
tale3~
@CThe attack came quickly, and we had no way of being prepared.  Many of

us realized our only hopes lay in the refuge of the caverns beneath the

city and it is here we fled bringing with us only the few tools and books

we could carry in our hasty flight.@n 

~
E
tale4~
@CIt has been months since, and we have begun to rebuild as we can, using

spells and hard labor to create a city, a mere shadow of what we had. 

Soon we will send out a scout to see if we can safely return above, and

then again a few months after.  When a scout returns with news that it is

safe, we will return to homes, though I fear it will be many, many years

before that day will come.@n

~
E
tale5~
@COur only hope remains in the last words of our dieing seer, "Our

children, not like us, will be delivered into final freedom".  Though we

seek all that this portent could mean, we can only find hope in its

words.@n 

~
E
tale6~
after a mental sigh of great weariness, the voice continues.

~
E
tale7~
@CThe time approaches.  The first of the scouts awaits nervousely by my

side as I prepare to link the great rune to the portal stones and the new

temple.  As it is my life-magic that will create the final bond to the

new temple, so it is my choice what the command will be that activates it. 

I choose to honor our once great city by using its name.  May the great

orb preserve me and dragons guard me in my final flight.  Farewell.@n

~
E
pl_float~
You hold the orb in your hand to admire it, when suddenly it gives off a

warm glow and begins to float above your hand on its own.

~
!
-1

#1305
~
~
small black rock~
astral marker 'Whisper'~
lies here, half-buried in the earth.~
lie here, half-buried in the earth.~
~
~
Merior~
Merior~
0 1305 0 0 0 0
0 0 64 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
856742344
E
either~
The black rock looks small, but is somehow massive, perhaps more massive

than the miles of earth beneath it.  Its black surface is gleaming, and

on it is a perfect copy of the night sky; the stars and moons all present

in balance.  Or perhaps is the truth of the matter that the sky is the

copy, the stone the original?  As you break eye contact with the stone

you see a flicker of red mar its surface.  A shooting star.  As the star

crosses the rock's surface it leaves a misty trail of stardust which

reads: 'Whisper'.

~
P
-1

#1306
snakeskin~
snakeskins~
brown~
brown~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
34 1306 17039360 0 16385 0
0 0 4 0 0 0 4
0 0 0 0
20 50 1 -1 10 1000 0 0
841112889
E
either~
A long, smooth skin of a recently-departed reptile.

~
P
-1

#1307
snakeskin~
snakeskins~
tan~
tan~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Kiian~
34 1307 16777216 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
20 20 1 -1 10 500 0 0
841113033
E
either~
A thin, tan snakeskin.  It is attractive to look at but appears fairly

fragile.

~
P
-1

#1308
python skin~
python skins~
~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Merior~
34 1308 17039360 4 16385 0
0 0 768 0 0 0 4
0 0 0 0
100 400 1 -1 10 600 0 0
841113287
E
either~
The long, and some would say beautiful, skin of a giant python.

~
P
-1

#1309
snakeskin belt~
snakeskin belts~
supple~
~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 1309 -2139094976 4 2049 1048576
0 0 4 0 0 0 4
0 3 0 0
150 11500 35 -1 5 400 0 0
841113396
A 2 1
A 8 5
A 7 -5
E
either~
A narrow but supple snakeskin belt, different skins, each worked together

in one continuous, overlapping scaled strand which shines softly when

exposed to light.

~
P
-1

#1310
deer corpse~
deer corpses~
~
~
lies rotting on the ground.~
lie rotting on the ground.~
~
~
Merior~
Greyclaw~
23 1310 0 0 1 0
0 0 768 0 0 0 4
1000 2509 0 0
7000 0 1 -1 10 1000 0 0
841113817
E
either~
A corpse of a large animal lies rotting on the ground.  Upon closer

inspection, it appears once to have been a large deer.  His antlers are

broken, and little else remains.

~
P
-1

#1311
adder's tongue~
adder's tongues~
~
~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
11 1311 64 0 1 0
0 0 0 0 0 0 4
1 0 0 0
10 75 1 -1 10 1000 0 0
841115999
E
either~
An adder's tongue.

~
P
-1

#1312
bracer~
bracers~
soft leather~
+of defense~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 1312 -1878785984 0 4097 4587520
0 0 4 0 0 0 4
0 2 1 0
100 100 1 -1 4 400 0 0
841198587
A 21 -1
E
after~
A soft leather strap for your wrist which glows faintly as you examine it. 

Upon second glance, you notice the faintest outline of a single, looping

rune imprinted on the surface of the leather.

~
E
before~
A strap of soft leather for your wrist.

~
P
-1

#1313
block of electrum ore~
block of electrum ores~
~
~
catches your eye, gleaming dimly in its unfinished state.~
catch your eye, gleaming dimly and unfinished.~
~
~
Phule~
Phule~
8 1313 0 8 1 0
0 0 131072 0 0 0 4
0 0 0 0
100 800 1 -1 10 1000 0 0
854946922
E
either~
This small block of silvery blue metal glistens and hums with its hidden

magic.

~
P
-1

#1314
ring~
rings~
hard iron~
trollish~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Caer~
9 1314 277086272 0 3 67110940
0 0 4096 0 0 0 4
0 1 0 0
10 500 1 -1 10 700 0 0
841199808
A 21 2
A 7 -5
E
either~
This ring is made from a very hard, very plain iron.  Its been hammered

and shaped into a nearly square shape, and feels quite heavy - dense,

even - for such a small piece of metal.

~
P
-1

#1315
ring~
rings~
pale stone~
moonstone~
lies on the ground, glowing softly.~
lie on the ground in a pile, glowing softly.~
~
~
Kiian~
Jimbalaya~
9 1315 270794816 0 3 335544320
0 0 64 0 0 0 4
0 1 0 0
10 2000 10 -1 4 650 0 0
841200221
A 20 5
E
either~
Covered with the finest of etchings, this smallish stone ring has been

carved from a single piece of the smoothest, palest yellowish stone

imagineable.  At once light and strong, the ring gives off the slightest

hint of a glow, yet radiates no warmth or discernable aura.

~
P
-1

#1316
serpent's eye~
serpents' eyes~
~
~
lies here.~
lie here.~
~
~
Kiian~
Florian~
34 1316 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 1000 1 -1 10 1000 0 0
841200612
E
#*@$COMMENT~
Under construction for a new custom.

~
E
either~
The eye of a serpent.

~
P
-1

#1317
bracer~
bracers~
light metal~
thin brass~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 1317 -1879048128 0 4097 3227648
0 0 526336 0 0 0 4
0 4 0 0
200 250 2 -1 2 700 0 0
841201618
A 22 1
E
either~
A very light, thin metal bracer which lacks any sort of padding along its

interior.  It seems like it would be more than a bit uncomfortable to

wear.

~
P
-1

#1318
~
~
pale yellowish-white stone~
luckstone~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Talis~
8 1318 3539008 0 16385 402653184
0 0 64 0 0 0 4
0 0 0 0
200 500 10 -1 6 1000 0 0
841202563
A 6 1
A 10 1
A 7 1
A 9 1
A 8 1
E
either~
A small, spherical stone of a pale, whitish hue.  It feels warm to the

touch and gives off the slightest hint of warmth.

~
P
-1

#1319
stone bench~
stone benches~
~
~
is a part of the wall.~
are a part of the wall.~
~
~
Talis~
Talis~
35 1319 35667968 0 0 0
0 0 64 0 0 0 4
3 0 0 0
50000 0 1 -1 10 1000 0 0
856551700
E
either~
Carved from the natural stone and still part of it, the bench is little

more than a ledge.

~
P
-1

#1320
robe~
robes~
grey~
grey~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Eala~
9 1320 0 0 9 0
0 0 16 0 0 0 4
0 2 0 0
350 25 1 -1 1 300 0 0
841283084
E
either~
This is a simple grey robe made from common, homespun cloth.

~
P
-1

#1321
pebble~
pebbles~
~
~
lies on the ground.~
lie on the ground.~
~
~
Merior~
Greyclaw~
13 1321 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
841284318
E
either~
You see a small black pebble on the ground.  As you stoop to pick it up,

you notice that it smells quite foul, and looks just like a rabbit

dropping.

~
P
-1

#1322
enamel bracelet~
enamel bracelets~
~
~
has clattered to the ground here.~
have clattered to the ground here.~
~
~
Merior~
Fenlyn~
9 1322 -2139094976 0 4097 196608
0 0 192 0 0 0 8
0 3 0 0
80 1000 5 -1 4 500 0 0
841459363
A 13 5
E
either~
You see a dark blue enamel bracelet with gold and silver tracings

entwined around its edges.

~
P
-1

#1323
white birch tree~
white birch trees~
~
~
grows here, tall and full of life.~
grow here, tall and full of life.~
~
~
Phule~
Phule~
0 1323 65536 8 0 0
0 0 0 4096 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
841540914
E
either~
This tall slender birch's white bark stands out amidst the ruddy brown

and gray trunks which surround you.  Its bark seems to be peeling.

~
P
0 -1
peel~
white birch tree bark~
if( rflag( reset0, room ) ) {

  remove_rflag( reset0, room );

  i = random( 1, 5 );

  if( i < 3 ) {

    act_tochar( #strip, ch );

    obj_to_char( oload( 1246 ), ch );

    }

  else

    act_tochar( #nope, ch );

  }

else

  act_tochar( #nope, ch );

~
E
nope~
You try to peel of a strip of bark, but come away with only scraped

knuckles.

~
E
strip~
You peel a strip of white birch bark from the tree.

~
!
-1

#1324
seashell~
seashells~
~
~
is covered with sand.~
are covered with sand.~
~
~
Merior~
Fenlyn~
11 1324 262144 0 1 0
0 0 64 0 0 0 4
1 -1 -1 -1
5 5 1 -1 10 1000 0 0
841542331
E
either~
A small seashell of a pearl-gray tone lies on the ground, abandoned by

its former owner.  The shell is small enough that several could fit in

the palm of your hand, and it hardly weighs anything at all.

~
P
-1

#1325
vest~
vests~
loose-fitting deerskin~
loose-fitting deerskin~
lies on the ground.~
lie on the ground.~
~
~
Phule~
Marek~
9 1325 -1879048192 8 9 0
0 0 4 0 0 0 4
0 1 0 0
250 250 1 -1 2 400 0 0
841643519
E
either~
This loose-fitting vest of soft deerskin would probably fit over most

armor or even smaller vests.  While it would not offer much protection,

the soft ruddy brown leather certainly does look snappy.

~
P
-1

#1326
compass rose neckchain~
compass rose neckchains~
~
~
lies here forgotten.~
lie here forgotten.~
~
~
Phule~
Jimbalaya~
14 1326 8421376 8 5 0
0 0 1179680 16777218 0 0 4
0 0 0 0
100 15000 40 -1 10 1000 0 0
841802359
E
either~
A long, thin silver chain run through red and black beads supports a ruby

and silver clasp which in turn holds a large @b@Bmedallion@n in place. 

It is truly a marvelous treasure.

~
E
medallion~
About 5 inches in diameter, this large medallion feels cold and weighty

in your hands.  Although in reality perhaps only weighing a pound, the

medallion seems to bear down toward the earth with a much greater force,

as if more than gravity tugs at its blue-metal surface.  The metal itself

is most strange - not quite platinum, although its dull shine is

reminiscent of it.  There is an odd, dark blue hue to the silvery gleam,

and the metal itself seems to change tint in waves of darker and darkest

blue.

~
P
-1

#1327
waterfall~
waterfalls~
~
~
A stream bubbles by here.~
~
~
~
Phule~
Kaos~
25 1327 65536 8 0 0
0 0 0 0 0 0 4
50 -1 0 0
50000 0 1 -1 10 1000 0 0
841807037
E
either~
This small waterfall cascades in a sheen of crystal water.

~
P
-1

#1328
wooden sword~
wooden swords~
~
~
lies here.~
lie here.~
~
~
Kreel~
Marek~
5 1328 0 0 8193 0
1 0 2 0 0 0 4
0 1 2 2
100 5 1 -1 1 600 0 0
856766180
E
either~
This wooden sword is light-weight and simple - a sighty curved "blade", a

rounded handle and a square cross-piece.

~
P
-1

#1329
stinger~
stingers~
giant~
giant bumble bee queen~
sticks in the ground here.~
stick in the ground here.~
~
~
Kabashira~
Merior~
5 1329 16778240 0 8193 0
0 0 512 0 0 0 4
0 2 6 1
150 1000 5 -1 0 500 0 0
841882331
E
either~
This sleek black stinger is about one and a half feet long.  Its tip is

razor sharp.

~
P
-1

#1330
thick silver-green shell~
thick silver-green shells~
~
~
lies here.~
lie here.~
~
~
Phule~
Orb~
1 1330 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
1000 0 1 -1 10 1000 0 0
850589003
E
either~
This is but a small chunk of the shell, yet it is still heavy and quite

durable.  Silvery-green in colour, it is extremely hard and seems

impermeable to attempts to crush it.

~
P
-1

#1331
fallen, hollow trunk~
fallen, hollow trunks~
~
~
lies here on the forest floor, rotting.~
lie here on the forest floor, rotting.~
~
~
Phule~
Phule~
15 1331 0 8 0 0
0 0 2 0 0 0 4
20 0 0 0
10 0 1 -1 10 1000 0 0
842147350
E
either~
This rotting pine has hollowed out and fallen to the forest floor.  It's

branches are all but gone, and the thick trunk is in crumbling ruins.

~
P
-1

#1332
peaked wizard's hat~
peaked wizard's hats~
~
~
lies on the ground.~
lie on the ground.~
~
~
Merior~
Olah~
9 1332 64 0 17 0
0 0 16 0 0 0 4
0 2 0 0
150 400 7 -1 3 500 0 0
842548474
A 12 5
A 20 1
E
either~
You see a small, peaked black hat with strange symbols inscribe around

its brim.

~
P
-1

#1333
cold slimey fish~
cold slimey fish~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
19 1333 -2147483648 8 1 0
0 0 768 0 0 0 4
20 0 0 0
10 10 1 -1 1 1000 0 0
842566023
E
either~
This small fish looks tasty, and its size makes it quite a hearty meal.

~
P
-1

#1334
brown runic cloak~
brown runic cloaks~
~
~
lies here in a crumpled heap.~
lie here in a crumpled heap.~
~
~
Phule~
Fenlyn~
9 1334 268468288 72 9 7307264
0 0 20 0 0 0 8
0 5 0 0
800 25000 55 -1 9 600 0 0
842580494
A 20 10
A 12 25
E
either~
This cloak of heavy, brown leather would offer much in the simple means

of protection, but silvery runes etched along its surface mark that this

cloak is much more than simple.

~
P
-1

#1335
astral staircase~
astral staircases~
~
~
winds its way up and out of vision above you.~
wind their way up and out of vision above you.~
~
~
Phule~
Phule~
0 1335 0 8 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
842935703
E
either~
This nearly translucent staircase winds its marvelous way up into the

shimmering distance.

~
P
0 -1
climb~
astral staircase~
act_tochar( #climb, ch );

act_notchar( #rclimb, ch );

transfer( ch, find_room( 36190 ) );

act_notchar( #rrclimb, ch );

~
E
rrclimb~
$n arrives from the base of the astral stair.

~
E
rclimb~
$n ascends the astral staircase with caution.

~
E
climb~
You ascend the astral staircase with caution.

~
!
-1

#1336
stick of green chalk~
sticks of green chalk~
~
~
lies on the floor.~
lie on the floor.~
~
~
Merior~
Merior~
8 1336 76808192 4 1 -2147477504
0 0 0 0 0 0 4
-1 -1 -1 -1
10 50 0 -1 1 1000 0 0
843186375
E
either~
This small piece of chalk is colored hunter green.  It could be used to

draw many a fine picture with.

~
P
-1

#1337
dark purple cloak~
dark purple cloaks~
~
~
has been dropped here.~
have been dropped in a pile here.~
~
~
Phule~
Phule~
9 1337 268435456 72 9 0
0 0 4 0 0 0 8
0 3 0 0
200 300 1 -1 1 400 0 0
843261951
E
either~
This soft, deep-recessed cloak made of an extremely dark shade of violet

looks comfortable and warm.

~
P
-1

#1338
fingernail file~
fingernail files~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
5 1338 0 0 8193 0
0 0 2 0 0 0 4
0 1 3 1
20 2 1 -1 1 125 0 0
856767270
E
either~
This small object is made of thousands of grains of sand glued to a long,

thin piece of wood.  One end is rounded, while the other is quite sharp.

~
P
-1

#1339
spool of silver thread~
spools of silver thread~
~
~
lies here, glimmering.~
lie here, glimmering.~
~
~
Phule~
Phule~
8 1339 0 8 1 0
0 0 131072 0 0 0 4
0 0 0 0
10 500 1 -1 10 1000 0 0
854947251
E
either~
A small spool of silver thread, to be woven into cloth.

~
P
-1

#1340
yellow pentagram~
yellow pentagrams~
~
~
is drawn on the floor.~
are drawn on the floor.~
crooked~
crooked~
Merior~
Merior~
0 1340 1 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
843446090
E
either~
A pentagram drawn in yellow chalk has been drawn on the ground.  It seems

to glow with a mysterious magical force.

~
P
-1

#1341
green pentagram~
green pentagrams~
~
~
is drawn on the floor.~
are drawn on the floor.~
neat~
neat~
Merior~
Merior~
0 1341 1 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
843446580
E
either~
A neatly drawn green pentagram has been sketched on the floor.  It glows

and pulses with magical power.

~
P
-1

#1342
blue pentagram~
blue pentagrams~
~
~
is drawn on the floor.~
are drawn on the floor.~
blurred~
blurred~
Merior~
Merior~
0 1342 1 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
843446997
E
either~
A blue pentagram has been drawn on the wooden floor.  It looks as if it

has been drawn, erased, and drawn again.

~
P
-1

#1343
spool of gold thread~
spools of mithril thread~
~
~
lies here, glimmering.~
lie here, glimmering.~
~
~
Phule~
Phule~
8 1343 0 8 1 0
0 0 262144 0 0 0 4
0 0 0 0
10 1000 1 -1 10 1000 0 0
854947278
E
either~
A small spool of gold thread, to be woven into cloth.

~
P
-1

#1344
silver cap~
silver caps~
~
+of magical thinking~
glows with magical power.~
glow with magical power.~
~
~
Merior~
Olah~
9 1344 2359361 12 17 0
0 1 4 0 0 0 4
0 2 0 0
50 5000 20 -1 2 750 0 0
843504291
A 12 10
A 1 -1
A 3 1
E
either~
This small cap is made of shiny silver cloth.  It glitters in the light,

and seems to almost hum with power.

~
P
-1

#1345
bone cameo~
bone cameos~
~
~
shines dully in the light.~
shine dully in the light.~
~
~
Merior~
Jimbalaya~
9 1345 268697664 4 5 0
0 0 128 2 0 0 4
0 2 0 0
10 4000 20 -1 8 500 0 0
843700355
A 13 10
E
either~
A small cameo, carved out of white bones, shines dully in the light. 

Looking carefully, you can see the face of a young child skillfully

carved into its face.

~
P
-1

#1346
book of spells~
books of spells~
~
~
is fragile with age.~
are fragile with age.~
~
~
Merior~
Merior~
7 1346 68161600 4 1 0
0 0 0 0 0 0 4
0 0 0 0
50 100 1 -1 10 1000 0 0
844181046
E
either~
A large leather-bound book shows signs of great wear and tear.  Its cover

contains a drawing of a pentagram, with several other magical devices

around it.  On the inside cover you can just make out the word Zarander,

written in red ink.  The contents of the book are all written in some

strange, indecipherable tongue.

~
P
-1

#1347
cap~
caps~
grey and black fur~
coon skin~
rests on the ground here.~
rest on the ground here.~
~
~
Talis~
Olah~
9 1347 8388608 0 17 0
0 0 512 0 0 0 4
0 3 0 0
60 30 2 -1 2 400 0 0
843845445
A 8 1
E
either~
A sturdy little cap construced from the for of an animal.  The cap, which

fits comfortably over your head and ears, is primarily a shade of

charcoal grey.  From its back hangs a bushy tail striped with parallel

bands of black and grey fur.

~
P
-1

#1348
longsword~
longswords~
fine, untarnished~
elven~
rests on the ground here.~
rest on the ground here.~
~
~
Talis~
Orb~
5 1348 12845056 4 8193 0
1 0 8192 0 0 0 4
0 3 6 2
350 5000 15 -1 4 10000 1 0
843869795
A 18 1
E
either~
This well crafted sword is light and very sharp.  Reflected light glints

from the highly polished blade, momentarily blinding you.  Once the light

etched image fades, you can make out a twining pattern of ivies and

flowers intricately inscribed on either side of the blade.

~
P
-1

#1349
longsword~
longswords~
fine, untarnished~
elven~
rests on the ground here.~
rest on the ground here.~
~
~
Talis~
Talis~
5 1349 12845056 4 8193 0
1 0 8192 0 0 0 4
0 3 6 2
350 5000 15 -1 4 10000 1 0
843869797
A 18 1
E
either~
This well crafted sword is light and very sharp.  Reflected light glints

from the highly polished blade, momentarily blinding you.  Once the light

etched image fades, You can make out a series of odd, arcane runes etched

into the blade.  They look like no language you know of, but when you

look at them you feel an overwhelming sense of inner strength and

righteousness.

~
P
-1

#1350
longsword~
longswords~
fine, untarnished~
elven~
rests on the ground here.~
rests on the ground here.~
~
~
Talis~
Talis~
5 1350 12845056 4 8193 0
1 0 8192 0 0 0 2
0 3 6 2
350 5000 15 -1 4 10000 1 0
843869800
A 18 1
E
either~
This well crafted sword is light and very sharp.  Reflected light glints

from the highly polished blade, momentarily blinding you.  Once the light

etched image fades, you can make out the sinuous form of a wingless

dragon amidst strange plants etched on either side of the blade.

~
P
4 -1
~
~
if( cflag( 35, ch ) ) {

  if( num_mob( 330, room )|| num_mob( 331, room )|| num_mob( 332, room )

    || num_mob( 333, room )|| num_mob( 334, room )|| num_mob( 335, room )

    || num_mob( 415, room )|| num_mob( 458, room )|| num_mob( 481, room )

    || num_mob( 581, room )|| num_mob( 606, room )|| num_mob( 617, room )

    || num_mob( 1275, room )|| num_mob( 1277, room )|| num_mob( 1278, room )

    || num_mob( 1279, room )|| num_mob( 1280, room )|| num_mob( 1281, room )

    || num_mob( 1247, room )|| num_mob( 1290, room ) ) {

    act_room( #oust, ch );

    opcode( obj, 2 );

    end;

    }

  }

~
E
oust~
The leaves of a nearby branch rustle as an ulannu jay takes flight,

calling its raucous alarm.

~
!
4 -1
~
~
set_cflag( 40, ch );

wait( random( 10, 15 ) );

mpcode( mload( 1291, room ), 1 );

act_room( #arrive, ch );

~
E
arrive~
An elven lad comes running in breathing heavily.

~
!
-1

#1351
holy/unholy symbol~
holy/unholy symbols~
~
~
~
~
~
~
Kiian~
Kiian~
14 1351 3145728 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
844022475
E
either~
This is a generic holy symbol to be used for the reagent field for

various spells and should not be reset anywhere.

~
P
-1

#1352
double-bladed axe~
double-bladed axes~
ancient~
ancient~
has clattered to the ground.~
have clattered to the ground.~
~
~
Phule~
Orb~
5 1352 8388608 8 8193 272220192
1 0 8192 0 0 0 4
0 4 5 8
575 8500 35 -1 5 1000 0 0
844046420
A 18 1
E
either~
This massive, weighty axe is a firm handle of oak, wrapped in leather,

and two massive blades which could each easily cleave the head from even

the most thick-necked of bodies.  Between the two blades a spear-head

rests at the end of the handle, making this weapon a deadly one from all

angles.  Strangely, the grip is only large enough for one hand.

~
P
3 -1
~
~
if( random( 1, 6 ) == 3 ) {

  act_tochar( #chop, ch );

  act_notchar( #rchop, ch );

  attack_weapon( ch, victim, 3d6, "backhand" );

  }

~
E
chop~
@b@GYou bring the axe back for a second ruthless chop.@n

~
E
rchop~
@b@G$n brings $s axe back for a second ruthless chop.@n

~
!
-1

#1353
table~
tables~
~
~
rests upon the ground.~
rest upon the ground.~
long wooden~
long wooden~
Mange~
Talis~
36 1353 8650752 0 0 0
0 0 4098 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
844048583
E
either~
The table is crudely constructed of large wooden beams and long iron

spikes.

~
P
-1

#1354
ancient chainmail surcoat~
ancient chainmail surcoats~
~
~
has found its way to your feet.~
have found their way to your feet.~
~
~
Phule~
Fenlyn~
9 1354 -1870659584 0 9 3260416
0 0 8192 0 0 0 8
0 10 0 0
1000 4000 15 -1 5 950 0 0
844051262
E
either~
Easily worn over existing armor, this surcoat of steel chainmail would

offer excellent added protection.

~
P
-1

#1355
decrepit axe~
decrepit axes~
~
~
sits half-broken on the floor.~
sit half-broken on the floor.~
~
~
Phule~
Orb~
5 1355 8388608 8 8193 7421984
1 0 16384 0 0 0 4
0 1 4 8
800 500 1 -1 10 200 0 0
844187828
E
either~
This crumbling, half-broken axe appears as much like kindling as it does

a weapon.  It's shaft is shattered, its once proud iron head chipped and

cracked.  However a slight sparkle gleams from its cross-section.

~
E
sparkle~
The gleam comes from bands of mithril which have been forged into the axe. 

Even though the axe may be worhtless as a weapon its value would be high

indeed to the smith who could extract the valuable metal.

~
P
-1

#1356
crackling campfire~
crackling campfires~
~
~
spits sparks into the sky as it burns here.~
spit sparks into the sky as they burn here.~
~
~
Phule~
Greyclaw~
41 1356 0 8 0 0
0 0 64 0 0 0 4
1 1357 0 0
10 0 1 -1 10 1000 0 0
844196218
E
either~
This campfire consists of several large logs which have been burning for

a little while.  The flames crackle loudly as the wood snaps and the

coals explode into sparks.  It produces a large amount of heat and would

serve well for cooking a meal.

~
P
-1

#1357
dying campfire~
dying campfires~
~
~
burns its way down.~
~
~
~
Phule~
Phule~
41 1357 0 8 0 0
0 0 128 0 0 0 4
1358 1 0 0
10 0 1 -1 10 1000 0 0
844196229
E
either~
The campfire has burned low, only a few red-hot coals remain to offer

heat.

~
P
-1

#1358
embering campfire~
embering campfires~
~
~
glows warm with the glow of its red coals.~
glow warm with the glow of their red coals.~
~
~
Phule~
Greyclaw~
41 1358 0 8 0 0
0 0 128 0 0 0 4
1359 1359 0 0
10 0 1 -1 10 1000 0 0
844196271
E
either~
The campfire has almost burnt itself out, having already reduced itself

to a pile of warm coals.  The bright orange-red glow of the coals dances

about, not in a mad frenzy as a flame, but as the waves of the sea.

~
P
-1

#1359
ashen campfire~
ashen campfires~
~
~
is here, its heat all but gone.~
are here, their heat all but gone.~
~
~
Phule~
Phule~
41 1359 0 8 0 0
0 0 128 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
844196294
E
either~
What once must have been a blazing fire has burned down to nothing but

cold ash.

~
P
-1

#1360
bentwood staff~
bentwood staffs~
~
~
lies here, bothering your vision.~
lie here, bothering your vision.~
~
~
Phule~
Phule~
5 1360 84 8 8193 609189888
0 0 2 0 0 0 4
0 4 4 4
200 1250 75 -1 9 650 0 0
844200980
A 10 -10
E
either~
The wood of this strange, humming staff weems to warp and bend before

your eyes, yet also seems strangely solid.

~
P
3 -1
~
~
i = random( 0, 25 );

if( i == 1 ) {

  send_to_room( #crackle, room );

  do_spell( lightning bolt, ch, victim );

  }

if( i == 5 ) {

  send_to_room( #flame, room );

  do_spell( fireball, ch, victim );

  }

if( i > 20 ) {

  send_to_room( #missile, room );

  do_spell( magic missile, ch, victim );

  }

~
E
crackle~
@h@BThe bentwood staff crackles with electricity, firing a lightning

bolt!@n 

~
E
flame~
@h@RThe bentwood staff crackles with fire, hurling a fireball forth!@n


~
E
missile~
@h@CThe bentwood staff crackles with magic, hurling an amber missile!@n

~
!
-1

#1361
decrepit scale mail jacket~
decrepit scale mail jackets~
~
~
lies here.~
lie here.~
~
~
Phule~
Fenlyn~
9 1361 -2139095040 8 9 3162112
0 0 24576 0 0 0 4
0 4 0 0
800 1250 1 -1 10 200 0 0
844205390
E
either~
This ancient pile of rust and chipped steel can hardly be called

armor.  However you detect a hidden gleam from one of the scales.

~
E
gleam~
The gleam was caused by the mithril in the scales.  While the jacket may

be worthless as armor, the valuable metal within it could fetch a high

price.

~
P
-1

#1362
sconce~
sconces~
~
~
hangs from the wall.~
hang from the wall.~
~
~
Phule~
Phule~
15 1362 8454144 8 0 0
0 0 0 0 0 0 4
20 0 0 0
10 0 1 -1 10 1000 0 0
844211416
E
either~
This old, dusty sconce was meant to hold torches.  Sometimes one can find

an old torch or two still inside one.

~
P
-1

#1363
shrub~
shrubs~
~
~
grows here, a little bush not quite fully grown.~
grow here, little bushes not quite fully grown.~
~
~
Phule~
Phule~
0 1363 0 8 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
844212563
E
either~
This small shrub stands barely 2 feet tall, and spans about the same

width.  It is rather plain.

~
P
-1

#1364
decrepit shield~
decrepit shields~
~
~
lies here, nearly broken in twain.~
lie here, nearly broken in twain.~
~
~
Phule~
Fenlyn~
9 1364 8388608 8 16385 7946240
0 0 16384 0 0 0 4
0 3 0 0
1500 100 1 -1 10 200 0 0
844214249
E
either~
This half-shattered shield's crest has faded to nothing and would offer

little protection.  It does seem to sparkle strangely, though.

~
E
sparkle~
The sparkle gleams with mithril, making this a valuable asset even though

its value as armor is petty.

~
P
-1

#1365
scroll~
scrolls~
scorched~
+of summon daemon~
lies discarded on the floor.~
lie discarded on the floor.~
~
~
Merior~
Merior~
8 1365 68157632 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
50 5 1 -1 10 1000 0 0
844221195
E
either~
A small scroll, with slightly scorched ends, still smells of the fire

that partially destroyed it.  It is filled with drawings of pentragrams

and other magical devices, and is written in an unfamiliar tongue.  The

one thing that seems familiar is the picture of a wizard standing inside

of a two-ringed circle, holding a small scroll.

~
P
-1

#1366
feather duster~
feather dusters~
~
~
lies on the floor, gathering dust.~
lie on the floor, gathering dust.~
~
~
Merior~
Orb~
5 1366 8650752 0 8193 268435456
0 0 512 0 0 0 4
0 1 3 4
10 500 1 -1 5 200 0 0
844387435
E
either~
A large feather duster, made of feathers from many different types of

birds, looks well-used.  The handle is made of pine, and has lost most of

its surface polish.  Clumps of dust cling to the duster's feathers, an

obvious sign of its recent use.  In fact, it could use cleaning.

~
P
4 -1
clean~
feather duster~
if( random( 1, 5 ) == 1 ) {

  act_tochar( #clean, ch );

  act_notchar( #rclean, ch );

  obj_to_char( oload( 2827 ), ch );

  wait( 1 );

  act_tochar( #des, ch );

  act_notchar( #rdes, ch );

  obj = has_obj( 1366, ch );

  junk_obj( obj, 1 );

  }

else {

  act_tochar( #des, ch );

  act_notchar( #rdes, ch );

  obj = has_obj( 1366, ch );

  junk_obj( obj, 1 );

  }

~
E
clean~
Turning the duster over, you clean some dust out of it.

~
E
rclean~
$n turns a feather duster over and cleans some dust out of it.

~
E
des~
The feathers come loose and the feather duster falls apart in your hands.

~
E
rdes~
A feather duster falls apart in $n's hand as $e tries cleaning it.

~
!
-1

#1367
beautiful red dress~
beautiful red dresss~
~
~
has blown here on a gentle breeze.~
have blown here on a gentle breeze.~
~
~
Phule~
Marek~
9 1367 0 8 9 0
0 0 16 0 0 0 4
0 1 0 0
300 200 1 -1 10 400 0 0
844390677
E
either~
This exquisite dress is made of a soft, red fabric which glides over your

skin like a loving embrace.  The dress flares at the legs to allow

freedom of movement on foot or horseback.

~
P
-1

#1368
beautiful green dress~
beautiful green dresss~
~
~
has blown here on a gentle breeze.~
have blown here on a gentle breeze.~
~
~
Phule~
Marek~
9 1368 0 8 9 0
0 0 16 0 0 0 4
0 1 0 0
300 200 1 -1 10 400 0 0
844391598
E
either~
This exquisite dress is made of a soft, green fabric which glides over

your skin like a loving embrace.  The dress flares at the legs to allow

freedom of movement on foot or horseback.

~
P
-1

#1369
decrepit scale mail leggings~
decrepit scale mail leggings~
~
~
~
~
pair of~
pairs of~
Phule~
Phule~
9 1369 -2139095040 8 33 3227648
0 0 20480 0 0 0 4
-1 3 0 0
1000 2000 1 -1 10 200 0 0
844393339
E
either~
This shoddy pair of scale mail leggings has more than seen its better

days; it is quite nearly broken into pieces.  It would offer little in

protection.  However, a bright gleam from beneath one of the scales

catches your eyes.

~
E
gleam~
The gleam is from mithril hidden beneath years of dust and grime.  While

the leggings may be of poor value as protection the precious metal within

them may prove quite valuable indeed.

~
P
-1

#1370
decrepit dwarven helm~
decrepit dwarven helms~
~
~
has clattered to the ground here.~
have clattered to the ground here.~
~
~
Phule~
Olah~
9 1370 8388608 8 17 3227648
0 0 20480 0 0 0 4
-1 4 0 0
700 700 1 -1 10 200 0 0
844396483
E
either~
The passing ages have not been kind to this helm.  One of the pair of

horns has broken off and the helm appears cracked and nearly shattered

altogether.  A gleam catches your eye from beneath the dust and grime.

~
E
gleam~
The gleam is the shine of mithril beneath the eons of dust.  Although the

helm may be worthless as armor, its value is high indeed to a smith who

can extract the precious metal.

~
P
-1

#1371
duck feather~
duck feathers~
special-looking~
+of detect hidden~
floats here.~
lie here.~
~
~
Phule~
Phule~
1 1371 0 8 1 0
0 0 0 0 0 0 4
0 0 200 0
10 2000 40 -1 10 1000 0 0
847576445
E
either~
The small feather seems to both hum and glow at the same time.

~
P
-1

#1372
wooden bucket~
wooden buckets~
~
~
sits here, tied to a rope leading into the stones.~
sit here, tied to a rope leading into the stones.~
~
~
Sadis~
Sadis~
17 1372 0 4 0 0
0 0 2 0 0 0 4
50 50 0 0
50 0 1 -1 10 1000 0 0
844430341
E
wooden bucket~
You see an old wooden bucket, with a steel handle.  Tied to the handle,

is a sturdy rope.  It looks like you could drop it into the well.

~
E
rope~
One end of the rope is tied to the handle of the bucket.  A long length

later, the other end is tied to the crosspiece of the frame in the pile

of stones.

~
E
either~
An old wooden bucket with a steel handle.  Tied to the handle is a

sturdy, if stained, rope.  It looks like you could drop it into the well.

~
P
-1

#1373
leather loincloth~
leather loincloths~
~
~
lies here.~
lie here.~
~
~
Phule~
Fenlyn~
9 1373 0 8 2049 0
0 386 4 0 0 0 4
0 2 0 0
10 100 1 -1 10 500 0 0
844542419
E
either~
Nothing fancy, just a leather covering for decency's sake.

~
P
-1

#1374
dagger~
daggers~
long narrow~
+'Assassin'~
lies here, its dark length awaiting a hand to wield it.~
lie here, their dark lengths awaiting hands to wield them.~
~
~
Phule~
Orb~
5 1374 8389648 8 8193 71221248
1 0 0 0 0 0 4
0 5 3 1
150 2700 21 -1 6 1000 0 0
844547478
E
either~
This long narrow blade is strangely harder than steel, and its dark,

almost charcoal colour also distinguishes it from that metal.

~
P
-1

#1375
wedding band~
wedding bands~
~
~
lies here glimmering.~
lie here glimmering.~
~
~
Phule~
Merior~
8 1375 276824064 8 3 0
0 0 262144 0 0 0 8
0 0 0 0
10 5000 1 -1 5 5000 0 0
844644640
E
either~
This band of glimmering gold is ringed by small diamonds, perfectly cut

and elegantly mounted.

~
P
-1

#1376
old broomstick~
old broomsticks~
~
~
lies here.~
lie here.~
~
~
Kreel~
Marek~
5 1376 0 0 8193 0
0 0 2 0 0 0 4
0 2 3 4
120 10 1 -1 1 650 0 0
856767991
E
either~
This warped, ancient wooden broomstick looks as if it has not been used

for its original purpose for many years.  Except for a loose piece of

cord at one end, no traces remain of the broom portion of this broomstick.

~
P
-1

#1377
spotted leopard skin~
spotted leopard skins~
~
~
is lying here, soft fur glistening.~
are lying here, soft fur glistening.~
~
~
Phule~
Phule~
33 1377 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
300 500 1 -1 10 1000 0 0
844819252
E
either~
This thick, soft fur is warm and tough, not to mention beautiful.

~
P
-1

#1378
hole~
holes~
~
~
has been dug into the ground here.~
have been dug into the ground here.~
~
~
Phule~
Phule~
17 1378 0 8 0 0
0 0 0 0 0 0 4
500 -10 0 0
10 0 1 -1 10 1000 0 0
844823017
E
either~
A freshly dug hole.  It appears that there is something wet inside of it.

~
P
-1

#1379
hole~
holes~
~
~
has been dug into the ground here.~
have been dug into the ground here.~
~
~
Phule~
Phule~
17 1379 0 8 0 0
0 0 0 0 0 0 4
500 -10 0 -1
10 0 1 -1 10 1000 0 0
844823434
E
either~
A freshly dug hole.  It appears that there is something wet inside of it.

~
P
-1

#1380
hole~
holes~
~
~
has been dug into the ground here.~
have been dug into the ground here.~
~
~
Phule~
Phule~
17 1380 0 8 0 0
0 0 0 0 0 0 4
500 -10 14 0
10 0 1 -1 10 1000 0 0
844823596
E
either~
A freshly dug hole.  It appears that there is something wet inside of it.

~
P
-1

#1381
sandstone key~
sandstone keys~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
18 1381 1048576 4 16385 0
0 0 0 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 0 0
856770149
E
either~
This heavy key is hewn of abrassive sandstone and banded with brass.

~
P
-1

#1382
pinch of black powder~
pinches of black powder~
~
~
sits here about to blow away.~
sit here about to blow away.~
~
~
Phule~
Phule~
11 1382 -2147483648 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 500 1 -1 10 1000 0 0
845708961
E
either~
A grainy black powder, almost like soot.

~
P
-1

#1383
knee-length pantaloons~
knee-length pantaloons~
~
~
lies here in a crumpled heap.~
lie here in a crumpled heap.~
pair of~
pairs of~
Phule~
Phule~
9 1383 0 8 33 0
0 0 16 0 0 0 4
0 200 0 0
400 110 1 -1 1 300 0 0
845854054
E
either~
A pair of soft, thin pantaloons which come down to the knees.  They are

tan in colour, and seem to have no pockets whatsoever.

~
P
-1

#1384
single bed~
single beds~
~
~
stands on the floor of the room.~
stand on the floor of the room.~
~
~
Merior~
Merior~
12 1384 8716288 0 0 0
0 0 4 0 0 0 4
0 30 0 0
100 0 1 -1 2 300 0 0
844997104
E
either~
A small single bed stands on the floor of the room.  It has a simple

wooden frame which supports a thin straw mattress.

~
P
-1

#1385
dried and dessicated body~
dried and dessiciated bodies~
~
~
lies on the floor here.~
lie on the floor here.~
~
~
Merior~
Merior~
23 1385 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
844998182
E
either~
A dried and dessicated body lies on the floor.  Although it is impossible

to discern its features any more, you can tell that it once belonged to a

female human.

~
P
-1

#1386
gem-encrusted bracer~
gem-encrusted bracers~
~
~
lies on the ground.~
lie on the ground.~
~
~
Merior~
Fenlyn~
9 1386 277086272 12 4097 0
0 0 4 0 0 0 4
0 3 0 0
250 2000 10 -1 2 700 1 0
845150809
A 20 5
E
either~
A hard leather bracer has dozens of lovely gems embedded in its surface. 

The gems catch the light, and make it both practical and beautiful to

behold.

~
P
-1

#1387
diamond-encrusted bracer~
diamond-encrusted bracers~
~
~
lies on the ground.~
lie on the ground.~
~
~
Merior~
Jimbalaya~
9 1387 268697664 4 4097 0
0 0 68 0 0 0 4
0 5 0 0
250 7000 25 -1 6 700 1 0
845152391
A 2 1
A 8 -10
A 7 -10
E
either~
A hard leather bracer shines brightly as the embedded diamonds catch your

light.  The armor is both lovely to look at and provides an excellent

barrier to attacks.

~
P
-1

#1388
pool~
pools~
~
~
~
~
~
~
Damiel~
Damiel~
25 1388 65536 0 0 0
0 0 0 65536 0 0 4
50 -1 3 -1
10 0 1 -1 10 1000 0 0
857954642
E
either~
A shallow pool of brackish, unhealthy water.

~
P
-1

#1389
belt~
belts~
broad leather~
weight~
lies here.~
lie here.~
~
~
Kreel~
Fenlyn~
9 1389 0 0 2049 0
0 0 4 0 0 0 4
0 3 0 0
200 100 1 -1 4 1000 0 0
856776140
E
either~
This belt is heavy, broad, and made of leather.  It is intended to ride

someone on the body, circling the stomach rather than the waist.

~
P
-1

#1390
spool of mithril thread~
spools of mithril thread~
~
~
lies here, glimmering.~
lie here, glimmering.~
~
~
Phule~
Phule~
8 1390 0 8 1 0
0 0 16384 0 0 0 4
0 0 0 0
10 2000 1 -1 10 1000 0 0
854947283
E
either~
A small spool of mithril thread, to be woven into cloth.

~
P
-1

#1391
stick of white chalk~
sticks of white chalk~
~
~
lies on the floor.~
lie on the floor.~
~
~
Phule~
Phule~
11 1391 -2147483648 8 1 0
0 0 0 0 0 0 4
5 -1 -1 -1
7 50 1 -1 1 1000 0 0
845715973
E
either~
A short, wide piece of white chalk.  It is rather dusty, and seems to get

all over your hands.

~
P
-1

#1392
neatly-made bed~
neatly-made beds~
~
~
sits here against the wall.~
~
~
~
Phule~
Phule~
12 1392 65536 8 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
845772329
E
either~
Just your standard four-posted maple-frame bed.  It looks warm and soft.

~
P
-1

#1393
coat rack~
coat racks~
~
~
stands here in the corner.~
~
~
~
Phule~
Phule~
36 1393 65536 8 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
845772475
E
either~
Several small hooks branch from this tall wooden pole.

~
P
-1

#1394
silk nightshirt~
silk nightshirts~
~
~
lies here in a wrinkled heap.~
lie here in a wrinkled heap.~
~
~
Phule~
Marek~
9 1394 0 8 9 0
0 0 16 0 0 0 4
0 0 0 0
10 1000 1 -1 3 300 0 0
845798878
E
either~
Soft and cozy, this silk nightshirt looks cozy, and expensize.

~
P
-1

#1395
spool of krynite thread~
spools of krynite thread~
~
~
lies here, glimmering.~
lie here, glimmering.~
~
~
Phule~
Phule~
8 1395 0 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 4000 1 -1 10 1000 0 0
854947288
E
either~
A small spool of krynite thread, to be woven into cloth.

~
P
-1

#1396
spongy key~
spongy keys~
~
~
~
~
~
~
S'ynn~
S'ynn~
18 1396 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
845936772
E
either~
A simple key except for the fact it looks and feels as if made from a

sponge.

~
P
-1

#1397
spool of electrum thread~
spool of electrum threads~
~
~
lies here, glimmering.~
lie here, glimmering.~
~
~
Phule~
Phule~
8 1397 0 8 1 0
0 0 65536 0 0 0 4
0 0 0 0
10 8000 1 -1 10 1000 0 0
854947293
E
either~
A small spool of electrum thread, to be woven into clothing.

~
P
-1

#1398
tin ladle~
tin ladles~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
5 1398 0 0 24577 0
0 0 2097152 0 0 0 4
0 1 3 6
100 10 1 -1 1 200 0 0
856824838
E
either~
This ladle is small and battered, its handle bent and its bowl dented.

~
P
-1

#1399
brains of a small monkey~
brains of small monkeys~
~
~
~
~
~
~
Sadis~
Sadis~
19 1399 16777216 0 1 0
0 0 768 0 0 0 4
15 -1 0 0
50 50 1 -1 10 1000 0 0
846012940
E
either~
This specimen seems to have come from a small monkey.  The grey matter is

shrivelled, yet looks quite appetizing.

~
P
-1

#1400
duckfeather bed~
duckfeather beds~
~
~
rests here heavily.~
rest here heavily.~
~
~
Phule~
Phule~
35 1400 33619968 8 0 0
0 0 0 0 0 0 4
4 -1 -1 -1
15000 0 1 -1 10 1000 0 0
846037635
E
either~
The large bed has four high posts which hold a canopy about 6 feet above

the bed's surface.  The mattress is extremely thick, and the wood of the

bed's frame is carved intricately.

~
P
-1

#1401
sand-coloured desert cloak~
sand-coloured desert cloaks~
~
~
lies here inconspicuously.~
lie here inconspicuously.~
~
~
Phule~
Fenlyn~
9 1401 268435456 72 9 0
0 0 16 0 0 0 8
0 4 0 0
800 7000 25 -1 10 400 0 0
846038494
A 7 10
E
either~
The color of dark sand, the cloak is of a soft, durable material which

seems to somehow repel heat.  The hood is deep and the cut low, covering

nearly the entire body.  The cloak is thick, yet lightweight, offering

superb protection while not being a burden.

~
P
-1

#1402
white desert cloak~
white desert cloaks~
~
~
lies here inconspicuously.~
lie here inconspicuously.~
~
~
Phule~
Fenlyn~
9 1402 268435456 72 9 0
0 0 16 0 0 0 8
0 4 0 0
800 4000 15 -1 10 400 0 0
846048488
A 7 5
E
either~
This large, billowing cloak shelters its wearer from stinging winds

filled with sand as well as from the harshness of the sun's rays.

~
P
-1

#1403
compass rose medallion~
compass rose medallions~
~
~
has been left here by some passing adventurer.~
have been left here in a small pile.~
~
~
Phule~
Phule~
14 1403 8388608 8 16385 0
0 0 1048576 16777218 0 0 4
0 0 0 0
100 2000 40 -1 5 1000 0 0
846094800
E
either~
About 5 inches in diameter, this large medallion feels cold and weighty

in your hands.  Although in reality perhaps only weighing a pound, the

medallion seems to bear down toward the earth with a much greater force,

as if more than gravity tugs at its blue-metal surface.  The metal itself

is most strange - not quite platinum, although its dull shine is

reminiscent of it.  There is an odd, dark blue hue to the silvery gleam,

and the metal itself seems to change tint in waves of darker and darkest

blue.

~
P
-1

#1404
flanged battle mace~
flanged battle maces~
~
~
lies here, as if fallen from the sky.~
lie here, as if fallen from the sky.~
~
~
Phule~
Orb~
5 1404 -2139095040 0 8193 3751936
0 0 8192 0 0 0 4
0 5 3 6
600 550 15 -1 5 1000 0 0
846118711
E
either~
Able to crack, crush, and dent armor, the battle mace is a truly viscious

weapon.  Made of folded steel, the mace head possesses six triangular

edges, each able to rip through plate armor to inflict serious damage. 

The grip is wound with leather, and the handle is tapered to provide

excellent balance.

~
P
3 -1
~
~
if( random( 1, 7 ) < 3 ) {

  send_to_room( #mace, room );

  act_tochar( #rip, ch, obj );

  act_notchar( #rrip, ch, obj );

  i = 2d3;

  dam_message( victim, i, "the vicious tearing" );

  inflict( victim, ch, i );

  }

~
E
mace~
@b@WThe battle mace sinks meatily into the flesh of its victim.@n

~
E
rip~
@b@WYou rip the mace out of your victim's flesh.@n

~
E
rrip~
@b@W$n rips $s mace out of $s victim's flesh.@n

~
!
-1

#1405
pair of climbing spikes~
pairs of climbing spikes~
~
~
lies here, looking sharp and dangerous.~
lie here, looking sharp and dangerous.~
~
~
Nivel~
Jimbalaya~
9 1405 268435456 0 65 0
0 0 8192 0 0 0 4
0 5 0 0
300 7000 20 -1 10 1000 0 0
864839439
A 19 1
E
either~
This shining wrap of climbing spikes is perfect for the outdoorsman.  Two

leather straps fasten around a steel base, and three to four inch spikes

protrude from the bottom.

~
P
-1

#1406
cloak~
cloaks~
~
~
lies abandoned here.~
lay abandoned here.~
kodiak skin~
kodiak skin~
Mange~
Fenlyn~
9 1406 268435456 0 9 0
0 1 4 0 0 0 8
0 6 0 0
4000 7000 20 -1 7 600 0 0
846378119
E
either~
Thick, heavy fur of some huge bear lines this cloak.  The fur is deep

brown color.  The thick leather is stiff but seems to be very resistant.

~
P
-1

#1407
kodiak bear skin~
kodiak bear skins~
~
~
~
~
~
~
Mange~
Mange~
33 1407 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
3500 400 1 -1 10 1000 0 0
846379058
E
either~
Large and thick, this heavy skin would be a highly-treasured prize if

brought to the right people.

~
P
-1

#1408
dagger~
daggers~
bone~
bone~
made from a large bone fragment lies here.~
made from a large bone fragment lies here.~
~
~
Talis~
Talis~
5 1408 -2137783296 0 8193 0
1 0 128 0 0 0 4
0 2 3 1
200 10 1 -1 10 300 0 0
846509960
E
either~
A shard of bone broken off precisely and honed to give it a sharp edge. 

A bit of tough leather has been bound to one end with leather cording to

give it a better grip.  Despite its primitive appearance, it appears

quite functional.

~
P
-1

#1409
spear~
spears~
runed iron~
+'Impaler'~
lies here, stretching across the ground.~
lie here in a jumble of hardwood shafts.~
~
~
Phule~
Orb~
5 1409 8404992 8 8193 3162112
0 0 4098 0 0 0 4
0 3 7 10
400 6000 35 -1 9 1000 0 0
847579154
A 18 1
E
either~
This wicked-looking spear has a wide steel head, finely sharpened and

ready to dive into flesh.

~
P
3 -1
~
~
if( random( 1, 10 ) == 7 ) {

  act_tochar( #impale, ch );

  act_notchar( #rimp, ch );

  attack( ch, victim, 1d25+5, "impaling thrust" );

  }

~
E
impale~
@b@RYou thrust in the spear and try to impale your victim!!@n

~
E
rimp~
@b@R$n impales $s victim on $s spear!!@n

~
!
-1

#1410
grain of sand~
grains of sand~
~
~
lies almost invisible on the ground.~
lie almost invisible on the ground.~
~
~
Merior~
Fenlyn~
11 1410 16777216 0 1 0
0 0 0 0 0 0 4
1 0 0 0
1 10 1 -1 10 1000 0 0
847580336
E
either~
A small grain of sand is so hard to pick out, it is almost invisible

against its surroundings.

~
P
-1

#1411
gilded harp~
gilded harps~
~
~
rests silently on the ground.~
rest silently on the ground.~
~
~
Talis~
Talis~
8 1411 0 0 16385 0
0 0 2 0 0 0 4
0 0 0 0
600 3000 1 -1 8 100 0 0
847585836
E
either~
A fine harp of polished rosewood, it has carvings of fanciful beasts on

its sides.  The harp is capped by stunningly detailed pegasus whose wings

sweep back to form the arm of the harp holding the strings.  The harp is

gilded and inlaid with burnished gold.

~
P
4 -1
play~
harp instrument~
if( class( ch ) == bard ) {

  act_tochar( #youplay, ch );

  act_notchar( #playwell, ch );

  end;

  }

if( find_stat( ch, dex ) < 7 ){

  act_tochar( #butterfingers, ch );

  act_notchar( #rbutter, ch );

  end;

  }

if( find_stat( ch, int ) > random( 7, 25 ) ){

  act_tochar( #improv, ch );

  act_notchar( #rimprov, ch );

  end;

  }

else{

  act_tochar( #so-so, ch );

  act_notchar( #rso-so, ch );

  }

~
E
youplay~
Using your finely honed skills you play a tune that would bring tears to

the eyes of even a firedemon.

~
E
playwell~
$n's fingers bring sound to life as $e strums a harp.  As $e plays you

can almost see the images conjured by the music.

~
E
butterfingers~
You try to play music but only produce a dicordant sound, nearly breaking

several strings.

~
E
rbutter~
You wince as $n attempts to play music on a harp.  What results rivals

the wail of a Banshee more than anything else.

~
E
improv~
You manage to produce a lilting little tune on the harp with admirable skill.

~
E
rimprov~
$n strums a harp, playing a lilting little tune with admirable skill.

~
E
so-so~
You strum the harp creating a pleasant series of sounds that nearly sound

like music.

~
E
rso-so~
$n strums a harp, managing to string together several pleasant sounds

before $e makes a few minor mistakes.

~
!
-1

#1412
black-hued dagger~
black-hued daggers~
~
~
lies here, playing with your vision.~
lie here, playing with your vision.~
~
~
Phule~
Orb~
5 1412 -2136996859 8 8193 0
1 0 64 0 0 0 4
0 6 2 1
200 1800 20 -1 7 900 0 0
847623956
A 8 5
A 7 -5
E
either~
The strange metal of this dagger's composition glows an odd black, almost

blue or purple-black.  One can almost see through it, as it appears to

have an almost translucent quality to its edge, as if it does not exist

solely in this place of existence.  The handle and the blade are one

solid piece, a strange weapon indeed.

~
P
3 -1
~
~
if( random( 0, 14 ) == 14 ) {

  send_to_room( #pulse, room );

  do_spell( drain life, ch, victim );

  }

~
E
pulse~
@GA pulse of black-green light jets from the dagger's blade.@n

~
!
-1

#1413
dagger~
daggers~
strange, black-hued~
shadow~
sits here, drawing the light out of the room.~
lie here, darkening the room somehow.~
~
~
Phule~
Orb~
5 1413 8422405 12 8193 5275648
1 0 8192 0 0 0 4
0 2 8 1
200 2700 30 -1 8 900 0 0
847624701
A 8 5
A 7 -10
E
either~
The waved blade of this strange, black-metal dagger seems to not only not

reflect the light, but to somehow absorb it into its surface.  The

irridescent black and dark-violet of its surface glows with a strange

light which you can barely detect.

~
P
3 -1
~
~
if( random( 0, 34 ) == 34 ) {

  send_to_room( #shadow, room );

  do_spell( blind, ch, victim );

  }

else {

  if( random( 0, 34 ) == 13 ) {

    send_to_room( #flame, room );

    do_spell( lightning bolt, ch, victim );

    }

  }

~
E
shadow~
@h@MA blackness emanates from the dagger, enveloping its victim.@n

~
E
flame~
@h@RThe dagger pulses with a flash of lightning...@n

~
!
-1

#1414
dagger~
daggers~
sinister, black-hued~
+of Souls~
lies here, humming an eerie melody all its own.~
lie here, humming an eerie melody from beyond this world.~
~
~
Phule~
Marek~
5 1414 11930837 8 8193 75415552
1 0 0 64 33 0 4
0 10 2 1
350 4500 50 -1 10 900 0 0
847625399
A 6 45
A 3 -1
A 2 1
A 21 -10
A 19 1
A 18 2
A 10 -50
A 8 30
A 7 -30
E
either~
The dagger's hunger for warm blood is almost palpable, it seems to hum

excitedly whenever it approaches a member of the living.

~
P
3 -1
~
~
if( random( 0, 3 ) == 1 ) {

  act_tochar( #suck, ch );

  act_notchar( #sucks, ch );

  do_spell( drain life, ch, victim );

  }

~
E
suck~
@b@MThe dagger tries to drain the life from your victim!!@n

~
E
sucks~
@MThe dagger tries to drain the life from its victim!!@n

~
!
-1

#1415
three-legged table~
three-legged tables~
~
~
stands here.~
stand here.~
~
~
S'ynn~
Phule~
36 1415 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 40 1 -1 10 1000 0 0
847668723
E
either~
Nearly round, except where a section of the table has been broken off,

the three-legged table does not look all that stable.

~
P
-1

#1416
iridescent blue jewel~
iridescent blue jewels~
~
~
lies on the ground, sparkling.~
lie on the ground, sparkling.~
~
~
Florian~
Florian~
8 1416 0 4 16385 0
0 0 64 0 0 0 4
0 0 0 0
50 700 1 -1 10 500 0 0
847913739
E
either~
Carved from a sapphire the size of a walnut, the iridescent jewel

sparkles like a star in the midnight sky.  The surface of the jewel is

flawlessly smooth and its interior is of a rich blue color.  The jewel

has been cut in a starburst pattern, so that any light the gemstone

catches is immediately reflected, giving the jewel a shimmering look. 

The jewel looks to have once been made specifically for a jewelry setting

or some other type of ornamentation.

~
P
-1

#1417
slug-skin frock~
slug-skin frocks~
~
~
lies here.~
lie here.~
~
~
Kreel~
Fenlyn~
9 1417 268697600 0 9 0
0 0 516 0 0 0 4
0 2 0 0
300 10000 30 -1 3 500 0 0
856828187
A 23 15
E
either~
Constructed of specially treated slug skins attached to a thin leather

smock, this garment is almost completely water-tight.  As well, the

nature of the slug skins give the frock a strong resistance to acid.

~
P
-1

#1418
slug skin~
slug skins~
~
~
lies here in a slimy pile.~
lie here in a slimy pile.~
~
~
Kreel~
Kreel~
33 1418 17039360 0 1 0
0 0 256 0 0 0 4
0 0 0 0
100 30 1 -1 3 1000 0 0
856837647
E
either~
This skin is tough and slick.  It is pale green with mottled patches of

dark gray, dark green, black and brown.

~
P
-1

#1419
jade-coloured cloak~
jade-coloured cloaks~
~
~
lies here.~
lie here.~
~
~
Phule~
Fenlyn~
9 1419 268435456 8 9 0
0 0 16 0 0 0 8
0 5 0 0
250 24000 55 -1 9 500 0 0
849573410
A 24 25
A 20 5
A 12 10
E
either~
Bits of a dark green jewel are sewn into this jade-coloured cloak.

~
P
-1

#1420
Voaleth guard's tabbard~
Voaleth guard's tabbards~
~
~
lies here.~
lie here.~
~
~
Merior~
Fenlyn~
9 1420 268435520 0 9 0
0 0 16 0 0 0 8
0 4 0 -1
650 9000 30 -1 3 400 0 0
849828038
A 19 1
A 4 -1
A 10 -15
A 21 10
E
either~
The standard uniform of the Voaleth guard consists of a large black

tabbard draped over whatever armor they can find.  This tabbard is solid

black, except for a small emblem on the left-hand shoulder.

~
P
-1

#1421
transparent pixie wing~
transparent pixie wings~
~
~
lies here, about to blow away in the wind.~
lie here, about to blow away in the wind.~
~
~
Phule~
Merior~
34 1421 16777216 8 1 0
0 0 512 0 0 0 4
0 0 0 0
10 50 1 -1 10 1000 0 0
849906548
E
either~
This tiny, almost weightless strip of magical wing has been used down the

centuries in witches' cauldrons to bubble up magics of some sort or

another.

~
P
-1

#1422
giant ring of silver~
giant rings of silver~
~
~
lies here, glimmering.~
lie here, glimmering.~
~
~
Phule~
Olah~
9 1422 276824064 12 17 2097152
0 0 131072 0 0 0 2
0 4 0 0
100 15000 45 -1 6 750 0 0
849938927
A 13 10
A 18 1
A 10 5
E
either~
This large ring of silver is about the right size to rest atop your brow,

or fit the ring finger of an extremely large humanoid.  A few scratches

mark its surface, perhaps @betchings@n of some kind.

~
E
etchings~
Runes which look both ancient and powerful.

~
P
-1

#1423
trunk of a medium-sized oak~
trunks of medium-sized oaks~
~
~
lies here, nearly blocking the way.~
lie here, nearly blocking the way.~
~
~
Phule~
Phule~
5 1423 0 8 8193 3234963
0 386 2 0 0 0 4
0 2 50 3
50000 350 50 -1 10 200 0 0
849939958
E
either~
This three-foot thick trunk of an oak tree would possibly serve as a club

for an extremely strong individual.  It is about six feet in length,

having been cut and narrows at one end to form a grip of sorts.

~
P
-1

#1424
large fur wrap~
large fur wraps~
~
~
is lying on the ground here.~
are lying on the ground here.~
~
~
Phule~
Starshine~
9 1424 -1878786048 8 9 0
0 0 16 0 0 0 8
0 3 0 0
500 5000 20 -1 3 600 0 0
849942793
A 21 15
A 22 15
A 20 15
A 8 15
A 7 -20
A 2 -5
E
either~
This large strip of fur must have come from a large animal indeed, for it

is nearly 10 feet in length and 8 feet wide.  It is also thick and looks

extremely warm.

~
P
-1

#1425
trunk of a small redwood~
trunk of a small redwoods~
~
~
lies here, nearly blocking the way.~
lie here, nearly blocking the way.~
~
~
Phule~
Phule~
5 1425 0 8 8193 3234963
0 386 2 0 0 0 4
0 2 75 3
60000 550 50 -1 10 200 0 0
849944515
E
either~
This rather weighty trunk lies here, so heavy it nearly seems to dare you

to try to lift it.

~
P
-1

#1426
block of silver ore~
blocks of silver ore~
~
~
catches your eye, gleaming dimly in its unfinished state.~
catch your eye, gleaming dimly and unfinished.~
~
~
Phule~
Phule~
8 1426 0 8 1 0
0 0 131072 0 0 0 4
0 0 0 0
100 800 1 -1 10 1000 0 0
849946150
E
either~
Once a chunk of silver ore gleaned from the depths of the earth, now it

has started the journey to becoming the valuable metal coveted by so many. 

Roughly polished and hammered into a roughly cubical shape, the block is

more than likely the preferred state for mass transit of the metal.

~
P
-1

#1427
living thorn whip~
living thorn whips~
~
~
lies here, seeming to writhe in anticipation.~
lie here, writhing in anticipation.~
~
~
Phule~
Orb~
5 1427 1048576 8 8193 68173824
0 0 512 0 0 0 4
0 3 7 7
300 10000 40 -1 10 1200 0 0
849946861
E
either~
This whip of living vine is covered with poisonous thorns.

~
P
3 -1
~
~
if( random( 1, 10 ) == 1 ) {

  if( random( 1, 2 ) == 1 ) {

    send_to_room( #vine, room );

    i = 2d3+1;

    dam_message( victim, i, "the squeezing of the vine" );

    inflict( victim, ch, i, "the squeezing of the vine" );

    }

  else {

    send_to_room( #thorn, room );

    if( random( 1, 3 ) == 1 )

      poison( victim );

    }

  }

~
E
vine~
@h@CThe living vine attempts to squeeze the life out of its victim!!@n

~
E
thorn~
@h@ROne of the living vine's thorns sticks into its victim's flesh,

releasing its @n@h@Gpoison@n.

~
!
-1

#1428
pillow token~
pillow tokens~
~
~
lies here, soft and fluffy.~
lie here, soft and fluffy.~
~
~
Phule~
Phule~
33 1428 0 8 1 0
0 0 64 0 0 0 4
400 0 0 6
180 2500 5 -1 10 250 0 0
850037126
A 2 0
E
either~
This small token will be bought by Alslaad.

~
P
-1

#1429
thin cotton sheet~
thin cotton sheets~
~
~
lies here, stretched out across the ground.~
lie here, stretched out across the ground.~
~
~
Phule~
Fenlyn~
9 1429 268435456 8 9 0
0 0 0 0 0 0 8
0 0 0 0
80 1000 3 -1 10 1000 0 0
850037635
A 22 5
A 21 5
A 8 5
A 7 -5
A 2 -1
E
either~
This 10 by 10 sheet of thin cotton would offer little protection or

comfort, but at least it would be something to cover over you as you

sleep.

~
P
-1

#1430
clump of cotton~
clumps of cotton~
~
~
lies here, soft and fluffy.~
lie here, soft and fluffy.~
~
~
Phule~
Phule~
0 1430 0 8 1 0
0 0 16 0 0 0 4
0 0 0 0
10 40 1 -1 10 1000 0 0
850041817
E
either~
This small clump of cotton is a raw product; someone skilled could

probably make it into thread or perhaps even clothing.

~
P
-1

#1431
heavy crossbow~
heavy crossbows~
~
~
rests here, itching to be used.~
rest here, itching to be used.~
~
~
Phule~
Marek~
0 1431 0 8 8193 0
0 0 2 0 0 0 4
0 3 4 9
700 350 1 -1 4 650 0 0
850043577
E
either~
Larger than an ordinary crossbow, this heavy piece of oak rests weightily

in your hands, ready to fire quarrels at incredible speed with its tight

drawstring.  A claw made for pulling its string taut hangs from a leather

cord on its butt.

~
P
-1

#1432
light crossbow quarrel~
light crossbow quarrels~
~
~
~
~
~
~
Phule~
Phule~
32 1432 0 8 1 0
0 0 0 0 0 0 4
0 3 4 0
10 1 1 -1 10 1000 0 0
850043843
E
either~
This durable quarrel is lightweight, yet its iron-clad point could do

some serious damage.

~
P
-1

#1433
giant bumble bee corpse~
giant bumble bee corpses~
~
~
~
~
~
~
Kabashira~
Kabashira~
23 1433 0 0 1 0
0 0 768 0 0 0 4
0 0 0 0
1000 0 1 -1 10 1000 0 0
850064831
E
either~
This bee has been dead for a long time.  Since it lacks all traces of

moisture, it is incredibly light for its size.

~
P
-1

#1434
long black cape~
long black capes~
~
~
lies neatly folded on the ground.~
lie neatly folded on the ground.~
~
~
Merior~
Fenlyn~
9 1434 -1870397440 0 9 0
0 0 16 0 0 0 8
0 9 0 0
550 14000 40 -1 2 400 0 0
850073722
E
either~
This large cape is black as the night, and made of the softest of cloths

ever woven.  Despite its fine appearance it provides very good protection

in battle.

~
P
-1

#1435
silvery silk scarf~
silvery silk scarfs~
~
~
lies here, about to blow away.~
lie here, about to blow away.~
~
~
Phule~
Jimbalaya~
9 1435 268435456 8 5 0
0 0 16 0 0 0 16
0 2 0 0
10 20000 50 -1 9 300 0 0
850179875
A 20 20
A 12 10
E
either~
Thin and yet strangely substantial, the scarf is the work of a master

tailor.  Judging by the way light trickles off of it, some magic was

involved as well.

~
P
-1

#1436
dagger~
daggers~
strange, black-hued~
watcher's~
sits here, drawing the light out of the room.~
lie here, darkening the room somehow.~
~
~
Merior~
Marek~
5 1436 8389637 0 8193 8290304
1 0 0 0 8388608 0 4
0 4 3 1
200 4500 50 -1 5 700 0 0
850182199
E
either~
A small, dark dagger with strange runes engraved on its hilt, seems to

emanate a strange power.  It is extremely light, and would be easy to

stab an unsuspecting victim with.

~
P
-1

#1437
boquet of flowers~
boquet of flowerss~
~
+stolen from a grave~
has been left behind.~
have been left to wilt.~
small~
small~
Talis~
Talis~
0 1437 0 0 16385 0
0 0 512 0 0 0 1386940
0 0 0 0
2 0 1 -1 10 100 0 0
895847047
E
either~
A small boquet of flowers it has several varieties giving it a fragrant

aroma.  A combination of yellow, purple, and pink-tinged white nestled

amid greenery are meant to please the eye.

~
P
-1

#1438
bronze dragon scale~
bronze dragon scales~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 1438 25165824 8 1 0
0 0 2048 0 0 0 4
0 0 0 0
100 350 1 -1 10 1000 0 0
850189524
E
either~
This foughly one-square foot of thick bronze dragonscale could probably

be made into a magnificent suit of armour.  It would probably take a

master armorsmith as well.

~
P
-1

#1439
giant bee venom gland~
giant bee venom glands~
~
~
lies leaking on the ground.~
lie leaking on the ground.~
~
~
Kabashira~
Kabashira~
34 1439 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
10 0 1 -1 10 100 0 0
850192363
E
either~
This slimy pouch once belonged to a giant bee of some sort.  It is full

of highly poisonous venom.

~
P
8 -1
~
~
poison( ch );

~
!
-1

#1440
silver dragon scale~
silver dragon scales~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 1440 25165824 8 1 0
0 0 131072 0 0 0 4
0 0 0 0
100 350 1 -1 10 1000 0 0
850194856
E
either~
This foughly one-square foot of thick silver dragonscale could probably

be made into a magnificent suit of armour.  It would probably take a

master armorsmith as well.

~
P
-1

#1441
gold dragon scale~
gold dragon scales~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 1441 25165824 8 1 0
0 0 262144 0 0 0 4
0 0 0 0
100 350 1 -1 10 1000 0 0
850194870
E
either~
This foughly one-square foot of thick gold dragonscale could probably

be made into a magnificent suit of armour.  It would probably take a

master armorsmith as well.

~
P
-1

#1442
platinum dragon scale~
platinum dragon scales~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 1442 25165824 8 1 0
0 0 1048576 0 0 0 4
0 0 0 0
100 350 1 -1 10 1000 0 0
850194878
E
either~
This foughly one-square foot of thick platinum dragonscale could probably

be made into a magnificent suit of armour.  It would probably take a

master armorsmith as well.

~
P
-1

#1443
iron dragon scale~
iron dragon scales~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 1443 25165824 8 1 0
0 0 4096 0 0 0 4
0 0 0 0
100 350 1 -1 10 1000 0 0
850194884
E
either~
This foughly one-square foot of thick iron dragonscale could probably

be made into a magnificent suit of armour.  It would probably take a

master armorsmith as well.

~
P
-1

#1444
steel dragon scale~
steel dragon scales~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 1444 25165824 8 1 0
0 0 8192 0 0 0 4
0 0 0 0
100 350 1 -1 10 1000 0 0
850194890
E
either~
This foughly one-square foot of thick steel dragonscale could probably

be made into a magnificent suit of armour.  It would probably take a

master armorsmith as well.

~
E
either~
This foughly one-square foot of thick mithril dragonscale could probably

be made into a magnificent suit of armour.  It would probably take a

master armorsmith as well.

~
P
-1

#1445
mithril dragon scale~
mithril dragon scales~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 1445 25165824 8 1 0
0 0 16384 0 0 0 4
0 0 0 0
100 350 1 -1 10 1000 0 0
850194901
E
either~
This weighty scale is made entirely of mithril, gleaming pure and hard.

~
P
-1

#1446
cotton seed~
cotton seeds~
~
~
lies here, waiting to be planted.~
lie here, waiting to be planted.~
~
~
Phule~
Phule~
0 1446 0 8 1 0
0 0 512 0 0 0 4
0 0 0 0
10 5 1 -1 10 1000 0 0
850195489
E
either~
This small, hard seed can grow into a small plant which can produce

cotton, an off-white, fluffy fiber which can be woven into cloth.

~
P
4 -1
plant~
~
if( !rflag( indoors, room ) ) {

  act_tochar( #plant, ch );

  act_notchar( #rplant, ch );

  junk_obj( has_obj( 1446, ch ), 1 );

  obj_to_room( oload( 1450 ), room );

  }

else

  act_tochar( #go_outside, ch );

~
E
rplant~
$n carefully plants a small cotton seed.

~
E
plant~
You carefully plant a small cotton seed, waiting for the earth to nourish

it into growth.

~
E
go_outside~
Perhaps you should find an area outside to plant this?

~
!
-1

#1447
blindfold~
blindfolds~
~
~
lies neatly folded on the ground.~
lie neatly folded on the ground.~
~
~
Greyclaw~
Marek~
9 1447 0 0 17 0
0 0 16 4 0 0 4
0 0 0 0
10 0 1 -1 5 300 0 0
850247426
E
either~
A long strip of black cloth lies neatly folded on the ground.  Although

it could have many uses, you can see the creases in the cloth made as it

has been repeatedly tied in the same spot.  Its size is just right to tie

over someones head and over their eyes.

~
P
-1

#1448
rusty cup~
rusty cups~
~
~
lies on the ground.~
lie on the ground.~
~
~
Merior~
Merior~
17 1448 -2138832896 0 16385 0
0 0 2048 0 0 0 4
50 50 0 0
300 55 1 -1 1 1000 0 0
850253322
E
either~
A small cup is so covered with rust that its original metal content

cannot be easily determined.  It is just large enough, however, to hold a

sip or two of water, if you don't mind the taste of rust.

~
P
-1

#1449
stale bread~
stale bread~
~
~
has been left in the air for quite some time.~
have been left in the air for quite some time.~
loaf of~
loaves of~
Merior~
Phule~
19 1449 -2147483648 0 1 0
0 0 512 0 0 0 4
15 -1 0 0
50 20 1 -1 10 1000 0 0
850253869
E
either~
This loaf of bread has been sitting in the air far too long.  It is as

hard as a rock throughout, and is barely edible.

~
P
-1

#1450
newly planted cotton seed~
newly planted cotton seeds~
~
~
has been planted here and has just begun to grow.~
have been planted here and have just begun to grow.~
~
~
Phule~
Florian~
41 1450 0 8 0 0
0 0 0 0 0 0 4
2 1452 0 0
10 0 1 -1 10 1000 0 0
850262953
E
either~
This small, tiny shootling of a plant may indeed grow to a full-sized

cotton plant.  But for now, it simply gathers nourishment from the soil

and sun and grows.

~
P
0 -1
harvest~
newly planted cotton seed~
act_tochar( #not, ch );

~
E
not~
@b@WThis plant is far too young to yield any crop.@n

~
!
-1

#1451
thick robe of cotton and wool~
thick robes of cotton and wool~
~
~
lies here in a crumpled heap.~
lie here in a crumpled heap.~
~
~
Phule~
Marek~
9 1451 0 8 9 0
0 0 16 0 0 0 4
0 2 0 0
300 1000 5 -1 1 350 0 0
854948118
A 21 3
A 7 -10
A 8 10
E
either~
This thick robe wraps your body in warmth.  A strange blend of cotton and

wool, it possesses great durability and versatility.

~
P
-1

#1452
young cotton plant~
young cotton plants~
~
~
is growing here, almost ready to be harvested.~
are growing here, almost ready to be harvested.~
~
~
Phule~
Florian~
41 1452 0 8 0 0
0 0 512 0 0 0 4
2 1454 0 0
10 0 1 -1 10 1000 0 0
850282651
E
either~
This small plant is about one foot in height, and has not yet begun to

sport its soon-to-come yield of cotton.

~
P
4 -1
harvest~
young cotton plant~
act_tochar( #not, ch );

~
E
not~
This young plant is still far too young to produce a yield of cotton.

~
!
-1

#1453
box~
boxes~
mysterious black~
puzzle~
with mysterious designs adorning its faces lies on the ground.~
with mysterious designs adorning their faces lie on the ground.~
~
~
Florian~
Florian~
8 1453 0 0 1 0
0 0 512 0 0 0 4
5 0 0 0
200 300 30 -1 10 5000 0 0
850282491
E
either~
This item is just a model/play toy,used in training

my odesc/oprog skills.

~
P
0 -1
l lo loo look qu qui quit w e n s u d~
~
obj_to_char( oload( 14 ), ch );

obj = has_obj( 1453, ch );

junk_obj( obj, ch );

interpret( ch, "mail I did it" );

interpret( ch, "mail send florian" );

~
!
-1

#1454
full-grown cotton plant~
full-grown cotton plants~
~
~
grows here, ready to be harvested.~
grow here, ready to be harvested.~
~
~
Phule~
Phule~
41 1454 0 8 0 0
0 0 512 0 0 0 4
10 0 1455 0
10 0 1 -1 10 1000 0 0
850282660
E
either~
This healthy plant is in its prime, producing a yield of cotton if

harvested regularly while it maintains its health.

~
P
0 -1
harvest~
full-grown cotton plant~
if( rflag( reset0, room ) ) {

  remove_rflag( reset0, room );

  act_tochar( #harvest, ch );

  obj_to_char( oload( 1430 ), ch );

  wait( 50 );

  set_rflag( reset0, room );

  }

else

  act_tochar( #not, ch );

~
E
harvest~
You harvest a clump of cotton from a full-grown cotton plant.

~
E
not~
This plant has been too recently harvested to yield more crop so soon.

~
E
rharvest~
$n harvests a small clump of cotton from a full-grown cotton plant.

~
!
-1

#1455
dying cotton plant~
dying cotton plants~
~
~
has started to wilt and will soon be gone forever.~
have started to wilt and will soon be gone forever.~
~
~
Phule~
Phule~
41 1455 0 8 0 0
0 0 512 0 0 0 4
2 0 0 0
10 0 1 -1 10 1000 0 0
850282756
E
either~
This withering cotton plant has produced its last cotton.  Very soon it

will crumble into dust and be blown away on the wind.

~
P
0 -1
harvest~
dying cotton plant~
if( rflag( reset0, room ) ) {

  remove_rflag( reset0, room );

  act_tochar( #last, ch );

  act_notchar( #rlast, ch );

  obj_to_char( oload( 1430 ), ch );

  }

else

  act_tochar( #old, ch );

~
E
old~
This plant is too old to yield any more crop.

~
E
last~
You harvest the last clump of cotton from the plant.

~
E
rlast~
$n harvests a final clump of cotton from a dying cotton plant.

~
!
-1

#1456
wheat seed~
wheat seeds~
~
~
lies here, waiting to be planted.~
lie here, waiting to be planted.~
~
~
Phule~
Phule~
0 1456 0 8 1 0
0 0 512 0 0 0 4
0 0 0 0
10 5 1 -1 10 1000 0 0
850293326
E
either~
This small, yellow seed could grow into a plant which might produce a

little bit of wheat.

~
P
0 -1
plant~
wheat seed~
~
!
-1

#1457
large square key~
large square keys~
~
~
shows signs of heavy use.~
show signs of heavy use.~
~
~
Merior~
Merior~
18 1457 262144 4 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
850329539
E
either~
A large, square key shows signs of heavy use.  It is made of some dark

metal, and shows no signs of rust.

~
P
-1

#1458
elf finger~
elf fingers~
severed~
+of pointing~
floats here about an inch off the ground.~
float here about an inch off the ground.~
~
~
Phule~
Phule~
8 1458 0 8 1 0
0 0 768 0 0 0 4
0 0 0 0
10 1000 1 -1 10 1000 0 0
850347212
E
either~
This slender finger has been cleanly severed by a very sharp instrument

and has somehow been magically preserved.

~
P
-1

#1459
wrought glass circlet~
wrought glass circlets~
~
~
is here.~
are here.~
~
~
Damiel~
Olah~
9 1459 268701761 0 17 0
0 3677696 32 0 64 0 2
-1 1 -1 -1
100 5000 30 -1 4 1 0 0
857619403
E
either~
A fragile blown glass circlet fashioned with an graceful, but fragile,

elegance.  It bends the light in new and interesting ways as you examine

it.

~
P
-1

#1460
lemon~
lemons~
~
~
looks ripe and juicy.~
look ripe and juicy.~
~
~
Merior~
Rebekka~
11 1460 -2147483648 0 1 0
0 0 512 0 0 0 4
20 0 0 0
10 200 1 -1 10 1000 0 0
850402497
E
either~
This @Ylemon@n is large and a @Ybright yellow@n.  It is slightly soft to

the touch, just as a citrus fruit should be.  A faint odor escapes from

the fruit, making your mouth water from the tart smell.

~
P
4 -1
eat~
lemon~
act_tochar( #toosour, ch );

~
E
toosour~
The lemon is much too sour to eat whole.

~
!
-1

#1461
yeti hide boots~
yeti hide bootss~
~
~
lies here, carelessy left behind.~
lie here, carelessly left behind.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1461 0 12 65 0
0 0 16 0 0 0 4
0 5 0 0
650 20000 40 -1 8 500 0 0
850419785
A 18 1
A 19 1
A 1 1
E
either~
These brown, rough hide boots are very hard to the touch.  They are lined

with a coarse fur, which seems to hold in the heat on the inside.  They

are quite light for their durability.  Reaching up to the knees, they

would probably offer excellent protection for your feet.

~
P
-1

#1462
stone knife~
stone knifes~
~
~
lies here - watch your step.~
lie here - watch your step.~
~
~
Phule~
Phule~
5 1462 0 8 8193 2097152
1 0 64 0 0 0 4
0 1 5 1
200 50 1 -1 10 300 0 0
850419935
E
either~
Although its tip is dulled, the edges of this stone knife seem to be very

sharp.  It looks like it would be able to slice your skin as you examine

its side, but besides that it seems to be a rather useless piercing

weapon.

~
P
-1

#1463
thick yeti hide~
thick yeti hides~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
33 1463 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
100 250 1 -1 10 1000 0 0
850420270
E
either~
This raw, brown hide seems very durable, and is covered with a fur 

remarkably soft for its overall toughness. 

~
P
-1

#1464
bat-wing cloak~
bat-wing cloaks~
~
~
has been dropped here.~
have been dropped here.~
~
~
Phule~
Jimbalaya~
9 1464 268435456 12 9 0
0 0 0 0 0 0 8
0 3 0 0
750 10000 25 -1 8 600 0 0
850420423
A 2 1
A 6 -10
A 8 10
A 7 -10
E
either~
This long, deep cloak made from the wings of an extremely large bat looks

warm and protective.  It is fastened by a finely-polished silver cloak

clasp at its neck.

~
P
-1

#1465
wing of a northern bat~
wings of a northern bat~
~
~
are draped here along the ground.~
are draped here along the ground.~
~
~
Phule~
Phule~
33 1465 16777216 8 1 0
0 0 16 0 0 0 4
0 0 0 0
200 650 1 -1 10 1000 0 0
850420627
E
either~
This thick, rubbery wing is about 7 feet long and 3 feet wide.  In all,

the material of the wing is such that it could possibly woven and made

into just about anything.

~
P
-1

#1466
forge~
forges~
~
~
burns brightly, giving off heat, steam, and smoke.~
burn brightly, giving off heat, steam, and smoke.~
~
~
Phule~
Phule~
41 1466 0 8 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
850421463
E
either~
A deep red-orange flame burns within this massive forge; the heat coming

from it is incredible.

~
P
-1

#1467
silver cloak clasp~
silver cloak clasps~
~
~
lies here, glimmering.~
lie here, glimmering.~
~
~
Phule~
Phule~
8 1467 0 12 1 0
0 0 131072 0 0 0 4
0 0 0 0
50 1000 1 -1 10 1000 0 0
850421967
E
either~
This finely crafted and highly polished clasp gleams with the shine of

pure silver.  It is in the image of twin dolphins which hook against each

other to form the clasp.

~
P
-1

#1468
fine electrum chain~
fine electrum chains~
~
~
lies here, gleaming a warm glow.~
lie here, gleaming a warm glow.~
~
~
Phule~
Jimbalaya~
9 1468 8388608 12 5 0
0 0 0 0 0 0 4
0 1 0 0
100 20000 50 -1 6 750 0 0
850422819
A 20 20
A 12 10
E
either~
This long thin chain of purest electrum feels warm and cool at the same

time as it rests in your examining hands.  It gleams with the awesome

sheen of magic silver, almost white and nearly giving off light.

~
P
-1

#1469
slip of paper~
slip of papers~
~
~
lies crumpled on the ground.~
lie crumpled on the ground.~
~
~
Merior~
Merior~
13 1469 0 0 16385 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 1 1000 0 0
850424010
E
either~
A small slip of paper has just a bit of writing scribbled on it.  You can

just barely make out a single word: BEWARE.

~
P
-1

#1470
crimson seal~
crimson seals~
~
~
lies here, burning into the ground.~
lie here, burning into the ground.~
~
~
Phule~
Talis~
8 1470 8388608 12 16385 1097728
0 0 0 0 0 0 4
0 0 0 0
300 10000 60 -1 10 1000 0 0
850427565
A 5 2
E
either~
This deep red metal emits heat and a crimson glow.  Strange runes are

etched into its surface, but their meaning has been lost in time.

~
P
7 -1
~
~
dam_message( ch, 2d10, "burning crimson metal" );

inflict( ch, ch, 2d10, "burning crimson metal" );

~
!
-1

#1471
beautiful dandelion~
beautiful dandelions~
~
~
grows from the ground here.~
grow from the ground here.~
~
~
Kaos~
Kaos~
34 1471 268435456 0 17 0
0 0 512 0 0 0 2
0 0 0 0
10 0 1 -1 10 100 0 0
850437276
E
either~
This delicate flower has a few yellow petals that surround a dark center. 

The scent from this flower is quite nice, and it looks to make great

decoration.

~
P
-1

#1472
crumpled old parchment~
crumpled old parchments~
~
~
lies here about to crumble into dust.~
lie here about to crumble into dust.~
~
~
Phule~
Rebekka~
0 1472 0 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 10 1 -1 10 1000 0 0
850503665
E
either~
Just looking at it you see a crumpled, half-decayed parchment.

~
P
0 -1
read~
crumpled old parchment~
act_tochar( #read, ch );

junk_obj( has_obj( 1472, ch ), 1 );

act_tochar( #scroll, ch );

obj_to_char( oload( 1473), ch );

~
E
read~
You read the cumpled old parchment.

 

The hand is faint and faded by time; the ink all but dried and invisible. 

You can only make out a few phrases: 

 

.. .. .. ware the lash of the shaman .. .. ..

 

.. .. .. this may aid you in your time of .. .. ..

 

.. .. .. use when danger too great .. .. ..

~
E
scroll~
As you finish reading the crumpled old parchment it crumbles into dust,

revealing that rolled within it was a small scroll which you now carry.

~
!
-1

#1473
scroll~
scrolls~
cracked and aged~
+of blink~
lies here.~
lie here.~
~
~
Phule~
Rue~
2 1473 0 8 1 0
0 0 1 0 0 0 4
9 5 1 0
30 1000 20 -1 10 1000 0 0
850504851
E
either~
This scroll has words written in an arcane language.  Pronouncing them

out loud would invoke the spell which has been cast on this parchment.

~
P
-1

#1474
silvered shell arm plates~
silvered shell arm plates~
~
~
lie here, glittering green and silver.~
lie here, glittering green and silver.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1474 0 76 257 2179072
0 0 2228288 0 0 0 4
0 13 0 0
100 20000 50 -1 8 1500 0 0
850505622
E
either~
A set of arm plates made from the hard shell of a large, dark green

dragon-turtle.  Silver adorns the outside of the shell in swirling, runic

patterns, while the underside of the plates glows the violet hue of

krynite.

~
P
-1

#1475
old battered lantern~
old battered lanterns~
~
~
lies here, glittering faintly.~
lie here, glittering faintly.~
~
~
Phule~
Phule~
1 1475 0 8 1 0
0 0 0 0 0 0 4
0 0 1000 0
10 5000 30 -1 10 1000 0 0
850523896
E
either~
This old lantern seems to have no place to put oil to burn.  In fact a

faint light seems to glow from within it, a flickering one but a steady

one at that.  It seems to be magic; but its magic is weak and may soon

fade away.

~
P
-1

#1476
puzzle box~
puzzle boxes~
~
~
with mysterious designs adorning its faces lies on the ground.~
with mysterious designs adorning their faces lie on the ground.~
~
~
Florian~
Florian~
8 1476 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
200 300 45 -1 10 5000 0 0
850554634
E
either~
blah

~
E
either~
No description~
P
0 -1
l lo loo look qui quit bal with k ki kill kil~
~
obj = has_obj(1476,ch);

junk_obj(obj);

act_tochar("Florian is very disappointed that you have one of his items.", ch);

~
!
-1

#1477
long thin silver key~
long thin silver keys~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
18 1477 0 12 1 0
0 0 131072 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
850590033
E
either~
A small thin sivler key about 5 inches in length.

~
P
-1

#1478
brown and white coyote pelt~
brown and white coyote pelts~
~
~
lies here.~
lie here.~
~
~
Sadis~
Rebekka~
33 1478 16777216 0 1 0
0 0 768 0 0 0 4
0 0 0 0
500 50 1 -1 10 1000 0 0
850694780
E
either~
Short brown and white hairs cover this skin.  Judging by the size, it

must have come from a small coyote.  Several small insects roam around

the pelt, feeding on the skin beneath.  The underside is rough, and

unfinished, and would serve little practical purpose in this form.

~
P
-1

#1479
cotton tunic~
tunics woven from roughly spun cotton~
~
~
~
~
roughly spun~
~
Sadis~
Marek~
9 1479 0 0 9 0
0 0 16 0 0 0 2
0 0 0 0
60 100 1 -1 10 400 0 0
850697341
A 7 -1
A 8 1
E
either~
This tunic has been woven from a roughly spun cotton.  Many cotton

strangs protrude from both inside, and out of the tunic, making it look

almost fuzzy.  You imagine that while initially donning this garb, it

would seem itchy, yet would also provide protection from the cold winter

weather.

~
P
7 -1
~
~
send_to_char( #itch, ch );

~
E
itch~
Upon donning the cotton tunic, you cannot help but scratch with discomfort.

~
!
-1

#1480
cotton slacks~
cotton slacks~
~
~
~
~
pair of roughly woven~
pair of roughly woven~
Sadis~
Sadis~
9 1480 0 0 33 0
0 0 16 0 0 0 4
0 0 0 0
40 100 1 -1 10 1000 0 0
850698786
A 7 -1
A 8 1
E
either~
These slacks are woven quite roughly.  The cotton fibers prutrude in all

directions, causing the slacks to appear fuzzy.

~
P
7 -1
~
~
send_to_char( #test, ch );

~
E
test~
You cannot help but scratch your itchy legs.

~
!
-1

#1481
elf skull belt~
elf skull belts~
~
~
lies here, empty eyesockets glaring at you.~
lie here, empty eyesockets glaring at you.~
~
~
Phule~
Fenlyn~
9 1481 0 8 2049 67108866
0 0 516 0 0 0 4
0 6 0 0
1000 20000 50 -1 8 650 0 0
850712003
A 1 1
A 19 1
E
either~
This heavy leather belt has the skulls of several unfortunate elves

looped on it through the eyesockets.  Each skull has had a strange sigil

burned into its forehead.

~
P
-1

#1482
grey wolf skin~
grey wolf skins~
~
~
is lying here.~
are lying here.~
~
~
Sadis~
Sadis~
33 1482 16777216 0 1 0
0 0 4 0 0 0 4
0 0 0 0
300 200 1 -1 10 700 0 0
850732472
E
either~
The skin from a grey wolf.

~
P
-1

#1483
dog-head key~
dog-head keys~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
18 1483 0 4 16385 0
0 0 2048 0 0 0 4
0 0 0 0
100 0 1 -1 1 1000 0 0
856842391
E
either~
This key is large and made of bronze.  Its end is an intricate carving of

a dog's head, its mouth open and teeth bared.

~
P
-1

#1484
ice covered spear~
ice covered spears~
~
~
~
~
long, slender~
long, slender~
Sadis~
Orb~
5 1484 0 0 8193 49152
0 0 4098 0 0 0 4
0 4 5 10
500 5000 30 -1 10 900 0 0
850772147
A 7 -5
A 8 10
E
either~
The ice covering this spear seems to be magical in origin.  The shaft

appears to be made of some hard wood, which is covered in a thin layer of

ice.  An iron head tops the long shaft.  The head is oddly shaped, and

appears as though it would do great damage.

~
P
3 -1
~
~
if( random( 1, 300 ) < 299 )

  end;

junk_obj( obj );

act_room( #shatter, ch );

loop( all_in_room ) {

  i = 5d5+10;

  dam_message( rch, i, "the magical energy" );

  inflict( rch, mob, i, "shattering spear" );

  }

~
E
shatter~
An ice covered spear shatters, releasing a great magical energy.

~
!
-1

#1485
silk sleeves~
silk sleeves~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Phule~
Marek~
9 1485 -2147483648 8 257 0
0 0 16 0 0 0 4
0 1 0 0
10 500 1 -1 10 300 0 0
854952179
E
either~
A delicate set of silk sleeves.  They would not offer much protection.

~
P
-1

#1486
battle flail~
battle flails~
runed~
+'Nightbringer'~
has come to rest here as if fallen from the sky.~
have come to rest here as if fallen from the sky.~
~
~
Phule~
Orb~
5 1486 2064 8 8193 209403904
0 0 4098 0 1 0 4
0 3 6 6
800 2500 35 -1 8 750 0 0
852999533
A 10 -20
E
either~
This menacing weapon of the unholy warrior can be an extremely

destructive one in the proper hands.  A foot and a half of polished oak

is its handle.  On one end of the handle a small leather thong is hung,

to be wrapped around the wrist and to thus avoid being disarmed of the

weapon.  Off the other end of the handle sprout two chains, each about 2

feet in length.  At the end of each chain is suspended a small iron ball,

covered with spikes, able to flay the flesh from the wielder's victims. 

The handle has been given a dark, almost black, finish.  You can barely

detect the faint remains of runes which were carved into the handle

perhaps a century ago; whatever was written there has long since

succombed to time's wear.  However, the flail still seems to have a soft

glow, as if all of the magic of the runes has not worn off.

~
P
3 -1
~
~
if( random( 0, 9 ) == 7 ) {

i = random( 0, 1 );

  if( i == 0 ) {

    act_room( #chill, ch );

    do_spell( chilling touch, ch, victim );

    }

  if( i == 1 ) {

    act_room( #shock, ch );

    do_spell( shock, ch, victim );

    }

  }

~
E
chill~
@CNightbringer flashes with white-blue chill...@n

~
E
shock~
@BNightbringer flashes with surging electricity...@n

~
!
-1

#1487
small wooden bowl~
small wooden bowls~
~
~
sits here forgotten.~
sit here forgotten.~
~
~
Phule~
Phule~
17 1487 0 8 1 0
0 0 2 0 0 0 4
150 150 0 0
60 0 0 -1 10 1000 0 0
853107396
E
either~
This small wooden bowl is made to hold enough water for a household pet.

~
P
-1

#1488
small stool~
small stools~
sturdy~
sturdy~
stands near a table.~
stand near a table.~
~
~
Merior~
Merior~
35 1488 41959424 0 0 0
0 0 2 0 0 0 4
1 -1 -1 -1
1000 0 1 -1 1 1000 0 0
853426101
E
either~
A small stool made of light brown wood, has seen much use.  Several

gashes have been made on its surface, much the width of the blade of a

sword.

~
P
-1

#1489
shovel~
shovels~
~
~
is lying here.~
are lying here.~
~
~
Phule~
Kreel~
0 1489 0 8 1 0
0 0 0 0 0 0 4
0 0 0 0
300 50 1 -1 10 1000 0 0
853444883
E
either~
This heavy, durable shovel could make short work of a soft pile of dirt.

~
P
-1

#1490
huge spider egg~
huge spider eggs~
~
~
~
~
~
~
Eldina~
Eldina~
8 1490 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
854952816
E
either~
A very large white spider egg with splatters of black across its surface.

~
P
-1

#1491
silk neckerchief~
silk neckerchiefs~
~
~
is shredded and torn.~
are shredded and torn.~
~
~
Merior~
Merior~
8 1491 0 0 5 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
854980031
E
either~
This small piece of bright red silk is quite dirty and shredded.  It has

several creases showing where it has been folded day after day into the

shape of a neckerchief.  This item would only fit a goblin, and a very

small one at that.

~
P
-1

#1492
phial~
phials~
+filled with a clear liquid~
+of pass door~
lies shimmering with power.~
lie shimmering with power.~
~
~
Merior~
Merior~
10 1492 0 0 1 0
0 0 0 0 0 0 4
90 7 1 5
10 500 20 -1 10 1000 0 0
854980537
E
either~
A small glass via about one-third full of a clear liquid.

~
P
-1

#1493
medallion of the Duck-Dragon~
medallions of the duck-dragon~
~
~
~
~
~
~
Phule~
Phule~
9 1493 0 8 5 0
0 0 0 0 0 0 4
0 1 0 0
10 0 96 -1 10 1000 0 0
854995584
E
either~
A strange little necklace.

~
P
0 -1
devour~
someone~
i = 1d1+900;

send_to_room( #look, room );

rch = rand_char( room );

if( rch != ch ) {

  act_tochar( #uhoh, rch );

  act_notchar( #ruhoh, rch );

  dam_message( rch, i, "Phule's vicious attempt to devour someone" );

  inflict( rch, ch, i, "being devoured by Phule" );

  interpret( ch, "emote licks his jowels happily." );

  }

else {

  rch = rand_char( room );

  if( rch != ch ) {

    act_tochar( #uhoh, rch );

    act_notchar( #ruhoh, rch );

    dam_message( rch, i, "Phule's vicious attempt to devour someone" );

    inflict( rch, ch, i, "being devoured by Phule" );

    }

  else {

    rch = rand_char( room );

    if( rch != ch ) {

      act_tochar( #uhoh, rch );

      act_notchar( #ruhoh, rch );

      dam_message( rch, i, "Phule's vicious attempt to devour someone" );

      inflict( rch, ch, i, "being devoured by Phule" );

      }

    }

  }

~
E
look~
You watch in horror as Phule looks around for someone to devour.

~
E
ruhoh~
Phule looks hungrily at $n.  Uh oh.

~
E
uhoh~
Phule looks hungrily at you.  Uh oh.

~
!
-1

#1494
magi skull cap~
magi skull caps~
~
~
lies here.~
lie here.~
~
~
Phule~
Olah~
9 1494 64 12 17 7307264
0 0 192 0 0 0 4
0 2 0 0
60 5000 15 -1 6 1000 0 0
855009282
A 2 -1
A 3 1
A 12 10
E
either~
This gray, smooth cap is made from the skull of a python and inset with

an onyx gemstone.

~
P
-1

#1495
green dragonscale~
green dragonscales~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
8 1495 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
200 500 1 -1 10 1000 0 0
855017008
E
either~
A small, thick scale of a green dragon.  It is hard and durable.

~
P
-1

#1496
astral portal~
astral portals~
~
~
glimmers, beckoning you to enter.~
glimmer, beckoning you to enter.~
~
~
Phule~
Phule~
0 1496 0 8 0 3112960
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
855028875
E
either~
A dark portal. Where does it lead?

~
P
4 -1
enter~
astral portal~
if( !is_player( ch ) )

  end;

act_tochar( #enter, ch );

act_notchar( #renter, ch );

transfer( ch, find_room( 34000 ) );

act_notchar( #arrives, ch );

~
E
arrives~
$n arrives from a shimmering portal.

~
E
renter~
$n enters the portal and disappears.

~
E
enter~
You enter the portal.

~
!
-1

#1497
sylvan pool~
sylvan pools~
~
~
is here.~
~
~
~
Phule~
Phule~
25 1497 65536 8 0 0
0 0 0 0 0 0 4
50 -1 0 0
10 0 1 -1 10 1000 0 0
855787783
E
either~
Calm, clear waters, cool to the touch.  The kind of mystical pool a

unicorn might be found drinking from.

~
P
-1

#1498
flower~
flowers~
delicate purple~
delicate heather~
is here.~
are here.~
~
~
Phule~
Olah~
11 1498 268435456 8 17 0
0 0 512 0 0 0 2
0 0 0 0
10 25 1 -1 10 100 0 0
855792039
E
either~
A small, delicate purple flower.

~
P
-1

#1499
lantern~
lanterns~
~
~
hangs from a high hook near the ceiling.~
hang from hooks high near the ceiling.~
~
~
Phule~
Talis~
1 1499 0 8 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
855794750
E
either~
Old, yet burning bright, this lantern lights the room during the night

hours.

~
P
-1

#1500
small vase~
small vases~
~
~
sits here.~
sit here.~
~
~
Phule~
Phule~
15 1500 0 12 1 0
0 0 0 0 0 0 4
2 0 0 0
50 30 1 -1 10 1000 0 0
855796324
E
either~
A small porcelain vase, for flowers.

~
P
-1

#1501
{gem} amethyst~
{gems} amethysts~
many-faceted~
many-faceted~
~
~
~
~
Phule~
Florian~
8 1501 0 8 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 850 1 -1 10 1000 0 0
855891093
E
either~
Cut into many facets, perhaps too many to have not been magically

crafted, this perfect gem sparkles in the light.

~
P
-1

#1502
crystalline dodecahedron~
crystalline dodecahedrons~
~
~
lies here, reflecting the light.~
lie here, reflecting the light.~
~
~
Phule~
Jimbalaya~
8 1502 0 12 16385 1064960
0 0 32 0 0 0 4
0 0 0 0
50 10000 45 -1 10 1000 0 0
855896664
A 19 2
E
either~
This hard crystal has 12 facets; obviously it was cut by a master.

Something glows within it.

~
P
-1

#1503
false trapdoor~
false trapdoors~
~
~
can be seen here in the floor.~
can be seen here in the floor.~
~
~
Phule~
Phule~
15 1503 65536 8 0 0
0 0 0 0 0 0 4
20 13 0 0
10 0 1 -1 10 1000 0 0
855898518
E
either~
Too small to lead to another room below, it probably hides a treasure hoarde or some such.

~
P
0 -1
~
~
if( rflag( reset0, room ) ) {

  act_tochar( #nope, ch );

  end;

  }

else {

  mob=mob_in_room( 1172, room );

  if( mob ) {

    act_tochar( #mob, ch );

    end;

    }

  else

    continue;

  }

~
E
mob~
You can't do that with Tcezhak watching you.

~
E
nope~
You don't see that container.

~
!
1 -1
~
~
if( rflag( reset0, room ) ) {

  act_tochar( #nope, ch );

  end;

  }

else {

  mob=mob_in_room( 1172, room );

  if( mob ) {

    act_tochar( #mob, ch );

    end;

    }

  else

    continue;

  }

~
E
mob~
You can't do that with Tcezhak watching you.

~
E
nope~
You don't see that container.

~
!
-1

#1504
runed ring of electrum~
runed rings of electrum~
~
~
lies here, glimmering.~
lie here, glimmering.~
~
~
Phule~
Jimbalaya~
9 1504 268435456 12 3 0
0 0 65536 0 0 0 4
0 3 0 0
10 10000 35 -1 5 750 0 0
855900143
A 20 5
A 13 10
A 12 15
E
either~
The midnight blue runes flow across this ring, and it hums with power.

~
P
7 -1
~
~
act_tochar( #wear, ch );

act_notchar( #rwear, ch );

continue;

~
E
wear~
@b@BThe ring glows with blue light.@n

~
E
rwear~
@b@B$n's ring glows with blue light.@n

~
!
-1

#1505
orb~
orbs~
+of dark crystal~
+of unclouded sight~
rests on the floor~
rest on the floor~
~
~
Talis~
Talis~
3 1505 262208 0 16385 8323072
0 0 32 1 0 0 4
33 3 5 3
10 0 15 -1 10 1000 0 0
855938801
E
either~
The orb is only 3 inches in diameter and appears to be made from black

crystal of some sort.  It is smooth and has no flaws that you can see.

~
P
-1

#1506
scratched iron key~
scratched iron keys~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
18 1506 1048576 4 16385 0
0 0 0 0 0 0 4
0 0 0 0
350 0 1 -1 3 1000 0 0
856848234
E
either~
This enormous key has seen some use, every portion of it scratched and

dented.  Splotches of rust have eaten away parts of it.

~
P
-1

#1507
hauberk mail vest~
hauberk mail vests~
~
~
lies here in a lump of metal.~
lie here in a lump of metal.~
~
~
Phule~
Fenlyn~
9 1507 -2147483648 0 9 7454720
0 66 4202496 0 0 0 4
0 10 0 0
1400 3000 15 -1 4 1000 2 0
856041854
E
either~
Two complete layers of chainmail, lined with black quilt.  This body

armour offers excellent protection against piercing and slashing weapons.

~
P
-1

#1508
hauberk mail sleeves~
hauberk mail sleeves~
~
~
lies here in a lump of metal.~
lie here in a lump of metal.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1508 -2147483648 0 257 7340032
0 66 4202496 0 0 0 4
0 10 0 0
1100 9000 30 -1 4 1000 2 0
856042374
E
either~
Two layers of chainmail, lined with quilt, this pair of sleeves offers

excellent protection against slashing attacks.

~
P
-1

#1509
hauberk mail leggings~
hauberk mail leggings~
~
~
lies here in a lump of metal.~
lie here in a lump of metal.~
pair of~
pairs of~
Phule~
Marek~
9 1509 -2147483648 0 33 7438336
0 66 4202496 0 0 0 4
0 10 0 0
1100 850 10 -1 4 1000 2 0
856042672
E
either~
Two layers of chainmail lined with quilt, this pair of leggings would

offer good protection against slashing attacks.

~
P
-1

#1510
leather greaves~
leather greaves~
finely polished~
runic~
lies here.~
lie here.~
pair of~
pairs of~
Phule~
Phule~
9 1510 0 0 33 0
0 0 0 0 0 0 4
0 6 0 0
10 5000 25 -1 6 1000 0 0
856057932
A 2 1
E
before~
Made to cover the legs below the knee, this is a fine pair of leather

greaves which has been polished to a dark leather sheen.  As your fingers

touch its surface, you begin to feel your blood race.

~
E
after~
Made to cover the legs below the knee, this is s fine pair of leather

greaves.  You notice red runes upon its surface.  As your fingers touch

it, you begin to feel your blood race.

~
P
-1

#1511
cloak~
cloaks~
home-spun~
riverman's~
lies here in a heap.~
lie here in a heap.~
~
~
Kreel~
Fenlyn~
9 1511 268435456 0 9 0
0 224 16 0 0 0 8
0 4 0 0
150 1750 9 -1 3 400 0 0
856058867
A 21 2
E
either~
This warm, heavy cloak is made of soft, home-spun wool.  Its construction

is sturdy, built to endure any weather or even to serve as a makeshift

blanket.

~
P
-1

#1512
giant rabbit's foot~
giant rabbit feet~
~
~
has been dropped here.~
have been dropped here.~
~
~
Rebekka~
Talis~
34 1512 17039424 0 16385 0
0 0 16 0 0 0 4
0 0 0 0
20 200 1 -1 2 800 0 0
856100734
E
either~
This large mass of fur once belong to a rabbit: a very big one.  The

creature that once hopped around on this must have travelled very fast

indeed.

~
P
-1

#1513
pool~
pools~
~
~
~
~
~
~
Talis~
Talis~
25 1513 65536 0 0 0
0 0 0 0 0 0 4
50 -1 0 0
100000 0 1 -1 10 1000 0 0
856883793
E
either~
You're standing in it.

~
P
-1

#1514
bladed staff~
bladed staves~
~
~
lies here.~
lie here.~
~
~
Kreel~
Orb~
5 1514 16384 0 8193 49152
1 192 4194304 0 0 0 4
0 3 9 5
700 3000 23 -1 6 800 0 0
856108630
E
either~
Long and thin, this staff is set at both ends with sickle-like blades. 

The staff itself is made of maple, and is very light.  More a pole-arm

than a staff, this weapon has the blazing speed of a quarterstaff and the

bite of a sword.

~
P
3 -1
~
~
if( random( 1, 4 ) == 1 ) {

  act_tochar( #again, ch );

  act_notchar( #ragain, ch );

  attack_weapon( ch, victim, 0, "" );

  }

~
E
again~
@RThe bladed staff spinning in a blazing whirlwind, you slash upward for

another attack.@n 

~
E
ragain~
$n, $s bladed staff whirling, slashes upward for another attack.

~
!
-1

#1515
cloak~
cloaks~
heavy brown~
desert rider's~
lies here.~
lie here.~
~
~
Kreel~
Fenlyn~
9 1515 268435456 0 9 0
0 0 16 0 0 0 8
0 5 0 0
10 3000 15 -1 5 500 0 0
856110603
A 13 5
E
either~
Of heavy contruction, this cloak is meant to protect the backs of mounted

warriors.  It is constructed of two thick layers of wool, with narrow

slats of wood sewn in between.

~
P
-1

#1516
massive wood axe~
massive wood axes~
~
~
lies here.~
lie here.~
~
~
Kreel~
Marek~
5 1516 16384 0 8193 1163296
1 192 4096 0 0 0 4
0 4 2 8
1250 350 1 -1 2 900 0 0
856189751
E
either~
Large and sharp, this axe is meant to be used by only the strongest of

woodcutters.  Its blade is broader than that of a normal wood axe, and

slightly curved.

~
P
-1

#1517
tome~
tomes~
+covered in bone-white leather~
+entitled Necromancy 101~
is covered in a thick layer of dust.~
are covered in a thick layer of dust.~
~
~
Talis~
Talis~
37 1517 0 0 1 0
0 0 644 16384 0 0 4
0 0 0 0
1000 0 91 -1 10 1000 0 0
856195611
E
either~
You wipe a thick layer of dust from the cover to reveal the word

Necromancy 101 burned into the leather.  Opening the cover reveals

brittle pages of dried skin covered in a flowing script, the ink a red so

dark it almost appears black.  The first page seems to be an index.

Perhaps you could learn more by looking something under the different

headings.

   

The different topics seem to include:

  

          introduction ... just that

          overview ....... flags for all your undead

          zombies ........ not your average corpse

          skeletons ...... not just for closets any more

          miscellaneous .. what else is left?

          appendix ....... death traps

~
E
5 introduction~
There are many types of Undead, ranging from your mindless zombie to your

vengeful ghost.  This tome was created to help resolve some of the

confusion surrounding the undead, in particular, your place among them.

Worried?  Don't be.  You haven't just been recruited into the ranks of

the lifeless, thats a choice you get to make all on your own.  What your

place among them entails is the responsible creation of possibility that

will allow the mortals to delve into the art of Necromancy.  To put it


more plainly, this tome is a good guideline for the type of undead you

should be creating to attach to your mobs.

   

By now, you should have noticed that all mobs come with a skeleton and

zombie slot.  Go ahead, take a look now.  As a responsible builder, you

should create the corresponding mobs to fill those slots, or use

appropriate existing undead to do so.

   

Not all mobs can be raised into the ranks of the unliving, however most

can.  Use good judgement and sound reasoning to decide what few shouldn't

have those slots filled.  (Are you lacking good judgement or sound

reasoning?  Look for our book Common Sense 101 at a retailer near you) 

Most importantly, follow the guidelines. Consistancy is paramount.

~
E
3 zombies~
Zombies should have stats = 1/3 the level of the donor mob, however they

should have their actual level set to 1/2 the donor mob's level.

 

Fill zombies' zombie slots with their own mnum (can be reraised)

  

Fill zombies' skeleton slot with skeleton from donor mob.

   

set slow flag (unless donor was fast, don't set fast flag though)

   

set has_eyes flag (it has them)

  

set Infravision on (ie, a low level ability to sense life)

  

These are the lowest level of undead and not immune to much so,

low level fire / cold resist, and elec resist only slightly better.

   

Set marmor low as they do not defend themselves.

~
E
4 overview~
Just about all undead have certain characteristics that are the same.

These are the rules most undead should follow:

  

Sleep-resist flag on,

Poison resistance to 100% and poison resist on,

Mind resistance set to 100%

  

Zero_regen flag on (undead don't heal.  The undead players can raise,

(Those undead created by players can be reraised by them reinvesting the

energy to create them again). 


wimpy off (except for undead that have independent will)

(player created undead are stupid and feel no pain/fear)

  

include the name Undead in keywords.

  

Do NOT set skellies and zombies to aggressive, this allows players to

create serious death traps (see the appendix).

~
E
3 appendix~
Undead as Death Traps....

  

The reason it is best not to set the undead players can create or control

to Aggressive, is that it allows the players to create Death Traps.  As

the spirit of the game is fun, and Death Traps are not allowed, it is

simply better to make player created undead non-aggressive.

  

How can players do that with aggressive undead you ask?  Player JoeBob

gathers his 3 zombies from nearby corpses and moves them just outside the

city gate and releases them from his control.  Now these 3 zombies

(probably a bit slow on the uptake) will just sit there waiting to eat

the next traveller coming out the town gate.  Most zombies are slow and

JoeBob knows this, so he goes and gets three more zombies and orders them

into the room with his former 3 fiends.  After releasing his latest pack,

we now have 6 zombies waiting at the town gate for some hapless victem. 

but wait, theres more...  from 6 to 9, to 12 ...  granted he may have

trouble getting more than 12 there unnoticed, but you never know.  Last

thing we need someone dieing because they walked into a room with a score

of undead and were dead before they could bat an eye.  True, they could

have simply looked ahead, but how many bottlenecks are left along the

trails still?  Undead hordes blocking the trails are just a nuisance best

avoided.

  

The simple solution...  make them non-aggressive.  They lose their owner,

and they just stand there and drool waiting for there next command.

~
E
3 skelletons skellies~
Skeletons should have stats roughly equal to 2/3 the level of their donor

mob, however their actual level should be given as equal to that of the

donor mob.

   

Don't fill their zombie slots (can't replace missing muscle or downgrade)

   

Fill skeltons' skeleton slot with their own mnum (can reraise)

  

Set Slow/Fast flags to same as the donor mob.

   

do not set has_eyes flag

   

set Infravision on

set see_invisible on  (effective sense life, how else do they see us?)

  

Set fire/cold/electrical to slightly better than zombie counterparts.

   

Set marmor low as they do not defend themselves.

~
E
3 miscellaneous~
Having covered the 2 types of undead players can create, this is

basically a foot note to cover some of what remains.

  

Remember to set immaterial/ethereal undead (ghosts, banshees, etc) to

no_bash on.

  

Use common sense.  While Mummies wouldn't feel cold or electricity, you

gotta know they make a great road flare, so they shouldn't have a high

fire rating.

 

~
P
-1

#1518
heavy oak quarterstaff~
heavy oak quarterstaffs~
~
~
lies here at your feet.~
lie here at your feet.~
~
~
Phule~
Orb~
5 1518 16384 0 8193 0
0 0 2 0 0 0 4
0 3 6 4
600 500 20 -1 1 650 0 0
856302265
E
either~
More a weapon than a walking companion, this sturdy quarterstaff of stout

oak has a quite a heft.

~
P
-1

#1519
pool~
pools~
~
~
~
~
~
~
Caer~
Starshine~
25 1519 65536 0 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10 0 1 -1 10 1000 0 0
856331373
E
either~
This small pool looks about ankle-deep.

~
P
-1

#1520
figurine~
figurines~
+of a lizard~
+of a lizard~
rests on the ground here~
rest on the ground here~
~
~
Talis~
Talis~
0 1520 8650752 8 16385 0
0 0 64 0 0 0 4
40 0 0 0
100 50 1 -1 10 1000 0 0
856339989
E
either~
Though it is only about the size of your fist, this figurine bears

exquisite detail.  The silky smooth texture of the black rock adds the

illusion of slipperiness to the detailed scales engraved in it.  An

age-worn ridge along the sleek head shows where some part has broken off.

~
P
-1

#1521
figurine~
figurines~
+of a crested lizard~
+of a crested lizard~
rests on the ground here~
rest on the ground here~
~
~
Talis~
Talis~
0 1521 8650752 8 16385 0
0 0 64 0 0 0 4
50 0 0 0
200 150 1 -1 10 1000 0 0
856340753
E
either~
Though it is only about the size of your fist, this figurine bears

exquisite detail.  The silky smooth texture of the black rock adds the

illusion of slipperiness to the detailed scales along the body and ribbed

crest the runs along the neck and head.  The fine craftsmanship should

make this figurine somewhat valuable.

~
P
-1

#1522
small blue mushroom~
mushrooms~
~
~
is growing here in the dirt.~
are growing here in the dirt.~
~
~
Talis~
Talis~
19 1522 0 0 1 0
0 0 512 0 0 0 4
5 0 0 0
10 10 1 -1 1 1000 0 0
856509521
E
either~
A small blue mushroom, perhaps about two inches across at its largest. 

The cap and stem are a dark, almost inky blue.

~
P
-1

#1523
meat tenderizer~
meat tenderizers~
~
~
lies here.~
lie here.~
~
~
Kreel~
Orb~
5 1523 0 0 8193 0
0 0 4098 0 0 0 4
0 2 2 6
120 50 1 -1 2 900 0 0
856930384
E
either~
This small hammer's striking surface is ridged with short, pyramidal

spikes.  It is meat to soften raw meat before cooking, but will basically

soften anything if it hits hard enough.

~
P
-1

#1524
huge meat cleaver~
huge meat cleavers~
~
~
lies here, splattered with blood.~
lie here, splattered with blood.~
~
~
Kreel~
Orb~
5 1524 0 0 8193 32
1 0 8192 0 0 0 4
0 3 5 8
575 300 1 -1 2 1000 0 0
856931475
E
either~
This meat-axe is meant to cleave the toughest piece of meat.  Its

wickedly sharp blade is curved slightly and is smeared with blood and

carnage.  The handle is heavy oak, stained deep red.

~
P
-1

#1525
thick leather apron~
thick leather aprons~
~
~
lies here.~
lie here.~
~
~
Kreel~
Fenlyn~
9 1525 268435456 0 9 0
0 0 4 0 0 0 8
0 4 0 0
350 2000 10 -1 3 600 0 0
856931881
A 8 3
E
either~
This leather apron is made of heavy leather with a sewn-in lining of fur. 

It is meant not only to protect the clothes, but also to protect the

wearer somewhat from the cold.

~
P
-1

#1526
robe~
robes~
elegant satin~
professor's~
lies here.~
lie here.~
~
~
Kreel~
Fenlyn~
9 1526 268435456 0 9 131072
0 0 16 0 0 0 4
0 4 0 0
400 500 3 -1 4 300 0 0
856940300
A 12 4
E
either~
This robe is long a made of black satin with an elegantly embroidered

purple cowl.  Its sleeves are large and billowy.

~
P
-1

#1527
studded cudgel~
studded cudgels~
~
~
lies here.~
lie here.~
~
~
Kreel~
Orb~
5 1527 0 0 8193 16384
0 0 8192 0 0 0 4
0 3 4 3
600 800 5 -1 2 1000 0 0
857002441
E
either~
This weapon is just over two feet long and wrought of heavy oak, banded

with iron.  Not as primitive as a club, it is polished and smooth,

starting thin at the handle and flaring toward its striking surface. 

Except for the handle, it is almost entire covered in bulbous steel studs.

~
P
-1

#1528
black sabre~
black sabres~
~
~
lies here.~
lie here.~
~
~
Kreel~
Orb~
5 1528 0 0 8193 2146304
1 0 8192 0 0 0 4
0 4 3 2
450 600 12 -1 5 1000 0 0
857005871
E
either~
Longer than a shortsword but shorter than a scimitar, this sabre has a

sharp, curved blade ending in a needle-like point.  An ornate crosspiece

of intertwining metal frames its wire-wrapped hilt.  Its blade is

untempered black steel.  The sabre is balanced and lightweight, perfect

for slashing and thrusting.

~
P
-1

#1529
glowing red moss~
glowing red moss~
~
~
lies here, glowing.~
lie here, glowing.~
piece of~
pieces of~
Kreel~
Kreel~
1 1529 262144 0 16385 0
0 0 512 0 0 0 4
0 0 22 0
10 5 1 -1 10 1000 0 0
857015214
E
either~
This moss glows a brilliant red.  Having spent generations underground,

this type of plant has devloped the ability to produce its own light.

~
P
-1

#1530
acid-eaten key~
acid-eaten keys~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
18 1530 1048576 4 1 0
0 0 2048 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
857021504
E
either~
This small, bronze key has been throughly damaged by exposure to acid. 

It seems on the verge of breaking into pieces.

~
P
-1

#1531
potion~
potions~
swirling~
+of haste~
lies here.~
lie here.~
~
~
Kreel~
Merior~
10 1531 64 0 1 0
0 0 32 0 0 0 4
94 6 15 30
50 800 20 -1 10 1000 0 0
857023507
E
either~
This potion looks more like light and air than liquid.  Inside the vial

is a swirling vortex, seeming to move faster and faster.

~
P
-1

#1532
longsword~
longswords~
~
~
~
~
fine~
fine~
Kreel~
Orb~
5 1532 0 0 8193 0
1 0 4194304 0 0 0 4
0 2 6 2
450 1600 10 -1 6 1000 0 0
857035083
A 18 1
E
either~
This sword is perfectly balanced, made for slashing.  Its crosspiece is

simple yet elegant, its hilt is wrapped in wire.  Its edge is honed to a

perfect razor sharpness.

~
P
-1

#1533
simple black key~
simple black keys~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
18 1533 0 4 1 0
0 0 2048 0 0 0 4
0 0 0 0
80 0 1 -1 10 1000 0 0
857035896
E
either~
Forged of bronze, but charred black, this key his heavy and in good

condition.

~
P
-1

#1534
hammer~
hammers~
brass-bound oak~
+of destruction~
lies here, rumbling.~
lie here, rumbling.~
~
~
Kreel~
Orb~
5 1534 1048640 0 8193 1327104
0 0 2 0 0 0 4
1 3 5 3
500 2000 20 -1 8 1000 0 0
857038627
E
either~
This massive hammer is forged of dark, polished oak, banded along its

handle with polished brass.  On the striking surface is a brass-inlaid

engraving of a lightning bolt.

~
P
3 -1
~
~
if( random( 1, 6 ) == 6 ) {

  act_tochar( #boom, ch, obj, mob );

  act_notchar( #rboom, ch, obj, mob );

  i = 3d6;

  dam_message( victim, i, "The explosion" );

  inflict( victim, ch, i, "The Hammer of Destruction" );

  }

~
E
boom~
@YThe hammer surges, then gives off a deafening thunderclap!@n

~
E
rboom~
@CAs $n swings it, the oak hammer rumbles, then gives

off a deafening thunderclap!@n

~
!
-1

#1535
granite chair~
granite chairs~
~
~
towers here, casting a gray shadow.~
tower here, casting gray shadows.~
~
~
Kreel~
Kreel~
35 1535 1108344896 4 0 0
0 0 64 2056 0 0 4
1 0 0 0
100000 0 95 -1 10 1000 0 0
857093052
E
either~
This blocky, high-backed chair is hewn from a single block of granite. 

Its surface is a mottled frenzy of reds and browns, speckled with white

and gray.  The base of the chair looks as if it has been melted then

hardened, sealing itself the stone island.

~
P
9 -1
~
~
act_tochar( #blue, ch, obj, mob );

act_notchar( #rblue, ch, obj, mob );

~
E
blue~
@CAs you settle into the chair, an incredible energy infuses your body,

surrounding you with blue flame.@n

~
E
rblue~
@CAs $n settles into the massive chair, the air surrounding

$m bursts into a shroud of blue flame.@n

~
!
-1

#1536
clawed circlet~
clawed circlets~
~
~
lies here.~
lie here.~
~
~
Kreel~
Olah~
9 1536 269484096 4 17 0
0 0 4 0 0 0 2
0 2 0 0
100 2000 10 -1 4 600 0 0
857104966
A 12 10
E
either~
This circlet is made of a band of leather fixed with a variety of white,

yellow and black teeth and claws.

~
P
-1

#1537
mirefish tooth~
mirefish teeth~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
33 1537 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
10 0 1 -1 2 1000 0 0
857105319
E
either~
This sharp, needle-like tooth is just over an inch long and stained light

pink.

~
P
-1

#1538
giant homonculous claw~
giant homonculous claws~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
8 1538 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 150 1 -1 3 1000 0 0
857105658
E
either~
Long and wickedly curved, this jet-black claw can rip flesh as if it were

cloth.

~
P
-1

#1539
thick leather band~
thick leather bands~
~
~
lies here.~
lie here.~
~
~
Kreel~
Marek~
0 1539 1048576 8 1 0
0 0 4 0 0 0 4
0 0 0 0
10 0 1 -1 10 600 0 0
857108842
E
either~
Worn and discolored, this band is perhaps 18 inches long and constructed

of thick leather.

~
P
-1

#1540
sash~
sashes~
+decorated with body parts~
claad~
lies here.~
lie here.~
~
~
Kreel~
Fenlyn~
9 1540 269484032 4 9 0
0 0 4 0 0 0 8
0 2 0 0
200 3000 15 -1 5 600 0 0
857110118
A 19 1
E
either~
This is the garment of the claad, or proven warrior.  A stout leather

sash hung with various body parts, it is seen as a badge of worth among

trolls and ogres.

~
P
-1

#1541
head of an imp~
heads of imps~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
33 1541 1090519040 0 1 0
0 0 512 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
857110755
E
either~
This head is dull blue and smeared with blood.  Its dark, globular eyes

stare vacantly.

~
P
-1

#1542
homonculous finger~
homonculous fingers~
~
~
lies in a pool of blood.~
lie in pools of blood.~
~
~
Kreel~
Kreel~
33 1542 17825792 0 1 0
0 0 512 0 0 0 4
0 0 0 0
50 0 1 -1 10 1000 0 0
857110945
E
either~
Small and gray-green, this bloody finger ends in a wicked black claw.

~
P
-1

#1543
eel tooth~
eel teeth~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
33 1543 17825792 0 1 0
0 0 512 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
857111182
E
either~
Small and strong, this tooth is as sharp as a needle.

~
P
-1

#1544
human ear~
human ears~
~
~
lies here.~
lie here in a squishy pile.~
~
~
Kreel~
Kreel~
33 1544 17825792 0 1 0
0 0 256 0 0 0 4
0 0 0 0
20 0 1 -1 10 1000 0 0
857111480
E
either~
The owner of this ear must have been very pale indeed.  The ear is almost

milk-white, even moreso with blood loss.

~
P
-1

#1545
stout leather sash~
stout leather sashes~
~
~
lies here.~
lie here.~
~
~
Kreel~
Marek~
9 1545 268435456 0 9 0
0 0 4 0 0 0 8
0 1 0 0
300 200 1 -1 2 600 0 0
857112046
E
either~
This sash is broad and heavy.  The leather is worn and somewhat

discolored with waterspots.

~
P
-1

#1546
iron-banded strongbox~
iron-banded strongboxes~
~
~
sits here.~
sit here.~
~
~
Kreel~
Kreel~
15 1546 0 0 0 0
0 0 2 0 0 0 4
20 13 1547 0
10000 0 1 -1 10 1000 0 0
857120028
E
either~
This strongbox stands just under two feet tall, and is three feet long. 

Is is forged of oak wrapped in thick iron bands.  On its front is a large

iron lock.

~
P
-1

#1547
long iron key~
long iron keys~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
18 1547 1048576 4 1 0
0 0 4096 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
857120231
E
either~
This key is long with a squared end.  It is pristine, as if it has not

seen much use.

~
P
-1

#1548
stone tablet~
stone tablets~
ancient~
+of Enduraba~
adorned with glyphs, writings and symbols lies here.~
adorned with glyphs, writings, and symbols lie here.~
~
~
Florian~
Florian~
8 1548 128 4 1 0
0 0 64 0 0 0 4
0 0 0 0
405 5000 1 -1 10 500 0 0
857160729
E
before~
This stone tablet looks very old.  Its edges are somewhat chipped and it

has a series of cracks running through it.  In fact, at some point, the

tablet looks to have been mended from four broken halves.  Towards one

end of the tablet is an ebony black pearl, which seems to pulsate and

absorb the light around it.  A series of pictures and markings adorn the

smooth front surface of the ancient tablet.

~
E
after~
Judging from the cracks coursing through it, this tablet has been

constructed from several smaller pieces of stone.  At one end of the

tablet, there is a rare, ebony black pearl that is said to aid those who

seek enlightenment in their trials.  Three different systems of writing

appear on the smooth front surface of the tablet.  The first is a series

of hieroglyphics, followed by a much more complex and flowing style of

hieratic.  Following those two is a very crude form of humanic.

~
P
4 -1
~
~
if( random( 1, 2 ) == 1 ) {

  act_tochar( #break, ch );

  act_notchar( #rbreak, ch );

  junk_obj( obj );

  obj_to_room( oload( 629 ), room );

  obj_to_room( oload( 1553 ), room );

  obj_to_room( oload( 2048 ), room );

  obj_to_room( oload( 2150 ), room );

obj_to_room( oload( 2272 ), room );

  }

else

  continue;

~
E
break~
Suddenly, the fragile tablet breaks in your hands!  You should have been

more careful with it!

~
E
rbreak~
The tablet of stone suddenly breaks in $n's hands!

~
!
4 -1
drop~
stone tablet enduraba all ancient~
if( random( 1, 1 ) == 1 ) {

act_tochar( #drop, ch );

act_notchar( #rdrop, ch );

junk_obj( obj );

obj_to_room( oload( 629 ), room );

obj_to_room( oload( 1553 ), room );

obj_to_room( oload( 2150 ), room );

obj_to_room( oload( 2048 ), room );

obj_to_room( oload( 2272 ), room );

}

else

continue;

~
E
drop~
As you drop the stone tablet, it shatters into pieces!

~
E
rdrop~
A stone tablet shatters on the ground as $n drops it.

~
!
-1

#1549
stone circlet~
stone circlets~
+inset with a large pearl~
+of Enduraba~
with an inset pearl and flower lies on the ground.~
with inset pearls and flowers lie on the ground.~
~
~
Florian~
Olah~
9 1549 268435520 4 17 0
0 1 576 0 0 0 2
0 2 0 0
350 9000 35 -1 8 500 0 0
857161917
A 3 1
A 20 2
A 12 10
E
before~
Mending together from eight sections of stone, this stone circlet is

fairly heavy.  Adorning the front of the circlet is a gleaming pearl. 

Enfolding the pearl and pressed against its surface is a midnight black

orchid.  If worn, the pearl would rest directly over the middle of one's

brow.

~
E
after~
There is something unusal about this stone circlet.  Though crafted from

sections of curved stone, it is lighter than in ought to be.  Also, the

gleaming pearl inset within it and enfolded by a midnight black orchid

seems to undulate slightly as light passes over it.  Surrounding the

circlet is an air of knowledge and power.

~
P
-1

#1550
leather-wrapped key~
leather-wrapped keys~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
18 1550 1048576 4 1 0
0 0 524288 0 0 0 4
0 0 0 0
80 0 1 -1 10 1000 0 0
857168052
E
either~
This key is made of copper and is ornately carved.  Its flared end is

covered with polished, deep-red leather.

~
P
-1

#1551
granite dagger~
granite daggers~
~
~
lies here.~
lie here.~
~
~
Kreel~
Orb~
5 1551 -2138831872 0 8193 0
1 0 64 0 0 0 4
0 2 3 1
200 50 1 -1 2 1000 0 0
857174390
E
either~
An exceptionally hard stone, granite is perfect for a knife.  The edges

are not particularly sharp, but the point is honed to be used for a

piercing rather than slashing attack.

~
P
-1

#1552
block of granite~
blocks of granite~
~
~
lies here.~
lie here.~
~
~
Kreel~
Phule~
8 1552 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
200 25 1 -1 3 1000 0 0
857174821
E
either~
This smooth block of heavy granite is white-gray speckled with flecks of

red and brown.  The block is about 10 inches long, uneven and broken at

both ends.

~
P
-1

#1553
a stone tablet~
a stone tablet~
~
+( lower left-section )~
lies half-covered with dust.~
lie half-covered with dust.~
broken piece of~
broken pieces of~
Florian~
Florian~
0 1553 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
200 0 1 -1 10 500 0 0
857286044
E
before~
Several jagged, vein-like cracks run down through the center of this

relatively flat stone.  The edges of the stone are broken and crumbling. 

Though pitted and scarred on one side, the stone is completely smooth,

almost polished, on the other side.  A series of crude symbols have been

etched into the smooth side of the broken stone.

~
E
after~
This relatively flat stone is about three inches wide.  Weathered and

pitted with age, the back surface of the stone has several deep cracks

running through it.  The stone itself is irregular in shape.  However,

two edges adjacent to one another are polished and smooth, like the

'front' surface of the stone.  The other two edges of the stone are

broken and jagged, as if it had been broken apart from a much larger

piece.

~
E
front surface~
Adorned with a series of hieroglyphics, the heavy slab of stone looks to

be part of a much larger piece.  In fact, on the front of the stone, on

the polished side, there are numerous hieroglyphics.  The hieroglyphics

stream across the jagged edges of the stone, as if there was once more to

the hieroglyphic tale.  In fact, this piece of stone appears to be the

lower left portion of a much larger stone tablet.

~
P
-1

#1554
iron pike~
iron pikes~
~
~
lies here, its tip buried into the ground.~
lie here, their tips buried into the ground.~
~
~
Terek~
Orb~
5 1554 -2147467264 0 8193 2213900
1 0 4096 0 0 0 4
0 2 8 5
600 500 5 -1 1 900 0 0
857353574
E
either~
A long iron pole with a sharp blade and spike on the end.  Its handle is

wrapped with brown leather straps for better gripping.  This weapon can

be quite deadly in the right hands.

~
P
-1

#1555
dragon hide shield~
dragon hide shields~
~
~
lies here, a glowing red aura surrounding it.~
lie here, a glowing red aura surrounding them.~
~
~
Terek~
Fenlyn~
9 1555 8388608 0 16385 2211840
2 0 8192 0 0 0 4
0 10 0 0
500 9000 30 -1 6 875 0 0
857382997
A 7 -5
A 18 1
A 19 1
E
either~
This large, square shield has been made from the purest steel and the

hide of a red dragon sewn over its exterior.  The shield was crafted with

care and an eye for perfection because there is not even the slighest bit

of rust on its visible steel frame.  The skin itself appears to be that

of a red dragon's underbelly hide which glows with a red aura and emits a

faint heat signature.

~
P
-1

#1556
electrum plated chest~
electrum plated chests~
~
~
lies in the corner of the room, collecting dust.~
lie in the corner of the room, collecting dust.~
~
~
Terek~
Marek~
15 1556 8388616 0 0 0
0 0 0 0 0 0 4
100 13 -1 -1
50000 0 1 -1 10 700 0 0
857465756
E
either~
A large steel chest reinforced with electrum plates, covered with a thick

layer of dust.  It seems quite capable of holding a large amount of items

and keeping them securely locked.

~
P
-1

#1557
runed bracelet~
runed bracelets~
~
+of the elders~
lies here, glowing with a dim violet light.~
lie here, glowing with a dim violet light.~
~
~
Terek~
Fenlyn~
9 1557 64 0 4097 0
0 0 128 1 0 0 8
0 5 0 0
100 9000 30 -1 7 1000 0 0
857468202
A 11 1
A 20 10
E
either~
The bracelet is made from the rib-bone of a copper dragon.  Various runes

have been etched into its surface and each glow with a violet light. 

Several small red rubies have been placed around the runes adding to its

beauty.

~
P
-1

#1558
mangled corpse of a human~
mangled corpses of humans~
~
~
lies here encrusted in blood.~
lie here, encrusted in blood.~
~
~
Kreel~
Kreel~
23 1558 1074790400 4 0 0
0 0 512 0 0 0 4
0 0 0 0
1200 0 1 -1 10 1000 0 0
857542351
E
either~
This corpse is mutilated.  Deep, angry gashes rend the flesh of its face

and arms.  The corpse is barely recognizeable as having once been a human.

~
P
-1

#1559
doll~
dolls~
purple Barney~
+of frustration~
stands here, mocking you.~
stand here, mocking you.~
~
~
Kreel~
Kreel~
8 1559 0 0 1 0
0 0 16 0 0 0 4
0 0 0 0
100 0 91 -1 10 1000 0 0
857544120
E
either~
This purple doll makes you just want to beat the hell out of it.  Go

ahead.  Release your frustrations.

~
P
4 -1
punch kick bash maul maim kill beat~
doll barney~
i = 1d6;

if( i == 1 ) {

  act_tochar( #beat, ch, obj, mob );

  act_notchar( #rbeat, ch, obj, mob );

  }

if( i == 2 ) {

  act_tochar( #beat2, ch, obj, mob );

  act_notchar( #rbeat2, ch, obj, mob );

  }

if( i == 3 ) {

  act_tochar( #beat3, ch, obj, mob );

  act_notchar( #rbeat3, ch, obj, mob );

  }

if( i == 4 ) {

  act_tochar( #beat4, ch, obj, mob );

  act_notchar( #rbeat4, ch, obj, mob );

  }

if( i == 5 ) {

  act_tochar( #beat5, ch, obj, mob );

  act_notchar( #rbeat5, ch, obj, mob );

  }

if( i == 6 ) {

  act_tochar( #beat6, ch, obj, mob );

  act_notchar( #rbeat6, ch, obj, mob );

  }

~
E
beat~
@bGrinding your teeth, you fly at the Barney doll, kicking it, punching

it, beating its stupidly grinning purple face.  When the smoke clears,

you are exhausted and Barney lies in tatters.  Do you feel better, $n?@n


~
E
rbeat~
@b$n screams, then leaps at the Barney doll, beating it to smithereens. 

You can almost see $s frustration disappearing.@n 

~
E
beat2~
@b"Die you purple, reptilian hell-beast!" you shout as you grab Barney

and smash him repeatedly against the wall.@n

~
E
rbeat2~
@b$n screams, "Die you purple, reptilian hell-beast!" as $e grabs

Barney and smashes him repeatedly against the wall.@n

~
E
beat3~
@bYou fly at Barney in a blind rage, inflicting him with every torture

imaginable.  Just as your teeth are digging into his lower vertebrae, you

accidentally snag his cord and pull it.  Barney pipes up, "Heh huh. 

Let's be besty-best friends!"@n 

~
E
rbeat3~
@bAs $n mutilates Barney, $s teeth catch on Barney's pull-cord.

The little doll says, "Heh huh.  Let's be besty-best friends!"@n

~
E
beat4~
@bYou rip off one of Barney's arms and bludgeon him about the neck and

shoulders.@n 

~
E
rbeat4~
@b$n rips off one of Barney's arms and bludgeons him about the neck

and shoulders.@n

~
E
beat5~
@bGrabbing the nearest convenient catapult, you wad Barney into a ball

and launch him over the hillside, where he explodes in a pillar of

Satanic fire.  The evil has been released.@n 

~
E
rbeat5~
@b$n wads Barney into a little ball and, grabbing the nearest

convenient catapult, launches him over the hillside, where he bursts into

a pillar of Satanic fire.  The evil has been released.@n 

~
E
beat6~
@bYou take a swing at Barney, but he grabs your fist and throws you back! 

"You ain't so bad!" he shouts, leaping at your throat, his plush teeth

gnawing at you, his little hands pummeling your face.  As you lie

stunned, he reverts to his true form - Satan - and rides away on a black

horse, cackling.@n

~
E
rbeat6~
@b$n takes a swing at Barney, who catches $n's fist and

throws $m back!  Barney then leaps, his voracious mouth gnawing at

$n's throat, his little purple hands smashing $n's face.

As his victim lies stunned, Barney reverts to his true form - Satan - and

rides away on a black horse, cackling.@n 

~
!
-1

#1560
wooden coffin~
wooden coffins~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
15 1560 0 0 0 0
0 0 2 0 0 0 4
200 5 0 0
500 0 1 -1 10 1000 0 0
857552295
E
either~
This coffin has been nearly destroyed by age.  The wood is bent and

water-logged, the nails have all but rusted away.  A heavy, unlatched lid

covers it.

~
P
-1

#1561
head~
heads~
carved stone~
carved stone feline~
with feline features rests on the ground, facing north.~
with feline features rest on the ground, facing north.~
~
~
Florian~
Florian~
8 1561 0 4 1 0
0 0 64 0 0 0 4
0 0 0 0
1600 500 1 -1 10 500 0 0
857601909
E
either~
This carved stone head has been chiseled from a chunk of grey stone and

weighs about four times that of a human head.  The features of the

sculpted head are those of a feline.  Its graceful visage and alien

beauty are definitely feminine and the eyes speak of infinite wisdom. 

Whomever carved this piece of stone clearly was blessed with a vision of

loveliness.  The neck of the stone head is a bit rough and jagged, as

though it were broken apart from a larger piece or was meant to be

fastened to something.

~
P
-1

#1562
goat-hide cloak~
goat-hide cloaks~
~
~
lies here in a rumpled heap.~
lie here in a rumpled pile.~
~
~
Damiel~
Fenlyn~
9 1562 268435456 0 9 0
0 0 16 0 0 0 8
0 4 0 0
400 475 10 -1 5 500 0 0
857616587
A 8 3
E
either~
This hide cloak is quite thick and warm.  It is lined with heavy brown

fur, which holds in any warmth, and looks quite durable.  Reaching down

to the knees of most wearers, it probably offers good added protection

and cold protection.

~
P
-1

#1563
rice cake~
rice cakes~
~
~
has been left here.~
have been left here.~
~
~
Rebekka~
Orb~
19 1563 -2147483648 0 1 0
0 0 512 0 0 0 4
60 -1 0 0
5 20 1 -1 10 1000 0 0
858187738
E
either~
This small brown cake is made of brown rice, with flakes of different

vegetables to add color and flavoring.

~
P
-1

#1564
white silk shirt~
white silk shirts~
+with lace trim~
+with lace trim~
is gathering wrinkles on the floor.~
are gathering wrinkles on the floor.~
~
~
Talis~
Fenlyn~
9 1564 -2147483648 0 9 0
0 0 16 0 0 0 2
0 2 0 0
20 500 1 -1 4 300 0 0
857698640
E
either~
An ornate shirt of flawless silk as white as the undriven snow. 

Intricate lace ruffles line the ends of the wrist-length, form-fitting

sleeves.  Larger ruffles line the neck and front of the fine shirt in a

shower of silk lace.

~
P
-1

#1565
black leather vest~
black leather vests~
~
~
lays in a crumpled pile on the floor.~
lay in a crumpled heap on the floor.~
~
~
Talis~
Fenlyn~
9 1565 -2147483648 0 9 0
0 0 4 0 0 0 4
0 5 0 0
250 2000 10 -1 3 600 0 0
857705921
E
either~
A sleeveless vest made from extremely supple suede leather.  The leather

has been dyed to a sinister black and has no markings on the outside.  It

has a wide v-nuck cut low in the front to allow the shirt beneath, or

lack thereof, to be easily seen.  The inside seems to be lines with

magical runes, perhaps with the intent of making the leather functional

as well as comfortable.

~
P
-1

#1566
polished marble key~
polished marble keys~
~
~
lies here.~
lie here.~
~
~
Terek~
Terek~
18 1566 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
857706028
E
either~
A simple key carved from a block of black-white streaked marble.

~
P
-1

#1567
black breeches~
black breeches~
~
~
lays in a crumpled pile on the floor.~
lay in a heap on the floor.~
pair of~
pairs of~
Talis~
Marek~
9 1567 0 0 33 0
0 0 4 0 0 0 4
0 3 0 0
400 300 1 -1 3 500 0 0
857708801
E
either~
Durable yet supple black leather has been carefully stitched into a pair

of surprisingly fashionable breeches.  They are somewhat form-fitting and

supple enough to move with you.  Fine double-stitchwork along all the

seems provide insured security that they will hold up through a rigorous

day.

~
P
-1

#1568
black boots~
black boots~
~
~
have been abondoned on the floor.~
have been abandoned on the floor.~
pair of~
pairs of~
Talis~
Marek~
9 1568 -2147483648 64 65 0
0 0 131076 0 0 0 4
0 3 0 0
10 350 1 -1 2 500 0 0
857709480
E
either~
A pair of rugged black leather boots made to look stylish as well as

serve a purpose.  The normally thigh-high boots have had their tops

turned down so that they rest about mid-way up the shin.  The toe of the

boots has been tipped in a thin lacework of silver to provide a bit of

flair.

~
P
-1

#1569
silver ring~
silver rings~
~
~
lays gleaming on the floor.~
lay gleaming on the floor.~
~
~
Talis~
Caer~
8 1569 0 0 3 0
0 0 131072 0 0 0 8
0 0 0 0
10 200 1 -1 8 725 0 0
857710046
E
either~
A simple, wide band ring made from gleaming silver.  An ornate pattern of

roses and thorny branches has been masterfully etched into the band.

~
P
-1

#1570
book titled Tad's Tales of Woe~
books titled Tad's Tales of Woe~
~
~
is collecting dust on the floor.~
are collecting dust on the floor.~
~
~
Talis~
Talis~
37 1570 70385664 4 16385 0
0 0 4 0 0 0 4
0 0 0 0
150 20 1 -1 10 1000 0 0
857718415
E
either~
The book's cover is made from stiff, dark brown leather.  Bold print on

the binding reads "Tad's Tales of Woe".  The pages contained within the

book are all fresh white pages and easily flexible, showing that this is

no ancient tome.  The book is, however, quite copious in volume, and

reading its entirety would take quite some time.  A strand of ribbon

marks a section nearly to the end of the book.

~
P
4 -1
read~
book tad's ~
act_notchar( #reading, ch );

act_tochar( #sorrow1, ch );

wait( 2 );

act_tochar( #sorrow2, ch );

wait( 3 );

act_tochar( #sorrow3, ch );

wait( 6 );

act_tochar( #sorrow4, ch );

wait( 6 );

act_tochar( #sorrow5, ch );

wait( 6 );

act_tochar( #sorrow6, ch );

wait( 6 );

act_tochar( #sorrow7, ch );

wait( 6 );

act_tochar( #sorrow8, ch );

wait( 6 );

act_tochar( #sorrow9, ch );

wait( 6 );

act_tochar( #sorrow10, ch );

wait( 6 );

act_tochar( #sorrow11, ch );

wait( 6 );

act_tochar( #sorrow12, ch );

~
E
sorrow1~
The book easily turns to the ribbon-marked section showing that it is an

often-read section.  The simple heading reads: Love Triangle, tragedy.

~
E
sorrow2~
@MI tell you now a tale of sorrow, a tale of woe, a tale of a time not long

ago.  Listen well and learn it all, before wretched fate on you can fall.@n

~
E
sorrow3~
@MIn this very age, these very days there lives a man in an addled haze. 

His heart was pure, his love was true but in the end fate had its due. 

Alone he walks the streets unsought, his mind rare holds a fleeting

thought.  For in a fit of rage and ire, a witch did cause his love's

expire.@n

~
E
sorrow4~
@MIn old Medienne does our story start, where brave Dulaine did lose his

heart.  The maiden fair Mirelle Dunney he courted nigh a year they say. 

When the year did end and her sire said nay, to young Chiiron they fled

away.  Off they went, their fortunes to make, for they fled with nought,

only love did they take.  @n 

~
E
sorrow5~
@MThe work they found was demeaning and cruel.  In the days they went

hungry and at nights they supped gruel.  In the forge of hunger they

lived only on heart, and that was where their ways did part.  For Dulaine

learned strength and courage, into the wilds he'd hunt and he'd forage. 

For Mirelle became vile, sick, twisted and more, she'd taunt the blind

and steal from the poor.  @n 

~
E
sorrow6~
@MA goddess of goodness brought change and brought right.  Dulaine

grasped the hope, Mirelle fled from the light.  Dulaine prospered and

grew in his newfound rejoice, yet Mirelle suffered and payed for her

dubious choice.  With their destinies sundered they soon parted way.  One

for far mountains and one for to stay.  Mirelle found her home in a far

craggy peak, her body now twisted for her actions so bleak.  @n 

~
E
sorrow7~
@MDulaine now made home and hearth of the wood, around young Chiiron all

knew him as good.  It happened one season dire wolves came to call,

Dulaine rose to the summons and nearly slew all.  As the last one lay

dieing it lashed out and bit, poor Dulaine fell afoul of its wild fit. 

With a grievous wound and truely much gore, Dulaine nearly died, he

nearly breathed life no more.@n 

~
E
sorrow8~
@MA kind passer-by, a healer by trade, found poor Dulaine, dragged him

off to a glade.  She tended his wounds, his pains did allay.  She

exhausted her skills working hard night and day.  Then again was he

wounded; Dulaine did awake, but death drew no nearer, his heart she did

take.  In that moment of silence, in that first simple glance, drowned by

her essense he stood not a chance.@n 

~
E
sorrow9~
@MTheir courtship was brief, not a month did it last.  True love was

involved and their fates had been cast.  Hellena, the healer, and

Dulaine soon wed, and as far as that goes that's all need be said.  They

spent several months in kindness and bliss, ending each day in a gift or

a kiss.  Mirelle soon got wind of Dulaine's newfound life, and twisted

by anger she murdered his wife.@n 

~
E
sorrow10~
@MNot with blade or with poison did she do the vile deed, she uttered a

curse and that was the seed.  Hellena soon fell afoul of a snake, that

happened to bite her as she swam in a lake.  The snake was far stronger,

Hellena's defeat.  Dulaine was away hunting deer for their meat. 

Returned from the hunt, Dulaine came home late, only to hear of the death

of his mate.@n 

~
E
sorrow11~
@MDulaine in his grief, was never the same.  He no longer hunted his

skills grew quite lame.  They cared for him then, the people in town.  He

once was their hero, though his luck was now down.  In his grief did he

ail, and Mirelle came to look.  When she left, a red ring, a momento, she

took.  A gift from his love, he nearly went mad, when Dulaine found it

missing, 'twas all that he had.@n

~
E
sorrow12~
@MI hear he still roams trapped in that state, thus ends his tale in

madness and hate.  All tragedy starts where all hope does end, what fate

makes so wretched, nothing can mend.  @n 

~
E
reading~
$n begins reading from a large brown book.

~
!
-1

#1571
phial~
phials~
+filled with a fizzing black liquid~
+of youth~
lies here.~
lie here.~
~
~
Damiel~
Merior~
10 1571 64 0 1 0
0 0 32 0 0 0 4
112 7 1 0
30 500 1 -1 10 1000 0 0
857752560
E
either~
This long, undulating phial is filled to it's narrow neck with a black,

fizzing liquid of the same consistency as syrup.  With the moss-like cork

removed from the mouth of the container, a faint scent of peppermint and

lemons can be detected.

~
P
-1

#1572
iron cauldron~
iron cauldrons~
~
~
sits over a large fire pit.~
sit over a very large fire pit.~
~
~
Terek~
Merior~
15 1572 16384 4 0 0
0 0 4096 0 0 0 4
5 2496 0 0
30000 0 1 -1 10 1000 0 0
858042126
E
either~
A very large, very heavy old iron cauldron covered with soot and grime. 

A metallic liquid bubbles up from its surface and gives off a foul stench.

~
P
4 -1
empty~
cauldron~
if( has_obj( 1572, ch ) ) {

  junk_obj( has_obj( 1572, ch ) );

  obj_to_char( oload( 987 ), ch );

  act_tochar( #empty, ch );

  act_notchar( #r_empty, ch );

  }

else

  act_notchar( #get_it, ch );

~
E
empty~
You empty the cauldron of its glowing, viscous contents and it begins to

cool noticably.

~
E
r_empty~
$n dumps a glowing, viscous liquid from an iron cauldron.

~
E
get_it~
Perhaps you should get it first.

~
!
1 -1
get take grab steal~
iron cauldron~
i = 10d5;

act_tochar( #scream, ch );

act_notchar( #r_scream, ch );

dam_message( ch, i, "The searing metal");

inflict( ch, mob, i, "The searing metal" );

junk_obj( obj, 1 );

obj_to_char( oload( 1572 ), ch );

~
E
scream~
You let out a cry of agony as you grab the cauldron containing glowing,

molten iron.

~
E
r_scream~
$n emits a primal scream as $e grabs a cauldron of glowing, molten metal.

~
!
-1

#1573
shortsword~
shortswords~
ruby engemmed~
ruby engemmed~
is laying discarded on the ground.~
are laying discarded on the ground.~
~
~
Talis~
Conner~
5 1573 8650816 0 8193 2146304
1 0 4096 0 0 0 4
0 2 4 2
300 2000 5 -1 4 900 0 0
858042153
A 7 10
A 20 -5
A 21 1
E
either~
A short, narrow blade created for fighting in narrow caves and castle

hallways, it doesn't require the room to swing it that a longsword does. 

It is bladed on both edges, and a bloodlet is grooved into both sides. 

An ornate crosspiece protects the hands, but appears to resemble nothing

other than fancifully twisted metal.  The egg-shaped pommel, designed to

couterbalance the blades weight, has been set with precious rubies that

glitter and glisten like moist blood.

~
P
-1

#1574
iron cauldron~
iron cauldrons~
~
~
rests on the ground.~
rest on the ground.~
~
~
Terek~
Talis~
15 1574 16384 4 0 0
0 0 4096 0 0 0 4
5 2500 0 0
30000 0 1 -1 10 1000 2 0
858043414
E
Either~
A very large, very heavy old iron cauldron covered with soot and grime. 

It seems to be filled with a solid metal and appears quite heavy.

~
P
-1

#1575
dagger~
daggers~
well-balanced iron~
well-balanced iron~
lays discarded on the ground.~
lay discarded on the ground.~
~
~
Talis~
Marek~
5 1575 -2147482624 0 8193 0
1 0 0 0 0 0 4
0 2 3 1
200 300 1 -1 5 900 0 0
858051281
E
either~
The dagger is made from a single, thin shard of iron.  The handle is

differentiated from the business end only by its lack of keen blades. 

Holes have been carefully bored through the handle, keeping it in perfect

balance with the bladed end.  The dagger feels to be quite well balanced.

~
P
-1

#1576
clear quartz lens~
clear quartz lenss~
~
~
~
~
~
~
Florian~
Florian~
1 1576 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
858106224
E
either~
No description~
P
-1

#1577
sapphire lens~
sapphire lenss~
~
~
~
~
~
~
Florian~
Florian~
1 1577 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 1
858106408
E
either~
No description~
P
-1

#1578
ruby lens~
ruby lenss~
~
~
~
~
~
~
Florian~
Florian~
1 1578 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
858106438
E
either~
No description~
P
-1

#1579
obsidian lens~
obsidian lenss~
a glass lens~
an obsidian lens~
~
~
~
~
Florian~
Florian~
0 1579 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
858106508
E
before~
A glass jar

~
E
after~
No description

An obsidian jar

~
P
-1

#1580
goat hide boots~
goat hide boots~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Damiel~
Jimbalaya~
9 1580 -2147483648 0 65 0
0 0 16 0 0 0 4
0 3 0 0
650 2000 10 -1 8 500 0 0
858121676
A 8 5
E
either~
These white hide boots are pliant, but thick and well tanned.  They are

lined with thick brown fur, which holds in any warmth.  They look quite

durable.  Reaching up to the knees with lacing wrapping them many times,

they would probably offer good protection for your feet.

~
P
-1

#1581
marble cube~
marble cubes~
~
~
rests on the floor.~
rest on the floor.~
~
~
Talis~
Talis~
36 1581 2244608 0 1 0
0 0 64 0 0 0 4
0 0 0 0
100000 5000 1 -1 10 1000 0 0
858139423
E
either~
A large cube of solid marble.  It stands about as tall as a gnome and is

as wide and long as it is tall.  The marble is a snowy white veined with

thick black lines.  It looks quite heavy.

~
P
-1

#1582
tome~
tomes~
large, dusty~
+of ultimate knowledge and power~
awaits to enlighten you.~
await to enlighten you.~
~
~
Talis~
Talis~
37 1582 0 4 16385 0
0 0 0 0 0 0 4
0 0 0 0
500 1000 1 -1 10 1000 0 0
858184411
E
either~
A large thick book, covered in a heavy coat of dust.  You carefully wipe

away the dust to reveal writing on the cover:

  

          The Tome of Ultimate Knowledge and Power

contained herein lays the secret of the most powerful source

for knowledge to create or to destroy, to set free or to conquor,

               and to grow or to perish.

   

It seems you have only to @bopen@n the book to learn the greatest secrets

of the universe.  Dare you proceed, or might this knowledge be too great,

great enough to crack your very mind?

~
P
4 -1
open read~
tome book knowledge power ultimate~
act_tochar( #mirror, ch );

act_notchar( #rmirror, ch );

wait( 2 );

act_tochar( #mirror2, ch );

~
E
mirror~
You reverently open the cover to find...

~
E
mirror2~
A mirror?  you turn the page only to find another mirror like the first. 

You quickly flip through the book.  Each page contains a mirror.  You

stare back at yourself from each page of the book.

~
E
rmirror~
$n reverently opens the cover to a large tome.

~
!
-1

#1583
hardtack~
hardtacks~
~
~
lies on the ground here.~
lie on the ground here in a small pile.~
~
~
Rebekka~
Rebekka~
19 1583 0 0 1 0
0 0 512 0 0 0 4
30 -1 -1 0
40 10 1 -1 10 1000 0 0
858191081
E
either~
This small biscuit is hard, and not very appetizing.  Nonetheless, it is

quite filling.

~
P
-1

#1584
chunk of hard cheese~
chunks of hard cheese~
~
~
is lying here.~
are lying here.~
~
~
Rebekka~
Dovea~
19 1584 -2147483648 0 1 0
0 0 512 0 0 0 4
35 -1 0 0
50 10 0 -1 1 1000 0 0
858191388
E
either~
This chunk of cheese is of deep orange in color, and smells quite

appetizing.

~
P
-1

#1585
chicken potpie~
chicken potpies~
~
~
smells freshly baked.~
smell like they were just baked.~
~
~
Rebekka~
Starshine~
19 1585 0 0 1 0
0 0 256 0 0 0 4
35 -10 16 0
50 10 0 -1 1 1000 0 0
858191669
E
either~
This small pie is filled with chicken and various vegetables, and is

still warm.

~
P
-1

#1586
book titled Taverns of the Realm~
books titled Taverns of the Realm~
~
~
awaits a reader.~
await a reader.~
~
~
Talis~
Talis~
37 1586 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
150 20 1 -1 10 1000 0 0
858315226
E
either~
A relatively thin book, it appears the cover accounts for about half its

width.  The thick cover of stiff, black leather bears no actual title on

it, rather it depicts a foaming bug of beer.  The corners of the book

have all been capped in some dark metal, iron perhaps, to help prevent

their being bent.  Being a thin book it looks like it would not take long

to @Bread@n it.

~
P
4 -1
read~
black leather book tavern's~
act_tochar( #intro, ch );

~
E
intro~
The small book you hold is the compilation of several years travel time. 

I hope you find the information within as enjoyable as I found the task

of collecting it.  I can assure you, though my life was imperiled several

times on this dangerous quest, the rewards were well worth any danger.

Travel well, drink often.

It is signed Kendric.

   

It appears the book is devided into several sections.

It looks like you could @bread@n each section by it's name, the

sections are:

  

  @bChiiron             Pennan@n

  @bDark Haven          Sos-Kul

  @bDenab-Knur          Vaasa@n

  @bKha-Da              Voaleth@n

  @bMedienne@n

~
!
4 -1
read~
Chiiron~
act_tochar( #turn, ch );

act_notchar( #r_read, ch );

wait( 1 );

act_tochar( #chiiron, ch );

wait( 6 );

act_tochar( #chiiron2, ch );

~
E
turn~
You turn to the first section.  

~
E
r_read~
$n begins to read from a black leather book.

~
E
chiiron~
Ah, a fine little town indeed.  Chiiron seems to be growing rapidly,

however its clientele seems to remain primarily travelers and

adventurers.  While this is good for the town, bringing in lots of

external money and trade, it has done little for its actual residential

status as anything more than a small town.

~
E
chiiron2~
The tavern in this little town is called the Fighting Ferret.  It is

owned by a retired adventurer by the name of Berdeth who spends his days

above the tavern teaching his skills to interested parties for a fee. 

The atmosphere of the Ferret is more or less relaxed.  Its busy hours

tend to vary, as the majority of its clientele are adventurers who keep

their own hours.  The fare there is simple.  Beer is sold by the bottle

or the barrel, bring your own meals.  The beer is good quality and the

proprietor doesn't water it down at all.  provided you do not come at a

time when the owner is providing lessons upstairs, the noise is limited

to your standard tavern gossip.

 

I give the Fighting Ferret a rating of two mugs.

                                - Kendric

~
!
4 -1
read~
Dark Haven~
act_tochar( #turn, ch );

act_notchar( #r_read, ch );

wait( 1 );

act_tochar( #dark, ch );

wait( 7 );

act_tochar( #dark2, ch );

~
E
turn~
You turn the first few pages and quickly come to the section on 

Dark Haven.

~
E
r_read~
$n turns a few pages and begins to read from a black leather book.

~
E
dark~
Ah, Dark Haven.  Now there's a town of which I have many fond memories. 

A den of thieves, cutthroats and scoundrels.  Home to the most wretched

scum to walk the streets.  Where better a place to find whatever it is

you want.  If they don't already have it, there is always someone there

who will aquire it, for a price.

~
E
dark2~
For my own safety I will not reveal the location of this little hideaway,

however should you ever find yourself in Dark Haven with your throat in

tact, it would be worth the time to stop by the Black Unicorn tavern. 

The atmostphere leaves a lot to be said, but the beer there is top notch. 

Sure, you may have to drink it from a dirty mug, but why let that stop

you?  A finer beer brewed, short of a dwarven stout, can not be had

anywhere else.  Best of all, I can garauntee the beer won't be watered

down.  When I first came to the Black Unicorn, its previous proprietor

was being carted out for watering down the drinks.  The locals take their

drink very seriously.  The beer here can be bought by the bottle or the

barrel.  If you're lucky the bar may also have a good bottle or two of

whiskey in stock as well.  After your drink you can even settle down for

a nice pipe of tobacco, which can also be found on the premesis.  What

more could you want?

  

I give the Black Unicorn two and a half mugs.

                          - Kendric

~
!
4 -1
read~
Denab-knur~
act_tochar( #turn, ch );

act_notchar( #r_read, ch );

wait( 1 );

act_tochar( #denab, ch );

wait( 6 );

act_tochar( #denab2, ch );

~
E
turn~
You flip past several pages until you get to the section on Denab-Knur

~
E
r_read~
$n begins flipping through the pages of a black leather book.

~
E
denab~
The Hanging Human, found in Denab-Knur, is not a place to be traveled

lightly.  For that matter, none of Denab-Knur is.  It is a town built on

the merits of ogre works, and thus to their scale and tastes.  I have

known quite a few ogres in my time, and it was only by traveling in the

relative safety of their company that I managed to make it to this city

~
E
denab2~
As it was, I had to suffer through three cracked ribs and a broken nose

for my short revelry spent in the Hanging Human, and these from my

friends.  Only an ogre could truly appreciate the decor of the Hanging

Human.  It is all built to the scale of ogres, meaning larger than any

other folk would find comforting.  Personally, I prefer a bar where my

feet touch the floor when I sit on a bench or stool.  The beer there is a

bit watered down, but if you value your life at all I wouldn't mention it

to anyone there.  For those not inclined to drink alcohol you can also

buy water there, though I'm not certain if its meant to be water or just

the beer that is so watered down that you can't tell its beer any more. 

It has a slight amber hue, which is quite unusual for water.  In the end

I decided I did not really want to know why, and I left well enough alone. 

Consistent with the scale of things, beer and water can only be bought by

the barrel here.

   

I give the Hanging Human one and a half mugs.

                                   - Kendric

~
!
4 -1
read~
Kha-da~
act_tochar( #turn, ch );

act_notchar( #r_read, ch );

wait( 1 );

act_tochar( #kha-da, ch );

wait( 6 );

act_tochar( #kha-da2, ch );

~
E
turn~
You flip halfway through the book and have to turn back a few pages to

get to the section on Kha-da.

~
E
r_read~
$n flips halfway through the pages of a black leather book and turns back

a few pages in search of something.

~
E
kha-da~
Kha-da must be one of the most stable dwellings I know.  It has neither

grown nor shrunk in size in all my years of travel out to it.  Though the

ceilings are a bit low for anyone larger than a dwarf in most places, but

learning to deal with it is well worth the time.  The dwarves of the city

are a hearty breed of folk who enjoy their beer.

~
E
kha-da2~
There is only one official pub in Kha-da, the Dragon-Slayer, run by my

good friend Mednoc.  In truth, almost every dwarf there brews their own

beer, however, they almost all agree that Mednoc brews the best in town. 

His dwarven stout beer is probably the best known beer in all the realm,

as adventurers stopping by tend to spread the word quite gleefully that

they have been to the Dragon-Slayer and that the rumors are in fact true. 

If you stop by you can buy his dwarven stout by the bottle or the barrel. 

Aside from a decidely low ceiling, the Dragon-Slayer has a wonderful

atmosphere.  Unless of course you happen to be a dragon.  The walls are

covered with the trophies of dwarven heroes' tussels with dragon.  Even

the proprietor has managed to bring in several scales and teeth from his

own travels.  If you seek an exciting tale, one involving danger and

dragons, one involving several rounds of beer during the telling, this is

the place for you.

  

I give the Dragon-Slayer three mugs.

                            - Kendric

~
!
4 -1
read~
Medienne~
act_tochar( #turn, ch );

act_notchar( #r_read, ch );

wait( 1 );

act_tochar( #medienne, ch );

~
E
medienne~
Medienne was once the uncontested largest city in the realm, right up

until the war between the elves and humans nearly managed to burn it to

the ground.  Despite the aura of despair and death that loomed over the

city for many many years after that brutal war, it is finally making a

come back.  In the last four years if has managed to clean finally begin

the lifting of its dark aura and begin a program of civil renewel.  These

days you can even find many elves stopping by the city.

   

Medienne was once the home to six taverns, quite a feat.  Unfortunately

four of its fine establishments were casualties of that fateful war.  Two

of the taverns remain, the Rusty Nail and the Cracked Crown.

   

   

The next two sections of the book are devoted to those two taverns.  If

you wanted to learn more about the two taverns you could probably

@Bread@n the sections on the @BRusty Nail@n and the @BCracked Crown@n.

~
E
turn~
You flip halfway through the book and turn the last few pages until you

reach the section labeled Medienne.

~
E
r_read~
$n flips halfway through a black leather book and begins to peruse its

contents.

~
!
4 -1
read~
Pennan~
act_tochar( #turn, ch );

act_notchar( #r_read, ch );

wait( 1 );

act_tochar( #pennan, ch );

wait( 6 );

act_tochar( #pennan2, ch );

~
E
turn~
You turn about halfway through the book and quickly find the section you

are looking for.

~
E
r_read~
$n flips about halfway through a thin, black book and begins to read from

it.

~
E
pennan~
Ah, we come at last to Pennan.  The humble home of my simple beginnings. 

In all my travels I have never found so rural or so rustic a town.  The

urban sprawl lays stretched over nearly as much land as Medienne itslef,

however its domociles are seperated by lush fields and grazing lands. 

What it lacks in so-called civilized culture, it more than makes up for

in hospitatlity.

~
E
pennan2~
The Cardinal is the towns local drinking spot, a rustic country inn with

all the trimmings.  As you come in the front door you will doubtless be

greeted by the sight of the bar's keeper Egrham.  Egrham runs a spotless

bar and waits on his customers with a patience and serenity rarely found. 

Beyond his pleasant demeanor, he also keeps a well stocked inn.  He has a

fine store of good home-brewed beer as well as an ample supply of fruits,

meats, and bread.  If you ever chance to stop in here I would suggest

ordering some of his roast mutton simmered in spiced potatoes and carrots. 

Its a house specialty and quite popular with locals and travellers alike. 

The Cardinal also sports a side room for those more inclined to private

conversation.  Both the bar and the side room house an ample hearth to

warm the place in the colder months.  For the travel weary there is

always a cot upstairs in the inn's common room.

  

I give the Cardinal three mugs for its fine atmosphere and food.

                                 - Kendric

~
!
4 -1
read~
Sos-kul~
act_tochar( #turn3, ch );

act_notchar( #r_read3, ch );

wait( 1 );

act_tochar( #turn2, ch );

act_notchar( #r_read2, ch );

wait( 1 );

act_tochar( #turn, ch );

act_notchar( #r_read, ch );

wait( 2 );

act_tochar( #sos-kul, ch );

~
E
turn~
You flip forward page by page until you find the section titled Sos-kul.

There's onle one page, no wonder you kept missing it.

~
E
r_read~
$n flips forward page by page through a black leather book until $e finds

the page $e was looking for.

~
E
sos-kul~
Sos-Kul, you could only love it if you were born there.  Marshy, wet,

insect-infested.  If the local beasts don't eat you, theres still the

local populace to worry about.  You'll be lucky to find a native there

who speaks any tongue other than their own.  The natives seem to like

their homes undisturbed and have little interest in the outside world. 

Those few that show any interest in learning another language tend to

leave town for more civilized parts and rarely, if ever, return home.

  

Though I have met a few lizardfolk, I can't say as I've ever seen one in

a tavern more than once.  It's not that they have no tolerance for drink,

its more that they seem to have no interest in it.  This is further

evidenced by the fact that you will not find a drinking establishment in

their bug-ridden marsh of a homeland.

~
E
turn2~
You flip back a few pages

~
E
turn3~
you flip forward a few pages.

~
E
r_read2~
$n flips back a few pages in a black leather book.

~
E
r_read3~
$n flips forward a few pages in a black leather book.

~
!
4 -1
read~
Vaasa~
act_tochar( #turn, ch );

act_notchar( #r_read, ch );

wait( 1 );

act_tochar( #vaasa, ch );

wait( 6 );

act_tochar( #vaasa2, ch );

~
E
turn~
You flip nearly to the end of the book before finding the section on the

Vaasa.

~
E
r_read~
$n flips nearly to the back of a black leather book before stopping to read

from it.

~
E
vaasa~
Short of its native elves, few travellers ever have the distinction of

visiting the elven city hidden deep within the heart of the mighty Vaasa. 

I would have missed the opportunity had I not been traveling in the

company of an elf at the time.  My most gracious host won me passage into

their hidden city long enough for me to drop in at its local tavern.

~
E
vaasa2~
The elves are an alien lot, and at best, it is difficult to understand

why they choose to do what they do.  The closest thing they have to a

tavern is something the call simply, The Glade.  It has neither walls nor

roof.  Rain or shine, wind or snow the elves seem not to care.  If they

feel the urge to gather there for a drink they simply go and appear

unconcerned as to the weather.  Fortunately for me, it was a warm, dry

day when chanced to visit.  The fare there is decidedly elven, as is the

clientele.  Meals consist of fruits or the bread-like wafers they make

called lembas.  Drinks usually constitute no more than water, however

there is an ample supply of elven wines and meads available at the

counter.  I suppose the conversation must be stimulating to elves,

however, as a visitor I was quite at a loss.  Much like any other tavern

it had its fair share of local gossip and regulars, however, lacking

walls to hang anything it lacks in decor.  It is a bit unusual sitting in

a forest glade surrounded by plants and fresh air and calling it a

tavern, however, it appears to suffice for the elves.

  

I give the Glade two mugs.

            - Kendric

~
!
4 -1
read~
Voaleth~
act_tochar( #turn, ch );

act_notchar( #r_read, ch );

wait( 1 );

act_tochar( #voaleth, ch );

wait( 7 );

act_tochar( #voaleth2, ch );

~
E
turn~
You turn to the last section of the book, title Voaleth.

~
E
r_read~
$n flips to the last section in a black leather book and begins to read.

~
E
voaleth~
Finally we come to the dark city of Voaleth.  What the Rusty Nail of

Medienne is to that fine city, this entire town is to the realm.  In many

ways I felt safer in Denab-Knur, at least there you already know that the

worst that can occur is you get eaten.  The only town darker than this

one may be Dark Haven, a city of traitors cast out by their own kind. 

Despite the sinister nature of the entire town, it does hold rewards for

those who know where to seek them.

~
E
voaleth2~
On my lengthy stay in this well-concealed town I spent several long

nights in its best, and only, drinking establishment.  Ingblad's Bar and

Grille comes nowhere near what I'd call a fine tavern, however it does

serve its purpose.  Food and drink can be found in abundance; both for

sale and on the walls and floor.  It is probably best if you don't

question where the meat came from.  The dim lighting is nowhere near dim

enough to conceal the fact that the mugs haven't been washed, much like

many of Ingblad's patrons.  The furniture is probably the best sort for a

place such as this.  Sturdy best describes it.  The favorite form of

entertainment at Ingblad's seems to be the common bar-room brawl, which

is a sight safer than a walk on the streets.  If you manage to survive a

few brawls there, you may even be able to strike up a conversation with

some of the local denizens.  For a price, useful information can be had

there.  Of course, the price may range from a simple bowl of mystery meat

stew (with the obligatory eye in it) to several platinum depending on how

hard it was come by.  For the frail or weak-stomached, I would advice

avoiding this place at all costs.

  

I give Ingblad's Bar and Grille one mug.

                     -Kendric

~
!
4 -1
read~
cracked crown~
act_tochar( #turn, ch );

act_notchar( #r_read, ch );

wait( 1 );

act_tochar( #cracked, ch );

~
E
turn~
You flip through a few pages until you find the section on the Cracked

Crown of Medienne.

~
E
r_read~
$n flips through a few pages until $e finds what $e must be looking for

and begins to read again.

~
E
cracked~
The Cracked Crown was the second oldest, and most popular of the drinking

establishments from Medienne.  It has managed survive a war and two

sieges relatively unscathed.  The atmosphere there is classic tavern.  A

barrel-chested man by the name of Braedwald has run the fine

establishment for many years now, after inheriting it from his father. 

His fine staff of women and men are generally pleasant and efficient at

keeping the customers happy.  It is a communal meeting place and the

source of the best gossip in town.  A magnificent hearth in the center of

the tavern provides warmth for the tired and weary year round.  The

hearth is also the source of the wonderful aromas that waft from this

establishment as you will almost always find a steak roasting on the spit. 

Braedwall's tavern serves a fine roast steak, golden-crusted chicken

potpie, and has hard cheese on hand to compliment any meal.  To wash it 

down you can order a bottle of good beer or a cup of fine ale.  For the

travel-minded outfitting for a large trek you can also purchase a barrel

of Braedwald's fine beer from his ample reserves.  Between the fine

atmosphere, the impeccable service and absolutelty divine food you may

never want to stop elsewhere again.

   

I give the cracked crown four mugs.

                   - Kendric

~
!
4 -1
read~
rusty nail~
act_tochar( #turn, ch );

act_notchar( #r_read, ch );

wait( 1 );

act_tochar( #rusty, ch );

~
E
turn~
You flip through a few pages until you find the section on the Rusty Nail

tavern in Medienne.

~
E
r_read~
$n flips through several pages of a black leather book then, seeming

satisfied with the section they found, procedes to read it.

~
E
rusty~
The Rusty Nail is the newer of the two drinking establishments in

Medienne.  Since the great war with the elves, it has been completely

rebuilt, and from what I hear, it is a much pleasanter place now.  The

lack of sufficient lighting in the building does much to improve the

atmosphere there as well as hide the fact that the glasses are not always

clean.  The clientele there rarely comes for the dinner fare so much as

for the opportunities that present themsleves there.  The unwary had best

avoid this place lest they find themselves poorer of blood and coin in

the morning, if they ever wake.  The Rusty Nail is managed by a stout

roughian by the name of Garth and he is very effective at his job.  He

doubles as both barkeep and bouncer, although, whenever someone needs

removing from the premesis all the clients are more than eager to assist. 

While there is no real food fare to speak of, a drink can always be found

here.  Garth keeps an ample supply of beer and rum, the prefered choice

of his customers.  For the rare adventurer who comes in to outfit before

a long quest, Garth has been known to sell them the water barrels he uses

to rinse his mugs in.

 

I give the Rusty nail one and a half mugs.

                          - Kendric

~
!
-1

#1587
giant banded club~
giant banded clubs~
~
~
lies here.~
lie here.~
~
~
Kreel~
Marek~
5 1587 16384 0 8193 0
0 384 4098 0 0 0 4
0 2 5 3
1100 1300 1 -1 2 750 0 0
858331566
E
either~
This enormous wooden club is forged of rough wood circled with heavy

bands of iron.  The handle is wrapped in leather.

~
P
-1

#1588
rock with bits of mithril embedded in it~
rocks with bits of mithril embedded in them~
~
~
lies here.~
lie here.~
~
~
Terek~
Terek~
0 1588 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 1000 1 -1 10 1000 0 0
858388504
E
either~
This small rock is covered in bits of mithril that has been embedded into

it over many centuries.  The mithril sparkles in the light creating a

dazzling display.

~
P
-1

#1589
blue serpent scale~
blue serpent scales~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
33 1589 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
20 25 1 -1 2 1000 0 0
858432160
E
either~
This rock-hard scale is roughly three inches across and deep blue.

~
P
-1

#1590
spiraled stone dagger~
spiraled stone daggers~
~
~
lies here.~
lie here.~
~
~
Kreel~
Orb~
5 1590 -2147482624 0 8193 0
1 0 64 0 0 0 4
0 3 3 1
200 675 7 -1 3 700 0 0
858434861
E
either~
This dagger is long and thin, its blade formed from a spiraling piece of

granite.  The handle is bronze, with a small, circular crosspiece.

~
P
-1

#1591
spiraled granite~
spiraled granite~
~
~
lies here.~
lie here.~
piece of~
pieces of~
Kreel~
Kreel~
8 1591 0 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
10 100 1 -1 3 1000 0 0
858435395
E
either~
This piece of granite is narrow, over a foot long, and chiseled into the

shape of an elegant spiral.  Its point is honed and sharp.

~
P
-1

#1592
filleting knife~
filleting knifes~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
5 1592 -2147482624 0 8193 0
1 0 8192 0 0 0 4
0 2 3 1
100 75 1 -1 2 1000 0 0
858440050
E
either~
This is a long, thin, single-edge, curved knife, honed to razor sharpness. 

It is used to gut and fillet fish.

~
P
-1

#1593
ice whip~
ice whips~
~
~
lies at your feet.~
lie at your feet.~
~
~
Caer~
Caer~
5 1593 0 0 8193 135692288
0 0 4 0 0 0 4
0 4 2 7
250 600 15 -1 2 650 0 0
858447024
E
either~
This long curled whip is made of ice.

~
P
3 -1
~
~
if( random( 0, 30 ) == 30 ){

  send_to_room( #chill, room );

  do_spell( chilling touch, ch, victim );

  }

else {

  send_to_room( #freeze, room );

  do_spell( freeze, ch, victim );

  }

~
E
chill~
@b@BAn icy-white bolt arcs from the tip of the whip!@n

~
E
freeze~
@b@WAn icy mist begins to hang in the air!@n

~
!
-1

#1594
dead worm~
dead worms~
~
~
is freshly pulled from the ground.~
are freshly pulled from the ground.~
~
~
Merior~
Fenlyn~
11 1594 0 0 16385 0
0 0 512 0 0 0 4
3 0 1 1
3 0 1 -1 10 1000 0 0
858542205
E
either~
This small worm has just been pulled out of the ground, and only has

recently given up the battle for life.

~
P
-1

#1595
blade of grass~
blades of grass~
~
~
glistens with the dew.~
glisten with the dew.~
~
~
Merior~
Fenlyn~
11 1595 0 0 1 0
0 0 0 0 0 0 4
1 0 0 0
1 0 1 -1 10 1000 0 0
858554341
E
either~
This small blade of grass is dark green, and glistens with moisture, as

if it were just plucked from the ground.

~
P
-1

#1596
crumb~
crumbs~
~
~
lies dried and forgotten.~
lie dried and forgotten.~
~
~
Merior~
Merior~
19 1596 0 0 16385 0
0 0 0 0 0 0 4
1 1 0 0
10 5 1 -1 10 1000 0 0
858554521
E
either~
This small crumb of dried bread looks quite unappetizing, and not very

filling.

~
P
-1

#1597
ear of corn~
ear of corns~
~
~
has just been picked.~
have just been picked.~
~
~
Merior~
Merior~
19 1597 0 0 1 0
0 0 0 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
858555272
E
either~
This ear of corn has been freshly picked.  Its yellow kernels are plump

and juicy, and stand in sharp contrast to the green hull.

~
P
-1

#1598
dead mouse~
dead mouses~
~
~
lies forlornly on the ground.~
lie forlornly on the ground.~
~
~
Merior~
Merior~
11 1598 0 0 1 0
0 0 0 0 0 0 4
1 0 0 0
30 0 1 -1 10 1000 0 0
858636030
E
either~
This small white mouse was once alive, but alas, is now but an empty,

furry shell.

~
P
-1

#1599
bale of hay~
bales of hay~
~
~
have been partially chewed.~
~
~
~
Merior~
Merior~
0 1599 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
300 0 1 -1 10 1000 0 0
858636245
E
either~
Dark cord has been used to tie up this bale of hay.  One corner of it

appears to have been partially eaten by some sort of animal.

~
P
-1

#1600
stalk of straw~
stalks of straw~
~
~
has been freshly cut.~
have been freshly cut.~
~
~
Merior~
Thyme~
11 1600 0 0 1 0
0 0 0 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
858637560
E
either~
This large stalk of straw has been removed from its fellows.  It would

make a fine addition to a bird's nest.

~
P
-1

#1601
thick goat hide~
thick goat hides~
~
~
lies here.~
lie here.~
~
~
Damiel~
Damiel~
33 1601 16777216 0 1 -1073741824
0 0 1 0 0 0 4
-1 -1 -1 -1
200 120 1 -1 10 1000 0 0
858879571
E
either~
This thick hide is covered in heavy, dense brown fur.  Once cleaned, such

a fine pelt could probably be fashioned into excellent winter items.

~
P
-1

#1602
pile of ice crystals~
piles of ice crystals~
~
~
lie here, shimmering slightly.~
lie here, shimmering slightly.~
~
~
Terek~
Merior~
11 1602 0 0 1 0
0 0 512 0 0 0 4
10 0 0 0
20 5 1 -1 10 1000 0 0
859896148
E
either~
These small crystals are made of nothing more then a shard of ice.  They

appear rather plain except you notice that they glow with a faint blue

light which pulses in and out every few moments.

~
P
-1

#1603
slick green waterskin~
slick green waterskins~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
17 1603 -2147221504 8 16385 0
0 0 512 0 0 0 4
320 0 0 0
80 100 1 -1 3 700 0 0
858913927
E
either~
This waterskin is large and bulbous, and it glistens with a gray-green

sheen of slime.  It is tough and leathery, constructed to contain any

liquid in air-tight conditions.

~
P
-1

#1604
bar of ivory~
bars of ivory~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
8 1604 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
150 800 1 -1 10 550 0 0
858915464
E
either~
This bar of ivory is long and rough, its surface scratched.  Its edges

have been chipped away with age, and its soft white sheen is lost.

~
P
-1

#1605
sash of the palace guard~
sash of the palace guards~
~
+of honor~
is covered with military pins.~
are covered with military pins.~
~
~
Merior~
Jimbalaya~
9 1605 277086208 0 5 0
0 0 16 0 33554432 0 4
0 3 0 0
10 20000 50 -1 3 300 0 0
858953545
A 4 -1
A 1 1
A 2 1
A 13 10
A 3 -1
E
either~
This sash is worn around the neck of the owner, to best display its

numerous military medals and decorations.

~
P
-1

#1606
obsidian hand mirror~
obsidian hand mirrors~
~
~
~
~
~
~
Florian~
Florian~
1 1606 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
859010215
E
either~
No description~
P
-1

#1607
massive iron cauldron~
massive iron cauldrons~
~
~
towers here.~
tower here.~
~
~
Kreel~
Kreel~
0 1607 0 12 0 0
0 0 4096 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
859057644
E
either~
Standing over twelve feet high, and with a mouth ten feet wide, this

cauldron could easily fit the forest's largest animals, small trees,

adventurers, and the better part of a small lake.  It is cast of iron,

its surface dented, rusted, and chipped away.

~
P
-1

#1608
incredibly huge meat cleaver~
incredibly huge meat cleavers~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
5 1608 0 0 8193 32
1 256 4096 0 0 0 4
0 3 20 8
60000 1000 1 -1 4 1000 5 0
859061628
E
either~
This meat cleaver is easily as large as a dwarf and could easily split an

oak.  It is made of a rough, unprocessed iron, and does not seem very

sharp.  On the handle is a rough, odd engraving.

~
E
engraving handle~
Made in Taiwan

~
P
-1

#1609
horn of battle~
horns of battle~
silver-chased~
silver-chased~
lies here, forgotten by the world.~
lie here, forgotten by the world.~
~
~
Damiel~
Marek~
8 1609 277086272 0 5 0
0 0 132 0 0 0 4
-1 -1 -1 -1
200 10000 25 -1 1 650 0 0
859139650
E
either~
This is a heavy, curved horn of pure white, chased and engraved with solid

silver inlay.  The horn has a light but very strong chain attached to it

which can be looped around the wrist, but is too short to function as a

useful shoulder strap.

~
P
4 -1
blow~
horn~
if( find_stat( ch, level ) > 24 ) {

  if( random( 1, 12 ) == 10 ) {

    send_to_char( #boom, ch );

    act_notchar( #rboom, ch );

    i = 3d30+30;

    dam_message( ch, i, "The explosion" );

    inflict( ch, mob, i, "an explosion" );

    junk_obj( has_obj( 1609, ch ) );

    end;

    }

  else {

    send_to_char( #to_char, ch );

    act_notchar( #to_room, ch );

    act_area( #to_area, ch );

    wait( 2 );

    loop( all_in_room ) {

      if( is_player( rch ) )

        do_spell( holy wrath, rch );

      interpret( rch, "leech 1" );

      }

    }

  }

else

  send_to_char( #level, ch );

~
E
no~
You cannot summon the strength to blow the horn again so soon.

~
E
to_char~
You put the curved horn to your lips and blow an impossibly clear note

that echoes over the countryside.

~
E
to_room~
$n puts a curved horn to $s lips and blows an impossibly clear note.

~
E
to_area~
You hear a horn blowing in the distance.

~
E
boom~
You put the horn to your lips and blow with all your might.  It gives a

sour, ugly note, then begins to shake.  It grows very warm in your hands. 

The horn explodes!

~
E
rboom~
$n blows the mystical horn.  It gives a flat, sour note then begins to

tremble.  The horn is consumed by white light, then explodes!

~
E
level~
You lack the strength to wind the horn.

~
!
-1

#1610
horn~
horns~
ram~
ram~
lies here.~
lie here.~
~
~
Damiel~
Damiel~
34 1610 17039360 0 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
200 60 1 -1 10 1000 0 0
859143040
E
either~
This is a heavy, curved horn, probably acquired from a rather large

mountain ram.  Hollowed out, it might make a decent signal horn.

~
P
-1

#1611
gem~
gems~
shimmering~
+of brightness~
glows with a inner white light.~
lie here, pulsating softly in an identical pattern.~
~
~
Damiel~
Conner~
28 1611 -2147221503 0 16385 0
0 0 96 0 128 0 4
0 0 -1 0
100 5000 30 -1 10 500 0 0
859145204
E
either~
This brightly glowing gem seems lit from within by a clear white radiance

that shines, pulsating slightly under your gaze.

~
P
-1

#1612
chunk of~
chunks of~
+blueish green ore~
+codite ore~
catches your eye, gleaming dimly in its unfinished state.~
catch your eye, gleaming dimly and unfinished.~
~
~
Damiel~
Damiel~
8 1612 67108864 4 1 0
0 0 131072 0 0 0 4
0 0 0 0
100 800 1 -1 10 1000 0 0
859161685
E
either~
This a rough piece of blue-tinted ore of a type with which you are quite

unfamiliar.

~
P
-1

#1613
bastard sword~
bastard swords~
blue-tinged steel~
codite steel~
lies here.~
lie here.~
~
~
Damiel~
Orb~
5 1613 75497472 0 8193 3162112
1 194 8192 0 524288 0 4
0 2 9 2
700 3150 15 -1 2 1 0 0
859162228
A 18 1
E
either~
A finely-crafted greatsword, the blade made of a mottled grey-black metal

that carries a faint cobalt blue tint.  The blade is well-made, the edges

glimmering with a sparkling light that bespeaks a hair-cutting sharpness.

~
P
-1

#1614
two-handed sword~
two-handed swords~
blue-tinged steel~
codite steel~
lies here.~
lie here.~
~
~
Damiel~
Orb~
5 1614 75513856 0 8193 3162112
1 0 8192 0 524288 0 4
0 3 8 2
825 4500 15 -1 2 1100 0 0
859162305
A 18 1
E
either~
A finely-crafted two-handed claymore, the blade made of a mottled

grey-black metal that carries a faint cobalt blue tint.  The blade is

well-made, the edges glimmering with a sparkling light that bespeaks a

hair-cutting sharpness.

~
P
-1

#1615
shortsword~
shortswords~
blue-tinged steel~
codite steel~
lies here.~
lie here.~
~
~
Damiel~
Orb~
5 1615 75498496 0 8193 3162112
1 0 8192 0 524288 0 4
0 2 4 2
300 800 15 -1 2 1100 0 0
859162317
A 19 1
E
either~
A finely-crafted shortsword, the blade made of a mottled grey-black metal

that carries a faint cobalt blue tint.  The blade is well-made, the edges

glimmering with a sparkling light that bespeaks a hair-cutting sharpness.

~
P
-1

#1616
battle axe~
battle axes~
blue-tinged steel~
codite steel~
lies here.~
lie here.~
~
~
Damiel~
Orb~
5 1616 75497472 0 8193 3162144
1 0 8192 0 524288 0 4
0 3 5 8
575 3150 15 -1 2 1100 0 0
859162331
A 18 1
E
either~
A finely-crafted battle axe, the wide blade made of a mottled grey-black

metal that carries a faint cobalt blue tint.  The weapon is well-made,

the edges and points glimmering with a sparkling light that bespeaks a

hair-cutting sharpness.

~
P
-1

#1617
dagger~
daggers~
blue-tinged steel~
codite steel~
lies here.~
lie here.~
~
~
Damiel~
Orb~
5 1617 75498496 0 8193 3162112
1 0 8192 0 524288 0 4
0 2 5 1
70 600 15 -1 2 1100 0 0
859162405
A 18 1
E
either~
A finely-crafted dagger, the blade made of a mottled grey-black metal

that carries a faint cobalt blue tint.  The blade is well-made, the edges

glimmering with a sparkling light that bespeaks a hair-cutting sharpness.

~
P
-1

#1618
broadsword~
broadswords~
blue-tinged steel~
codite steel~
lies here.~
lie here.~
~
~
Damiel~
Orb~
5 1618 75497472 0 8193 3162112
1 0 8192 0 524288 0 4
0 2 8 2
575 2400 15 -1 2 1100 0 0
859163043
A 13 1
E
either~
A finely-crafted broadsword, the blade made of a mottled grey-black metal

that carries a faint cobalt blue tint.  The blade is well-made, the edges

glimmering with a sparkling light that bespeaks a hair-cutting sharpness.

~
P
-1

#1619
bit of clover~
bits of clover~
~
~
is growing here.~
are growing here.~
~
~
Damiel~
Merior~
0 1619 8650752 0 16385 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 20 10 -1 10 50 0 0
859233453
E
either~
A small leafy plant no bigger than your thumb.

~
P
-1

#1620
hair~
hairs~
wolverine~
wolverine~
lies here.~
lie here.~
~
~
Damiel~
Damiel~
0 1620 16777216 0 1 0
0 0 512 0 0 0 4
-1 -1 -1 -1
100 50 0 -1 1 1000 0 0
859235631
E
either~
A short clump of hair taken from the pelt of a wolverine.

~
P
-1

#1621
ornate marble key~
ornate marble keys~
~
~
is hard to see.~
are hard to see.~
~
~
Merior~
Rebekka~
18 1621 0 4 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
859327992
E
either~
This key is made of very ornate marble and looks quite solid.

~
P
-1

#1622
canvas backpack~
canvas backpacks~
old~
old~
lies here.~
lie here.~
~
~
Damiel~
Conner~
15 1622 268435456 12 9 0
0 0 16 0 0 0 16
75 1 0 0
300 130 1 -1 1 400 0 0
859332553
E
either~
A beaten and battered old canvas backpack, double and triple stitched in

most places, which might account for its longevity.  The pack is fitted

with adjustable straps, and looks as though it could carry a fair amount

of equipment.

~
P
-1

#1623
long sturdy rope~
long sturdy ropes~
~
~
is tied to an overhanging branch.~
are tied to overhanging branches.~
~
~
Talis~
Merior~
0 1623 0 0 0 0
0 0 4 0 0 0 4
0 0 0 0
400 100 1 -1 10 1000 0 0
859343972
E
either~
The rope is made of extremely strong hemp fibers and is very long. 

Someone has tied it to a branch in the tree here.

~
P
-1

#1624
small bottle~
small bottles~
~
~
has been left here.~
have been left here.~
~
~
Talis~
Talis~
17 1624 8650752 0 1 0
0 0 32 0 0 0 4
20 20 27 0
10 10 1 -1 10 1000 0 0
859478163
E
either~
You see a small bottle made of clear glass.  Though it bears no label,

careful crafting of the glass depicts vines and berries covering the

majority of the bottle.

~
P
-1

#1625
stool~
stools~
~
~
is here.~
are here.~
~
~
Talis~
Talis~
35 1625 33554432 0 16385 0
0 0 2 0 0 0 4
1 0 0 0
1000 10 1 -1 6 1000 0 0
859481074
E
either~
Wooden, peg-legged stools made with all the craftsmanship of elvenkind. 

Intricate vine carvings sprial their way up the legs, and the seat is

carved to resemble some sort of broad leaf.

~
P
-1

#1626
counter~
counters~
~
~
is here.~
are here.~
~
~
Talis~
Talis~
36 1626 0 0 16385 0
0 0 2 0 0 0 4
0 0 0 0
8000 300 1 -1 4 1000 0 0
859481615
E
either~
A simple wooden counter, just tall enough for your average elf to

comfortably place a cask or bottle.  Its surface is marked by several

circular stains, often overlapping, from years of use.

~
P
-1

#1627
dotde key~
dotde keys~
~
~
~
~
~
~
Merior~
Merior~
18 1627 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
859483697
E
either~
This key is used to open dotde keep.

~
P
-1

#1628
ice axe~
ice axes~
pale blue~
+'Frostreaver'~
lies partially buried in the ground.~
lie partially buried in the ground.~
~
~
Terek~
Orb~
5 1628 8388608 0 8193 2211872
0 0 32768 0 0 0 4
0 4 7 8
700 12600 60 -1 8 1500 0 0
859541524
A 6 -5
A 8 10
A 7 -10
E
either~
This pale blue axe is made from a slab of compressed ice many centuries

old.  Its handle its wrapped in a thick yeti hide and covered in leather

straps for reinforcement.  The blade is transparent but a faint blue glow

surrounds the edge of the blade.  A giant ruby lies imbedded in the hilt

and pulses with a dim blue light.

~
P
3 -1
~
~
if( random( 1, 15 ) == 15 ) {

  act_tochar( #crit, ch );

  act_notchar( #critr, ch );

  do_spell( freeze, ch, victim );

  }

~
E
crit~
@b@WIce begins to form on the edges of the axe as a sphere of cold

suddenly erupts from it!@n 

~
E
critr~
@b@WIce begins to form on the edges of $n's axe as a sphere of cold

suddenly erupts from it!@n 

~
!
-1

#1629
dark green gown~
dark green gowns~
~
~
lies in a wrinkled heap.~
lie in a wrinkled heap.~
~
~
Caer~
Fenlyn~
9 1629 8388608 0 9 0
0 0 16 0 0 0 4
0 2 0 0
100 100 1 -1 1 400 0 0
859696665
E
either~
A fine gown of deep woodland green, this floor-length article of clothing

is double-pleated in front.  Pale yellow oak leaves and twining ivy are

embroidered into the two front pleats.

~
P
-1

#1630
drinking horn~
drinking horns~
~
hand-carved~
lies here.~
lie here in a jumble.~
~
~
Damiel~
Marek~
17 1630 268435456 0 5 0
0 0 2 0 0 0 1
50 50 0 0
50 50 0 -1 1 650 0 0
859698325
E
either~
This is a heavy, curved horn, probably acquired from a rather large

mountain ram.  It has been hollowed out and treated, and looks as though

it would make a good drinking vessel.

~
P
-1

#1631
bottle~
bottles~
~
~
has been left here.~
has been left here.~
~
~
Talis~
Rue~
17 1631 0 0 1 0
0 0 32 0 0 0 4
80 80 2 0
50 40 1 -1 10 1000 0 0
859738198
E
either~
You see a medium-sized bottle made of green glass.  It has no type of

label or marking, and the darkness of the glass makes it difficult to see

what it contains.

~
P
-1

#1632
pickaxe~
pickaxes~
heavy iron~
heavy iron~
lies abandoned here.~
lie abandoned here.~
~
~
Damiel~
Orb~
5 1632 -2147467262 0 8193 3162144
1 0 4096 0 0 0 4
0 2 9 8
1500 500 10 -1 4 900 0 0
859746112
A 18 -1
A 2 -2
E
either~
This old pickaxe was made for mining, not war.  However, it can be

pressed into service as a tool of war if necessary -- though heavy and

unwieldy, it would certainly do respectable damage if the attacker

manages to hit.

~
P
-1

#1633
stone staff~
stone staves~
~
~
pulses with power.~
pulse with power.~
~
~
Merior~
Orb~
5 1633 8652865 0 8193 3112960
0 0 64 0 8388608 0 4
0 4 4 4
400 1500 55 -1 6 850 0 0
859756171
A 18 1
A 12 20
A 19 -1
E
either~
This staff has been made of the rarest of earthly stones, parnite, and

has dark cords bound about it in a criss-cross pattern.

~
P
3 -1
~
~
i = random( 1, 50 );

if( i < 5 ) {

  act_tochar( #blast, ch );

  act_notchar( #strong, ch );

  modify_mana( ch, 50 );

  }

~
E
blast~
@GThe staff seems to pull power from your enemy and give you a renewed

purpose.@n 

~
E
strong~
@GAs $n strikes out, the staff glows for a moment.  Suddenly, $e

continues the attack with renewed determination.@n 

~
E
chain~
@bThe staff suddenly sizzles, and a bolt of lightening shoots out!.  @n

~
E
bolt~
@bA bolt of lightning suddenly shoots out from the staff!@n

~
!
-1

#1634
mace~
maces~
large iron~
large iron~
is trying to collect rust on the ground.~
are trying to collect rust on the ground.~
~
~
Talis~
Orb~
5 1634 -2147483584 0 8193 0
0 0 4096 0 0 0 4
0 1 11 6
600 500 1 -1 4 900 0 0
859789726
E
either~
A heavy iron mace, with a layer of fine leather wrapped around its handle. 

A word is inscribed along the haft of the mace.  Kelios.

~
P
4 -1
~
~
if( modify_mana( ch, -20 ) == 1 ) {

  act_notchar( #p-p-p-p-pow, ch );

  act_tochar( #kapow, ch );

  attack( ch, victim, 2d3, "eldritch energy" );

  }

else{

  modify_mana( ch, -1 );

  act_tochar( #drain, ch );

  }

~
E
p-p-p-p-pow~
@M Eldritch fire crackles about the head of the mace as it connects with

$n's oponent.  @n 

~
E
kapow~
@M You feel somewhat drained as eldritch fire crackles along the mace,

ending in a brilliant arc when you connect with your opponent.  @n 

~
E
drain~
You feel a chill pass through you as the mace leeches energy from you.

~
!
3 -1
~
~
if( random( 1, 4 ) == 1 )

    opcode( obj, 1 );

  else

    opcode( obj, 3 );

  end;

  }

if( class( ch ) == paladin ) {

  if( random( 1, 4 ) == 1 )

    opcode( obj, 1 );

  else

    opcode( obj, 3 );

  end;

  }

else{

  if( random( 1, 5 ) == 1 )

    opcode( obj, 1 );

  else

    opcode( obj, 3 );

  }

~
!
4 -1
~
~
modify_mana( ch, -1 );

act_tochar( #drain, ch );

~
E
drain~
You feel a chill pass through you as the mace leeches energy from you.

~
!
4 -1
~
~
wait( 1 );

modify_mana( ch, -5 );

act_tochar( #image, ch );

act_notchar( #glow, ch );

wait( 2 );

i = random( 2, 6 );

if( i == 2 )

act_tochar( #image2, ch );

if( i == 3 )

act_tochar( #image3, ch );

if( i == 4 )

act_tochar( #image4, ch );

if( i == 5 )

act_tochar( #image5, ch );

if( i == 6 )

act_tochar( #image6, ch );

act_notchar( #glaze, ch );

wait( 4 );

act_tochar( #false_image, ch );

act_notchar( #back, ch );

~
E
image~
You are suddenly overcome by the memory of glorious battles, throughout

all of which you were wielding this mace with lethal skill.  Images of

the past battles flash through your mind.

~
E
image2~
You remember clearly a battle in which you waded through hordes of humans

to strike down their leader after a titanic clash between the two of you. 

After the battle you remember seeing his blood on your, hands.  Fine,

elven hands, skilled in the art of war.

~
E
image3~
You remember with clarity the battle to preserve your town from an

invading army of ogres come to steal precious steel.  Through an act of

sheer strength and battle prowess you managed to turn back dozens of the

horde.  Afterward you remember being congratulated and toasted by your

brother, a rather vicious looking orc like yourself.

~
E
image4~
You remember countless battles in which you faced down vyan and troll

alike in an effort to avenge your fallen companions.  You can even now

remember the rage that burned in your blood as you watched them slay your

sister, unable all the while to reach her in time to save her.  You

remember the vow you took to make them rue the day they crossed paths

with you or any other dwarf.

~
E
image5~
You can vaguely remember using the mace to batter down human and elf

alike, followed by the lavish feast that follows any battle.  The gore of

their blood and flesh tasting fine on your sharp troll's teeth and

indiscriminate palate.  The thought returns that this is a good weapon

and it serves you well.

~
E
image6~
You remember an honorable duel fought between you and your cousin for the

honor of championing the family at the tournament.  You quickly bested

him with your prized mace and won the right to champion your family in

the tournament at Medienne this feast.  You remember thinking that of all

the humans their, you could fight with all the ferocity of an ogre when

you called upon the strength of your fine weapon.

~
E
false_image~
Then a nagging thought tugs at a corner of your mind and you begin to

doubt.  When did this occur?  Surely not in your lifetime.  If not your

memory?  From whence does it spring?

~
E
glow~
The mace in $n's possession begins to glow with a fierce light, yet the

light seems to illuminate nothing but the mace itself.

~
E
glaze~
$n sways back and forth a little.  There is a definitely glazed, far away

look in $s eyes.

~
E
back~
Blinking suddenly, $n seems to come back to $s senses.

~
!
4 -1
say '~
Kelios~
opcode( obj, 4 );

continue;

~
!
-1

#1635
die~
dice~
6-sided~
6-sided~
is waiting to be tossed~
are waiting to be tossed.~
~
~
Talis~
Talis~
0 1635 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 2 1 -1 10 1000 0 0
859798407
E
either~
A small cube, less than an inch across.  It feels as if it is made from

bone.  Each side of the cube has a different number of pips bored into it.

~
P
4 -1
toss throw~
die~
if( !has_obj( 1635, ch ) ) {

  act_tochar( #get_it, ch );

  end;

  }

i = random( 1, 6 );

if( i == 1 )

  act_room( #one, ch );

if( i == 2 )

  act_room( #two, ch );

if( i == 3 )

  act_room( #three, ch );

if( i == 4 ) 

  act_room( #four, ch );

if( i == 5 )

  act_room( #five, ch );

if( i == 6 )

  act_room( #six, ch );

junk_obj( obj, 1 );

obj_to_room( oload( 1635 ), room );

~
E
one~
A die comes up showing one pip.

~
E
two~
A die comes up showing two pips.

~
E
three~
A die comes up showing three pips.

~
E
four~
A die comes up showing four pips.

~
E
five~
A die comes up showing five pips.

~
E
six~
A dies comes up showing six pips.

~
E
get_it~
Perhaps you should pick up a die before you try tossing one.

~
!
-1

#1636
palace uniform~
palace uniforms~
~
~
is neatly pressed.~
are neatly pressed.~
~
~
Merior~
Fenlyn~
9 1636 8650816 0 9 0
0 0 16 0 0 0 4
0 3 0 0
300 2000 10 -1 3 300 0 0
859947217
A 13 5
E
either~
This uniform is quite snappy, made of bright blue cloth and with shiny

brass buttons lined up the front.  Gold trim about the cuffs add to the

jacket's attractivess.

~
P
-1

#1637
shuvana leaf~
shuvana leaves~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
8 1637 1048576 4 16385 0
0 0 512 0 0 0 4
0 0 0 0
10 10 1 -1 10 200 0 0
860041381
E
either~
Twisting veins run through the dark, glossy green skin of this large,

sturdy leaf.  It is soft to the touch, like silk.

~
P
-1

#1638
jasmine petal~
jasmine petals~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
8 1638 1048576 4 16385 0
0 0 512 0 0 0 4
0 0 0 0
10 0 1 -1 10 100 0 0
860042680
E
either~
These soft, silky petals are white and fragrant.

~
P
-1

#1639
simple wooden bowl~
simple wooden bowls~
~
~
sits here forgotten.~
sit here forgotten.~
~
~
Kreel~
Rue~
17 1639 0 0 1 0
0 0 2 0 0 0 4
150 150 0 0
60 0 0 -1 10 1000 0 0
860045289
E
either~
This small wooden bowl is of crude construction.

~
P
-1

#1640
forest green ladies' slippers~
forest green ladies' slippers~
~
~
lies here.~
lies here.~
pair of~
pairs of~
Caer~
Jimbalaya~
9 1640 8388608 0 65 0
0 0 20 0 0 0 4
0 3 0 -1
300 75 1 -1 2 300 0 0
860054879
E
either~
Dark green satin quilted with pale gold threads form a pair of

comfortable slippers made for walking in the cities and towns of the land.

~
P
-1

#1641
embroidered yellow bodice~
embroidered yellow bodices~
~
~
has been dropped here.~
have been dropped here.~
~
~
Caer~
Fenlyn~
9 1641 0 0 2049 0
0 0 144 0 0 0 4
0 3 0 0
100 100 1 -1 1 300 0 0
860055205
E
either~
This pale yellow girdle was created to enhance the shape of a female,

worn on the outside of her gowns and cinching her waist in.  Thin strips

of bone give the garment support, causing a striped ribbing pattern from

top to bottom.  The pale cloth itself is decorated with embroidered ivy

along the seams.

~
P
-1

#1642
green hair ribbon~
green hair ribbons~
~
~
lies in a coil here.~
lie in a coil here.~
~
~
Caer~
Olah~
9 1642 -1870659584 0 17 0
0 0 16 0 0 0 2
0 0 0 0
10 30 1 -1 1 250 0 0
860056550
E
either~
A shining satin ribbon meant to adorn the hair of a lady.

~
P
-1

#1643
yellow hair ribbon~
yellow hair ribbons~
~
~
lies in a coil here.~
lie in a coil here.~
~
~
Caer~
Marek~
9 1643 -1870659584 0 17 0
0 0 16 0 0 0 2
0 0 0 0
10 30 1 -1 10 250 0 0
860056924
E
either~
A shining satin ribbon meant to adorn the hair of a lady.

~
P
-1

#1644
pink hair ribbon~
pink hair ribbons~
~
~
lies in a coil here.~
lie in a coil here.~
~
~
Caer~
Marek~
9 1644 -1870659584 0 17 0
0 0 16 0 0 0 2
0 0 0 0
10 30 1 -1 2 250 0 0
860057059
E
either~
A shining satin ribbon meant to adorn the hair of a lady.

~
P
-1

#1645
cask~
casks~
~
~
rests on a branch.~
rest on a branch.~
~
~
Talis~
Talis~
25 1645 4194304 0 0 0
0 0 4098 0 0 0 4
50 -1 28 0
10 0 1 -1 10 1000 0 0
860082632
E
either~
A barrel of wood and iron banding constructed to hold liquids.  A wooden

spigot hammered into one end is used to release its precious contents. 

The word Clearbrook Springwine has been painted in bright colors above

the spigot.  The scent of a berrywine wafts up on a gentle breeze.

~
P
-1

#1646
dark cavern spring~
dark cavern springs~
~
~
gurgles among the rocks here.~
gurgle among the rocks here.~
~
~
Phule~
Phule~
25 1646 65536 8 0 0
0 0 0 0 0 0 4
50 -1 3 0
100000 0 1 -1 1 1000 0 0
860084090
E
either~
The dark water of this spring looks oily, but not to the point of being

dangerous.

~
P
-1

#1647
maul~
mauls~
great iron~
great iron~
lies here.~
lie here.~
~
~
Damiel~
Orb~
5 1647 -2147467264 0 8193 3162112
0 0 4096 0 0 0 4
0 3 6 6
700 2000 15 -1 3 900 0 0
860141053
E
either~
A heavy, iron headed hammer, its origins lying with tools designed for

breaking stones, but evolved into a crushing, brutal weapon of war. 

Heavy and cumbersome, this weapon would probably be quite lethal.

~
P
-1

#1648
club~
clubs~
massive runed stone~
+'Smash'~
lies here, looking to weigh at least a ton.~
lie here, looking to weigh several tons.~
~
~
Phule~
Florian~
5 1648 16384 8 8193 0
0 0 64 0 0 0 4
0 3 10 3
1000 30000 45 -1 6 1100 0 0
860158902
E
either~
The club is enourmous and an innate heaviness brings with it a massive

weight.  However, on the surface of the club are inscribed many large

runes which make you doubt that swinging the cumbersome weapon will be

all that difficult for a strong warrior.

~
E
approve~
Approved with 3d10 damage, level 45 -- weight is irthough relevant to level, though relevant to logic.

~
E
phulestuff~
is 2d29, weight 100

~
P
-1

#1649
dark green tunic~
dark green tunics~
~
~
lies in the dust.~
lie in the dust.~
~
~
Caer~
Fenlyn~
9 1649 0 0 9 0
0 0 16 0 0 0 2
0 2 0 0
30 100 1 -1 1 300 0 0
860317840
E
either~
This broad-chested tunic was tailored for men.  Its long, tucked sleeves

and double-pleated front are easily adjustable for men of all sizes. 

Along the two front pleats, pale yellow threads are embroidered into the

beautiful, dark cloth in the shapes of oak leaves and twining vines.

~
P
-1

#1650
pale yellow tunic~
pale yellow tunics~
~
~
lies in the dust.~
lie in the dust.~
~
~
Caer~
Fenlyn~
9 1650 0 0 9 0
0 0 16 0 0 0 2
0 2 0 0
30 100 1 -1 1 300 0 0
860319369
E
either~
This broad-chested tunic was tailored for men.  Its long, tucked sleeves

and double-pleated front are easily adjustable for men of all sizes. 

Along the two front pleats, dark green threads are embroidered into the

beautiful, pale cloth with symbols of valor.

~
P
-1

#1651
pale yellow gown~
pale yellow gowns~
~
~
lies in a wrinkled heap.~
lie in a wrinkled heap.~
~
~
Caer~
Talis~
9 1651 8388608 0 9 0
0 0 16 0 4 0 4
0 2 0 0
100 100 1 -1 1 300 0 0
860319713
E
either~
A fine gown of pale, creamy yellow, this floor-length article of clothing

is double-pleated in front.  Dark green ivies and flowers are embroidered

into the two front pleats.

~
P
-1

#1652
dark green plumed cap~
dark green plumed caps~
~
~
is lying here on the ground.~
are lying here on the ground.~
~
~
Caer~
Olah~
9 1652 -2147483648 0 17 0
0 0 4 0 0 0 4
0 3 0 0
100 60 1 -1 1 500 0 0
860319849
E
either~
Dark green felt-like material forms this jaunty cap.  A large pale yellow

feather, placed in the band, swoops rakishly backwards, giving the entire

cap a rather dashing appearance.

~
P
-1

#1653
embroidered green bodice~
embroidered green bodices~
~
~
has been dropped here.~
have been dropped here.~
~
~
Caer~
Fenlyn~
9 1653 0 0 2049 0
0 0 144 0 0 0 4
0 3 0 0
100 100 1 -1 1 300 0 0
860320093
E
either~
This dark green girdle was created to enhance the shape of a female, worn

on the outside of her gowns and cinching her waist in.  The strips of

bone give the garment support, causing a striped ribbing pattern from top

to bottom.  The deep green cloth itself is decorated with embroidered ivy

along the seams.

~
P
-1

#1654
hooked gloves~
hooked gloves~
~
~
lie here.~
lie here~
pair of~
pairs of~
Void~
Derna~
9 1654 0 0 129 2113536
0 0 4 0 0 0 4
0 6 0 0
200 1000 30 -1 10 1000 0 0
860415246
A 13 -10
A 19 2
E
either~
These gloves are extremely large with hooks covering the rough leather.

~
P
-1

#1655
fat juicy burger~
fat juicy burgers~
~
~
lies here.~
lie here.~
~
~
Marek~
Marek~
19 1655 -2147483648 0 1 0
0 0 772 0 0 0 4
30 1 0 0
300 10 1 -1 10 1000 0 0
860453436
E
either~
Two all beef patties

   special sauce 

     lettuce

     cheese

     pickles

     onions

... on a sesame 

     seed

     bun.

~
P
-1

#1656
circlet~
circlets~
multi-faceted crystal~
mystic~
lies here, shimmering.~
lie here, shimmering.~
~
~
Kreel~
Olah~
9 1656 276824128 12 17 7307264
0 0 96 0 0 0 2
0 2 0 0
50 16000 45 -1 8 300 0 0
860587646
A 3 1
A 1 -1
A 12 20
A 21 -8
A 20 10
E
either~
This bracelet-sized crystalline circle shimmers with thousands of colors,

which glimmer from the many facets.  It seems to give off its own faint,

dissipated light.

~
P
7 -1
~
~
act_tochar( #wear, ch );

continue;

~
E
wear~
@YThe circlet expands to comfortably fit your head!@n


@CAs you wear the circlet, your understanding of the world expands... 

but you grow less concerned with the crude vehicle of your physical body.

~
!
-1

#1657
multicolored snakeskin~
multicolored snakeskins~
~
~
lies here, glimmering.~
lie here, glimmering.~
~
~
Kreel~
Merior~
33 1657 17039360 0 1 0
0 0 512 0 0 0 4
0 0 0 0
200 400 1 -1 10 1000 0 0
860651296
E
either~
This snake skin is perhaps five feet long and glimmers with all the

colors of the rainbow.  It is extremely tough, the scales hard and

resilient.

~
P
-1

#1658
ethereal dragon hide~
ethereal dragon hides~
~
~
lies here in a huge mound.~
lie here in a huge mound.~
~
~
Kreel~
Kreel~
33 1658 25427968 8 1 0
0 0 512 0 0 0 4
0 0 0 0
1000 15000 1 -1 10 1000 0 0
860657986
E
either~
This enormous dragon hide is as strong as stone, and almost as heavy. 

The scales are large, and they shimmer with endless shades of gray.

~
P
-1

#1659
dragon scale vest~
dragon scale vests~
gray~
ethereal~
lies here.~
lie here.~
~
~
Kreel~
Fenlyn~
9 1659 8650752 0 9 0
0 0 512 0 0 0 4
0 15 0 0
600 44000 80 -1 7 1000 0 0
860660789
A 21 10
E
either~
Comprised of dozens of large dragon scales, this armor shimmers with

endless shades of gray, rolling almost like fog.  It is very hard, though

surprisingly light.

~
P
-1

#1660
dragon scale leggings~
dragon scale leggings~
gray~
ethereal~
lies here.~
lie here.~
pair of~
pairs of~
Kreel~
Kreel~
9 1660 8650752 0 33 0
0 0 512 0 0 0 4
0 15 0 0
300 25000 30 -1 7 1000 0 0
860661254
A 22 8
E
either~
These leggings are light but rock-hard, and shimmer with thousands of

different shades of gray, as if each scale contains a bank of fog.

~
P
-1

#1661
dragon scale sleeves~
dragon scale sleeves~
gray~
ethereal~
lies here.~
lies here.~
pair of~
pairs of~
Kreel~
Jimbalaya~
9 1661 8650752 0 257 0
0 0 512 0 0 0 4
0 14 0 0
400 27000 60 -1 7 1000 0 0
860661872
E
either~
The light-weight sleeves are made of incredibly hard dragon scale.  The

scales themselves change appearance as endless shades of gray shift deep

within them.

~
P
-1

#1662
small pool~
small pools~
~
~
lies here.~
~
~
~
Kreel~
Kreel~
25 1662 65536 1 0 0
0 0 0 0 0 0 4
50 -1 0 0
10 0 1 -1 10 1000 0 0
860662684
E
either~
This small pool has formed as ground water has gathered in a bowl-shaped

stone in the earth.  Unfortunately, the pool is covered with a thin layer

of slime that has tinted the water a sickly, pale green.

~
P
-1

#1663
dragon claw gauntlets~
dragon claw gauntlets~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Kreel~
Derna~
9 1663 8650752 0 129 2211840
0 0 512 0 0 0 4
0 13 0 0
400 30000 60 -1 8 1000 0 0
860663793
A 19 2
E
either~
These light weight gauntlets are made of interlocking scales, and set on

each knuckle is a long, black talon.

~
P
-1

#1664
dragon claw~
dragon claws~
~
~
lies here.~
lie here.~
~
~
Kreel~
Kreel~
33 1664 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
50 2000 1 -1 10 1000 0 0
860664071
E
either~
This jet-black, razor-sharp claw is about six inches long.

~
P
-1

#1665
staff~
staves~
silver-enscribed oak~
+of healing~
lies here.~
lie here.~
~
~
Void~
Talis~
3 1665 64 0 16385 0
0 0 2 0 0 0 4
29 6 1 5
250 625 25 -1 10 650 0 0
860670611
E
either~
This short, stout oak staff is engraved with silver runes.  Its surface

is otherwise smooth and polished.

~
P
-1

#1666
bone shield~
bone shields~
~
~
lies here.~
lie here.~
~
~
Void~
Fenlyn~
9 1666 0 0 16385 16384
0 0 128 0 0 0 4
0 10 0 0
300 8500 28 -1 7 1000 0 0
860673582
A 13 5
A 18 -1
A 19 1
E
either~
This solid, gruesome looking shield has been made using human bones.  It

is extremely hard, with its surface being jagged and rough to the touch.

~
P
-1

#1667
cap~
caps~
mottled green~
+of endurance~
lies here.~
lie here.~
~
~
Void~
Olah~
9 1667 8650752 4 17 0
0 512 4 0 0 0 4
0 3 0 0
150 7000 25 -1 7 500 0 0
860675444
A 5 1
E
either~
A mottled green cap made from a leather-like material.  The cap offers

little protection but a drawing of a warrior indicates that the cap might

have other uses.

~
P
-1

#1668
fiery red belt~
fiery red belts~
~
~
lies here.~
lie here.~
~
~
Void~
Fenlyn~
9 1668 0 0 2049 0
0 0 4 0 0 0 4
0 3 0 0
90 9000 30 -1 5 600 0 0
860680236
A 20 5
A 7 5
A 12 10
E
either~
A fiery red leather belt made from a crude-like leather.  Thin and sturdy

with a large buckle at the front.

~
P
-1

#1669
piece of~
pieces of~
+triangle-shaped black metal~
+a rune of Morkith~
lies here, covered in dried blood.~
lie here, covered in dried blood.~
~
~
Terek~
Terek~
0 1669 0 0 16385 0
0 0 4096 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 0 0
879768085
E
either~
This small piece of triangular black metal has been forged by skilled

hands as it shows no signs of blemishes or inperfections.  Writing can be

seen along the edges of it but it is far too small to be readable. 

Etched in the center of the triangle is image of an opened eye.

~
P
-1

#1670
hammer~
hammers~
black~
+of darkness~
is here glistening in the light.~
are here, glistening in the light.~
~
~
Phule~
Marek~
5 1670 8653397 8 8193 208748544
0 0 8192 0 0 0 4
0 6 4 6
700 2500 35 -1 5 1000 0 0
860763893
A 10 -15
E
either~
A heavy hammer fashioned from strange dark metals.  It glints strangely

as you examine it.

~
P
3 -1
~
~
if( random( 1, 15 ) == 7 ) {

  act_tochar( #tochar, ch );

  act_notchar( #notchar, ch );

  i = random( 0, 3 );

  if( i == 0 )

    do_spell( chilling touch, ch, victim );

  if( i == 1 )

    do_spell( shock, ch, victim );

  if( i == 2 )

    do_spell( blind, ch, victim );

  if( i == 3 )

    do_spell( chilling touch, ch, victim );

  }

~
E
tochar~
@bThe hammer of darkness grows chill, unleashing its dark magic.@n

~
E
notchar~
@b$n's hammer chills the air as it unleashes its dark magic.@n

~
!
-1

#1671
girdle~
girdles~
blue-hued~
+of frost giant strength~
lies here shimmering slightly.~
lie here shimmering slightly.~
~
~
Terek~
Fenlyn~
9 1671 0 0 2049 16384
0 0 32772 0 0 0 4
0 10 0 0
500 20000 50 -1 5 600 0 0
860772396
A 1 2
A 13 5
E
either~
This large girdle is composed of a greyish metal with a blueish leather

covering.  Several pulsing runes have been etched into its surface which

glow faintly.  Nicks and scratches scar the surface and it appears to be

quite old and brittle, yet you can feel the sturdiness of the metal still

holding.

~
P
-1

#1672
bloody elf ear~
bloody elf ears~
~
~
lies here amidst a pile of gore.~
lie here amidst a pile of gore.~
~
~
Phule~
Phule~
34 1672 16777216 12 1 0
0 0 256 0 0 0 4
0 0 0 0
10 350 1 -1 10 1000 0 0
860774086
E
either~
This ear has been cut from the head of an elf, pointy ears and everything.

~
P
-1

#1673
jeweled pendant~
jeweled pendants~
~
~
lie here, glimming yellow gold in the light.~
lie here, glimmering yellow gold in the light.~
~
~
Phule~
Phule~
8 1673 0 8 5 0
0 0 262144 0 0 0 4
0 0 0 0
100 1000 1 -1 10 1000 0 0
860774470
E
either~
Although not much more than a simple trinket, the jewels and goldwork of

the pendant are such that its worth may be considerable where such

baubles are held in value.

~
P
-1

#1674
stem of nightshade~
stems of nightshade~
~
~
is growing here.~
are growing here.~
~
~
Marek~
Marek~
0 1674 8650752 0 16385 0
0 0 0 0 0 0 4
-1 -1 -1 -1
50 20 1 -1 10 50 0 0
860777797
E
either~
A scraggly-looking weed, its leaves jagged and furred, this dark green

plant looks about as unpleasant as a simple piece of flora can.

~
P
-1

#1675
lifestone~
lifestones~
~
llewyrr~
catches your eye from the ground below.~
catch your eye from the ground below.~
~
~
Phule~
Talis~
0 1675 0 12 16385 268440576
0 1028 64 0 0 0 4
0 0 0 0
40 2000 15 -1 10 1000 0 0
860781734
A 13 15
E
either~
The stone pulses with life, wholesome and good.  The stone is given to a

Llewyrr at the age of two hundred, and grows in life as its owner grows

in spirit.

~
P
-1

#1676
bracelet~
bracelets~
+of blackened lifestones~
deathstone~
lies here, dark and forboding.~
lie here, dark and forboding~
~
~
Phule~
Fenlyn~
9 1676 20 8 4097 201326594
0 0 64 0 1 0 8
0 3 0 0
50 20000 50 -1 8 1000 0 0
860781880
A 6 5
A 13 5
A 19 2
E
either~
A bracelet of dark silver encircled by five lifestones, this heavily

enchanted item of evil provides great powers to its wearer.  What was

once good and wholesome about the lifestones and the pure silver in which

they are set is gone; only black, corrupting arts remain.

~
P
-1

#1677
bit of thyme~
bits of thyme~
~
~
is growing here.~
are growing here.~
~
~
Marek~
Marek~
0 1677 8650752 0 16385 0
0 0 0 0 0 0 4
-1 -1 -1 -1
50 20 1 -1 10 50 0 0
860781956
E
either~
A short, broad-leaved but delicate herb smelling faintly of mint.

~
P
-1

#1678
sprig of rosemary~
sprigs of rosemary~
~
~
is growing here.~
are growing here.~
~
~
Marek~
Marek~
0 1678 8650752 0 16385 0
0 0 0 0 0 0 4
-1 -1 -1 -1
50 20 1 -1 10 50 0 0
860782082
E
either~
A delicate green herb with thin, almost spiney leaves, smelling faintly

of mint.

~
P
-1

#1679
oakenwood longbow~
oakenwood longbows~
~
~
lies here, waiting for its archer.~
lie here, waiting for new owners.~
~
~
Phule~
Marek~
5 1679 2048 8 16385 0
0 0 2 0 0 0 4
0 2 6 9
200 450 1 -1 10 650 0 0
860783765
E
either~
This fine bow is made from a branch of oak, polished and perfectly curved

and strung.

~
P
-1

#1680
oakenwood arrow~
oakenwood arrows~
~
~
lies here.~
lie here in a pile.~
~
~
Phule~
Marek~
32 1680 0 8 1 0
0 0 2 0 0 0 4
0 0 0 0
20 50 1 -1 10 650 0 0
860783894
E
either~
Straight and true, this arrow is notched and ready for use.

~
P
-1

#1681
fine leather quiver~
fine leather quivers~
~
~
lies here.~
lie here.~
~
~
Phule~
Merior~
15 1681 -1879048192 12 257 0
0 0 4 0 0 0 8
10 1 0 0
80 50 1 -1 2 500 0 0
860784119
E
either~
Made especially for holding arrows, this quiver could also be used as a

simple bag if necessary.

~
P
-1

#1682
longsword~
longswords~
slender steel~
slender steel~
lies here.~
lie here.~
~
~
Phule~
Marek~
5 1682 -2139095040 0 8193 2146304
1 0 8192 0 0 0 4
0 1 15 2
350 3750 25 -1 4 1000 0 0
860784896
A 18 1
E
either~
Strong and durable, this light, slender blade fits the dextrous hands of

lighter weight fighters.

~
P
3 -1
~
~
if( random( 1, 10 ) == 10 ) {

  send_to_room( #slice, room );

  i = 1d6+2;

  dam_message( victim, i, "the slicing steel" );

  inflict( victim, ch, i, "being beheaded" );

  }

~
E
slice~
@BThe slender elven longsword slices across its target, cutting deep.@n

~
!
-1

#1683
sapphire crown~
sapphire crowns~
~
~
lies here sparkling.~
lie here sparkling.~
~
~
Terek~
Rebekka~
8 1683 276824064 4 1 0
0 0 16512 0 0 0 4
0 0 0 0
300 10000 40 -1 10 1000 0 0
860794556
E
either~
A massive crown with several hundred small red sapphires embedded into

its surface.  The crown is far too large for any human-sized person to

wear but seems just the right size for a giant or larger to wear in

comfort.

~
P
-1

#1684
helm~
helms~
greyish, horned~
+of infravision~
lies here glowing a deep red color.~
lie here glowing a deep red color.~
~
~
Terek~
Olah~
9 1684 0 0 17 0
0 0 16384 8192 0 0 4
0 7 0 0
600 21000 50 -1 6 1100 0 0
860795970
E
either~
This helm appears to be made of a solid slab of greyish metal with bits

of small crystals embedded in it.  Two sharp horns sit atop it taken from

some unknown or forgotten beast long ago.  A thick face plate on a hinge

has been mounted onto it for full face protection and where the eyeholes

should be, two blood-red gems lie in their place.  A reddish glow seems

to outline the helm suggesting some sort of enchantment has been cast

upon it.

~
P
-1

#1685
ring~
rings~
worn oakenwood~
+of fortitude~
lies here, blending in with its surroundings.~
lie here, blending in with their surroundings.~
~
~
Phule~
Jimbalaya~
9 1685 -2147483648 12 3 0
0 0 2 0 0 0 4
0 3 0 0
20 9000 30 -1 6 650 0 0
860798336
A 5 1
E
either~
This old, worn ring of wood is warm with its own life, breathing the life

essence of the mighty tree from whence it came into your bones.

~
P
-1

#1686
enchanted bowstring~
enchanted bowstrings~
~
~
lies here, coiled into a circle.~
lie here in a tangled mess.~
~
~
Phule~
Phule~
1 1686 0 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
860798790
E
either~
Made from strands of silver interwoven with silk this bowstring glows

with a sling blue light.  It should probably only be used in the direst

need of a hunter.

~
P
-1

#1687
waybread~
waybread~
~
~
lies here, crumbling away.~
lie here, crumbling away.~
chunk of~
chunks of~
Phule~
Merior~
19 1687 0 8 1 0
0 0 0 0 0 0 4
50 -1 0 0
50 75 1 -1 10 1000 0 0
860799063
E
either~
Thick, coarse bread, cut into a small square and resembling soldier's

rations.

~
P
-1

#1688
small drinking flask~
small drinking flasks~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
17 1688 0 8 16385 0
0 0 32 0 0 0 4
150 150 29 0
100 95 1 -1 10 1000 0 0
860799471
E
either~
This small glass container with a large handle is obviously meant to be

used as some sort of drinking mug.

~
P
-1

#1689
bracelet of white silver~
bracelets of white silver~
tainted~
tainted~
lies here, glinting in the light.~
lie here, glinting in the light.~
~
~
Phule~
Fenlyn~
9 1689 268435456 8 4097 67108864
0 0 131072 0 0 0 8
0 2 0 0
100 3600 15 -1 4 1000 0 0
860802799
A 18 1
A 13 10
E
either~
While not magical, the pure whiteness of this silver bracelet is of

simple, yet perfect, craftsmanship.  The bracelet is unadorned, its

surface unmarred by decoration or writing.  However, a dark smear of

blood taints the surface of the bracelet, making it darker with its

connection with death.

~
P
-1

#1690
gentle forest stream~
gentle forest streams~
~
~
gurgles among the rocks here.~
gurgle among the rocks here.~
~
~
Phule~
Phule~
25 1690 65536 8 0 0
0 0 0 0 0 0 4
50 -1 0 0
100000 0 1 -1 1 1000 0 0
860961805
E
either~
The cool clear water trickles over the rocks, shallow and fresh.

~
P
-1

#1691
large padded mat~
large padded mats~
~
~
lies here, a comfortable place to sit.~
lie here, comfortable places to sit.~
~
~
Phule~
Phule~
35 1691 100663296 8 0 0
0 0 16 0 0 0 4
4 0 0 0
2500 0 1 -1 10 1000 0 0
860964023
E
either~
Wide, long, and thick, four people can sit in relative comfort on the mat.

~
P
-1

#1692
small padded bench~
small padded benchs~
~
~
is here, sturdy and comfortable.~
are here, sturdy and comfortable.~
~
~
Phule~
Phule~
35 1692 33619968 8 0 0
0 0 2 0 0 0 4
2 0 0 0
10 0 1 -1 10 1000 0 0
860964403
E
either~
A simple two-person bench with a thin pad on its seat.

~
P
-1

#1693
small toy chest~
small toy chests~
~
~
sits here.~
sit here.~
~
~
Phule~
Phule~
15 1693 65536 8 0 0
0 0 2 0 0 0 4
80 0 0 0
10 0 1 -1 10 1000 0 0
860965369
E
either~
While small, it is built well enough to take wear and tear.

~
P
-1

#1694
small bed~
small beds~
~
~
sits here against the wall.~
~
~
~
Phule~
Phule~
12 1694 65536 8 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
860965997
E
either~
This small bed looks only large enough for a human child.

~
P
-1

#1695
burnt scroll~
burnt scrolls~
~
~
lies here.~
lie here.~
~
~
Terek~
Terek~
0 1695 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
861002006
E
either~
Burned almost beyond any recognition the scroll has managed to survive a

fierce fire.  Beneath the layers dust and burnt paper is a small note

written in a shakey hand reading, "Illusions are nothing more then a

simple parlor trick, but can be made to appear real to those who do not

understand them.  A small example is the famous illusionary wall trick. 

One must only designate a trigger object to dispel its illusion.  Our

methods were to use 'ice crystals' as a main object.  Simply throwing

them at the illusion caused these fragile crystals to disrupt the magic,

dispelling the illusion!" The rest of the scroll is too far destroyed to

read.

~
P
-1

#1696
tattered leather logbook~
tattered leather logbooks~
~
~
lies here, covered in dust.~
lie here, covered in dust.~
~
~
Terek~
Terek~
0 1696 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
30 0 1 -1 10 1000 0 0
861003066
E
either~
This small logbook is covered in a thick layer of dust and litter remains

of its leather covering.  A small brass plate on its cover is engraved

with the words "Major Tara Lie'halia's Logbook" and bears no other marks. 

A few pages still remain within the book and may still be legible.  The


The @b@Mfirst@n page of the logbook remains slightly legible.

~
E
First~
@M15th Day of the Month of the White Serpent:@n What a dull life we live

here, no action, no sense of danger just the ever present cold and snow. 

As always our patrols came in with a few yeti hides, and the remains of

an ice hound which i believe will be our dinner tonight.  I believe that

there is nothing hazardous here, and i am still unsure why we run patrols

when all we find everyday is the same exact thing.


The @b@Msecond@n page of the logbook still appears legible.

~
E
second~
@M31st Day of the Month of the White Serpent:@n Finally our patrols ran

into something worth while, a small band of frost giants which they

quickly dispatched.  The giants carried nothing more then a few boulders,

some sacks, and some coins.  Perhaps things may begin to liven up after

all.


The rest of the page has been torn from the book offering no further

details.


The @b@Mthird@n page of the logbook remains intact and legible.

~
E
third~
@M12th Day of the Month of the Wolf:@n Tragedy struck three of our

patrols today.  Upon not reporting back to the complex we organized a

search party which quickly found our dear warriors about a mile away

horribly mutilated.  Giant tracks lead away from their bodies and when

have decided to give chase and avenge our lost comrades.  I do not know

what is happening, our patrols are usually large enough to take on fifty

giants, but i believe something is amiss and trouble is brewing in the

cold breeze.


The next ten pages are missing but the @b@Mthirteenth@n still remains.

~
E
thirteenth~
@m3rd Day of the Month of the Dragon:@n The end is near, from being a

peaceful people we have sealed our own fate by attacking the frost giants

which meant us no harm.  As i sleep at night i hear them charging at the

gates attempting to break them down.  We have lost over seventy-five

percent of our forces already and we are already starving to death.  In a

final attempt to thwart the attack we shall strike at the very heart of

the frost giants, it is our hope that this will drive them away.  If this

fails we shall seek shelter in the c.......  which are well hidden and

far too small for the giants to enter.  This may be my final entry, if

someone finds this hear my words, the giants are brutal and have shown no

mercy, if you are in the complex reading this i suggest you leave for the

giants are probably still their and will strike down any unwanted

visitors.  If you can make it to the ........


The entry ends there, marked by only a large spot of dried blood.

~
P
-1

#1697
cushioned chair~
cushioned chairs~
sturdy~
sturdy~
sits here.~
sit here.~
~
~
Phule~
Phule~
35 1697 110247936 12 8192 0
0 0 2 0 0 0 4
1 -1 -1 -1
1000 0 1 -1 1 1000 0 0
861036430
E
either~
This sturdy chair has a small cushion on it for comfort.

~
P
-1

#1698
long shuvanawood table~
long shuvanawood tables~
small round wooden~
~
stands here.~
stand here.~
~
~
Phule~
Phule~
36 1698 65536 8 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 1 1000 0 0
861037062
E
either~
Crafted from a solid piece of shuvanawood, the table will more than

likely far outlast its crafters.

~
P
-1

#1699
chest~
chests~
~
~
rests on the floor.~
rest on the floor.~
~
~
Talis~
Talis~
15 1699 0 4 1 0
0 0 4098 0 0 0 4
70 5 0 0
3000 20 1 -1 8 600 0 0
861037424
E
either~
A large chest of hard oak wood held together by thin bands of iron and

nails.  Though it holds no lock, a simple latch keeps it from accidently

flipping open once it is closed.

~
P
-1

#1700
table~
tables~
small round wooden~
~
stands here.~
stand here.~
~
~
Phule~
Phule~
36 1700 65536 8 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 1 1000 0 0
861038036
E
either~
This small table is sturdy and can probably hold several pounds of weight

on its surface.

~
P
-1

#1701
small desk~
small desks~
~
~
is here as a small workplace.~
are here as small workplaces.~
~
~
Phule~
Phule~
36 1701 65536 8 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
861043375
E
either~
This small desk has no drawers, and its surface is clean and polished.

~
P
-1

#1702
huge lizard egg~
huge lizard eggs~
~
~
lies here.~
lie here.~
~
~
Void~
Merior~
8 1702 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 500 1 -1 10 1000 0 0
861046663
E
either~
A huge lizard egg with a smooth-like surface

~
P
-1

#1703
nest~
nests~
~
~
~
~
~
~
Void~
Talis~
15 1703 65536 0 0 0
0 0 0 16384 0 0 4
50 0 0 0
10 0 1 -1 10 1000 0 0
861047131
E
either~
The nest is made from large twigs from the nearby forest.  It has been

neatly made, with room for a large lizard to nest.  There are recent

droppings on the base of the nest.

~
P
-1

#1704
silvery helm~
silvery helms~
~
~
lies on the ground.~
lie on the ground.~
~
~
Marek~
Olah~
9 1704 8388928 0 17 540377088
0 0 147456 0 65536 0 4
0 12 0 0
500 2000 35 -1 7 1000 0 0
861071573
A 10 5
E
either~
A helm of silvery metal that seems rather light.  A fine engraving can be

seen along the eye-ridge.

~
E
engraving~
The engraving reads 'Let no gods or laws rule your destiny.  Let thy will

be thine own.' 

~
P
-1

#1705
forked whip~
forked whips~
~
~
lies coiled here.~
lie coiled here.~
~
~
Void~
Orb~
5 1705 8388608 0 8193 0
0 224 4 0 0 0 4
0 2 7 7
200 350 20 -1 3 500 0 0
861121605
E
either~
A sturdy platted leather whip stretching five foot in length.  The

weaving lengths of leather seperate at the end, creating a forked tip.

~
P
-1

#1706
ivy covered bench~
ivy covered benchs~
~
~
sits here.~
sit here.~
~
~
Void~
Void~
35 1706 42024960 0 8192 0
0 0 2 0 0 0 4
1 -1 -1 -1
1000 0 1 -1 1 1000 0 0
861181998
E
either~
A long, thin bench that has been carved from stone rests underneath the

archway.  A small covering of ivy has grown over part of the bench

slightly hiding it from view.

~
P
-1

#1707
large chair~
large chairs~
~
~
sits here.~
sit here.~
~
~
Void~
Void~
35 1707 42024960 0 8192 0
0 0 2 0 0 0 4
1 -1 -1 -1
1000 0 1 -1 1 1000 0 0
861183572
E
either~
The chair looks uncomfortable at best.

~
P
-1

#1708
child's small doll~
child's small dolls~
~
~
lies here, left behind by its owner.~
lie here, left behind by their owners.~
~
~
Phule~
Phule~
0 1708 0 8 16385 0
0 0 16 0 0 0 4
0 0 0 0
50 10 1 -1 2 1000 0 0
861209672
E
either~
This small doll is of poor design, but its value is not in its craft but

rather its sentimental value.  Overall the doll is rather plain, made of

cotton and stuffed with a soft material.

~
P
-1

#1709
black dragon statue~
black dragon statues~
~
~
stands here, glistening as you study it.~
stand here, glistening as you study them.~
~
~
Phule~
Phule~
0 1709 65536 0 0 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
862529916
E
either~
The statue is of a black dragon, claws outstretched as if to grab you.

The black porcelain statue glistens as you study it.

~
P
-1

#1710
spear~
spears~
chained obsidian~
+'Elfsbane'~
floats here, a few feet above the ground.~
float here, a few feet above the ground.~
~
~
Phule~
Orb~
5 1710 3093 8 8193 67108866
1 0 64 0 33816576 0 4
0 3 6 10
300 3500 30 -1 8 1000 0 0
861249934
E
either~
The long obsidian shaft of the spear ends in a wicked point, and making

the weapon even more cruel-looking is the long chain of elven ears

attached from butt to just below the spear's head.

~
P
7 -1
~
~
act_tochar( #wear, ch );

act_notchar( #rwear, ch );

continue;

~
E
wear~
You wrap the long chain of elf ears around your wrist and forearm.

~
E
rwear~
$n wraps the long chain of elf ears around $s wrist and forearm.

~
!
3 -1
~
~
if( random( 1, 8 ) == 4 ) {

  if( race( victim ) == elf ) {

    send_to_room( #glow, room );

    i = 2d5+8;

    dam_message( victim, i, "Elf's bane" );

    inflict( victim, ch, i, "being impaled" );

    }

  }

~
E
glow~
@EThe spear glows, recognizing elven flesh.@n

~
!
-1

#1711
necklace~
necklaces~
+of elf ears~
+'Elfsbane'~
floats here, a few feet above the ground.~
float here, a few feet above the ground.~
~
~
Phule~
Jimbalaya~
9 1711 2064 12 5 67108866
0 0 16448 0 1 0 4
0 2 0 6
100 5000 25 -1 8 1000 0 0
861251107
A 18 2
A 13 5
E
either~
The necklace is made of an odd bowstring, with 6 bloody elf ears as

its ornamentation.

~
P
-1

#1712
wand~
wand~
transparent crystal~
+of freeze~
lies here, glowing faintly.~
lie on the ground, each glowing faintly.~
~
~
Terek~
Rue~
3 1712 8388672 8 16385 0
0 0 8198 0 0 0 4
44 10 0 5
30 1500 30 -1 10 1000 0 0
861268624
E
either~
This small, thin metal rod is covered in a block of transparent crystal

which glows faintly.  The wand is bone-chilling cold to the touch almost

causing you to drop it.  Several runes have been etched upon its surface,

each glowing with a dim blue light.

~
P
-1

#1713
dark obsidian pike~
dark obsidian pikes~
~
~
lies here, its dark blade gleaming.~
lie here, their dark blades gleaming.~
~
~
Phule~
Orb~
5 1713 8404996 8 8193 0
1 0 8256 0 0 0 4
0 3 13 5
700 12000 40 -1 8 550 0 0
861319066
E
either~
The long steel shaft of this weapon ends in a wide blade of black

obsidian.  The stone has been sharpened and magically enchanted so that

is posesses at once both great durability and a sharp cutting edge.

~
P
-1

#1714
block of obsidian~
blocks of obsidian~
~
~
lie here, its surface a gleaming midnight pool.~
lie here, their surfaces gleaming midnight pools.~
~
~
Phule~
Phule~
6 1714 0 8 16385 0
0 0 64 0 0 0 4
0 0 0 0
200 500 1 -1 10 1000 0 0
861320842
E
either~
The small, yet weighty, block of black rock fits in your hand.

~
P
-1

#1715
block of steel~
blocks of steel~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
8 1715 0 8 1 0
0 0 8192 0 0 0 4
0 0 0 0
200 200 1 -1 10 1000 1 0
861321403
E
either~
The block of steel is not of high quality.

~
P
-1

#1716
furred key~
furred keys~
~
~
lies here.~
lie here.~
~
~
Terek~
Terek~
18 1716 8388608 4 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
861367762
E
either~
This small key is covered with light brown fur.

~
P
-1

#1717
yeti hide sack~
yeti hide sacks~
~
~
~
~
~
~
Terek~
Marek~
15 1717 8650752 4 16385 0
0 0 20 0 0 0 4
100 1 0 0
150 1000 1 -1 10 500 0 0
861342694
E
either~
This huge bag is made from several thick yeti hides sewn over leather

strippings.  It appears very durable and quite large, capable of holding

many items yet it also appears quite heavy itself.

~
P
-1

#1718
throne~
thrones~
marble~
marble~
is part of a raised stone dais.~
are part of a raised stone dais.~
~
~
Talis~
Talis~
35 1718 33554432 0 0 0
0 0 64 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
861347344
E
either~
A large stone dais of silver-flecked black stone forms the base of a

large marble throne.  The throne itself is a blend of the dark stone and

pristine white marble carved into sweeping arcs and spirals.  The back is

formed into the shape of leathery wings folded about the seat to protect

its occupant.  A reptillian head glares down from above the throne nearly

managing to instill actual dragonfear.  As it is, you are left uneasy at

the sight.

~
E
head~
The draconic head above the throne glares at you with dire menace in its

thinly slit eyes.  The thin, reptilian lip is slightly pulled back

revealing sharp teeth, and as you watch you can almost feel the hot

breath that must come from the fiery depths that hold a rage so strong

only a dragon might contain it.  Countless scales, each a master work of

art, indistinguishable form the real thing form the taught skin that

surrounds the neck and head in a perfect set of armor.  Looking at the

menace this throne was modelled on, it is not hard to imagine the dread

dragonfear the real thing must inspire.

~
P
-1

#1719
small wooden bird~
small wooden birds~
~
~
lies here.~
lie here.~
~
~
Terek~
Merior~
3 1719 8650816 0 16385 0
0 0 2 0 0 0 4
38 10 0 5
10 0 30 -1 10 650 0 0
861355370
E
either~
This small wooden bird is of very simple design, carved by skilled hands

with a lust for realism.  The eyes of the bird have been polished down to

a beautiful shine and you can almost see your own reflection in them. 

Although it seems to be useless there seems to be an aura of magic

surrounding it as you notice a very faint glow that outlines its edges,

just barely visible.

~
P
-1

#1720
boots~
boots~
black fur-lined~
glacial~
lie here, emanating a faint heat signature.~
lie here, emanating a faint heat signature.~
pair of~
pairs of~
Terek~
Jimbalaya~
9 1720 0 0 65 0
0 0 20 0 0 0 4
0 7 0 0
300 27000 60 -1 7 600 0 0
861369271
A 8 20
E
either~
These large, knee-high boots are made of a shiny black leather with a fur

lining.  They appear rather new showing no signs of wear or old age and

the leather still maintains its original strength.  The boots emanate a

faint heat signature and look as though they could offer maximum

protection against the cold.

~
P
-1

#1721
bunch of grapes~
bunches of grapes~
~
~
are collecting ants on the ground.~
are collecting ants on the ground.~
~
~
Talis~
Talis~
19 1721 0 0 1 0
0 0 0 0 0 0 4
8 0 0 0
50 5 1 -1 10 1000 0 0
861374713
E
either~
A small cluster of juicy grapes on its frail vinework stem.  Each grape

measures a little over an inch and looks quite ripe for eating.

~
P
-1

#1722
set of blue robes~
sets of blue robes~
~
~
lies here in a heap.~
lie here in a large heap.~
~
~
Terek~
Fenlyn~
9 1722 -2147483648 0 9 0
0 0 16 0 0 0 4
0 10 0 0
250 27000 60 -1 4 300 0 0
861583612
A 7 -5
A 8 10
E
either~
Nothing more then a thin wool robe it appears quite warm and might be

good to keep out a cold chill.  The robe has been dyed a deep blue color

and a simple leather cord wraps around the waist to adjust its fit.

~
P
-1

#1723
corpse~
corpses~
+of a remorhaz~
+of a remorhaz~
is lying here.~
~
~
~
Terek~
Terek~
15 1723 0 4 1 0
0 0 512 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
861637995
E
Either~
The brutal remains of what was once a Remorhaz now only a bloody pulp.

~
P
4 -1
cut slice chop~
corpse remorhaz~
act_tochar( #cut, ch );

act_notchar( #cut1, ch );

Wait( 1 );

act_room( #open, ch );

~
E
cut~
@YYou attempt to slice the remorhaz's stomach open, hacking away at the

tough hide.

~
E
cut1~
@Y$n begins slicing the remorhaz's stomach open, hacking away at its

tough hide.

~
E
open~
@YAfter a few moments the hide begins to seperate, creating a small hole

which you could possibly crawl through.

~
!
4 -1
go enter~
hole corpse stomach~
act_tochar( #hole, ch );

act_notchar( #hole1, ch );

transfer( ch, find_room( 45838 ) );

~
E
hole~
@CYou squeeze your way through the layers of stomach tissue.

~
E
hole1~
@CYou see $n squeeze into the hole in the remorhaz's stomach and suddenly

vanish from sight.

~
!
4 -1
skin~
corpse remorhaz~
act_tochar( #cant, ch );

~
E
cant~
You cannot skin the corpse of a remorhaz, directly.

~
!
-1

#1724
sprig covered in athelas berries~
sprigs covered in athelas berries~
~
~
is rapily losing its natural coloring~
are rapidly losing their natural colors~
~
~
Talis~
Talis~
8 1724 64 0 1 0
0 0 2 0 0 0 4
0 0 0 0
10 100 1 -1 10 10 0 0
861652513
E
either~
A small branch from a bush it still retains several vibrant red-gold

athelas berries.  Though you it looks as if the coloring is rapidly

turning gray.  The stipped end of the branch appears to have been gnawed

on quite a bit.

~
P
-1

#1725
Raspinx's Pyramid~
Raspinx's Pyramids~
~
~
~
~
~
~
Florian~
Florian~
1 1725 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
861652727
E
either~
No description~
P
-1

#1726
steel crook~
steel crooks~
~
~
~
~
~
~
Florian~
Florian~
5 1726 64 0 8193 0
0 0 0 0 0 0 4
0 3 8 4
10 0 1 -1 10 1000 0 0
861653103
E
either~
Under Construction.

~
P
3 -1
~
~
if(has_obj(1725,ch)) {

  act_tochar(#conflict, ch);

  act_notchar(#rconflict, ch);

  loop(all_in_room) {

    dam_message(rch, 10d50+30, "an enormous explosion");

    inflict(rch, mob, 10d50+30, "two warring spirits");

    }

obj = has_obj(1725,ch);

act_room(#blowup, ch);

junk_obj(obj, 1);

}

if(random(1,8) ==1) {

  act_tochar(#offfeet, ch);

  act_notchar(#rofffeet,ch);

  interpret(ch, "bash");

  }

i = random(1,50);

if(i==5)

  interpret(ch, "emote babbles and foams at the mouth.");

if(i==10)

  interpret(ch, "emote eyes glow with an inner fire.");

if(i==15)

  interpret(ch, "emote shivers uncomfortably.");

if(i==20)

  interpret(ch, "emote snarls a blood-thirsty war cry.");

if(i==25)

  interpret(ch, "grin");

if(i==30)

  interpret(ch, "cackle");

if(i==35)

  interpret(ch, "giggle");

if(i==40)

interpret(ch, "say TOO many voices!!!");

if(i==45)

  if(random(1,2) ==1)

  {

interpret(ch, "flee");

interpret(ch, "gt I am afraid and can't take this anymore!");

}

else 

interpret(ch, "gt Ah, I could do this all day!");

if(i==50) i = random(1,8);

if(i==1)

  interpret(ch, "reply You'll never find where I hid it!");

if(i==2)

  interpret(ch, "reply Raspinx deserved everything he got!");

if(i==3)

  interpret(ch, "reply Do I know you?");

if(i==4)

  interpret(ch, "reply Hi, how are you?");

if(i==5)

  interpret(ch, "reply Fear me! Or I'll take over your mind too!");

if(i==6)

  interpret(ch, "reply You win, please! The four Oases hold the key!");

if(i==7)

  interpret(ch, "reply I, Olybinn, control this mortal's body now!");

if(i==8)

interpret(ch, "reply Puny Mortal! I challenge you to a duel to the death!");

~
E
offfeet~
@b@Y

The hook of the crook lashes out with a will of its own and

encircles the feet of your opponent.

~
E
rofffeet~
@b@Y

The hook of the crook lashes out with a will of its own and

encircles the feet of $n's opponent.

~
E
conflict~
@b@G

As you bring the crook near one of the Pyramids of Raspinx,

you feel an incredible upwelling of conflict arise from the two

artifacts. Suddenly, as if they were standing there, you become

overwhelmed at the shear build up of violent power amassing

between the two.

~
E
rconflict~
@b@G

The overwhelming presence of two spirits hover violently

around $n. 

~
E
blowup~
@b@R

Raspenx's Pyramid shakes violently and explodes.

~
!
-1

#1727
old worn compass~
old worn compasss~
~
~
lies here, pointing north.~
lie here, pointing north.~
~
~
Phule~
Phule~
0 1727 0 8 16385 0
0 0 2 0 0 0 4
0 0 0 0
50 1000 30 -1 10 1000 0 0
861734695
A 4 1
E
either~
Set in an old, worn, wooden case, this compass still forever points

north, its small iron needle pulled into place by some great invisible

force.

~
P
-1

#1728
leather doublet~
leather doublets~
~
~
lies here in a crumpled pile.~
lie here in a crumped pile.~
~
~
Phule~
Fenlyn~
9 1728 0 0 9 0
0 0 4 0 0 0 4
0 5 0 0
700 2000 10 -1 2 600 0 0
861736992
E
either~
Made of two layers of leather, the underlayer soft and the outerlayer

stiff and hard, the doublet would offer surprising protection for its

leather make.

~
P
-1

#1729
ascot~
ascots~
~
~
is white and well-pressed.~
are white and well-pressed.~
~
~
Merior~
Jimbalaya~
9 1729 8650752 8 5 0
0 0 16 0 0 0 4
0 0 4 0
10 0 25 -1 8 300 0 0
861755288
A 10 -20
A 2 1
E
either~
This white ascot is neatly pressed and smells of soap.  It is long enough

to fit around the necks of most any type of humanoid.

~
P
-1

#1730
bloody cleaver~
bloody cleavers~
~
~
is wet with death.~
are wet with death.~
~
~
Merior~
Orb~
5 1730 16384 0 8193 32
1 64 16384 0 0 0 4
0 4 6 8
450 300 40 -1 4 1000 0 0
861815538
E
either~
This large cleaver has been used to cut many meaty items.  Blood and gore

have stained its blade and handle, and small chips indicate where the

bones were just a tad too strong for it to pass through easily.

~
P
3 -1
~
~
if( random( 1, 10 ) == 1 ) {

  act_tochar( #draw, ch );

  act_notchar( #draws, ch );

  inflict( ch, mob, 4d5, "blood-hungry lust" );

  }

~
E
draw~
@RThe cleaver seems to take on a life of its own as it seeks to draw more

blood!@n 

~
E
draws~
@RThe cleaver seems to leave $'s hands and take on a life of its own.@n

~
!
-1

#1731
book of the ages~
books of the ages~
~
~
lies here gathering dust.~
lie here gathering dust.~
~
~
Merior~
Marek~
7 1731 8650816 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 0 60 -1 3 1000 0 0
861818974
A 6 10
A 12 16
A 20 16
A 4 1
E
either~
This book is very old; its pages are yellowed and brittle.  Although the

words are faded and almost impossible to read, you sense that it holds

great knowledge inside.

~
P
-1

#1732
sword of might~
sword of mights~
~
~
gleams with power.~
gleam with power.~
~
~
Merior~
Orb~
5 1732 8667136 4 8193 2670593
1 0 64 1 0 0 4
0 2 22 2
700 35000 75 -1 7 1500 0 0
861820521
A 1 1
E
either~
This large sword takes two hands to properly hold and guide it.  It

appears to be made of solid stone, and would definitely hurt whoever it

hit.

~
P
3 -1
~
~
if( random( 0, 25 ) == 25 ) {

  i = 5d5+5;

  act_room( #hit, ch );

  dam_message( victim, i, "The sword's thrust" );

  inflict( victim, ch, i, "The sword's thrust" );

  }

~
E
hit~
@RThe sword bites deep for another thrust!@n

~
!
-1

#1733
krynite morningstar~
krynite morningstars~
~
+'Darkstar'~
lies here.~
lie here.~
~
~
Merior~
Orb~
5 1733 8650816 4 8193 2703360
0 0 2097152 0 0 0 4
0 4 5 6
600 9000 60 -1 6 1000 0 0
861826532
A 20 10
A 12 15
A 6 5
E
either~
This large, lightweight morningstar is made from a violet-hued metal with

tinges of dark purple.  Its handle is made from smooth ivory carved into

the image of a dragon in flight.  A slim, silver-linked chain sits tied

to one end which connects to a large iron ball.

~
E
approve~
Approved with 6d4 damage (+30 levels), +10 manaregen, +15 mana, +5 magic res. -- Level 60. Added 'after' of '+Darkstar' so no one would think this should be the same level as the 'standard' krynite weapons, which are all level 30.

~
P
-1

#1734
dagger~
daggers~
~
+of despair~
is long and sharp.~
are long and sharp.~
dark stone~
dark stone~
Merior~
Orb~
5 1734 8651840 0 8193 0
1 0 32768 0 0 0 4
0 2 11 1
190 5850 65 -1 8 700 0 0
861827010
A 2 1
E
either~
This long dagger is made of a metal long forgotten by earth-dwellers.  It

has been forged by a weaponsmaker unlike those found plying their trades

today.

~
P
-1

#1735
obsidian thorn~
obsidian thorns~
~
~
lies here, glowing dark midnight.~
lie here, glowing dark midnight.~
~
~
Phule~
Phule~
18 1735 0 12 1 0
0 0 64 0 0 0 4
0 0 0 0
30 0 1 -1 10 1000 0 0
861842707
E
either~
This small key is made of darkest black obsidian, its surface reflecting

all light like a finely polished mirror.  Along the length of it, a black

rose with many long thorns is engraved.

~
P
-1

#1736
enormous throne~
enormous thrones~
~
~
stands on a raised dais.~
stand on a raised dais.~
~
~
Merior~
Merior~
35 1736 33619968 0 0 0
0 0 2 0 0 0 4
2 0 0 0
10 0 1 -1 10 1000 0 0
861845774
E
either~
This enormous throne is made of a wood that has been stained black as

night.  Ornate carved creatures, reminiscent of the dragons and harpies

of yesteryear appear to be crawling up its sides.

~
P
-1

#1737
sulfur trap~
sulfur traps~
~
~
is setup here.~
are setup here.~
~
~
Phule~
Phule~
27 1737 64 8 1 0
0 0 32 0 0 0 4
-2 15 4 4
200 1000 1 -1 1 1000 0 0
861856726
E
either~
A tiny light spins around rapidly inside a dark glass ball....

~
P
4 -1
reset set drop~
explosive gas trap~
obj = has_obj( 1737, ch );

if( obj ) {

  if( random( 1, 5 ) != 5 ) {

    act_tochar( #reset, ch, obj );

    act_notchar( #rreset, ch, obj );

    junk_obj( obj, 1 );

    obj_to_room( oload( 1737 ), room );

    }

  else

    opcode( obj, 3 );

  }

else

  send_to_char( #nohave, ch );

~
E
nohave~
You don't have one of those.

~
E
rreset~
$n drops $p and manages to reset it.

~
E
reset~
You manage to reset $p on the ground here

~
!
4 -1
arm~
gas trap~
if( rflag( safe, room ) ) 

  i = 0;

else

  i = 15d4;

act_room( #room, ch, obj );

junk_obj( obj, 1 );

wait( 2 );

ch = rand_player( room );

if( ch )

  act_room( "@b@RTHUMMMPP!!!", ch );

act_area( #sound, ch );

loop( all_in_room ) {

  dam_message( rch, i, "The powerful explosion" );

  inflict( rch, ch, i, "The powerful explosion" );

  }

~
E
sound~
You hear the THUMP and roar of an explosion somewhere in the area.

~
E
room~
@G$p goes off, its lights spinning wildly!!

~
!
6 -1
~
~
if( class( ch ) == thief ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 0, 7 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

 if( class( ch ) == ranger ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 0, 11 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

 if( class( ch ) == bard ) {

  if( is_searching( ch ) ) {

    if( find_skill( ch, searching ) > random( 7, 19 ) ) {

      act_tochar( #dch, ch, obj );

      act_notchar( #droom, ch, obj );

      end;

      }

    }

  }

opcode( obj, 2 );

~
E
droom~
@b$n finds $p and carefully avoids it.

~
E
dch~
@bYou discover $p, and avoid it.

~
!
-1

#1738
necklace~
necklaces~
+of stones and feathers~
lifestone~
glimmers in the available light.~
~
~
~
Talis~
Jimbalaya~
9 1738 536870976 8 5 268443488
0 0 576 64 16777216 0 4
0 3 0 0
20 20000 50 -1 8 1000 0 0
861904349
A 21 7
A 13 30
E
either~
A lifestone dangles at the end of a fine neckchain.

~
P
-1

#1739
thorny ice bush leaf~
thorny ice bush leaves~
~
~
~
~
~
~
S'ynn~
S'ynn~
15 1739 0 4 1 0
0 0 0 0 0 0 4
0 16 0 0
10 0 1 -1 10 1000 0 0
861910087
E
either~
A large bush made from what looks to be ice.  Large, sharp thorns

pertrude from its leaves looking quite deadly.

~
P
-1

#1740
long table~
long tables~
+of black granite~
+of black granite~
stretches across the hall.~
stretch across the hall.~
~
~
Phule~
Phule~
36 1740 0 8 0 0
0 0 66 0 0 0 4
0 0 0 0
10 0 1 -1 1 1000 0 0
861936108
E
either~
The table is made of solid black granite, its surface a dark obelisk

which stretches the length of the long hall.

~
P
-1

#1741
long bench along the west wall~
long benches along the east wall~
~
~
looks to be able to hold near to 30 people.~
look to be able to hold near to 30 people.~
~
~
Phule~
Phule~
35 1741 33554432 8 0 0
0 0 2 0 0 0 4
30 -1 -1 -1
10 0 1 -1 10 1000 0 0
861936421
E
either~
The stone bench looks to be able to hold at least 25, if not 30, people

along its length.

~
P
-1

#1742
long bench along the east wall~
long benches along the east wall~
~
~
looks to be able to hold near to 30 people.~
look to be able to hold near to 30 people.~
~
~
Phule~
Phule~
35 1742 33554432 8 0 0
0 0 2 0 0 0 4
30 -1 -1 -1
10 0 1 -1 10 1000 0 0
861936531
E
either~
The stone bench looks to be able to hold at least 25, if not 30, people

along its length.

~
P
-1

#1743
massive obsidian throne~
massive obsidian thrones~
~
~
dominates the room with its dark presence.~
dominate the room with their dark presence.~
~
~
Phule~
Phule~
35 1743 41959424 8 8192 0
0 0 2 0 0 0 4
1 -1 -1 -1
1000 0 1 -1 1 1000 0 0
862003866
E
either~
The arms of this gleamingly polished throne are fashioned like claws.

~
P
-1

#1744
dark fountain~
dark fountains~
~
~
gushes forth here.~
gush forth here.~
~
~
Phule~
Phule~
25 1744 65536 9 0 0
0 0 64 0 0 0 4
50 -1 0 0
50000 3000 1 -1 1 1000 0 0
862005779
E
either~
The dark fountain's water is cool and clear, and within the center of

it's calm surface stands the imposing figure of a cold, hard gargoyle

fashioned from a solid piece of dark granite.

~
E
gargoyle~
The stonework is so perfect, so flawless, that the statue almost appears

lifelike....

~
P
-1

#1745
robe~
robes~
dark green~
+of study~
lies neatly folded here.~
lie neatly folded here.~
~
~
Merior~
Fenlyn~
9 1745 277086272 0 9 0
0 0 16 0 64 0 4
0 4 0 0
200 45000 80 -1 8 300 0 0
862059067
A 3 1
A 20 23
A 12 18
A 1 -1
A 4 1
E
either~
These large robes are clearly designed to cover other clothing.  The dark

green material shimmers in the light, making the material appear to have

an almost black hue.

~
P
-1

#1746
head of the tyrant~
head of the tyrants~
~
~
is dripping with blood.~
are dripping with blood.~
~
~
Merior~
Merior~
34 1746 25427968 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
50 0 1 -1 10 1000 0 0
862146694
E
either~
This blood-streak head once belonged to the most feared man in Voaleth,

if not the entire realm.  Now, however, it is just a messy reminder of

the terror he brought.

~
P
-1

#1747
crown~
crowns~
jewel-encrusted~
+of the martyr~
gleams with jewels.~
gleam with jewels.~
~
~
Merior~
Olah~
9 1747 268435521 4 17 0
0 0 262208 0 0 0 2
0 3 0 0
200 42000 75 -1 6 750 0 0
862147622
A 5 1
A 21 10
A 13 20
E
either~
This large golden crown is decorated with many beautiful gems.  There is

no way to tell by looking at it of its long and bloody history.

~
P
-1

#1748
crown~
crowns~
jewel-encrusted~
+of the spirit~
gleams with jewels.~
gleam with jewels.~
~
~
Merior~
Olah~
9 1748 268435521 4 17 0
0 0 576 0 0 0 2
0 3 0 0
200 42000 75 -1 6 550 0 0
862148986
A 20 10
A 12 20
A 5 1
E
either~
This lovely crown appears to be made of an unearthly material.  It is

studded with many lovely gems, and gives off a slight glow.

~
P
-1

#1749
fish-scale vest~
fish-scale vests~
~
~
is lying on the ground.~
are lying on the ground.~
~
~
Rue~
Fenlyn~
9 1749 0 4 9 0
0 1 516 0 0 0 4
0 4 0 0
300 750 5 -1 3 600 0 0
879519975
E
either~
A thick vest fashioned of interlocking scales from the mirefish.  A

smooth deerskin liner makes it more comfortable to wear.

~
P
-1

#1750
bronze pike~
bronze pikes~
~
~
lies here, its tip buried into the ground.~
lie here, their tips buried into the ground.~
~
~
Phule~
Orb~
5 1750 -2147467264 0 8193 2213900
1 0 2048 0 0 0 4
0 1 13 5
700 250 1 -1 1 600 0 0
862500862
E
either~
This long polearm's gleaming blade is finely sharpened.

~
P
-1

#1751
tabbard~
tabbards~
dark grey~
Black Dragon~
lies here in a crumpled pile.~
lie here in a crumpled pile.~
~
~
Phule~
Fenlyn~
9 1751 -1879048192 8 9 0
0 0 16 0 0 0 8
0 5 5 0
250 12500 35 -1 4 400 0 0
862500937
A 19 1
A 13 10
E
either~
This thick tabbard of dark grey wool has a mighty black dragon in full

flight painted on both chest and back.

~
P
-1

#1752
lock of human hair~
locks of human hair~
~
~
lies here, about to blow away no doubt.~
lie here, about to blow away no doubt.~
~
~
Phule~
Talis~
0 1752 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
10 10 1 -1 10 1000 0 0
862501026
E
either~
A few strands of human hair, about six or so inches in length.

~
P
-1

#1753
shield~
shields~
black~
+of darkness~
lies here.~
lie here.~
~
~
Phule~
Fenlyn~
9 1753 8389140 0 16385 203440128
0 0 4096 0 0 0 4
0 10 0 0
300 14000 40 -1 5 900 0 0
862502882
A 13 10
A 4 -1
A 19 1
E
either~
The dark iron of this shield glows with flame.

~
P
-1

#1754
chair~
chairs~
rickety old~
rickety old~
sits here.~
sit here.~
~
~
Phule~
Phule~
35 1754 42024960 8 8192 0
0 0 2 0 0 0 4
1 -1 -1 -1
1000 0 1 -1 1 1000 0 0
862511843
E
either~
Although old, the chair was put together well enough and looks safe.

~
P
-1

#1755
slender wooden key~
slender wooden keys~
~
~
lies here.~
lie here.~
~
~
Merior~
Merior~
18 1755 262144 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
862532207
E
either~
This slender key is made of fine pine.

~
P
-1

#1756
oak chest~
oak chests~
sturdy~
sturdy~
is carved from the root.~
~
~
~
Eldina~
Eldina~
15 1756 0 0 0 0
0 0 2 0 0 0 4
0 5 0 0
5000 0 1 -1 10 1000 0 0
862550352
E
either~
A well polished oak chest, carved from the root of the tree.  It is still

firmly attached in the root and looks very durable.

~
P
-1

#1757
mottled green sleeves~
mottled green sleeves~
~
~
~
~
pair of~
pairs of~
Void~
Jimbalaya~
9 1757 8650752 0 257 0
0 0 4 0 0 0 4
0 7 0 0
300 6000 25 -1 2 600 0 0
862575649
E
either~
This splendid looking pair of sleeves have been made from the finest

quality hide.  A covering of small bumps give this otherwise smooth

leather a mottled appearance and a rough feel.

~
P
-1

#1758
mottled green leggings~
mottled green leggings~
~
~
~
~
pair of~
pairs of~
Void~
Marek~
9 1758 8650752 0 33 0
0 0 4 0 0 0 4
0 8 0 0
300 3000 25 -1 2 600 0 0
862571178
E
either~
This splendid looking pair of leggings have been made from the finest

quality hide.  A covering of small bumps give this otherwise smooth

leather a mottled appearance and a rough feel.

~
P
-1

#1759
mottled green vest~
mottled green vests~
~
~
~
~
~
pairs of~
Void~
Fenlyn~
9 1759 8650752 0 9 0
0 0 4 0 0 0 4
0 8 0 0
300 7000 25 -1 2 600 0 0
862576428
E
either~
This splendid looking vest has been made from the finest quality hide.  A

covering of small bumps give this otherwise smooth leather a mottled

appearance and a rough feel.

~
P
-1

#1760
yeti hide jacket~
yeti hide jackets~
~
~
lies here, carelessy left behind.~
lie here, carelessly left behind.~
~
pairs of~
Void~
Fenlyn~
9 1760 0 0 9 0
0 0 16 0 0 0 4
0 8 0 0
500 12000 35 -1 7 600 0 0
862576738
A 8 3
E
either~
This brown, coarse jacket is flecked throughout with white fur.  This fur

is predominant on the inside making heat radiate off the jacket due to

the perfect insulation being created.

~
P
-1

#1761
pair of fire resistant gloves~
pair of fire resistant gloves~
~
~
lie here.~
lie here~
~
pairs of~
Void~
Derna~
9 1761 0 0 129 0
0 0 4 0 0 0 4
0 3 0 0
200 1000 35 -1 10 600 0 0
862578502
A 8 -10
A 7 20
E
either~
The gloves are covered in a mass of tiny red scales.  The interior of the

gloves feel soft with the heavy padding which lines the inside.

~
P
-1

#1762
shiney green cap~
shiney green caps~
~
~
is lying here on the ground.~
are lying here on the ground.~
~
~
Void~
Olah~
9 1762 -2138832896 0 17 0
0 0 4 0 0 0 4
0 5 0 0
100 6000 25 -1 4 600 0 0
862580579
A 9 5
E
either~
This shiny green item has been made by joining lizard scales together to

form an attractive looking cap.  The scales appear to reflect light

extremely well and would offer great protection in a storm.

~
P
-1

#1763
massive bed~
massive beds~
~
~
sits on the thick carpet.~
sit on the thick carpet.~
~
~
Merior~
Merior~
35 1763 33619968 0 0 0
0 0 2 0 0 0 4
4 0 0 0
2000 0 1 -1 10 1000 0 0
862582463
E
either~
This huge bed sits on a high platform; a wooden ladder sits by its side

to provide a means to climb up on it.  Vermillion hangings are draped

over the bed, almost completely obscuring the chartreuse coverings.

~
P
-1

#1764
horn~
horns~
graceful looking~
+of the ral'airdn~
rests on the ground, forgotten.~
rest on the ground in a pile, forgotten.~
~
~
Talis~
Talis~
8 1764 17039360 8 16385 0
0 0 128 0 0 0 4
0 0 0 0
800 10000 30 -1 10 1000 0 0
862589805
A 24 20
A 8 20
A 7 20
E
either~
Long, and powerful looking, the horn yet retains an appearance of grace. 

The horn is just a touch over two feet long and perhaps eight inches wide

at its base.  It appears quite like ivory, yet you can sort of see into

it as you might a tigerseye stone.  Though it is mostly off-white on the

outside, you can see definite undercurrents of amber running in streaks

through its inner layers.

~
P
-1

#1765
immense bed~
immense beds~
~
~
stands here.~
stand here.~
~
~
Merior~
Merior~
35 1765 33619968 0 0 0
0 0 2 0 0 0 4
4 0 0 0
2000 0 1 -1 10 1000 0 0
862609530
E
either~
Pink satin sheets cover this huge four-poster bed, and pink silk hangings

have been draped across the bedposts.  The hangings are covered with

carefully-stitched embroidery depicting roses in full bloom. 

~
P
-1

#1766
fine leather shoes~
fine leather shoes~
~
~
stand to the side.~
stand to the side.~
pair of~
pairs of~
Merior~
Jimbalaya~
9 1766 -2138832832 0 65 3112960
0 0 4 -2147483648 8388608 0 4
0 5 0 0
800 35000 70 -1 6 600 0 0
862610319
A 14 -10
A 22 -10
A 2 2
E
either~
These shoes are made of the finest of snakeskin, and show great

craftsmanship. They are made for dancing and leisure; and would not be

suitable for hiking in the woods.

~
P
-1

#1767
eight-sided crystal rod~
eight-sided crytal rods~
~
~
glows blue with shimmering mist.~
glow blue with shimmering mist.~
~
~
Orb~
Orb~
18 1767 3145792 4 1 0
0 0 0 0 0 0 4
-1 -1 -1 -1
10 0 1 -1 10 1000 0 0
862610567
E
either~
This flawless octahedral shaped rod is of the clearest crystal.  A deep

blue mist flows from one end to the other, constantly in motion.

~
E
eltie~
This is the stronghold key to The Training Grounds Stronghold.

~
P
-1

#1768
altar~
altars~
small black~
+of Morr~
stands here, dark and foreboding.~
stand here, dark and foreboding.~
~
~
Phule~
Phule~
36 1768 131072 0 0 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
862633765
E
either~
The small altar is made of dark obsidian, and has a circular base, rising

like a cylinder.  Roughly three feet in diameter, the altar looks very,

very heavy.

~
P
-1

#1769
gauntlets~
gauntlets~
weighted monk's~
+of smiting~
lies here.~
lie here.~
pair of~
pairs of~
Phule~
Orb~
5 1769 2052 8 8193 6275072
0 0 2097216 0 0 0 4
0 2 4 0
100 10000 40 -1 2 1150 0 0
862678891
A 19 1
A 18 1
E
either~
Surface made of shimmering black obsidian, the knuckles cut through the

air without much resistance.  Dark silvery runes mark the item as heavily

enchanted.

~
P
3 -1
~
~
if( random( 1, 17 ) == 3 ) {

  act_room( #chill, ch );

  do_spell( chilling touch, ch, victim );

  }

~
E
chill~
@CThe gauntlets of smiting burn with cold...@n

~
!
-1

#1770
blade~
blades~
black~
+of darkness~
is here glistening in the light.~
are here, glistening in the light.~
~
~
Phule~
Orb~
5 1770 8653397 8 8193 208748544
1 0 8192 0 0 0 4
0 2 14 2
450 2500 45 -1 5 1000 0 0
862680750
A 18 1
E
either~
The black metal of the blade is streaked with flame and sigils, pulsating

with evil magicks.  It is lightweight, and its edge is sharp, almost too

sharp.....

~
P
-1

#1771
obsidian pedestal~
obsidian pedestals~
~
~
stands here, looking down on you.~
stand here, looking down on you.~
~
~
Phule~
Phule~
36 1771 65536 0 0 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
862691808
E
either~
The dark obsidian pedestal stands here, imposing and immobile.

~
P
-1

#1772
darkgem~
darkgems~
~
~
floats here, pulsating with evil energy.~
float here, pulsating with evil energy.~
~
~
Phule~
Phule~
6 1772 148 0 0 201326592
0 0 0 0 0 0 4
0 0 0 0
100 20000 60 -1 10 1000 0 0
862692176
A 1 1
A 10 -20
A 19 2
E
either~
The small, dark gem pulsates with energy.

~
P
1 -1
~
~
if( char_in_room( ch, find_room( 40047 ) ) )

  act_tochar( #steal, ch );

else

  continue;

~
E
steal~
You can's just reach up and grab the darkgem!!  Put some effort into it

(try to steal it maybe).

~
!
-1

#1773
large black cauldron~
large black cauldrons~
~
~
bubbles over an open flame.~
~
~
~
Orb~
Orb~
25 1773 0 1 0 0
0 0 64 0 0 0 4
50 -1 16 0
10 0 1 -1 10 1000 0 0
862734618
E
either~
This large, iron cauldron bubbles merrily over an open flame.  Filled

with delicious soup, the smells wafting up from it are wonderful.

~
P
-1

#1774
silvery rune~
silvery runes~
~
~
lies here, glinting softly.~
lies here, glinting softly.~
~
~
Orb~
Orb~
18 1774 67108868 4 1 0
0 0 131072 0 0 0 4
0 0 0 0
10 500 1 -1 10 1000 0 0
862890229
E
either~
This small, silver symbol is delicately carved and interlaced.  As the

charm of an evil magician, it must have some signifigance but it seems

to have no magical properties.  As you look closer, you think it must be

some sort of key or device for opening a door or portal.

~
P
-1

#1775
hand mirror~
hand mirrors~
~
~
reflects the light.~
reflect the light.~
~
~
Merior~
Fenlyn~
11 1775 0 0 1 0
0 0 160 0 0 0 4
100 0 0 0
15 10000 1 -1 10 1000 0 0
863117696
E
either~
This small hand mirror is made of bone, with clear glass providing a

perfect reflective image of whatever it faces.  Just by gazing into it,

you can see numerous reflections.

~
P
4 -1
gaze~
mirror hand~
i = num_in_room( room );

j = random( 1, 10 );

if( i < 11 )

  act_tochar( #gaze, ch );

else{

  act_tochar( #toomany, ch );

  end;

  }

if( j == 1 )

  interpret( ch, "qlook 1" );

if( j == 2 )

  interpret( ch, "qlook 2 " );

if( j == 3 )

  interpret( ch, "qlook 3 " );

if( j == 4 )

  interpret( ch, "qlook 4 " );

if( j == 5 )

  interpret( ch, "qlook 5 " );

if( j == 6 )

  interpret( ch, "qlook 6 " );

if( j == 7 )

  interpret( ch, "qlook 7 " );

if( j == 8 )

  interpret( ch, "qlook 8 "  );

if( j == 9 )

  interpret( ch, "qlook 9" );

if( j ==  10 )

  interpret( ch, "qlook 10" );

~
E
toomany~
There are too many people in the room to get a good reflection.

~
E
gaze~
Gazing into the mirror, the reflection shows...


~
!
-1

#1776
bullywug skin~
bullywug skins~
~
~
is lying here.~
are lying here.~
~
~
Void~
Void~
33 1776 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
500 450 1 -1 10 1000 0 0
863282050
E
either~
A large, rough looking skin coloured a dark mottled green.

~
P
-1

#1777
belt~
belts~
porcupine quill~
porcupine quill~
lies here.~
lie here.~
~
~
Phule~
Fenlyn~
9 1777 -2147483648 8 2049 0
0 0 0 0 0 0 4
0 3 0 0
200 2000 10 -1 3 1000 0 0
863317619
A 9 5
E
either~
This thick belt is fashioned from the heavy furs of a lynx, and there are

quite a few porcupine quills sticking out of it at all angles.

~
E
***IMMORTAL***~
req. 10 porcupine quills, 2 lynx fur

~
P
-1

#1778
sash of the Palace Guard~
sashes of the Palace Guard~
~
~
is covered with military pins.~
are covered with military pins.~
~
~
Merior~
Marek~
9 1778 277086208 0 5 0
0 0 16 0 0 0 4
0 3 0 0
10 0 5 -1 3 400 0 0
863458542
E
either~
This long sash is made of bright red fabric, and features gold tassles at

the bottom.  It has place where the wearer could fasten medals.

~
P
-1

#1779
mitre~
mitres~
~
priestly~
sits here.~
sit here.~
~
~
Merior~
Olah~
9 1779 65 4 17 3096576
0 0 262144 1 0 0 4
0 5 0 0
10 30000 60 -1 6 710 0 0
863621688
A 20 20
A 12 20
E
either~
This small hat is typical of the ones many priests wear when performing

their clerical duties.  Unlike those worn by ordinary priests, this one

is made of solid gold, and has small gems in each of its facets.

~
P
-1

#1780
clothes cupboard~
clothes cupboards~
~
~
stands here.~
stand here.~
~
~
Merior~
Merior~
15 1780 65544 0 0 0
0 0 0 0 0 0 4
50 13 0 -1
10000 1000 1 -1 10 1000 0 0
863639983
E
either~
This large cupboard is made of pine.  Brass handles on the doors are

slightly tarnished from heavy use.

~
P
-1

#1781
bracelet of white silver~
bracelets of white silver~
polished~
polished~
lies here, glinting in the light.~
lie here, glinting in the light.~
~
~
Merior~
Fenlyn~
9 1781 268435520 8 4097 268435456
0 0 131072 0 0 0 8
0 2 0 0
100 500 15 -1 4 1000 0 0
863700664
A 19 1
E
either~
This slender bracelet is made of highly polished silver.  It gleams as

the light catches its smooth surface.

~
P
-1

#1782
robe~
robes~
glossy red~
glossy red~
~
~
~
~
Eldina~
Fenlyn~
9 1782 262208 0 9 0
0 0 16 0 0 0 4
0 5 0 0
500 7000 25 -1 5 300 0 0
863706853
A 12 5
A 9 3
A 7 2
E
either~
A shiny looking red robe, that reflects light in glossy streaks.  It

feels lightweight and cool to the touch.

~
P
-1

#1783
boots~
boots~
dusty brown~
+of vigor~
~
~
pair of~
pairs of~
Eldina~
Jimbalaya~
9 1783 0 0 65 96
0 0 4 0 0 0 4
0 3 0 0
300 3000 15 -1 5 600 0 0
863825324
A 22 15
A 21 -2
E
either~
These are well used leather boots, apparent by their dusty covering and

the scuff marks on the toes.  The soles look thin and pliable.  Overall,

these boots boots look quite comfortable for wear over long journeys.

~
P
-1

#1784
suit of black steel chainmail~
suits of black steel chainmail~
~
~
lies here gleaming like polished obsidian.~
lie here gleaming like polished obsidian.~
~
~
Orb~
Fenlyn~
9 1784 -2147483648 0 9 2211840
0 0 8192 0 0 0 4
0 13 0 0
960 3500 15 -1 7 950 2 0
864018724
E
either~
Small, finely wrought rings of black steel intertwine to make this

expertly crafted suit of chainmail.  Light and supple, the steel is of

excellent quality and fitted to move naturally.  This particular suit is

medium sized and it seems impossible for anyone larger than a human to

wear it.

~
P
-1

#1785
mace~
mace~
blackened~
+of striking~
lies here, its runes glowing with a fiery light.~
lie here, their runes glowing with a fiery light.~
~
~
Terek~
Marek~
5 1785 0 0 8193 67190784
0 0 24576 0 0 0 4
0 7 4 6
600 6000 40 -1 6 1000 0 0
864028716
A 18 -1
A 19 1
E
either~
This large, black mace is covered in several brightly glowing runes which

dim and brighten with their own free will.  The handle is made from the

bone of some unknown beast and has been carved to appear like a striking

dragon.  Set into the handle's carving is a large red ruby which the

dragon grasps in it's talons.

~
P
3 -1
~
~
if( random( 0, 5 ) == 2 ) {

  act_tochar( #pound, ch );

  act_notchar( #pound1, ch );

  attack( ch, victim, 1d3+15, "massive pound" );

  }

if( random( 1, 18 ) == 1 ) {

  act_tochar( #flash, ch );

  act_notchar( #flash1, ch );

  do_spell( lightning bolt, ch, victim );

  }

~
E
pound~
@b@YYou raise your mace above your head and bring it down for a

massive crushing blow!

~
E
pound1~
@b@Y$n raises his mace above his head and brings it down for a

massive crushing blow!

~
E
flash~
@BBlue arcs of electricity streak across the surface of the mace and

suddenly lash out at your target!

~
E
flash1~
@BBlue arcs of electricity streak across the surface of $n's mace and

suddenly lash out at $s target!

~
!
-1

#1786
berry~
berries~
tiny purple~
tiny purple Cythian~
sits on the ground, invitingly delicious.~
sit on the ground, invitingly delicious.~
~
~
Florian~
Florian~
19 1786 -1609564160 0 1 0
0 0 512 0 0 0 4
6 0 0 -1
10 45 1 -1 10 100 0 0
864068006
E
before~
This little purple berry is juicy and fragrant.  It looks perfectly ripe

and ready to eat.

~
E
after~
This tiny purple berry is about the size of a holly berry but much softer. 

Its delicate violet skin ripples to the touch and you can tell that it is

very juicy inside.  And if the flavor of the berry matches its brilliant

color, it must surely be a rare treat.

~
P
-1

#1787
piece~
pieces~
+of reddish fruit~
+of Draythian fruit~
sits on the ground, ready to be eaten.~
sit on the ground, ready to be eaten.~
~
~
Florian~
Florian~
19 1787 -2146435056 0 1 0
0 0 512 0 0 0 4
10 -1 0 0
30 45 1 -1 10 125 0 0
864068115
E
before~
This bright red piece of fruit looks very tasty but very unusual.

It is oval in shape and smells remarkably fresh.

~
E
after~
This piece of bright red fruit has a smooth oval shape.  A rich, sweet

fragrance surrounds the fruit, tantalizing your taste buds.  A thick

brown stem juts out of the top of the fruit and two pale green leaves are

still attached to it.

~
P
-1

#1788
yellow and blue bespeckled egg~
yellow and blue bespeckled eggs~
~
~
lies on its side.~
lie in a small clutch here.~
~
~
Florian~
Florian~
19 1788 -2147483648 0 1 0
0 0 512 0 0 0 4
0 0 0 0
50 50 1 -1 10 75 0 0
864107114
E
either~
This small, oval egg is a golden yellow color.  All over the egg are blue

speckles, making it look very much like a robin's egg.  Though the egg is

about the size of your fist, it looks very fragile.  An aroma of fresh

baked bread surrounds the speckled egg.

~
P
-1

#1789
tiny silver egg~
tiny silver eggs~
~
~
shines as light dances over it.~
shine as light dance over them.~
~
~
Florian~
Florian~
8 1789 -2147483648 0 1 0
0 0 131584 0 0 0 4
0 0 0 0
30 125 1 -1 10 100 0 0
864111141
E
either~
At first, the tiny silver egg reminds you of a child's marble, because of

its small size and perfect roundness.  But as you examine it further, you

can see fine lines and details covering the shiny, near-metallic egg.  In

places, the intricate designs covering the tiny egg curves around to

resemble the scales of a reptile.

~
P
-1

#1790
black steel chainmail leggings~
black steel chainmail leggings~
~
~
lies here gleaming like polished obsidian.~
lie here gleaming like polished obsidian.~
set of~
sets of~
Orb~
Marek~
9 1790 -2147483648 0 33 2211840
0 0 8192 0 0 0 4
0 13 0 0
480 1500 25 -1 7 950 1 0
864144266
E
either~
Small, finely wrought rings of black steel intertwine to make this

expertly crafted set of leggings.  Light and supple, the steel is of

excellent quality and fitted to move naturally with the wearer.

~
P
-1

#1791
fragile sapphire tear~
fragile sapphire tears~
~
~
both solid and seemingly fluid rests here gently.~
both solid and seemingly fluid rest here gently.~
~
~
Florian~
Florian~
8 1791 64 4 1 0
0 0 64 0 0 0 4
0 0 0 0
10 250 1 -1 10 200 0 0
864168046
E
either~
This fragile gem is multi-faceted and sparkles dimly in the light.  The

deep blue sapphire is tear-shaped and has liquid-smooth edges.  In fact,

the small blue jewel appears to be both solid and viscous at the same

time.  A faint, salty aroma surrounds the azure jewel.

~
P
-1

#1792
carved holy symbol~
carved holy symbols~
~
~
has been left here.~
have been left here.~
~
~
Merior~
Talis~
14 1792 10878976 12 16385 272318464
0 0 2 0 0 0 4
-1 -1 -1 -1
100 750 25 -1 4 1000 0 0
864220331
A 5 1
E
either~
This holy symbol is made of two pieces of oak, apparently tied together

with some twine.

~
P
-1

#1793
piece of twine~
pieces of twine~
~
~
lies in a small coil.~
lie in small coils.~
~
~
Merior~
Florian~
0 1793 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
10 10 1 -1 10 1000 0 0
864221552
E
either~
This piece of twine is about 12 inches long.  Its rough surface is

testament to its crude manufacture.

~
P
-1

#1794
small jade box~
small jade boxes~
~
~
sits here waiting to be opened.~
sit here waiting to be opened.~
~
~
Orb~
Orb~
15 1794 0 4 1 0
0 0 64 0 0 0 4
5 5 0 0
10 2000 1 -1 10 1000 0 0
864337674
E
either~
This small box is carved of a single piece of jade.  Smooth and polished,

the two pieces of the box fit together almost seamlessly.

~
P
-1

#1795
black steel chainmail sleeves~
black steel chainmail sleeves~
~
~
lies here gleaming like polished obsidian.~
lie here gleaming like polished obsidian.~
set of~
sets of~
Orb~
Jimbalaya~
9 1795 -2147483648 0 257 2146304
0 0 8192 0 0 0 4
0 13 0 0
432 9000 30 -1 7 950 1 0
864337854
E
either~
Small, finely wrought rings of black steel intertwine to make this

expertly crafted set of sleeves.   Light and supple, the steel is of

excellent quality and fitted to move naturally with the wearer.

~
P
-1

#1796
black steel chain boots~
black steel chain boots~
~
~
lies here gleaming like polished obsidian.~
lie here gleaming like polished obsidian.~
pair of~
pairs of~
Orb~
Jimbalaya~
9 1796 -2147483648 0 65 2211840
0 0 8192 0 0 0 4
0 13 0 0
480 9000 30 -1 7 950 1 0
864338098
E
either~
Small, finely wrought rings of black steel intertwine to make this pair of

expertly crafted chain boots.  Light and supple, the steel is of excellent

quality and fitted to move naturally with the wearer.

~
P
-1

#1797
black cloak~
black cloaks~
~
~
lies here crumpled in a heap of material.~
lie here crumpled in a heap of material.~
~
~
Orb~
Fenlyn~
9 1797 268435460 0 9 0
0 0 16 0 0 0 8
0 5 0 0
900 2000 10 -1 3 400 0 0
864338491
E
either~
This voluminous black cloak shrouds the wearer in darkness.  Stretching

from neck to ankle, this cloak was sewn from a single piece of a heavy

material.

~
P
-1

#1798
emerald tiara~
emerald tiaras~
~
~
lies here forgotten.~
lie here forgotten.~
~
~
Orb~
Olah~
9 1798 268435520 4 17 0
0 0 131136 0 0 0 2
0 2 0 0
200 10000 30 -1 5 700 0 0
864341011
A 23 5
A 4 1
E
either~
A delicate tiara crafted of deep green emeralds and silver filigree, this

treasure radiates an aura of magic.

~
P
-1

#1799
hardwood desk~
hardwood desks~
~
~
~
~
~
~
Orb~
Orb~
15 1799 65536 0 0 0
0 0 0 0 0 0 4
0 13 0 0
10 0 1 -1 10 1000 0 0
864343427
E
either~
This lovely desk must have been brought here hundreds of years ago.  The

grain of the woods has been all but polished away.  The desk contains a

single drawer which appears to be securely locked.

~
P
-1

#1800
dagger~
daggers~
green-hued~
acid-filled~
pulses faintly here.~
pulse faintly here.~
~
~
Orb~
Orb~
5 1800 8389632 0 24577 0
1 0 8192 0 0 0 4
0 3 7 1
150 4050 45 -1 6 1000 0 0
864345529
E
either~
This slender blade pulses with a faint yellowish-green light.  The hilt is

of solid metal, yet so light that it must be hollow.  Looking closely at

the blade reveals that it is not metal but a sharp, clear substance filled

with a greenish liquid.

~
P
3 -1
~
~
if( random( 1, 10 ) == 5 ) {

  send_to_room( #acid, room );

  attack_acid( ch, victim, 3d7, "dagger's pumping acid" );

  }

~
E
acid~
@GYour dagger bites deeply, pumping acid into its victim.@n

~
E
racid~
@G$n's dagger bites deeply, pumping acid into its victim.@n

~
!
-1

#1801
amulet~
amulets~
black~
+of darkness~
floats here a few inches from the ground.~
float here, a few inches from the ground.~
~
~
Phule~
Jimbalaya~
9 1801 8651348 8 5 0
0 0 64 0 0 0 16
0 3 0 0
100 15000 40 -1 8 1000 0 0
864373974
A 18 -1
A 19 -1
A 12 20
A 3 1
E
either~
This amulet of shimmering obsidian burns with a magical fire which does

not seem to harm you.

~
P
-1

#1802
hammer~
hammers~
white~
+of light~
is here glistening in the light.~
are here, glistening in the light.~
ethereal~
~
Phule~
Orb~
5 1802 545524033 8 8193 275857408
0 0 8192 0 0 0 4
0 6 4 3
700 2500 40 -1 5 1000 0 0
864525816
E
either~
A heavy hammer fashioned from strange white metals.  It glints strangely

as you examine it.

~
P
3 -1
~
~
if( random( 1, 12 ) == 5 ) {

  act_tochar( #tochar, ch );

  act_notchar( #notchar, ch );

i = 1d4;

if( i == 1 )

    do_spell( chilling touch, ch, victim );

if( i == 2 )

    do_spell( shock, ch, victim );

if( i == 3 )

    do_spell( blind, ch, victim );

if( i == 4 )

    do_spell( chilling touch, ch, victim );

  }

~
E
tochar~
@BThe hammer of light grows chill, unleashing its magic.@n

~
E
notchar~
@b$n's hammer chills the air as it releases its magic.@n

~
!
-1

#1803
blade~
blades~
white~
+of light~
is here glistening in the light.~
are here, glistening in the light.~
ethereal~
ethereal~
Phule~
Orb~
5 1803 545524033 8 8193 410075136
1 0 8192 0 0 0 4
0 2 14 2
450 2500 40 -1 5 1000 0 0
864526198
A 18 1
E
either~
The white metal of the blade is streaked with flame and sigils, pulsating

with holy magicks.  It is lightweight, and its edge is sharp, almost too

sharp.....

~
P
-1

#1804
shield~
shields~
white~
+of light~
lies here.~
lie here.~
ethereal~
ethereal~
Phule~
Fenlyn~
9 1804 545259777 0 16385 404750336
0 0 4096 0 0 0 4
0 10 0 0
300 14000 40 -1 5 900 0 0
864526514
A 19 1
A 4 -1
A 13 10
E
either~
The white iron of this shield glows with ethereal light.

~
P
-1

#1805
amulet~
amulets~
white~
+of light~
floats here a few inches from the ground.~
float here, a few inches from the ground.~
ethereal~
ethereal~
Phule~
Jimbalaya~
9 1805 545521989 8 5 268435456
0 0 64 0 0 0 16
0 3 0 0
100 15000 40 -1 8 1000 0 0
864568646
A 12 20
A 19 -1
A 18 -1
A 3 1
E
either~
This amulet of shimmering crystal glows with a magical light which nearly

lights the room.

~
P
-1

#1806
adder-quillioned shortsword~
adder-quillioned shortswords~
~
~
lies here, writhing in coruscating light.~
lie here, writhing is coruscating light.~
~
~
Phule~
Orb~
5 1806 8650774 8 8193 67108864
1 0 8192 0 0 0 4
0 8 3 2
325 5400 75 -1 8 1000 0 0
864569004
A 2 1
E
either~
The green-metal blade of this odd shortsword would be three feet long, if

it were stretched out straight.  But the blade writhes like an adder,

glistening in the light like some living thing.

~
P
3 -1
~
~
if( random( 1, 9 ) == 7 ) {

  act_room( #alive, ch );

  i = 2d15+10;

  heal( ch, i );

  modify_mana( ch, -10 );

  }

~
E
alive~
@b@CThe adder-quillioned shortsword pulses with energy...@n

~
E
feel~
@b@MYou feel the life drain from your victim and flow into you, but at

what cost...@n 

~
!
-1

#1807
hard demonskin leggings~
hard demonskin leggings~
~
~
~
~
pair of~
pairs of~
Phule~
Phule~
9 1807 8388608 8 33 3784704
0 0 4100 0 0 0 4
0 10 0 0
10 15000 50 -1 8 600 0 0
864571214
A 7 -40
A 8 20
A 12 -5
A 13 -5
A 1 -1
A 2 2
E
either~
Strips of dark demonskin are layered in scale fashion over and around an

steel plate, and curved and shaped to fit your legs.  The dark, silvery

runes inscribed along the surface of the leggings mark them as heavily

enchanted.

~
P
7 -1
~
~
act_tochar( #chill, ch );

i = 1d1+149;

dam_message( ch, i, "The freezing cold" );

inflict( ch, ch, i, "Freezing to death" );

~
E
chill~
As you fasten the buckles and firmly affix the leggings to your person,

they flash with bitter cold, numbing you to the bone.

~
!
-1

#1808
black demonskin~
black demonskin~
~
~
lie here.~
lie here.~
strip of~
strips of~
Phule~
Marek~
33 1808 16777216 0 1 0
0 0 4 0 0 0 4
0 0 0 0
80 1000 1 -1 10 500 0 0
864571771
E
either~
This strip of thick demonskin could made wonderful armour, if taken to

the right crafter.  It would take great skill in leatherwork, as well as

a bit of magic, to make anything from the tough scale.

~
P
-1

#1809
blue demonskin~
blue demonskin~
~
~
lie here.~
lie here.~
strip of~
strips of~
Phule~
Marek~
33 1809 16777216 0 1 0
0 0 4 0 0 0 4
0 0 0 0
80 1000 1 -1 10 500 0 0
864572099
E
either~
The demonskin is chill, almost painfully so, to the touch.

~
P
-1

#1810
obsidian spike~
obsidian spikes~
~
~
lies here, dark almost to the ultraviolet.~
lie here, dark almost to the ultraviolet.~
~
~
Phule~
Phule~
33 1810 4 0 1 0
0 0 64 0 0 0 4
0 0 0 0
50 1000 1 -1 10 1000 0 0
864572941
E
either~
About 6 inches in length, this spike of obsidian must have once been the

claw of a demon or other denizen of the lower planes.  It is extremely

dark violet, almost ultraviolet.

~
P
-1

#1811
chunk of silver ore~
chunks of silver ore~
~
~
lies here.~
lie here.~
~
~
Marek~
Marek~
8 1811 8650752 0 16385 0
0 0 131072 0 0 0 4
0 0 0 0
10 40 1 -1 10 1000 0 0
864589733
E
either~
A chunk of silvery ore.

~
P
-1

#1812
small icicle~
small icicles~
~
~
lies here, brittle and cold.~
lie here, brittle and cold.~
~
~
Phule~
Merior~
3 1812 0 0 16385 0
0 0 32 0 0 0 4
29 5 1 5
50 700 1 -1 10 1000 0 0
864615679
E
either~
This small icicle glows with an ice-blue radiance.

~
P
-1

#1813
ice blue claw~
ice blue claws~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
33 1813 16777216 0 1 0
0 0 64 0 0 0 4
0 0 0 0
30 1200 1 -1 10 1000 0 0
864615683
E
either~
This long claw is made of a strange organic stone, the claw of an ice

devil.  While not long enough to be used as a dagger, perhaps its

inherent magic can be used in the crafting of a powerful charm of some

kind.  It is much stronger than steel.

~
P
-1

#1814
spiked obsidian breastplate~
spiked obsidian breastplates~
~
~
lies here, looking wicked.~
lie here, looking wicked.~
~
~
Phule~
Fenlyn~
9 1814 8388608 4 9 3784704
0 1 8256 0 0 0 4
0 22 0 0
1500 40000 75 -1 8 500 0 0
864640486
A 19 1
E
either~
Made from intertwining steel and obsidian, the breastplate is sturdy and

offers unparalleled protection.  Many strange ice-blue spikes jut out

from the breastplate.

~
P
-1

#1815
oddly-shaped hat~
oddly shaped hats~
~
~
lies here.~
lie here.~
~
~
Rebekka~
Olah~
9 1815 64 4 17 0
0 0 768 0 0 0 4
0 3 0 0
100 9000 30 -1 4 500 0 0
864642053
A 3 1
A 13 10
E
either~
This dark hat has a wide brim and is made of some sort of stiff

leather-like material.  Although it is dry to the touch, it reflects

light much as a wet object would.  It seems to be molded just to fit the

shape of the head of the person for whom it was made.

~
P
-1

#1816
brains of a grell~
brains of grells~
~
~
lies here pulsing with activity.~
lie here pulsing with activity.~
~
~
Rebekka~
Thyme~
33 1816 1090519040 0 1 0
0 0 0 0 0 0 4
0 0 0 0
100 200 1 -1 10 1000 0 0
864642557
E
either~
This large mass of brains still seems to pulse with thoughts.  They are

gray and moist, and have no constant shape.

~
P
-1

#1817
skliss skin~
skliss skins~
~
~
lies here.~
lie here.~
~
~
Rebekka~
Merior~
33 1817 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
300 200 1 -1 10 1000 0 0
864643217
E
either~
This large skin is dark green, and the scales of its previous owner are

large and rough.

~
P
-1

#1818
soot-covered cauldron~
soot-covered cauldrons~
~
~
hangs over a large fire, bubbling away.~
hang over a large fire, bubbling away.~
~
~
Terek~
Terek~
25 1818 8388608 0 0 0
0 0 8192 0 0 0 4
50 -1 16 0
70000 0 1 -1 10 1000 0 0
864710369
E
either~
Made of nothing more then common steel, this cauldron is covered in a

thick layer of soot from past usage.  Black scorch marks adorn its

surface as the bottom glows a cherry red and sends a wave of heat through

the room.

~
P
-1

#1819
ornate chair of gray velvet~
ornate chairs of gray velvet~
~
~
sits here regally at the head of the table.~
sit here regally at the head of the table.~
~
~
Orb~
Orb~
35 1819 33554432 0 0 0
0 0 0 0 0 0 4
1 -1 -1 -1
10 0 1 -1 10 1000 0 0
864713441
E
either~
Obviously the chair of a figure of some importance and refined taste,

this overstuffed, gray velvet-like chair stands at the head of the table. 

Stitched into the back, with gold thread, the banner of the Merchants

Guild flashes brightly in the firelight.  Small diamond studs hold down

the edge of the fine, gray fabric, but the fabric itself seems to shimmer

and move about unpredictably as if always about to fade into the shadows

from view.

~
P
-1

#1820
skeletal chair~
skeletal chairs~
~
~
emits the stench of rotting leather.~
~
~
~
Orb~
Orb~
35 1820 33554432 0 0 0
0 0 0 0 0 0 4
1 -1 -1 -1
10 0 1 -1 10 1000 0 0
864714078
E
either~
In great contrast to the rest of the room, the skeleton of some fell beast

makes up the framework of this huge chair.  Those of a questing nature

might recognize the sight or the stench of the barely cured Drukkha hide

which has been nailed into the ill-set frame with great iron spikes.

Several stains, of blood or wine, darken the chair and its environs.

~
P
-1

#1821
nice classy black tuxedo~
white togas~
~
~
lies here.~
lie here.~
~
~
Nivel~
Nereus~
9 1821 0 0 9 0
0 0 0 0 0 0 4
0 1 0 0
10 0 92 -1 10 1000 0 0
864784002
A 8 -50
A 13 3000
A 19 5
A 6 10
A 24 100
E
either~
Perfect for any James Bond wanna be, you can strut your stuff in this

beautiful tuxedo made from fine elfskin.

~
P
-1

#1822
icy armguards~
icy armguards~
~
~
lies here, cold to the touch.~
lie here, cold to the touch.~
pair of~
pairs of~
Nivel~
Jimbalaya~
9 1822 8388672 8 257 0
0 0 32 0 0 0 4
0 10 0 0
400 20000 50 -1 8 2000 0 0
864825041
E
either~
These icy armguards are covered by a thick layer of frost, and seem to

hum.  Although very cold to the touch, they do not melt as you finger

them, and a pale-blue aura surrounds them.  The core of the armguards is

made of solid ice, and the magical properties of these armguards make the

ice extremely durable.

~
P
7 -1
~
~
act_tochar( #put, ch );

act_notchar( #rput, ch );

~
E
put~
@b@GThe arm plates hum softly as you put them on, cooly conforming to

your body.@n 

~
E
rput~
@b@G$n's arm plates softly hum as $e puts them on.

~
!
-1

#1823
large icicle~
large icicles~
~
~
lies here, glowing with a pale-blue light.~
lie here, glowing with a pale-blue light.~
~
~
Nivel~
Merior~
3 1823 67 0 16385 0
0 0 32 0 0 0 4
25 10 1 20
100 10000 30 -1 10 650 0 0
864825630
A 7 -20
A 8 20
E
either~
This large icicle @b@Cglows@n with a light of its own.  Strange runes lie

at the tip of the icicle, and it hums as you hold it.

~
P
-1

#1824
small chair~
small chairs~
~
~
sits here.~
sit here.~
~
~
Merior~
Merior~
35 1824 42024960 8 0 0
0 0 2 0 0 0 4
1 -1 -1 -1
1000 0 1 -1 1 1000 0 0
864841184
E
either~
This small chair is made of inexpensive pine, and has wide wooden slats

instead of cushions on which to sit.

~
P
-1

#1825
white ice-formed cuirass~
white ice-formed cuirasses~
~
~
lies here, steaming in the warmer air.~
lie here, steaming in the warmer air.~
~
~
Nivel~
Fenlyn~
9 1825 66 0 9 7454720
0 0 32 0 0 0 4
0 20 0 0
1000 32000 65 -1 8 2000 0 0
864861838
E
either~
This white cuirass is made entirely of ice, and is held magically

together by some unknown force.  It remains very cold to the touch, and

seems to steam, even though it doesn't lose any weight.  Engraved on the

breastplate portion is a great eight-sided snowflake, the seal of the

Lord of Ice.  It is light for body armor made entirely of ice, and as you

wear it you can feel arcane magics at work.

~
P
-1

#1826
interdimensional portal~
interdimensional portals~
~
~
lies here, swirling in a vortex of greenish-red hues.~
lie here, swirling in a vortex of greenish-red hues.~
~
~
Nivel~
Nivel~
31 1826 67 0 0 0
0 0 64 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
864898639
E
either~
A Great swirling portal lies before you, swirling in a vortex of greens

and reds and some blues.  It appears quite solid, but may vanish at any

time.

~
P
4 -1
enter~
interdimsensional portal gate ~
act_tochar( #portal, ch );

act_notchar( #2rportal, ch );

  wait( 1 );

  transfer( ch, find_room( 53028 ) );

wait( 1 );

act_notchar( #there, ch );

~
E
portal~
@b@GYou slowly enter the swirling portal, carefully stepping through what

seems like jelly!@n 

~
E
rportal~
$n slowly enters the swirling portal, and you follow $m through.

~
E
2rportal~
$n slowly enters the swirling portal.

~
E
there~
$n has arrived.

~
!
-1

#1827
ice crystalline shortsword~
ice crystalline shortswords~
~
~
lies here, dully reflecting the light.~
lie here, dully reflecting the light.~
~
~
Nivel~
Orb~
5 1827 66 8 8193 3194880
1 0 32 0 0 0 4
0 2 11 2
350 5400 50 -1 8 800 0 0
864926543
E
either~
This crystalline shortsword is covered from te hilt to the tip of the

blade with frost.  Intricate runes border the quillon, and it is very

cold in your hand.  The blade itself is extremely sharp, and you can only

assume this entire weapon was wrought with powerful magics; it steams

from being cold, yet the steam does not seem to deteriorate the weapon,

as it loses no mass.

~
P
3 -1
~
~
if( random( 0, 9 ) == 7 ) {

  act_tochar( #alive, ch );

  act_neither( #ralive, ch );

  i = 2d5+10;

  heal( ch, i );

  modify_mana( ch, -10 );

  }

~
E
alive~
@b@CYour body becomes suffused with warmth as the shortsword sucks cold

from your opponent's body...

~
E
ralive~
@b@C$n's body warms as $e drains warmth from $s opponent's body!

~
!
4 -1
l look~
runes quillon~
act_tochar( #runes, ch );

  wait( 2 );

  act_tochar( #frost, ch );

  do_spell( chilling touch, ch );

  wait( 1 );

  act_tochar( #heal, ch );

  i = 1d10+10;

  do_spell( cure light, ch );

~
E
runes~
These runes are clear, but most of them are written in a language you

don't understand.  One line stands out though.  It reads: 


@b@WWarmth to frost, your life I steal, 

@b@WFor with this heat my wounds I heal.

~
E
frost~
@b@WYou suddenly realize you have put your hand on the edge of the blade,

and it suddenly begins to freeze your hand!!

~
E
heal~
@b@RBut while you quickly take your hand away from the edge, heat races

through your body from your other hand as it holds the hilt!

~
!
3 -1
~
~
if( random( 0, 30 ) == 13 ) {

  act_tochar( #frost, ch );

  act_neither( #rfrost, ch );

  do_spell( freeze, mob, ch );

  }

~
E
frost~
@b@BYour blade hums and a large sphere of cold flies at your opponent!!@n

~
E
rfrost~
@b@B$n's blade hums and a large sphere of cold flies at $s opponent!!

~
!
-1

#1828
staff of godly healing~
staff of godly healings~
~
~
~
~
~
~
Nivel~
Marek~
4 1828 0 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 2250 92 -1 10 1000 0 0
864948127
E
either~
Blah

~
P
4 -1
heal~
~
act_tochar( #heal, ch );

i = 1d1+2000;

heal( ch, i );

modify_move( ch, 300 );

modify_mana( ch, 300 );

~
E
heal~
@b@YYou feel *** MUCH *** better.

~
!
-1

#1829
loveseat~
loveseats~
~
~
sits here.~
sit here.~
~
~
Merior~
Merior~
35 1829 65536 0 0 0
0 0 2 0 0 0 4
2 0 0 0
5000 200 0 -1 3 1000 0 0
865002421
E
either~
This piece of furniture is large enough to hold two friendly trolls or

similar-sized folks.  It is covered with green and brown brocaded

material, and is quite soft to the touch.

~
P
-1

#1830
pew~
pews~
~
~
stands facing the altar.~
stand facing the altar.~
~
~
Merior~
Merior~
35 1830 33619968 0 0 0
0 0 2 0 0 0 4
4 -1 -1 -1
10 0 0 -1 1 1000 0 0
865004236
E
either~
This simple wooden bench is used to sit while listening to a sermon.  It

is far too uncomfortable to linger on.

~
P
-1

#1831
gold coin~
gold coins~
~
fake~
has been forgotten here on the ground.~
have been forgotten here on the ground.~
~
~
Phule~
Merior~
8 1831 10485760 12 1 0
0 0 524288 0 0 0 4
0 0 0 0
1 5 0 -1 1 1000 0 0
865095749
E
before~
The coin looks old and worn and the writing on it is no longer visable.

The only noticable feature is that it is made of gold.

~
E
after~
This fake gold coin is made of copper, polished and painted to appear as

gold.  It is near worthless.

~
P
0 -1
bite~
coin~
act_tochar( "The coin is fake!", ch );

~
!
-1

#1832
black silk suit coat~
black silk suit coats~
~
~
lies rumpled on the ground.~
lie rumpled on the ground.~
~
~
Derna~
Fenlyn~
9 1832 0 0 9 0
0 0 16 0 0 0 4
0 10 0 0
100 17500 45 -1 10 300 0 0
865343421
E
either~
Under Construction.

~
P
-1

#1833
heavy sandals~
heavy sandals~
~
~
lie on the ground here.~
lie on the ground here.~
pair of~
pairs of~
Merior~
Jimbalaya~
9 1833 -2138832896 0 65 0
0 66 516 0 0 0 4
0 4 0 0
100 11000 36 -1 1 500 0 0
865369671
A 9 10
A 22 10
E
either~
This sandals have thick soles and have heavy leather cords which allow

them to be fastened to the foot.

~
P
-1

#1834
fists of power~
fists of power~
~
~
emit a soft glow.~
emits a soft glow.~
pair of~
pairs of~
Merior~
Orb~
5 1834 2048 8 8193 1032192
0 0 2097152 1 0 0 4
0 2 5 0
50 5000 60 -1 8 700 0 0
865371533
A 19 1
E
either~
This solid piece of krynite has been molded to fit the hand of the wearer. 

Several large knobs and spikes protrude from them near the knuckles,

making this a fearful weapon indeed.

~
P
3 -1
~
~
if( random( 1, 5 ) == 1 ) {

  i = 4d5+5;

  act_tochar( #punch, ch );

  act_notchar( #rpunch, ch );

  attack( ch, victim, i, "power-packed punch" );

  }

~
E
punch~
@BYour fists hit hard as they connect with your victim!

~
E
rpunch~
@B$n's fists hit hard as they connect with $s victim!

~
!
-1

#1835
Caer feather~
feathers~
silver-tipped~
silver-tipped~
floats along on a gentle breeze.~
spiral about on a gentle breeze.~
~
~
Talis~
Talis~
5 1835 0 0 8193 0
1 0 512 8 0 0 4
0 0 0 2
10 0 1 -1 10 1000 0 0
865397347
E
either~
A long, dark feather touched with lighter highlights.  The sweeping edges

appear deceptively soft, yet they can cut to the quick the unwary.  It is

beautiful reminder of nature that even gentle appearance can contain

deadly precision.  Best be careful should you cross paths with the

orignal owner of this feather.

~
P
-1

#1836
robe~
robes~
dark purple~
+of the ruler~
lies in a messy heap.~
lie in a messy heap.~
~
~
Merior~
Fenlyn~
9 1836 277086208 0 9 3080192
0 0 0 0 0 0 4
0 10 0 0
10 40000 75 -1 6 300 0 0
865463637
A 13 10
A 4 1
E
either~
These elegant robes are made of a strange, dark purple material.  Ermine

trims the neck and sleeves, making them quite rare and expensive.  The

robes appear to shimmer as you look at them, slowly changing in shape and

color.

~
P
-1

#1837
round piece of amber~
round pieces of amber~
~
~
lies here, glowing yellow.~
lie here, glowing yellow.~
~
~
Phule~
Olah~
6 1837 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
30 100 1 -1 10 1000 0 0
865487205
E
either~
Nature has created a round piece of amber, petrified tree sap, and it has

found its way here, carried by time and chance.  Many fables exist about

the magical properties of amber and charms made from it.

~
P
-1

#1838
belt~
belts~
rough-hewn stone~
+of the elements~
lies here, glowing its myriad colours of fire, lightning, and ice.~
lie here, glowing the myriad colours of fire, lightning, and ice.~
multicoloured~
multicoloured~
Phule~
Fenlyn~
9 1838 3 8 2049 0
0 0 96 0 0 0 4
0 3 0 0
150 11500 35 -1 7 1800 0 0
865510391
A 6 5
A 8 5
A 9 5
A 7 5
A 24 -10
E
either~
The small geometrically-shaped stones of this belt glow and hum with

elemental magick.  A red triangle is the essense of fire, a circle of

white blue is the essense of electricity.  Other small stones, yellow,

green, and violet complete the belt's circle of protection.

~
P
-1

#1839
twisted wooden amulet~
twisted wooden amulets~
~
~
lies in the dirt.~
lie in the dirt.~
~
~
Terek~
Jimbalaya~
9 1839 0 12 5 0
0 0 2 0 0 0 16
0 5 0 0
10 27000 60 -1 8 1000 0 0
865513200
A 7 -10
A 5 2
E
either~
A simple wooden amulet made from a black, twisted wood which hangs from a

black metal chain.  The wood has been polished to a shine like that of a

pure block of obsidian.

~
P
-1

#1840
black silk suit coat~
black silk suit coats~
~
~
lies discarded on the ground.~
lie discarded on the ground.~
~
~
Derna~
Derna~
9 1840 0 0 1 0
0 0 0 0 0 0 4
0 1 0 0
100 0 1 -1 10 1000 0 0
865516953
E
either~
Under Construction.

~
P
-1

#1841
chair~
chairs~
~
~
waits to make your back sore.~
wait to make your back sore.~
uncomfortable~
uncomfortable~
Derna~
Derna~
35 1841 33619968 0 0 0
0 0 18 0 0 0 4
1 0 0 0
5000 0 1 -1 10 1000 0 0
865518722
E
either~
The chair is richly embroidered with beautiful designs on expensive cloth. 

It beautiful covering can not hide the lumps in the padding and stiff

backrest.  A very decorative piece of furniture to be sure, but not a

very inviting one.

~
P
-1

#1842
fragment~
fragments~
+of burning red stone~
+of elemental fire~
lies here, smoldering.~
lie here, smoldering.~
~
~
Phule~
Talis~
6 1842 0 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
50 500 20 -1 10 1000 0 0
865518635
A 7 10
E
either~
This dark red stone burns with an inner fire.  Yet, as you touch its

surface, does not harm you.

~
P
-1

#1843
fragment~
fragments~
+of crackling cyan stone~
+of elemental lightning~
lies here, flickering.~
lie here, flickering.~
~
~
Phule~
Talis~
6 1843 0 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
50 500 20 -1 10 1000 0 0
865521093
A 9 10
E
either~
This bright cyan stone crackles with inner electricity.  Yet, as you

touch its surface, it does not harm you.

~
P
-1

#1844
fragment~
fragments~
+of chill white stone~
+of elemental cold~
lies here, smoldering.~
lie here, smoldering.~
~
~
Phule~
Talis~
6 1844 0 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
50 500 20 -1 10 1000 0 0
865521602
A 8 10
E
either~
This bright white stone chills the very air around it with an inner cold. 

Yet, as you touch its surface, it does not harm you.

~
P
-1

#1845
fragment~
fragments~
+of swirling yellow stone~
+of elemental magic~
lies here, smoldering.~
lie here, smoldering.~
~
~
Phule~
Talis~
6 1845 0 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
50 500 20 -1 10 1000 0 0
865521742
A 6 10
E
either~
This bright yellow stone swirls in patterns of infinite variety.

~
P
-1

#1846
staff~
staves~
+of smooth ivory~
+of Sorcery~
floats here of its own volition.~
float here of their own volition.~
~
~
Nivel~
Marek~
5 1846 65 0 8193 655360
0 0 262272 0 0 0 4
0 4 7 4
400 1500 60 -1 10 650 0 0
865592172
A 12 20
E
either~
~
P
3 -1
~
~
if( random( 0, 6 ) == 2 ) {

  act_room( #spin, ch );

  i = 4d7+0;

  dam_message( victim, i, "the spinning staff" );

  inflict( victim, ch, i, "being smashed in the face by a spinning staff" );

  }

~
E
spin~
@bThe ivory staff suddenly begins to pulse and the staff starts to spin rapidly!@n

~
!
-1

#1847
small money pouch~
money pouches~
~
~
lies here.~
lie here.~
~
~
Nivel~
Fenlyn~
15 1847 268435456 4 2049 0
0 0 4 0 0 0 4
3 1 0 0
80 100 1 -1 3 500 0 0
865656328
E
either~
This small brown leather money pouch is tied at the end with two stout

pieces of leather, for which it can be attached to a belt.  It is ideal

for storing small change.

~
P
-1

#1848
yellow cloak~
yellow cloaks~
~
~
lies here.~
lie here.~
~
~
Nivel~
Fenlyn~
9 1848 268435456 0 9 0
0 0 16 0 0 0 8
0 4 0 0
250 3000 15 -1 6 400 0 0
865657488
A 6 -10
A 10 10
E
either~
This yellow cloak is hooded for extra protection, and bears a small seal

on its back, six stars of different colours on a field of white.  A

soft-yellow glow surrounds the cloak, and although you feel nothing as

you examine it, there are probably some minor magics inherent in the

cloth.

~
P
-1

#1849
green cloak~
green cloaks~
~
~
lies here.~
lie here.~
~
~
Nivel~
Fenlyn~
9 1849 268435456 0 9 0
0 0 0 0 0 0 8
0 4 0 0
250 3000 15 -1 6 400 0 0
865658040
A 9 -10
A 23 10
E
either~
This green cloak is hooded for extra protection, and bears a small seal

on its back, six stars of different colours on a field of white.  A

soft-green glow surrounds the cloak, and although you feel nothing as you

examine it, there are probably some minor magics inherent in the cloth.

~
P
-1

#1850
blue cloak~
blue cloaks~
~
~
lies here.~
lie here.~
~
~
Nivel~
Fenlyn~
9 1850 268435456 0 9 0
0 0 0 0 0 0 8
0 4 0 0
250 3000 15 -1 6 400 0 0
865658213
A 7 -10
A 8 10
E
either~
This blue cloak is hooded for extra protection, and bears a small seal on

its back, six stars of different colours on a field of white.  A

soft-blue glow surrounds the cloak, and although you feel nothing as you

examine it, there are probably some minor magics inherent in the cloth.

~
P
-1

#1851
red cloak~
red cloaks~
~
~
lies here.~
lie here.~
~
~
Nivel~
Fenlyn~
9 1851 268435456 0 9 0
0 0 0 0 0 0 8
0 4 0 0
250 3000 15 -1 6 400 0 0
865658375
A 8 -10
A 7 10
E
either~
This red cloak is hooded for extra protection, and bears a small seal on

its back, six stars of different colours on a field of white.  A soft-red

glow surrounds the cloak, and although you feel nothing as you examine

it, there are probably some minor magics inherent in the cloth.

~
P
-1

#1852
grey cloak~
grey cloaks~
~
~
lies here.~
lie here.~
~
~
Nivel~
Fenlyn~
9 1852 268435456 0 9 0
0 0 0 0 0 0 8
0 4 0 0
250 3000 15 -1 6 400 0 0
865658417
A 23 -10
A 9 10
E
either~
This grey cloak is hooded for extra protection, and bears a small seal

on its back, six stars of different colours on a field of white.  A

soft-grey glow surrounds the cloak, and although you feel nothing as

you examine it, there are probably some minor magics inherent in the

cloth.

~
P
-1

#1853
tiny magic wildflower~
tiny magic wildflowers~
~
~
grows here, alive and flourishing.~
grow here, alive and flourishing.~
~
~
Phule~
Olah~
0 1853 268435456 0 17 0
0 0 512 0 0 0 2
0 0 0 0
10 500 10 -1 10 150 0 0
865672614
A 24 10
E
either~
The delicate white petals of the wildflower are soft, and the smell of

the flower is sweet and pleasant.

~
P
-1

#1854
ethergem~
ethergems~
~
~
floats here, spinning and twinkling.~
float here, spinning and twinkling.~
~
~
Phule~
Thyme~
6 1854 1073741826 0 16385 0
0 0 32 0 0 0 4
0 0 0 0
50 1 60 -1 10 1000 0 0
865676730
E
either~
The gem is at once all-coloured and none.  It spins madly, twinkling and

humming, alive within itself.  It has no shape or size, yet fits like a

large gem in your hand.

~
P
-1

#1855
shattered well~
shattered wells~
~
~
lies in a pile of rubble.~
lie in a pile of rubble.~
~
~
Terek~
Merior~
25 1855 8454144 0 0 0
0 0 0 65536 0 0 4
-1 -1 0 -1
10 0 1 -1 10 1000 0 0
865682819
E
either~
Once a simple stone well made from white marble it is now nothing more

then a mound of rubble.  A blackish liquid is still retained within it

and looks as though its not the best possible water source you could find.

~
P
-1

#1856
moldy cheese~
moldy cheese~
~
~
lies here.~
lie here.~
piece of~
pieces of~
Nivel~
Rebekka~
19 1856 0 0 1 0
0 0 0 0 0 0 4
10 -1 0 0
50 10 1 -1 10 1000 0 0
865742361
E
either~
This white piece of cheese is covered with a bluish-green mold, but looks

good enough to eat...barely.

~
P
-1

#1857
pile of dark gravel~
piles of dark gravel~
~
~
~
~
~
~
Orb~
Orb~
13 1857 0 0 1 0
0 0 64 0 0 0 4
100 1 0 0
150 25 1 -1 10 1000 0 0
865766806
E
either~
An assortment of small pieces of polished rock lies here, scraped from

the granite wall.

~
P
-1

#1858
stately tanned-leather chair~
stately tanned-leather chairs~
~
~
sits behind a large desk.~
sit behind a large desk.~
~
~
Terek~
Terek~
35 1858 33554432 0 0 0
0 0 0 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
865873519
E
either~
This firm wooden chair is covered in strips of dark, tanned leather.  A

few precious gems lie embedded within the arms and backboard which

sparkle in the light.

~
P
-1

#1859
strand~
strands~
strange dark~
+of nether~
floats here, wavering in and out of sight.~
float here, wavering in and out of sight.~
~
~
Phule~
Phule~
0 1859 4 8 1 0
0 0 32 0 0 0 4
0 0 0 1
10 2500 1 -1 10 1000 0 0
865753152
E
either~
The silken strand of strange dark material wavers in and out of sight. 

It is very chill to the touch and seems very alive in your hand.

~
P
-1

#1860
cloak~
cloaks~
strange dark~
nether~
floats here.~
float here.~
~
~
Phule~
Fenlyn~
9 1860 268435460 72 9 0
0 0 32 0 0 0 8
0 2 0 0
50 7000 25 -1 7 550 0 0
865753180
A 17 5
E
either~
This strange cloak is made of a silken dark material, which wavers in and

out of sight.  It is very chill to the touch and conforms to your body

like a shroud.  Two dark, long, curving talons are its clasp.

~
E
***IMMORTAL***~
Requres 5 strands of nether, silken death shroud, 2 darker talons

~
P
-1

#1861
silken death shroud~
silken death shrouds~
~
~
lies in a crumpled pile.~
lie in a crumpled pile.~
~
~
Phule~
Fenlyn~
9 1861 268435456 12 9 0
0 0 16 0 524288 0 8
0 1 0 0
100 2000 10 -1 4 300 0 0
865753182
E
either~
This white silk shroud is the traditional trapping of the dead alone. 

It smells strongly of strange spices and preparational herbs for the

preservation of the dead.

~
P
-1

#1862
medallion~
medallions~
tarnished brass~
+of Defense~
lies here, glowing a pale yellow.~
lie here, glowing a pale yellow.~
~
~
Nivel~
Nivel~
9 1862 8388673 0 5 0
0 0 524288 0 0 0 4
0 2 0 0
80 30000 45 -1 10 1000 0 0
865765590
E
either~
Under Construction.

~
P
7 -1
~
~
if( rflag( status1, find_room( 53250 ) ) ) {

  act_tochar( #cool, ch );

  drain_stat( ch, con, 30, 1 );

  drain_stat( ch, str, 30, 1 );

  drain_stat( ch, wis, 30, 1 );

  drain_stat( ch, int, 30, 1 );

  drain_stat( ch, dex, 30, 1 );

  remove_rflag( status1, find_room( 53250 ) );

  }

else{ act_tochar( #uncool, ch ); };

~
E
cool~
@GThe power of the medallion fills you!@n

~
E
uncool~
@RThe medallion is powerless.@n

~
!
-1

#1863
velvet-lined chair embedded with diamond studs~
velvet-lined chairs embedded with diamond studs~
~
~
sparkles slightly.~
sparkles slightly.~
~
~
Terek~
Terek~
35 1863 33554432 0 0 0
0 0 0 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
865874011
E
either~
Obviously the chair of a figure of some importance and refined taste,

this overstuffed, gray velvet-like chair stands at the head of the table. 

Stitched into the back, with gold thread, the banner of the Merchants

Guild flashes brightly in the firelight.  Small diamond studs hold down

the edge of the fine, gray fabric, but the fabric itself seems to shimmer

and move about unpredictably as if always about to fade into the shadows

from view.

~
P
-1

#1864
polished black obsidian stool~
polished black obsidian stools~
~
~
shines in the light.~
shine in the light.~
~
~
Terek~
Terek~
35 1864 33554432 0 0 0
0 0 0 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
865874441
E
either~
Roughly carved from a single, large block of obsidian, this small stool

stands quietly by the wall opposite the fire.  Claw marks score both the

stool and the part of the table nearest it.  From the size of the marks,

and the ease with which one with a tail might sit in this compact, hard

seat, the nature of its occupant slowly becomes clear.

~
P
-1

#1865
ironwood chair covered with crimson silk~
ironwood chair covered with crimson silks~
~
~
sits here.~
sit here.~
~
~
Terek~
Terek~
35 1865 33554432 0 0 0
0 0 0 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
865874618
E
either~
Great care has been taken that each aspect of this fine chair bespeaks

the taste of its occupant.  Over the ironwood frame, layers of crimson

silk have been stretched tight.  Sigils of a dark and malign intent have

been sewn along the sides, gleaming like elf-hair in the dark.  The arms

of the chair gleam like bone, and upon further inpection, do indeed end

in lythe, delicate skeletal hands clutched in pain.

~
P
-1

#1866
ink-covered wooden chair~
ink-covered wooden chairs~
~
~
sits to the side of the bookcase.~
sit to the side of the bookcase.~
~
~
Terek~
Terek~
35 1866 33554432 0 0 0
0 0 0 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
865874850
E
either~
Off to the side and behind the head chair, this straight-backed wooden

chair stands just to the side of the bookcase.  Quills and jars of ink,

as well as sheafs of fresh paper lie in a pile by the feet of this plain

chair.

~
P
-1

#1867
corpse~
corpses~
brown troglodyte's~
brown troglodyte's~
has been dug up and left here to rot.~
have been dug up and left here to rot.~
~
~
Talis~
Talis~
23 1867 0 0 1 0
0 0 896 0 0 0 4
1000 0 0 0
5000 0 1 -1 10 1000 0 0
865957149
E
either~
What a strange creatures these troglodytes are.  It appears quite

humanoid in nature, though it is no larger than a gnome or a goblin.  Its

skin, though still showing signs of once being a mottled brown color, has

begun to fade to an ashen color as it rots away.  Bits of dry, sinewy

muscle are exposed where the skin has rotted away, and in some places

even dull white bones is visible.  Bits of skin writhe as grubs work

their way about beneath the surface.

~
P
-1

#1868
sword~
s~
unmarked~
+'Sword of Object'~
lies here.~
lie here.~
~
~
Object~
Object~
5 1868 1084096594 0 8193 67108960
1 0 73728 -1007505469 57925855 0 4
1 800 1 2
10 1000000 99 1 9 10000 0 0
866046917
A 24 100
A 23 100
A 21 100
A 20 100
A 18 100
A 17 1000
A 14 10000
A 13 10000
A 12 100
A 10 100
A 9 100
A 8 100
A 7 100
A 6 100
A 5 100
A 4 100
A 3 100
A 2 100
A 1 100
E
either~
This is a dangerous looking sword.

~
P
-1

#1869
unmarked arm band~
unmarked arm bands~
~
~
lie here.~
lie here.~
~
~
Object~
Object~
9 1869 8388672 0 257 68681728
0 0 64 0 0 0 4
0 10000 1000 -1
1500 5000 99 2 4 10000 0 0
866048321
E
either~
Object needs to describe this.

~
P
-1

#1870
unmarked dagger~
unmarked daggers~
~
~
is unmarked.~
are unmarked.~
~
~
Object~
Marek~
5 1870 8650752 0 8193 0
1 64 0 -2109341693 18 0 4
0 900 1 1
300 1000 99 1 10 1000 0 0
866048795
A 18 10
A 4 100
A 17 10
A 5 100
A 3 100
A 1 100
A 19 10
A 6 100
A 2 100
A 13 1000
E
foo~
No description~
E
either~
Object needs to describe this item.

~
P
-1

#1871
owlbear claw~
owlbear claws~
~
~
lies here, covered in blood.~
lie here in a puddle of blood.~
~
~
Terek~
Talis~
33 1871 16777216 0 16385 0
0 0 512 0 0 0 4
0 0 0 0
10 3000 15 -1 10 1000 0 0
866175093
A 19 1
E
either~
This large claw comes from the fearsome beast known as the owlbear.  The

claw is about seven inches long and razor sharp.  Blood flows out from an

opening in the end from which tendons are still attached.

~
P
-1

#1872
lake~
lakes~
~
~
~
~
~
~
Talis~
Nereus~
25 1872 65536 0 0 0
0 0 0 0 0 0 4
-1 300 0 0
10 0 1 -1 10 1000 0 0
866206300
E
either~
Cool water is the essense of a lake.  It stretches out before.

~
P
-1

#1873
black metal chain~
black metal chains~
~
~
lies here gleaming.~
lie here gleaming.~
~
~
Terek~
Terek~
0 1873 8388608 0 5 0
0 0 0 0 0 0 4
0 0 0 0
300 0 1 -1 10 1000 0 0
866217454
E
either~
This thin, black metal chain is polished to a beautiful shine which

gleams in the light.  Links of obisidian make up the chain and upon each

link is the image of a tiny dragon carved into it.

~
P
-1

#1874
strip of blackened bark~
strips of blackened bark~
~
~
lies here.~
lie here.~
~
~
Terek~
Terek~
0 1874 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
866217819
E
either~
This appears to be nothing more than a strip of bark from a blackened

tree.  The bark is quite thick and sturdy with huge knots in it which

give it some extra strength.

~
P
-1

#1875
cylinder~
cylinders~
+wrapped in white paper~
mystic flower~
is painted in festive colors.~
are painted in festive colors.~
~
~
Talis~
Talis~
0 1875 8388672 8 1 0
0 0 1 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
866246955
E
either~
A small cylinder wrapped in heavily waxed paper to keep its insides dry. 

A thin cord of twine hangs from its side just above which is a single

word, pull.  Someone has festively colored the cylinder in bright paints

with images of flowers.

~
P
4 -1
pull~
cord~
junk_obj( has_obj( 1875, ch ), 1 );

act_tochar( #ignite, ch );

act_notchar( #rignite, ch );

wait( 4 );

act_tochar( #sparks, ch );

act_notchar( #rsparks, ch );

wait( 4 );

act_room( #close, ch );

wait( 3 );

act_room( #closer, ch );

wait( 2 );

act_room( #lift_off, ch );

i = random( 1, 4 );

wait( 5 );

if( i == 1 ) {

  send_to_area( #Boom1, room );

  end;

  }

if( i == 2 ) {

  send_to_area( #Boom2, room );

  end;

  }

if( i == 3 ) {

  send_to_area( #Boom3, room );

  end;

  }

if( i == 4 ) {

  send_to_area( #Boom4, room );

  wait( 2 );

  send_to_area( #BoomA, room );

  wait( 1 );

  send_to_area( #BoomB, room );

  send_to_area( #BoomC, room );

  wait( 1 );

  send_to_area( #BoomB, room );

  end;

  }

~
E
ignite~
You place the cylinder upright on the ground, doing your best to guess

which end is up.  Once satisfied, you gently pull a small cord labeled,

simply, pull.

~
E
rignite~
$n fumbles with a festively colored cylinder, carefully setting it on the

ground and rearranging it until $e is satisfied.

~
E
sparks~
In the process of your pulling the cord out, it snaps in the middle.  The

half of the cord attached to the clinder begins to spark and sputter,

glowing like the wick of a dying candle.  Whatever is happening, it

seems best if you move back now, and that's exactly what you do.

~
E
rsparks~
$n pulls something from the cylinder then quickly backs up a few paces. 

Now that $n is no longer blocking the view, you can see that there is a

sparking, sputtering fuse like a candle wick sticking out of the base of

the cylinder.

~
E
close~
The strange wick sparks and sputters as the glowing ember burns its way

closer to the base of the cylinder.

~
E
closer~
The burning ember is nearly inside the base of the cylinder, and the

tension is mounting.  What will happen?

~
E
lift_off~
The glowing ember, having finally worked its way all the way up the cord,

disapears inside the cylinder.  A moment later, the cylinder leaps into

the sky with the speed and straightness of an arrow shot from a bow,

trailing a thin line of blue smoke.  It rises high into the sky and is

quickly lost from sight.

~
E
Boom1~
A loud KA-BOOM catches your attention, coming from somewhere in the

sky.  Turning to follow the direction of the sound, you notice a

spectacularly vibrant series of purple streaks radiating outward from a

central point in the sky.  The bright lines last for a few moments, their

glowing shape taking the form of a large purple blossom, before slowly

fading away to nothingness.   

~
E
Boom2~
A loud KA-BOOM catches your attention, coming from somewhere in the sky. 

Turning to follow the direction of the sound, you notice a series of

brilliant yellow streamers of light filling a portion of the sky.  The

colorful display spreads outward from a central point like a flower before

slowly fading from view.

~
E
Boom3~
A loud POP followed by several shrill whistles draws your attention

skyward.  Up in the heavens you can make out several swirling balls of

green light causing the sound and leaving behind spiraling trails of

color.  The balls travel in hapless pattern of chaotic frenzy until they

burn themselves out.

~
E
Boom4~
A loud KA-BOOM resounds from high above, its deeper bass sound vibrating

the ground beneath your feet.  Quickly looking upward you just catch a

glimpse of a fading corona of brilliant white light where the explosion

occured.  Then, just as you are about to look away again several more

brilliant explotions of light shake the ground, leaving behind a small

corona of light.

~
E
BoomA~
KA-BOOM!

~
E
BoomB~
KA-BOOM!

~
E
BoomC~
KA-BOOM!

~
!
-1

#1876
phial of acid~
phials of acid~
~
~
lies here.~
lie here.~
~
~
Nivel~
Nivel~
10 1876 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
866293052
E
either~
No description~
P
-1

#1877
canvas tent~
canvas tents~
~
~
lies here.~
lie here.~
~
~
Nivel~
Nivel~
0 1877 0 0 0 0
0 0 18 0 0 0 4
0 0 0 0
2000 0 1 -1 10 1000 0 0
866293295
E
either~
No description~
P
0 -1
enter~
tent~
if( num_in_room( find_room( 53355 ) ) < 4 ) {

  act_tochar( #tent, ch );

  act_notchar( #rtent, ch );

  transfer( ch, find_room( 53355 ) );

  act_notchar( #rshows, ch );

  }

~
E
tent~
You enter the tent.

~
E
rtent~
$n heads into the tent.

~
E
rshows~
$n steps into the tent.

~
!
-1

#1878
dragon hide couch~
dragon hide couches~
~
~
sits here, looking comfortable and very expensive.~
sit here, looking comfortable and very expensive.~
~
~
Orb~
Orb~
35 1878 33554432 0 0 0
0 0 0 0 0 0 4
50 40 0 0
10000 0 1 -1 10 1000 0 0
866446511
E
either~
The couch is covered with the hide of a rare, green dragon.  Custom made

and very plush, this status symbol must have cost a fortune.

~
P
8 -1
~
~
act_room( #hey, ch );

continue;

~
E
hey~
The couch shrieks in terror as the troll consumes it!!

~
!
-1

#1879
round granite table~
round granite tables~
~
~
is here, dominating the center of the room.~
are here, dominating the center of the room.~
~
~
Orb~
Orb~
36 1879 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
866447194
E
either~
Orb needs to describe this.

~
P
-1

#1880
spores~
spores~
caustic~
caustic~
are rapidly disapating in the breeze~
are rapdly disapating in the breeze~
~
~
Talis~
Talis~
34 1880 16777216 8 1 0
0 0 0 0 0 0 4
0 0 0 0
10 20 1 -1 10 1000 0 0
866498120
E
either~
A handful of reddish-purple spores, it looks like little more than fuzzy

powder.  Though they look rather harmless, they quickly cause a burning

sensation in any skin they land on.

~
P
4 -1
drop~
caustic spores~
junk_obj( obj, 1 );

act_tochar( #drop, ch );

act_notchar( #rdrop, ch );

wait( 1 );

act_room( #root, ch );

wait( 2 );

act_room( #grow, ch );

mload( 820, room );

~
E
root~
The spores quickly disolve as they find a place to take root.

~
E
grow~
A fungal growth sprouts from the ground and matures at an amazing rate.

~
E
drop~
You drop a small handful of spores to the ground.

~
E
rdrop~
$n drops a small handful of spores to the ground.

~
!
4 -1
eat ingest consume~
spores caustic~
junk_obj( obj, 1 );

act_tochar( #it_burns, ch );

wait( 2 );

act_tochar( #it_burns2, ch );

act_notchar( #rit_burns, ch );

i = 1d2+1;

dam_message( ch, i, "the caustic spores" );

inflict( ch, mob, i, "ingesting acidic spores" );

wait( 2 );

act_tochar( #it_burns3, ch );

act_notchar( #rit_burns2, ch );

i = 1d4+3;

dam_message( ch, i, "the caustic spores" );

inflict( ch, mob, i, "ingesting acidic spores" );

wait( 1 );

act_tochar( #it_burns4, ch );

act_notchar( #rit_burns2, ch );

i = 2d2+2;

dam_message( ch, i, "the caustic spores" );

inflict( ch, mob, i, "ingesting acidic spores" );

wait( 2 );

act_tochar( #relief, ch );

act_notchar( #rrelief, ch );

~
E
it_burns~
You eat the caustic spores, quickly realizing your mistake as an intense

burning sensation builds up in your stomache.

~
E
it_burns2~
You begin to cough violently and are having trouble breathing.

~
E
it_burns3~
You start to cough up blood!

~
E
it_burns4~
You cough up even more blood!

~
E
relief~
At last, the fit of bloody coughing subsides.

~
E
rit_burns~
$n begins to cough and wheeze violently.

~
E
rit_burns2~
$n begins to cough up blood!

~
E
rrelief~
$n looks a little better and has stopped coughing up blood.

~
!
-1

#1881
crystal eye~
crystal eyes~
~
~
~
~
~
~
Nivel~
Nivel~
1 1881 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
866577966
E
either~
No description~
P
4 -1
yearn~
eye~
do_spell( eagle eye, ch, mob );

~
!
-1

#1882
finely carved granite key~
finely carved granite keys~
~
~
lies here forgotten.~
lie here forgotten.~
~
~
Orb~
Orb~
18 1882 0 4 1 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
866606210
E
either~
A small, finely carved key made out of dark stone, this object has a

slick, oily feel to it.

~
P
-1

#1883
spiked ivory collar~
spiked ivory collars~
~
~
lies here, waiting to grace your neck.~
lie here, waiting to grace your neck.~
~
~
Orb~
Jimbalaya~
9 1883 268439620 0 5 0
0 0 128 32768 0 0 4
0 5 0 0
120 14000 40 -1 4 400 0 0
866608271
A 13 20
E
either~
Made of a single piece of ivory, this jeweled collar bristles with black

spikes.  It pulses softly, as though it possesses a life of its own.

~
P
-1

#1884
feather necklace~
feather necklaces~
~
~
lies here.~
lie here.~
~
~
Talis~
Jimbalaya~
9 1884 8388672 0 5 0
0 0 516 0 0 0 4
0 1 0 -1
80 500 5 -1 5 300 0 0
866699046
A 13 5
E
either~
This necklace is made of several feathers carefully attacked to a soft

leather cord.  The feathers, each about four inches long alternate

between deep blue and off-white and brown feathers.  Despite the

aparently frail nature of its components, it seems to be holding up well. 

Perhaps there is some magic that strengthens it.

~
P
-1

#1885
sheaf of scroll parchments~
sheaves of scroll parchments~
~
~
is getting ruined out in the open.~
are getting ruined out in the open.~
~
~
Talis~
Talis~
0 1885 3276864 4 1 0
0 0 1 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
866818061
E
either~
A bundle of crisp, white parchment meant for use in making scrolls.  They

have been wrapped in waxed cloth tied closed with twine to protect them

from the elements.

~
P
-1

#1886
quill from a feathered serpent~
quills from a feathered serpent~
~
~
is about to blow away on a breeze.~
are about to blow away on a breeze.~
~
~
Talis~
Talis~
0 1886 3276864 4 1 0
0 0 512 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
866819313
E
either~
The quill measures about five inches from nib to feathery tip.  The

feather is extravagent in its beauty, not unlike a cross between an

eagle's pinion feather and the dazzle of a peacock feather.  The feathers

colors run primarily through green and purple, though there is a rim of

pink running down one edge.

~
P
-1

#1887
phial of crimson ink~
phials of crimson ink~
~
~
is slowly evaporating.~
are slowly evaporating.~
~
~
Talis~
Talis~
0 1887 3276864 4 1 0
0 0 32 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
866819624
E
either~
A wide phial of clear crystal carefully cut to reflect light in a

dazzling display.  It contains a viscous, crimson ink that looks

disturbingly like blood.  A good whiff of the ink and its smell confirms

it is mostly berries and oils and probably has no blood in it at all.

~
P
-1

#1888
lumberjack's axe~
lumberjack's axes~
~
~
lies stuck in the ground.~
lie stuck in the ground.~
~
~
Terek~
Marek~
5 1888 8388608 8 8193 2146304
0 0 16386 0 0 0 4
0 4 3 8
10 4500 15 -1 8 1000 0 0
866855701
E
either~
This simple, yet sturdy axe is made from the purest mithril you have ever

laid eyes on.  Its handle is carved from a redwood tree with a

amber-colored gem placed in the end of it.  Despite a few specks of

tarnish the axe appears very capable of chopping down any tree as it was

made to do.

~
P
-1

#1889
bouquet~
bouquets~
~
~
smells fragrant and is lovely to look at.~
smell fragrant and are lovely to look at.~
~
~
Merior~
Merior~
0 1889 0 0 1 0
0 0 0 0 0 0 1812598016
0 0 0 0
1 0 1 -1 10 1000 0 538976288
893601510
E
either~
This large bouquet of roses is quite lovely to look at.  Flowers of many

different colors have been combined into a riot of colors.  Their odor is

strong, and quite pleasant.

~
P
-1

#1890
green mush~
green mush~
~
~
~
~
bowl of~
bowls of~
Phule~
Phule~
19 1890 0 0 1 0
0 0 0 0 0 0 4
25 -1 0 0
50 20 1 -1 10 1000 0 0
866849074
E
either~
The bowl looks more appetizing than the lumpy brownish-green mush within. 

However, the thick goo looks thick and chunky.  It could probably sustain

you for quite some time, if you can hold it down.

~
P
-1

#1891
stinking well~
stinking wells~
~
~
has been dug into the ground.~
have been dug into the ground.~
~
~
Phule~
Phule~
25 1891 65536 0 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10000 0 1 -1 1 1000 0 0
866849135
E
either~
The well is covered with soot, but the water appears clean enough.

~
P
-1

#1892
cold peas~
cold peas~
~
~
lies here.~
lie here.~
bowl of~
bowls of~
Phule~
Phule~
19 1892 0 0 1 0
0 0 0 0 0 0 4
12 -1 0 0
50 10 1 -1 10 1000 0 0
866849472
E
either~
The peas look indistinguishible from the blots of mold and gravel mixed

in with them.

~
P
-1

#1893
dusty canteen~
dusty canteens~
~
~
lies upon the ground.~
lie upon the ground.~
~
~
Terek~
Stormeblade~
17 1893 -2147483648 0 16385 0
0 0 4 0 0 0 4
350 260 0 0
300 500 1 -1 10 1000 0 0
866940427
E
either~
This simple canteen is made from a solid metal cylinder covered in tanned

leather.  Bits of sand cling to its surface and although it appears

rather dusty it should still be able to hold some water or other liquid.

~
P
-1

#1894
egg~
eggs~
mottled brown~
desert serpent's~
lies on the ground with a light coating of sand on it.~
lie on the ground, lightly coated with sand.~
~
~
Florian~
Florian~
33 1894 -2130706432 0 1 0
0 0 512 0 0 0 4
0 -1 0 -1
60 150 1 -1 10 100 0 0
866962039
E
before~
This brown egg is mottled and fairly small.  No larger than an apple, the

egg looks less than edible.  Its shell is thick and studded with gnubbed

horns.

~
E
after~
This dark brown, almost black egg is about the size of an orange and has

a fringe of red around the top.  The surface of the egg still retains a

light waxy covering, even though parts of it are scratched and scraped.

~
P
-1

#1895
sketch~
sketches~
masterful~
+of a cat-headed female~
rests on the ground, without a crease in it.~
rest on the ground, without any creases.~
~
~
Florian~
Florian~
8 1895 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
30 100 1 -1 10 100 0 0
866962612
E
before~
Three feet long and two feet wide, this sketch is drawn upon a scrap of

papyrus parchment.  The edges of the parchment are tattered and frayed,

though the surface of the paper still retains much durability.  Drawn

upon the surface of the papyrus is a sketch of a beautiful woman.  Or at

least you assume its a woman, judging from the artist's depiction of the

curvy body.  Yet, the head of the woman is that of a feline with but

vague humanoid features.  Whoever drew this sketch was indeed inspired

and taken with a vision.

~
E
after~
Three feet long and two feet wide, this sketch is drawn upon a scrap of

papyrus parchment.  The edges of the parchment are tattered and frayed,

though the surface of the paper still retains much durability.  Drawn

upon the surface of the papyrus is a sketch of a beautiful woman with the

head of a feline.  From what you have heard and recall about the desert

valley from which this sketch came, you can only assume that this is a

depiction of the Goddess who once protected the ancient Valley of the

People.

~
P
-1

#1896
chitin~
chitin~
~
~
with a rough surface texture lies on the ground.~
with rough surface textures lie on the ground.~
piece of~
pieces of ~
Florian~
Florian~
33 1896 -2130706432 0 1 0
0 0 512 0 0 0 4
0 0 0 0
50 75 1 -1 10 450 0 0
866962992
E
either~
This semi-transparent fragment has a reddish tinge to it.  No bigger than

the size of a human's hand, the fragment is very much reminiscent of the

tough, outer shell of a lobster or a crab.  Slightly concave in shape,

the underside of the piece of chitin is rough and scabrous.

~
P
-1

#1897
tooth of an otyugh~
teeth of an otyugh~
~
~
lies on the ground.~
lie on the ground.~
~
~
Eldina~
Eldina~
33 1897 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 250 1 -1 10 1000 0 0
866967122
E
either~
A tooth about two inches long that is quite stained and sharp looking. 

Once part of a set of vicous otyugh teeth, this lone tooth is but a

decaying remnant.

~
P
-1

#1898
chain~
chains~
light gold~
light gold~
lies on the ground.~
lie on the ground.~
~
~
Eldina~
Marek~
9 1898 0 0 1 0
0 0 0 0 0 0 4
0 2 0 0
50 1000 1 -1 3 700 0 0
866974204
E
either~
A beautiful chain crafted into tiny links of pure gold.  It is very light

and runs through your hands like a piece of glittering string.

~
P
-1

#1899
ugly, stone key~
ugly, stone keys~
~
~
lies here in the dirt.~
lie here in the dirt.~
~
~
Orb~
Orb~
18 1899 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
867000928
E
either~
Orb needs to describe this.

~
P
-1

#1900
wooden ladle~
wooden ladles~
~
~
lies here.~
lie here.~
~
~
Eldina~
Orb~
5 1900 -2147483648 0 24577 0
0 0 0 0 0 0 4
0 1 3 6
100 150 1 -1 10 1000 0 0
867050193
E
either~
A smooth wooden ladle that is used for stirring and scooping food.

~
P
-1

#1901
soup kettle~
soup kettles~
~
~
~
~
~
~
Terek~
Terek~
25 1901 65536 0 0 0
0 0 0 0 0 0 4
50 -1 0 0
10 0 1 -1 10 1000 0 0
867109086
E
either~
This small, black iron kettle is mainly used for making soups and stews. 

Its bottom is soot-covered suggesting heavy past usage and bits of dried

meat from past dinners stick along the rim of it.

~
P
-1

#1902
black obsidian table~
black obsidian tables~
~
~
~
~
~
~
Terek~
Terek~
0 1902 65536 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
867109420
E
either~
This large table has been carved from a single block of the blackest

obsidian you have ever laid eyes on.  The obsidian sparkles in the light

and gives off an almost marble appearance.

~
P
-1

#1903
tree stump~
tree stumps~
~
~
lies next to the great oak tree.~
lie next to the great oak tree.~
~
~
Terek~
Terek~
35 1903 33554432 0 0 0
0 0 0 0 0 0 4
3 0 0 0
10 0 1 -1 10 1000 0 0
867110837
E
either~
This large tree stump is really nothing special, just a simple place to

rest a moment and relax underneath the shade of the trees surrounding it.

~
P
-1

#1904
cherry~
cherries~
~
~
lies here.~
lie here.~
~
~
Terek~
Merior~
19 1904 0 0 1 0
0 0 0 0 0 0 4
15 -1 0 0
2 10 1 -1 10 1000 0 0
867119685
E
either~
A ripe, red cherry.

~
P
-1

#1905
flaming longsword~
flaming longswords~
reddish~
+'flame tongue'~
lies here, flames rippling down its blade.~
lie here, flames rippling down their blades.~
~
~
Terek~
Orb~
5 1905 8388608 0 8193 7454720
1 0 16384 0 0 0 4
0 7 4 2
450 9000 60 -1 7 1000 0 0
867224924
E
either~
This long, slender longsword is made of pure mithril with a steel guard. 

Its hilt is wrapped in the hide of a red dragon which glows faintly and

gives off a faint heat source.  Once every few moments a single flame

ripples down the blade and then extinguishes.

~
P
3 -1
~
~
if( random( 1, 15 ) == 1 ) {

  act_tochar( #flame, ch );

  act_notchar( #flame1, ch );

  attack_fire( ch, victim, 5d4+20, "fiery slash" );

  }

~
E
flame~
@b@RFlames form around your sword's blade as it releases a burst of fire!

~
E
flame1~
@b@RFlames form around $n's sword as it releases a burst of fire!

~
!
-1

#1906
gloves~
gloves~
fine, silken~
+of enhancement~
~
~
pair of~
pairs of~
Orb~
Derna~
9 1906 262208 0 129 3080320
0 98 16 0 0 0 4
0 3 0 0
10 1200 50 -1 5 300 0 0
867268760
A 20 10
A 12 15
A 13 15
E
either~
Made from a light, silky material, these gloves are meant for the frail

hands of a magic-user.

~
P
-1

#1907
charm~
charms~
dark~
obsidian~
lies here pulsing malevolently.~
lie here pulsing malevolently.~
~
~
Orb~
Jimbalaya~
9 1907 64 0 5 67108864
0 0 64 64 1 0 4
0 3 0 0
10 14000 40 -1 7 1000 0 0
867269749
E
either~
Delicately carved of a fine, dark stone, this symbol radiates an aura of

malice.  The stone is shot through with veins of silver, giving the stone

a marbled look.  The chain of fine black steel from which it hangs is

very thin.

~
P
-1

#1908
broadsword~
broadswords~
spider-hilted~
+'Arachnis'~
lies here the spider-shaped hilt moving faintly.~
lie here the spider-shaped hilt moving faintly~
~
~
Orb~
Orb~
5 1908 8388676 0 8193 2605056
1 0 8192 32 0 0 4
0 10 3 2
575 7200 45 -1 7 1000 0 0
867272015
E
either~
This dark, steel broadsword has been finely tempered and carries an

extremely sharp edge.  The hilt, fashioned into the shape of a spider,

seems to move faintly though it may be a trick of the light.

~
P
3 -1
~
~
if( random( 1, 20 ) <= 2 ) {

  act_tochar( #web, ch );

  act_notchar( #rweb, ch );

  do_spell( web, ch, victim );

  }

~
E
web~
@gThe spider hilt of your sword opens, releasing a gob of sticky web!

~
E
rweb~
@gThe spider hilt of $n's sword opens, releasing a gob of sticky web!

~
!
-1

#1909
silver talons~
silver talons~
~
~
lies here glinting in the light.~
lie here glinting in the light.~
set of~
sets of~
Orb~
Orb~
5 1909 8390656 0 8193 6275072
0 0 131072 0 0 0 4
0 4 2 0
200 2500 45 -1 6 800 0 0
867289123
A 19 1
E
either~
Razor sharp blades of thin silver are set into a metal band which fits

around the hand.

~
P
3 -1
~
~
if( random( 1, 20 ) < 4 ) {

  act_tochar( #flash, ch );

  act_notchar( #rflash, ch );

  attack( ch, victim, 4d4, "claw slash" );

  }

~
E
flash~
@b@CWith a streak of silver, you pull your talons back for another strike.

~
E
rflash~
@CWith a streak of silver, $n pulls $s talons back for another strike!

~
!
-1

#1910
crimson-colored steel chest~
crimson-colored steel chests~
~
~
covered in rust sits here.~
covered in rust sit here.~
~
~
Terek~
Terek~
15 1910 8388616 0 0 0
0 0 8192 0 0 0 4
250 13 0 0
10 0 1 -1 10 1000 0 0
867406532
E
either~
This quite large chest is made of a crimson-colored steel and is covered

in a thick layer of rust.  A hefty lock on its face is rust-free and

looks able to withstand any force placed upon it.

~
P
-1

#1911
triangular stone key~
triangular stone keys~
~
~
lies here.~
lie here.~
~
~
Terek~
Terek~
18 1911 0 4 1 0
0 0 64 0 0 0 4
0 0 0 0
200 5 1 -1 10 1000 0 0
867407578
E
either~
This black stone key has been crudely carved into a triangular shape. 

Scratches cover its surface suggesting heavy usage of it somewhere.

~
P
-1

#1912
crude stone key~
crude stone keys~
~
~
lies here.~
lie here.~
~
~
Khisanth~
Khisanth~
1 1912 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
867625873
E
either~
A small, flat spire of stone, with small jagged edges which seem to be

crude tumblers.

~
P
-1

#1913
crude iron key~
crude iron keys~
~
~
lies here.~
lie here.~
~
~
Khisanth~
Khisanth~
18 1913 0 4 1 0
0 0 4096 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
867626063
E
either~
A crudely fashioned stick of iron with a few serrated edges.

~
P
-1

#1914
key of scales~
keys of scale~
~
~
collects dust on the ground.~
collect dust on the ground.~
~
~
Fenlyn~
Fenlyn~
18 1914 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
20 0 1 -1 10 1000 0 0
867626278
E
either~
A simple key made from a reptile's scales.

~
P
-1

#1915
necklace of troll bones~
necklaces of troll bones~
~
~
lies in a pile on the floor.~
lie in a pile on the floor.~
~
~
Orb~
Jimbalaya~
9 1915 0 0 5 0
0 0 128 0 0 0 4
0 5 0 0
200 5000 20 -1 5 1000 0 0
867626513
A 21 10
A 7 -10
E
either~
This necklace is made up of what appear to be the finger bones of trolls. 

Pierced through the middle and polished quite nicely, they rattle faintly

together.

~
P
-1

#1916
circlet~
circlets~
golden~
golden~
lies flat on the ground here.~
lie atop one another at odd angles.~
~
~
Talis~
Talis~
9 1916 -1879048192 0 17 0
0 0 270336 0 0 0 2
0 2 0 0
50 50 1 -1 10 1000 0 0
867657466
E
either~
A simple band of metal meant to be worn on the head.  Made of gold, it

obviously has some stronger base metal in the mix, for it retains its

shape rather well and should actually provide some armor value.

~
P
-1

#1917
heavy war axe~
heavy war axes~
~
~
lies here, glinting.~
lie here, glinting.~
~
~
Phule~
Orb~
5 1917 16384 0 8193 2113536
1 0 4194304 0 0 0 4
0 3 9 8
1000 9000 30 -1 6 1250 0 0
867781924
E
either~
This heavy, double-bladed axe can only be wielded effectively by the

strongest of warriors.

~
P
-1

#1918
horned bronze helm~
horned bronze helms~
~
~
lies here in the dust.~
lie here in the dust.~
~
~
Phule~
Olah~
9 1918 0 0 17 3227712
0 0 2048 0 0 0 4
0 7 0 0
605 500 5 -1 4 800 0 0
867782131
E
either~
With a rhino horn on either side, this thick metal helm looks both fierce

and protective.  It is crafted from thick bronze plates.

~
P
-1

#1919
iron plated leather jacket~
iron plated leather jackets~
~
~
lies here.~
lie here~
~
~
Phule~
Fenlyn~
9 1919 0 0 9 2097152
0 0 4096 0 0 0 4
0 5 0 0
300 250 10 -1 10 700 0 0
867782770
E
either~
This thick hard leather jacket has been affixed with small iron plates,

greatly upgrading its protective value.

~
P
-1

#1920
rhino horn~
rhino horns~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
33 1920 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
250 1000 1 -1 10 1000 0 0
867915811
E
either~
This long, thick horn is quite heavy.

~
P
-1

#1921
elephant skin~
elephant skin~
~
~
lies here.~
lie here.~
strip of~
strips of~
Phule~
Phule~
33 1921 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
100 500 1 -1 10 1000 0 0
867918053
E
either~
Grey and wrinkled, this strip of elephant hide weighs a full pound.  The

skin is tough and leathery, weathered by time and the elements.

~
P
-1

#1922
lion claw~
lion claws~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
33 1922 16777216 4 1 0
0 0 512 0 0 0 4
0 0 0 0
20 250 1 -1 10 1000 0 0
867918840
E
either~
This razor-sharp claw is capable of rending flesh to ribbons.

~
P
-1

#1923
small log~
small logs~
~
~
about six feet long, sits here acting as a bench.~
about six feet long, sit here acting as benches.~
~
~
Terek~
Terek~
35 1923 33619968 0 0 0
0 0 0 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
867921515
E
either~
This small log is about 6 feet long but only about 2 feet in

circumference The top has been smoothed down to form a straight, very

firm surface making it a perfect seat.

~
P
-1

#1924
handful of iron nails~
handfuls of iron nails~
~
~
is scattered about.~
are scattered about.~
~
~
Phule~
Rue~
0 1924 0 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
20 150 1 -1 10 1000 0 0
867923591
E
either~
These short nails have wide and rounded heads.  They are crudely hammered

from cold iron.

~
P
-1

#1925
hobnail boots~
hobnail boots~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1925 0 4 65 0
0 1 4 0 0 0 4
0 3 0 0
1060 800 1 -1 3 600 0 0
867923777
E
either~
This pair of hard leather boots is normal enough, except for the bottom

of its sole.  Several nails have been hammered into the sole of the boot,

giving it extra durability and traction.

~
P
-1

#1926
dark brown boots~
dark brown bootss~
hard leather~
+of stealth~
stand to the side.~
stand to the side.~
pair of~
pairs of~
Rebekka~
Jimbalaya~
9 1926 537133120 0 65 7782400
0 0 4 1048577 0 0 4
0 6 0 0
300 27000 60 -1 6 600 0 0
870557115
A 2 2
E
either~
This tall pair of dark brown boots has a wide strip of polished

cordovan-colored leather around the top.  Its soles are soft and supple,

as if to let their wearer move silently.

~
P
-1

#1927
object loader~
object loaders~
~
~
~
~
~
~
Phule~
Phule~
0 1927 0 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
867931123
E
either~
This is phule's.

~
P
0 -1
loadobj~
~
obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

obj_to_char( oload( 620 ), ch );

~
!
-1

#1928
bronze chainmail vest~
bronze chainmail vests~
~
~
lies here.~
lie here.~
~
~
Phule~
Fenlyn~
9 1928 -2147483648 0 9 3260416
0 0 2048 0 0 0 4
0 8 0 -1
770 1200 5 -1 4 750 2 0
867931747
E
either~
Half-inch rings intertwined together make up this vest.  Each ring is

intertwined with six other rings.

~
P
-1

#1929
iron chainmail vest~
iron chainmail vests~
~
~
lies here.~
lie here.~
~
~
Phule~
Fenlyn~
9 1929 -2147483648 0 9 3260416
0 0 4096 0 0 0 4
0 9 0 -1
700 2000 10 -1 4 850 2 0
867932085
E
either~
Half-inch rings intertwined together make up this vest.  Each ring is

intertwined with six other rings.

~
P
-1

#1930
steel chainmail vest~
steel chainmail vests~
~
~
lies here.~
lie here.~
~
~
Phule~
Fenlyn~
9 1930 -2147483648 0 9 3260416
0 0 8192 0 0 0 4
0 10 0 -1
630 3000 15 -1 4 950 2 0
867932129
E
either~
Half-inch rings intertwined together make up this vest.  Each ring is

intertwined with six other rings.

~
P
-1

#1931
bronze chainmail leggings~
bronze chainmail leggingss~
~
~
lie here.~
lie here~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1931 -2147483648 0 33 3260416
0 0 2048 0 0 0 4
0 8 0 -1
572 1200 5 -1 4 750 1 0
867932625
E
either~
Half-inch rings intertwined together make up these leggings.  Each ring is

is intertwined with six other rings.

~
P
-1

#1932
iron chainmail leggings~
iron chainmail leggingss~
~
~
lie here.~
lie here~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1932 -2147483648 0 33 3260416
0 0 4096 0 0 0 4
0 9 0 -1
520 2000 10 -1 4 850 1 0
867932660
E
either~
Half-inch rings intertwined together make up these leggings.  Each ring is

is intertwined with six other rings.

~
P
-1

#1933
steel chainmail leggings~
steel chainmail leggingss~
~
~
lie here.~
lie here~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1933 -2147483648 0 33 3260416
0 0 8192 0 0 0 4
0 10 0 -1
480 3000 15 -1 4 950 1 0
867932687
E
either~
Half-inch rings intertwined together make up these leggings.  Each ring is

is intertwined with six other rings.

~
P
-1

#1934
bronze chainmail sleeves~
bronze chainmail sleevess~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1934 -2147483648 0 257 3260416
0 0 2048 0 0 0 4
0 8 0 -1
520 1200 5 -1 4 750 1 0
867932917
E
either~
Half-inch rings intertwined together make up these sleeves.  Each ring is

intertwined with six other rings.

~
P
-1

#1935
iron chainmail sleeves~
iron chainmail sleevess~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1935 -2147483648 0 257 3260416
0 0 4096 0 0 0 4
0 9 0 -1
480 2000 10 -1 4 850 1 0
867932967
E
either~
Half-inch rings intertwined together make up these sleeves.  Each ring is

intertwined with six other rings.

~
P
-1

#1936
steel chainmail sleeves~
steel chainmail sleevess~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1936 -2147483648 0 257 3260416
0 0 8192 0 0 0 4
0 10 0 -1
432 3000 15 -1 4 950 1 0
867932987
E
either~
Half-inch rings intertwined together make up these sleeves.  Each ring is

intertwined with six other rings.

~
P
-1

#1937
bronze platemail breastplate~
bronze platemail breastplates~
~
~
lies in the dirt.~
lie in the dirt.~
~
~
Phule~
Fenlyn~
9 1937 0 0 9 3784704
0 0 2048 0 0 0 4
0 11 0 -1
1320 1200 5 -1 6 800 3 0
867934328
E
either~
Large plates are hung on both the front and the back of a vest of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.  This armors weight rests solely on the wearers shoulders,

providing excellent protection but hindering mobility.

~
P
-1

#1938
iron platemail breastplate~
iron platemail breastplates~
~
~
lies in the dirt.~
lie in the dirt.~
~
~
Phule~
Jimbalaya~
9 1938 0 0 9 3784704
0 0 4096 0 0 0 4
0 12 0 -1
1200 2000 10 -1 6 900 3 0
867934366
E
either~
Large plates are hung on both the front and the back of a vest of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.  This armors weight rests solely on the wearers shoulders,

providing excellent protection but hindering mobility.

~
P
-1

#1939
steel platemail breastplate~
steel platemail breastplates~
~
~
lies in the dirt.~
lie in the dirt.~
~
~
Phule~
Jimbalaya~
9 1939 0 0 9 3784704
0 0 8192 0 0 0 4
0 13 0 -1
1180 3000 15 -1 6 1000 3 0
867934395
E
either~
Large plates are hung on both the front and the back of a vest of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.  This armors weight rests solely on the wearers shoulders,

providing excellent protection but hindering mobility.

~
P
-1

#1940
bronze platemail leg plates~
bronze platemail leg platess~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1940 0 0 33 3784704
0 0 2048 0 0 0 4
0 11 0 0
980 1200 5 -1 3 800 3 0
867934845
E
either~
Large plates are hung on both the front and the back of a leggings of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.

~
P
-1

#1941
iron platemail leg plates~
iron platemail leg platess~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1941 0 0 33 3784704
0 0 4096 0 0 0 4
0 12 0 0
900 2000 10 -1 3 900 3 0
867934900
E
either~
Large plates are hung on both the front and the back of a leggings of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.

~
P
-1

#1942
steel platemail leg plates~
steel platemail leg platess~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1942 0 0 33 3784704
0 0 8192 0 0 0 4
0 13 14 0
840 3000 15 -1 3 1000 3 0
867934926
E
either~
Large plates are hung on both the front and the back of a leggings of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.

~
P
-1

#1943
bronze platemail arm plates~
bronze platemail arm platess~
~
~
lie in a heap.~
lie in a heap.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1943 0 0 257 3784704
0 0 2048 0 0 0 4
0 11 0 0
900 1200 5 -1 6 800 3 0
867935280
E
either~
Large plates are hung on both the front and the back of a sleeves of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.

~
P
-1

#1944
iron platemail arm plates~
iron platemail arm platess~
~
~
lie in a heap.~
lie in a heap.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1944 0 0 257 3784704
0 0 4096 0 0 0 4
0 12 0 0
840 2000 10 -1 6 900 3 0
867935303
E
either~
Large plates are hung on both the front and the back of a sleeves of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.

~
P
-1

#1945
steel platemail arm plates~
steel platemail arm platess~
~
~
lie in a heap.~
lie in a heap.~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1945 0 0 257 3784704
0 0 8192 0 0 0 4
0 13 0 0
780 3000 15 -1 6 1000 3 0
867935324
E
either~
Large plates are hung on both the front and the back of a sleeves of

chainmail.  The plates are secured at the edges by loops of metal linked

into the chain.

~
P
-1

#1946
bronze plate armor breastplate~
bronze plate armor breastplates~
~
~
sits propped up here.~
sit here propped up.~
~
~
Phule~
Jimbalaya~
9 1946 0 0 9 3784704
0 0 2048 0 0 0 4
0 14 0 0
1200 7000 20 -1 6 800 4 0
867953584
A 2 0
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#1947
iron plate armor breastplate~
iron plate armor breastplates~
~
~
sits propped up here.~
sit here propped up.~
~
~
Phule~
Jimbalaya~
9 1947 0 0 9 3784704
0 0 4096 0 0 0 4
0 16 0 0
1180 10000 30 -1 6 900 4 0
867953620
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#1948
steel plate armor breastplate~
steel plate armor breastplates~
~
~
sits propped up here.~
sit here propped up.~
~
~
Phule~
Jimbalaya~
9 1948 0 0 9 3784704
0 0 8192 0 0 0 4
0 18 0 0
1060 15000 40 -1 8 1000 4 0
867953634
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#1949
helm~
helms~
white~
+of light~
is here glistening in the light.~
are here, glistening in the light.~
~
~
Marek~
Olah~
9 1949 8650817 12 17 275857408
0 0 8192 0 0 0 4
0 5 0 0
605 5000 20 -1 5 1000 0 0
879700939
A 19 1
A 18 1
E
either~
A heavy helm fashioned from strange whitish metals, it glistens strangely

in the light as you examine it.

~
P
-1

#1950
{carved wooden serpent} carved staff of the serpent~
{carved wooden serpents} carved staves of the serpent~
crudely~
crudely~
lies here, gently writhing.~
lie here, gently writhing together.~
~
~
Slip~
Marek~
5 1950 8405056 12 8193 8273920
0 224 2 0 8 0 4
0 1 9 4
550 250 9 -1 2 650 0 0
879724759
E
either~
This staff has been carved from an unusually fine piece of walnut into

the shape of a serpent and small beads of ebony have been inlaid for the

eyes.  The quality of the carving, however, is far from excellent,

probably done by an apprentice or amateur.  As you look on it, the staff

seems to move slightly, almost writhing in slow motion.  The wood is

scarred a few inches from the tip of the tail, as if it had been broken

and healed over.

~
P
4 -1
throw break~
staff serpent tail~
if( obj == has_obj( 1950, ch ) )

  {

junk_obj( obj, 1 );

obj_to_char( oload( 2541 ), ch );

act_tochar( #throw_ch, ch, obj );

act_notchar( #throw_room, ch, obj );

wait( 2 );

act_room( #grow, ch, obj );

wait( 2 );

do_spell( tame, ch, mload( 1786, room ) );

}

else

act_tochar( #hold, ch );

~
E
throw_ch~
@CYou break the tail from a crudely carved wooden serpent, throwing the

rest on the ground.@n 

~
E
throw_room~
@C$n breaks the tail from a crudely carved wooden serpent, throwing the

rest on the ground.@n

~
E
hold~
You need to pick the serpent up to do that.

~
E
grow~
@BThe wooden serpent suddenly grows, becoming a living serpent.@n 

~
!
-1

#1951
crown~
crowns~
golden, red-runed~
+of Nordun~
lies here, glowing eerily.~
lie here, glowing eerily.~
~
~
Nivel~
Olah~
9 1951 268435537 4 17 201326592
0 0 262208 0 0 0 2
0 2 0 0
200 15000 40 -1 8 750 0 0
879815830
A 3 1
A 4 1
E
either~
Odd red, fiery runes encircle this golden crown.  It is lightweight and

durable for gold, and you feel important as you hold it.

~
E
approve~
Approved with with +1 int/+1 wis

~
P
-1

#1952
bronze armor arm plates~
bronze armor arm platess~
~
~
lie here.~
~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1952 0 0 257 3784704
0 0 2048 0 0 0 4
0 14 0 0
840 5000 20 -1 8 800 2 0
867954406
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#1953
iron armor arm plates~
iron armor arm platess~
~
~
lie here.~
~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1953 0 0 257 3784704
0 0 4096 0 0 0 4
0 16 0 0
800 9000 30 -1 8 900 2 0
867954604
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#1954
steel armor arm plates~
steel armor arm platess~
~
~
lie here.~
~
pair of~
pairs of~
Phule~
Jimbalaya~
9 1954 0 0 257 3784704
0 0 8192 0 0 0 4
0 18 0 0
740 14000 40 -1 8 1000 2 0
867954660
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#1955
bronze helm~
bronze helms~
~
~
lies on the ground.~
lie on the ground.~
~
~
Phule~
Olah~
9 1955 0 0 17 3260416
0 0 2048 0 0 0 4
0 10 0 0
605 3000 15 -1 4 800 1 0
867955562
E
either~
Finely riveted bronze plates over a soft leather liner provide adequate

coverage for the head and neck.

~
P
-1

#1956
iron helm~
iron helms~
~
~
lies on the ground.~
lie on the ground.~
~
~
Phule~
Olah~
9 1956 0 0 17 3260416
0 0 4096 0 0 0 4
0 11 0 0
550 5000 20 -1 4 900 1 0
867955626
E
either~
Finely riveted iron plates over a soft leather liner provide adequate

coverage for the head and neck.

~
P
-1

#1957
steel helm~
steel helms~
~
~
lies on the ground.~
lie on the ground.~
~
~
Phule~
Olah~
9 1957 0 0 17 3260416
0 0 8192 0 0 0 4
0 12 0 0
500 7000 25 -1 4 1000 1 0
867955648
E
either~
Finely riveted steel plates over a soft leather liner provide adequate

coverage for the head and neck.

~
P
-1

#1958
bronze greathelm~
bronze greathelms~
~
~
sits on the ground.~
sit on the ground.~
~
~
Phule~
Olah~
9 1958 0 0 17 7979008
0 0 2048 0 0 0 4
0 15 0 0
900 6000 25 -1 8 800 1 0
867956087
E
either~
Highly polished and ornamented this full bronze helm provides complete

protection for the wearer but limits visibility and breathing.

~
P
-1

#1959
iron greathelm~
iron greathelms~
~
~
sits on the ground.~
sit on the ground.~
~
~
Phule~
Olah~
9 1959 0 0 17 7979008
0 0 4096 0 0 0 4
0 16 0 0
800 9000 30 -1 8 900 1 0
867956106
E
either~
Highly polished and ornamented this full iron helm provides complete

protection for the wearer but limits visibility and breathing.

~
P
-1

#1960
steel greathelm~
steel greathelms~
~
~
sits on the ground.~
sit on the ground.~
~
~
Phule~
Olah~
9 1960 0 0 17 7979008
0 0 8192 0 0 0 4
0 17 0 0
900 12000 35 -1 8 1000 1 0
867956124
E
either~
Highly polished and ornamented this full steel helm provides complete

protection for the wearer but limits visibility and breathing.

~
P
-1

#1961
pernambuco key~
pernambuco keys~
~
~
lies here.~
lie here.~
~
~
Nivel~
Nivel~
18 1961 0 4 1 0
0 0 2 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
867956633
E
either~
This key is made with a tough brown wood, and is finished, making it

solid as steel.

~
P
-1

#1962
glyph~
glyphs~
~
~
lies here, glowing eerily~
lie here.~
~
~
Nivel~
Nivel~
18 1962 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
867958179
E
either~
This glyph looks to be in the form of a backwards 'K', or perhaps if you

turn it around...hmmm...

~
P
-1

#1963
red serpent scale~
serpent scales~
~
~
lies here, reflecting the light.~
lie here, reflecting the light.~
~
~
Nivel~
Nivel~
34 1963 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
300 1000 1 -1 10 1000 0 0
867967620
E
either~
This red serpent scale is very tough and light, and it gleams in the

light, reflecting a crimson color.

~
P
-1

#1964
yellow serpent scale~
yellow serpent scales~
~
~
lies here, reflecting the light.~
lie here, reflecting the light.~
~
~
Nivel~
Nivel~
34 1964 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
300 1300 1 -1 10 1000 0 0
867968075
E
either~
This yellow serpent scale is very tough and light, and it gleams a cool

yellow color.

~
P
-1

#1965
ruby serpent scale~
ruby serpent scales~
~
~
lies here, reflecting the light.~
lie here, reflecting the light.~
~
~
Nivel~
Nivel~
34 1965 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
300 1800 1 -1 10 1000 0 0
867968224
E
either~
This ruby serpent's scale is very light and durable, and it glistens a

shiny red.  It is probably of great value to a furrier or a blacksmith.

~
P
-1

#1966
black serpent scale~
black serpent scales~
~
~
lies here, absorbing the light.~
lie here, absorbing the light.~
~
~
Nivel~
Nivel~
34 1966 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
300 2000 1 -1 10 1000 0 0
867968533
E
either~
This durable, lightweight serpent's scale is pitch-black, and seems to

absorb the light rather than reflect it.  It is probably of great value

to a furrier or blacksmith.

~
P
-1

#1967
golden serpent scale~
golden serpent scales~
~
~
lies here, reflecting the light.~
lie here, reflecting the light.~
~
~
Nivel~
Nivel~
34 1967 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
500 3000 1 -1 10 1000 0 0
867968707
E
either~
This golden serpent's scale is made of solid gold, but is very durable

and feels light.  It is probably of enormous value to a furrier or a

blacksmith.

~
P
-1

#1968
snake meat~
snake meat~
~
~
lies here.~
lie here.~
piece of~
pieces of~
Nivel~
Merior~
19 1968 0 0 1 0
0 0 256 0 0 0 4
30 0 0 0
50 15 1 -1 10 1000 0 0
867972942
E
either~
This meat has scales still embedded in it, and contains a pale white

meat, which looks similar to chicken.

~
P
-1

#1969
yellow serpentscale ring~
yellow serpentscale rings~
~
~
~
~
~
~
Nivel~
Jimbalaya~
9 1969 268435457 0 3 0
0 0 512 0 0 0 4
0 6 0 0
50 14000 40 -1 10 600 0 0
867974557
A 7 10
A 8 -10
A 13 20
E
either~
This yellow ring is rough to the touch.  Small scales are twined together

and as you put it on, it conforms to your finger, shrinking or expanding

as needed.  A red ruby is set into it, with a dark line running through

it, looking very much like the eye of a snake.

~
P
-1

#1970
talisman of Khedrus~
talisman of Khedruss~
~
~
lies here, seeming to glow, yet not glowing.~
lie here, seeming to glow, yet not glowing.~
~
~
Phule~
Jimbalaya~
14 1970 271581184 8 5 268435456
0 4100 64 0 0 0 16
0 0 0 0
200 10000 30 -1 7 1000 0 0
868072954
A 5 1
E
either~
This heavily enchanted talisman is the true symbol of a true dwarf of

clan Khedrun.  Gems sparkle from it, no doubt treasures recovered from

some feindish dragon's hoard.  A dwarven holy symbol hangs at its end, on

a long silver chain.

~
P
12 -1
use~
talisman~
act_tochar( #hold, ch );

act_notchar( #rhold, ch );

wait( 2 );

if( is_fighting( ch ) ) {

  if( race( victim ) == goblin ) {

    send_to_room( #glows, room );

    heal( ch, 2d10 );

    }

  }

~
E
hold~
You hold the talisman of Khedrus, clutching it to your heart.

~
E
rhold~
$n clutches the talisman of Khedrus to his heart.

~
E
glows~
The talisman of Khedrus glows faintly, recognizing its ancient foe.

~
!
-1

#1971
cowl of silvery chainmail~
cowls of silvery chainmail~
~
~
lies here in a gleaming pile.~
lie here in a gleaming pile.~
~
~
Orb~
Olah~
9 1971 8388673 4 17 2867200
0 0 131072 0 0 0 2
0 4 0 0
200 14000 40 -1 5 1000 0 0
868081212
A 20 10
E
either~
Tiny rings of silver have been twined together to form this silvery cowl.

By some enchantment, the silver is so light it rivals leather in weight.

Supple and fluid, the silvery chainmail glows softly.

~
P
7 -1
~
silvery cowl chainmail~
act_tochar( #fit, ch );

act_notchar( #rfit, ch );

continue;

~
E
rfit~
@eThe cowl glows softly, magically conforming to fit $n.

~
E
fit~
@eThe cowl glows softly, magically conforming to fit you.

~
!
-1

#1972
crystal bracer~
crystal bracers~
~
~
lies here, glimmering faintly.~
lie here, glimmering faintly.~
~
~
Orb~
Fenlyn~
9 1972 276824128 12 4097 5242880
0 0 131136 0 0 0 4
0 5 0 0
200 16500 45 -1 7 1000 0 0
868086493
A 13 5
A 2 1
E
either~
This shimmering band of smoky crystal is braced by a thin inner lining of

silver.

~
P
-1

#1973
blackened greatsword~
black swords~
dark,~
+'Acidhewer'~
lies here, its charcoal-hued blade eerily humming.~
lie here, their charcoal-hued blades eerily humming.~
~
~
Nivel~
Orb~
5 1973 8388674 0 8193 138264576
1 450 8192 0 0 0 4
0 3 10 2
700 16500 53 -1 7 1000 0 0
868092766
E
either~
This steel greatsword is scarred with black burn marks from the hilt to

the tip of the blade.  Strange symbols line the hilt, but they are

unrecognizable in the burned marks.  Despite the burned quality of the

weapon, it is relatively light for a greatsword, and the blade is quite

sharp.

~
P
3 -1
~
~
if( random( 1, 7 ) == 1 ) {

  i = 10d3;

act_room( #slash, ch );

  attack_acid( ch, victim, i, "acidic slash" );

  }

~
E
wow~
Wow, you hurt him!

~
E
slash~
@GA glob of acid shoots out from the weapon, coating the weapon with a

bubbling green material as it slashes through the air!@n 

~
!
-1

#1974
handful of gravel~
handfuls of gravel~
~
~
lies here.~
lie here.~
small~
~
Merior~
Merior~
11 1974 0 0 1 0
0 0 64 0 0 0 4
5 0 0 0
10 10 1 -1 10 1000 0 0
868103146
E
either~
This small pile of gravel contains about a dozen pieces of gray and black

flecked rock, mostly granite.

~
P
-1

#1975
purple hair ribbon~
purple hair ribbons~
~
~
lies in a coil here.~
lie in a coil here.~
~
~
Orb~
Olah~
9 1975 -1879048192 0 17 0
0 0 16 0 0 0 2
0 0 0 0
10 30 1 -1 1 250 0 0
868513477
E
either~
A shining satin ribbon meant to adorn the hair of a lady.

~
P
-1

#1976
trident~
tridents~
~
~
lies here, its tines imbedded in the ground.~
lie here, their tines imbedded in the ground.~
~
~
Orb~
Orb~
5 1976 -2147482624 32 8193 0
1 0 4194304 0 0 0 4
0 2 5 1
200 300 10 -1 3 1000 0 0
868514872
E
either~
This tiny trident has three tines and is made for small hands.  It is the

size of a small dagger, and the tines are razor sharp.

~
P
-1

#1977
coral-hilted trident~
coral-hilted tridents~
~
~
lies here, its tines imbedded in the ground.~
lie here, their tines imbedded in the ground.~
~
~
Orb~
Orb~
5 1977 -2138831872 0 8193 0
1 0 8192 0 0 0 4
0 6 2 1
200 10000 15 -1 3 1000 0 0
868515766
A 18 -1
E
either~
This tiny trident has three tines and is made for small hands.  The hilt

is made from finely polished coral, which blazes a bright orange.  The

trident is the size of a small dagger, and the steel tines are razor

sharp.

~
P
-1

#1978
dark unicorn horn~
dark unicorn horns~
~
~
lies embedded in the ground.~
lie embedded in the ground.~
~
~
Terek~
Merior~
3 1978 16777216 8 16385 0
0 0 512 0 0 0 4
48 10 0 2
500 5000 60 -1 10 1000 0 0
868557103
E
either~
This large, twisted horn looks like a piece of spiraled stone.  The horn

is coated in a reddish slime which looks to be blood.  Its tip is

extremely sharp and could easily cut through steel armor.

~
P
-1

#1979
crown~
crowns~
green ringed~
+of Reilan~
sits alone on the ground.~
sit on the ground here.~
~
~
Fenlyn~
Olah~
9 1979 276824064 0 17 1064960
0 0 131072 0 0 0 2
0 2 0 0
300 1000 5 -1 4 500 0 0
868567689
A 14 5
E
either~
The crown is made of a shiny silver metal and has a ring of green scales

surrounding its base.  Seven evenly spaced points extend from the top of

the crown making it a royal fashion.

~
P
-1

#1980
sprite snack~
sprite snacks~
~
~
~
~
~
~
Caer~
Orb~
19 1980 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
868569748
E
either~
A small pellet vaguely resembling a pill, this little morsel is dark

green with small dried brown flakes in it.  It seems to consist of little

more than kelp and brine shrimp.

~
P
-1

#1981
eel skin vest~
eel skin vests~
~
~
lies here in a heap of turquoise.~
lie here in a heap of turquoise.~
~
~
Orb~
Fenlyn~
9 1981 268435456 0 9 0
0 18 4 0 0 0 4
0 4 0 0
10 1000 5 -1 2 600 0 0
868571437
E
either~
This tiny vest is made from the skin of an eel, though whether the eel

was torquoise or the material has since been dyed is unapparent.  The

fabric is stretchy and strong.

~
P
-1

#1982
jewelled skull~
jewelled skulls~
~
~
lies here, its ruby eyes glinting.~
lie here, their ruby eyes gleaming.~
~
~
Orb~
Florian~
3 1982 64 0 16385 0
0 0 0 0 0 0 4
43 3 0 3
10 1200 15 -1 10 1000 0 0
868184526
E
either~
This small skull looks as though it came from an elf or perhaps a gnome. 

Polished and carefully sanded, the ivory color gleams softly.  Two giant

rubies have been set in the eye sockets and the teeth have been replaced

by gold squares.

~
P
-1

#1983
serrated steel knife~
serrated steel knives~
~
~
lies here, glinting cruelly.~
lie here, glinting cruelly.~
~
~
Phule~
Orb~
5 1983 1024 0 8193 0
0 0 8192 0 0 0 4
0 3 5 1
100 2250 25 -1 4 1000 0 0
868227257
E
either~
This vicious steel knife is almost 12 inches long, with a thick blade. 

The sharp blade comes to a wicked point, slightly curved and wider, with

the backside serrated to tear flesh.  The handle is carved from a

rhinocerous horn and wrapped with leather.

~
P
3 -1
~
~
if( random( 1, 7 ) < 5 ) {

  send_to_room( #knife, room );

  act_tochar( #rip, ch, obj );

  act_notchar( #rrip, ch, obj );

  i = 2d3;

  dam_message( victim, i, "the vicious tearing" );

  inflict( victim, ch, i );

  }

~
E
knife~
@WThe serrated blade sinks deeply.@n

~
E
rip~
@eYou @Rrip@e out $p, tearing the flesh of your victim.@n

~
E
rrip~
@e$n @Rrips@e out $p, tearing the flesh of $s victim.@n

~
!
-1

#1984
serrated steel knife blade~
serrated steel knife blades~
~
~
sits in the ground.~
sits on the ground.~
~
~
Phule~
Rue~
0 1984 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
100 150 1 -1 10 1000 0 0
868228179
E
either~
This blade and tang is a wicked start to what could prove to be a vicious

knife.  It requires a hilt to be used as a weapon.

~
P
-1

#1985
mandolin~
mandolins~
+of oak and rosewood~
+of oak and rosewood~
is resting on the ground.~
are resting on the ground.~
~
~
Talis~
Talis~
0 1985 8405056 0 16385 0
0 0 147458 0 0 0 4
0 0 0 0
500 5000 1 -1 4 1000 0 0
868248504
E
either~
Crafted from fine rosewood and stained oak, the colors of this musical

instrument match its exquisite craftsmanship.  Ten strings run the length

from sound chamber to the end of a neck intricately carved to look like

scrolling leaves.  The keys for tuning the string are a fine mix of

silver with just a bit of mithril in the casting to give them strength.

~
P
4 -1
play~
~
if( find_stat( ch, dex ) < 9 ) {

  act_tochar( #butterfingers, ch );

  end;

  }

if( is_name( arg, "heal" ) || is_name( arg, "healing" ) ) {

  opcode( obj, 3 );

  end;

  }

if( is_name( arg, "move" ) || is_name( arg, "moving" ) ) {

  opcode( obj, 4 );

  end;

  }

if( is_name( arg, "battle" ) || is_name( arg, "rage" )

  || is_name( arg, "wrath" ) || is_name( arg, "anger" ) ) {

  opcode( obj, 5 );

  end;

  }

if( is_name( arg, "calm" ) || is_name( arg, "peace" )

  || is_name( arg, "soothing" ) || is_name( arg, "peaceful" )

  || is_name( arg, "calming" ) ) {

  opcode( obj, 6 );

  end;

  }

else {

  act_tochar( #music, ch );

  act_notchar( #rmusic, ch );

  }

~
E
music~
You play a merry toon with clear, lilting notes culminating in a

spectacular arpeggio in the finale.

~
E
rmusic~
$n plays a merry toon with clear, lilting notes culminating in a

spectacular arpeggio in the finale.

~
E
butterfingers~
You attempt to play the mandolin only to flub every note.  Perhaps you

just aren't dextrous enough to play that instrument right now.

~
!
4 -1
~
overdoing it~
if( random( 1, 50 ) == 1 ) {

  junk_obj( has_obj( 1985, ch ), 1 );

  obj_to_char( oload( 2076 ), ch );

  act_tochar( #broke_strings, ch );

  act_notchar( #rbroke_strings, ch );

  }

else {

  act_tochar( #tired, ch );

  drain_stat( ch, dex, 10, -1 );

  drain_stat( ch, dex, 10, -1 );

  if( random( 1, 5 ) == 1 ) {

    act_tochar( #sore, ch );

    drain_stat( ch, con, 5, -1 );

    }

  }

~
E
tired~
Strumming and picking at the string of the mandolin for has begun to take

its toll on you.  You fingers are begining to become sore and stiffen. 

You feel a bit more fumblefingered now, perhaps you should take a break.

~
E
sore~
Worse, than just stiffness, when you pull your hand away from the strings

you notice they are becoming slick with blood.  You've managed to play

long enough to raise blisters and then some.  The strain is seriously

starting to wear on your stamina.

~
E
broke_strings~
Playing the last notes of the song you are dismayed to hear among them

the sharp TWANG!  TWANG!  TWING!  of several strings breaking.  Looks

like you'll have to get the instrument fixed now.

~
E
rbroke_strings~
Among the closing notes of the song you are startled by the sharp sounds

of TWANG!  TWANG!  TWING!  as several of the strings on $n's instrument

suddenly break.

~
!
4 -1
~
healing~
i = random( 1, 30 );

if( i == 1 ) {

  loop( all_in_room ){

    do_spell( cure light, mob, rch );

    act_tochar( #healmusic, ch );

    act_notchar( #rhealmusic, ch );

    end;

    }

  }

act_tochar( #healmusic2, ch );

act_notchar( #rhealmusic2, ch );

if( i > 24 )

  opcode( obj, 2 );

~
E
healmusic~
You play a haunting melody that carries your thoughts to a distant land

of green, rolling hills and clear mountain streams.  Lost in the music,

all thoughts of pain and hurt are removed from your thoughts.

~
E
rhealmusic~
$n plays a hauntling melody that carries your thoughts to distant lands

of green, rolling hills and clear mountain streams.  Lost in the music,

all thoughts of pain and hurt are removed from your thoughts for a time.

~
E
healmusic2~
You play a huanting melody that brings to mind thoughts of distant lands

with green, rolling hills and clear mountain streams.

~
E
rhealmusic2~
$n plays a haunting melody that brings to mind thoughts of distant lands

with green, rolling hills and clear mountain streams.

~
!
4 -1
~
moving~
i = random( 1, 30 );

if( i == 1 ) {

  loop( all_in_room ) {

    do_spell( revitalize, mob, rch );

    act_tochar( #movemusic, ch );

    act_notchar( #rmovemusic, ch );

    end;

    }

  }

act_tochar( #movemusic2, ch );

act_notchar( #rmovemusic2, ch );

if( i > 24 )

  opcode( obj, 2 );

~
E
movemusic~
You play a moving score that builds from a slow steady repetition of

notes like the soft canter of a horse; building finally to a frenetic

frenzy of notes filled with the thunder of a warhorses charge.

~
E
rmovemusic~
$n plays a moving score that builds from a slow steady repetition of

notes like the soft canter of a horse; building finally to a frenetic

frenzy of notes filled with the thunder of a warhorses charge.

~
E
movemusic2~
You play a moving score that has all the energy and majety of a wild

horse galloping free on the plains.

~
E
rmovemusic2~
$n plays a moving score that has all the movement and majety of a wild

horse galloping free on the plains.

~
!
4 -1
~
rage~
i = random( 1, 30 );

if( i == 1 ) {

  loop( all_in_room ) {

    do_spell( holy wrath, mob, rch );

    act_tochar( #ragemusic, ch );

    act_notchar( #rragemusic, ch );

    end;

    }

  }

act_tochar( #ragemusic2, ch );

act_notchar( #rragemusic2, ch );

if( i > 20 )

  opcode( obj, 2 );

~
E
ragemusic~
You play a song of discordant sounds that jangle the nerves and stir deep

seated rage.  The unharmonius sounds, at first nervewracking, soon become

focused and bring with it rage out of the primal depths of your soul.

~
E
rragemusic~
$n plays a song of discordant sounds that jangle the nerves and stir deep

seated rage.  The unharmonius sounds, at first nervewracking, soon become

focused and bring with it rage out of the primal depths of your soul.

~
E
ragemusic2~
You play a song of dicordant notes reminiscent of many popular orc balads. 

Is it any wonder the orcs are so fierce and discordant a race?

~
E
rragemusic2~
$n plays a song of dicordant notes reminiscent of many popular orc balads. 

Is it any wonder the orcs are so fierce and discordant a race?

~
!
4 -1
~
calm~
i = random( 1, 30 );

if( i < 3 ) {

  loop( all_in_room ) {

    do_spell( calm, mob, rch );

    act_tochar( #peacemusic, ch );

    act_notchar( #rpeacemusic, ch );

    end;

    }

  }

act_tochar( #peacemusic2, ch );

act_notchar( #rpeacemusic2, ch );

if( i > 25 )

  opcode( obj, 2 );

~
E
peacemusic~
You play a soothing melody with all the grace and subtly of the dawning

day.  In each note you can hear the gentle sigh of soft flower petals as

they open to the morning light and all the tranquility of nature at its

most peaceful.

~
E
rpeacemusic~
$n plays a soothing melody with all the grace and subtly of the dawning

day.  In each note you can hear the gentle sigh of soft flower petals as

they open to the morning light and all the tranquility of nature at its

most peaceful.

~
E
peacemusic2~
Carefully selecting your music to the mood you are attempting to create,

you manage to play a song that nearly embodies all the peace of a

tranquil forest glade.

~
E
rpeacemusic2~
Carefully selecting the music to the mood $e is attempting to create,

$n manages to play a song that nearly embodies all the peace of a

tranquil forest glade.

~
!
-1

#1986
kite shield~
kite shields~
shimmering red~
shimmering red~
awaits its use by some future champion.~
await their use by some champion.~
~
~
Talis~
Fenlyn~
9 1986 11927616 12 16385 0
0 0 16384 0 0 0 4
0 3 0 0
1000 100 1 -1 10 1000 0 0
868253053
E
either~
A kite shield made to order to your size, it is made of a light-weight

yet durable metal.  A few gleaming rivets of silver metal adorn the rim. 

The facing is a covered entirely in a shimmering red color that seems to

reflect light back like a crystal.  The metal remains unusually cool to

the touch.

~
P
-1

#1987
sword~
swords~
+Duengar~
+imprisoning the sould of Duengar~
~
~
~
~
Talis~
Yrd Ivytress~
5 1987 1083574464 12 8193 0
1 0 8192 0 0 0 4
0 1 1 2
10 0 1 -1 10 1000 0 0
868253098
E
before~
A longish sword with perfect balance and a shining silvery balde of steel. 

The crossguard is an intricate work of art made to resemble to axes

crossed at the hafts, made of the same steel as the blade.  Etched into

the blade itself are several runes in the archaic text of the dwarves.

~
E
after~
A longish sword with perfect balance and a shining silvery balde of steel. 

The crossguard is an intricate work of art made to resemble to axes

crossed at the hafts, made of the same steel as the blade.  Etched into

the blade itself are several runes in the archaic text of the dwarves. 

Aparently this is a long lost blade of dwarven history, one of the few

swords to make it into their lore.  Within is trapped the soul of a

dwarven warrior, having accidently bound himself to the blade until such

time as a certain family line of red dragons was utterly destroyed.

~
P
3 -1
~
~
if( mob_in_room( 1450, room ) ) {

  if( random( 1, 10 ) == 10 ) {

    junk_mob( mob_in_room( 1450, room ) );

    obj_to_room( oload( 1988 ), room );

    junk_obj( has_obj( 1986, ch ) );

    wait( 1 );

    act_tochar( #blood, ch );

    act_notchar( #rblood, ch );

    wait( 6 );

    act_tochar( #bye_shield, ch );

    act_notchar( #rbye_shield, ch );

    obj_to_room( oload( 1990 ), room );

    }

  }

~
E
blood~
Having tasted the hot blood of the wyrm that has so long been its

adversary, the sword you wield seems its moment of triumph and salvation

at long last.  Nearly wrenching itself from your grasp it forces you to

lunge inward, perilously close to razor sharp talons and a steaming maw

of teeth like an armory of swords.  With a precision and ferocity beyond

your capability it drives you to place five perfect blows severing all

connections between the great wyrm and its heart.  You narrowly avoid

being crushed several times in the seconds of thrashing that ensue after

the amazing exchange of blows.  when it is over, the beast is no more

than a corpse on the ground.

~
E
bye_shield~
Sensing the passing of the ancient wyrm, the magic that linked the shield

to its powers begins to consume it.  Before long it has grown so hot you

are forced to drop it or become seriously burned by the heat it is now

building up.  Not long after that it is no more than a pile of slag

cooling on the ground.

~
E
rblood~
With a speed and ferocity you have never seen the likes of, $n moves like

a blur in and under the great wyrm to place five blows with lethal

accuracy.  Looking somewhat dazed, $e narrowly avoids being crushed as $e

ducks and rolls out from under the now wildly thrashing body of the

ancient beast.  In a matter of moments the agonizing death throes end and

the corpse is still.

~
E
rbye_shield~
Still looking somewhat dazed by $s encounter with the ancient red dragon,

$n suddenly becomes quite animate as $e throws down $s now glowing shield. 

After a few moments the shield is no more than a sizzling pile of metal

on the ground.

~
!
4 -1
look read~
runes archaic text dwarven blade~
if( find_skill( ch, dwarvish ) < 5 ) {

  act_tochar( #cant_read, ch );

  end;

  }

if( find_skill( ch, dwarvish ) > 4 )

  act_tochar( #read, ch );

if( find_skill( ch, dwarvish ) == 10 ) {

  wait( 2 );

  act_tochar( #history, ch );

  }

~
E
cant_read~
While you can read it enough to know it is dwarven, it appears to be an

ancient dialect you aren't familiar with and you can't be certain what it

says.  It looks like its a single word though.

~
E
read~
The runes on the blade are an archaic form of dwarven rarely seen these

days.  They boldly spell out a single word: @YDuenghar@n.

~
E
history~
Recalling a bit of old dwarven lore you remember a tale about a dwarven

warrior by the name of of Duenghar.  The legend speaks of the slaughter

of nearly her entire clan by a single red dragon and her vow to stand

against the dragon's family line until it was entirely destroyed.  To the

dwarves it is a tale of honor, courage and the eventual rewards of hard

work and persistence.

~
!
-1

#1988
corpse~
corpses~
+of an ancient red dragon~
+of Charlindracora~
is cooling in a small lake of its own blood.~
are cooling in a small lake of blood.~
~
~
Talis~
Talis~
23 1988 1077936128 0 0 0
0 0 640 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
868257564
E
either~
Talis needs to describe this.

~
P
-1

#1989
dragon scale~
dragon scales~
~
~
~
~
~
~
Talis~
Talis~
1 1989 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
868257571
E
either~
Talis needs to describe this.

~
P
-1

#1990
hunk~
hunks~
+of pitted metal slag~
+of pitted mithril slag~
gleams silvery in the light.~
gleam silvery in the light.~
~
~
Talis~
Talis~
13 1990 -2147483648 8 1 0
0 0 16384 0 0 0 4
0 0 0 0
30 0 1 -1 10 1000 1 0
868312860
E
either~
Talis needs to describe this.

~
P
-1

#1991
eel skin dress~
eel skin dresses~
~
~
lies here in a heap of turquoise.~
lie here in a heap of turquoise.~
~
~
Orb~
Fenlyn~
9 1991 268435456 0 9 0
0 18 4 0 0 0 4
0 4 0 0
10 1100 5 -1 1 1000 0 0
868572088
E
either~
This tiny dress is made from the skin of an eel, though whether the eel

was turquoise or the material has since been dyed is unapparent.  The

fabric is stretchy and strong.

~
P
-1

#1992
smooth velvet cloak~
smooth velvet cloaks~
~
~
lies in a heap on the ground.~
lie in a heap on the ground.~
~
~
Fenlyn~
Fenlyn~
9 1992 268697600 0 9 0
0 0 16 0 0 0 8
0 4 0 0
600 2000 10 -1 3 400 0 0
868577886
A 8 5
A 7 -5
E
either~
This thick velvet cloak is quite smooth to the touch.  The cloak appears

quite beautiful and is very elegant.

~
P
-1

#1993
blue eel skin~
blue eel skins~
~
~
lies here, streaks of light passing across it.~
lie here, streaks of light passing across them.~
~
~
Orb~
Orb~
33 1993 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 200 1 -1 10 1000 0 0
868582710
E
either~
A small strip of a blue fabric, the eel skin is stretchy and strong.

~
P
-1

#1994
clear-gemmed pendant~
clear-gemmed pendants~
~
~
sparkles in the light here.~
sparkle in the light here.~
~
~
Fenlyn~
Jimbalaya~
9 1994 8650816 8 5 5242880
0 0 64 0 0 0 16
0 1 0 0
100 2000 10 -1 5 500 0 0
868584792
A 14 -10
A 13 10
E
either~
A thin cord holds up an almost transparent gem held by a small claw.

~
P
-1

#1995
crown~
crowns~
green ringed~
+of S'aark~
sits alone on the ground.~
sit on the ground here.~
~
~
Fenlyn~
Olah~
9 1995 276824064 0 17 1048576
0 0 262144 0 0 0 2
0 2 0 0
300 1500 10 -1 4 700 0 0
868593099
A 13 5
E
either~
The dented crown is made of a shiny silver metal and has a ring of green

scales surrounding its base.  Seven evenly spaced points extend from the

top of the dented crown making it a royal fashion.

~
P
-1

#1996
block of polished coral~
blocks of polished coral~
~
~
lies here gleaming like the setting sun.~
~
~
~
Orb~
Orb~
8 1996 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 500 1 -1 10 1000 0 0
868596574
E
either~
This tiny cube of coral, a quarter of an inch on each side, has been

polished to a bright orange gleam.

~
P
-1

#1997
pink budding flower~
pink budding flowers~
~
~
lies on the ground disconnected from its bush.~
lie on the ground disconnected from their bush.~
~
~
Fenlyn~
Fenlyn~
0 1997 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
5 25 1 -1 10 1000 0 0
868668696
E
either~
The small flower is very young in age and only a small pink bud waiting

to bloom.

~
P
-1

#1998
pink bud plant~
pink bud plants~
~
~
is growing here.~
are growing here.~
~
~
Fenlyn~
Fenlyn~
0 1998 0 0 0 0
0 0 512 0 0 0 4
0 0 0 0
300 0 1 -1 10 1000 0 0
868693213
E
either~
A small plant with little pink buds is about one foot tall, and has

beautiful green leaves.

~
P
1 -1
pick~
bud pla plan plant flo flow flowe flower~
if( is_player( ch ) ) {

  if( random( 1, 10 ) < 7 ) {

    send_to_char( #nope, ch );

    act_notchar( #nopenot, ch );

    junk_obj( obj, 1 );

    }

  else {

    send_to_char( #get, ch );

    act_notchar( #getnot, ch );

    }

  obj_to_char( oload( 1997 ), ch );

  }

~
E
nope~
You pick the last pink bud from the plant.

~
E
nopenot~
$n picks the last pink bud from the plant.

~
E
get~
You pick a pink budding flower from the plant.

~
E
getnot~
$n picks a pink budding flower from the plant.

~
!
-1

#1999
lump of coal~
lumps of coal~
~
~
glows with heat.~
glow with heat.~
~
~
Merior~
Fenlyn~
11 1999 0 0 1 0
0 0 0 0 0 0 4
5 0 0 0
15 50 1 -1 10 1000 0 0
868887034
E
either~
This small lump of coal is black and hard.  It has clearly been partially

burned, and is still very hot to the touch.

~
P
-1

#2000
padded jacket~
padded jackets~
~
~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
9 2000 -2147483648 0 9 0
0 0 16 0 0 0 4
0 2 0 0
100 30 1 -1 1 300 0 0
-1
E
either~
A cloth jacket, with generous padding which provides a bit of comfort as

well as a bit of protection.

~
P
-1

#2001
soft leather jacket~
soft leather jackets~
~
~
is lying on the ground.~
are lying on the ground.~
~
~
(null pointer)~
Greyclaw~
9 2001 -2147483648 0 9 0
0 0 4 0 0 0 4
0 2 0 0
150 100 1 -1 1 500 0 0
-1
E
either~
It is a comfortable soft leather jacket.

~
P
-1

#2002
hard leather jacket~
hard leather jackets~
~
~
is lying on the ground.~
are lying on the ground.~
~
~
(null pointer)~
Marek~
9 2002 -2147483648 0 9 1048576
0 0 4 0 0 0 4
0 3 0 0
400 250 1 -1 1 600 0 0
-1
E
either~
It looks like a stiff leather jacket.  

~
P
-1

#2003
studded leather jacket~
studded leather jackets~
~
~
is lying on the ground.~
are lying on the ground.~
~
~
(null pointer)~
Fenlyn~
9 2003 -2147483648 0 9 2097152
0 0 4100 0 0 0 4
0 4 0 0
700 750 5 -1 2 650 0 0
-1
E
either~
Hard leather armor enforced with metal studs.

~
P
-1

#2004
spectacles~
spectacles~
~
~
lie neatly folded on the ground.~
lie neatly folded on the ground.~
pair of~
pairs of~
Merior~
Olah~
9 2004 0 0 17 0
0 0 0 0 0 0 2
0 3 0 0
10 100 1 -1 2 200 0 0
868911093
E
either~
This small pair of spectacles are made of a silvery metal.  The frames

are slender and flexible, and cover the lower part of the wearers' eye to

help them in reading.

~
P
-1

#2005
banded mail jacket~
banded mail jackets~
~
~
is lying on the ground.~
are lying on the ground.~
~
~
Nobody~
Fenlyn~
9 2005 -2147483648 0 9 3162112
0 0 2052 0 0 0 4
0 6 0 0
740 1500 5 -1 4 700 0 0
-1
E
either~
A thick leather jacket with overlapping pieces of metal attached to it

for added protection.

~
P
-1

#2006
scale mail jacket~
scale mail jackets~
~
~
is lying on the ground.~
are lying on the ground.~
~
~
Nobody~
Fenlyn~
9 2006 -2147483648 32 9 3162112
0 0 4194304 0 0 0 4
0 7 0 0
740 2000 10 -1 5 850 1 0
-1
E
either~
An armor jacket made of interlocking scales.

~
P
-1

#2007
set of partial chain mail~
sets of partial chain mail~
~
~
is lying on the ground.~
lie on the ground.~
~
~
(null pointer)~
Fenlyn~
9 2007 0 0 9 3260416
0 0 0 0 0 0 4
0 12 0 0
1000 7000 25 -1 1 850 0 0
-1
E
either~
A jacket that is chain set on leather.

~
P
-1

#2008
horn~
horns~
runed-covered~
+of blasting~
rests upon the ground.~
rest upon the ground.~
~
~
Terek~
Terek~
0 2008 0 0 16385 0
0 0 128 0 0 0 4
0 0 0 0
10 10000 65 -1 10 1000 0 0
868912141
E
either~
No description~
P
4 -1
blow~
horn rune-covered blasting~
Wait( 1 );

send_to_area( #blow2, room );

loop( all_in_room ) {

i = 10d1+10;

dam_message( mob, i, "The boulders" );

inflict( mob, ch, i, "being crushed by a boulder" );

attack_room( ch, i, "The boulders" );

  }

~
E
blow~
@b@WYou blow the horn with all your breath sending a blood-curdling tone

echoing throughout the area.

~
E
blow1~
@b@W$n blows the horn with all $s breath sending a blood-curdling tone

echoing throughout the area.

~
E
blow2~
Thousands of boulders sent from the dark orc's catapaults shower the area!

~
!
-1

#2009
set of elven chain mail~
sets of elven chain mail~
~
~
is lying on the ground.~
lie on the ground.~
~
~
(null pointer)~
Fenlyn~
9 2009 -2147483648 0 9 3162112
0 1028 516 0 0 0 4
0 10 0 0
700 10000 30 -1 1 1050 0 0
-1
E
either~
A high-quality set of full chain mail, being almost half as heavy and

bulky as regular chain mail.  

~
P
-1

#2010
krynite sabre~
krynite sabres~
~
~
rests upon the ground.~
rest upon the ground.~
~
~
Terek~
Orb~
5 2010 8388608 0 8193 268550144
1 0 2097152 0 16 0 4
0 5 9 2
575 10000 80 -1 10 1000 0 0
869005954
E
either~
This sleek, slender sabre is made from a violet-hued metal which has

splashes of deep purple within it.  As light hits the blade it changes

colors and sends a ray of violet light across the ground.  Its handle is

covered in a thick leather wrapped and its guard is made from some type

of bone.

~
P
-1

#2011
splint mail breastplate~
splint mail breastplates~
~
~
lies in a pile.~
lie in a pile.~
~
~
Terek~
Fenlyn~
9 2011 8388608 0 9 2113536
0 0 4 0 0 0 4
0 16 0 0
1500 3000 70 -1 9 950 0 0
869006491
E
either~
This suit of breastplate is made from several layers leather and

chainmail interwoven with each other.  Thick leather strips have been

placed along all the joints to make moving easier on the wearer.

~
P
-1

#2012
sapphire teardrop pendant~
sapphire teardrop pendants~
~
~
lies on the ground, glittering in the light.~
lie on the ground, glittering in the light.~
~
~
Terek~
Terek~
8 2012 8388608 0 5 0
0 0 512 0 0 0 4
0 0 0 0
300 10000 1 -1 10 1000 0 0
869009788
E
either~
A large red sapphire hangs from the end of a gold chain, forming this

very beautiful pendant.  Looking closely you notice the sapphire has not

been cut or altered from its original shape and no flaws can be seen

within it.  The sapphire has amazingly been formed into the shape of a

teardrop which gleams when light hits it.

~
P
-1

#2013
sofa~
sofas~
~
~
sits here waiting for you to rest on it.~
sit here waiting for you to rest on them.~
~
~
Orb~
Orb~
35 2013 33554432 0 0 0
0 0 18 0 0 0 4
10 0 0 0
10 0 1 -1 10 1000 0 0
869037949
E
either~
This comfortable sofa looks like it could seat at least ten people.

~
P
-1

#2014
strip of gauze~
strips of gauze~
~
~
that is clearly nearly transparent lies here.~
that are clearly nearly transparent lie here.~
~
~
Florian~
Florian~
29 2014 -2147483648 0 17 0
0 0 16 0 0 0 2
0 0 0 0
10 33 1 -1 10 100 0 0
869083517
E
either~
This strip of cloth is about two inches wide and four feet long.  The

weave of the material is such that you can see through the strip without

too much difficulty.  Though the strip of gauze looks to be meant to be

worn about the eyes, it could probably be useful as a bandage or even as

a face mask too.

~
P
-1

#2015
broadsword~
broadswords~
gleaming~
gleaming silver~
with an ornate hilt juts out of the ground.~
with ornate hilts jut out of the ground.~
~
~
Florian~
Orb~
5 2015 0 4 8193 2146304
1 0 131072 0 0 0 4
0 4 4 2
575 4500 15 -1 5 300 0 0
869083720
E
before~
A little shorted than a long sword, what this blade does not have in

length it makes up for in width.  Fully twice as wide as any ordinary

sword, this blade is made of a shiny, grey metal.  The hilt of the sword

is carved from ivory.

~
E
after~
A little shorter than a long sword, what this blade does not have in

length it makes up for in width.  Fully twice as wide as any ordinary

sword, this blade has been forged from pure silver.  Along the length of

the blade are a series of runes and hieroglyphics which seem to glow

faintly with a pale green aura.  Affixed to a hilt of carved ivory, this

sword looks like it belongs in the hand of some noble champion.

~
E
runes hieroglyphics~
Though you cannot read the runes, they look to be a woven blend of magic

and the mundane.

~
E
hilt ivory~
The hilt of this gleaming silver blade is carved from a piece of ivory. 

Fashioned to resemble the claw of a peregrine falcon, the hilt merges

perfectly with the gleaming blade without seam or catch.

~
P
4 -1
translate~
sword gleaming broadsword silver~
if( has_obj( 1549, ch ) ) i = 1;

if( has_obj( 1548, ch ) ) i = 2;

if( i == 1 ){

obj = has_obj( 1549, ch );

act_tochar( #ctrans, ch, obj );

act_notchar( #rctran, ch, obj );

wait( 2  );

act_tochar( #trans1, ch, obj );

}

if( i == 2 ) {

obj = has_obj( 1548, ch );

act_notchar( #rtmess, ch, obj );

act_tochar( #trans1, ch, obj );

}

else {

act_tochar( #notrans, ch, );

act_notchar( #rnotrans, ch, );

}

~
E
trans1~
The runes and hieroglyphics adorning the length of the blade translate to

the following: 


" Forged during the night of the Double Eye, the wielder of this blade

  shall have the strength and insight into the natures of evil so that he

  or she might better combat it. "

~
E
ctrans~
For a moment, $p becomes warm and

begins to glow as you examine the hieroglyphics.

~
E
rctran~
Momentarily, $p in $n's possession glows as $e 

examines a section of hieroglyphics. 

~
E
rtmess~
$n's brow furrows in thought as $e tries to translate a section 

of hieroglyphics using $p as a guide.

~
E
notrans~
The hieroglyphics are much too complex to understand.

~
E
rnotrans~
$n's frowns with frustration as $e finishes examining a portion

of the hieroglyphics.

~
!
3 -1
~
~
if( random( 1, 8 ) == 1 ) {

  act_tochar( #hit, ch, obj, mob );

  act_notchar( #rhit, ch, obj, mob );

  attack_weapon( ch, victim, 0, "" );

  }

~
E
hit~
@MYou hear a falcon's scream as your gleaming broadsword attacks on its own!@n

~
E
rhit~
@MA falcon's scream pierces the air as $n swings $s broadsword.@n

~
!
-1

#2016
suit~
suits~
+of dark chainmail~
+of dark chainmail~
the color of night adorns the ground.~
the color of night lie stacked here in a pile.~
~
~
Kiian~
Fenlyn~
9 2016 0 0 9 3260416
0 0 8192 0 0 0 4
0 10 0 0
1200 1200 15 -1 5 950 0 0
-1
E
either~
A superior suit of chainmail crafted from a cold, black metal.  It is

quite heavy, but its added thickness ought to prove useful in battle.

~
P
-1

#2017
pebble~
pebbles~
nice-looking~
+embedded with diamond chips~
lies on the ground, sparkling.~
lie on the ground, sparkling.~
~
~
Florian~
Florian~
8 2017 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
10 100 1 -1 10 200 0 0
869083773
E
before~
This little pebble is about the size of a child's marble.  Though most of

its surface is a dull grey color (probably granite), light reflects off

of tiny, glassy specks embedded in its surface.

~
E
after~
This little pebble is no bigger than a child's marble but is far from

ordinary.  Flecks of diamond are deeply embedded in its grey surface,

giving it an almost unworldly sparkle.

~
P
-1

#2018
extremely old bottle~
extremely old bottles~
~
~
with cracks down its side lies here.~
with cracks down their side lie here.~
~
~
Florian~
Florian~
15 2018 -2147483648 4 1 0
0 0 32 0 0 0 4
2 1 0 0
10 100 1 -1 10 100 0 0
869084490
E
either~
This bottle is made of dark blue glass and has a roughly round bottom. 

From bottom to top, numerous hairline cracks course through the surface

of the bottle as its neck tapers.  Sand and grime are caked about the

bottom of the old bottle and there is evidence of a label having once

been affixed to the side of the container.  Around the rim of the bottle

are tiny glyphs that look vaguely magical.

~
P
-1

#2019
book of stars~
books of stars~
~
~
bound in blue dragonskin rests here, undisturbed.~
bound in blue dragonskin rest here, undisturbed.~
~
~
Florian~
Florian~
37 2019 1073741824 4 16385 0
0 0 1 0 0 0 4
0 0 0 0
150 3000 1 -1 10 200 0 0
869084712
E
before~
No description~
E
after~
No description~
P
-1

#2020
padded leggings~
padded leggings~
~
~
is lying on the ground.~
are lying on the ground.~
pair of~
pairs of~
(null pointer)~
Kaos~
9 2020 -2147483648 0 33 0
0 0 16 0 0 0 4
0 2 0 0
100 20 1 -1 1 300 0 0
-1
E
either~
A common set of leggings made from two layers of cloth and some padding.

~
P
-1

#2021
pair of soft leather leggings~
pairs of soft leather leggings~
~
~
is lying on the ground~
are lying on the ground.~
~
~
(null pointer)~
Nivel~
9 2021 -2147483648 0 33 0
0 0 4 0 0 0 4
0 2 0 0
200 50 1 -1 1 500 0 0
-1
E
either~
This pair of leggings is made from soft leather, well-cured, and looks

very comfortable.

~
P
-1

#2022
hard leather leggings~
hard leather leggings~
~
~
is lying on the ground.~
are lying on the ground.~
pair of~
pairs of~
Kiian~
Marek~
9 2022 -2147483648 0 33 0
0 0 4 0 0 0 4
0 3 0 0
250 100 1 -1 1 600 0 0
-1
E
either~
A rather stiff pair of leather leggings.

~
P
-1

#2023
banded leggings~
banded leggings~
~
~
are lying on the ground here.~
are lying on the ground here.~
pair of~
pairs of~
Nobody~
Fenlyn~
9 2023 -2147483648 0 33 3162112
0 0 2052 0 0 0 4
0 6 0 0
680 1000 5 -1 4 700 0 0
-1
E
either~
A pair of leather leggings with pieces of overlapping metal sewn on for

added protection.

~
P
-1

#2024
scale mail leggings~
scale mail leggings~
~
~
are lying on the ground here.~
are lying on the ground here.~
pair of~
pairs of~
Nobody~
Fenlyn~
9 2024 -2147483648 32 33 3162112
0 0 4194304 0 0 0 4
0 7 0 0
680 750 10 -1 5 850 1 0
-1
E
either~
A tough pair of leggings made from interlocking metal scales.

~
P
-1

#2025
rusty iron locker~
rusty iron lockers~
~
~
covered with dirt and sand stands here, sealed shut.~
covered with dirt and sand stand here, sealed shit.~
~
~
Florian~
Florian~
15 2025 0 0 0 0
0 0 0 0 0 0 4
30 15 0 0
10000 0 1 -1 10 800 0 0
869084982
E
either~
About five feet long and half as wide, this old locker is made of iron. 

Rust heavily pits the sides of the locker and the hinges look as though

they have melded together.  At one time, there was a lock on the front of

this rectangular chest, but now, there is only a rusty, melted lumpy. 

The corners of the trunk are dented and the bottom edges bear deep

scrapes, as though the trunk had been dragged for a long time.

~
P
-1

#2026
iron spade~
iron spades~
~
~
with a wooden handle rests on the ground~
with wooden handles lie on the ground.~
~
~
Florian~
Florian~
5 2026 -2147221504 0 8193 2179072
0 0 4098 0 0 0 4
0 2 4 3
50 45 1 -1 10 500 0 0
869085959
E
either~
This sturdy digging tool has a haft of thick oak and a blade wrought of

iron.  Strips of hardened leather bind the heart-shaped shovel blade to

the handle.  The upper edges of the spade has been turned down, so as to

provide flat surfaces for the foot to press down upon while digging.

~
P
-1

#2027
nearly-lifeless alicorn~
nearly-lifeless alicorns~
~
~
lies with its point stuck in the ground.~
lie with their points stuck in the ground.~
~
~
Florian~
Florian~
34 2027 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
140 25 1 -1 10 875 0 0
869086243
E
either~
At first glance, this three foot horn looks to be made of a dull grey

bony substance.  The horn spirals around, like twisted strands of thread,

from its wide base to its needle-sharp point.  Though most of the horn

looks dead and lifeless, the very tip of it shows through with its once

vibrant blue color.

~
P
-1

#2028
crumpled form of an equine~
crumpled forms of equine~
~
~
lies on the ground, with some type of wound on its head.~
lie on the ground, with some type of wound on their heads.~
~
~
Florian~
Florian~
0 2028 1073741824 0 0 0
0 0 0 0 0 0 4
0 0 0 0
99990 0 1 -1 10 9999 0 0
869086298
E
either~
Upon the ground lies the crumpled body of a pure white horse.  The horse,

obviously a mare, has gold- shod horseshoes and a mane of silver.  You

can find no wound upon the horse, except for a spot on forehead where it

looks like something has been severed from it.  The mare's sides expand

and contract slightly with shallow breathing, but she gives no evidence

that she is truly alive.


A dying unicorn mare is in a state of suspended animation.

~
P
-1

#2029
white angel feather~
white angel feathers~
~
~
sticks in the ground, quill down.~
have been stuck in the ground, quills down.~
~
~
Florian~
Florian~
33 2029 285212672 0 17 0
0 0 0 0 0 0 2
0 0 0 0
10 200 1 -1 10 200 0 0
869086347
E
either~
This fluffy, white feather is like no feather you have ever seen before. 

It's softness is unbelievable.  The parallel barbs that form vanes on

either side of the tapering quill shaft have minute specks of gold dusted

lightly over their surface.  At the tip of the quill is a tiny mark that

looks too complex to be natural.

~
E
mark tiny~
The mark is a minuscule etching of a pair of long wings surrounded by a

circle.

~
P
7 -1
~
~
if( find_stat( ch, align ) == 0 ) {

  act_room( #serene, ch );

  continue;

  }

if( find_stat( ch, align ) == 3 ) {

  act_room( #serene, ch );

  continue;

  }

if( find_stat( ch, align ) == 6 ) {

  act_room( #serene, ch );

  continue;

  }

else {

  act_tochar( #evil, ch );

  act_notchar( #revil, ch );

  obj = has_obj( 2029, ch );

junk_obj( obj );

  }

~
E
serene~
@BThe angel feather glows with a serene blue nimbus momentarily.@n

~
E
evil~
@RThe white angel feather ignites into flame as you wear it!@n

~
E
revil~
@rThe white angel feather ignites into flame as $e wears it!@n

~
!
-1

#2030
golden angel feather~
golden angel feathers~
~
~
rests gently on the ground, sparkling with golden dust.~
rest gently on the ground, sparkling with golden dust.~
~
~
Florian~
Florian~
33 2030 16777216 0 17 0
0 0 512 0 0 0 2
0 0 0 0
10 400 1 -1 10 200 0 0
869086423
E
either~
This feather has a slender, opaque quill, on which are attached parallel

rows of soft barbs that form vanes on either side of it.  The tip of the

quill is extremely sharp and has a minuscule marking towards it.  The

only unusual quality the feather possesses is that it is the color of

newly mined gold.

~
P
7 -1
~
~
if( class( ch ) == cleric )

  if( find_stat( ch, align ) == 0 ) {

  act_room( #glow, ch );

  continue;

  }

if( class( ch ) == cleric )

  if( find_stat( ch, align ) == 3 ) {

  act_room( #glow, ch );

  continue;

  }

if( class( ch ) == cleric )

  if( find_stat( ch, align ) == 6 ) {

  act_room( #glow, ch );

  continue;

  }

  act_tochar( #burst, ch );

  act_notchar( #rburst, ch );

  obj = has_obj( 2030, ch );

  junk_obj( obj );

~
E
glow~
@YTh golden angel feather glows a brilliant yellow.@n

~
E
burst~
@RThe golden angel feather bursts into flames as you wear it.@n

~
E
rburst~
@RThe golden angel feather bursts into flames as $n wears it.@n

~
!
-1

#2031
colorful lichen~
colorful lichen~
~
~
has been removed from some surface and left here.~
have been removed from some surface and left here.~
piece of~
pieces of~
Florian~
Florian~
19 2031 -2147483648 0 1 0
0 0 512 0 0 0 4
4 -1 0 0
20 40 1 -1 10 75 0 0
869086538
E
either~
This flat patch of fungus has tiny little branches of false roots

diverging all throughout.  various colors splotch the surface of the

lichen, where sections of it are covered with algae.  Blues, greens, reds

and oranges dot the thin piece of fungus with color.  The lichen is soft

and moist and smells faintly like a fresh pastry.

~
P
-1

#2032
berry~
berries~
crescent-shaped~
moon~
~
~
~
~
Florian~
Florian~
19 2032 -2147483648 0 1 0
0 0 512 0 0 0 4
7 0 0 0
10 100 2 -1 10 100 0 0
869086564
E
before~
The outer skin of this berry is tight and thick, reminding you of a skin

stretched tightly over a drum's head.  Light yellow in color, this berry

is not round in shape.  Rather, it looks more like the crescent.  The

berry smells edible at least.

~
E
after~
The light yellow color and crescent shape of this berry are indicative of

its being a moon berry.  Moon berries are only produced under a full moon

and this one seems to hum slightly.  If you look close enough, there

appears to be a halo of light around the berry very similar to the

coronas which surround the moons on a dark night.

~
E
before~
No description~
E
after~
No description~
P
-1

#2033
fruit~
fruit~
cone-shaped~
wonder~
with odd coloring sits here.~
with odd coloring sit here.~
piece of~
pieces of~
Florian~
Florian~
19 2033 -2147483648 0 1 0
0 0 512 0 0 0 4
50 -1 0 0
40 75 1 -1 10 100 0 0
869086656
E
before~
This piece of fruit is clearly the most unusually shaped you have ever

seemed.  Though the bottom of the fruit is round, it tapers upwards

towards the stem until it is a cone.  In addition to its odd form, the

fruit is striped in alternating colors of blue and green.

~
E
after~
This piece of fruit must draw its name from its strange, conical shape

and its alternating strips of blue and green which spiral around its

surface from base to stem tip.  The fruit has a soft, supple texture

exudes a faint blue pleasing aroma.  The aroma reminds you at once of

fresh baked cookies, homemade bread, and a juicy steak.

~
P
8 -1
tae~
fruit piece wonder cone-shaped food~
heal( ch, 1d10 );

act_room( #glows, ch, obj );

junk_obj( obj, 1 );

continue;

~
E
glows~
$p glows warmly.

~
!
-1

#2034
downy, silver feather~
downy silver feathers~
~
~
swirls gently above the ground on a faint breeze.~
swirl gently on the ground on a faint breeze.~
~
~
Florian~
Olah~
33 2034 285212672 4 17 0
0 0 512 0 0 0 2
0 0 0 0
10 500 1 -1 10 100 0 0
869086746
E
either~
This tiny feather is no longer than a gnome's pinkie.  Unlike a primary

flight feather, which is long and thin, this feather is round and fluffy. 

Both the shaft and the bards of the feather are angel-soft and a gleaming

silver color.

~
P
-1

#2035
a lion's mane~
lion's mane~
~
~
rests on the ground in a fluffy brown mass.~
rest on the ground in a fluffy brown mass.~
clump of~
clumps of~
Florian~
Florian~
33 2035 16777216 4 1 0
0 0 512 0 0 0 4
0 0 0 0
40 200 1 -1 10 100 0 0
869086786
E
either~
Seemingly torn out by the roots, this clump of fur has a rich brown color. 

It smells heavily of musk and sweat and has a very coarse texture to it. 

Not only that, but the patch of mane is tangled and matted.

~
E
either~
No description~
P
-1

#2036
tightly stoppered vial~
tightly stoppered vials~
~
~
rests on the ground, its contents swirling.~
rest on the ground, their contents swirling.~
~
~
Florian~
Florian~
0 2036 0 4 16385 0
0 0 32 0 0 0 4
0 0 0 0
90 500 1 -1 10 50 0 0
869086819
E
either~
Made of a brilliant, refracting crystal, this tiny vial has a silver

stopped wedged tightly into it.  Covering most of the stopped and

providing a seal around the vial itself are drippings of blue wax. 

Pressed into the wax is a signet of a star floating over a candle. 

Within the vial, you can barely make out an opaque, dark liquid, which

seems to swish and swirl within the fragile container with a will of its

own.

~
P
-1

#2037
section of a stone circlet~
sections of a stone circlet~
~
~
rests on the ground, one-eigth of the whole.~
rest on the ground, just part of the whole.~
~
~
Florian~
Florian~
1 2037 0 4 1 0
0 0 262144 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
869086868
E
either~
Carved from a piece of grey granite, this section of stone has a curved

shape to it.  Along the interior of the partial stone circlet, there are

deep etchings which at one time might have been runes or glyphs but are

now too worn to read.  Both ends of the circlet appear to be deliberately

dovetailed, as though waiting to be joined with something else.

~
P
-1

#2038
pecan~
pecans~
~
~
~
~
~
~
Florian~
Florian~
0 2038 -2147483648 0 1 0
0 0 512 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
869087206
E
either~
This nut is brown in color with streaks of black trailing across its hull. 

Oval in shape, the pecan is about the size of a large pebble.  The shell

of the pecan is fairly thin.  It probably would not take much to crack it

open.

~
P
4 -1
eat~
pecan~
act_tochar( #bite, ch );

~
E
bite~
You try to crack the pecans's shell, but are not strong enough.

~
!
4 -1
crack crush~
pecan hard shell~
if( find_stat( ch, str ) > 11 ) {

act_tochar( #crack, ch );

act_notchar( #rcrack, ch );

junk_obj( obj, 1 );

obj_to_char( oload( 2039 ), ch );

}

else

act_tochar( #weak, ch );

~
E
crack~
You crack the pecan's hard shell, revealing a tender piece of pecan meat.

~
E
rcrack~
$n cracks open a pecan.

~
E
weak~
You are too weak to open the pecan.

~
!
-1

#2039
tender pecan meat~
tender pecan meat~
~
~
rests here, newly unshelled.~
rests here, newly unshelled.~
piece of~
pieces of~
Florian~
Merior~
19 2039 -2147483648 0 1 0
0 0 0 0 0 0 4
5 0 0 0
5 15 1 -1 10 50 0 0
869087297
E
either~
Unseemly though it sounds, the insides of the pecan resemble a squirrel's

brain more than anything else.  The tender pecan meat is roughly the same

size, shape, and even has the same, wrinkled texture.  The only

differences between the two are that the pecan meat is a light brown

color and smells much more aromatic, or at least you hope so.

~
E
either~
No description~
P
-1

#2040
padded sleeves~
padded sleeves~
~
~
are lying on the ground.~
~
pair of~
pairs of~
(null pointer)~
Greyclaw~
9 2040 -2147483648 0 257 0
0 0 16 0 0 0 4
0 2 0 0
100 20 1 -1 1 300 0 0
-1
E
either~
A common set of sleeves made from two layers of cotton.

~
P
-1

#2041
soft leather sleeves~
soft leather sleeves~
~
~
is lying on the ground.~
are lying on the ground.~
pair of~
pairs of~
(null pointer)~
Marek~
9 2041 -2147483648 0 257 0
0 0 4 0 0 0 4
0 2 0 0
150 60 1 -1 1 500 0 0
-1
E
either~
A comforable pair of leather sleeves.

~
P
-1

#2042
hard leather sleeves~
hard leather sleeves~
~
~
is lying on the ground.~
are lying on the ground.~
pair of~
pairs of~
(null pointer)~
Marek~
9 2042 -2147483648 0 257 0
0 0 4 0 0 0 4
0 3 0 0
200 115 1 -1 1 600 0 0
-1
E
either~
A stiff pair of leather sleeves.

~
P
-1

#2043
banded sleeves~
banded sleeves~
~
~
are lying on the ground here.~
are lying on the ground here.~
pair of~
pairs of~
Nobody~
Jimbalaya~
9 2043 -2147483648 0 257 3162112
0 0 2052 0 0 0 4
0 5 0 0
620 1000 1 -1 4 700 0 0
-1
E
either~
A pair of hard leather sleeves with pieces of metal sewn on for added

protection.

~
P
-1

#2044
scale mail sleeves~
scale mail sleeves~
~
~
are lying on the ground here.~
are lying on the ground here.~
pair of~
pairs of~
Nobody~
Fenlyn~
9 2044 -2147483648 32 257 3162112
0 0 4194304 0 0 0 4
0 7 0 0
620 2000 10 -1 5 850 1 0
-1
E
either~
A pair of metal sleeves made out of overlapping scales.

~
P
-1

#2045
bronze sleeves~
bronze sleeves~
~
~
are lying on the ground here.~
lie on the ground.~
~
~
(null pointer)~
Conner~
9 2045 -2147483648 0 257 3162112
0 0 2048 0 0 0 4
0 12 0 0
1100 1250 0 -1 1 800 0 0
-1
E
either~
A set of bronze chain sleeves.

~
P
-1

#2046
orchid~
orchids~
black~
adder's mouth~
with a long, blood-red stem lies here, freshly picked.~
with long, blood-red stems lie here, freshly picked.~
~
~
Florian~
Florian~
11 2046 268435520 4 17 0
0 0 512 0 0 0 2
0 0 0 0
30 750 1 -1 10 100 0 0
869087340
E
before~
The petals of this flower are irregularly shaped and vary between ovals

and tear drops.  For the most part, the orchid's petals are a velvety

black and its leaves are the color of a mature praying mantis.

~
E
after~
Though its petals are each shaped a bit differently, overall, they have

an oval or tear drop shape.  At the very center of the orchid, the base

of each petal is a dark, blood-red color.  The red then bleeds into a

dark green which darkens into a velvety black color.  All in all, the

orchid's petals give you the impression of a serpent's mouth.  A thick,

viscous material clings to the pistils of the orchid.

~
E
viscous material pistils~
Clinging to the pistils of the black orchid is a thick, viscous material. 

The substance is colorless but smells vaguely light lemons.

~
P
-1

#2047
red clover~
red clover~
~
~
with five leaves sits on the ground, leaves up.~
with five leaves sit on the ground in a small patch.~
bit of~
bits of~
Florian~
Florian~
19 2047 64 0 16385 0
0 0 512 0 0 0 4
3 -1 0 0
10 200 5 -1 10 50 0 0
869087375
A 20 1
E
either~
Regardless of color, most clovers have three heart- shaped leaves and a

short stem.  A clover having four leaves is so rare that oft they are

thought to be lucky and perhaps even magical.  This red clover is not

unlike other clovers, except that it has five leaves, not just three or

even four.  The leaves have thin green veins running through them which

collect at the clover's base in a blood-red stem.  Just how lucky or

magical could it be?

~
P
-1

#2048
a stone tablet~
a stone tablet~
~
+( lower right-section )~
lies on the ground, covered lightly with dirt.~
lie on the ground, covered lightly with dirt.~
broken piece of~
broken pieces of~
Florian~
Florian~
0 2048 0 4 1 0
0 0 64 0 0 0 4
0 0 0 0
200 0 1 -1 10 500 0 0
869087415
E
before~
Several jagged, vein-like cracks run down through the center of this

relatively flat stone.  The edges of the stone are broken and crumbling. 

Though pitted and scarred on one side, the stone is completely smooth,

almost polished, on the other side.  A series of crude symbols have been

etched into the smooth side of the broken stone.

~
E
after~
This red chunk of flat stone is about a foot wide and two feet long.  Two

edges and one side of the stone are nice and smooth while the others are

rough and crumbly, as if broken away from something much larger.  The

front surface of the stone is covered with a series of hieroglyphics.

~
E
front surface~
Adorned with a series of hieroglyphics, the heavy slab of stone looks to

be part of a much larger piece.  In fact, on the front of the stone, on

the polished side, there are numerous hieroglyphics.  The hieroglyphics

stream across the jagged edges of the stone, as if there was once more to

the hieroglyphic tale.  In fact, this piece of stone appears to be the

lower right portion of a much larger stone tablet.

~
P
-1

#2049
coral and pearl barrette~
coral and pearl barrette~
~
~
sits here, waiting to clasp your hair.~
sit here, waiting to clasp your hair.~
~
~
Orb~
Olah~
9 2049 -1879048192 0 17 0
0 0 704 0 0 0 2
0 2 0 0
50 2500 10 -1 2 500 0 0
869113328
A 12 5
A 14 5
E
either~
Polished blue coral and tiny pearls have been set in a small silver

barette.

~
P
-1

#2050
coral wand~
coral wands~
~
~
vibrates with energy.~
vibrate with energy.~
~
~
Orb~
Florian~
3 2050 0 0 16385 0
0 0 0 0 0 0 4
35 7 5 2
10 500 10 -1 10 1000 0 0
869113559
E
either~
This slender cylinder of blue coral is about 10 inches long.  Steaks of

white light play across is polished surface.

~
P
-1

#2051
spun-silver necklace of moonstones and sapphires~
spun-silver necklace of moonstones and sapphiress~
~
~
lays in an argent heap on the floor.~
lay in an argent heap on the floor.~
~
~
Khisanth~
Khisanth~
9 2051 12583233 0 5 0
0 0 131072 2097665 68157440 0 4
0 0 1 0
10 100000 92 -1 10 1000 0 0
869116589
A 13 1500
E
spun-silver necklace moondrops sapphires~
Delicate strands of silver dance about opalescent moondrops and darkly

glittering sapphires.  Each gem is a flawless cabochon, and glows softly

from within.

~
E
either~
Filaments of silver so fine they are hardly more than threads dance and

twirl around precious gems of incredible quality.  Vibrant blue sapphires

and opalescent moonstones are deftly bound by these silver threads, and

seem to fountain down from the top of the necklace like a jeweled

waterfall.

~
P
-1

#2052
soft blue slippers~
soft blue slippers~
~
~
~
~
pair of~
pairs of~
Khisanth~
Marek~
9 2052 8388608 0 65 0
0 0 16 0 0 0 4
0 0 0 0
10 0 1 -1 10 300 0 0
869121340
E
either~
A dainty pair of soft, sapphire colored dancing slippers.

~
P
-1

#2053
belted silver bodice~
belted silver bodices~
~
~
lies here, a forgotten fortune.~
lie here, a forgotten fortune.~
~
~
Khisanth~
Khisanth~
9 2053 8388672 4 2049 0
0 0 16 0 0 0 4
0 7 7 0
10 0 92 -1 10 500 0 0
869121525
A 20 500
A 12 4000
A 13 1500
E
either~
Silver cloth of fine weave is artfully crafted into a bodice so small as

to encircle only the most petite of waists.  Small sapphires and

moonstones are artfully embroidered into the whirling patterns dancing

about the fabric.  Fit for no less than a queen, it seems to be unearthly

in origin.

~
P
-1

#2054
dragonsilver bracelet~
dragonsilver bracelets~
~
~
seems to curl upon itself, forgotten.~
seem to curl upon themselves, forgotten.~
~
~
Khisanth~
Khisanth~
9 2054 12583233 0 4097 0
0 0 131072 448 336592897 0 8
0 7 7 0
10 7500 25 -1 10 1000 0 0
869121737
A 13 3000
E
dragonsilver bracelet~
Intensely magical in nature, this bracelet is made out of the metal

hatched with a silver dragon.  A soft argent glow emantes from the

bracelet.  It is simply made, and unadorned.

~
E
either~
Intensely magical in nature, this bracelet is made out of the small hoard

of metal hatched with a silver dragon.  Cunningly fashioned into the

shape of a silver dragon biting its own tail, the bracelet seems made to

fit only the tiniest of wrists.  A soft silver glow emanates from the

silver, causing a opalescent sheen to reflect off of the metal.

~
P
7 -1
~
~
act_tochar( #curl, ch );

act_notchar( #rcurl, ch );

~
E
curl~
@bThe tiny silver dragon stretches and curls her argent body around your

arm, tucking her tail under her chin, and resumes her slumber.

~
E
rcurl~
@bThe tiny silver dragon stretches and curls her argent body around $n's

arm, tucking her tail under her chin, and resumes her slumber.

~
!
-1

#2055
battle axe~
battle axes~
exquisite~
+of Twilight~
glitters in the available light.~
glitter in the available light.~
~
~
Talis~
Marek~
5 2055 16448 0 8193 0
1 0 24576 0 0 0 4
0 4 7 8
800 6300 30 -1 4 1000 0 0
869170182
E
either~
A large axe meant to be wielded with two hands.  The double bladed heads

of steel look quite sharp and rather intimidating.  Filigree veins of

mithril run through the bright metal enhancing it somewhat.  A steel

banded and studded handle of hardened oak yields ample handroom for broad

dwarven hands along its carved length.

~
P
4 -1
1 kill~
~
if( find_stat( mob, level ) < random( 3, 8 ) ) {

act_tochar( #no1, ch, obj, mob );

  act_notchar( #no2, ch, obj, mob );

  end;

  }

else

  continue;

~
E
no1~
You consider the potential challenge $N would pose to you and are nearly

overcome with a sense of grief that you, a mighty warrior, have been

reduced to hunting small, @bharmless@n, insignifigant things.  How

humilitaing that almost was.

~
E
no2~
$n looks at a $N with complete and utter contempt and mutters something

under $s breath.  You manage to make out only a little bit, something

about unworthy and no true test of courage or skill.

~
!
4 -1
~
~
wait( 1 );

if( num_in_room( room ) > 2 ) {

  mob = rand_char( room );

  if( find_stat( ch, level ) < find_stat( mob, level ) ) {

    act_tochar( #get_em_tiger, ch, obj, mob );

    end;

    }

  }

~
E
get_em_tiger~
@C

You notice $N and have the sudden thought, "Now there is a real challenge

for a great warrior such as myself!" Your fingers curl hard in

anticipation.  The feel of the axes carved haft as you pit your skill

against $S.  The battle, the blood lust, to fight nobly or die gloriously

proving your mettle.  @n 

~
!
4 -1
1 look 2 stand~
~
if( random( 1, 20 ) > 3 ) {

  opcode( obj, 2 );

  continue;

  }

else

  continue;

~
!
4 -1
2 drink~
~
i = random( 1, 30 );

if( i < 3 )

  opcode( obj, 5 );

~
!
4 -1
~
~
i = random( 1, 3 );

if( i == 1 )

act_notchar( #caress, ch );

if( i == 2 )

act_notchar( #mumble, ch );

if( i == 3 )

act_notchar( #glare, ch );

~
E
caress~
$n gently caresses the steel bladed edges of $s gleaming axe, drawing a

thin line of blood along $s finger in the process.

~
E
mumble~
You hear $n mummbling something under $s breath about the good old days

when you didn't have to put up with all this nonsense.  Throughout this

little display you notice $s white-gripped knuckles wrapped tightly

around an axe-haft.

~
E
glare~
You glance over at $n to find him staring at you stonily.

~
!
-1

#2056
pile of electrum rivets~
piles of electrum rivets~
~
~
lies abandoned on the ground. ~
lie abandoned on the ground. ~
~
~
Derna~
Derna~
8 2056 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 0 0
869158872
E
either~
Rivets of shiny electrum await the creative touch of a master armorer.

~
P
-1

#2057
crude electrum plate~
crude electrum plates~
~
~
lies on the ground.~
lie on the ground.~
~
~
Derna~
Merior~
1 2057 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
600 0 1 -1 10 1000 0 0
869159513
E
either~
A roughly fashioned plate of electrum metal for creation of specialty

armor.

~
P
-1

#2058
emblem of the rising sun~
emblems of the rising sun~
~
~
glitters brightly with the light of dawn.~
glitter brightly with the light of dawn.~
~
~
Orb~
Orb~
18 2058 537001984 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
869195305
E
either~
Depicting a breath-taking sunrise, this emblem gleams with the magical

light of the sun.

~
P
-1

#2059
bone~
bones~
finger~
pinkie finger~
lies on the ground, pointing south.~
lie on the ground, pointing south.~
~
~
Florian~
Florian~
34 2059 -2130706432 4 1 0
0 0 128 0 0 0 4
0 0 0 0
20 45 1 -1 10 200 0 0
869196508
E
before~
The origins of this bone are somewhat nebulous.  Its size and shape

relates it to a humanoid fingerbone, but of what specific race of bipeds

that have gripping hands, you are uncertain.  In a couple of places, the

finger bone bears gnaws marks which graze just the surface of the

skeletal fragment.

~
E
after~
Unless you are mistaken, this appears to be the pinkie finger bone of a

human.  It is thick but short and the knuckle bones are characteristic of

the human physiognomy.  Up and down the finger bone there are scrapings,

as though something had been gnawing on the finger previously.

~
P
-1

#2060
small wooden shield~
small wooden shields~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
(null pointer)~
Fenlyn~
9 2060 0 0 16385 3162112
0 0 2 0 0 0 4
0 2 0 0
500 100 1 -1 2 750 0 0
-1
E
either~
A small wooden shield.

~
P
-1

#2061
wooden shield~
wooden shields~
medium~
medium~
is lying on the ground here.~
are lying on the ground here.~
~
~
Nobody~
Fenlyn~
9 2061 0 0 16385 3162112
0 0 2 0 0 0 4
0 4 0 0
800 100 1 -1 2 750 0 0
-1
E
either~
A medium wooden shield.

~
P
-1

#2062
large wooden shield~
large wooden shields~
~
~
is lying in the ground here.~
are lying on the ground here.~
~
~
Nobody~
Fenlyn~
9 2062 0 0 16385 3751936
0 0 2 0 0 0 4
0 7 0 0
1200 100 1 -1 2 750 0 0
-1
A 2 -1
E
either~
A large wooden shield.

~
P
-1

#2063
small bronze shield~
small bronze shields~
~
~
is lying on the ground here.~
are lying on the ground here.~
~
~
(null pointer)~
Fenlyn~
9 2063 -2147483648 0 16385 3162112
0 0 2048 0 0 0 4
0 5 0 0
800 100 1 -1 2 800 1 0
-1
E
either~
A small bronze shield.

~
P
-1

#2064
medium bronze shield~
medium bronze shields~
~
~
lies here.~
are lying on the ground here.~
~
~
(null pointer)~
Fenlyn~
9 2064 -2147483648 0 16385 3162112
0 0 2048 0 0 0 4
0 7 0 0
1200 1000 10 -1 3 800 2 0
-1
E
either~
A medium bronze shield.

~
P
-1

#2065
bronze shield~
bronze shields~
large~
large~
lies here.~
lie here.~
~
~
(null pointer)~
Fenlyn~
9 2065 -2147483648 0 16385 3162112
0 0 2048 0 0 0 4
0 10 0 0
1500 5000 20 -1 3 800 3 0
-1
A 2 -1
E
either~
The shield is large, bronze, and looks very strong.

~
P
-1

#2066
small iron shield~
small iron shield~
~
~
lies here.~
~
~
~
(null pointer)~
Fenlyn~
9 2066 -2147483648 0 16385 3162112
0 0 4096 0 0 0 4
0 8 0 0
1200 3600 15 -1 1 900 1 0
-1
E
either~
A small iron shield.

~
P
-1

#2067
medium iron shield~
medium iron shield~
~
~
lies here.~
~
~
~
(null pointer)~
Fenlyn~
9 2067 -2147483648 0 16385 3162112
0 0 4096 0 0 0 4
0 10 0 0
1500 9000 30 -1 1 900 2 0
-1
E
either~
A medium iron shield.

~
P
-1

#2068
large iron shield~
large iron shield~
~
~
lies here.~
~
~
~
(null pointer)~
Fenlyn~
9 2068 -2147483648 0 16385 3751936
0 0 4096 0 0 0 4
0 13 0 0
1800 9000 30 -1 1 900 3 0
-1
A 2 -1
E
either~
A large iron shield.

~
P
-1

#2069
small steel shield~
small steel shield~
~
~
lies here.~
~
~
~
(null pointer)~
Fenlyn~
9 2069 -2147483648 0 16385 3162112
0 0 8192 0 0 0 4
0 11 0 0
1500 11500 35 -1 1 1000 1 0
-1
E
either~
A small steel shield.

~
P
-1

#2070
steel shield~
steel shields~
medium~
medium~
lies on the ground.~
lie on the ground in a pile.~
~
~
Iiian~
Fenlyn~
9 2070 -2147483648 0 16385 3162112
0 0 8192 0 0 0 4
0 13 0 0
1800 20000 50 -1 3 1000 2 0
-1
E
either~
A medium steel shield.

~
P
-1

#2071
large steel shield~
large steel shield~
~
~
A large steel shield is lying on the ground here.~
~
~
~
(null pointer)~
Fenlyn~
9 2071 -2147483648 0 16385 3751936
0 0 8192 0 0 0 4
0 16 0 0
2100 23750 55 -1 1 1000 3 0
-1
A 2 -1
E
either~
A large steel shield.

~
P
-1

#2072
small mithril shield~
small mithril shield~
~
~
is lying on the ground here.~
lie on the ground here in a pile.~
~
~
Kiian~
Fenlyn~
9 2072 -2147483648 0 16385 3162112
0 0 16384 0 0 0 4
0 14 0 0
1200 23750 55 -1 4 1000 1 0
-1
E
either~
A small mithril shield.

~
P
-1

#2073
medium mithril shield~
medium mithril shield~
~
~
lies on the ground here.~
lie on the ground here in a small pile.~
~
~
Kiian~
Fenlyn~
9 2073 0 0 16385 3162112
0 0 16384 0 0 0 4
0 16 0 0
1500 31500 65 -1 4 1000 2 0
-1
E
either~
A medium mithril shield.

~
P
-1

#2074
large mithril shield~
large mithril shield~
~
~
lies on the ground here.~
lie on the ground in a small pile.~
~
~
Kiian~
Fenlyn~
9 2074 0 0 16385 3751936
0 0 18432 0 0 0 4
0 19 0 0
1800 39500 75 -1 4 1100 0 0
-1
A 2 -1
E
either~
A large mithril shield.

~
P
-1

#2075
treasure box~
treasure boxs~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
15 2075 0 4 1 0
0 0 4096 0 0 0 4
0 0 0 0
1000 100 1 -1 10 1000 1 0
869234886
E
either~
This simple iron box is securely locked shut to hide contents which could

be quite valuable.

~
P
-1

#2076
unstrung mandolin~
unstrung mandolins~
+of oak and rosewood~
+of oak and rosewood~
is resting on the ground.~
are resting on the ground.~
~
~
Talis~
Talis~
0 2076 8405056 0 16385 0
0 0 147458 0 0 0 4
0 0 0 0
500 3000 1 -1 4 1000 0 0
869248002
E
either~
Crafted from fine rosewood and stained oak, the colors of this musical

instrument match its exquisite craftsmanship.  Ten strings run the length

from sound chamber to the end of a neck intricately carved to look like

scrolling leaves.  The keys for tuning the string are a fine mix of

silver with just a bit of mithril in the casting to give them strength.

@CSeveral of the strings are broken@n, and it looks unsuitable for

playing until it gets fixed.

~
P
4 -1
play~
~
act_tochar( #no, ch );

~
E
no~
Sure, it would probably sound real nice to play the mandolin, but how are

you going to do that when almost all the string are broken?

 

Perhaps you should get it fixed first.

~
!
-1

#2077
clue~
clues~
~
~
~
~
~
~
Greyclaw~
Fenlyn~
9 2077 67108864 4 1 0
0 0 0 0 0 0 4
0 0 0 0
90000 0 1 -1 10 1000 0 0
869249669
E
either~
This appears to be a clue, doubtlessly left here by a careless player.

~
P
-1

#2078
sheepgut string~
sheepgut strings~
~
~
is drying on the ground.~
are drying on the ground.~
~
~
Talis~
Talis~
13 2078 -2139095040 8 1 0
0 0 512 0 0 0 4
0 0 0 0
10 1 1 -1 10 1000 0 0
869254796
E
either~
A thin cord woven of finely twisted sheep gut.

~
P
-1

#2079
Mordecai's Thesaurus~
Mordecai's Thesauruss~
~
~
lies here.~
lie here.~
~
~
Merior~
Fenlyn~
5 2079 -2147481600 0 8193 1064960
0 0 2097152 0 0 0 4
0 10 20 2
100 500 92 -1 2 750 0 0
869257352
A 19 5
A 18 5
E
either~
These knuckles are used to whip bad IMMS into grammatical shape.

~
P
-1

#2080
soft leather cap~
soft leather caps~
~
~
is lying here on the ground.~
are lying here on the ground.~
~
~
(null pointer)~
Marek~
9 2080 -2147483648 0 17 0
0 0 4 0 0 0 4
0 2 0 0
75 25 1 -1 1 500 0 0
-1
E
either~
A comfortable cap for your head made of soft, supple leather.

~
P
-1

#2081
hard leather cap~
hard leather caps~
~
~
is lying here on the ground.~
are lying here on the ground.~
~
~
(null pointer)~
Marek~
9 2081 -2147483648 0 17 1048576
0 0 4 0 0 0 4
0 3 0 0
80 75 1 -1 1 600 0 0
-1
E
either~
A cap made of hard boiled leather which conforms to your head.

~
P
-1

#2082
antiquated bronze cap~
bronze caps~
~
~
is lying here on the ground.~
lie here on the ground.~
~
~
(null pointer)~
Olah~
9 2082 -2147483648 0 17 3162112
0 0 2048 0 0 0 4
0 5 0 0
300 250 1 -1 1 750 0 0
-1
E
either~
A nice bronze cap for your head.  Its oval shaped, and a visor

resembling a shiny bill of a duck extends over it.

~
P
-1

#2083
antiquated iron cap~
iron cap~
~
~
A iron cap is lying here on the ground.~
lie in the dust.~
~
~
(null pointer)~
Olah~
9 2083 -2147483648 0 17 3162112
0 0 4096 0 0 0 4
0 6 0 0
500 500 5 -1 1 850 0 0
-1
E
either~
A shell of iron and a soft liner of piled leather make for a very

functional cap.

~
P
-1

#2084
antiquated steel cap~
antiquated steel caps~
~
~
is lying here glinting in the light.~
lie here glinting in the light.~
~
~
(null pointer)~
Olah~
9 2084 -2147483648 0 17 3260416
0 0 8192 0 0 0 4
0 7 0 0
800 1000 1 -1 1 950 0 0
-1
E
either~
A steel shell combined with a soft leather liner makes this a very

functional cap.

~
P
-1

#2085
sheep's entrails~
sheep's entrails~
~
~
is spoiling on the ground, better eat them quick.~
are spoiling on the ground, better eat them quick.~
~
~
Talis~
Merior~
19 2085 -2130706432 0 1 0
0 0 768 0 0 0 4
30 0 0 0
150 10 1 -1 10 1000 0 0
869257899
E
either~
A lovely pile of bloody red offal.  It emits a strong stench of decay.

~
P
-1

#2086
antiquated bronze helm~
bronze helm~
~
~
is lying here on the ground.~
lie here on the ground.~
~
~
(null pointer)~
Olah~
9 2086 -2147483648 0 17 3162112
0 0 2048 0 0 0 4
0 7 0 0
1000 1500 10 -1 1 750 1 0
-1
E
either~
Made of bronze this helm has wings covering the cheeks and a nasal

projecting from the forehead provinding excellent protection.

~
P
-1

#2087
antiquated iron helm~
iron helm~
~
~
is lying here on the ground.~
are lying here on the ground.~
~
~
(null pointer)~
Olah~
9 2087 -2147483648 0 17 3162112
0 0 4096 0 0 0 4
0 8 0 0
900 3000 15 -1 5 900 1 0
-1
E
either~
Made of iron this helm has wings covering the cheeks and a nasal

projecting from the forehead providing excellent protection.

~
P
-1

#2088
antiquated steel helm~
steel helm~
~
~
is lying here on the ground.~
are lying here on the ground.~
~
~
(null pointer)~
Olah~
9 2088 -2147483648 0 17 3260416
0 0 8192 0 0 0 4
0 11 0 0
810 5000 20 -1 1 1000 1 0
-1
E
either~
Made of steel this helm has wings covering the cheeks and a nasal

projecting from the forehead providing excellent protection.

~
P
-1

#2089
antiquated mithril helm~
antiquated mithril helms~
~
~
is lying here on the ground.~
are lying here on the ground.~
~
~
(null pointer)~
Olah~
9 2089 -2147483648 0 17 3260416
0 0 18432 0 0 0 4
0 12 0 0
720 10000 25 -1 1 1050 1 0
-1
E
either~
Made of gleaming mithril, this helm is the height of the craftsmans art. 

With wings covering the cheeks and a nasal projecting from the forehead

this helm provides excellent protection.

~
P
-1

#2090
helm~
helms~
silver~
silver~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Olah~
9 2090 8388928 4 17 3260416
0 0 131072 0 0 0 4
0 10 0 0
550 27000 60 -1 8 750 0 0
-1
A 19 2
E
either~
This helm of a shiny, silver metal seems rather light.  It has winding

patterns all along its exterior ridges.  Its texture is really smooth and

cool.  A round bulb stands at its top, and a sternum-shaped silver piece

droops downward in the area which separates the eyes.

~
P
-1

#2091
helm~
helms~
black~
+of darkness~
is here glistening in the light.~
are here, glistening in the light.~
~
~
Kiian~
Olah~
9 2091 8651333 12 17 74530816
0 0 8192 0 0 0 4
0 5 0 0
605 5000 20 -1 5 1000 0 0
-1
A 18 1
A 19 1
E
either~
A heavy helm fashioned from strange dark metals, it glistens strangely in

the light as you examine it.

~
P
-1

#2092
electrum helm~
electrum helm~
~
~
floats above the ground.~
float along the ground.~
~
~
(null pointer)~
Olah~
9 2092 0 0 17 3260416
0 0 65536 0 0 0 4
0 13 0 0
605 10000 30 -1 1 1000 0 0
-1
E
either~
Made of a strange material this helm glints dully in the sunlight. 

Lighter than bronze but much tougher the electrum is almost translucent,

or is that an illusion?

~
P
-1

#2093
murky spring~
murky springs~
~
~
~
~
~
~
Talis~
Talis~
25 2093 196608 0 0 0
0 0 0 0 0 0 4
-1 0 31 0
10 0 1 -1 10 1000 0 0
869263913
E
spring pool~
A small pool of murky brown thick mud and debris.  Small bubbles slowly

form over the spot where the spring is fed from within the earth. 

Despite its unwholesome appearance it doesn't smell quite as bad as it

looks, perhaps it isn't even poisonous.

~
E
either~
A small pool of murky brown thick mud and debris.  Small bubbles slowly

form over the spot where the spring is fed from within the earth. 

Despite its unwholesome appearance, it doesn't smell quite as bad as it

looks.  Perhaps it isn't even poisonous.

~
P
-1

#2094
Orb's Movement Ring~
Orb's Movement Rings~
~
~
~
~
~
~
Orb~
Olah~
9 2094 0 0 3 0
0 0 0 0 0 0 4
0 0 0 0
10 0 92 -1 10 700 0 0
869265157
A 14 3000
E
either~
Silly Orb needs to describe this.

~
P
-1

#2095
coral and pearl bracelet~
coral and pearl bracelets~
~
~
lies here glimmering softly.~
lie here glimmering softly.~
~
~
Orb~
Fenlyn~
9 2095 268435456 12 4097 0
0 0 704 0 0 0 8
0 3 0 0
10 2000 10 -1 3 1000 0 0
869273222
A 12 10
E
either~
Tiny pearls and polished spheres of coral are set into a small band of

silver.

~
P
-1

#2096
pearl~
pearls~
~
~
lies here on a small patch of sand.~
lie here on a small patch of sand.~
~
~
Orb~
Orb~
8 2096 0 0 1 0
0 0 128 0 0 0 4
0 0 0 0
10 600 1 -1 10 1000 0 0
869273386
E
either~
A perfectly spherical gem of a milky white color, this pearl is very

valuable.

~
P
-1

#2097
shiny silver bracelet~
shiny silver bracelets~
~
~
gleams faintly on the ground.~
gleam faintly on the ground.~
~
~
Orb~
Fenlyn~
9 2097 0 0 4097 0
0 0 0 0 0 0 8
0 2 0 0
10 100 1 -1 10 1000 0 0
869273682
E
either~
A thin band of silver, made to be worn on the wrist.

~
P
-1

#2098
gloves~
gloves~
loose grey leather~
+of deftness~
lies on the ground.~
lie on the ground.~
pair of~
pairs of~
Florian~
Derna~
9 2098 0 0 129 128
0 0 4 0 0 0 4
0 3 0 0
50 0 45 -1 4 500 0 0
869283506
A 2 1
A 24 20
E
before~
Sewn together from strips of thick grey hide, these gloves are loose

fitted.  The tip of each finger is covered with a double layer of hide.

~
E
after~
These thick gloves are sewn from strips of grey hide.  Loose fitting, the

gloves look especially comfortable.  A small, green peridot is set into

the back of each glove and around each are swirls of tiny runes stitched

in golden thread.  Also,the back of each of the glove's fingers is set

with a tiny, faceted carnelian - a stone known for its magical properties.

~
P
-1

#2099
juicy cactus~
juicy cacti~
~
~
bereft of its prickly spines has been discarded.~
bereft of their prickly spines have been discarded.~
piece of~
pieces of~
Florian~
Caer~
19 2099 -2130706432 0 1 0
0 0 512 0 0 0 4
10 0 0 0
40 35 1 -1 10 125 0 0
869298882
E
either~
Oval in shape, this broad, succulent leaf is about nine inches long and

an inch this.  It is so swollen with moisture that you can practically

smell it.  Though most of the cactus spines have fallen out of the leaf,

a few of the sharp needles still protrude dangerously from the succulent

petiole.

~
E
either~
No description~
P
-1

#2100
black robe~
black robes~
glittering~
+of the Dawnstar~
lay in a crumpled heap on the ground.~
lay in a crumpled heap on the ground.~
~
~
Talis~
Fenlyn~
9 2100 8650817 0 9 268435456
0 0 16 0 0 0 4
0 15 0 0
500 44000 80 -1 9 400 0 0
869497443
E
either~
A set of plush black robes that seem to glitter reflecting light back

from many points.  Staring into it you can almost pretend you are staring

at the night sky with its glittering stars high overhead.

~
P
-1

#2101
soft leather gloves~
soft leather gloves~
~
~
lies here.~
lie here.~
pair of~
pairs of~
(null pointer)~
Marek~
9 2101 -2147483648 0 129 144
0 0 4 0 0 0 4
0 2 0 0
80 50 1 -1 1 600 0 0
-1
E
either~
A comfortable pair of gloves for your hands.

~
P
-1

#2102
hard leather gloves~
hard leather gloves~
~
~
lie here.~
lie here.~
pair of~
pairs of~
(null pointer)~
Marek~
9 2102 -2147483648 0 129 144
0 0 4 0 0 0 4
0 3 0 0
85 150 1 -1 1 600 0 0
-1
E
either~
A stiff pair of leather gloves for your hands.

~
P
-1

#2103
studded leather gloves~
studded leather gloves~
~
~
~
~
pair of~
pairs of~
(null pointer)~
Fenlyn~
9 2103 -2139095040 0 129 2097296
0 0 4100 0 0 0 4
0 4 0 0
160 300 5 -1 2 900 0 0
-1
E
either~
A pair of studded leather gloves for your hands.

~
P
-1

#2104
pair of bronze gauntlets~
pairs of bronze gauntlets~
~
~
have been left here.~
have been left here.~
~
~
Kiian~
Derna~
9 2104 -2147483648 0 129 3227792
0 0 2048 0 0 0 4
0 8 0 0
290 1750 15 -1 2 800 0 0
-1
E
either~
A pair of bronze gauntlets for your hands.

~
P
-1

#2105
gauntlets~
gauntlets~
iron~
iron~
have been left here.~
have been left here.~
pair of~
pairs of~
(null pointer)~
Derna~
9 2105 -2147483648 0 129 3162256
2 0 4096 0 0 0 4
0 10 0 0
260 3500 30 -1 3 900 0 0
-1
E
either~
A pair of iron gauntlets for your hands.

~
P
-1

#2106
gauntlets~
gauntlets~
steel~
steel~
have been left here.~
have been left here.~
pair of~
pairs of~
(null pointer)~
Derna~
9 2106 -2147483648 0 129 3260416
6 0 8192 0 0 0 4
0 12 0 0
240 7000 25 -1 3 1000 0 0
-1
E
either~
A pair of sturdy steel gauntlets for your hands.

~
P
-1

#2107
gauntlets~
gauntlets~
mithril~
mithril~
have been left here.~
have been left here.~
pair of~
pairs of~
(null pointer)~
Derna~
9 2107 0 0 129 3260560
0 0 16384 0 0 0 4
0 14 0 0
220 10000 35 -1 4 1000 1 0
-1
E
either~
A pair of light mithril gauntlets for your hands.

~
P
-1

#2108
gauntlets~
gauntlets~
electrum~
electrum~
have been left here.~
have been left here.~
pair of~
pairs of~
Kiian~
Derna~
9 2108 0 0 129 3145872
0 0 73728 0 0 0 4
0 6 0 0
290 17500 20 -1 5 1000 0 0
-1
E
either~
A pair of electrum gauntlets for your hands.

~
P
-1

#2109
gauntlets~
gauntlets~
adamantine~
adamantine~
have been dropped here.~
have been dropped here.~
pair of~
pairs of~
(null pointer)~
Derna~
9 2109 536870912 0 129 3260560
0 0 36864 0 0 0 4
0 18 0 0
260 25000 55 -1 6 1200 0 0
-1
E
either~
A pair of very sturdy adamantine gauntlets for your hands.

~
P
-1

#2110
circlet~
circlets~
leather~
+of the Dawnstar~
rests on the groud.~
rest on the ground.~
~
~
Talis~
Marek~
9 2110 277086273 0 17 268435456
0 0 4 8192 0 0 4
0 6 0 0
30 8000 60 -1 9 500 0 0
869498088
E
either~
A leather band, an inch and a half in width meant to be worn on the head. 

The leather itself is a dark black quite supple.  A single gem, a diamond

by all appearances, has been set in what must be the front.

~
P
-1

#2111
Mordecai's Dictionary~
Mordecai's Dictionaries~
~
~
lies here.~
lie here.~
~
~
Fenlyn~
Fenlyn~
5 2111 -2147480576 0 8193 1064960
0 0 2097152 0 0 0 4
0 5 5 1
100 500 92 -1 2 750 0 0
869516486
A 19 5
A 13 5
E
either~
This dagger is full of butt-whuppin'.

~
P
3 -1
~
~
if( random( 1, 4 ) == 2 ) {

  act_tochar( #ch, ch );

  act_tochar( #vch, victim );

  attack_weapon( ch, victim, 5d5, "grammar usage" );

  }

~
E
ch~
@EYou attack your opponent's use of bad grammar!@n

~
E
vch~
@EYour opponent attacks you for your use of bad grammar!@n

~
!
-1

#2112
morningstar~
morningstars~
softly glowing~
+of the Dawnstar~
has been left here.~
have been left here.~
~
~
Talis~
Talis~
5 2112 540285249 12 8193 268435456
0 0 32768 0 0 0 4
0 6 6 6
800 10500 70 -1 10 1000 0 0
869521088
E
either~
A spiked ball of gleaming metal rests at the end of a long chain of

similar metal.  The chain and ball have been attached to a dark, hardwood

handle wrapped in rough leather for a sure grip.  The spikes on the end

of the ball may be short, but they look awfully sharp.  The metal seems

to glow softly.

~
P
-1

#2113
tiny coral throne~
tiny coral thrones~
~
~
sits here againt the wall of kelp.~
sit here against the wall of kelp.~
~
~
Orb~
Orb~
35 2113 33619968 0 0 0
0 0 128 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
869554582
E
either~
Made of polished blue coral, the throne gleams in the soft light.

~
P
-1

#2114
sapphire circlet~
sapphire circlets~
~
~
lies here gleaming a deep blue.~
lie here gleaming a deep blue.~
~
~
Orb~
Olah~
9 2114 277876800 4 17 0
0 0 64 16777216 0 0 2
0 2 0 0
10 100 1 -1 10 200 0 0
869710280
E
either~
This thin circlet of silver has been set with deep blue sapphires.

~
P
-1

#2115
fade's eye~
fade's eyes~
~
~
gleams with hidden life.~
gleam with hidden life.~
~
~
Merior~
Merior~
11 2115 16777216 0 1 0
0 0 0 0 0 0 4
1 -1 -1 -1
20 10 1 -1 10 1000 0 0
869710482
E
either~
This large pupil-less eye is dark as midnight.  It gleams strangely,

almost as if it were still alive.

~
P
-1

#2116
block of stone~
blocks of stone~
~
~
rests on the ground.~
~
~
~
Rue~
Phule~
12 2116 33554432 0 1 0
0 0 64 0 0 0 4
1 0 0 0
23100 0 1 -1 10 1000 0 0
869804260
E
either~
It is a large block of brown stone.  It has many cracks in it, like it

has taken a powerful blow of some sort.

~
P
-1

#2117
Terek's dagger o' slayin~
Terek's dagger o' slayins~
~
~
~
~
~
~
Terek~
Terek~
5 2117 1024 0 24577 0
0 0 32768 -2096977717 -1869610943 2 4
30 950 1 1
10 0 92 -1 10 1000 0 0
869844004
A 13 7500
A 12 5000
E
either~
Blunt-tipped and serrated, this looks more like a cheese knife than a

weapon of distinction.  Engraved upon the hilt is the time-worthy

inscription, "PLEASE DON'T HURT ME, HAMMAH!" 

~
P
-1

#2118
sphere of clear glass~
spheres of clear glass~
~
~
seems to absorb light.~
seem to absorb the light.~
~
~
Merior~
Fenlyn~
11 2118 0 0 1 0
0 0 32 0 0 0 4
1 0 0 0
20 5000 1 -1 10 1000 0 0
869957130
E
either~
This small round sphere is made of the clearest glass.  It absorbs all

the light and seems to change its essence.  One trained in its use can

see things quite differently.

~
P
-1

#2119
old broken lantern~
old broken lanterns~
~
~
lies here~
lie here~
~
~
Rue~
Rue~
13 2119 0 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
70 0 1 -1 10 200 0 0
869978365
E
either~
A smashed and dented old lantern.  It is made of a thin metal, probably

tin, and covered in dust, scratches, and grime.  The lens has long since

been shattered and lost.  It doesn't look like it will ever work again.

~
P
-1

#2120
wooden thongs~
wooden thongs~
~
~
has been left here.~
have been left here.~
pair of~
pairs of~
(null pointer)~
Marek~
9 2120 0 0 65 0
0 0 2 0 0 0 4
0 2 0 0
200 25 1 -1 1 650 0 0
-1
E
either~
A really common pair of wooden cheap wooden thongs.

~
P
-1

#2121
sandals~
sandals~
~
~
lies on the ground here.~
lie on the ground here.~
pair of~
pairs of~
Nobody~
Marek~
9 2121 0 0 65 0
0 0 2 0 0 0 4
0 1 0 0
100 15 1 -1 1 650 0 0
-1
E
either~
A pair of soft sandals await your feet.

~
P
-1

#2122
soft, low boots~
soft, low boots~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Kiian~
Marek~
9 2122 -2147483648 0 65 0
0 0 4 0 0 0 4
0 2 0 0
300 150 1 -1 1 500 0 0
-1
E
either~
A comfortable pair of walking shoes.

~
P
-1

#2123
soft knee-high boots~
soft knee-high boots~
~
~
made from soft leather.~
made from soft leather.~
pair of~
pairs of~
(null pointer)~
Greyclaw~
9 2123 -2147483648 0 65 0
0 0 0 0 0 0 4
0 3 0 0
800 350 1 -1 1 800 0 0
-1
E
either~
A comfortable pair of knee-high boots.

~
P
-1

#2124
low hard boots~
low hard boots~
~
~
lie here.~
lie here~
pair of~
pairs of~
(null pointer)~
Greyclaw~
9 2124 -2147483648 0 65 0
0 0 0 0 0 0 4
0 3 0 0
400 650 1 -1 2 700 0 0
-1
E
either~
A pair of low hard leather boots.

~
P
-1

#2125
high hard boots~
high hard boots~
~
~
lies here.~
lie here.~
pair of~
pairs of~
(null pointer)~
Jimbalaya~
9 2125 -2147483648 0 65 1048576
0 0 0 0 0 0 4
0 4 0 0
1000 750 5 -1 2 1000 0 0
-1
E
either~
A pair of high hard leather boots.

~
P
-1

#2126
boots~
boots~
forest-green~
earthforest~
have been left here, partially obscured.~
have been left here, partially obscured.~
pair of~
pairs of~
Nobody~
Jimbalaya~
9 2126 537133120 0 65 1008
0 0 4 0 0 0 4
0 3 0 0
500 1200 5 -1 4 600 0 0
-1
A 18 1
E
either~
The boots appear small, and the forest-green color seems the natural

color of the leather.  Covering the surface are imprinted scenes of leafs

and trees, including twinning roots.  Tales speak of boots like these

forged by Korred or perhaps Satyr.

~
P
-1

#2127
boots~
boots~
hard leather~
+of travel~
stand to the side.~
stand to the side.~
pair of~
pairs of~
Kiian~
Jimbalaya~
9 2127 537133120 0 65 3068
0 0 4 0 0 0 4
0 6 0 0
800 9000 30 -1 6 600 0 0
-1
A 22 5
A 14 10
E
either~
The boots are high and of brown hard leather.  Sigils around the sole

show that they must be the work of some magician.  These boots seem like

they would be extremely comfortable to wear.

~
P
-1

#2128
broken pickaxe head~
broken pickaxe heads~
~
~
lies abandoned here.~
lie abandoned here.~
~
~
Rue~
Rue~
13 2128 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1000 0 1 -1 10 900 0 0
869980359
E
either~
This ancient tool is rusted and broken.  The shaft has long since rotted

away, leaving only the rusty, broken pickaxe head.

~
P
-1

#2129
Four-poster Iron Bed~
Four-poster Iron Beds~
~
~
sits by the north wall.~
sit by the north wall.~
~
~
Orb~
Orb~
35 2129 33554432 0 0 0
0 0 0 0 0 0 4
2 0 0 0
10 0 1 -1 10 1000 0 0
870052741
E
either~
A large iron bed sit by the north wall.  Heavy iron posts raise ten feet

in the air, wicked gargoyle forms screaming down from the ends.  The bed

itself is fluffy and warm, the slug-skin sheets covered with a bearskin

comforter.

~
P
-1

#2130
Slug-skin Loveseat~
Slug-skin Loveseats~
~
~
sits by the fireplace.~
sit by the fireplace.~
~
~
Orb~
Orb~
35 2130 33554432 0 1 0
0 0 0 0 0 0 4
2 0 0 0
10 0 1 -1 10 1000 0 0
870053270
E
either~
A comfy green slug-skin loveseat sits by the fireplace.  This overstuffed

loveseat is constructed of quality green slug skin.  It is cushy to sit

on, and very comfortable.

~
P
-1

#2131
cyan-colored ticket~
cyan-colored tickets~
~
~
has been discarded on the ground.~
have been discarded on the ground.~
~
~
Fenlyn~
Fenlyn~
0 2131 8388608 0 1 0
0 0 1 0 0 0 4
0 0 0 0
1 50 20 -1 10 1000 0 0
870115139
E
either~
A small rectangular ticket.  Printed on the back it says, "Good only for

admission to the theatre galleries.  Readmission requires purchase of a

new ticket." 

~
P
-1

#2132
yellow-colored ticket~
yellow-colored tickets~
~
~
lies alone on the gorund.~
lie in a pile on the ground.~
~
~
Fenlyn~
Fenlyn~
0 2132 8388608 0 1 0
0 0 1 0 0 0 4
0 0 0 0
1 75 20 -1 10 1000 0 0
870115154
E
either~
A small rectangular ticket.  Printed on the back it says, "Good only for

admission to the backstage area.  Readmission requires purchase of a new

ticket." 

~
P
-1

#2133
red-colored ticket~
red-colored tickets~
~
~
lies crumpled on the ground.~
lie crumpled on the ground.~
~
~
Fenlyn~
Fenlyn~
0 2133 8388608 0 1 0
0 0 1 0 0 0 4
0 0 0 0
1 20 20 -1 10 1000 0 0
870115178
E
either~
A small rectangular ticket.  Printed on the back it says, "Good only for

admission to the theatre arena.  Readmission requires purchase of a new

ticket." 

~
P
-1

#2134
beard rings~
beard rings~
platinum~
platinum~
have been left here.~
have been left here.~
set of~
sets of~
Talis~
Olah~
9 2134 268435456 0 17 0
0 4100 1048576 0 0 0 2
0 5 0 0
30 10000 30 -1 2 750 0 0
870740968
E
either~
A set of wide platinum rings worn in the beards of dwarves to mark their

standing within the dwarven nation.  These are plain and unadorned, as

tradition dictates.

~
P
-1

#2135
tin-plated charm~
tin-plated charms~
~
~
lies here, glimmering faintly.~
lie here, glimmering faintly.~
~
~
Orb~
Orb~
18 2135 11665424 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
870226099
E
either~
A tiny tin charm dangles on the end of a chain.  Shaped into a slender

representation of a thorn, the charm pulses faintly.

~
P
-1

#2136
beard rings~
beard rings~
steel~
steel~
have been left here.~
have been left here.~
set of~
sets of~
Talis~
Olah~
9 2136 0 0 17 0
0 4100 8192 0 0 0 2
0 4 0 0
40 5000 20 -1 2 1000 0 0
870740970
A 19 1
A 13 5
E
either~
A set of wide steel rings worn in the beards of dwarves to mark their

standing within the dwarven nation.  These are plain and unadorned, as

tradition dictates.

~
P
-1

#2137
black obsidian~
black obsidian~
~
~
as dark as night has been left on the ground.~
as dark as night have been left on the ground.~
chunk of~
chunks of~
Florian~
Florian~
8 2137 -2147483648 0 1 0
0 0 64 0 0 0 4
0 0 0 0
50 250 1 -1 10 100 0 0
870298799
E
either~
Smooth as silk, this chunk of rock has a sleek black surface with a few

veins of red running through it.  The rock is clearly volcanic in origin,

for its texture is too glossy to be otherwise.  A few bits of brown rock

jut outward from the center of the obsidian chunk.

~
E
either~
No description~
P
-1

#2138
green obsidian~
green obsidian~
~
~
the color of grass lies here.~
the color of grass lie here.~
chunk of~
chunks of~
Florian~
Florian~
8 2138 -2147483648 0 1 0
0 0 64 0 0 0 4
0 0 0 0
50 500 1 -1 10 100 0 0
870298836
E
either~
Though black and red obsidian are the most common, green obsidian is not

unheard of.  Like most obsidian, this chunk has a glossy sheen and is as

smooth as a merchant's tongue.  The surface of the dark green obsidian

shown no signs of impurities.

~
E
either~
No description~
P
-1

#2139
clear quartz~
clear quartz~
~
~
sparkles as light deflects off its fractured surface.~
sparkle as light deflects off their fractured surfaces.~
small chunk of~
small chunks of~
Florian~
Florian~
8 2139 -2147483648 0 1 0
0 0 64 0 0 0 4
0 0 0 0
50 200 1 -1 10 500 0 0
870299066
E
either~
This mineral can be nothing other than quartz for it is too hard to be

glass and not refractive enough to be diamond.  Clear as a cloudless day,

this chunk of quartz is cylindrical in shape and has a hexagonal

structure.  One end of the quartz is slightly fractured, where it was no

doubt broken off from a much larger formation of the stone.

~
P
-1

#2140
horribly mutilated corpse of a wood elf~
horribly mutilated corpses of wood elves~
~
~
lies here.~
lie here.~
~
~
Terek~
Terek~
23 2140 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10000 0 1 -1 10 1000 0 0
870299897
E
either~
This small wood elf's body has been horribly mutilated by some unknown

beast.  Chunks of flesh have been torn from his arms, legs and chest and

many deep gashes cover his body.  A small piece of his leather armor

still remains on his body but is torn to shreds and completely worthless. 

His arm is outstretched towards the east, as if he tried to grab

something just before his death.

~
P
-1

#2141
leather collar~
leather collars~
~
~
has been dropped here.~
~
~
~
(null pointer)~
Marek~
9 2141 -2147483648 0 5 0
0 0 4 0 0 0 4
0 2 0 0
100 25 0 -1 1 500 0 0
-1
E
either~
A collar of leather to protect your throat.  To slow down a vampire or

something...

~
P
-1

#2142
cowl~
cowls~
bronze chainmail~
bronze chainmail~
lies here.~
lie here.~
~
~
Kiian~
Olah~
9 2142 -2147483648 0 17 3261280
0 0 2048 0 0 0 2
0 2 0 0
400 150 1 -1 3 750 1 0
-1
E
either~
This cowl is made from excellent, hand-crafted mail.  The supple mail

glides across your hands and shimmers like the sun on a crystal clear

pond.

~
P
-1

#2143
bronze garnent~
bronze garnent~
~
~
A garnent of bronze lies here.~
~
~
~
(null pointer)~
Jimbalaya~
9 2143 -1879048192 0 5 3162112
0 0 2048 0 0 0 4
0 5 0 0
500 500 1 -1 1 1000 0 0
-1
E
either~
A round bronze plate for you neck.

~
P
-1

#2144
iron garnent~
iron garnent~
~
~
A garnent of iron lies here.~
~
~
~
(null pointer)~
Jimbalaya~
9 2144 -1879048192 0 5 3162112
0 0 4096 0 0 0 4
0 6 0 0
800 1000 5 -1 1 1000 0 0
-1
E
either~
A round iron plate for you neck.

~
P
-1

#2145
garnent~
garnents~
steel~
steel~
lies here.~
lie here.~
~
~
Kiian~
Jimbalaya~
9 2145 268435456 0 5 3162112
0 0 8192 0 0 0 4
0 7 0 0
1000 2250 10 -1 3 1000 0 0
-1
E
either~
A round steel plate for you neck.

~
P
-1

#2146
mithril garnent~
mithril garnent~
~
~
A garnent of mithril lies here.~
~
~
~
(null pointer)~
Jimbalaya~
9 2146 268435456 0 5 3162112
0 0 16384 0 0 0 4
0 8 0 0
800 3500 15 -1 1 1000 0 0
-1
E
either~
A round mithril plate for you neck.

~
P
-1

#2147
electrum garnent~
electrum garnent~
~
~
A garnent of electrum lies here.~
~
~
~
(null pointer)~
Jimbalaya~
9 2147 268435456 0 5 3162112
0 0 0 0 0 0 4
0 9 0 0
600 5000 20 -1 1 1000 0 0
-1
E
either~
A round shining electrum plate for you neck.

~
P
-1

#2148
adamantine garnent~
adamantine garnent~
~
~
A garnent of adamantine lies here.~
~
~
~
(null pointer)~
Jimbalaya~
9 2148 268435456 0 5 3162112
0 0 32768 0 0 0 4
0 10 0 0
1000 8000 25 -1 1 1000 0 0
-1
E
either~
A round tough adamantine plate for you neck.

~
P
-1

#2149
~
~
~
silver talisman of hope~
lies here.~
lie here.~
~
~
Kiian~
Jimbalaya~
8 2149 1089 0 5 268435456
0 0 147456 0 0 0 4
3 0 0 0
100 8000 20 -1 1 1000 0 0
-1
A 4 1
E
either~
A silver locket set in varnished red cherrywood.

~
P
-1

#2150
a stone tablet~
a stone tablet~
~
+( middle-section )~
lies half-covered with dust.~
lie half-covered with dust.~
broken piece of~
broken pieces of~
Florian~
Florian~
0 2150 0 4 16385 0
0 0 64 0 0 0 4
0 0 0 0
200 0 1 -1 10 500 0 0
870301163
E
before~
Several jagged, vein-like cracks run down through the center of this

relatively flat stone.  The edges of the stone are broken and crumbling. 

Though pitted and scarred on one side, the stone is completely smooth,

almost polished, on the other side.  A series of crude symbols have been

etched into the smooth side of the broken stone.

~
E
after~
Vaguely rectangular in shape, this slab of stone is two inches thick and 

is the epitome of contradiction.  While one side of the stone is jagged

and plain, the other is smooth and covered with symbols.  Two of the

slab's edges are broken and crumbling and while the adjacent edges have

been carefully and evenly polished.  from the obvious breakage points,

its probable that this piece of stone use to be part of a sizably larger

stone.

~
E
symbols~
The symbols adorning the face of the stone are like none you have ever

seen and yet, some of them look particularly familiar.  In fact, the

symbols toward the bottom of the stone, just at one of the breakage

points, appears oddly reminiscent of primitive human scrawlings.

~
P
-1

#2151
bone~
bones~
finger~
index finger~
lies on the ground, pointing north.~
lie on the ground, pointing north.~
~
~
Florian~
Florian~
34 2151 -2130706432 4 1 0
0 0 128 0 0 0 4
0 0 0 0
20 50 1 -1 10 200 0 0
870301301
E
before~
The origins of this bone are somewhat nebulous.  Its size and shape

relates it to a humanoid fingerbone, but of what specific race of bipeds

that have gripping hands, you are uncertain.  In a couple of places, the

finger bone bears gnaws marks which graze just the surface of the

skeletal fragment.

~
E
after~
From what remains of this bone, it resembles a lizardman's index claw

more than a finger.  Though each tapers in the same manner, on a

lizardman's claw gets wider at the tip rather than slimmer.  Judging from

the stress and breakage along the third knuckle, at the base of the claw,

it was apparently torn off rather than cleanly severed.

~
P
-1

#2152
papyrus plant~
papyrus plants~
~
~
with tall, leafy reeds, grows at the edges of the water.~
with tall, leafy reeds, grow along the edges of the water.~
~
~
Florian~
Florian~
0 2152 -2147483648 8 0 0
0 0 512 0 0 0 4
0 0 0 0
2500 400 1 -1 10 75 0 0
870302745
E
either~
Clinging to the edge of a small water source, the shoots of this plant

jut outwards in every direction.  The shoots of the green, leafy plant

are segmented and grow at tall as eight feet.  Though there are many

shoots growing from this single plant, few appear to be mature.

~
P
0 -1
pic pick~
papyrus reed leafy~
if( random( 0, 2 ) == 0 ) {

act_tochar( #last, ch, obj );

act_notchar( #rlast, ch, obj );

junk_obj( obj, 1 );

}

else {

send_to_char( #pick, ch );

act_notchar( #rpick, ch, obj );

}

obj_to_char( oload( 2153 ), ch );

~
E
rlast~
$n picks the last reed from $p. 

~
E
last~
You pick the last reed from $p. 

~
E
rpick~
$n picks a reed from $p.

~
E
pick~
You carefully pick a papyrus reed from the plant.

~
!
-1

#2153
papyrus reed~
papyrus reeds~
~
~
stripped of its leaves lies here.~
stripped of their leaves lie here.~
~
~
Florian~
Florian~
11 2153 -2147483648 0 1 0
0 0 512 0 0 0 4
1 0 0 0
10 25 1 -1 10 1000 0 0
870302763
E
either~
This segmented reed has been stripped of its leaves and cut off from a

much larger aquatic sedge.  At little more than two feet long, the

papyrus reed is still very light.  The green, leafless shoot seems very

stout and woody.

~
P
-1

#2154
beard rings~
beard rings~
mithril~
mithril~
have been left here.~
have been left here.~
set of~
sets of~
Talis~
Olah~
9 2154 268435456 0 17 0
0 4100 16384 0 0 0 4
0 5 0 0
50 12000 35 -1 8 1000 0 0
870740974
A 13 5
E
either~
A set of wide mithril rings worn in the beards of dwarves to mark their

standing within the dwarven nation.  These are plain and unadorned, as

tradition dictates.

~
P
-1

#2155
red-green diamond~
red-green diamonds~
~
~
lies here gleaming in the light.~
lie here gleaming in the light.~
~
~
Terek~
Stormeblade~
6 2155 0 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
10 8000 1 -1 10 1000 0 0
870782811
E
either~
This rare diamond has a reddish-green tinge to it, making it quite

beautiful.  Streaks of purple linger inside the precious gem and

examining it closely you can find no flaws whatsoever in or on it.

~
P
-1

#2156
boots~
boots~
soft grey leather~
elven~
sit here neatly.~
sit here in a neat pile.~
pair of~
pairs of~
Terek~
Jimbalaya~
9 2156 0 0 65 268435456
0 0 4 0 0 0 4
0 5 0 0
200 27000 60 -1 8 500 0 0
870783578
A 2 2
A 1 -1
E
either~
These fine leather boots are made from a thin, soft grey leather.  The

soles of the boots are made from a thick rubber which look as if they

could offer excellent gripping, even in the most hazardous terrain.  Upon

the back of the boots are small, barely visible sets of runes which

appear to be elvish.

~
P
-1

#2157
leather coin purse~
leather coin purses~
~
~
has been left upon the ground.~
have been left upon the ground.~
~
~
Terek~
Fenlyn~
15 2157 0 4 2049 0
0 0 4 0 0 0 4
8 1 0 0
50 100 1 -1 9 500 0 0
870784623
E
either~
This small coin purse is made from boiled, hardened leather and dyed

forest-green in color.  A small tie string is used for opening and

closing the purse and keeping coins secure in them.

~
P
-1

#2158
black lotus~
black lotuses~
~
~
blooms here.~
bloom here.~
~
~
Terek~
Rebekka~
0 2158 0 0 16385 0
0 0 512 268435456 0 0 4
0 0 0 0
10 0 10 -1 10 1000 0 0
870785209
E
either~
This rare flower is jet black in color with a red dot in its center. 

Like its water-growing version, this flower also has large leaves which

look as though they could float.  Instead of a sweet smell coming from

within the center of the flower, the smell of decaying flesh wafts up.

~
P
-1

#2159
dirty rag~
dirty rags~
~
~
is covered with grime.~
are covered with grime.~
~
~
Merior~
Merior~
8 2159 0 8 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 1000 1 -1 10 1000 0 0
871042821
E
either~
This large rag has been used to scrub floors for quite some time.  It is

covered with dirt and grime, and appears to be unlikely to function

effectively in that role any longer.

~
P
-1

#2160
cape~
capes~
light green~
light green~
lies here.~
lie here in a pile.~
~
~
(null pointer)~
Marek~
9 2160 -2147483648 0 9 0
0 0 16 0 0 0 8
0 2 0 0
450 500 1 -1 1 300 0 0
-1
E
either~
A cape of light green to go around your body.

~
P
-1

#2161
frost-covered chest~
frost-covered chests~
~
~
sits partially obscured under some snow.~
sit partially obscured under some snow.~
~
~
Terek~
Terek~
15 2161 0 0 0 0
0 0 0 0 0 0 4
100 13 -1 -1
20000 0 1 -1 10 1000 0 0
871307255
E
either~
This large, heavily reinforced chest is made from plates of mithril.  On

almost every portion of the chest lies a layer of frost which is

extremely cold to the touch.  A gigantic lock has been set into the

mithril making this a challenge for even the best of thieves to open, or

the strongest of men to break.

~
P
-1

#2162
brown leather cloak~
brown leather cloaks~
~
~
has been dropped here.~
have been dropped in a pile here.~
~
~
Kiian~
Marek~
9 2162 268435456 0 9 0
0 0 4 0 0 0 8
0 3 0 0
700 200 1 -1 1 550 0 0
-1
E
either~
Two large grey wolf skins have been fashioned together to form a rough

cloak.

~
P
-1

#2163
robe~
robes~
faded grey~
+of regeneration~
lies here.~
lie here.~
~
~
kiian~
Fenlyn~
9 2163 262208 0 9 0
0 0 16 0 0 0 4
0 5 0 0
500 5000 20 -1 4 400 0 0
-1
A 20 5
E
either~
The robe looks old and faded.  Some of its grey color has also faded. 

But upon handling it, you find the material extremely strong, and you can

almost sense old enchantments upon it.  Its true age must be very great.  

~
P
-1

#2164
robe~
robes~
bright green~
bright green~
is on the ground.~
are on the ground.~
~
~
Kiian~
Fenlyn~
9 2164 65 0 9 0
0 0 16 0 0 0 4
0 4 0 0
600 7000 25 -1 3 400 0 0
-1
A 7 2
A 8 3
A 9 5
E
either~
The robe looks sturdy and is woven with a shiny, bright, green thread. 

The edges are a darker green.  You find that in the dark, the material is

lit up as if in the light.  

~
P
-1

#2165
robe~
robes~
rainbow-colored~
rainbow-colored~
has been dropped here.~
have been dropped here in a pile.~
~
~
Kiian~
Fenlyn~
9 2165 262209 0 9 7307264
0 0 16 8 0 0 4
0 3 0 0
300 14000 40 -1 3 400 0 0
-1
A 10 -15
E
either~
A strange robe indeed.  The material is a heavy, white color that

scintilates through all the colors of the spectrum when you move it.  The

affect is captivating and a little hypnotizing.  

~
P
-1

#2166
robe~
robes~
dark~
black silk~
made from the finest silk lies on the ground.~
made from the finest silk lie on the ground.~
~
~
Kiian~
Fenlyn~
9 2166 262208 0 9 0
0 0 16 0 0 0 4
0 4 0 0
600 4500 18 -1 5 300 0 0
-1
A 8 5
A 12 5
A 7 5
A 1 -1
E
either~
A robe of black silk that looks very expensive.  Wearing it, you find

carefully embroidered black-sigils covering its surface.

~
P
-1

#2167
robe~
robes~
dark brown~
+of elvenkind~
has been dropped here.~
have been dropped in a pile here.~
~
~
Object~
Fenlyn~
9 2167 262208 0 9 8189
0 1028 4 0 0 0 4
0 3 0 0
500 1500 1 -1 4 500 0 0
-1
E
either~
A dark brown robe, made from a soft, supple cloth that you guess would

repel water quite well.  The stictching is very fine, and the garment

sized for someone about the size of a human, or maybe a bit smaller.

~
P
-1

#2168
pillow-like rock~
pillow-like rocks~
~
~
lies on the ground, looking soft and inviting.~
lie on the ground, looking soft and inviting.~
~
~
Florian~
Florian~
35 2168 33554432 0 0 0
0 0 64 0 0 0 4
2 0 0 0
10 0 1 -1 10 1000 0 0
871548875
E
either~
Situated towards the center of the stand of pine trees, a pair of

pillow-like stones rest protectively, their surfaces covered with a bed. 

of soft and feathery moss.  The natural seats look comfortable and

inviting.

~
P
-1

#2169
office key~
office keys~
~
~
sits on the ground.~
are discarded on the ground.~
~
~
Fenlyn~
Fenlyn~
18 2169 0 4 1 0
0 0 4096 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
871592079
E
either~
Made of thin iron, the key is jagged on both sides.

~
P
-1

#2170
key~
keys~
dark copper~
+to Dressing Room #1~
lies alone on the ground.~
are littering the ground.~
~
~
Fenlyn~
Fenlyn~
18 2170 68157443 4 1 0
0 0 524288 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
871628266
E
either~
The key is made of a dark copper and is more like a long tube with a cube

on the end than a key.

~
P
-1

#2171
key~
keys~
dark copper~
+to Dressing Room #2~
lies alone on the ground.~
are littering the ground.~
~
~
Fenlyn~
Fenlyn~
18 2171 68157443 4 1 0
0 0 524288 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
871715735
E
either~
The key is made of a dark copper and is more like a long tube with a cube

on the end than a key.

~
P
-1

#2172
corset~
corsets~
+of an opera singer~
+of mystical energy~
sits on the ground.~
sit on the ground.~
~
~
Fenlyn~
Fenlyn~
9 2172 8388608 0 9 67108864
0 0 16384 32 0 0 4
0 4 0 0
1200 7500 25 -1 9 800 1 0
871717236
A 12 20
E
either~
The brassiere, made of overlapping mithril scales, is very sturdy and

strong.  It has leather straps on its sides used to tighten the brassiere

around the torso.  They also allow for the wearer to get in and out of

the brassiere quickly.

~
P
-1

#2173
miner's gloves~
miner's gloves~
~
~
lie here~
lie here~
pair of~
pairs of~
Rue~
Derna~
9 2173 0 0 129 0
0 3718660 132 0 0 0 4
0 4 0 0
220 500 5 -1 3 650 0 0
871717990
E
either~
The old gloves are made of thick leather and reinforced with bone splines

to provide excellent protection for you hands.

~
P
-1

#2174
pinch~
pinches~
+of blue dust~
+of encephalic matter~
has accumulated on the uneven ground.~
have accumulated on the uneven ground.~
~
~
Florian~
Florian~
39 2174 16777280 0 1 0
0 0 512 0 0 0 4
0 0 0 0
20 500 1 -1 10 200 0 0
871757215
E
before~
This cobalt-blue powder smells of rotten flesh.  It is remarkably cool

and coarse to the touch.  Tiny blue, wrinkled particles are mixed in with

the pinch of blue powder.  A few flecks of sand are commingled with the

powdery material.

~
E
after~
Blue as a cobalt sparrow, this coarse powder is all that remains of a

sand wyrm's brain.  Not very large to begin with, this mere pinch of

material represents a pure extract of the desert creature's brain.  A few

grains of sand are mixed in with the rare substance.

~
P
12 -1
~
~
if( find_stat( ch, str ) > 3 ) {

drain_stat( ch, str, 50, -1 );

drain_stat( ch, int, 15, 1 );

continue;

}

else

act_tochar( #cant, ch );

~
E
cant~
You can't bring yourself to smoke another piece. You are too weak.

~
!
-1

#2175
chitin sac~
chitin sacs~
~
~
has been abondoned here.~
have been abondoned here.~
~
~
Florian~
Florian~
17 2175 -2130706432 4 1 0
0 0 0 0 0 0 4
120 120 21 0
70 100 1 -1 10 1000 0 0
871760766
E
either~
Dark brown in color, this leathery object looks to be a bladder or an

internal organ of some creature.  Flecks of red chitin cling to the

organic sac.  A thick, golden substance sticks to the rim of the sac and

has a sweet, flowery aroma.

~
P
-1

#2176
nest~
nests~
bird's~
bird's~
has fallen to the ground.~
have fallen to the ground.~
~
~
Talis~
Talis~
15 2176 -2147483648 12 1 0
0 0 2 0 0 0 4
1 0 0 0
20 0 1 -1 10 500 0 0
871831358
E
either~
A tangle of twigs and whatever else was on hand has been constructed into

a tidy little nest by some bird.  It is a typical bowl-shaped nest and

measures nearly six inches in diameter.

~
P
-1

#2177
strip of red dragon skin~
strips of red dragon skin~
~
~
lies here, steaming slightly.~
lie here, steaming slightly.~
~
~
Terek~
Terek~
33 2177 16777216 0 1 0
0 0 256 0 0 0 4
0 0 0 0
300 2000 1 -1 10 1000 0 0
871835992
E
either~
This small strip of red dragon skin is about 3 feet wide by 2 feet long. 

Tough, armor-like scales cover the skin and are covered with deep nics

and cuts.  A wave of heat emanates from within the skin and small spirals

of steam rise up from it.

~
P
-1

#2178
dragon skin torso pad~
dragon skin torso pads~
~
~
lies here in a heap.~
lie here in a heap.~
~
~
Terek~
Fenlyn~
9 2178 0 0 9 0
0 0 4 0 0 0 2
0 4 0 0
200 5000 40 -1 7 650 0 0
871836255
A 7 10
E
either~
This torso pad is made from the underbelly hide of a red dragon.  Thick

red scales cover the leather padding beneath it and sheds a reddish glow. 

It looks as though it could offer some decent armor protection and

possibly even protection against fire.

~
P
-1

#2179
corpse of a mouse~
corpses of mice~
~
~
has managed to avoid rotting thus far.~
have managed to avoid rotting thus far.~
petrified~
petrified~
Talis~
Talis~
23 2179 0 0 16385 0
0 0 512 0 0 0 1713393261
0 0 0 0
10 0 1 -1 10 1000 0 0
895849549
E
either~
The very much flattened corpse of a long dead mouse.  Its face is

distorted into the rictus of its death agonies, frozen for all time like

the rest of its hardened body.  Flat as it is, it looks as if someone had

pressed it, or been sleeping on it.

~
P
-1

#2180
soft leather bracer~
soft leather bracers~
~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Fenlyn~
9 2180 -1879048192 0 4097 1048576
0 0 4 0 0 0 4
0 2 0 0
80 100 1 -1 1 500 0 0
-1
E
either~
A strap of soft leather for your wrist.

~
P
-1

#2181
hard leather bracer~
hard leather bracers~
~
~
has been left here.~
lie on the ground here.~
~
~
(null pointer)~
Fenlyn~
9 2181 -1879048192 0 4097 0
0 0 4 0 0 0 4
0 3 0 0
85 100 1 -1 1 600 0 0
-1
E
either~
A strap of hard leather for your wrist.

~
P
-1

#2182
studded leather bracer~
studded leather bracers~
~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Fenlyn~
9 2182 -1870659584 0 4097 2097152
0 0 4100 0 0 0 4
0 4 0 0
180 1000 5 -1 1 650 0 0
-1
E
either~
A strap of hard leather, covered in iron studs and fitted for wearing on

the wrist.

~
P
-1

#2183
bronze ringmail bracer~
bronze ringmail bracers~
~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Fenlyn~
9 2183 -1879048192 0 4097 3162112
0 0 2048 0 0 0 4
0 5 0 0
280 100 1 -1 1 700 1 0
-1
E
either~
This bracer is made of 2-1/2 inch rings sewn onto a soft leather backing. 

The rings are made of a copper-based alloy.  Altogether the bracer looks

very sturdy.

~
P
-1

#2184
bronze chainmail bracer~
bronze chainmail bracers~
~
~
has been left here.~
~
~
~
(null pointer)~
Fenlyn~
9 2184 -1879048192 0 4097 3194880
0 0 2048 0 0 0 4
0 6 0 0
180 100 1 -1 1 750 1 0
-1
E
either~
A bracer made of tiny interlinked bronze loops.

~
P
-1

#2185
ringmail bracer~
ringmail bracers~
~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Fenlyn~
9 2185 -1879048192 32 4097 3162112
0 0 4194304 0 0 0 4
0 5 0 0
280 100 1 -1 1 700 1 0
-1
E
either~
The bracer is made of 2 inch rings sewn onto leather.

~
P
-1

#2186
steel ringmail bracer~
steel bracers~
~
~
has been left here.~
have been left here.~
~
~
(null pointer)~
Fenlyn~
9 2186 -1879048192 0 4097 3194880
0 0 8192 0 0 0 4
0 8 0 0
240 3600 15 -1 1 800 1 0
-1
E
either~
The bracer is made of 2 inch rings sewn onto leather.  The rings are made

from iron and are uniformly sized.  The leather is a good quality leather,

making this sturdy bracer.

~
P
-1

#2187
chainmail bracer~
chainmail bracers~
~
~
lies here.~
lie here.~
~
~
(null pointer)~
Fenlyn~
9 2187 -1879048192 32 4097 3260416
0 0 4194304 0 0 0 4
0 8 0 0
180 1000 5 -1 4 750 1 0
-1
E
either~
Half-inch rings intertwined together make up this vest.  Each ring is

intertwined with six other rings.

~
P
-1

#2188
electrum chainmail bracer~
electrum chainmail bracers~
~
~
floats above the ground.~
~
~
~
(null pointer)~
Fenlyn~
9 2188 -1879048192 0 4097 3194880
0 0 147456 0 0 0 4
0 10 0 0
180 9000 30 -1 1 750 0 0
-1
E
either~
A strip of solid electrum for your wrist.

~
P
-1

#2189
adamantine chain bracer~
adamantine bracers~
~
~
glows dimly on the ground.~
glow dimly on the ground.~
~
~
(null pointer)~
Fenlyn~
9 2189 268435456 0 4097 3260416
0 0 36864 0 0 0 4
0 12 0 0
1500 7500 25 -1 1 1150 0 0
-1
E
either~
Made of a heavy adamantine, this piece of armor looks nearly

indestructable.  Small interlinked loops of the seamless metal are formed

into this bracer.

~
P
-1

#2190
bracer~
bracers~
silver~
silver~
has been left here.~
have been left here.~
~
~
Kiian~
Fenlyn~
9 2190 -1870397376 0 4097 3194880
0 0 147456 0 0 0 4
0 8 0 0
400 7500 25 -1 6 900 0 0
-1
A 2 1
E
either~
A bracer carved from a single piece of silver, covered with intricate

engravings.

~
P
-1

#2191
ragged pants~
ragged pants~
~
~
is here.~
are here.~
pair of~
pairs of~
Fenlyn~
Fenlyn~
9 2191 0 0 33 0
0 0 16 0 0 0 4
-1 2 -1 -1
200 35 1 -1 1 300 0 0
872060468
E
either~
This pair of pants is extremely dirty and covered in holes.  Stray

threads seem to blow around in the wind.  If not kept up, this pair of

pants may not last very long.

~
P
-1

#2192
torn brown shirt~
torn brown shirts~
~
~
lies in the dust.~
lie in the dust.~
~
~
Fenlyn~
Fenlyn~
9 2192 0 0 9 0
0 0 16 0 0 0 2
0 2 0 0
100 100 1 -1 1 300 0 0
872062673
E
either~
The shirt is ripped in several places.  Made of a dark brown-colored

cloth, the shirt offers some protection from the elements.

~
P
-1

#2193
sandals~
sandals~
~
travelling~
lies on the ground here.~
lie on the ground here.~
pair of~
pairs of~
Fenlyn~
Jimbalaya~
9 2193 -2138832896 0 65 0
0 66 4 0 0 0 4
0 4 0 0
100 5000 20 -1 1 500 0 0
872099424
A 22 2
A 14 15
E
either~
A pair of soft sandals await your feet.

~
P
-1

#2194
dirty robe~
dirty robes~
~
~
lies here in a pile.~
lie here in a pile.~
~
~
Fenlyn~
Fenlyn~
9 2194 -2147221440 0 9 0
0 0 16 0 0 0 4
0 3 0 0
500 5000 20 -1 1 300 0 0
872106074
A 13 10
E
either~
The robe is covered with dirt and looks gray with age.

~
P
-1

#2195
wand~
wands~
solid glass~
+of identify~
has been left here.~
have been left here in a small pile.~
~
~
Fenlyn~
Merior~
3 2195 8650817 0 16385 0
0 0 32 0 0 0 4
53 7 1 5
100 10000 20 -1 10 300 0 0
872107971
E
either~
The wand is a one foot shaft of solid glass from which an unusual light

glows.

~
P
-1

#2196
scarred leather belt~
scarred leather belts~
~
~
has been dropped here.~
have been dropped here.~
~
~
Fenlyn~
Fenlyn~
9 2196 -2147483648 0 2049 0
0 0 4 0 0 0 4
0 2 0 0
100 100 1 -1 1 600 0 0
872118679
E
either~
Made of a hard leather material, the belt is scarred and cracked with age.

~
P
-1

#2197
flowing burgundy cape~
flowing burgundy capes~
~
~
is lying on the dirty ground.~
are lying on the dirty ground.~
~
~
Fenlyn~
Fenlyn~
9 2197 -1870659520 0 9 0
0 0 16 0 0 0 8
0 3 0 0
150 200 1 -1 5 500 0 0
872132646
E
either~
This cape looks like it is made out of a thin cloth to keep it rather

lightweight so it can wave around in the wind.

~
P
-1

#2198
crown of royalty~
crowns of royalty~
~
fake~
has been left here.~
have been left here.~
~
~
Fenlyn~
Olah~
9 2198 -1869611008 0 17 0
0 0 524288 0 0 0 2
0 2 0 0
200 0 20 -1 10 700 0 0
872198303
E
either~
The crown has a brilliant lustre and is certainly fit for a king.

~
P
-1

#2199
crown of royalty~
crowns of royalty~
~
~
has been left here.~
have been left here.~
~
~
Fenlyn~
Olah~
9 2198 276824128 0 17 0
0 0 2048 0 0 0 2
0 2 0 0
200 6000 20 -1 8 750 0 0
872199577
A 4 1
E
either~
The crown has a brilliant lustre and is certainly fit for a king.

~
P
-1

#2200
belt~
belts~
narrow leather~
narrow leather~
has been dropped here.~
have been dropped here.~
~
~
Kiian~
Fenlyn~
9 2200 -2147483648 0 2049 0
0 0 4 0 0 0 4
0 2 0 0
100 100 1 -1 1 600 0 0
-1
E
either~
A small leather strap for your waist.

~
P
-1

#2201
wide leather belt~
wide leather belts~
~
~
has been dropped here.~
have been left here.~
~
~
Kiian~
Fenlyn~
9 2201 -2147483648 0 2049 0
0 0 4 0 0 0 4
0 3 0 0
100 100 1 -1 1 600 0 0
-1
E
either~
A wide belt of leather fit for your waist.

~
P
-1

#2202
bronze girth~
bronze girth~
~
~
is on the ground here.~
are on the ground here.~
~
~
(null pointer)~
Fenlyn~
9 2202 -2147483648 0 2049 3162112
0 0 2048 0 0 0 4
0 3 0 0
200 100 1 -1 1 800 1 0
-1
E
either~
Crafted from pure bronze, this functional belt fits around your waist

using a series of simple leather straps.  This soft metal girth looks as

if it has seen better days, dents and scratches mar its dull yellow

surface.

~
P
-1

#2203
girth~
girths~
iron~
iron~
lies forgotten on the ground.~
lie forgotten on the ground.~
~
~
Kiian~
Fenlyn~
9 2203 -2147483648 0 2049 3162112
0 0 4096 0 0 0 4
0 6 0 0
300 1000 5 -1 3 900 1 0
-1
E
either~
Crafted from what appears to be pure iron, this funcitonal belt utilizes

leather straps to fit snuggly around your waist.  Despite the damage the

belt has taken in what no doubt countless battles, the well oiled leather

bindings prove thats its functionality is still intact.

~
P
-1

#2204
girth~
girths~
steel~
steel~
lies on the ground.~
lie on the ground.~
~
~
Kiian~
Fenlyn~
9 2204 0 0 2049 3227648
0 0 8192 0 0 0 4
0 7 0 0
500 2000 10 -1 3 1000 1 0
-1
E
either~
Crafted from what appears to be solid steel, this girth is used as an

exceptional piece of armor.  Leather straps cunningly tucked away so as

to not be hit during combat are used to strap this girth around it's

users waist.

~
P
-1

#2205
mithril girth~
mithril girths~
~
~
is on the ground here.~
are on the ground here.~
~
~
Nobody~
Fenlyn~
9 2205 -2147483648 0 2049 3194880
0 0 16384 0 0 0 4
0 10 0 0
300 9000 30 -1 6 1000 1 0
-1
E
either~
Crafted from the finest elven mithril, this girth is reserved for the

elite amongst fighters.  The girth appears to be a single piece of

mithril molded to fit around your waist, it's well-oiled leather straps

neatly hidden from view.

~
P
-1

#2206
electrum girth~
electrum girth~
~
~
twinkles in the light as it lies here on the ground.~
twinkle in the light as they lie here on the ground.~
~
~
(null pointer)~
Fenlyn~
9 2206 0 0 2049 3145728
0 0 73728 0 0 0 4
0 12 0 0
150 20000 50 -1 1 700 0 0
-1
A 12 10
E
either~
This girth is both a beauty to look upon, and functional to wear.  It's

color is a combination of gold entwined with silver, cunningly crafted so

as to give the appearence that it was poured into a mold to exactly fit

its owner.

~
P
-1

#2207
adamantine girth~
adamantine girth~
~
~
lies here forgotten, its value incalculable.~
lie here forgotten, their value incalculable.~
~
~
(null pointer)~
Fenlyn~
9 2207 0 0 2049 3784704
0 0 36864 0 0 0 4
0 22 0 0
700 27000 60 -1 9 1200 0 0
-1
E
either~
This dull gray girth has an air of craftsmanship about it that is not

normally seen in this day and age even amongst the master dwarven

armorsmiths.  Though obviously crafted in days longs past, its

functionality is evident to even the untrained eye.

~
P
-1

#2208
dragon skin leg pads~
dragon skin leg pads~
~
~
lie here in a heap.~
lie here in a heap.~
pair of~
pairs of~
Terek~
Marek~
9 2208 0 0 33 0
0 0 4 0 0 0 4
0 6 0 0
200 5000 40 -1 10 650 0 0
872230094
A 7 10
E
either~
Made from the hide of a red dragon, these leg pads seem as though they

would offer minimal protection against direct attacks.  The hide has been

sewn over a thick piece of leather and several glowing runes have been

etched into its surface.  A faint reddish glow emanates from beneath the

thick leather padding.

~
P
-1

#2209
shiny pants~
shiny pants~
~
~
is here.~
are here.~
pair of~
pairs of~
Fenlyn~
Marek~
9 2209 -2147483648 0 33 0
0 0 16 0 0 0 4
0 2 0 0
200 50 1 -1 2 300 0 0
872269108
E
either~
The pants are a very dark purple in color, but in the dark color a bit of

light reflects towards your eye.

~
P
-1

#2210
polished black boots~
polished black boots~
~
~
sits on the ground attracting dirt.~
sit on the ground attracting dirt.~
pair of~
pairs of~
Fenlyn~
Jimbalaya~
9 2210 -2147483648 0 65 0
0 0 4 0 0 0 4
0 5 0 0
400 2000 10 -1 7 600 0 0
872344721
E
either~
The solid black boots are polished to a shine.  The calf-high boots are

crafted of hard leather and are sure to offer some protection from the

dusty ground.

~
P
-1

#2211
blunt-tip dagger~
blunt-tip daggers~
~
~
is stuck in the ground.~
lay on the ground in a heap.~
~
~
Fenlyn~
Marek~
5 2211 -2147482624 0 8193 0
0 0 131072 0 0 0 4
0 1 2 1
150 200 1 -1 10 800 0 0
872353422
E
either~
The rounded tip of this dagger suggests that it is not intended to

inflict much damage at all.

~
P
-1

#2212
violet silk dress~
violet silk dresses~
~
~
lies in a pile on the ground.~
are piled up on the ground.~
~
~
Fenlyn~
Fenlyn~
9 2212 -2147483648 0 9 0
0 0 16 0 0 0 4
0 1 0 0
100 75 1 -1 7 400 0 0
872358142
E
either~
This full-length dress is quite low-cut and has puffy sleeves that give

an air of elegance.

~
P
-1

#2213
silver tiara~
silver tiaras~
~
~
has been dropped to the ground.~
have been dropped to the ground.~
~
~
Fenlyn~
Olah~
9 2213 -2147483648 0 17 0
0 66 131072 0 0 0 2
0 2 0 0
100 150 1 -1 4 700 0 0
872359728
E
either~
The tiara is composed of a brilliant shining silver metal.  It has

several turns and would be a beautiful addition to someone's head.

~
P
-1

#2214
necklace~
necklaces~
gold chain~
gold chain~
has been coiled up and left on the ground.~
have been coiled up and left on the ground.~
~
~
Fenlyn~
Jimbalaya~
9 2214 0 0 5 0
0 0 262144 0 0 0 16
0 2 0 0
100 9000 30 -1 8 300 0 0
872434300
A 13 10
A 21 10
E
either~
A thin chain of lustrous gold comprises this necklace.  A tiny clip at

the ends of the chain allow for it to be clipped around someone's neck.

~
P
-1

#2215
battered iron chest~
battered iron chests~
~
~
rests on the floor here.~
rest on the floor here.~
~
~
Merior~
Merior~
15 2215 8388616 0 0 0
0 0 4098 0 0 0 4
50 13 0 0
10 300 10 -1 1 1000 3 0
872517306
E
either~
This large chest made of shuvana wood and iron, shows definite signs of

heavy wear.  The iron straps are dented, though solid, and the wood has

large gashes scattered around.

~
P
-1

#2216
solid black dress~
solid black dresses~
~
~
lies in a pile on the ground.~
are piled up on the ground.~
~
~
Fenlyn~
Fenlyn~
9 2216 -2147483648 0 9 0
0 0 16 0 0 0 4
0 1 0 0
100 75 1 -1 7 400 0 0
872538284
E
either~
The dress is ankle length and is so black that wrinkles in the dress can

barely be seen.

~
P
-1

#2217
phial~
phials~
+filled with a dark, thick liquid~
+of sleep~
lies on the ground.~
lie on the ground.~
~
~
Fenlyn~
Merior~
10 2217 9437248 0 1 0
0 0 32 0 0 0 4
80 10 10 0
30 500 1 -1 10 1000 0 0
872541313
E
either~
The phial is filled with a dark liquid that bears a similarity to

molasses in color and consistency.

~
P
-1

#2218
dog skin~
dog skins~
~
~
is on the ground lacking a dog.~
are on the ground lacking dogs.~
~
~
Fenlyn~
Fenlyn~
33 2218 16777216 0 1 0
0 0 768 0 0 0 4
0 0 0 0
40 50 1 -1 10 1000 0 0
872614598
E
either~
Quite simply it is the skin from a slain dog.

~
P
-1

#2219
dog meat~
dog meat~
~
~
rots on the ground.~
rot on the ground.~
piece of~
pieces of~
Fenlyn~
Fenlyn~
19 2219 -2130706432 0 1 0
0 0 768 0 0 0 4
15 0 0 0
100 10 1 -1 10 1000 0 0
872614869
E
either~
A small piece of meat from a dog's hind quarters.

~
P
-1

#2220
smooth dogskin canteen~
smooth dogskin canteens~
~
~
has been left here.~
have been left here.~
~
~
Fenlyn~
Fenlyn~
17 2220 0 0 16385 0
0 0 512 0 0 0 4
400 400 0 0
70 100 1 -1 2 300 0 0
872615487
E
either~
Finely crafted from the tanned skin of a dog, the canteen looks like it

can carry quite a bit of liquid.

~
P
-1

#2221
work gloves~
work gloves~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Fenlyn~
Derna~
9 2221 -2147483648 0 129 144
0 0 4 0 0 0 4
0 4 0 0
200 150 5 -1 1 500 0 0
872616032
E
either~
Made of a cheap suede material, the gloves look very loose and good for

preventing some callouses from hard labor.

~
P
-1

#2222
thin silk slip~
thin silk slips~
~
~
is lying on the ground discarded.~
lie discarded on the ground.~
~
~
Fenlyn~
Rebekka~
9 2222 -2147483648 0 9 0
0 0 0 0 0 0 2
0 1 0 0
30 100 1 -1 3 1000 0 0
872616988
E
either~
Ivory in color, the slip has strips of lace along the collar and at the

very bottom of the thin garment.

~
P
-1

#2223
mithril heart~
mithril hearts~
beautifully crafted~
beautifully crafted~
~
~
~
~
Orb~
Orb~
18 2223 1048576 4 1 0
0 0 16384 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
872619031
E
either~
This small heart is the perhaps the size of a dwarven fist.  Glimmering

with a faint silvery light, the mithril depicts the true form of the

heart, rather than the popular shape.

~
P
-1

#2224
column of water~
column of waters~
~
~
falls out of the ceiling in a clear cascade.~
fall out of the ceiling in a clear cascade.~
~
~
Orb~
Orb~
25 2224 0 0 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10 0 1 -1 10 1000 0 0
872621016
E
either~
Gushing high into the air, this column of cool water is crystal clear.

~
P
-1

#2225
knee-length skirt~
knee-length skirts~
~
~
lies on the ground catching small breezes.~
lie on the ground playing with the wind.~
~
~
Fenlyn~
Marek~
9 2225 -1870659584 0 33 0
0 0 16 0 0 0 4
0 2 0 0
100 75 1 -1 1 300 0 0
872631910
E
either~
The pleated skirt is navy blue in color.  Gusts of wind cause the thin

cotton skirt to blow around, but it feels just heavy enough to not blow

off into the distance.

~
P
-1

#2226
cracked skull~
cracked skulls~
~
~
shows its teeth here.~
show their teeth here.~
~
~
Fenlyn~
Fenlyn~
34 2226 0 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
150 2000 1 -1 10 200 0 0
872632523
E
either~
Several cracks have found their way into the top of this human skull. 

The cracks look natural, but some chipping has occured on the fracture

lines.

~
P
-1

#2227
dark leather jacket lined with wool~
dark leather jackets lined with wool~
~
~
lies here.~
lie here.~
~
~
Fenlyn~
Fenlyn~
9 2227 8388608 0 9 0
0 0 4 0 0 0 4
0 5 0 0
500 5000 20 -1 7 600 0 0
872702487
A 21 3
A 7 -10
A 8 10
E
either~
This dark brown jacket is made of very soft but sturdy leather.  The

inside is lined with a great deal of wool to provide extra padding and

extra protection from the cold of winter.

~
P
-1

#2228
steel-tipped boots~
steel-tipped boots~
~
~
stands upright on the ground waiting to be worn.~
stand upright on the ground waiting to be worn.~
pair of~
pairs of~
Fenlyn~
Jimbalaya~
9 2228 0 0 65 2113536
0 0 8196 0 0 0 4
0 4 0 0
750 2000 10 -1 7 750 0 0
872705469
A 18 1
E
either~
The hardened black leather boots have a design pressed into the tops of

the feet and a piece of plate steel covering the very tip of each boot.

~
P
-1

#2229
large glowing mace~
large glowing maces~
~
~
lies on the ground producing a blue aura.~
lie on the ground producing a bright blue aura.~
~
~
Fenlyn~
Marek~
5 2229 65 8 8193 16384
2 0 16384 0 0 0 4
0 5 4 6
600 4500 30 -1 8 800 0 0
872790081
E
either~
The mace is made of lustrous mithril metal and seems to have a

supernatural glow about it when it is moved around.

~
P
3 -1
~
~
if( random( 1, 15 ) == 13 ) {

  act_tochar( #ch, ch );

  act_notchar( #nch, ch );

  i = 5d6;

  dam_message( victim, i, "The burst of phantasmic energy" );

  inflict( victim, ch, i, "a burst of phantasmic energy" );

  }

~
E
ch~
@b@CYour mace begins to glow as you swing it towards your victim.

~
E
nch~
@b@C$n's mace begins to glow as $e swings it at $s victim.

~
!
-1

#2230
fruit loop~
fruit loops~
~
~
lies covered in sugar.~
lie covered in sugar.~
~
~
Rebekka~
Rebekka~
19 2230 0 0 16385 0
0 0 0 0 0 0 4
2 1 0 0
10 0 1 -1 10 1000 0 0
872795907
E
either~
This small bit of cereal is shaped like the letter 'O'.  Although this

particular one is red, you can see flecks of other colors on its surface,

as if it had been near other colors of these tasty treats.

~
P
-1

#2231
storage box~
storage boxes~
~
~
lies here.~
lie here.~
~
~
Fenlyn~
Fenlyn~
15 2231 -2138046464 4 16385 0
0 0 0 0 0 0 4
40 5 0 0
40 0 1 -1 5 200 0 0
872828237
E
either~
The box is rather plain and brown and is big enough that it could hold

quite a bit of clothing, odds and ends, and miscellaneous items.

~
P
-1

#2232
frost-covered ring~
frost-covered rings~
~
~
lies here, entombed in a block of ice.~
lie here, entombed in blocks of ice.~
~
~
Terek~
Jimbalaya~
9 2232 276824128 0 3 3080192
0 0 64 0 0 0 4
0 3 0 0
100 23000 50 -1 8 200 0 0
872872653
A 12 10
A 20 20
E
either~
This small ring is made from a block of clear crystal with blue-hued

streaks running through it.  Holding the block of crystal in place is a

smooth band of adamantite in which several runes have been etched into it. 

A thin layer of frost covers the ring and the crystal is bone-chillingly

cold to the touch.

~
P
7 -1
~
~
Act_tochar( #cold, ch );

act_notchar( #cold1, ch );

do_spell( ice storm, ch );

~
E
cold~
@eAs you slip the ring onto your finger you scream in pain as a

bone-chilling cold courses through your veins.

~
E
cold1~
@eAs $n slips the ring onto $s finger $e suddenly screams in pain.

~
!
-1

#2233
sturdy wooden bench~
sturdy wooden benches~
~
~
is mounted on the floor here.~
are mounted on the floor here.~
~
~
Fenlyn~
Fenlyn~
35 2233 33554432 0 0 0
0 0 0 0 0 0 4
4 0 0 0
12000 0 1 -1 10 1000 0 0
872880292
E
either~
The bench is about seven feet long and could probably hold a number of

people.  The scent of pine wafts from the bench up to your nose giving

away it's composition.

~
P
-1

#2234
cracked wooden bench~
cracked wooden benches~
~
~
is mounted on the floor here.~
are mounted on the floor here.~
~
~
Fenlyn~
Fenlyn~
35 2234 33554432 0 0 0
0 0 0 0 0 0 4
1 0 0 0
12000 0 1 -1 10 1000 0 0
872880797
E
either~
This bench is about seven feet long and made of pine wood, but it has a

very large crack which runs the length of the sitting area.

~
P
9 -1
~
~
if( random( 1, 5 ) == 3 ) {

  junk_obj( obj, 1 );

  obj_to_room( oload( 2235 ), room );

  act_notchar( #ncfall, ch );

  i = 5d5;

  dam_message( ch, i, "Falling though the cracked bench" );

  inflict( ch, mob, i, "broken neck" );

  if( random( 1, 20 ) == 20 ) {

    send_to_room( #coin, room );

    obj_to_room( oload( 16 ), room );

    }

  }

else

  continue;

~
E
ncfall~
@b@CAs $n sits on the cracked wooden bench, it breaks into little pieces.@n

~
E
coin~
@YA coin on the bench flips up into the air and then falls on the

ground.@n 

~
!
-1

#2235
broken wooden bench~
broken wooden benches~
~
~
is rendered useless on the floor.~
are rendered useless on the floor.~
~
~
Fenlyn~
Fenlyn~
13 2235 33554432 0 0 0
0 0 0 0 0 0 4
0 0 0 0
12000 0 1 -1 10 1000 0 0
872880830
E
either~
The bench has been broken into several bits of pine wood from years of

weight stress from theatre patrons.

~
P
-1

#2236
torn clothes~
torn clothes~
~
~
lies here.~
lie here in a pile.~
set of~
sets of~
Fenlyn~
Marek~
13 2236 -2146435072 0 1 0
0 0 16 0 0 0 4
0 0 0 0
100 0 1 -1 10 300 0 0
872972841
E
either~
A bunch of crumpled clothes that lack any value whatsoever.  There are

several garments that are so worn and torn that they cannot be worn.

~
P
-1

#2237
ring~
rings~
green striped~
+of courage~
lies alone on the ground.~
lie in a small pile here.~
~
~
Fenlyn~
Jimbalaya~
9 2237 4096 0 3 0
0 0 262144 0 0 0 4
0 3 0 0
10 13000 35 -1 8 700 0 0
872973330
A 5 1
A 13 10
E
either~
Green diagonal stripes adorn the surface of this golden ring.  Some of

the stripes seem to ripple when looking directly at it, but looking just

off to the side of the ring forces it to stop rippling.

~
P
4 -1
flee~
~
if( cflag( 82, ch ) ) {

  act_tochar( #junk, ch, obj );

  act_notchar( #junk2, ch, obj );

  junk_obj( has_obj( 2237, ch ), 1 );

  i = 10d12;

  dam_message( ch, i, "The explosion" );

  inflict( ch, mob, i, "an exploding ring of courage" );

  remove_cflag( 82, ch );

  continue;

  }

else {

  set_cflag( 82, ch );

  continue;

  }

~
E
junk~
@WAn unseen force of energy causes $p to explode in

your face as you try to flee. @n

~
E
junk2~
@WAn unseen force of energy causes $p to explode in

$n's face as $e tries to flee.@n

~
!
-1

#2238
blonde haired wig~
blonde haired wigs~
~
~
lies here.~
lie here.~
~
~
Fenlyn~
Fenlyn~
13 2238 -2139095040 0 17 0
0 0 512 0 0 0 4
0 0 0 0
20 0 1 -1 10 1000 0 0
872993469
A 3 -2
E
either~
Several long blonde hairs make up this wig.

~
P
-1

#2239
fake wooden sword~
fake wooden swords~
~
~
lies here on the ground.~
lie on the ground here.~
~
~
Fenlyn~
Marek~
5 2239 -2147483648 0 8193 0
0 0 2 0 0 0 4
0 1 1 2
100 50 1 -1 2 650 0 0
872996492
E
either~
The small wooden sword seems to have no tip.  If it could damage someone

or something, it would be a very small scratch inflicted on its victim.

~
P
-1

#2240
fallen oak~
fallen oaks~
~
~
that will take years to decompose completely is on the ground.~
that will take years to decompose comletely is on the ground.~
~
~
Talis~
Talis~
35 2240 33554432 0 0 0
0 0 2 0 0 0 4
10 0 0 0
10 0 1 -1 10 1000 0 0
873037660
E
either~
You see before you the long, relatively straight bole of a fallen oak. 

The remains of the root system at one end are thickly clotted with

decomposing bits and dirt.  Along the length the bark has begun to

crumble away in several places, though it still remains sturdy enough to

provide a decent place for several people to sit.  At the far end from

the roots only short, barbed stumps remain where the once proud crown of

branches must have reached outward magnificently.

~
P
-1

#2241
black opal ring~
black opal rings~
~
~
glitters darkly on the ground.~
glitter darkly on the ground.~
~
~
Orb~
Jimbalaya~
9 2241 276824132 0 3 49152
0 0 16384 0 0 0 4
0 4 0 0
10 18000 45 -1 5 1050 0 0
873055568
A 19 1
A 13 20
A 18 1
E
either~
Gleaming coldly with an unnatural light, a large black opal rests on a

mithril band.

~
E
approve~
Approved with 20 hps, +1.0 hit regen, +1 tohit, +1 damage, +3 ac. Level 45

~
P
7 -1
~
~
act_tochar( #wear, ch );

act_notchar( #rwear, ch );

drain_stat( ch, con, 1, -1 );

~
E
wear~
@eYou shiver suddenly as the ring drains your life!

~
E
rwear~
@e$n shivers as $e slides the ring onto $s finger.

~
!
-1

#2242
ceremonial armor~
ceremonial armor~
~
~
lies here glimmering with silver trim.~
lie here glimmering with silver trim.~
suit of~
suits of~
Orb~
Fenlyn~
9 2242 8388676 0 9 75087872
0 0 131072 0 0 0 4
0 23 0 0
1000 27000 60 -1 8 2000 4 0
873085715
E
either~
This finely crafted suit of armor was obviously made as a decorative

piece.  Runes of silver and sapphire are scrawled all over the mysterious

black metal, perhaps arcane symbols.  The armor fairly radiates an aura

of enchantment.

~
P
7 -1
~
~
act_room( #runes, ch );

~
E
runes~
@eThe silvery runes on the armor flare to life!

~
!
-1

#2243
bed~
beds~
+of golden pine~
+of golden pine~
dominates the room.~
dominate the room.~
~
~
Orb~
Orb~
35 2243 33554432 0 0 0
0 0 2 0 0 0 4
2 0 0 0
100000 0 1 -1 10 1000 0 0
873147385
E
either~
Crafted of golden pine, the bed dominates the room, easily big enough for

two to sleep comfortably.  Huge pillows are neatly tucked under the soft

blue coverlet.

~
P
-1

#2244
ledge~
ledges~
~
~
sits two feet deep in the hotspring.~
sit two feet deep in the hotspring.~
~
~
Orb~
Orb~
35 2244 33554432 0 0 0
0 0 64 0 0 0 4
6 0 0 0
10 0 1 -1 10 1000 0 0
873148197
E
either~
Pouring down over the black cliff face, steaming water tumbles down to

gather in a large basin hollowed out of the cliff itself.  The stone is

dark as night, with little flecks of silver that gleam brightly through

the sheen of water.  The water swirls playfully in the basin, and the

steam curls invitingly before it is whisked away in the brisk sea air.

~
P
4 -1
sit enter step~
ledge~
if( !is_resting( ch ) ) {

  act_tochar( #hot, ch );

  act_notchar( #rhot, ch );

  continue;

  }

else 

  continue;

~
E
hot~
You step into the steaming water.

~
E
rhot~
$n steps into the steaming water.

~
!
-1

#2245
simple brass key~
simple brass keys~
~
~
lies here in the dust.~
lie here in the dust.~
~
~
Orb~
Orb~
18 2245 1048576 4 1 0
0 0 524288 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
873148895
E
either~
Made of thin brass, this small key is polished to perfection.

~
P
-1

#2246
Orb's Mana Ring~
Orb's Mana Rings~
~
~
~
~
~
~
Orb~
Olah~
9 2246 0 0 3 0
0 0 0 0 0 0 4
0 0 0 0
10 0 92 -1 10 700 0 0
873167251
A 6 200
A 12 3000
E
either~
Obviously one half of the patented "Wonder Twins" ring set, this ring is

graced with engravings of a Wheaties box, a magic wand, and arcane

symbols that translate to "I got da powah!" 

~
P
-1

#2247
robes~
robes~
dusty, glyph-covered~
+of intellect~
lies here, covered in sand.~
lie here, covered in sand.~
set of~
sets of~
Terek~
Fenlyn~
9 2247 64 0 9 0
0 0 20 0 0 0 4
0 2 0 0
200 16000 43 -1 8 300 0 0
873260419
A 12 10
A 20 10
A 1 -1
A 3 1
E
either~
This set of robes is made from fine silken thread, woven over a soft,

purple velvet lining.  Several runes and glyphs have been sewn into its

surface with silvery-colored thread.  The runes glow with a faint

yellowish aura which dims and brightens at its own free will.

~
P
-1

#2248
cloak~
cloaks~
fiery red~
+of flames~
lies here, flames rippling across its surface.~
lie here, flames rippling across their surface.~
~
~
Terek~
Fenlyn~
9 2248 268435456 0 9 0
0 0 20 0 2097152 0 8
0 5 6 0
100 44000 80 -1 8 500 0 0
873263088
E
either~
This thick, leather and cloth cloak has been dyed a deep fiery-red color. 

Flames ripple across its surface and its incredibly hot to the touch.  A

white obsidian cloak clasp rests around the neck which gleams in the

light.  A single rune has been sewn inside it which pulses with a deep

black color.

~
P
7 -1
~
~
act_tochar( #boom, ch );

act_notchar( #boom1, ch );

do_spell( burning hands, ch );

~
E
boom~
@b@RAs you attach the cloak to your neck a sudden rush of flames race

across your body!

~
E
boom1~
@b@RAs $n attaches the cloak to his neck a sudden rush of flames race

across $s body!

~
!
-1

#2249
official seal of Chiiron~
official seals of Chiiron~
~
~
lies here, covered in wax.~
lie here, covered in wax.~
~
~
Terek~
Talis~
8 2249 8388608 4 16385 0
0 0 1310720 0 0 0 4
0 0 0 0
300 8500 1 -1 10 1000 0 0
873265617
E
either~
This extravagant platinum and gold bar bears the mark of the grand city

of Chiiron.  A reddish colored wax covers its surface possibly from past

uses for diplomatic missions.  On the back of the bar two names have been

stamped into the platinum: Corahnin, Lord High Warder of Pennan - Lord

Richard of Medienne.  Beneath the two names lies the symbol of Taranth

and the words "Chiiron" 

~
P
-1

#2250
ring~
rings~
white obsidian~
+of free action~
lies here, its white obsidian gleaming.~
lie here in a pile, their white obsidian gleaming.~
~
~
Terek~
Jimbalaya~
9 2250 276824128 0 3 2539520
0 0 1064960 0 0 0 4
0 5 0 0
100 18000 45 -1 7 1050 0 0
873266347
A 2 1
A 13 20
E
either~
This small ring is made from a small block of white obsidian attached to

a mithril and platinum band.  Tiny, almost unseeable runes have been

etched across the stone's surface.  The white obisidian glows with a

faint blue outline, causing it to gleam like a polished diamond.

~
P
-1

#2251
wand~
wand~
slender multi-colored diamond~
+of prismic missile~
lies here, sparkling like a diamond.~
lie here, sparkling like diamonds.~
~
~
Terek~
Merior~
3 2251 0 0 16385 0
0 0 134 0 0 0 4
95 10 0 5
100 5000 40 -1 10 1000 0 0
873357526
E
either~
This small, slender wand is made from a diamond-like material.  As light

hits the wand you notice it changes colors in cycles, like that of a

rainbow.  Several small runes have been etched into its surface which

glow with a faint green aura.

~
P
-1

#2252
decaying flesh~
decaying flesh~
~
~
lies here, smelling rotten and pungent~
lie here, smelling rotten and pungent.~
piece of~
pieces of~
Florian~
Florian~
19 2252 -2130706432 0 1 0
0 0 768 0 0 0 4
5 0 0 -1
20 15 1 -1 10 300 0 0
873479269
E
either~
This lump of flesh has been dead (removed from its host) for many days. 

Maggots swarm in and out of the decaying mass of flesh, gorging

themselves.  It is impossible to pinpoint what type of creature this is

part of.  A putrid smell surrounds the chunk of flesh, endangering even

the stoutest of stomachs to lose its contents.

~
P
0 -1
eat~
flesh decaying pieces~
i = random( 1, 4 );

if( i == 1 ) {

  act_tochar( #green, ch );

  act_notchar( #rgreen, ch, obj );

  plague( ch );

  }

continue;

~
E
green~
@GJust as begin eatting the decaying piece of flesh, you begin to feel ill.

~
E
rgreen~
$n turns green as $e begins eatting $p.

~
!
-1

#2253
bit of bone~
bits of bone~
~
~
lies here with a sharp end jutting outward dangerously.~
lie here with their sharp ends jutting outward dangerously.~
~
~
Florian~
Merior~
11 2253 -2130706432 0 1 0
0 0 128 0 0 0 4
1 0 0 0
4 1 1 -1 10 400 0 0
873479295
E
either~
This osteary fragment is indeterminable in both origin and function. 

Really no more than a splinter of bone, the bleached white fragment is

about three inches long and blunt on both of its ends.  One side of the

splinter is clearly smoother than the other.

~
P
-1

#2254
serpentman scales~
serpentman scales~
~
~
rest here, with their black surfaces facing upwards.~
rest here, with their black surfaces facing upwards.~
collection of~
collections of~
Florian~
Florian~
33 2254 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
250 175 1 -1 10 600 0 0
873479362
E
either~
This square of hide comes from a large, bipedal serpentine.  You can tell

this by the unusually flexible yet durable scales which cling to the

exterior of the leathery hide.  The scales vary in size and color, but

tend to be about an inch in diameter and brown or black in color.

~
P
-1

#2255
condor feathers~
condor feathers~
~
~
rest on the ground in a soft pile.~
rest on the ground in a soft pile.~
clump of~
clumps of~
Florian~
Florian~
0 2255 -1862270976 0 17 0
0 0 512 0 0 0 2
0 0 0 0
10 75 1 -1 10 200 0 0
873479402
E
either~
Ten or twelve feathers lie in a clump, looking freshly plucked from an

unlucky condor.  For the most part, the feathers are a medium grey color

and no longer than six inches.  The tips of a few of the feathers are

black and white.  These differently colored feathers tend to be much

larger and longer, leading you to believe they were either the tail or

flight feathers of the unfortunate bird.

~
P
-1

#2256
viper skin~
viper skins~
~
~
rests on the ground in a scaly heap~
rest on the ground in a scaly heap.~
~
~
Florian~
Florian~
33 2256 -2130706432 0 1 0
0 0 256 0 0 0 4
0 0 0 0
50 250 1 -1 10 300 0 0
873479417
E
either~
This thin, papery skin is smooth and oily on one side and rough and

tattered on the other.  It is covered with tiny scales that look both

supple and durable.  White markings trail over the surface of the viper

skin, in stark contrast to the tan-colored scales.  A layer of viscous

material lightly covers the exterior of the skin, so you better not

handle it too much.

~
P
-1

#2257
shaggy hide~
shaggy hides~
~
~
of some large, smelly beast lies crumpled on the ground.~
of some large, smelly beasts lie crumpled on the ground.~
~
~
Florian~
Florian~
33 2257 -2130706432 0 1 0
0 0 256 0 0 0 4
0 0 0 0
400 1000 1 -1 10 250 0 0
873479427
E
either~
This extremely large hide looks to have belonged to an animal that was a

cross between a dog and a sheep.  Though the dark fur still attached to

the skin is straight and long, it is very coarse and long.  In places on

the hide, the wool-like fur is matted.  In others, patches of fur are

missing entirely.  The underside of the hide is extremely aromatic.

~
P
-1

#2258
sand wyrm skin~
sand wyrm skins~
~
~
is here, covered in sand and grime.~
are here, covered in sand and grime.~
piece of~
pieces of~
Florian~
Florian~
33 2258 -2130706432 0 1 0
0 0 4 0 0 0 4
0 0 0 0
300 800 1 -1 10 750 0 0
873479446
E
either~
This one foot by two foot section of skin is very thin and covered with

strong, gnubbed barbs.  Brown, almost black in color, the rectangular

piece of skin is coated with a dusting of ebony sand.  Unlike most hides,

this one does not bear a foul stench, even though it has not yet been

cured.  It seems to be already preserved in some way.

~
P
-1

#2259
living, tri-colored alicorn~
living, tri-colored alicorns~
~
~
gleams here with its point sticking straight up.~
gleam here, criss-crossed together.~
~
~
Florian~
Talis~
3 2259 16777280 4 16385 268435456
0 0 128 0 0 0 4
27 0 0 8
200 2000 32 -1 10 1750 0 0
873479477
A 6 10
A 12 5
A 20 1
A 18 1
E
either~
At first glance, this three foot horn looks to be made of a three layers

of inlaid jewels and minerals.  The horn spirals around, like twisted

strands of thread, from its wide base to its needle-sharp point.  The

very tip of the horn is the color of the sea and looks nothing more like

inlaid lapis lazuli.  The middle of the spiraling design is white and

looks of ivory.  The broadest part of the alicorn, the base, seems as

though it is carved from the blackest and darkest on onyx stones.  A

noticeable aura of goodness, life and magic exudes from the spiraling

horn.

~
E
approve~
Approved with Magic re. +10. Mana +5. Mana_regen +1. Hitroll +1. Cure Poison Wand. Level 30

~
P
-1

#2260
set~
sets~
+of silver horse shoes~
+of silver horseshoes of might~
sits here, stacked one atop the other.~
sit here, stacked together in a gleaming pile.~
~
~
Florian~
Florian~
9 2260 16777280 0 1 8191
0 512 131072 0 0 0 4
0 4 -1 0
400 1000 1 -1 7 350 0 0
873479557
A 19 1
A 14 20
E
after~
Four to a set, these horseshoes have been forged from the purest silver. 

Each horseshoe has been polished to a perfect sheen and has precise nail

holes bored into them.  Unlike most horseshoes which have a U-shaped

interior, these have been fashioned to have more of a star-shaped inside. 

Along the inner rim of each silvery masterpiece are tiny, mystical runes.

~
E
before~
Forged from a silver that looks more pure than any you have encountered

previously, these horseshoes have a bright luster.  Each shoe is crafted

with an expert eye and mastery of smithing.

~
E
approve~
Approved with the 'cool horseshoe' flag.

~
P
-1

#2261
unicorn's mane~
unicorn's mane~
~
~
rests here, fluffy white and soft.~
rest here, fluffy white and soft.~
lock of~
locks of~
Florian~
Florian~
33 2261 16777280 4 1 0
0 0 131072 0 0 0 4
0 0 0 0
10 500 1 -1 10 100 0 0
873479700
E
either~
A few strands of a unicorn's mane have been coiled about one another so

as to be kept together.  Though mostly silver in color, a couple of

golden strands are intermingled in the clump of silvery mane.  This lock

of hair is extremely soft and yet appears to be fairly strong.  Without

much effort, these strands of hair could probably be bound into some

bracelet or charm.

~
P
-1

#2262
gossamer butterfly wings~
gossamer butterfly wings~
~
~
rest on the ground with their colorful pinions splayed.~
rest on the ground with their colorful pinions splayed.~
pair of~
pairs of~
Florian~
Florian~
34 2262 16777280 0 1 0
0 0 512 0 0 0 4
0 0 0 0
100 500 1 -1 10 100 0 1
873479729
E
either~
This pair of brightly colored wings comes for a palm-sized pharaoh

butterfly.  At one time, these butterflies must have been an amazing

sight to behold with their delicate blue and yellow wings dancing in the

fields and sky.  Now, though, they are thought to be all but extinct. 

Perhaps this pair of wings represents the last pharaoh butterfly 

~
P
-1

#2263
yellow dragon scale~
yellow dragon scales~
~
~
lies on the ground, caked with sand.~
lie on the ground, barely touching and caked with sand.~
~
~
Florian~
Florian~
34 2263 -2130706432 0 1 0
0 0 512 0 0 0 4
0 0 0 0
100 700 1 -1 10 900 0 0
873479748
E
either~
This small, platelike epidermal structure is about four inches across and

has the shape of an ash leaf, roughly.  The edges of the scale are thin

and the interior of the scale is bubbled outward, so that it is fairly

hollow.  Judging from the stress marks inside the hollow, this is the

site to which the muscle or flesh of the dragon was once attached.

~
P
-1

#2264
leathery yellow dragon hide~
leathery yellow dragon hides~
~
~
lies in a lengthy, crumpled mass on the ground.~
lie in a lengthy, crumpled mass on the ground.~
~
~
Florian~
Florian~
33 2264 16777216 0 1 0
0 0 4 0 0 0 4
0 0 0 0
1000 800 1 -1 10 800 0 0
873479765
E
either~
This stretch of thick leather hide is a rich yellow color.  Having been

torn from the body of a yellow sand dragon, this strip of skin is quite

tough even though the scales have been ripped away from the hide.  Though

a bit heavier than normal cow hide, this strip of skin seems much more

durable.

~
P
-1

#2265
fang of a yellow dragon~
fangs of a yellow dragon~
~
~
sits on the ground, all jagged and gruesome.~
sit on the ground, with bits of flesh stuck on them.~
~
~
Florian~
Florian~
34 2265 -1056964608 0 16385 0
0 0 128 0 0 0 4
0 0 0 0
150 400 1 -1 10 200 0 0
873479781
A 23 4
E
either~
This dragon fang is seven inches long all together.  While five inches

are composed of thick, hardened dentine in a conic shape, the other two

are bony root.  Stained yellow from either age or disease, the size of

the tooth is not indicative of its origins.  It could either be the back

tooth of a dragon or the primary fang of a dragonling.

~
P
-1

#2266
camel hide~
camel hides~
~
~
smelling of sweat and looking quite dusty lies on the ground.~
smelling of sweat and looking quite dusty lie on the ground.~
~
~
Florian~
Florian~
33 2266 -2130706432 0 1 0
0 0 256 0 0 0 4
0 0 0 0
500 425 1 -1 10 250 0 0
873479811
E
either~
This thick, leather hide is but a portion of a camel's entire skin. 

Three feet long and two feet wide, patches of coarse orange fur still

cling to the exterior of the camel hide.  The fur has become matted with

dried sweat and is swarming with flies.  A somewhat foul stench surrounds

the improperly cured hide.

~
P
-1

#2267
spider's eye~
spider eyes~
~
~
rests on the ground, seemingly staring at you.~
rest on the ground, seemingly staring at you.~
~
~
Florian~
Florian~
11 2267 -2130706432 0 1 0
0 0 512 0 0 0 4
1 0 0 0
10 45 1 -1 10 50 0 0
873479829
E
either~
This dried, desiccated orb is all that remains of a large spider's eye. 

The exterior surface of the eye is covered with a clear, multifaceted

plate that contours around the body of the oculary organ.  The eye itself

is a dark green color.

~
P
-1

#2268
sphinx claw~
sphinx claws~
~
~
gnarled from desiccation lies here.~
gnarled from desiccation lie here.~
~
~
Florian~
Florian~
33 2268 16777216 0 1 0
0 0 384 0 0 0 4
0 0 0 0
150 500 1 -1 10 300 0 0
873479844
E
either~
This furry claw looks much like a lion's fore claw.  It is about three

inches long.  A long, jagged nail juts out of the tip of the claw, where

the fur is a deep cimmerian.  The rest of the claw is sheathed in short,

tan fur.  Snapped clean from the sphinx's paw, this claw shows but recent

signs of rigormortis.

~
P
-1

#2269
oyster meat~
oyster meat~
~
~
lies on the ground, only a little dirty.~
lie on the ground, only a little covered in dirt.~
piece of~
pieces of~
Florian~
Florian~
19 2269 -2130706432 0 1 0
0 0 768 0 0 0 4
5 0 0 0
30 75 1 -1 10 50 0 0
873479891
E
either~
This piece of milky white flesh has a slimy exterior texture and is

coated with a thin, slick residue.  A slight, salty aroma surrounds this

piece of mollusk meat and though it quivers like a starving leech, it

might make a good snack.

~
P
-1

#2270
gleaming white pearl~
gleaming white pearls~
~
~
shimmers and shines as light plays off its surface.~
shimmer and shine as light plays off their surfaces.~
~
~
Florian~
Florian~
8 2270 16777216 0 1 0
0 0 128 0 0 0 4
0 0 0 0
10 350 1 -1 10 200 0 0
873479904
E
either~
This smooth, round jewel is twice the size of a child's marble.  It has a

definite polished gleam and is the color of fresh fallen snow.  Too large

to have been formed in an normal oyster, this gleaming white pearl could

only come from a freshwater mollusk.

~
P
-1

#2271
rosy pink pearl~
rosy pink pearls~
~
~
shimmers and shines as light plays off its surface.~
shimmer and shine as light plays off their surfaces.~
~
~
Florian~
Florian~
8 2271 16777216 0 1 0
0 0 128 0 0 0 4
0 0 0 0
10 450 1 -1 10 200 0 0
873479931
E
either~
The surface of this pink pearl is extremely smooth and round.  Too large

to be completely natural, this lavender-colored pearl must be from an

oyster much bigger than those commonly found in sea shallows.  The rosy

pink pearl glistens with soft sheen.

~
P
-1

#2272
ebony black pearl~
ebony black pearls~
~
~
appears to absorb the light around its dark surface.~
appear to absorb the light around their dark surfaces.~
~
~
Florian~
Florian~
8 2272 16777216 0 1 0
0 0 128 0 0 0 4
0 0 0 0
10 1000 1 -1 10 200 0 0
873479943
E
either~
Round as the sun and as dark as the sky on a starless night, this ebony

pearl is by far one of the largest of its kind you have every seen. 

Fully three inches in diameter, the midnight black jewel has a

magnificent luster that would fetch a handsome price regardless of the

pearl's size.

~
P
-1

#2273
scorpion's stinger~
scorpion stingers~
~
~
oozing with poison lies safely on the ground.~
oozing with poison lie safely on the ground.~
~
~
Florian~
Florian~
11 2273 -2130706432 0 1 0
0 0 512 0 0 0 4
0 0 0 0
30 200 1 -1 10 350 0 0
873479963
E
either~
Torn from the tip of a scorpion's tail, this jagged stinger still drips

with poisonous venom.  Composed of hardened chitin plates, the epidermal

structure of the stinger is thick and light weight.  Unlike most scorpion

stingers, this one is about a foot long, must having originated from some

giant of the species.

~
P
-1

#2274
brown dragon scale~
brown dragon scales~
~
~
with a few dents rests on the floor here.~
with few dents rest on the floor here.~
~
~
Florian~
Florian~
33 2274 -2130706432 0 1 0
0 0 512 0 0 0 4
0 0 0 0
100 350 1 -1 10 500 0 0
873479966
E
either~
This large brown scale is rhombus-shaped and slightly curved. 

Approximately six inches long and four inches across, the concave

epidermal plate has strips of tattered hide still clinging to its

underside.  Judging from the curvature and density of the brown dragon

scale, it probably once provided durable, natural protection for either

the beast's shoulder or chest.

~
P
-1

#2275
brown dragon hide~
brown dragon hides~
~
~
stretches across a fair amount of the area here.~
stretch across a fair amount of the area here.~
~
~
Florian~
Florian~
33 2275 -2130706432 0 1 0
0 0 256 0 0 0 4
0 0 0 0
900 450 1 -1 10 680 0 0
873479993
E
either~
As thick as two inches in some places, this dragon hide seems to be but a

section of a dragon's dermal tissues.  Its outer surface has scores of

depressions on it, where once, presumably, the dragon's scales attached. 

No scales are still attached to the hide at this time though.  Even so,

it appears that this piece of leather would provide an adequate amount of

protection.

~
P
-1

#2276
talon of a brown dragon~
talons of a brown dragon~
~
~
lies here, looking deadly sharp.~
lie here, looking deadly sharp.~
~
~
Florian~
Florian~
34 2276 -1056964608 0 16385 0
0 0 640 0 0 0 4
0 0 0 0
150 250 1 -1 10 400 0 0
873479998
A 7 4
E
either~
Curved in a sweeping arc, the black talon looks quite deadly.  It is

fairly smooth, except for a couple of notches chipped into its length. 

Though the talon lacks luster, it looks all the more like an edgeless

scythe blade of the type typically wielded by the minions of Death.  Bits

of flesh and brown-scaled hide are still attached to the end of the

talon, where it was severed.

~
P
-1

#2277
grey fox pelt~
grey fox pelts~
~
~
with extremely long ears rests here.~
with extremely long ears rest here.~
~
~
Florian~
Florian~
33 2277 -2130706432 0 1 0
0 0 256 0 0 0 4
0 0 0 0
150 300 1 -1 10 200 0 0
873480053
E
either~
Great care and effort has been taken in producing this slate grey fox

pelt.  From its ear tips to its bushy tail, the foxes' entire skin has

been removed.  The fluffy grey fur of the pelt is accentuated along the

paws and ears with black.

~
P
-1

#2278
dun-colored feather~
dun-colored feathers~
~
~
with a soft, flexible quill has been left here.~
with soft, flexible quills, have been left here.~
~
~
Florian~
Florian~
33 2278 285212672 0 17 0
0 0 0 0 0 0 2
0 0 0 0
10 60 1 -1 10 150 0 0
873480058
E
either~
About three inches long, the tiny feather looks to be a secondary flight

feather of some small avian.  Being the color of sand, this dun-colored

bit of plumage probably comes from a type of desert or brush bird.  The

quill of the feather is barbed like a fishing hook and is of an earthy

brown color.

~
P
-1

#2279
dull yellow feather~
dull yellow feathers~
~
~
rests gently on the ground.~
rest gently on the ground.~
~
~
Florian~
Florian~
33 2279 285212672 0 17 0
0 0 512 0 0 0 2
0 0 0 0
10 120 1 -1 10 1000 0 0
873480060
E
either~
So dull as to be almost white, this plump, fluffy feather is no bigger

than a single copper coin.  Shaped almost like a maple leaf, the light

yellow feather has three branching spines that spread off the main quill. 

The lack of luster and definite color suggests that this feather comes

from a female bird that has adapted for protective coloration.

~
P
-1

#2280
bat fur~
bat fur~
~
~
glistens darkly here.~
glisten darkly here.~
patch of~
patches of~
Florian~
Florian~
33 2280 -2130706432 0 1 0
0 0 512 0 0 0 4
0 0 0 0
40 125 1 -1 10 150 0 0
873480081
E
either~
Wisps of brown and black fur are clumped together in a single patch.  The

coarse, woolly fur is attached to a parchment-thin bit of hide.  A

natural oil coats the fur, giving it a slick appearance.

~
P
-1

#2281
jackal skin~
jackal skins~
~
~
lies upside-down near a small crack in the ground.~
lie upside-down near a small crack in the ground.~
~
~
Florian~
Florian~
33 2281 -2130706432 0 1 0
0 0 256 0 0 0 4
0 0 0 0
120 125 1 -1 10 200 0 0
873480100
E
either~
Burnt sienna fur covers this long-haired skin.  The markings and size of

the pelt are close to what you have come to expect form a large dog. 

However, the ears and tail are of such greater length to suggest that

this is the hide of a desert jackal.

~
P
-1

#2282
hyena skin~
hyena skin~
~
~
with lots of spots lies here.~
with lots of spots lie here.~
~
~
Florian~
Florian~
33 2282 -2130706432 0 1 0
0 0 256 0 0 0 4
0 0 0 0
120 200 1 -1 10 150 0 0
873480103
E
either~
For the most part, this skin is covered with brown and tan first.  A

sparse covering of white and yellow spots are scattered across the

surface of the fur, giving it a blended texture.  This skin is but a

section of some large, dog-like creature's pelt.

~
P
-1

#2283
red crabman claw~
red crabman claws~
~
~
with serrated edges lies open on the ground.~
with serrated edges lie open on the ground, ready to close.~
~
~
Florian~
Florian~
34 2283 -2130706432 0 1 0
0 0 384 0 0 0 4
0 0 0 0
100 250 1 -1 10 300 0 0
873480137
E
either~
Very similar to a lobster's claw, but bigger, this appendage is composed

of two section.  The upper portion of the claw is hooked like a mountain

crow's beak while the lower section is recessed and serrated.  The red

chitin forming the exoskeletal plates forming the claw are extremely

dense and sturdy.

~
P
-1

#2284
leathery vesicle~
leathery vesicles~
~
~
with a rough, red tinting lies here.~
with rough, red tinting lie here.~
~
~
Florian~
Florian~
17 2284 -2130706432 0 1 0
0 0 256 0 0 0 4
125 125 34 0
100 130 1 -1 10 120 0 0
873480141
E
either~
A few strings of leathery flesh cling to the sides of this oval, internal

organ.  Roughly the size of an apple, this vesicle seemed to have once

served the purpose of retaining some fluid or another.  Surrounding the

mouth of the liquid vessel there is a thick, viscous residue of some type

of resin.

~
P
-1

#2285
blink dog toenail~
blink dog toenails~
~
~
lies here, forgotten.~
lie here, forgotten.~
~
~
Florian~
Florian~
34 2285 16777280 0 1 0
0 0 512 0 0 0 4
0 0 0 0
10 100 1 -1 10 100 0 0
873480275
E
either~
This dark grey nail is about two inches long and very sharp at one end. 

The nail's weight is almost negligable, for it is mostly hollow.  All

about the nail, there is a shimmering field, as though the nail itself

were trying to phase out of reality.

~
P
-1

#2286
set~
sets~
+of golden horseshoes~
+of golden horseshoes of vitality~
sits here, stacked one atop the other~
sit here, stacked together in a gleaming pile.~
~
~
Florian~
Florian~
9 2286 16777216 0 2097153 8191
0 32770 262144 -2147483648 0 0 4
0 5 -1 0
60 2000 1 -1 7 400 0 0
873480277
E
after~
Unlike most horseshoes which are forged from crude iron, these four

horseshoes have been expertly crafted from pure gold.  And not just

ordinary gold.  The gold used to forge these treasures is a deep red

color, which, if legend is true, could only be the gold found in a

leprechaun's hoard.  Hammered into precisely the same shape, each

horseshoe has the pattern of a starburst forged into their interior,

setting aside the traditional U-shape.  Glyphs too tiny to read decorate

the inner rim of each shoe.

~
E
before~
Forged from gold and beaten into shape, you would think that these

horseshoes would be too soft and impractical for use.  Nonetheless, these

seem quite durable.  They also radiate a small amount of warmth.

~
E
approve~
Approved with the 'cool horseshoe' flag.

~
P
-1

#2287
faerie wings~
faerie wingss~
~
~
lies on the ground, their colors wilting.~
lie on the ground, their colors wilting.~
pair of~
pairs of~
Florian~
Florian~
11 2287 16777280 0 1 0
0 0 512 0 0 0 4
2 0 0 0
30 100 1 -1 10 100 0 0
873480320
E
either~
These transparent wings are shaped much like those of a butterflies, but

a bit larger.  Fine, colorful veins float across the surface of the

gossamer wings.  Each part of either wing is colored a bit differently,

representing at least ever color, hue, and shade of the rainbow.  The

wings seem extremely delicate and might crumble at the merest touch.

~
P
-1

#2288
sprite antenna~
sprite antennae~
~
~
rests on the ground limply.~
rest of the ground, limply.~
~
~
Florian~
Florian~
33 2288 16777280 0 1 0
0 0 256 0 0 0 4
0 0 0 0
10 75 1 -1 10 75 0 0
873480327
E
either~
This thin, light weight structure is blue in color and ends with a fluffy

yellow puff that looks nothing more than like a bit of pollen.  Though

flexible to a point, this joined sensory appendage is very delicate.  In

life, it probably provided some type of guidance or detection for the

sprite.

~
P
-1

#2289
serpentman's claw~
serpentman claws~
~
~
has been left on the ground and is beginning to smell.~
have been left on the ground and are beginning to smell.~
~
~
Florian~
Florian~
34 2289 16777216 0 1 0
0 0 384 0 0 0 4
0 0 0 0
80 250 1 -1 10 300 0 0
873480373
E
either~
This brownish-black fore claw is all that remains of a serpentman's scaly

hand.  Tiny, supple scales armor the claw around its base and underside. 

The claw has become crooked with rigormortis.  Even so, it appears very

sharp.

~
P
-1

#2290
silver dog pelt~
silver dog pelts~
~
~
lies here, shining as though bathed in moonlight.~
lie here, shining as though bathed in moonlight.~
~
~
Florian~
Florian~
33 2290 16777280 0 1 0
0 0 256 0 0 0 4
0 0 0 0
100 1000 1 -1 10 2000 0 0
873480374
E
either~
Never in your life have you seen such a valuable skin.  Though the skin

is that of a medium-sized dog, the fur still attached to the hide of the

skin is the color of liquid mercury.  As light strikes the surface of the

skin, it shimmers and light seems to actually pool about it.

~
P
-1

#2291
snake fangs~
snake fangs~
~
~
looking sharp and poisonous, lie here.~
looking sharp and poisonous, lie here.~
set of~
sets of~
Florian~
Florian~
34 2291 -2130706432 0 1 0
0 0 128 0 0 0 4
0 0 0 0
30 125 1 -1 10 250 0 0
873480377
E
either~
This set of snake fangs looks to have been ripped out of a some serpent

or snake with the jaw intact.  The upper two fangs set into the skeletal

jaw are about an inch and a half in length while the lower two fangs jut

inward at a slight angle and are little more than an inch long.  One

notable characteristic about the fangs, though, are that they are hollow. 

In fact, the interior of the two upper fangs still appears to hold some

viscous liquid.

~
P
-1

#2292
serpent skin~
serpent skins~
~
~
with oily scales has been left behind.~
with oily scales have been left behind.~
~
~
Florian~
Florian~
33 2292 -2130706432 0 1 0
0 0 256 0 0 0 4
0 0 0 0
280 235 1 -1 10 200 0 0
873480412
E
either~
This rough, leather hide is covered with brown and green scales.  About

three feet long and six inches wide, this swath of snakeskin looks to

have come from at least a mildly formidable serpent.  The skin tapers

towards one end and has pieces of a cream-colored design marking the

scales in this direction.

~
P
-1

#2293
sandstone rock~
sandstone rocks~
~
~
with a sandy trail behind it sits here.~
with sandy trails behind them sit here.~
~
~
Florian~
Florian~
35 2293 -2113929216 0 0 0
0 0 64 0 0 0 4
1 0 0 0
99990 0 1 -1 10 500 0 0
873481007
E
either~
Sitting on the ground, minding its own business, is a very old looking

sandstone rock.  Its surface is pitted with the assault of both abrasive

desert winds and the occasional rending gash by what is probably some

desert reptile.  Though large enough to sit upon, its rough, craggy

surface is fairly bumpy, which would make the experience unpleasant at

the very least.  The bottom of the sandstone rock is beveled, as if by

something other than nature.

~
P
4 -1
sit rest~
rock sandstone~
if( is_resting( ch ) ) {

act_tochar( #rest, ch );

end; }

i = 1d10;

if( i == 1 ) {

  act_tochar( #life, ch );

  act_notchar( #rlife, ch );

junk_obj( obj );

  mload( 1700, room );

  mob = mob_in_room( 1700, room );

  attack( mob, ch, 4d4, "crushing weight" );

  end;

  }

else if( i < 6 ) {

  act_tochar( #life, ch );

  act_notchar( #rlife, ch );

junk_obj( obj );

  mload( 1700, room );

  mob = mob_in_room( 1700, room );

  if( is_open( room, north ) )

    interpret( mob, "north" );

  else if( is_open( room, east ) )

    interpret( mob, "east" );

  else if( is_open( room, south ) )

    interpret( mob, "south" );

  else if( is_open( room, west ) )

    interpret( mob, "west" );

  else if( is_open( room, up ) )

    interpret( mob, "up" );

  else if( is_open( room, down ) )

    interpret( mob, "down" );

  }

else

  continue;

~
E
life~
As you begin sitting on the rock, it moves!

~
E
rlife~
$n tries sitting on a sandstone rock, even as it moves out from under $m.

~
E
rest~
You are already resting.

~
!
-1

#2294
acid-filled globe~
acid-filled globes~
~
~
softly pulses with an odd green light.~
softly glow with an odd green light.~
~
~
Rebekka~
Fenlyn~
11 2294 0 0 16385 0
0 0 0 0 0 0 4
1 0 0 0
15 7500 1 -1 10 1000 0 0
873557623
E
either~
This small glass globe is clear, and filled with a light green liquid. 

You can can see slow bubbles appear in the glowing form, and appreciate

the solidity of its container.

~
P
-1

#2295
aboglith gizzard~
aboglith gizzards~
~
~
lies here.~
lie here.~
~
~
Rue~
Rue~
34 2295 16777216 0 1 0
0 0 768 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
873591347
E
either~
You find yourself looking at a rubbery pile of pink flesh.

~
P
4 -1
open cut slice~
gizzard ~
obj = has_obj( 2295, ch );

if( obj ) {

  if( random( 1, 50 ) == 1 ) {

    act_tochar( #cuts, ch );

    act_notchar( #rmcuts, ch );

    junk_obj( obj, 1 );

    act_tochar( #find, ch );

    act_notchar( #rmfind, ch );

    obj_to_char( oload( 2323 ), ch );

    end;

    }

  act_tochar( #cuts, ch );

  act_notchar( #rmcuts, ch );

  junk_obj( obj, 1 );

  act_tochar( #nothing, ch );

  act_notchar( #rmnothing, ch );

  }

else

  send_to_char( #nohave, ch );

~
E
cuts~
You slice open the aboglith gizzard.

~
E
rmcuts~
$n slices open a rubbery hunk of pink flesh.

~
E
nohave~
You don't have an aboglith gizzard.

~
E
nothing~
You find nothing inside.

~
E
rmnothing~
$n finds nothing inside the gizzard.

~
E
find~
You find a key inside!

~
E
rmfind~
$n finds something inside the gizzard!

~
!
-1

#2296
iron barbed flail~
iron barbed flails~
~
~
lies here in a heap of chain and spikes.~
lie here in a heap of chain and spikes.~
~
~
Orb~
Orb~
5 2296 0 0 8193 2834432
0 0 4096 0 0 0 4
0 5 3 6
300 300 30 -1 5 650 0 0
873620458
E
either~
The leather bound grip of this vicious weapon is attached to a several

thick metal chains.  Studded with razor sharp metal barbs, the chains

gleam faintly.

~
P
-1

#2297
chest~
chests~
small pine~
small pine~
sits here.~
sit here.~
~
~
Rue~
Rue~
15 2297 8 4 16385 0
0 0 524290 0 0 0 4
20 13 2298 0
800 0 1 -1 10 800 0 1
873665839
E
either~
Decorative bands of copper strengthen this small pine chest.  A small

keyhole indicates the chest can be locked.  Attached to the top is a

copper handle for easy carrying.

~
P
-1

#2298
intricate pewter key~
intricate pewter keys~
~
~
lies here.~
lie here.~
~
~
Rue~
Rue~
18 2298 0 4 1 0
0 0 524288 0 0 0 4
0 0 0 0
10 0 1 -1 10 800 0 0
873667394
E
either~
Scratches cover the intricate carvings of this ancient pewter key.

~
P
-1

#2299
leather strap~
leather straps~
~
~
lies here.~
lie here.~
~
~
Rue~
Rue~
0 2299 0 4 1 0
0 0 4 0 0 0 4
0 0 0 0
10 15 1 -1 10 500 0 0
873669381
E
either~
A thin leather strap often used to wrap weapon grips.

~
P
-1

#2300
chunk~
chunks~
+of soft silvery metal~
+of magnesium ore~
lies here.~
lie here.~
~
~
Rue~
Rue~
8 2300 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
450 100 1 -1 10 1000 0 0
873671811
E
either~
This heavy chunk of ore is comprised mainly of a silvery metal and a

crumbly brown stone.

~
P
0 -1
prepare~
chunk ore~
if(  !is_player( ch ) )

  end;

obj = has_obj( 2300 , ch );

if( class( ch ) == mage ) {

  i = 1d4;

  if( i == 1 ) {

    junk_obj( obj, 1 );

    obj_to_char( oload( 425 ), ch );

    act_tochar( #one, ch );

    act_notchar( #futz, ch );

    end;

    }

  if( i == 2 ) {

    junk_obj( obj, 1 );

    obj_to_char( oload( 425 ), ch );

    obj_to_char( oload( 425 ), ch );

    act_tochar( #two, ch );

    act_notchar( #futz, ch );

    end;

    }

  if( i == 3 ) {

    junk_obj( obj, 1 );

    obj_to_char( oload( 425 ), ch );

    obj_to_char( oload( 425 ), ch );

    obj_to_char( oload( 425 ), ch );

    act_tochar( #three, ch );

    act_notchar( #futz, ch );

    end;

    }

  if( i == 4 ) {

    junk_obj( obj, 1 );

    act_tochar( #none, ch );

    act_notchar( #futz, ch );

    end;

    }

  }

else

  act_tochar( #notmage, ch );

end;

~
E
nohave~
You don't have any ore to prepare.

~
E
one~
You manage to make one useful strip out of the chunk of ore.

~
E
two~
You manage to make two useful strips from the chunk of ore.

~
E
three~
You prepare three useful strips from the chunk of ore.

~
E
none~
You mangle the chunk of ore so badly you cannot use it for spells.

~
E
futz~
$n scrapes and cuts at a chunk of ore.

~
E
notmage~
You don't have the skill required to prepare a reagent.

~
!
-1

#2301
cowled robe~
cowled robes~
~
~
lies here in a pool of finely woven cloth.~
lie here in a pool of finely woven cloth.~
~
~
Orb~
Fenlyn~
9 2301 0 0 9 0
0 0 16 0 0 0 4
0 8 0 0
300 10000 30 -1 5 400 0 0
873675585
E
either~
This robe is woven of finely spun wool, and dyed a deep, midnight black. 

The heavy cowl is made to hang in a concealing manner over the face of

its wearer.  So large and voluminous, even the largest man could wear it

comfortably.

~
P
-1

#2302
stick of incense~
sticks of incense~
bluish-black~
+of enhancement~
lies here smoldering.~
lie here smoldering.~
~
~
Orb~
Orb~
1 2302 0 0 1 0
0 0 0 0 0 0 4
0 0 20 0
10 0 1 -1 10 1000 0 0
873679089
A 13 10
A 21 10
E
either~
A smallish stick of bluish-black incense smolders gently.

~
P
-1

#2303
breastplate~
breastplates~
silver and mithril trimmed~
ethereal~
lies here, fading in and out of existance.~
lie here, fading in and out of existance.~
~
~
Terek~
Fenlyn~
9 2303 8388672 0 9 276418560
0 0 147456 0 0 0 4
0 23 0 0
600 27000 60 -1 8 1000 4 0
873686290
E
either~
This suit of breastplate is made from a semi-transparent alloy of mithril

and silver.  Its edges are outlined by a faint glow which pulses brightly. 

Several elven runes lie etched across the exterior of the breastplate

which shed a brilliant blue light.  Along the plated sleeves several blue

sapphires have been set into the metal which twinkle in the light.

~
P
7 -1
~
~
act_tochar( #wear, ch );

act_notchar( #wear1, ch );

~
E
wear~
@eAs you slip the breastplate onto your body you notice your form become

partially transparent.

~
E
wear1~
@eAs $n slips the breastplate onto $s body you notice that $s form

becomes partially transparent.

~
!
-1

#2304
ring~
rings~
rose-colored quartz~
+of mystical healing~
lies here, twinkling in the light.~
lie here in a small pile, twinkling in the light.~
~
~
Terek~
Jimbalaya~
9 2304 268435456 0 3 0
0 0 64 0 0 0 4
0 3 0 0
100 28000 65 -1 9 800 0 0
873860423
A 13 5
A 21 30
E
either~
This small ring is made from a rose-colored quartz stone set into an

electrum band.  Small runes have been etched into the stone and band,

each pulsing with a very faint light.

~
P
-1

#2305
sealed envelope~
sealed envelopes~
~
~
lies here.~
lie here.~
~
~
Fenlyn~
Fenlyn~
0 2305 1048576 4 1 0
0 0 1 0 0 0 4
0 4 0 0
10 0 1 -1 10 1000 0 0
873772410
E
either~
The envelope is simply addressed to "The Theatre in the Hills: Manager." 

~
P
-1

#2306
small spiked mace~
small spiked maces~
~
~
lies abandoned here.~
lay abandoned here.~
~
~
Rue~
Orb~
5 2306 -2147483648 0 8193 3751936
0 0 8192 0 0 0 4
0 2 5 6
300 2500 15 -1 4 1000 0 0
873780545
E
either~
The head of this small mace is forged of steel, making it a light and

powerful weapon.  Atop the head is a small spike that makes it even more

effective.

~
P
-1

#2307
soft, green leaf~
soft, green leafs~
~
~
lies on the ground here.~
lie on the ground here in a pile.~
~
~
Phobos~
Phobos~
19 2307 16777216 0 1 0
0 0 512 0 0 0 4
1 0 0 0
10 75 1 -1 1 750 0 0
874089929
E
either~
The broad green leaf is thick and juicy.  Tender veins run through the

velvety flesh.  Even picked, it still appears alive.

~
P
-1

#2308
red hot coal~
red hot coals~
~
~
glows here, providing a minimal source of light.~
glow here, providing minimal light.~
~
~
Florian~
Florian~
1 2308 -2147483648 0 16385 0
0 0 0 0 0 0 4
0 0 15 0
10 0 1 -1 10 1000 0 0
873830365
E
either~
This piece of coal glows red with heat.  Wrapped about the hot,

irregularly shaped chunk of hardened peat is a tiny, almost unnoticeable

ceramic lattice, by which the hot coal can be held safely.

~
P
-1

#2309
low pine table~
low pine tables~
~
~
rests on the floor.~
rest on the floor.~
~
~
Rue~
Rue~
12 2309 0 0 1 0
0 0 2 0 0 0 4
0 0 0 0
2000 0 1 -1 3 300 0 0
873855136
E
either~
Wide planks of oak make up the top of this large table.  Four sturdy legs

support it, providing a firm foundation for the heavy top.

~
P
-1

#2310
holy symbol~
holy symbols~
jeweled~
Orlumbin~
sits here.~
sit here.~
~
~
Rue~
Talis~
14 2310 3145728 8 16385 272318464
0 2052 64 0 0 0 4
0 0 0 0
150 7500 30 -1 10 1000 0 0
873857543
A 12 10
A 4 1
E
either~
This silver holy symbol is a circular disk engraved to appear like a

spoked wheel.  Flashy gems are encrusted at the hub and around its

perimeter.  It is ancient in origin from the old-style script on it.

~
E
approve~
Approved with Mana +10 and Wisdom +1.

~
P
-1

#2311
chunky brown root~
chunky brown roots~
~
~
is drying out here.~
are drying out in a heap.~
~
~
Phobos~
Phobos~
19 2311 0 0 1 0
0 0 512 0 0 0 4
3 0 0 0
10 5 1 -1 10 1000 0 0
873906400
E
either~
Twisted, gnarled and dry, this root looks to be a goodly meal.

~
P
8 -1
~
root chunky~
do_spell( hallucinate, ch );

junk_obj( obj, 1 );

~
!
-1

#2312
strip of mushroom flesh~
strips of mushroom flesh~
~
~
is stretched out to dry.~
are in a pile here.~
~
~
Phobos~
Phobos~
19 2312 16777216 0 1 0
0 0 0 0 0 0 4
5 0 0 0
10 10 1 -1 10 1000 0 0
873919922
E
either~
Taken from the cap of a rather large mushroom, this spongy strip looks

like a satisfactory meal.

~
P
-1

#2313
thick strip of bark~
thick strips of bark~
~
~
has been left by some tree.~
rest here in a heap.~
~
~
Phobos~
Phobos~
13 2313 16777216 0 1 0
0 0 514 0 0 0 4
0 0 0 0
10 3 1 -1 10 1000 0 0
873921371
E
bark~
The bark is thick and rough, with a hard sharp layer protecting the soft

underside.  The soft side of the bark is covered in a thin layer of sap,

leaving it slightly sticky.

~
E
either~
The bark is thick and rough, with a hard sharp layer protecting the soft

underside.  The soft side of the bark is covered in a thin layer of sap,

leaving it slightly sticky.

~
P
8 -1
eat chew~
bark~
act_tochar( #eat, ch );

act_notchar( #reat, ch );

~
E
eat~
You chew on a thick strip of bark thoughtfully.

~
E
reat~
$n chews on a thick strip of bark thoughtfully.

~
!
-1

#2314
piece of blue fungus~
pieces of blue fungus~
~
~
molders on the ground.~
molder on the ground.~
~
~
Rue~
Rue~
19 2314 0 8 1 0
0 0 512 0 0 0 4
5 0 0 0
10 0 1 -1 10 1000 0 0
873937174
E
either~
This small hunk of blue fungus quivers gently at the slightest movement.

~
P
8 -1
~
~
do_spell( hallucinate, ch );

junk_obj( obj, 1 );

~
!
-1

#2315
dented steel breastplate~
dented steel breastplates~
~
~
~
lie here in a heap, collecting dust.~
~
~
Terek~
Fenlyn~
9 2315 0 0 9 2211840
0 0 8192 0 0 0 4
0 2 0 0
1000 2000 10 -1 10 100 2 0
873957420
E
either~
This suit of steel breastplate is severely damaged and beyond any repair. 

Various dents and holes in the steel structure look like they were made

by a blunt object.  Blood-stains cover almost every inch of the

breastplate and looks like it has been absorbed into the metal itself.

~
P
-1

#2316
dented mithril breastplate~
dented mithril breastplates~
~
~
lies here, covered in dirt and grime.~
lie here in a heap, covered in dirt and grime.~
~
~
Terek~
Fenlyn~
9 2316 0 0 9 2211840
0 0 16384 0 0 0 4
0 3 0 0
1500 3000 15 -1 10 1000 2 0
873957818
E
either~
Once a suit of fine mithril breastplate, now this suit of armor is dented

and riddled with holes from previous battles.  Blood stains dot the

blueish-hued metal and several layers of dirt and grime cover its surface. 

Along the upper portion of the breastplate are several deep cuts that go

completely through the metal, made by a extremely sharp sword or claw.

~
P
-1

#2317
skull~
charred gnome skulls~
charred gnome~
+of Hekumeth~
stares up from where it lays.~
stare up from where they lay.~
~
~
Rue~
Rue~
34 2317 1048576 8 16385 0
0 0 640 0 0 0 4
0 0 0 0
100 0 1 -1 10 100 0 0
874014454
E
either~
The bone of this skull is blackened and yellowed by the heat of fire. 

The lower jaw is missing, and a large hole gapes at the forehead.  Its

eyeless sockets are dark and shadowed.  Only a few teeth remain attached

to the upper plate, and those are discolored from heat.

~
P
-1

#2318
juicy chunk of fleshy vine-meat~
juicy chunks of fleshy vine-meat~
~
~
lies here in a pool of its own juices.~
in a puddle of pink liquid.~
~
~
Phobos~
Phobos~
19 2318 16777216 0 1 0
0 0 768 0 0 0 4
8 0 0 0
100 5 1 -1 10 1000 0 0
874017904
E
vine chunk vine-meat~
This vine is oozing sap, and looks very juicy and tasty.  The large chunk

is enough for a meal.  A thick, green rind protects the fleshy underside

of the vine.

~
E
either~
This vine is oozing sap, and looks very juicy and tasty.  The large chunk

is enough for a meal.  A thick, green ring protects the fleshy underside

of the vine.

~
P
-1

#2319
bonsai root~
bonsai roots~
~
~
has been yanked from the earth.~
are stacked together.~
~
~
Phobos~
Phobos~
19 2319 16777216 0 16385 0
0 0 512 0 0 0 4
3 0 0 0
10 6 1 -1 10 100 0 0
874020180
E
either~
The root is thick and meaty, with clumps of dirt clinging to it.  Wet,

green sap oozes out of small tendrils on the base of the root, where it

was cut from the tree.

~
P
-1

#2320
dinner fork of death~
dinner forks of death~
~
~
~
~
~
~
Sign~
Sign~
5 2320 1024 0 8193 0
0 0 2097152 0 0 0 4
3 60 60 1
10 1 92 -1 10 1000 0 0
874030052
E
either~
No description~
P
3 -1
~
~
if( random( 1, 4 ) == 2 ) {

  send_to_room( #SIGN, room );

  act_tochar( #dead, ch );

  act_notchar( #rdead, ch );

  i = 700;

  dam_message( victim, i, "Sign's Dinner Fork of Death" );

  inflict( victim, ch, i, "Sign's Dinner Fork of Death" );

  }

~
E
SIGN~
@RThe fork held by Sign enlarges and strikes through the air!@n

~
E
dead~
@BYou feel your life leaving your body!@n

~
E
rdead~
@BYou see the life of $n leave $s body.@n

~
!
-1

#2321
tabbard~
tabbards~
fur~
Dal-Entil Guard~
rests in a crumpled heap.~
are piled together here.~
~
~
Phobos~
Phobos~
9 2321 268435456 0 9 0
0 0 512 0 0 0 8
0 3 0 0
600 1750 6 -1 10 350 0 0
874030069
A 8 3
E
either~
This large, fur tabbard looks like it came from the skin of some animal,

such as a wolf.  It has rocks embedded in it for added defense.  A large

tree-design is painted on the front with some clay-colored paint.

~
P
-1

#2322
skull~
skulls~
charred gnome~
charred gnome~
stares up from where it lays.~
stare up from where they lay.~
~
~
Rue~
Rue~
34 2322 0 8 16385 0
0 0 640 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
874031368
E
either~
The bone of this skull is blackened and yellowed by the heat of fire.

The lower jaw is missing, and a small hole gapes at the forehead.  Its

eyeless sockets are dark and shadowed.  Only a few teeth remain attached

to the upper plate, and those are discolored from heat.

~
P
-1

#2323
blackened-iron key~
blackened-iron keys~
~
~
lays on the ground.~
lay on the ground.~
~
~
Rue~
Rue~
18 2323 0 12 1 0
0 0 4096 0 0 0 4
0 0 0 0
250 0 1 -1 10 1000 0 0
874090681
E
either~
Darkened by age and pitted from intense heat, this black-iron key feels

heavy in your hand.

~
P
-1

#2324
tender strip of bark~
tender strips of bark~
~
~
glistens with dew.~
lie here in a pile.~
~
~
Phobos~
Phobos~
19 2324 16777216 0 1 0
0 0 514 0 0 0 4
1 0 0 0
10 5 1 -1 10 1000 0 0
874094085
E
either~
This long, off-green strip of bark is very tender and juicy-looking.  If

it were a little less tough, it would make good food.  A thin layer of

sap on the underside makes it feel sticky.

~
P
-1

#2325
speckled frond~
speckled fronds~
~
~
is spread out on the ground.~
are lying here in a heap.~
~
~
Phobos~
Phobos~
13 2325 16777216 0 16385 0
0 0 512 0 0 0 4
0 0 0 0
100 5 1 -1 10 100 0 0
874094986
A 8 8
E
either~
This large frond has many long thin leaves on it.  It is very flat, with

a firm, solid stalk.  It could be used to fan oneself if one were warm.

~
P
4 -1
fan~
self~
act_tochar( #fan, ch, obj );

act_notchar( #rfan, ch, obj );

~
E
fan~
You fan yourself with $p.

~
E
rfan~
$n fans $mself with $p.

~
!
-1

#2326
small lizard tail~
small lizard tails~
~
~
lies here, all alone.~
lie here in a macabre heap.~
~
~
Phobos~
Phobos~
19 2326 0 0 1 0
0 0 768 0 0 0 4
2 0 0 0
10 0 1 -1 10 1000 0 0
874096689
E
either~
This small stump is the tail of a small woodland lizard.  It has many

soft scales covering it, and the inside has a thin bone surrounded by

juicy green meat.  It looks quite nutritious and delicious.

~
P
4 -1
eat~
tail~
act_tochar( #munch, ch );

act_notchar( #rmunch, ch );

continue;

~
E
munch~
You carefully peel the scales off the lizard tail.

~
E
rmunch~
$n carefully peels the scales off the lizard tail.

~
!
8 -1
~
~
junk_obj( obj, 1 );

if( random( 1, 100 ) < 25 ) {

  act_tochar( #wow, ch );

  obj = oload( 214 );

  obj_to_char( obj, ch );

  }

continue;

~
E
wow~
A few of the lizard scales are worth keeping.

~
!
-1

#2327
wyvern scale~
wyvern scales~
~
~
lies here.~
lie here.~
~
~
Sign~
Sign~
34 2327 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
874111592
E
either~
The scale is a deep yellow.  Small feather like hairs line the scales

outside, while the under part of the scale is rock hard.

~
P
-1

#2328
dinner knife of death~
dinner knives of death~
~
~
~
~
~
~
Sign~
Sign~
5 2328 1024 0 8193 0
0 0 0 0 0 0 4
3 10 10 1
10 1000000 92 -1 10 1000 0 0
874105960
E
either~
This large fork has a large jewel in its handle and rather sharp prongs.

~
P
-1

#2329
red dragon claw~
red dragon claws~
~
~
lies here.~
lie here.~
~
~
Sign~
Sign~
34 2329 16777216 0 1 0
0 0 128 0 0 0 4
0 0 0 0
10 1000 1 -1 10 1000 0 0
874109831
E
either~
The claw is a deep crimson.  Traces of dried blood cover almost the

entire claw.

~
E
either~
The claw is as green as an emerald.  A large tendon is attacked at one

end.  The claw is very sharp and could do quite a lot of damage.

~
P
-1

#2330
green dragon claw~
green dragon claws~
~
~
lies here.~
lie here.~
~
~
Sign~
Sign~
34 2330 16777216 0 1 0
0 0 128 0 0 0 4
0 0 0 0
10 1000 1 -1 10 1000 0 0
874110361
E
either~
The claw is as green as an emerald.  A large tendon is attached at one end. 

The claw is very sharp and could do quite a lot of damage.

~
P
-1

#2331
blue dragon claw~
blue dragon claws~
~
~
lies here.~
lie here.~
~
~
Sign~
Sign~
34 2331 16777216 0 1 0
0 0 128 0 0 0 4
0 0 0 0
10 1000 1 -1 10 1000 0 0
874110434
E
either~
This saphire blue claw is large and cold.  Small chunks of ice stick to

it and show no signs of melting.

~
E
either~
No description~
P
-1

#2332
crystalline dragon claw~
crystalline dragon claws~
~
~
lies here.~
lie here.~
~
~
Sign~
Sign~
34 2332 16777216 0 1 0
0 0 128 0 0 0 4
0 0 0 0
10 1000 1 -1 10 1000 0 0
874110523
E
either~
The claw is made of solid crystal.  Light reflex off of it creating

flares of light.

~
P
-1

#2333
dragon boots~
dragon boots~
~
~
lie here collecting dust.~
lie here collecting dust.~
pair of~
pairs of~
Sign~
Jimbalaya~
9 2333 0 0 65 0
0 0 132 0 0 0 4
0 5 0 0
1000 13000 30 -1 7 650 0 0
874111859
A 19 1
A 13 10
E
either~
The boots are lined with large dragon scales.  At the end of each boot 4

claws stretch forth, all a different color.  They look as if they would

offer a large amount of protection to your feet.

~
P
-1

#2334
staff~
staff~
shell plated~
dragon shell~
lies here.~
lie here.~
~
~
Sign~
Orb~
5 2334 0 0 8193 917504
0 0 130 0 0 0 4
0 2 11 4
500 7200 35 -1 5 750 0 0
874180889
E
either~
Jagged shells stick out from the tip of this staff as a soft leather band

curls down the base creating a hand hold.  A small carving of a dragons

head is imprinted in the side of the staff.

~
P
3 -1
~
~
if( random( 1, 5 ) == 3 ) {

  act_tochar( #bite, ch, obj );

  act_notchar( #rbite, ch, obj );

  i = 1d7+3;

  dam_message( victim, i, "the vicious bite" );

  inflict( victim, ch, i );

  }

~
E
bite~
@RThe staff animates and takes a bite out of your victim..@n 

~
E
rbite~
@RThe staff held by $n animates and takes a bite out of $s victim.@n

~
!
-1

#2335
thin, sweaty vyan scalp~
vyan scalps~
~
~
is lying here in a grotesque heap.~
are resting here in a grotesque heap.~
~
~
Phobos~
Phobos~
13 2335 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
150 0 1 -1 10 500 0 0
874262040
E
scalp~
This thin, stretched sheet of flesh is about the size of a human's hand. 

Beads of blood and puss ooze out from the many pores, each highlighted by

a sweaty black hair.  The skin is greyish with a yellowy tint, and light

blueish veins can be seen just under the first layer of flesh.

~
E
either~
This thin, stretched sheet of flesh is about the size of a human's hand. 

Beads of blood and pus ooze out from the many pores, each highlighted by

a sweaty black hair.  The skin is greyish with a yellowy tint, and light

blueish veins can be seen just under the first layer of flesh.

~
P
-1

#2336
stone hoe~
stone hoes~
~
~
is stuck in the ground here.~
are lying here in a stack.~
~
~
Phobos~
Phobos~
5 2336 0 0 8193 0
0 0 64 0 0 0 4
0 2 5 4
800 60 5 -1 10 600 0 0
874264854
E
either~
A long, carefully carved piece of rock with a flat end for tilling earth,

this instrument appears primitive, but effective.  It's a rough

replication of a hoe, but made without wood or metal.  The edges are very

sharp and the rock appears solid.

~
P
-1

#2337
carved granite box~
carved granite boxes~
~
~
sits in the corner collecting dust.~
~
~
~
Phobos~
Phobos~
15 2337 0 4 1 0
0 0 0 0 0 0 4
0 13 0 0
10000 0 1 -1 10 1000 0 0
874299838
E
either~
This large box is carved from a few pieces of solid granite.  An

intricate, highly sophisticated lock mechanism keeps it closed.  A thin

layer of dust covers the box and the area around it.

~
P
-1

#2338
chocolate-covered llama treat~
chocolate-covered llama treats~
~
~
lies here, melting away.~
lie here in a small basket, melting away.~
~
~
Terek~
Terek~
19 2338 0 4 16385 0
0 0 512 0 0 0 4
3 2 0 0
100 10 1 -1 10 1000 0 0
874396288
E
either~
Shaped just like a life-sized llama, except covered in chocolate.  It

looks very delicious and fattening.

~
P
-1

#2339
group of mutilated dew sprites~
group of mutilated dew sprites'~
~
~
lie here, their tiny bodies horribly battered.~
lie here, their tiny bodies horribly battered.~
~
~
Terek~
Terek~
23 2339 0 0 0 0
0 0 512 0 0 0 4
0 0 0 0
5000 1 1 -1 10 1000 0 0
874449046
E
either~
These once delicate dew sprites are now nothing more then a mound of

decaying flesh.  Their tiny bodies have been horribly mutilated and a few

are missing arms and legs.  A large pool of blood surrounds the group of

sprites and the stench of decaying flesh is overwhelming.

~
P
-1

#2340
ceremonial halberd~
ceremonial halberds~
~
~
glimmers with silver runes.~
glimmer with silver runes.~
~
~
Orb~
Orb~
5 2340 8404992 0 8193 2736128
0 0 16384 0 0 0 4
0 4 9 5
700 25000 45 -1 6 1000 0 0
874545506
E
either~
This long steel shaft ends in a glimmering mithril axe on one end and

tapers to a razor sharp spear point on the other.  Black leather has been

bound around the shaft to provide a handhold.

~
P
3 -1
~
~
if( random( 1, 20 ) <= 3 ) {

  act_tochar( #whip, ch );

  act_notchar( #rwhip, ch );

attack( ch, victim, 10d3, "slash" );

  }

~
E
Whip~
@CYou whip your pike around, slamming the base into your opponent's face!

~
E
rwhip~
@C$n whips the pike around, slamming the base into $m oponnent's face!

~
!
-1

#2341
set of mithril climbing spikes~
sets of mithril climbing spikes~
~
~
lie here, their sharp tips gleaming.~
lie here in a pile, their sharp tips gleaming.~
~
~
Terek~
Terek~
0 2341 0 0 16385 0
0 0 16384 0 0 0 4
0 0 0 0
100 50 1 -1 10 1000 0 0
874546435
E
either~
These generic climbing spikes are made of hardened mithril with leather

strips wrapped around the ends for gripping.  The tips of the spikes are

extremely sharp, able to pierce almost any type of stone.  A small loop

in one end allows a climber to loop rope through for an easier climb.

~
P
-1

#2342
dragon shaped crystal~
dragon shaped crystals~
~
~
~
~
~
~
Sign~
Sign~
8 2342 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
500 1000 1 -1 10 1000 0 0
874547898
E
either~
The refracted light from this crystal is cold white, shot through with

prismatic colors that sparkle and shift with each movement.  The crystal

has been roughly hewn and tumbled; the end result is the gleaming,

shining form of a dragon.

~
P
-1

#2343
black opal bracelet~
black opal bracelets~
~
~
lies in the sand.~
lie in the sand.~
~
~
Orb~
Fenlyn~
9 2343 8388676 8 4097 0
0 0 147456 0 0 0 8
0 3 0 0
10 16500 45 -1 5 1000 0 0
874551555
A 21 15
A 19 1
E
either~
Gleaming coldy with an unnatural light, three large black opals rest on a

mithril band.  Inscribed on the band is a pattern of lovely interlocking

spirals.

~
P
-1

#2344
mithril studded scourge~
mithril studded scourges~
~
~
lies here in a tangle of mithril studded leather.~
lie here in a tangle of mithril studded leather.~
~
~
Orb~
Orb~
5 2344 8388608 0 8193 2834432
8 0 16384 1 0 0 4
0 6 4 7
400 5000 55 -1 8 1000 0 0
874556838
E
either~
Mounted onto a mithril haft, many strands of black leather hang down in a

tangle.  Fixed on each leather strand are many razor-sharp mithril studs.

~
P
3 -1
~
~
if( random( 1, 10 ) == 5 ) {

  act_room( #scourge, ch );

  do_spell( shock, ch, victim );

  }

~
E
scourge~
@BAn arc of energy leaps from the glittering mithril spikes!

~
!
4 -1
crack~
whip~
act_tochar( #crack, ch );

act_notchar( #rcrack, ch );

~
E
crack~
@CYou crack your whip impatiently, the long leather tendrils hissing and

snapping.

~
E
rcrack~
@C$n cracks $s whip, the long leather tendrils hissing and snapping.

~
!
-1

#2345
emerald coloured crystalline key~
emerald coloured crystalline keys~
~
~
glimmers with faceted radiance.~
glimmer with faceted radiance.~
~
~
Orb~
Orb~
18 2345 3276800 4 1 0
0 0 96 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
874576893
E
either~
This small key is a priceless treasure.  Carved from deep green emerald,

the handle has been worked into a million tiny facets, each reflecting a

tiny bit of light.

~
P
-1

#2346
lustrous green egg~
lustrous green eggs~
~
~
~
~
~
~
Sign~
Sign~
0 2346 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
874610177
E
either~
The egg looks as if it is very soft.  It appears that you might be able

to open or break the egg.  A sweet smelling steam rises from the eggs

surface 

~
P
-1

#2347
shattered green egg~
shattered green eggs~
~
~
lies in pieces on the ground.~
lie in pieces on the ground.~
~
~
Sign~
Merior~
8 2347 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 500 1 -1 10 1000 0 0
874610551
E
either~
The egg is shattered into millions of pieces.

~
P
-1

#2348
set of filthy rags~
sets of filthy rags~
~
~
lie here in a clump.~
lie here in a heap.~
~
~
Terek~
Fenlyn~
9 2348 0 0 9 0
0 0 16 0 0 0 4
0 5 0 0
200 2000 10 -1 10 300 0 0
874631441
E
either~
This tattered leather tunic is nothing more then a mere collection of

dirty rags.  Various holes in the cloth show that this is not the perfect

set of armor of wear in battle.  A few of the black ivory buttons are

missing while a few hang on by small strands of thread.

~
P
-1

#2349
ivory and birchwood walking cane~
ivory and birchwood walking canes~
~
~
is stuck in the ground here.~
are stuck in the ground here.~
~
~
Terek~
Marek~
0 2349 8388608 0 16385 0
0 0 4098 0 0 0 4
0 0 0 0
10 5000 60 -1 10 650 0 0
874631649
E
either~
This elegantly carved cane is made from a mixture of ivory and birchwood. 

On one end of the cane sits a carved ivory dragon which grasps a large

violet-hued diamond.  Along the cane's surface are various dwarvish runes

which glow with a faint yellow light.

~
P
-1

#2350
bone throne~
bone thrones~
~
~
sits upon a stone dais with a commanding view of the room.~
sit upon a stone dais with a commanding view of the room.~
~
~
Rue~
Rue~
35 2350 33816640 0 0 134217728
0 0 644 0 0 0 4
1 0 0 0
50000 0 25 -1 10 1000 0 0
874805715
E
either~
The throne of bone is made from bent and twisted bones.  At the end of

each armrest sits a jawless skull, testament to those that have perished. 

~
P
-1

#2351
swing~
swings~
peculiar~
~
hangs from a corner of the room.~
hang from a corner of the room.~
~
~
Orb~
Orb~
35 2351 33554432 0 0 0
0 0 2 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
874813992
E
either~
This wooden swing hangs down from the ceiling by long ropes.

~
P
0 -1
swing~
~
if( is_player( ch ) )

  if( is_resting( ch ) ) {

  act_tochar( #swing, ch );

  act_notchar( #rswing, ch );

  }

else

  act_tochar( #notoneswing, ch );

else

  act_tochar( #cant, ch );

~
E
cant~
You can't use the swing.

~
E
swing~
With a push of your feet, you sail into the air on the swing. Whee!

~
E
rswing~
$n swings back and forth on the swing. Whee!!

~
E
notoneswing~
You cannot use the swing without being on it.

~
!
0 -1
stand~
~
set_rflag( status0, room );

continue;

~
!
0 -1
sit~
swing~
loop( all_in_room )

  if( !is_resting( ch ) )

  remove_rflag( status0, room );

else

  act_tochar( #already, ch );

continue;

~
E
already~
Someone is already sitting on the swing.

~
!
-1

#2352
key with a clover-shaped handle~
keys with clover-shaped handles~
~
~
lies here, blending into the grass.~
lie here, blending into the grass.~
~
~
Orb~
Orb~
18 2352 1048577 4 1 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
874819065
E
either~
The handle of this small green key has been shaped into a perfectly

formed four-leaf clover.

~
P
-1

#2353
beer barrel~
barrels~
bottomless~
~
sits here, the amber liquid glimmering.~
sit here, the amber liquid glistening.~
~
~
Orb~
Orb~
25 2353 0 1 0 0
0 0 2 0 0 0 4
100 -1 0 0
10000 0 1 -1 10 1000 0 0
874840035
E
either~
A stout barrel of dwarven make, this container is almost overflowing with

beer.

~
P
-1

#2354
swirling orb~
swirling orbs~
~
~
lies on the ground here, mixing white and black in a variety of patterns.~
lie on the ground here, mixing white and black in a variety of patterns.~
~
~
Nivel~
Talis~
0 2354 65 0 16385 611287040
0 0 96 0 0 0 4
0 0 0 0
200 0 75 -1 10 1000 0 0
874896343
A 3 1
A 5 2
E
either~
This shimmering orb is constantly in motion, swirling black and white in

a brilliant array.  It is perfectly spherical in shape, and seems to have

a strange, hypnotic quality about it.  Small in size, can easily hold it

with one hand.

~
E
approve~
Approved with with +1 int, +2 con. Level 65. Suggest well under 1% repop. Anti-law is curious.

~
P
-1

#2355
firey ring~
firey rings~
~
~
lies here, glowing a bright red.~
lie here, glowing a deep red.~
~
~
Nivel~
Jimbalaya~
8 2355 271581249 4 3 0
0 1 16448 0 0 0 4
0 0 0 0
10 9000 30 -1 10 1050 0 0
874897117
E
either~
A large ruby is enlaid in the middle of this mithril band.  A fiery-red

aura surrounds it, but it is cool to the touch and does not seem to harm

you.  The ruby pulses slowly with the aura surrounding it.  It appears to

be quite valuable, and may have some magical qualities, as strange runes

are engraved around the red centerpiece.

~
P
7 -1
~
~
if( random( 0, 2 ) == 1 ) {

  if( rflag( reset0, find_room( 53028 ) ) ) {

    act_tochar( #fire, ch );

    remove_rflag( reset0 );

    i = 9d30+70;

    heal( ch, i );

    }

  else

    remove_rflag( reset0, find_room( 53028 ) );

  }

else

  remove_rflag( reset0, find_room( 53028 ) );

~
E
fire~
The ruby glows brightly, and energy flows through you, healing your

wounds.

~
!
-1

#2356
red robe~
red robes~
dusty~
+of Hekumeth~
lays in a heap.~
lay in a heap.~
~
~
Rue~
Fenlyn~
9 2356 268435520 0 9 0
0 0 16 0 0 0 4
0 4 0 0
550 7500 25 -1 4 400 0 0
874898797
A 12 10
A 7 5
E
either~
This ancient robe is made of a thick velvety cloth.  A white dust seems

to be stuck to it, reflecting light and making the robes shimmer.  Worn

and threadbare yellow piping is sewn about the collar and cuffs.  Small

white buttons close the robes in the front.

~
P
-1

#2357
red robe~
red robes~
dusty~
+of feeblemindedness~
lays in a heap.~
lay in a heap.~
~
~
Rue~
Fenlyn~
9 2357 268439616 0 9 2949120
0 0 16 0 0 0 4
0 4 0 0
550 3000 15 -1 4 400 0 0
874933977
A 12 -50
A 3 -5
E
either~
This ancient robe is made of a thick velvety cloth.  A white dust seems

to be stuck to it, reflecting light and making the robes shimmer.  Worn

and threadbare yellow piping is sewn about the collar and cuffs.  Small

white buttons close the robes in the front.

~
P
-1

#2358
furled scroll~
furled scrolls~
~
~
has been left here.~
have been left here.~
~
~
Talis~
Talis~
0 2358 64 0 1 0
0 0 1 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
874944859
E
either~
The scroll has been rolled tight to keep others from seeing its contents

until it has been delivered and the seal broken.  A silver seal of wax on

the side binds it shut.  If you were to break the seal you would be able

to open the scroll and read it.

~
E
seal~
The seal is made from silver wax and glitters faintly with flecks of

something in the wax.  The imprinted picture is one of an oak tree with

crescent moon waxing directly above the tree.

~
P
4 -1
break~
seal~
act_tochar( #break, ch );

act_notchar( #rbreak, ch );

junk_obj( obj, 1 );

obj_to_char( oload( 2359 ), ch );

~
E
break~
You break away the wax seal binding the scroll and unfurl the paper. 

Their are words written inside for you to read.

~
E
rbreak~
$n breaks the wax seal off a furled scroll and unrolls it.

~
!
-1

#2359
scroll~
scrolls~
~
~
has been left behind.~
have been left behind.~
~
~
Talis~
Talis~
0 2359 64 0 1 0
0 0 1 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
874945348
E
either~
The scroll retains a curl from being tightly furled earlier.  There are

words on it for you to read.

~
P
4 -1
read~
scroll~
act_tochar( #ousted, ch );

wait( 5 );

act_tochar( #crisp, ch );

act_notchar( #rcrisp, ch );

junk_obj( obj, 1 );

~
E
ousted~
For your actions against the peaceful people of this land, for your

transgressions against the cause of the Shuvanaguard, and for the oath

you broke when you violated the cause of the Shuvanaguard you are hereby

removed from the ranks of the Shuvanaguard.  All privileges and rights of

the guard are now revoked to you.  May Tarafas and Cynnis have mercy on

your soul, for your actions in life have tainted its honor.

                         -Tiercen, high druid of the Vaasa.

~
E
crisp~
Suddenly the scroll bursts into flames and is gone in the blink of an eye.

~
E
rcrisp~
$n lets out a startled yelp when a scroll in $s hands disapears in a

flash of bright light.

~
!
-1

#2360
rock~
rocks~
~
~
has a note tied to it.~
have scrolls tied to them.~
~
~
Talis~
Talis~
0 2360 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
874946250
E
either~
A normal, ordinairy rock, only this one has a rolled scroll tied to it. 

Perhaps you could untie the string on the rock and retrieve the scroll.

~
P
4 -1
untie cut loose sever break~
string note scroll rock~
act_tochar( #untie, ch );

act_notchar( #runtie, ch );

junk_obj( obj, 1 );

obj_to_char( oload( 2358 ), ch );

~
E
untie~
You loose the string that binds the scroll to the rock.  Dropping the

useless rock, you now hold a tightly furled scroll.

~
E
runtie~
$n removes a tightly furled scroll from a rock and drops the now useless

rock.

~
!
-1

#2361
fiery ruby~
fiery rubies~
~
~
lies here, pulsing a deep red.~
lie here, pulsing a deep red.~
~
~
Nivel~
Nivel~
8 2361 3145793 0 16385 0
0 0 32 0 0 0 4
0 0 0 0
30 1000 1 -1 10 1000 0 0
874957074
E
either~
This small red ruby seems to be pulsing back and forth, and looks to be

quite valuable, perhaps even magical.

~
P
-1

#2362
interdimensional portal~
interdimensional portals~
~
~
lies here, swirling in a vortex of greenish-red hues.~
lie here, swirling in a vortex of greenish-red hues.~
~
~
Nivel~
Nivel~
31 2362 67 0 0 0
0 0 64 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
874978315
E
either~
A Great swirling portal lies before you, swirling in a vortex of greens

and reds and some blues.  It appears quite solid, but may vanish at any

instant.

~
P
4 -1
enter~
~
act_tochar( #portal, ch );

act_notchar( #2rportal, ch );

wait( 1 );

transfer( ch, find_room( 107 ) );

wait( 1 );

act_notchar( #there, ch );

~
E
portal~
@b@GYou slowly enter the swirling portal, carefully stepping through what

seems like jelly!@n 

~
E
2rportal~
$n slowly enters the swirling portal.

~
E
there~
$n has arrived.

~
!
-1

#2363
pair of cork-soled sandals~
pairs of cork-soled sandals~
~
~
are laying here.~
lay here.~
~
~
Rue~
Jimbalaya~
9 2363 8650752 0 65 0
0 0 518 0 0 0 4
0 3 0 0
70 3000 15 -1 2 600 0 0
875146459
A 14 15
E
either~
A thick cork sole provide great comfort for your feet in these sandals. 

Leather straps are held together around your feet by a small brass buckle.

~
P
-1

#2364
hooked trident~
hooked tridents~
~
~
lays unattended here.~
lay unattended here.~
~
~
Rue~
Orb~
5 2364 16384 0 8193 0
0 0 8192 0 0 0 4
0 3 7 10
280 5200 23 -1 10 1000 0 0
875147775
E
either~
The slender steel shaft of this trident is topped by three wickedly

barbed prongs.

~
P
-1

#2365
grain of red sand~
grains of red sand~
~
~
with a special gleam to it lies on the ground.~
with a special gleam lie in the start of a pile.~
~
~
Florian~
Fenlyn~
11 2365 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 7 1 -1 10 1000 0 0
875225085
E
either~
This bright red grain of sand is a couple of sizes larger than a normal

grain of sand.  Even so, it is still minuscule.  The shape of the granule

itself is that of a cube with very exaggerated and sharp corners.  Though

it could just be a trick of your eyes, it seems as though there is a

faint ruby aura surrounding the grain of sand.

~
P
-1

#2366
pinch of red sand~
pinches of red sand~
~
~
rests in a small heap on the ground.~
lie in tiny heaps on the ground.~
~
~
Florian~
Merior~
11 2366 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 15 1 -1 10 1000 0 0
875225437
E
either~
A few grains of red sand, perhaps eight or ten, have been gathered

together in a small pinch.  The large, crimson granules of desert soil

are cubic and sharp and remind you distinctly of how formica cleaves. 

The pinch of red sand is warmer than you might expect, and seems to have

a faint ruby aura surrounding it.

~
P
-1

#2367
handful of red sand~
handfuls of red sand~
~
~
lies in a velvety crimson mound here.~
rest in a loose, velvety pile here.~
~
~
Florian~
Merior~
11 2367 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 100 1 -1 10 1000 0 0
875226295
E
either~
A small amount of red sand, barely more than eight or nine pinches of the

crimson grains of desert soil, has been gathered into a handful.  The red

sand is coarse and gritty and looks nothing more than ordinary.  Even so,

a faint ruby aura seems to surround it.

~
P
-1

#2368
rotted oak log~
rotted oak logs~
~
~
is drying out in the air.~
are stacked in a pile here.~
~
~
Phobos~
Phobos~
33 2368 16777216 0 1 0
0 0 2 0 0 0 4
0 0 0 0
2000 20 1 -1 10 1000 0 0
886387918
E
either~
Cracked and faded from weathering, the bark surrounding the wooden flesh

emits the spicy, musky scent of aging timber.  Mold has crept its way

into the crevices of the wood, dark frosty green against the amber hue of

the oak.

~
P
-1

#2369
clockwork goblin~
clockwork goblins~
~
~
has fallen over to rest on its side.~
have fallen over to rest on their sides.~
~
~
Talis~
Talis~
8 2369 0 0 1 0
0 0 12290 0 0 0 4
0 0 0 0
80 500 1 -1 10 1000 0 0
875299261
E
either~
A little mechanical construct a mere eight inches tall.  Its wooden face

has the bulbous eyes and warty protrusions common to most goblinoids. 

Someone has painted the wooden head and body green and the eyes a bright

yellow.  Though the jointed arms and legs show signs of being able to

move, they are rigidly stiff right now.  A little key is affixed to to

the thing's back.  It looks as if you could wind the key.

~
P
4 -1
wind turn~
key goblin clockwork toy~
act_tochar( #winding, ch );

act_notchar( #rwinding, ch );

wait( 1 );

act_tochar( #winding2, ch );

act_notchar( #rwinding2, ch );

wait( 1 );

act_tochar( #set_down, ch );

act_notchar( #rset_down, ch );

wait( 1 );

if( !junk_obj( has_obj( 2369, ch ), 1 ) ) {

  obj_to_room( oload( 2370 ), room );

  opcode( obj_in_room( 2370, room ), 1 );

  }

~
E
winding~
Firmly grasping the clockwork goblin in one hand, you wind the key for

several revolutions with the other.

~
E
rwinding~
$n hold an eight inch tall clockwork goblin in one hand and winds a key

set in its back with $s other hand.

~
E
winding2~
The tension on the key is strong enough to keep it from turning any

further without breaking the clockwork toy.

~
E
rwinding2~
$n finishes winding the clockwork goblin up.

~
E
set_down~
You carefully set the clockwork goblin down on the ground.

~
E
rset_down~
$n sets the clockwork toy down on the ground in front of $m.

~
!
-1

#2370
clockwork goblin~
clockwork goblins~
~
~
is tottering about mechanically.~
are tottering about mechanically.~
~
~
Talis~
Talis~
8 2370 0 0 0 0
0 0 12290 0 0 0 4
0 0 0 0
80 0 1 -1 10 1000 0 0
875300277
E
either~
A little mechanical construct a mere eight inches tall.  Its wooden face

has the bulbous eyes and warty protrusions common to most goblinoids. 

Someone has painted the wooden head and body green and the eyes a bright

yellow.  Though the jointed arms and legs show signs of being able to

move, they are rigidly stiff right now.  A little key is affixed to to

the thing's back.  The key is slowly rotating as it totters about.

~
P
4 -1
~
~
wait( 2 );

act_room( #totter2, ch );

wait( 3 );

act_room( #totter, ch );

wait( random( 3, 4 ) );

act_room( #totter, ch );

wait( random( 4, 5 ) );

if( random( 1, 30 ) == 30 ) {

  act_room( #boom, ch );

  obj_to_room( oload( 872 ), room );

  loop( all_in_room ) {

    dam_message( ch, 1, "the small explosion of parts" );

    inflict( ch, mob, 1, "a defective clockwork goblin" );

    }

  }

else {

  obj_to_room( oload( 2369 ), room );

  act_room( #thud, ch );

  }

junk_obj( obj_in_room( 2370, room ), 1 );

~
E
totter~
The clockwork goblin totters about the room stiffly on its mechanical

legs.  Every time it leans too far in one direction, it somehow manages to

correct itself and takes another step.

~
E
boom~
A culmination of whirs and clicks reaches a fevered pace and suddenly the

poor little clockwork goblin explodes in a profusion of sharp bits and

gears and pieces.

~
E
thud~
Finally, running out of energy, the clicks and whirs of its internal

mechanisms come to a stop and the clockwork goblin topples over onto its

side.

~
E
totter2~
The little goblin takes its first few steps slowly and jerkily, as if

putting into use gears that have long remained unused.  Then it quickly

picks up speed to the accompaniment of a series of clicks and whirs

occuring from within the toy.

~
E
totter3~
The clicks and whirs continue as the mechanical goblin rapidly totters

about the room in random arcs and circles.  Somehow it manages to avoid

bumping into things or walking off edges just in the nick of time

whenever it comes too close to one.

~
!
-1

#2371
old knobbed oaken cane~
old knobbed oaken canes~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
28 2371 0 0 16385 0
0 0 0 0 0 0 4
0 0 -1 0
100 5000 1 -1 10 1000 0 0
880993684
E
either~
This old knobbed cane is made of oak.

~
P
-1

#2372
table~
tables~
small, clean oaken~
small, clean oaken~
is here, well-scarred from cutlery.~
are here, well-scarred from cutlery.~
~
~
Orb~
Orb~
36 2372 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
881004554
E
either~
Upon closer examination, the table appears to be extremely well made of

heavy oak, and it shows its wear well.

~
P
-1

#2373
rainbow-hued key~
rainbow-hued keys~
~
~
lies here.~
lie here.~
~
~
Nivel~
Nivel~
18 2373 0 4 16385 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
875318512
E
either~
No description~
P
-1

#2374
music box~
music boxes~
~
~
~
~
~
~
Rue~
Talis~
8 2374 0 0 1 0
0 0 524290 0 0 0 4
0 0 0 0
250 4000 1 -1 10 1000 0 0
875319501
E
either~
This ornate box shows signs of wear.  Tiny copper hinges and a small

clasp allow the lid to open.  On the backside, a small key protrudes

slightly from the box.  The red paint on the box is worn and faded, with

intricate designs of blue and yellow flowers.

~
P
4 -1
wind~
music box~
act_tochar( #winding, ch );

act_notchar( #rmwinding, ch );

obj_to_char( oload( 2424 ), ch );

junk_obj( has_obj( 2374, ch ), 1 );

end;

~
E
winding~
Gently holding the box, you turn the key until it stops.

~
E
rmwinding~
$n turns a small key set into the back of a small box.

~
!
4 -1
open~
music box~
act_tochar( #open, ch );

~
E
open~
The box refuses to open for you.

~
!
-1

#2375
gem~
gems~
red and white~
banded sardonyx~
sits here.~
sit here.~
~
~
Rue~
Rue~
6 2375 0 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
10 1000 1 -1 10 1000 0 0
875322218
E
either~
This is a small red and white banded chunk of quartz.  It may be worth

something once it has been cut and polished.

~
P
-1

#2376
thorn~
thorns~
~
~
lies here.~
lie here.~
~
~
Merior~
Fenlyn~
11 2376 -2147483648 0 16385 0
0 0 0 0 0 0 4
1 0 0 0
2 20 1 -1 10 1000 0 0
875404121
E
either~
This small thorn is very sharp to touch, and would easily prick the skin

of all but the toughest of creatures.  You can still see where it was

torn off the rose bush.

~
P
-1

#2377
holy censer~
holy censers~
~
~
hangs from a silver chain.~
hang from silver chains.~
~
~
Thyme~
Rebekka~
8 2377 0 0 16385 0
0 0 131072 0 0 0 4
0 0 0 0
50 20000 60 -1 10 1000 0 0
875411663
E
either~
This small incense burner swings on a fine silver chain.  It is decorated

with tiny crosses as well as a tiny figure of a robed man.

~
P
-1

#2378
whittling knife~
whittling knifes~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
5 2378 1024 0 8193 0
0 0 4096 0 0 0 4
0 1 4 0
50 10 1 -1 2 1000 0 0
875469658
E
either~
This small knife is used to whittle at wood blocks to form small

caricatures.  It is very sharp.  However, as tiny as it is, it would not

make a very powerful weapon.

~
P
-1

#2379
small block of wood~
small block of woods~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 2379 0 0 16385 0
0 0 2 0 0 0 4
0 0 0 0
50 10 1 -1 10 1000 0 0
875469664
E
either~
A small half-pound block of wood, probably for carving.

~
P
-1

#2380
massive pine desk~
massive pine desks~
~
~
sits at the back of the room.~
sit at the back of the room.~
~
~
Rue~
Rue~
36 2380 0 0 0 0
0 0 2 0 0 0 4
0 0 0 0
50000 0 1 -1 10 1000 0 0
875470864
E
either~
This massive pine desk is about ten feet long, and covered in stains and

old papers.

~
P
-1

#2381
shoulder sash~
shoulder sashes~
ancient~
warrior's~
lies here in a crumpled pile.~
lie here in a crumpled pile.~
~
~
Marek~
Fenlyn~
9 2381 268435456 8 9 5357568
0 0 516 32768 0 0 8
0 6 0 0
250 14000 40 -1 4 600 0 0
875563634
A 13 5
E
either~
An ancient double sash, hung with various odd charms and bits of bone and

painted with long-forgotten symbols of power, this garment was bestowed

on only the greatest of warriors in the ages-gone days when barbarian

kings ruled this region.

~
P
7 -1
~
~
act_tochar( #char, ch );

~
E
char~
@YThe hot temper of ancient warriors flows over you!@n

~
!
-1

#2382
pair of finger-cymbals~
pairs of finger-cymbals~
~
~
sit gingerly upon the ground.~
sit gingerly upon the ground.~
~
~
Rue~
Rue~
0 2382 0 8 16385 0
0 0 2064 0 0 0 4
50 0 0 0
50 0 1 -1 10 1000 0 0
875581033
E
either~
Small brass cymbals that slip over the fingers and can make beautiful

music in the right hands.  There are crude carvings upon the backs of

them, and small silk straps that allow them to slip over the fingers.

~
P
-1

#2383
blade of banishment~
blade of banishments~
~
~
lies here, covered in strange runes.~
lie here in a row, each covered in strange runes.~
~
~
Terek~
Terek~
5 2383 8388609 0 8193 275890176
1 0 32768 32771 0 0 4
3 5 10 2
600 20000 90 -1 10 1000 0 0
875601405
E
either~
This massive broadsword is made of the purest adamantite which has had

several runes etched across the blade.  The handle is made from white

obsidian and is wrapped in a white leather covering.  The hilt is made

from a mixture of mithril and silver which gleams in the light.  A faint

white glow surrounds the blade and shimmers brightly constantly.

~
P
3 -1
~
~
if( random( 1, 10 ) == 1 ) {

  i = 5d5+65;

  act_room( #banish, ch );

  dam_message( victim, i, "The blade's burst of light" );

  inflict( victim, ch, i, "The blade's burst of light" );

  }

~
E
banish~
@eThe blade of banishment suddenly erupts in a bright white glow as it

strikes it target with an unnatural might!

~
!
-1

#2384
white mithril breastplate~
white mithril breastplates~
~
~
lies here, shimmering brightly.~
lie here, shimmering brightly.~
~
~
Terek~
Fenlyn~
9 2384 8388608 0 9 276414464
0 0 16384 0 0 0 4
0 23 0 0
940 27000 60 -1 10 1000 0 0
875602636
E
either~
This beautifully crafted breastplate is made of rare white mithril which

shimmers brightly in the light.  Down the center of the breastplate are

several strange glyphs and runes which glow with a faint blue light. 

Several rubies lie embedded within the shoulder plates of the breastplate.

~
P
-1

#2385
heavy catapault~
heavy catapaults~
~
~
rest along the ramparts here, ready to fire.~
rest along the ramparts here, ready to fire.~
~
~
Terek~
Terek~
0 2385 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
60000 500 1 -1 10 1000 0 0
875604415
E
either~
This massive siege-repelling catapault is made from heavy oak timbers

bolted securely together and covered in steel bands.  Four wheels rest on

each corner of the catapault making it easier to move.  On the back end

rests a giant bowl-shaped piece of timber used for loading boulders or

any other munitions.  On the left side a heavy iron @elever@n rests.

~
P
-1

#2386
clockwork bird~
clockwork birds~
~
~
is standing quite still at the moment.~
stand about like a flock frozen in time.~
~
~
Talis~
Yrd Ivytress~
0 2386 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 500 1 -1 10 1000 0 0
875645753
E
either~
A toy bird constructed of some light wood.  It's hard to tell for

certain, but it feels like it could be balsa with some kind of hardened

shellac coating.  Under the clear protective coat the bird is a vivid

yellow with touches of green and black for highlighting.  Little black

beads are set into the head for almost life-like eyes.  The wings are

currently folded back, though retain the same slightly rounded arc they

would if used in flight.  A small, metal square peg is recessed inside a

hole in the bird's back.  If you had a key to wind it, perhaps the bird

would do something.

~
P
4 -1
wind turn~
key bird clockwork toy~
if( has_obj( 2393, ch ) ) {

  act_tochar( #winding, ch );

  act_notchar( #rwinding, ch );

  wait( 1 );

  act_tochar( #winding2, ch );

  act_notchar( #rwinding2, ch );

  wait( 1 );

  act_tochar( #set_down, ch );

  act_notchar( #rset_down, ch );

  wait( 1 );

  if( !junk_obj( has_obj( 2369, ch ), 1 ) ) {

    obj_to_room( oload( 2370 ), room );

    opcode( obj_in_room( 2370, room ), 1 );

    }

  }

else

  act_tochar( #with_what, ch )

~
E
winding~
You place the winding key in the slot on the birds back being careful not

to crush a wing in the process.

~
E
rwinding~
$n carefully inserts a winding key into a slot on the back of a clockwork

bird.

~
E
winding2~
Holding the bird gently, so as not to crush it, you wind the key until

there is sufficient tension to let you know it is done.

~
E
rwinding2~
$n twists the key in the mechanical bird's back quite a few times.

~
!
-1

#2387
black silk veil~
black silk veils~
~
~
is crumpled on the floor.~
are crumpled on the floor.~
~
~
Rue~
Marek~
9 2387 8388608 0 17 0
0 0 528 0 0 0 2
0 0 0 0
20 300 1 -1 2 300 0 0
875650682
E
either~
A thin black veil designed to hide the lower face of the wearer.  It is

made of black silk and lace.

~
P
-1

#2388
pair of black silk pantaloons~
pairs of black silk pantaloons~
~
~
lie on the floor.~
lie on the floor.~
~
~
Rue~
Marek~
9 2388 8650752 0 33 0
0 0 528 0 0 0 4
0 0 0 0
40 750 1 -1 10 300 0 0
875651406
E
either~
This pair of black silk pantaloons provide excellent coverage from prying

eyes, however, not from much else.

~
P
-1

#2389
black silk vest~
black silk vests~
~
~
lies on the floor.~
lie on the floor.~
~
~
Rue~
Marek~
9 2389 8650752 0 9 0
0 0 16 0 0 0 4
0 0 0 0
30 750 1 -1 2 300 0 0
875652245
E
either~
This black silk vest is made of thin and luxurious silk.  

~
P
-1

#2390
pair of black slippers~
pairs of black slippers.~
~
~
sits here.~
sit here.~
~
~
Rue~
Marek~
9 2390 8650752 0 65 0
0 0 530 0 0 0 4
0 0 0 0
50 0 1 -1 2 300 0 0
875653074
E
either~
These slippers are made with black silk uppers and a light cork sole.  

~
P
-1

#2391
clockwork bird~
clockwork birds~
~
~
~
~
~
~
Yrd Ivytress~
Yrd Ivytress~
1 2391 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
875658403
E
either~
A toy bird constructed of some light wood.  It's hard to tell for

certain, but it feels like it could be balsa with some kind of hardened

shellac coating.  Under the clear protective coat the bird is a vivid

yellow with touches of green and black for highlighting.  Little black

beads are set into the head for almost life-like eyes.  The wings are

currently folded back, though retain the same slightly rounded arc they

would if used in flight.  A small, metal square peg is recessed inside a

hole in the bird's back.  If you had a key to wind it, perhaps the bird

would do something.

~
P
-1

#2392
small thorn charm~
small thorn charms~
~
~
dangles from a black steel chain.~
dangle from long steel chains.~
~
~
Orb~
Orb~
18 2392 3145732 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
875662146
E
either~
This small thorn has been expertly carved from a small chunk of obsidian. 

Suspended from a thin black chain, this icon glows with a malevolent

light.

~
P
-1

#2393
winding key~
winding keys~
~
~
lays forgotten on the ground.~
lay scattered about.~
~
~
Talis~
Yrd Ivytress~
18 2393 0 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
10 5 1 -1 10 1000 0 0
875721846
E
either~
The key has neither prongs nor teeth protruding from its rounded staff. 

The shaft of the key is hollowed by a square-cut shaft.  The handle is a

large flat shap that resembles a butterfly wing for easier turning.  Its

used to wind something up.

~
P
-1

#2394
wooden flute~
wooden flutes~
~
~
has been left on the ground.~
wait on the ground, waiting to be played.~
~
~
Talis~
Orb~
18 2394 8650752 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
875740072
E
either~
This lovely flute seems to be crafted of shuvana wood.  Only a foot long,

this small flute produces a lovely tone when played.

~
E
***imm_note***~
This is the key objects for the Folk of the Forest player clan.

Loadable to its clan leader upon his request so he can pass them out to

his clan.

  

Don't use as a reset somewhere.

~
P
-1

#2395
rough stone bench~
rough stone benches~
~
~
is carved from the wall.~
are carved from the wall.~
~
~
Rue~
Rue~
35 2395 33619968 8 0 0
0 0 64 0 0 0 4
2 0 0 0
100000 0 1 -1 10 1000 0 0
875752621
E
either~
Carved from the wall, the stone bench looks about the right size for two

people.

~
P
-1

#2396
crystal~
crystals~
translucent blue~
blue starite~
sits here, with light gleaming off of its points.~
sit here, gathered in a small pile.~
~
~
Florian~
Thyme~
11 2396 64 0 1 0
0 0 0 0 0 0 4
5 0 0 0
100 3000 1 -1 10 1000 0 0
875842912
E
before~
This delicate crystal is smooth to the touch and the color of the pale

blue sky.  Though the pointed, crystalline spire is no more than an inch

wide and no longer than your hand, it is remarkably heavy.  The surfaces

and interior of the crystal are flawless and extremely clear.

~
E
after~
This thin but heavy crystal is shaped like the hexagonal spire of some

castle or keep.  One end of the crystalline rod is a bit more pointed

than the other, probably due from having been cut form a larger crystal

formation.  The smooth, clear interior of this rare blue crystal belies

something more, for inside, its crystalline lattice seems to hum.

~
P
-1

#2397
large stump~
large stumps~
~
~
sits under the trees.~
sit under the trees.~
~
~
Rue~
Rue~
35 2397 33554432 0 0 0
0 0 2 0 0 0 4
2 0 0 0
100000 0 1 -1 10 1000 0 0
875887592
E
either~
A large stump sits in the shade offered by the trees.  The top is

smooth, and it looks like a comfortable place to rest.

~
P
-1

#2398
grain of black sand~
grains of black sand~
~
~
with a special gleam to it lies on the ground.~
with a special gleam lie in the start of a pile.~
~
~
Florian~
Fenlyn~
11 2398 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 7 1 -1 10 1000 0 0
875913046
E
either~
This grain of black sand is a little bit bigger than your average grain

of sand.  Though it seems insignificant, the grain of ebony sand is

warmer than what you might normally expect.  Light appears to cascade

around and become absorbed by the otherwise simple grain of sand.

~
P
-1

#2399
grain of blue sand~
grains of blue sand~
~
~
with a special gleam to it lies on the ground.~
with a special gleam lie in the start of a pile.~
~
~
Florian~
Fenlyn~
11 2399 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 7 1 -1 10 1000 0 0
875913104
E
either~
This grain of blue sand is a little bit larger than most granules of

desert soil.  Though its weight is still insignificant, the grain of

azure soil feels heavier than it ought.  Like the powder that dusts a

butterfly's wing, this grain of sand is remarkably smooth and not gritty.

~
P
-1

#2400
grain of white sand~
grains of white sand~
~
~
with a special gleam to it lies on the ground.~
with a special gleam lie in the start of a pile.~
~
~
Florian~
Fenlyn~
11 2400 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 7 1 -1 10 1000 0 0
875913165
E
either~
A little bit larger than a single ice crystal, this white grain of sand

is a bit unusual.  Not only is its size odd, but it also feels remarkably

cooler than it ought.  Light plays off the tiny white grain of said in an

unusual manner, as though it were being reflected.

~
P
-1

#2401
pinch of sand~
pinches of sand~
~
~
rests in a small heap on the ground.~
lie in tiny heaps on the ground.~
~
~
Florian~
Merior~
11 2401 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 15 1 -1 10 1000 0 0
875913283
E
either~
A few grains of sand, perhaps eight or ten, have been gathered together

in a small pinch.  The large, tan granules of desert soil are rough and

gritty and are reminiscent of something a farmer might apply to his

fields as fertilizer.  The pinch of tan sand is stickier than you might

expect, and seems to clump together well.

~
P
-1

#2402
pinch of white sand~
pinches of white sand~
~
~
rests in a small heap on the ground.~
lie in tiny heaps on the ground.~
~
~
Florian~
Merior~
11 2402 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 15 1 -1 10 1000 0 0
875913301
E
either~
A few grains of white sand, perhaps eight or ten, have been gathered

together in a small pinch.  The large, snowy granules of desert soil are

rough and gritty and remind you distinctly of individual ice crystals. 

The pinch of white sand is cooler than you might expect, and seems to be

reflecting a great proportion of the light hitting it.

~
P
-1

#2403
pinch of black sand~
pinches of black sand~
~
~
rests in a small heap on the ground.~
lie in tiny heaps on the ground.~
~
~
Florian~
Merior~
11 2403 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 15 1 -1 10 1000 0 0
875913323
E
either~
A few grains of black sand, perhaps eight or ten, have been gathered

together in a small pinch.  The large, ebony granules of desert soil are

rough and gritty and remind you distinctly of the bits and pieces of a

broken window.  The pinch of black sand is abnormally warm, as though it

were absorbing great amounts of heat.

~
P
-1

#2404
pinch of blue sand~
pinches of blue sand~
~
~
rests in a small heap on the ground.~
lie in tiny heaps on the ground.~
~
~
Florian~
Merior~
11 2404 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 15 1 -1 10 1000 0 0
875913340
E
either~
A few grains of blue sand, perhaps eight or ten, have been gathered

together in a small pinch.  The large, azure granules of desert silt are

smooth and sof and are reminiscent of the powders one might find in an

alchemist's shop.  The pinch of blue sand is heavier than you might

expect, and seems slightly cold.

~
P
-1

#2405
handful of sand~
handfuls of sand~
~
~
lies in a mound here.~
rest in a loose pile here.~
~
~
Florian~
Merior~
11 2405 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 100 1 -1 10 1000 0 0
875913390
E
either~
A small amount of sand, barely more than eight or nine pinches of the tan

grains of desert soil, has been gathered into a handful.  The tan sand is

coarse and gritty and looks nothing more than ordinary.  Be that as it

may, at times, the small handful of tan sand feels stickier than it

probably should.

~
P
-1

#2406
handful of white sand~
handfuls of white sand~
~
~
lies in a fluffy, cloud-like mound here.~
rest in a loose, cloud-like pile here.~
~
~
Florian~
Merior~
11 2406 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 100 1 -1 10 1000 0 0
875913415
E
either~
A small amount of white sand, barely more than eight or nine pinches of

the chalky grains of desert soil, has been gathered into a handful.  The

white sand is coarse and gritty and looks nothing more than ordinary.  Be

that as it may, at times, the small handful of white sand seems to

reflect light abnormally.

~
P
-1

#2407
handful of black sand~
handfuls of black sand~
~
~
lies in a ebony mound here.~
rest in a loose pile here.~
~
~
Florian~
Merior~
11 2407 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 100 1 -1 10 1000 0 0
875913432
E
either~
A small amount of black sand, barely more than eight or nine pinches of

the ebony grains of desert soil, has been gathered into a handful.  The

black sand is coarse and gritty and looks nothing more than ordinary. 

Even so, it seems to absorb light at an unusual rate.

~
P
-1

#2408
handful of blue sand~
handfuls of blue sand~
~
~
lies in a soft, satiny mound here.~
rest in a loose but soft pile here.~
~
~
Florian~
Merior~
11 2408 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 100 1 -1 10 1000 0 0
875913452
E
either~
A small amount of neon-blue sand, barely more than eight or nine pinches

of azure desert soil, has been gathered into a handful.  The blue sand is

soft and smooth, not gritty.  In fact, the sand feels more like dust than

anything else.  Even though the texture of the sand matches that of dust,

it is much heavier than you might normally expect of something so powdery

and is slightly cool.

~
P
-1

#2409
Sign's Key~
Sign's Keys~
~
~
~
~
~
~
Sign~
Sign~
18 2409 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
876083876
E
either~
Sign needs to describe this. ;)

~
P
-1

#2410
large leather couch~
large leather couchs~
~
~
~
~
~
~
Sign~
Sign~
35 2410 33554432 0 0 0
0 0 0 0 0 0 4
5 5 5 5
10 0 1 -1 10 1000 0 0
876084026
E
either~
Sign needs to describe this. ;)

~
P
-1

#2411
leprechaun treasure map~
leprechaun treasure maps~
~
~
with a detailed sketch of the land lies here.~
with detailed terrain sketches lie here.~
~
~
Florian~
Florian~
8 2411 0 4 1 0
0 0 1 0 0 0 4
0 0 0 0
20 15 1 -1 10 1000 0 0
876088489
E
either~
No description~
P
4 -1
search~
~
if( class( ch ) == cleric ) i = 1;

if( class( ch ) == mage ) i = 2;

if( class( ch ) == monk ) i = 3;

if( class( ch ) == ranger ) i = 4;

if( class( ch ) == paladin ) i = 5;

if( class( ch ) == warrior ) i = 6;

if( class( ch ) == thief ) i = 7;

if( i == 1 )

if( room == find_room( 30827 ) ) {

act_tochar( #find1, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2538 ), ch );

obj = has_obj( 2411, ch );

junk_obj( obj, 1 );

end;

}

if( i == 2 )

if( room == find_room( 30031 ) ) {

act_tochar( #find2, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2538 ), ch );

obj = has_obj( 2411, ch );

junk_obj( obj, 1 );

end;

}

if( i == 3 )

if( room == find_room( 931 ) ) {

act_tochar( #find3, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2538 ), ch );

obj = has_obj( 2411, ch );

junk_obj( obj, 1 );

end;

}

if( i == 4 )

if( room == find_room( 37161 ) ) {

act_tochar( #find4, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2538 ), ch );

obj = has_obj( 2411, ch );

junk_obj( obj, 1 );

end;

}

if( i == 5 )

if( room == find_room( 27008 ) ) {

act_tochar( #find5, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2538 ), ch );

obj = has_obj( 2411, ch );

junk_obj( obj, 1 );

end;

}

if( i == 6 )

if( room == find_room( 37673 ) ) {

act_tochar( #find6, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2538 ), ch );

obj = has_obj( 2411, ch );

junk_obj( obj, 1 );

end;

}

if( i == 7 )

if( room == find_room( 241 ) ) {

act_tochar( #find7, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2538 ), ch );

obj = has_obj( 2411, ch );

junk_obj( obj, 1 );

end;

}

else

act_tochar( #nothing, ch );

~
E
find1~
You find a pot of gold hidden behind the fire pit!

~
E
find~
After a long search, $n seems to have found soemthing!

~
E
find2~
You find a pot of gold behind the black obsidian altar!

~
E
find3~
Behind the hitching post, you find a pot of gold!

~
E
find4~
Within the recesses of the black symbol here, you find a pot of gold!

~
E
find5~
Within the fountain, you find a cleverly hidden pot of gold.

~
E
find6~
Behind a patch of darkness you find a pot of gold!

~
E
find7~
Within the muck, you find a (somewhat dirty) pot of gold.

~
E
nothing~
Whatever that is, searching it results in nothing interesting.

~
!
4 -1
l lo loo look~
map treasure~
act_tochar( #desc, ch );

if( class( ch ) == cleric ) 

act_tochar( #site1, ch );

if( class( ch ) == mage ) 

act_tochar( #site2, ch );

if( class( ch ) == monk ) 

act_tochar( #site3, ch );

if( class( ch ) == ranger ) 

act_tochar( #site4, ch );

if( class( ch ) == paladin ) 

act_tochar( #site5, ch );

if( class( ch ) == warrior ) 

act_tochar( #site6, ch );

if( class( ch ) == thief ) 

act_tochar( #site7, ch );

~
E
site1~
" Past the slarg, past the skliss,

  Down in the land where are is amiss,

  East of where visions are common place,

  I've buried my gold near his scaly grace. "

~
E
site2~
" Behind the altar of Pain and Death,

  Where many have gone and drawn their last breath,

  There is my golden treasure hid,

  Without His permission or deathly bid. "

~
E
site3~
" Weary but talkative this elf doth lean,

  But I moved south past him without being seen.

  My golden hoard is the source of my power,

  And none shall fid it in the ringing tower! "

~
E
site4~
" Harder than a needle in the hay,

  My treasure lies hidden from the light of day.

  Within the black symbol it does reside,

  The one without lines, edges, or a side. "

~
E
site5~
" Clanks, clanka, clank parts the gate.

  Those fellows were never one to hesitate.

  I must admit, though, their water was good,

  So now it flows more golden than it should. "

~
E
site6~
" Between mites and tites I was never too apted,

  So once inside I started my map.

  Through those caverns I strode forth bold,

  And up (or was it down?) one of them lies my gold. "

~
E
site7~
" Within the city of the rich lord,

  I had to leave behind my golden hoard.

  Beneath the hay and among the muck,

  I found myself really, really stuck. "

~
E
desc~
Worn and weathered by greedy hands, the surface of this piece of

parchment is quite faded.  So faded, in fact, that you can barely

decipher it.  About the only legible things on the map are four lines of

writing: 


~
!
-1

#2412
leprechaun treasure map~
leprechaun treasure maps~
~
~
with a detailed sketch of the land lies here.~
with detailed sketches of the land lie here.~
~
~
Florian~
Florian~
8 2412 0 4 1 0
0 0 1 0 0 0 4
0 0 0 0
20 15 1 -1 10 1000 0 0
876088490
E
either~
No description~
P
4 -1
search~
~
if( class( ch ) == cleric ) i = 1;

if( class( ch ) == mage ) i = 2;

if( class( ch ) == monk ) i = 3;

if( class( ch ) == ranger ) i = 4;

if( class( ch ) == paladin ) i = 5;

if( class( ch ) == warrior ) i = 6;

if( class( ch ) == thief ) i = 7;

if( i == 1 )

if( room == find_room( 43755 ) ) {

act_tochar( #find1, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2539 ), ch );

obj = has_obj( 2412, ch );

junk_obj( obj, 1 );

end;

}

if( i == 2 )

if( room == find_room( 435 ) ) {

act_tochar( #find2, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2539 ), ch );

obj = has_obj( 2412, ch );

junk_obj( obj, 1 );

end;

}

if( i == 3 ) 

if( room == find_room( 19125 ) ) {

act_tochar( #find3, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2539 ), ch );

obj = has_obj( 2412, ch );

junk_obj( obj, 1 );

end;

}

if( i == 4 )

if( room == find_room( 19064 ) ) {

act_tochar( #find4, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2539 ), ch );

obj = has_obj( 2412, ch );

junk_obj( obj, 1 );

end;

}

if( i == 5 )

if( room == find_room( 19086 ) ) {

act_tochar( #find5, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2539 ), ch );

obj = has_obj( 2412, ch );

junk_obj( obj, 1 );

end;

}

if( i == 6 )

if( room == find_room( 24050 ) ) {

act_tochar( #find6, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2539 ), ch );

obj = has_obj( 2412, ch );

junk_obj( obj, 1 );

end;

}

if( i == 7 )

if( room == find_room( 26522 ) ) {

act_tochar( #find7, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2539 ), ch );

obj = has_obj( 2412, ch );

junk_obj( obj, 1 );

end;

}

else

act_tochar( #nothing, ch );

~
E
find1~
You find a pot of golden hidden within the nest!

~
E
find~
$n searches around until $e finds something.

~
E
find2~
You find a pot of gold tucked neatly behind the statue of Pan.

~
E
find3~
Behind one of the large ferns, you find a pot of gold!

~
E
find4~
Within the heather, you find a pot of gold!

~
E
find5~
Between the feet of the guardian statues, you find a pot of gold!

~
E
find6~
Behind a large balsa wood leave, you find a pot of gold!

~
E
find7~
Only partly buried before the cave openiong, you find a pot of gold!

~
E
nothing~
You rummage around but find nothing interesting.

~
!
4 -1
l lo loo look~
map treasure~
act_tochar( #desc, ch );

if( class( ch ) == cleric ) 

act_tochar( #site1, ch );

if( class( ch ) == mage ) 

act_tochar( #site2, ch );

if( class( ch ) == monk ) 

act_tochar( #site3, ch );

if( class( ch ) == ranger ) 

act_tochar( #site4, ch );

if( class( ch ) == paladin ) 

act_tochar( #site5, ch );

if( class( ch ) == warrior ) 

act_tochar( #site6, ch );

if( class( ch ) == thief ) 

act_tochar( #site7, ch );

~
E
site1~
" Twig by twig it builds its nest,

  So that it and its young my comfortably rest.

  No better guardian than that bird have I found,

  Who protects my gold with more loyalty than a hound. "

~
E
site2~
" Across the river, within the trees,

  Many leages south of the giant bees

  I dropped my gold behind the great well,

  Where water is clearer than a ringing bell. "

~
E
site3~
" Surrounded by ferns in all but the west,

  I forgot my gold when I desided to rest.

  But no safer place can their possibly be,

  On that little isle of serenity. "

~
E
site4~
" Deep in the woods, past the last human city,

  Near the glade where the flowers grow so pretty.

  Now those purple flowers have more to behold,

  For within their midst lies my gold! "

~
E
site5~
" One day I stopped for my noon day tree,

  Among the ruins strange and empty.

  Between two dragons did I leave my hoard.

  And those silent guardians never once roared. "

~
E
site6~
" In a tree of soft wood I spent the night,

  Giving that young bird quite a fright.

  So I left behind my coinful pot,

  So if I was captured, it would be for naught. "

~
E
site7~
" At the mouth of a cave in the snow,

  I was oft inclined to visit and go.

  Until that day, on that plateau of white,

  I had to hide my gold or suffer frostbite. "

~
E
desc~
Worn and weathered by greedy hands, the surface of this piece of

parchment is barely decipherable.  Nonetheless, you can quite clearly see

that the parchment use to be a map of sorts.  Down in the bottom right

hand corner of the map, there are four lines of writing: 


~
!
-1

#2413
leprechaun treasure map~
leprechaun treasure maps~
~
~
with great detail lies here.~
with great detail lie here.~
~
~
Florian~
Florian~
8 2413 0 4 1 0
0 0 1 0 0 0 4
0 0 0 0
20 15 1 -1 10 1000 0 0
876088492
E
either~
No description~
P
4 -1
search~
treasure gold pot room~
if( class( ch ) == cleric ) i = 1;

if( class( ch ) == mage ) i = 2;

if( class( ch ) == monk ) i = 3;

if( class( ch ) == ranger ) i = 4;

if( class( ch ) == paladin ) i = 5;

if( class( ch ) == warrior ) i = 6;

if( class( ch ) == thief ) i = 7;

if( i == 1 )

if( room == find_room( 31102 ) ) {

act_tochar( #find1, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2539 ), ch );

obj = has_obj( 2412, ch );

junk_obj( obj, 1 );

end;

}

if( i == 2 )

if( room == find_room( 22015 ) ) {

act_tochar( #find2, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2539 ), ch );

obj = has_obj( 2412, ch );

junk_obj( obj, 1 );

end;

}

if( i == 3 )

if( room == find_room( 39303 ) ) {

act_tochar( #find3, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2539 ), ch );

obj = has_obj( 2412, ch );

junk_obj( obj, 1 );

end;

}

if( i == 4 )

if( room == find_room( 1755 ) ) {

act_tochar( #find4, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2540 ), ch );

obj = has_obj( 2413, ch );

junk_obj( obj, 1 );

end;

}

if( i == 5 )

if( room == find_room( 23135 ) ) {

act_tochar( #find5, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2540 ), ch );

obj = has_obj( 2413, ch );

junk_obj( obj, 1 );

end;

}

if( i == 6 )

if( room == find_room( 37201 ) ) {

act_tochar( #find6, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2540 ), ch );

obj = has_obj( 2413, ch );

junk_obj( obj, 1 );

end;

}

if( i == 7 )

if( room == find_room( 48088 ) ) {

act_tochar( #find7, ch );

act_notchar( #find, ch );

obj_to_char( oload( 2540 ), ch );

obj = has_obj( 2413, ch );

junk_obj( obj, 1 );

end;

}

else

act_tochar( #nothing, ch );

~
E
nothing~
You rummage around but find nothing interesting.

~
E
find1~
Underneath one of the floating carcasses, you find a large pot of gold!

~
E
find~
$n seems to have found something that was hidden!

~
E
find2~
Under the remnants of the fire, you find a large pot of gold!

~
E
find3~
Within the pile of bits, you find a large pot of gold.

~
E
find4~
Beneath the feet of the swaying corpse you find a large pot of gold!

~
E
find5~
Underneath some of the discarded bones, you find a large pot of gold!

~
E
find6~
Just behind the thorn wall, you find a pot of gold!

~
E
find7~
Atop the dune, you find a pot of gold hidden in the sand.

~
!
4 -1
l lo loo look~
map treasure~
act_tochar( #desc, ch );

if( class( ch ) == cleric ) 

  act_tochar( #site1, ch );

if( class( ch ) == mage ) 

  act_tochar( #site2, ch );

if( class( ch ) == monk ) 

  act_tochar( #site3, ch );

if( class( ch ) == ranger ) 

  act_tochar( #site4, ch );

if( class( ch ) == paladin ) 

  act_tochar( #site5, ch );

if( class( ch ) == warrior ) 

  act_tochar( #site6, ch );

if( class( ch ) == thief ) 

  act_tochar( #site7, ch );

~
E
site1~
" Under the water, in lands of black,

  The leeches do grow, hunger, and attack.

  What safer place to leave me gold,

  Than in a pit of terrors untold. "

~
E
site2~
" Within the sand and near the sea,

  And guarded by one older than me,

  My gold doth rest and await my return,

  Out of the grasp of those who would yearn. "

~
E
site3~
" Within a room of broken junk,

  I dropped my gold with an audible 'clunk.'

  The walls did tremble and the ground did shake,

  As though that mill had been hit by a quake. "

~
E
site4~
" At the feet of one who swings,

  I was forced to drop all my things.

  I retrieved all from there but my gold,

  And it still lies there, grave and cold. "

~
E
site5~
" Within the lair of a giant beast,

  I sat down and had a picnic feast.

  And rather than steal my basket of foods,

  It made off with my basket of golden goods! "

~
E
site6~
" Within the grove of the apple tree

  I was forced to drop my gold and flee

  I have yet to return to that corner of thorns,

  To fetch my gold and end our mourns. "

~
E
site7~
" From atop a dune so tall and wide,

  From where you can see the entire countryside,

  I left my gold in its ancient care,

  For it is best avoided. None would dare! "

~
E
desc~
Worn and weathered by greedy hands, the surface of this piece of

parchment is barely decipherable.  Nonetheless, you can quite clearly see

that the parchment use to be a map of sorts.  Down in the bottom right

hand corner of the map, there are four lines of writing: 


~
!
-1

#2414
iron knobkerrie~
iron knobkerries~
~
~
with an ironwood handle lies here, forgotten.~
with ironwood handles lie here, forgotten.~
~
~
Florian~
Orb~
5 2414 -2147483648 0 8193 3162112
0 32 4096 0 0 0 4
0 3 4 3
300 300 15 -1 4 2 0 0
876089033
E
either~
A five inch tall cylindrical drum is attached to a medium-sized wooden

half.  The end of the odd-looking club, which is made of iron, has

shallow grooves running lengthwise down its head.  Carved into the wooden

handle of the knobkerrie, are several scenes of frolicing woodland

creatures.  Among them are nymphs, ents, daryds and sprites, and swarming

around a ring of stones.  Dents in the iron drumhead of the curving club

seem to indicate it has seen much use.

~
E
approve~
Approved with Level 15 on Small mace chart.

~
P
-1

#2415
topaz engemmed warhammer~
topaz engemmed warhammers~
~
~
made of iron twinkles on the ground.~
made of iron twinkle on the ground.~
~
~
Florian~
Orb~
5 2415 262208 0 8193 3162112
0 0 4096 0 0 0 4
0 2 11 6
450 24000 30 -1 5 950 0 0
876091977
A 21 2
A 13 5
E
either~
The sides and top of this warhammer are inset with tiny, glittering,

orange and sky-blue topaz gems.  Each orange topaz is smooth and

hemispherical in shape while the blue ones are cut into a rhombus shape. 

The head of the warhammer itself is made of steel and it attached to a

sturdy, ironwood haft.  Around the end of the half are engraved runes and

glyphs.

~
E
runes glyphs~
The runes encircling the end of the warhammer's half are deeply carved

into the ash grey ironwood.  The runic symbols seem to be beneficial and

to speak of a returned journey.

~
P
3 -1
~
~
if( random( 1, 10 ) == 1 ) {

  act_tochar( #flys, ch, obj, mob   );

  act_notchar( #rflys, ch, obj, mob   );

  attack_weapon( ch, victim, 0, "" );

  }

~
E
flys~
@b@Y$p flies out of your hand, strikes your victim, and returns.

~
E
rflys~
$p flies from $n's hands, strikes $s victim, and returns to $m.

~
!
-1

#2416
stone~
stones~
green-colored~
emerald heart~
clear as glass lies on the ground.~
clear as glass lie on the ground.~
~
~
Florian~
Florian~
8 2416 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
100 4000 1 -1 10 1000 0 0
876093723
E
before~
Octagonel in shape, this gemstone is a rich, green color.  It is quite

heavy and as clear as the sky on a cloudless day.

~
E
after~
Octagonel in shape, this bright green gem glows softly from within its

center.  The glow within dims and brightens periodically, beating and

pounding visibly like your heart does audibly.  Six inches across, at its

diameter, the emerald is only two inches thick.  Its octagonel and

rectangular facets give the stone a depth beyond measure.

~
P
-1

#2417
sash~
sashes~
striped gold and red~
+of quickness~
lies here.~
lie here.~
~
~
Nivel~
Fenlyn~
9 2417 268435520 0 9 7241728
0 0 16 0 8388608 0 8
0 3 0 0
100 28000 62 -1 8 300 0 0
876094706
E
either~
This silken sash is striped red and gold, with a white line of runes

running along the edges.  It has a strange energy in its fibers, one

almost tangible as you touch it to make sure it is really there.  It

seems to fade out of sight for a moment, and you decide the best chance

of keeping it in this dimension is to have it close to your body.

~
P
7 -1
~
~
if( random( 0, 5 ) < 3 )

  act_tochar( #ch, ch );

else{ 

  act_tochar( #ouch, ch );

  junk_obj( obj, 1 );

  }

~
E
ch~
@RAs you wear the sash, it seems to energize your body!@n

~
E
ouch~
@YThe sash starts to fade out of sight and returns to the ethereal mists.@n

~
!
-1

#2418
studded leather collar~
studded leather collars~
~
~
with tiny silver protrusions lies on the ground.~
with tiny silver protrusions lie on the ground.~
~
~
Florian~
Eala~
9 2418 4160 0 5 0
0 0 139268 128 0 0 4
0 4 0 0
100 2000 30 -1 3 650 0 0
876171143
E
either~
Tiny silver studs of square metal have been fastened to the outside of

this leather collar.  The collar itself is double sewn from a thick,

brown hide.  At the end of the collar is a broad steel buckle that

fastens the collar together.  The lower edge of the collar has several

gnaw marks in it.

~
P
-1

#2419
stone~
stones~
clear, red~
ruby heart~
which thrums and flickers lies here.~
which thrum and flicker lie here.~
~
~
Florian~
Florian~
8 2419 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
400 4500 1 -1 10 1000 0 0
876172172
E
before~
Roughly round, this gem has enumerable facets, each of which is extremely

tiny.  Heavy for its size, the crimsom gem has an unusual pulsating from

within its heart.

~
E
after~
Faceted like a bee's compound eye, this deep, red ruby has a perfectly

spherical shape.  The angles of each facet give the crimsom gem a

depthless quality.  At the heart of the stone shines a dim, warm glow,

which pulsates with a rhythm all its own.  About five inches in diameter,

the gem seems awfully heavy.

~
P
-1

#2420
sunstone armbands~
sunstone armbands~
~
~
gleam with a light like the sun.~
gleam with the brightness of a small sun.~
pair of~
pairs of~
Florian~
Fenlyn~
9 2420 268435520 8 4097 0
0 0 4 0 0 0 4
0 5 0 0
300 7500 25 -1 5 650 0 0
876173764
A 20 2
A 12 10
E
either~
Fashioned for the arms, these bracers are made from beaten gold.  Rather

than having an elaborate clasp or mechanism, each bracer simply bends

into place.  Set into the outer face of each bracer is a sunstone cabocan. 

Each of the brilliant orange jewels has a radiant shine.

~
P
-1

#2421
gargoyle~
gargoyles~
~
~
sits here, silently surveying the hall.~
sit here, silently surveying the hall.~
~
~
Orb~
Orb~
13 2421 65536 0 0 0
0 0 0 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
876181365
E
either~
Carved out of grey stone this hideously ugly beast sits here watching

over the hall.  Gnarled features are carved in a simulation of intense

concentration, the jeweled eyes are fixed on the center of the hallway.

~
P
-1

#2422
flaming koef key~
flaming koef keys~
~
~
lies here, covered in flames.~
lie here in a pile, each blazing with red flames.~
~
~
Terek~
Terek~
18 2422 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
50 0 1 -1 10 1000 0 0
876197800
E
either~
This small, adamantite key has been dyed a blood-red color and several

runes have been etched into the metal.  Flames ripple up and down the

surface of the key yet are not hot to the touch.

~
P
-1

#2423
mithril bastard sword~
mithril bastard swords~
~
~
lies on the ground.~
lie on the ground.~
~
~
Orb~
Orb~
5 2423 0 0 8193 2146304
1 194 16384 0 0 0 4
0 2 12 2
700 17000 25 -1 6 1000 0 0
876211184
E
either~
This wide-bladed sword is made of shining mithril.  Its razor sharp edge

glints faintly.

~
P
-1

#2424
music box~
music boxes~
~
~
~
~
~
~
Rue~
Rue~
8 2424 0 0 1 0
0 0 524290 0 0 0 4
0 0 0 0
250 4000 1 -1 10 1000 0 0
876362032
E
either~
This ornate box shows signs of wear.  Tiny copper hinges and a small

clasp allow the lid to open.  On the backside, a small key protrudes

slightly from the box.  The red paint on the box is worn and faded, with

intricate designs of blue and yellow flowers.

~
P
4 -1
~
~
act_tochar( #open, ch );

act_notchar( #rmopen, ch );

wait( 2 );

act_room( #music, ch );

wait( 3 );

act_room( #music2, ch );

obj_to_char( oload( 2374 ), ch );

junk_obj( has_obj( 2424, ch ), 1 );

~
E
open~
You open the music box.

~
E
rmopen~
$n opens the lid on the small box.

~
E
music~
The faint twinkling strains of an ancient song come from the small box:

da-da-dum-de-dum-dadadumdedumdum

~
E
music2~
da-da-da-da-da-da-da-da-dum-de-de-de-dum-click

The musical sounds slow and come to a halting end as the box closes.

~
!
0 -1
open~
key music box~
opcode( obj, 1 );

~
!
0 -1
wind~
key box music~
act_tochar( #cant, ch );

~
E
cant~
The key refuses to turn anymore.

~
!
-1

#2425
iron brazier~
iron braziers~
~
~
with three legs stands in the room.~
with three legs each stand about the room.~
~
~
Florian~
Florian~
41 2425 142606336 0 0 0
0 0 4096 0 0 0 4
-1 0 0 0
10 0 1 -1 10 1000 0 0
876433022
E
either~
Forged completely from iron, the brazier is very elegant in design.  It

has a flowing rim and curving legs.  Pieces of rose-colored glass are set

into some of the ironwork, making the simple fire brazier a work of art.

~
P
-1

#2426
stone cabinet~
stone cabinets~
~
~
hangs from the wall, its doors wide open.~
hang from the wall, their doors wide open.~
~
~
Terek~
Terek~
15 2426 65536 0 0 0
0 0 64 0 0 0 4
50 1 0 -1
10000 500 1 -1 10 1000 0 0
876468522
E
either~
This simple cabinate is made from grey slate.  Two wooden doors are

attached to the stone by steel hinges and a large lock hangs in the

center of the doors.  The cabinet looks quite spacious, capable of

holding a few large objects or several dozen small ones.

~
P
-1

#2427
graphite rod~
graphite rods~
~
~
that looks very brittle lies here.~
that look very brittle lie here.~
~
~
Florian~
Florian~
11 2427 0 0 1 0
0 0 32 0 0 0 4
10 0 0 0
20 500 1 -1 10 1000 0 0
876527474
E
either~
This slim grey rod of stone is very brittle.  Little more than six inches

long and no bigger around than your finger, it has slight grooves scored

down along its length.  The ends of the graphite rod are a bit jagged, as

though it were snapped from a much longer piece.

~
P
-1

#2428
giant slug skin~
giant slug skins~
~
~
lies on the ground, a bit covered with slimy residue.~
lie on the ground, oozing a little slimy residue.~
~
~
Florian~
Florian~
11 2428 -2130706432 0 1 0
0 0 768 0 0 0 4
4 0 0 0
30 225 1 -1 10 1000 0 0
876528254
E
either~
This wet, slimy piece of skin is all that remains of a very large slug. 

An acerbic stench surrounds the leathery hide, reminding you of a

corrosive acid.  Shreds of dessicated slug flesh are still attached to

parts of the skin.  The skin is amazingly light and thin.

~
P
-1

#2429
ice-blue diamond~
ice-blue diamonds~
~
~
with a multitude of facets lies forgotten on the ground.~
lie forgotten on the ground, their facets gleaming.~
~
~
Florian~
Florian~
11 2429 0 0 1 0
0 0 0 0 0 0 4
10 0 0 0
30 1000 1 -1 10 1000 0 0
876529344
E
either~
This pale, blue gem is the color of fresh snow just as a mountain's

shadow crosses over it.  Cut in a classic marquis style, the gem has

an oval shape with a pointed tip.  It looks very similar to a pear. 

Light refracts through the diamond in an astounding display of color.

~
P
-1

#2430
display case~
display cases~
ironwood~
ironwood~
stands near the wall.~
~
~
~
Merior~
Orb~
15 2430 2228224 4 1 0
0 0 66 0 0 0 4
99999 9 2470 0
10 0 1 -1 10 1000 0 0
876587866
E
either~
A sturdy ironwood frame holds the thick glass panes of this newly wrought

display case quite securely.  While the contents of this container are

clearly visible, the mechanism for opening the case is not.

~
P
4 -1
get take~
case display~
if( has_obj( 2470, ch ) ) {

  act_tochar( #key, ch );

  continue;

  }

else {

  act_tochar( #nokey, ch );

  end;

  }

~
E
nokey~
You need a merchants key to open the display case.

~
E
key~
You use your key to open the display case.

~
!
-1

#2431
iron-banded barrel~
iron-banded barrels~
~
~
~
~
~
~
Terek~
Terek~
25 2431 65536 0 0 0
0 0 0 0 0 0 4
-1 -1 0 0
50000 500 1 -1 10 1000 0 0
876644401
E
either~
A Simple, large iron-banded barrel.

~
P
-1

#2432
mithril two-handed sword~
mithril two-handed swords~
~
~
lies upon the ground, its blade gleaming.~
lie upon the ground, their blades gleaming.~
~
~
Terek~
Orb~
5 2432 16384 0 8193 3194880
1 0 16384 0 0 0 4
0 4 9 2
600 13500 40 -1 8 1000 0 0
876648912
E
either~
This mighty two-handed sword is fashioned from pure mithril from blade to

hilt.  Its blade is about four and a half feet long from the tip of the

guard and is extremely sharp.  The handle has been wrapped in thick

leather straps to help maintain the wielders grip on the sword.  The

guard of the sword is fashioned in the shape of an outstretched dragon's

claw.

~
P
-1

#2433
stone cabinet~
stone cabinets~
~
~
hangs from the wall, its doors wide open.~
hang from the wall, their doors wide open.~
~
~
Terek~
Terek~
15 2433 65536 0 0 0
0 0 64 0 0 0 4
50 13 0 -1
10000 1000 1 -1 10 1000 0 0
876693093
E
either~
Terek needs to describe this.

~
P
-1

#2434
suit of worn leather armor~
suits of worn leather armor~
~
~
lies in a heap.~
lie in a heap.~
~
~
Terek~
Fenlyn~
9 2434 -2147483648 0 9 0
0 0 4 0 0 0 4
0 8 0 0
1000 9000 30 -1 7 600 0 0
876697692
E
either~
This suit of hardened leather armor has seen better days.  The leather

has frayed in many places and small holes are abundant across its surface. 

Blood stains and grime cover pratically every inch of the armor. 

Although quite worn from past battles and time it still seems to offer

decent protection in battle.

~
P
-1

#2435
spiked stone club~
spiked stone clubs~
~
~
lies upon the ground.~
lie upon the ground.~
~
~
Terek~
Terek~
5 2435 16384 0 8193 7356416
0 130 64 0 0 0 4
0 2 17 3
5000 1000 40 -1 9 1000 0 0
876698131
E
either~
This massive stone club is made from a single block of white granite

which has had several steel spikes set into it.  Its handle is wrapped in

tattered leather straps.  Large spots of blood cover the surface of the

club and bits of decaying flesh cling to the spikes themselves.

~
P
-1

#2436
elf skin hammock~
elf skin hammocks~
~
~
hangs from two bridge posts.~
hang from two bridge posts.~
~
~
Orb~
Orb~
35 2436 33554432 0 0 0
0 0 4 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
876778844
E
either~
Tanned elf hide was used to construct this eloquent hammock which flows

gracefully in the swirling mists.

~
P
-1

#2437
crates~
crates~
~
~
covered in hides rests against a wall here.~
covered in hides rest against a wall here.~
pile of~
piles of~
Orb~
Orb~
35 2437 33554432 0 0 0
0 0 2 0 0 0 4
2 0 0 0
10 0 1 -1 10 1000 0 0
876780392
E
either~
Three decrepit crates strewn with festering pelts make for a cozy resting

place near the far dirt wall.

~
P
-1

#2438
pool of dark water~
pools of dark water~
~
~
curls sinuously around the base of the stalagmite.~
~
~
~
Khisanth~
Khisanth~
25 2438 0 0 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10 0 1 -1 10 1000 0 0
876856099
E
either~
The murky water is no more than a few inches deep, but is difficult to

see through.  It gently laps at the sides of the cave with a quiet

slapping sound.

~
P
0 -1
~
~
act_tochar( #water, ch );

act_notchar( #rwater, ch );

~
E
water~
You swish your hands through the black water, and discover nothing save

that your fingers are now nearly numb from cold.

~
E
rwater~
$n bends and swirls $s hands through the black water at $s feet and

shivers slightly at the cold.

~
!
-1

#2439
greatsword~
greatswords~
single-edged~
master's~
lies here.~
lie here.~
~
~
Marek~
Orb~
5 2439 8669248 4 8193 3194880
1 0 8192 0 0 0 4
0 2 8 2
700 10500 35 -1 7 1200 0 0
876834394
A 2 1
E
either~
This weapon is a marvel of craftsmanship.  Its blade is a mottled mirror

of silver, a tribute to the swordsman's art at just over four feet in

length, slightly curved with a single edge and a chisel-like head.  The

hilt, surrounded by an intricate guard, is constructed of carved ivory,

depicting scenes of the harvest, and adds nearly another foot onto the

sword.

~
P
7 -1
~
~
act_tochar( #wisdom, ch );

~
E
wisdom~
@C

As you wield the blade, the grace of ancient swordmasters flows into you.


~
!
-1

#2440
handful of raspberries~
handfuls of raspberries~
~
~
lays scattered about the ground.~
lay in a mound on the ground.~
~
~
Talis~
Talis~
19 2440 0 0 1 0
0 0 512 0 0 0 4
15 0 0 0
30 0 1 -1 10 1000 0 0
876887902
E
either~
A handful of the little fruit morsels.  Each raspberry consists of at

least a score of bright @rred@n berries in a tight cluster.  When chewed, the

little seeds add a slight crunch to the sweet juices contained in the

soft pulp of the berries.  These look ripe and absolutely ready to eat.

~
P
8 -1
~
~
act_tochar( #sweet, ch );

junk_obj( obj, 1 );

continue;

~
E
sweet~
@R

The sweet juices of the berries run deliciously across your tongue

tasting ever so sweet with only the slightest hint of tartness enhancing

their flavor.

@n

~
!
-1

#2441
raspberry bush~
raspberry bushes~
~
~
with serrated green leaves grows here.~
with serrated green leaves grow here.~
~
~
Talis~
Talis~
0 2441 0 0 0 0
0 0 2 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
876888289
E
either~
Desc is done in an object code since it changes with status of fruit.


Requires reset 2 in the room to be free to work properly.

~
P
4 -1
pick~
fruit raspberry raspberries~
if( is_player( ch ) ) {

  if( rflag( reset2, room ) ) {

    if( random( 1, 5 ) < 2 ) {

      obj_to_char( oload( 2440 ), ch );

      send_to_char( #last, ch );

      remove_rflag( reset2, room );

      }

    else {

      obj_to_char( oload( 2440 ), ch );

      send_to_char( #ch, ch );

      }

    }

  else

    send_to_char( #none, ch );

  }

else

  act_tochar( #no_hands, ch );

~
E
last~
You pick the last handful of ripe red raspberries from the bush.

~
E
ch~
You pick a handful of ripe red raspberries from the bush.

~
E
none~
None of the berries on the bush are ripe yet.

~
E
no_hands~
You don't have hands to pick or carry the fruit.

~
!
4 -1
1 look~
bush raspberry~
if( !rflag( reset2, room ) )

  send_to_char( #none, ch );

else

  send_to_char( #ch, ch );

~
E
none~
The bush with the serrated green leaves appears to be a raspberry bush,

but none of the raspberries on it are ripe enough to eat yet.

~
E
ch~
The bush with the serrated green leaves appears to be a raspberry bush,

as there are numerous ripe raspberries growing amidst the thorns.

~
!
-1

#2442
enormous grey stone table~
enormous grey stone tables~
~
~
sits in the center of the room.~
sit in the center of the room.~
~
~
Stormeblade~
Stormeblade~
36 2442 0 0 0 0
0 0 64 0 0 0 4
0 0 0 0
50000 0 1 -1 10 1000 0 0
876963237
E
either~
This massive table is made from a greyish-colored stone which has been

smoothed down.  No blemishes or marks are visible upon the table.  It

looks as though it could seat fifteen ogre sized men and still retain

room for food.

~
P
-1

#2443
platinum bench~
platinum benches~
~
~
is here next to the table.~
are here next to the table.~
~
~
Orb~
Orb~
35 2443 33554432 0 0 0
0 0 0 0 0 0 4
10 0 0 0
10 0 1 -1 10 1000 0 0
876993714
E
either~
This bench at the head of the table is made of polished platinum, and is

"Councillors."

~
P
-1

#2444
gold bench~
gold benches~
~
~
is here next to the table.~
are here next to the table.~
~
~
Orb~
Orb~
35 2444 33554432 0 0 0
0 0 0 0 0 0 4
10 0 0 0
10 0 1 -1 10 1000 0 0
876993907
E
either~
This bench rests to one side of the table and is inscribed with the word

"Strikers." 

~
P
-1

#2445
silver bench~
silver benches~
~
~
is here next to the table.~
are here next to the table.~
~
~
Orb~
Orb~
35 2445 33554432 0 0 0
0 0 0 0 0 0 4
15 0 0 0
10 0 1 -1 10 1000 0 0
876994038
E
either~
This gleaming silver bench rests beside the table and is inscribed with

the word ""Forgers".

~
P
-1

#2446
fountain~
fountains~
~
~
sits in one corner of the room.~
sit in one corner of the room.~
polished steel~
polished steel~
Orb~
Orb~
25 2446 0 1 0 0
0 0 8192 0 0 0 4
-1 0 1 0
10 0 1 -1 10 1000 0 0
876994777
E
either~
This cheerfully burbling fountain sits in one corner of this huge room,

its clean water splashing down and over the polished steel.

~
P
-1

#2447
large furred couch~
large furred couches~
~
~
rests in the middle of the room.~
rest in the middle of the room.~
~
~
Orb~
Orb~
35 2447 33554432 0 0 0
0 0 0 0 0 0 4
50 0 0 0
10 0 1 -1 10 1000 0 0
876998471
E
either~
This is a very large couch, circular in shape and almost forms a complete

circle.  It is quite warm, and is made of thick yeti hides.

~
P
-1

#2448
steel key with a blue aura~
steel keys with a blue aura~
~
~
~
~
~
~
Orb~
Orb~
18 2448 0 4 1 0
0 0 8192 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
877038059
E
either~
This small steel key gleams with an azure light in the semblance of

flames.

~
P
-1

#2449
heavy brass key~
heavy brass keys~
~
~
lies here.~
lie here.~
~
~
Marek~
Marek~
18 2449 68157440 12 1 0
0 0 2048 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
877101693
E
either~
This heavy key is made of aging, though high quality brass.

~
P
-1

#2450
gray iron key~
gray iron keys~
~
~
lies here.~
lie here.~
~
~
Marek~
Marek~
18 2450 68157440 12 1 0
0 0 4096 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
877101724
E
either~
A key fashioned of iron, its gunmetal gray surface is scratched with age

and use.

~
P
-1

#2451
blue steel key~
blue steel keys~
~
~
lies here.~
lie here.~
~
~
Marek~
Marek~
18 2451 68157440 12 1 0
0 0 8192 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
877101969
E
either~
Heavily polished steel gleams a blue-grey along the neck of this clunky

key.  Its surface is scratched from time and use.

~
P
-1

#2452
blood-stained key~
blood-stained keys~
~
~
lies in a pool of blood on the ground.~
lie in a pool of blood on the ground.~
~
~
Terek~
Terek~
18 2452 8388608 4 1 0
0 0 8192 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
877219175
E
either~
This large steel key is covered in scratches, dents and a layer of blood. 

It's teeth are warped and a few have been snapped off making it

pratically useless.

~
P
-1

#2453
massive wooden mallet~
massive wooden mallets~
~
~
covered in blood, lies upon the ground.~
covered in blood, lie upon the ground.~
~
~
Terek~
Terek~
5 2453 0 0 8193 0
0 130 2 0 0 0 4
0 10 4 6
8000 0 40 -1 10 1000 0 0
877222336
E
either~
This massive wooden mallet is made up of a huge wooden block attached

to an iron shaft.  Many dents and cuts scar the surface of the mallet

from past usage.  It looks as though it would require someone very

strong to merely lift it.

~
P
-1

#2454
pair of dusty leather boots~
pairs of dusty leather boots~
~
~
lie here in a heap.~
lie here in a heap.~
~
~
Terek~
Jimbalaya~
9 2454 0 0 65 0
0 0 4 0 0 0 4
0 5 0 0
250 2000 10 -1 4 600 0 0
877228249
E
either~
These dark leather boots are covered in sand and dust.  The leather has

been worn down to the point where one can see the intricate layer of

woven fibers.  Their rubber soles have all but vanished, leaving only a

thin strip.

~
P
-1

#2455
mithril chainmail cowl~
mithril chainmail cowls~
~
~
lies upon the ground.~
lie upon the ground.~
~
~
Terek~
Olah~
9 2455 -2147483648 0 17 0
0 0 16384 0 0 0 2
0 7 0 0
250 20000 50 -1 6 1050 1 0
877229002
E
either~
Made of pure mithril chainmail, this cowl offers superb protection to a

warrior's head.  The cowl is formed to completely cover the sides, top

and neck of its wearer.  The links of the chainmail are woven tightly as

to where the force of a slashing sword would have trouble breaking it.

~
P
-1

#2456
branch of a living thorn plant~
branches of living thorn plants~
~
~
is covered with long poisonous thorns.~
are covered with long poisonous thorns.~
~
~
Merior~
Merior~
34 2456 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 500 1 -1 10 1000 0 0
877268810
E
either~
This branch is about 3 feet long and covered with long, sharp poisonous

thorns.  Despite its tiny green leaves clustered about the base of each

thorn, it looks quite similar to those branches used in making living

thorn whips.

~
P
-1

#2457
holy symbol~
holy symbols~
heavy, bronze~
ancient bronze~
has been left here.~
have been left here.~
~
~
Marek~
Marek~
14 2457 2490369 8 16385 276774912
0 0 2048 0 0 0 4
-1 -1 -1 -1
500 1750 35 -1 10 300 0 0
877288677
A 6 10
A 10 10
A 5 1
E
either~
Cast in heavy bronze, this finely tooled holy symbol could easily have

been the central relic of an ancient altar.  Adorned with many symbols

now out of date in current religious practices, the piece still carries a

strong aura of holy strength.

~
P
7 -1
~
~
act_tochar( #wear, ch );

act_notchar( #o-wear, ch );

~
E
wear~
@CYou feel the benevolence of the gods smile on you.@n

~
E
o-wear~
@CA holy symbol pulses softly as $n takes it in hand.@n

~
!
-1

#2458
silver throne~
silver thrones~
~
~
stands here.~
sit here.~
~
~
Merior~
Merior~
35 2458 33619968 0 0 0
0 0 0 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
877294361
E
either~
in room

~
P
-1

#2459
rattlesnake rattle~
rattlesnake rattles~
~
~
lies on the ground.~
lie on the ground.~
~
~
Rue~
Florian~
34 2459 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
20 10 1 -1 10 1000 0 0
877717529
E
either~
This is a detached rattle from a rattlesnake.  It is comprised of several

loosely jointed rattles which makes noise when you shake it.  The rattles

are paper thin and quite fragile.

~
P
4 -1
shake rattle~
rattle rattle snake~
act_tochar( #rattle, ch );

act_notchar( #rmratt, ch );

~
E
rattle~
You shake the snake rattle loudly.

~
E
rmratt~
$n rattles a snake rattle loudly!

~
!
-1

#2460
lock~
locks~
adamantine~
adamantine~
sits here invisibly guarding the cases.~
sit here invisibly guarding the cases.~
~
~
Orb~
Orb~
33 2460 65536 0 0 0
0 0 32832 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
877722810
E
either~
You see a tiny, magical lock no more than an inch high.  A bright glow of

enchantment radiates from it, engulfing the room in a field of energy.

~
E
stoneflag~
This lock MUST be left as stone so trolls cannot eat it.

~
P
4 -1
get grab take~
~
if( has_obj( 2470, ch ) ) {

  act_tochar( #key, ch );

  act_notchar( #rkey, ch );

  continue;

  }

else {

  act_tochar( #nope, ch );

  act_notchar( #rnope, ch );

  end;

  }

~
E
nope~
You try to get the item but a field of energy prevents you.

~
E
rnope~
$n tries to get an item but staggers back suddenly.

~
E
key~
The field of energy parts to let you retrieve an item.

~
E
rkey~
$n passes through the energy field to retrieve the item.

~
!
-1

#2461
feathered bracer~
feathered bracers~
~
~
rests forgotten upon the ground.~
rest forgotten upon the ground.~
~
~
Rue~
Fenlyn~
9 2461 268697668 12 4097 0
0 1 4 0 0 0 4
0 3 0 0
130 9000 30 -1 3 400 0 0
877879298
A 12 10
A 20 10
E
either~
This thin strap of soft leather would fit around your wrist.  Several

dark and black feathers are attached to it by small leather thongs.

~
P
-1

#2462
wooden mask of Kroluk~
wooden mask of Kroluks~
~
~
rests on the ground.~
rest on the ground.~
~
~
Rue~
Olah~
9 2462 64 12 17 4223
0 1 134 0 0 0 2
0 2 0 0
250 3000 15 -1 5 500 0 0
877881524
A 7 -5
A 12 20
A 18 -1
E
either~
This wooden mask is meant to be worn over the face.  It has been

masterfully carved from oak, and inset with bone and teeth.  The brow is

furrowed, and the mouth set into a disapproving frown.  The dark wood

contrasts with the bright paints and shining polished bone bits.  A

leather strap holds the mask on the wearers face.

~
P
-1

#2463
pool~
pools~
~
~
~
~
~
~
Talis~
Talis~
25 2463 65536 0 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10 0 1 -1 10 1000 0 0
877401713
E
either~
You're floating in it.  glub... glub.....

~
P
-1

#2464
crimson and black robe~
crimson and black robes~
~
~
lies here in a heap.~
lie here in a heap.~
~
~
Terek~
Fenlyn~
9 2464 -2147483648 0 9 0
0 0 20 0 0 0 4
0 11 0 0
200 20000 50 -1 6 400 0 0
877403071
E
either~
This large robe is composed of fine velvet dyed black.  The edges of the

robe have been spun with crimson thread which twinkles in the light.  A

few holes can be seen along the seams of the robe where moths have made

their presence felt.

~
P
-1

#2465
stick of incense~
sticks of incense~
purple and silver~
+of haste~
sits upon the ground, unlit.~
sit upon the ground, unlit.~
~
~
Terek~
Orb~
1 2465 0 0 1 0
0 0 2 0 8388608 0 4
0 0 15 0
10 1500 40 -1 10 1000 0 0
877403320
E
either~
This stick of incense is a mere block of herbs that have been dyed purple. 

Streaks of silver run through the stick which gleam in the light.  A dim,

glowing silver aura surrounds the incense which brightens and dims at its

own free will.

~
P
-1

#2466
oddly-shaped key~
oddly-shaped keys~
~
~
rests here on a small chain.~
rest here on small chains.~
~
~
Orb~
Orb~
18 2466 67108864 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
877522708
E
either~
This small key's handle is a small black octagon with a silver symbol

inside it.  The black chain it hangs from is made of an unidentifiable

metal.

~
P
-1

#2467
silver chest~
silver chests~
~
~
sits against the western wall.~
sit against the western wall.~
~
~
Orb~
Orb~
15 2467 0 0 0 0
0 0 131072 0 0 0 4
5 13 0 0
10 0 1 -1 10 1000 0 0
877526366
E
either~
This large chest stands nearly as high as a human's waist.  A large

silvery lock secures the clasp against intruders.

~
P
-1

#2468
shield~
shields~
silver and sable~
+of invincibility~
lies here on the ground.~
lie here on the ground.~
~
~
Orb~
Fenlyn~
9 2468 8388608 0 16385 2146304
0 0 16384 0 0 0 4
0 10 0 0
1000 35000 70 -1 7 1000 2 0
877534440
A 5 1
A 1 1
E
either~
This large shield is made of a silvery metal and is embossed with black

trim and runes.  It is a good three and a half feet long, but is

strangely light.

~
P
-1

#2469
empty crumpled bag of cheesypoofs~
empty crumpled bag of cheesypoofss~
~
~
~
~
~
~
Adakar~
Adakar~
1 2469 0 0 1 0
0 0 0 0 0 0 2162688
0 0 0 0
1 0 1 -1 10 1000 0 2228224
895273631
E
either~
Adakar needs to describe me.

~
P
-1

#2470
merchant's key~
merchant's keys~
~
~
is used to lock the case.~
are used to hit the case.~
~
~
Merior~
Merior~
18 2470 1048576 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
877569449
E
either~
This is used to unlock the display case.  Do not lose.

~
P
-1

#2471
beaded choker~
beaded chokers~
~
~
sits on the ground.~
sit on the ground.~
~
~
Rue~
Jimbalaya~
9 2471 393280 12 5 0
0 0 68 0 0 0 4
0 1 0 0
150 4000 15 -1 4 500 0 0
877630152
A 21 -2
A 20 5
A 13 -5
A 12 10
E
either~
This dangerous looking ornament consists of a wide strip of black leather

with spikes pointing inward.  Coral and quartz beads are sewn into the

leather, creating a mosaic pattern resembling a repeating inverted

chevron.  It appears as if this choker would cause great pain and damage

to whomever wears it.

~
P
7 -1
~
~
act_tochar( #pain, ch );

act_notchar( #rmpain, ch );

i = 50;

dam_message( ch, i, "The beaded choker" );

inflict( ch, ch, i, "the beaded choker" );

~
E
pain~
As you slide the beaded choker on it tears at your face and neck.

~
E
rmpain~
$n winces and grunts as $e slides the beaded choker on.

~
!
-1

#2472
piece of red coral~
pieces of red coral~
~
~
sits here.~
sit here.~
~
~
Rue~
Rue~
6 2472 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
70 50 1 -1 10 1000 0 0
877662356
E
either~
A small piece of red coral that has broken off of the reef.  The color is

a deep red, almost crimson.

~
P
-1

#2473
rattlesnake charm~
rattlesnake charms~
~
~
has been cast aside.~
have been cast aside.~
~
~
Rue~
Marek~
14 2473 1310804 12 16385 75448320
0 0 516 64 0 0 4
0 0 0 0
200 1500 15 -1 10 500 0 0
877667205
A 20 1
E
either~
Made from the rattle of a snake and blessed by the dark gods, this charm

is often used by witch-doctors and shamans to aid them in casting spells. 

The rattle hangs loosely from the end of a leather strap hardened by

boiling in animal fat.

~
P
7 -1
~
~
act_tochar( #struggle, ch );

~
E
struggle~
The rattlesnake charm squirms and wiggles in your hand, as if it were

struggling to break free.

~
E
rmfight~
As $n holds the rattle-charm in $s hands, it 

wiggles as if it is is struggling against $s grip.

~
!
-1

#2474
mine rat tooth~
mine rat teeth~
~
~
sits on the ground.~
sit on the ground.~
~
~
Rue~
Rue~
34 2474 16777216 0 1 0
0 0 128 0 0 0 4
0 0 0 0
10 1 1 -1 10 1000 0 0
877883783
E
either~
This flat and sharp tooth is honed to a razor edge, much like a chisel. 

It is gleaming white in color.

~
P
-1

#2475
small pot of yellow pigment~
small pots of yellow pigment~
~
~
rests on the floor.~
rest on the floor.~
~
~
Rue~
Rue~
0 2475 64 0 1 0
0 0 32 0 0 0 4
0 0 0 0
30 1100 1 -1 10 1000 0 0
877885156
E
either~
A very small clay pot filled with a damp yellow pigment.

~
P
-1

#2476
small pot of red pigment~
small pots of red pigment~
~
~
rests on the ground here.~
rest on the ground here.~
~
~
Rue~
Rue~
0 2476 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
30 350 1 -1 10 1000 0 0
877885639
E
either~
A small clay pot filled with a thick red-pigment.

~
P
-1

#2477
algorithm~
algorithms~
~
~
~
~
~
~
Marek~
Marek~
1 2477 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
877916240
E
either~
Desc it? I can't even proNOUNCE it.

~
P
-1

#2478
bracer~
bracers~
multi-hued sapphire~
+of mana channeling~
lies upon the ground, outlined by a faint red glow.~
lie upon the ground, outlined by a faint red glow.~
~
~
Terek~
Fenlyn~
9 2478 268435520 0 4097 7274496
0 0 64 0 0 0 4
0 0 0 0
200 27000 60 -1 8 1000 0 0
877919839
A 20 15
A 12 25
E
either~
Covered in many multi-hued sapphires, this bracer glows with a faint red

aura.  Several intricate runes and glyphs cover its surface, each glowing

a different color and pulsing at its own free will.  A single

crystal-clear diamond has been set into the center of the bracer inside

which you can see a small ball of purple light, spinning rapidly.

~
P
-1

#2479
tiny pouch of pixie dust~
tiny pouches of pixie dust~
~
~
lies here.~
lie here.~
~
~
Merior~
Rebekka~
11 2479 0 0 1 0
0 0 516 0 0 0 4
20 0 0 0
40 50 1 -1 10 1000 0 0
877977058
E
either~
This small leather pouch contains the rare item of pixie-wing dust.  Bits

of the translucent wings can be seen embedded into the rough leather.

~
P
-1

#2480
dark leather quiver~
dark leather quivers~
~
~
~
~
~
~
Terek~
Fenlyn~
9 2480 268435456 0 9 0
0 0 4 0 0 0 4
0 0 0 0
200 9000 30 -1 10 500 0 0
878024155
E
either~
Expertly tanned, the leather of this quiver is a deep oxblood brown,

black with highlights of red-brown smoothed over the well-seasoned

leather.

~
P
-1

#2481
strip of salted pork~
strip of salted porks~
~
~
lies upon the ground.~
lie upon the ground.~
~
~
Terek~
Terek~
19 2481 0 0 1 0
0 0 768 0 0 0 4
50 0 0 0
50 15 1 -1 10 1000 0 0
878036973
E
either~
A strip of boneless pork, saturated in salt for many days to help

preserve it.  Although not very tasty it does offer the vitamins needed

to survive.

~
P
-1

#2482
obsidian girth~
obsidian girths~
~
~
lies on the ground.~
lie on the ground.~
~
~
Marek~
Fenlyn~
9 2482 0 0 2049 4128768
0 0 32 0 0 0 4
0 3 0 0
500 27000 60 -1 3 550 1 0
878092662
A 18 2
A 12 20
A 20 5
A 7 5
E
either~
Streaks of dark sapphire run through the glossy black material of this

girth.  The joints and highlights are a dark crimson.

~
P
-1

#2483
stitched silken bracer~
stitched silken bracers~
~
+of the quiet master~
lies on the ground.~
lie on the ground in a small pile.~
~
~
Marek~
Fenlyn~
9 2483 268435520 4 4097 6275072
0 0 16 0 0 0 4
0 4 0 0
200 20000 50 -1 8 900 0 0
878097549
A 2 1
A 19 1
A 18 1
E
either~
A simple silk bracer, intricately stitched with silver wire in mystic

diagrams.

~
P
-1

#2484
calf-length kilt~
calf-length kilts~
~
~
lies on the ground catching small breezes.~
lie on the ground playing with the wind.~
~
~
Marek~
Marek~
9 2484 -1870659584 0 33 0
0 0 16 0 0 0 4
0 4 0 0
100 75 10 -1 1 500 0 0
878153436
E
either~
Made of a thick fabric woven into a surprisingly bright pattern, this

heavy kilt is long and meant to withstand the everyday wear and tear of a

hardworking person.

~
P
-1

#2485
sturdy iron dirk~
sturdy iron dirks~
~
~
lays discarded on the ground.~
lay discarded on the ground.~
~
~
Marek~
Orb~
5 2485 -2147482624 0 8193 32768
1 0 4096 0 0 0 4
0 1 6 1
200 300 1 -1 5 950 0 0
878153710
E
either~
Made of well-cast iron, this long, triangular blade is quite sturdy.  The

hilt is long, enough for even a large man to wield it comfortably, and the

crosspiece looks strong enough to withstand the blow of a broadsword.

~
P
-1

#2486
small cushioned bench~
small cushioned benchs~
~
~
is carved from the wall.~
are carved from the wall.~
~
~
Merior~
Merior~
35 2486 33619968 8 0 0
0 0 64 0 0 0 4
2 0 0 0
100000 0 1 -1 10 1000 0 0
878155918
E
either~
This small bench would fit two troll sized folks very, very snuggly.  A

thick black velvet covers its plush surface, beckoning you to sit upon it.

~
P
-1

#2487
haggis~
haggis~
~
~
is cooling on the ground.~
is cooling on the ground.~
~
~
Talis~
Orb~
19 2487 0 0 1 0
0 0 512 0 0 0 4
40 1 0 0
10 25 1 -1 10 1000 0 0
878157521
E
either~
A dish consisting of a mixture of minced heart, lungs, and liver of a

sheep or calf mixed with suet, onions, oatmeal, and seasonings, and

boiled in the stomache of the animal.  Doesn't it just look delicious?

Better eat it before it gets cold.

~
P
-1

#2488
dagger~
daggers~
lily~
electrum~
gleams silver-gold on the ground.~
gleam with silver-gold reflected light on the ground.~
~
~
Talis~
Marek~
5 2488 0 0 8193 2097152
0 0 65536 0 0 0 4
0 2 4 0
150 675 5 -1 3 800 0 0
878229314
E
either~
The grip is made of burnished oak that is warm to the touch as if it has

been waiting to be held.  the pommel, handguards and blade are forged

from a single piece of unbroken metal that gleams a silver-golden color

when it reflects light.  Just how the grip was placed over the pommel is

a bit of a mystery, perhaps it was magic.  A pattern of lilies has been

engraved into both sides of the blade.

~
P
3 -1
~
~
if( random( 1, 100 ) < 99 ) {

  if( modify_mana( victim, -5 ) ) {

    act_tochar( #special, ch );

    act_neither( #rspecial, ch );

    act_tochar( #vspecial, victim );

    i = random( 1d5 );

    modify_mana( ch, i );

    }

  }

~
E
special~
@CThe dagger in your hand glows blue as it plunges into $N.  You tingle

with a sudden surge of energy until you reflexively withdraw the blade.@n

~
E
rspecial~
@C$N's eyes open wide with something more than pain as $n plunges $s

dagger deep into $N's vitals.  @n 

~
E
vspecial~
@C$n plunges a dagger deep into your gut and you are filled with a sudden

draining chill!@n 

~
!
-1

#2489
robes~
robes~
set of black silk~
+of the archimage~
lie on the ground.~
lie on the ground.~
~
~
Marek~
Fenlyn~
9 2489 1078198336 0 9 8355840
0 0 16 512 0 0 4
0 5 0 0
600 44000 80 -1 5 300 0 0
878269679
A 3 1
A 1 -2
A 20 30
E
either~
These robes, crafted of silk and velvet so soft you can barely tell when

you are touching the fabric or a passing breeze, are stiched from head to

foot in silver and gold arcance symbols that vanish almost as you look at

them directly.

~
P
-1

#2490
mace~
maces~
large steel~
+of disruption~
lies on the ground.~
lie on the ground.~
~
~
Marek~
Orb~
5 2490 8388609 0 8193 8339456
0 0 8192 0 0 0 4
0 3 8 6
500 7500 50 -1 3 1000 0 0
878272364
A 18 1
E
either~
A weapon capable of crushing armor and skulls, this large steel mace is

an impressive weapon.  The mace head is formed of 5 triangular edges,

each able to punch through plate armor.  The grip is wound with leather,

and every metal surface is etched with golden runes of holy faith.  The

mace itself fairly glows with its power.

~
P
3 -1
~
~
if( race( victim ) == undead ) {

  if( random( 0, 8 ) == 7 ) {

    send_to_room( #turn, room );

    do_spell( turn undead, ch, victim );

    }

  }

~
E
turn~
@YThe Mace pulses with a Holy light!

~
!
-1

#2491
handful of candy corn~
handfuls of candy corn~
~
~
lies on the ground, ready to be eaten.~
lie on the ground, ready to be eaten.~
~
~
Terek~
Terek~
19 2491 0 0 1 0
0 0 512 0 0 0 4
10 0 0 0
100 10 1 -1 10 1000 0 0
878342630
E
either~
A small handful of red and yellow striped candy corn.

~
P
-1

#2492
broken iron pipe~
broken iron pipes~
~
~
rests on the floor.~
rest on the floor.~
~
~
Rue~
Conner~
13 2492 0 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
450 0 1 -1 10 900 1 0
878422527
E
either~
This is a section of broken iron pipe.  The ends are broken and jagged.

~
P
-1

#2493
feathered cap~
feathered caps~
dark~
+of striking~
lies here, its feathers slowly wavering in the breeze.~
lie here, their feathers slowly wavering in the breeze.~
~
~
Terek~
Olah~
9 2493 0 4 17 0
0 0 4 0 0 0 4
0 3 0 0
200 5000 20 -1 5 600 0 0
878429734
A 18 2
E
either~
This delicate cap is made from several dozen black feathers stitched into

a fine white silk cap.  A single white feather has been placed in the

center of the cap which seems to glow with a pale white color.  The cap

would seem to offer very little protection in combat but the aura of

magic about it suggests it holds much stronger powers.

~
P
-1

#2494
dark orc hide~
dark orc hides~
~
~
lies here, covered in blood.~
lie here, covered in blood.~
~
~
Terek~
Terek~
34 2494 16777216 0 16385 0
0 0 512 0 0 0 4
0 0 0 0
300 100 1 -1 10 1000 0 0
878509706
E
either~
This hide of a dark orc is greyish-black in color.  It is quite thick and

sturdy, making it quite suitable for use in making armor or shields. 

Fresh blood still drips from the hide and the stench of decay wafts up

from it.

~
P
-1

#2495
bone sceptre~
bone sceptres~
~
~
lies here, bits of flesh hanging from it.~
lie here, bits of flesh hanging from them.~
~
~
Terek~
Talis~
8 2495 0 0 16385 0
0 0 128 0 0 0 4
0 0 0 0
400 1000 5 -1 10 1000 0 0
878510121
A 13 5
E
either~
The sceptre is made from the leg bone of a humanoid creature, topped with

a human skull.  It measures about three feet long and its roundiness is

the same as a pike shaft.  Bits of flesh hang from the skull atop it and

blood flows from the eye-sockets.  A faint yellow glow surrounds it and

listening closely you can hear the wails of tortured souls.

~
P
-1

#2496
blood-covered longsword~
blood-covered longswords~
~
~
lies here.~
lie here.~
~
~
Terek~
Orb~
5 2496 8388608 0 8193 2146304
8 0 8192 0 0 0 4
0 2 6 2
450 1125 5 -1 5 1000 0 0
878510408
E
either~
This slim, steel longsword has been finely crafted.  Its blade measures

three feet long from tip to pommel.  Its hilt is made of the bone of a

red dragon.  The guard has been shaped like that of a dragon striking and

lodged in the dragon's mouth is a black pearl.  Blood covers its shiny

blade and yet does not drip off it but continues to remain stuck to it.

~
P
-1

#2497
sardonyx ring~
sardonyx rings~
~
~
sits on the floor.~
sit on the floor.~
~
~
Rue~
Jimbalaya~
9 2497 268435520 12 3 0
0 1 1048640 0 0 0 4
0 0 0 0
40 3000 15 -1 4 750 0 0
878512631
A 20 2
A 12 10
E
either~
This clunky ring is crafted from platinum and is set with a cut sardonyx

gemstone.  The gem is banded red and white, and is quite large.

~
P
-1

#2498
black chalk~
black chalk~
~
~
lies here on the ground.~
lie here on the ground.~
stick of~
sticks of~
Orb~
Rebekka~
0 2498 0 4 1 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
878526217
E
either~
This long, slender stick of chalk is a deep black.  It is rather dusty,

and it gets all over your hands.

~
P
-1

#2499
lock~
locks~
mithril~
mithril~
sits here, preventing theft.~
sit here, preventing theft.~
~
~
Orb~
Orb~
0 2499 65536 0 0 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
878529291
E
either~
You see a tiny, magical lock no more than an inch high.  A bright glow of

enchantment radiates from it, engulfing the room in a field of energy.

~
E
stoneflag~
This lock MUST be left as stone so trolls cannot eat it.

~
P
0 -1
blank~
~
if( has_obj( 2470, ch ) ) {

  act_tochar( #key, ch );

  act_notchar( #rkey, ch );

  continue;

  }

else {

  act_tochar( #nope, ch );

  act_notchar( #rnope, ch );

  end;

  }

~
E
key~
The field of energy parts to let you retrieve an item.

~
E
rkey~
$n passes through the energy field to retrieve the item.

~
E
nope~
You try to get the item but a field of energy prevents you.

~
E
rnope~
$n tries to get an item but staggers back suddenly.

~
!
-1

#2500
phial~
phials~
+filled with a bubbling green liquid~
+of thorn shield~
sits here fizzing quietly.~
sit here fizzing quietly.~
~
~
Orb~
Merior~
10 2500 0 0 1 0
0 0 0 0 0 0 4
117 5 30 0
10 0 1 -1 10 1000 0 0
878539723
E
either~
This tiny glass phial contains a lime-green liquid which fizzes and

bubbles constantly.

~
P
-1

#2501
small font~
small fonts~
~
+of youth 21-40~
lies here, hidden from view.~
lie here, hidden from view.~
~
~
Florian~
Florian~
17 2501 65536 0 0 0
0 0 0 4096 0 0 4
40 40 32 0
1 0 1 -1 10 1000 0 0
888089332
E
before~
Carved from red stone, this small font stands about six inches tall,

though it is clear that a majority of it is buried within the ground. 

The sides of the shallow basin are devoid of detail work or adornment. 

Within the font, there is a small amount of liquid.

~
E
after~
This font revolves around a series of opcodes and is meant for use with

youth potion only.  Please dont load into areas or mess with the code.

-Florian

~
P
4 2501
dip~
drink dip~
if( rflag( status1, room ) )

if( find_stat( ch, level ) < 41 )

if( find_stat( ch, level ) > 20 )

  if( !rflag( status2, room ) )

  continue;

else

  act_tochar( #not, ch );

else {

  act_tochar( #goesdry, ch );

  act_notchar( #rgoesdry, ch );

  remove_rflag( status1, room );

  }

else {

  act_tochar( #goesdry, ch );

act_notchar( #rgoesdry, ch );

  remove_rflag( status1, room );

  }

else

  act_tochar( #dry, ch );

~
E
not~
You don't see that here.

~
E
goesdry~
@CYou can but watch in fascination as the water within the font

disappears as you approach.@n 

~
E
rgoesdry~
@CYou can but watch in fascination as the water within the font

disappears as $n approaches it.@n 

~
E
dry~
There is no more liquid within the font.

~
!
4 2501
fill~
~
act_tochar( #fill, ch );

~
E
fill~
The font is much too shallow to fill anything from it.

~
!
4 2501
empty~
~
act_tochar( #empty, ch );

~
E
empty~
You cannot empty the small font into anything.

~
!
4 2501
1 look~
font small clear liquid~
if( rflag( status2, room ) )

act_tochar( #not, ch );

else if( rflag( status1, room ) )

act_tochar( #dry, ch );

else

act_tochar( #there, ch );

~
E
there~
Carved from red stone, this small font stands about six inches tall,

though it is clear that a majority of it is buried within the ground. 

The sides of the shallow basin are devoid of detail work or adornment. 

Within the font, there is a small amount of liquid.

~
E
dry~
Carved from red stone, this small font stands about six inches tall,

though it is clear that a majority of it is buried within the ground. 

The sides of the shallow basin are devoid of detail work or adornment. 

The small font, while it once looks to have held liquid, is empty now.

~
E
not~
You don't see that there.

~
!
-1

#2502
Shadow Knight's key~
Shadow Knight's keys~
~
~
lies here, gleaming malevolently.~
lie here, gleaming malevolently.~
~
~
Orb~
Orb~
18 2502 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
878615993
E
either~
A simple black iron key with the words 'Shadow Knight's' etched across it.

~
P
-1

#2503
ironwood key~
ironwood keys~
~
~
lies here, covered with dust.~
lie here, covered with dust.~
~
~
Galen~
Galen~
18 2503 8388608 4 16385 0
0 0 4096 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
878624850
E
either~
A dark metal key with a wood graining.

~
P
-1

#2504
large anvil~
large anvils~
~
~
is bolted to a large tree stump.~
are bolted to large tree stumps.~
~
~
Rue~
Rue~
8 2504 65536 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
878709114
E
either~
This thick and heavy anvil is bolted to a thick tree stump.  

~
P
-1

#2505
bucket~
buckets~
~
~
hangs from the rope.~
hang from the rope.~
~
~
Orb~
Rue~
17 2505 0 0 0 0
0 0 2 0 0 0 4
50 5 0 0
10 0 1 -1 10 1000 0 0
879242880
E
either~
This brown, wooden bucket has been made to haul large quantities of water. 

It looks quite sturdy.

~
P
-1

#2506
talisman~
talismans~
black triangle-shaped~
+of Morkith~
lies on the ground, gleaming in the light.~
lie on the ground, gleaming in the light.~
~
~
Terek~
Terek~
9 2506 268435456 0 5 74399744
0 0 64 0 0 0 6
0 3 0 0
200 3000 50 -1 7 1000 0 0
878776157
E
either~
Terek needs to describe this.

~
P
-1

#2507
pale amethyst~
pale amethysts~
~
~
lies here glimmering faintly.~
lie here glimmering faintly.~
crystal of~
crystals of~
Orb~
Florian~
8 2507 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
10 500 1 -1 10 1000 0 0
878836891
E
either~
This slender, perfect crystal is only an inch in length.  Its eight

facets and slender point catch the light, emphasizing its perfect form.

~
P
-1

#2508
elaborate spiked collar~
elaborate spiked collars~
~
~
lies here.~
lie here.~
~
~
Slip~
Jimbalaya~
9 2508 0 0 5 0
0 192 4 0 0 0 4
0 1 0 0
10 0 92 1 1 600 0 0
878871705
A 20 1000
A 22 1000
E
either~
Clearly designed for a small animal, probably a cat, this collar is

absolutely beautiful.  It is made of a flexible band of silver with

silver spikes separated by dazzling citrine, topaz, and amethyst gems. 

From the collar dangles a small tag with the word "Slip" engraved upon it.

~
P
4 -1
home~
~
transfer( ch, find_room( 62500 ) );

~
!
4 -1
med~
~
transfer( ch, find_room( 138 ) );

~
!
4 -1
staff~
~
obj_to_char( oload( 1950 ), ch );

~
!
4 -1
vass~
~
transfer( ch, find_room( 19109 ) );

~
!
4 -1
lag~
~
transfer( ch, find_room( 33339 ) );

~
!
4 -1
justice~
~
obj_to_char( oload( 926 ), ch );

~
!
4 -1
chiiron~
~
transfer( ch, find_room( 909 ) );

~
!
4 -1
jail~
~
transfer( ch, find_room( 13 ) );

~
!
4 -1
return~
~
obj_to_char( oload( 2535 ), ch );

~
!
4 -1
kha~
~
transfer( ch, find_room( 27038 ) );

~
!
4 -1
penn~
~
transfer( ch, find_room( 37216 ) );

~
!
4 -1
durfs~
~
transfer( ch, find_room( 46750 ) );

~
!
4 -1
chat~
~
transfer( ch, find_room( 9 ) );

~
!
0 -1
~
~
~
!
4 -1
meth~
~
transfer( ch, find_room( 34606 ) );

~
!
4 -1
caer~
~
transfer( ch, find_room( 36068 ) );

~
!
4 -1
sos-kul~
~
transfer( ch, find_room( 30752 ) );

~
!
-1

#2509
weather-worn~
weather-worns~
+book bound in leather~
+diary bound in leather~
draws your attention to it.~
draw your attention to it.~
~
~
Marek~
Marek~
37 2509 67108864 0 1 0
0 0 5 16384 0 0 4
0 0 0 0
10 0 1 -1 1 1000 0 0
879107696
E
1 one~
@eIn the first journal entry, you read:@n


The Great Theft


I was younger then.  Not just in years, but in my mind.  Decades of

suffering and horror has wrinkled my face and made my eyes leery of the

tiniest shadow.  I was a carefree man before my hands were coated in the

ichor of a thousand unnatural creatures.


Our land is filled with the darkest fears of mankind given life.  Undead

shamble through abandoned chapels and feed their impossible cravings with

the souls of those foolish enough to walk the dark paths.  Nightmares

come to life and fill men with insanity, urging them to turn on their

brothers.  Renegade raiders rage in secret camps and plot to overthrow

the bastions of civilization.  We call these creatures the darkspawn, and

they were born in Gaeas darkest moment - the Theft.  Desperate

individuals, such as myself, fight this tidal wave of evil, but our

numbers shrink with each passing day.

~
E
two 2~
@eIn the second journal entry, you read:@n


Those settlements that have survived the invasion have done so at great

cost.  All towns have walls - whether they are formed from mystical

wards, sharpened palisades, or honest stone.  Most of the adults in these

places bear arms in the defense of their homes while the rest eke out a

living providing food and other goods.


It wasn't just the settlements of our world that built walls.  The people

that live here have formed their own private barriers as well.  Most folk

in this region are renowned for their warmth and hospitality, but the

fiends that prey on their kindness are gradually wearing down their

compassion.  Whole nations have turned on their neighbors out of fear and

ignorance.  Wives' tales aren't used to frighten children anymore -

stories told once too often tend to come true.  Fears of the people

create the creatures of the dark.

~
E
three 3~
@eIn the third journal entry, you read:@n


What the Theft is or why it occurred is a mystery.  Those who search too

hard for the truth often fall prey to its countless minions.  The people

know only that one day the world turned foul.  Our most powerful mages

cannot tell us the origins of this, and our prophets and seers vanished

that day.


It is a time of despair, of violence, and of dark sorcery.  But it is

also a time for courage and compassion.  These are the virtues that will

protect us in this dismal age.

~
E
four 4~
@eIn the fourth journal entry, you read:@n


My name is Jacob.  I am a warrior and a protector.  This journal that you

now read is my best account of the state of our world.  I have traveled

this region for many years now, fighting the Darkspawn and trying to give

hope to those who have lost theirs.  But I am not foolish enough to

believe that I am immortal.  Someday a darkspawn will gnaw my bones.  My

only wish is that another will find this work and use the knowledge

within to carry on my calling.  Let me warn you, that it is a difficult

path I tread.  You will find it filled with heartache and misery.


Before the Theft, I was part of an order dedicated to protection the

region know as the Forests Edge.  It was our task to patrol the land and

bring compassion and justice wherever we found strife.  Our members

prefered to protect instead of harm, though we were certainly capable of

the latter in times of need.  It is perhaps prophetic that the Theft is

the antithesis of these ideals.

~
E
five 5~
@eIn the fifth journal entry, you read:@n


I was a squire then, and our band rode from the Inner See to the Cairn

Mountains helping those in need.  I must begin this with that horrible

day when darkness fell.


Our band was in Medienne, a beautiful town on the eastern coast of the

Inner Sea.  It was a brilliant, sunny day, and those of us with the

talent were seeing to the ills and problems of the inhabitants of that

city.  I was spending my time conversing with the members of the local

militia, exchanging jibes and stories to pass the time, and helping out

with various physical tasks, since I have no gift for healing.

~
E
six 6~
@eIn the sixth journal entry, you read:@n


After a few hours of this work, we encountered the Blind Seer of Medienne. 

He was a local storyteller and something of a con man, I suspect, but

most days the children who gathered about him were smiling and laughing

at the old man's tales, even without coins to fill his cup.  That day,

however, the Blind Seer sat against a bleak stone wall with his head in

his hands.  One of our healers approached him, and I'll never forget the

conversation that passed between them.


'It has returned," the Seer said. 


My companion placed his hand upon the man's shoulder and comforted him,

"What?" he asked.  "what has returned?" 


He whispered. "Night has fallen. We are doomed."

~
E
seven 7~
@eIn the seventh journal entry, you read:@n


I presumed the Blind Seer mad, but my friend sank to his knees in despair. 

Then, while the two of them knelt there in their misery, a great black

cloud settled over the sun.  Only a few scant rays found their way to the

earth, enough light to give our fears shape and form.  I stared up at the

cloud, as did the Seer,though he was blind as a stone. 


Suddenly, from all about me I heard screams.  From the shadows came

creatures we had only imagined in our darkest dreams.  Things rarely seen

in this land chased people into dark alleys and devoured them in

relentless fury.  From the cemeteries arose the dead, their flesh and

bones ruined from years beneath the earth, yet now stalking among us like

deranged shepherds turned on their flock.  Demonlings, monsters,

nightmares, and ghosts - all these horrors emerged from the dark corners

of the world that night.  We would later dub them darkspawn, for they

things came out to hunt when that first darkness fell.  I fought with all

my might against the swarm of horrors that engulfed us, but in the end,

there were simply too many.

~
E
eight 8~
@eIn the eighth journal entry, you read:@n


Some time later, I found myself in the company of a ragged group of

survivors.  One of them had dragged my battered body into a stone

basement.  We lived there like frightened mice for days while my strength

slowly returned.  I cursed my luck for a time, wishing that I had fallen

with my comrades instead of surviving to die a coward's death.  But the

men and women who had saved my life still carried a gleam of hope in

their eyes, and it was this that eventually rekindled my own courage. 

The events of that week are disturbing to me even now, but suffice it to

say, we eventually escaped our prison and joined up with others in order

to reclaim the city, such as it was.

~
E
nine 9~
@eIn the ninth journal entry, you read:@n


@YDarkspawn@n


When the sun momentarily darkened, thousands of creatures only rumored to

exist in dreams and folk-tales came to life.  The darkspawn now hunt our

folk by day as well as night despite their name, so do not believe you

are safe simply because the sun is in the sky.  Darkspawn come in all

shapes and sizes.  Their only common trait is their evil souls.  I will

describe many of these fiends in other portions of this journal, but even

this roll-call is a sampling of the thousands of monstrous abominations

that walk, crawl, slither, or fly over our land.

~
E
ten 10~
@eIn the tenth journal entry, you read:@n


Some darkspawn are intelligent, scheming creatures who instigate and

organize their less clever fellows into renegade warbands.  Others hide

in the settlements and strike at us in silence.  Still others are

phantoms made of ghostly ether or even living energy.  A few are truly

bizarre, such as a living piece of stone or a patch of sentient plant

life.  It seems the Theft is capable of spawning most any nightmare it

can dredge from the psyche of our people.


It is a black stain upon Gaea's history that some sentient beings have

turned upon their fellows and submitted themselves to serve the Theft.  I

call these treacherous souls the Corrupted.

~
E
eleven 11~
@eIn the eleventh journal entry, you read:@n


The vast majority of corrupted individuals have yet to prove their worth

to the Theft.  They spend most of their time performing heinous deeds to

garner their unknown master's attention, hoping they will one day be

rewarded with fantastic power for their service.  The few corrupted that

have proven themselves worthy of whatever test the Theft requires of them

and are granted incredible powers.  These select few then become

darkspawn, or more accurately, corrupted darkspawn.  After the

transformation, there is rarely any true difference between the two. 


From that point on, their bodies and minds become even more twisted than

they might have been before, and everything they touch is corrupted to

help spread the evil of the Theft.  Because they were once one of us,

they know our weaknesses and the best way to exploit them to our own ends.

~
E
twelve 12~
@eIn the twelvth journal entry, you read:@n


The Theft is a malignant disease eating away at the very soul of our

world.  Only the tenacious spirits of our people have thus far held the

infection in check.  But each day, some new symptom of this plague

threatens to eliminate hope and overwhelm the last bastions of

civilization.

~
E
thirteen 13~
@eIn the thirteenth journal entry, you read:@n


I have never encountered a darkspawn that knew anything of the Theft or

their origins.  I have been misled by lies, and more than a few creatures

betrayed their own beliefs before I was finished with them, but none of

these tales has been borne out.  It truly seems that even the grotesque

children of the Theft are ignorant of their own creation. 


We cannot force bastions of light into the darkness of the Dragonspires,

nor can we reclaim the beautiful city of Denae from the depths of the

Darken Wood.  But defeating a single zombie near the walls of your home

can be just as important.  These acts provide the tales that inspire the

people and give them the strength to carry on.  And every now and then,

such a deed will mark the beginning of a new champion, a new hero or

heroine.

~
E
inscription~
Scawled on the inside cover of the book, you read:@Y

"Long ago, before the Great Theft that destroyed the legends of the time,

there existed achievements we can only dream of in these darker days." 

~
E
desc~
No description~
E
either~
The book looks like an old personal journal of some kind, an unusual

thing to find in a library, but not unheard-of, either.  The journal is

quite beaten-up, and is missing many pages, but does still contain

several entries, thirteen or so, as well a small inscription inside the

front cover.

~
P
-1

#2510
mace~
maces~
old battered iron~
old battered iron~
lies here collecting dust.~
lie here collecting dust.~
~
~
Marek~
Orb~
5 2510 -2139095039 0 8193 3162144
0 0 4098 0 0 0 4
0 3 4 6
400 750 10 -1 2 900 0 0
879118098
E
either~
This was once a fine mace, covered with engravings and intricate

decorations, but today is worn and in generally rough condition.  Its

five think spines have nonetheless remained solid despite the weapon's

age and neglect, and you think that it would still be of some worth in

battle.

~
P
-1

#2511
black iron key~
black iron keys~
~
~
lies here in the dust.~
lie here in the dust.~
~
~
Orb~
Orb~
18 2511 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
879202597
E
either~
This large iron key is simply made and has been dipped in a black paint

which chips off in small flakes.

~
P
-1

#2512
emblem of a bloody fist~
emblems of a bloody fist~
~
~
lies here, glimmering faintly.~
lie here, glimmering faintly.~
~
~
Orb~
Orb~
18 2512 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
879275143
E
either~
Engraved on a round silver plate only an inch wide, a bloody silver fist

dominates the center of this tiny mandala.

~
P
-1

#2513
Emblem of a Polished Sword~
Emblems of a Polished Sword~
~
~
lies here, glimmering faintly.~
lie here, glimmering faintly.~
~
~
Orb~
Orb~
18 2513 3145728 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
879276575
E
either~
A lovely polished sword has been intricately set into the yielding silver

of this inch wide argent plaque.

~
P
-1

#2514
meat shield~
meat shields~
~
~
is a warrior without dignity.~
are useful in combat.~
~
~
Talis~
Fenlyn~
9 2514 0 0 16385 0
0 0 512 0 0 0 4
0 10 0 0
1000 0 90 -1 1 1000 0 0
879372798
E
either~
The remains of a once noble warrior, now reduced to the task of being a

mere meat shield.

~
P
-1

#2515
halfling mage~
halfling mages~
~
~
is bruised and dazed.~
look good on the end of a spear.~
~
~
Talis~
Talis~
5 2515 0 0 8193 0
0 0 0 0 0 0 4
0 2 10 3
500 0 90 -1 1 1000 0 0
879372873
E
either~
A rather indignant looking halfling in fine robes.  He looks a little

upset about being manhandled like a common weapon, but when the immortals

come to play what are you going to do?

~
P
-1

#2516
dark adamantite shield~
dark adamantite shields~
~
+'Blackthorn'~
lies face-down in the dirt.~
lie face-down in the dirt.~
~
~
Terek~
Fenlyn~
9 2516 0 0 16385 16384
0 0 32768 0 0 0 4
0 15 0 0
700 35000 70 -1 8 1000 0 0
879408294
E
either~
This large tower shield is made from pure adamantite which has been dyed

a dark ash-grey color.  The shield's face is covered in tiny, razor-sharp

thorns which gleam in the light.  Several runes and glyphs have been

etched along the edges of the shield and beneath a few of them their is

small @ewriting.@n 

~
P
-1

#2517
dark orc hide shield~
dark orc hide shields~
~
~
lies here, covered in blood.~
lie here, covered in blood.~
~
~
Terek~
Fenlyn~
9 2517 0 0 16385 16384
0 0 4100 0 0 0 4
0 5 0 0
200 1000 5 -1 4 600 0 0
879530167
E
either~
This strong iron shield is covered in several hides from dark orcs.  Each

of the hides has been attached to the shield by steel rivets and covered

in a layer of a transparent glaze, making it very durable.

~
P
-1

#2518
wand of truth~
wand of truths~
~
~
lies here.~
lie here.~
~
~
Merior~
Merior~
3 2518 8392769 0 16385 0
0 0 128 0 0 0 4
114 10 1 1000
10 50000 1 -1 10 1000 0 0
879861366
E
either~
This short wand is composed of two thin strips of bone: one white and one

black.  There appears to be no grey where the two colors merge, but

rather a sharp and distinct break in colors.

~
P
-1

#2519
adamantine knuckles~
adamantine knuckles~
~
~
lie here.~
lie here.~
pair of~
pairs of~
Nivel~
Orb~
5 2519 8388673 0 8193 6275072
0 0 32768 0 0 0 4
0 3 3 0
300 0 57 -1 9 3000 0 0
879870804
A 19 3
E
either~
These heavy adamantine knuckles are beautiful to look at.  The blue metal

glows with an inner light, and by their feel they are nearly

indestructable.  You wonder what great heat must have been necessary to

forge such a great metal.  They conform comfortably with your hands and

cooly reflect the light.

~
P
3 -1
~
~
if( random( 0, 51 ) == 5 ) {

  act_tochar( #hit, ch );

  act_notchar( #rhit, ch );

  attack( ch, victim, 10d5, "sudden strike" );

  }

~
E
hit~
@BYour adamantium knuckles flash brightly and come about for a sudden strike!@n

~
E
rhit~
@B$n's adamantium knuckles flash brightly and come about for a sudden strike!@n

~
!
-1

#2520
ranger's cloak~
ranger's cloaks~
~
~
lies here, glowing a soft green.~
lie here, glowing a soft green.~
~
~
Nivel~
Fenlyn~
9 2520 268435520 0 9 3653632
0 0 16 0 -2147483648 0 8
0 4 0 0
250 25000 55 -1 6 500 0 0
879872883
E
either~
This soft, green woolen cloak is very comfortable and sturdy.  A pale

emerald brooch clasps the cloak together, and the emerald seems to shine

very brightly.  As you touch it you temporarily forget all your hardships

and embrace life.

~
E
approve~
Approved with Thorn_shield and +2 ac. Ranger Only.

~
P
7 -1
~
~
act_tochar( #skin, ch );

~
E
skin~
@GAs you wear the cloak, the world feels less heavy and you notice a

shield of thorns forming around you!@n 

~
!
-1

#2521
golden chain~
golden chains~
~
~
lies here, glimmering on the ground.~
lie here, glimmering on the ground.~
~
~
Nivel~
Jimbalaya~
9 2521 268435521 0 5 -2146893824
0 0 262144 0 0 0 4
0 3 0 0
250 30000 55 -1 10 700 0 0
879874758
A 21 5
A 13 20
A 5 1
E
either~
Cold, gleaming fractures of light reflect from this intricately linked

chain.  There is a yellow glow about it, not from the gold but from

something else, as if some supernatural power has been wrought into it.

~
P
7 -1
~
~
act_tochar( #ouch, ch );

do_spell( burning hands, ch );

do_spell( chilling touch, ch );

~
E
ouch~
@YAs you wear the golden chain, a strange mix of fire and ice courses

over your body!@n 

~
!
-1

#2522
jewel-encrusted dagger~
jewel-encrusted daggers~
~
~
lies here, sparkling in a rainbow of color.~
lie here, sparking in a rainbow of light.~
~
~
Nivel~
Orb~
5 2522 65 0 8193 8306688
1 0 262144 0 0 0 4
0 7 4 1
150 5400 55 -1 8 900 0 0
879877041
E
either~
This beautiful dagger sparkles from its jewel-encrusted hilt and pommel. 

Rich leather pads the grip.  Its blade is pure yellow, like gold, but it

shines differently than gold, and in different light it changes from

bright, white yellow to a dark orange-red.  It is wonderfully light and

extremely, extremely sharp, as you hold up a bloody finger from the mere

touch of it.

~
P
-1

#2523
crimson-plumed visor~
crimson-plumed visors~
~
~
lies here.~
lie here.~
~
~
Nivel~
Olah~
9 2523 8388673 4 17 208683008
0 0 65552 0 0 0 2
0 4 0 0
300 0 80 -1 8 950 0 0
879878188
A 5 1
A 4 1
A 7 5
E
either~
This beautiful plumed visor feels strange in your grip.  There is a

strange, unholy power emanating from it.  Three strips of metal line of

front, making it hard to see through, but it is well-padded and looks

quite light and comfortable.

~
P
7 -1
~
~
act_tochar( #wear, ch );

~
E
wear~
@RAs you wear the plumed-visor, strength flows through your body and you

feel all-powerful!@n 

~
!
-1

#2524
white clerical robes~
white clerical robes~
~
~
lie here.~
lie here.~
set of~
sets of ~
Nivel~
Fenlyn~
9 2524 65 0 9 276709376
0 0 16 0 0 0 4
0 9 0 0
700 20000 50 -1 8 400 0 0
879879933
A 5 1
E
either~
These white clerical robes are very comfortable-looking, and are smooth

like silk, although they are made from a different material.  A white

cowl rests comfortably on the back, more for show than of any purpose. 

The robes are a little heavy, but the fibers are strong, and there is an

inner glow from the robes, although you cannot actually see it exactly.

~
P
-1

#2525
oasis~
oases~
~
~
lies here, hidden from view.~
lie here, hidden from view.~
~
~
Florian~
Florian~
25 2525 65536 1 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10 0 1 -1 10 1000 0 0
879896457
E
either~
Cool and placid, this oasis is filled with crystal clear water.  Larger

than most sources of water, you think you can even see a fish or two 

swimming down in its depths.

~
P
-1

#2526
mahogany bed~
mahogany beds~
~
~
rests here, an ancient and dusty reminder of a time long past.~
rest here, ancient reminders of a time long past.~
~
~
Nivel~
Nivel~
35 2526 33619968 0 0 0
0 0 530 0 0 0 4
5 0 0 0
100000 300 1 -1 10 1000 0 0
879955466
E
either~
Deep red sheets line the dusty mattress.  The mattress itself, made of

goosefeather, is quite comfortable and is matched by a red pillow of soft

down.  However, the bed could use quite a dusting, as cobwebs have strewn

themselves all about it.

~
P
-1

#2527
shard of darkness~
shards of darkness~
~
~
lies glistening on the ground.~
lie glistening on the ground.~
~
~
Phule~
Orb~
5 2527 16 0 8193 603979776
0 0 32 0 0 0 4
0 1 6 1
200 500 1 -1 10 3000 0 0
879955647
E
either~
Like a pulsating thing, the shard quivers with evil.  Nevertheless, it

would probably make a pitiful weapon.

~
P
-1

#2528
leather-bound diary~
leather-bound diarys~
~
~
~
~
~
~
Nivel~
Nivel~
37 2528 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
879964591
E
either~
Old and crumbling, this book isn't entirely ruined.  While many of the

pages are torn, you can read some of the last words written in the book.

~
P
4 -1
read~
book diary~
act_tochar( #1, ch );

wait( 4 );

act_tochar( #2, ch );

wait( 1 );

~
E
1~
Most of the diary discusses prayer and meditation, and the thoughts of

the author about life: 



@Y@I@I@IAs I lay meditating, many thoughts came to me. The world is

@I@I@Iso vast, and I find that as far as I look, there is something out of 

@I@I@Isight. I often wonder, if it is so hard to see something far away, and I 

@I@I@Imust assume that the sun is quite far from here, its radiance must be

@I@I@Ifirey as well. Since the sun is circular, I must wonder also how

@I@I@Iwe look to the sun. Are we also a ball? 

~
E
2~
It continues about prayer and nonsense.  You decide to skip to the end,

eager to see what happened at the end of his life...



@Y@I@I@I"I am hungry and tired. I must pray and hope for the best. After much 

@I@I@Iarguing, my peers have retired to their rooms, and have not left them,

@I@I@Inot wanting to speak for fear of death. I do not fear death but

@I@I@II often sit here wondering what lays for me. I feel my time on

@I@I@Ithis world slowly ending. I mourn for my King. He was so loving. And now!

@I@I@IAlas! I hear his accursed form roaring underneath my chambers. I wonder

@I@I@Iwhether he shall ever be saved. I pray for him. I suppose I should put

@I@I@Ithis diary down now. I am exhausted, and must use my remaining strength

@I@I@IIn figuring out a way to save us all. - Joolan"

~
!
-1

#2529
little black book~
little black books~
~
~
shows signs of heavy use.~
show signs of heavy use.~
~
~
Merior~
Merior~
7 2529 11796480 4 16385 0
0 512 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
879969515
E
either~
This small book is covered with dark black leather, well aged and worn. 

The pages of the book are yellowed, and barely legible scribbles cover

most of the pages.

~
P
0 -1
write~
little black book~
act_tochar( #book, ch );

act_notchar( #books, ch );

~
E
book~
You gaze into the distance for a moment, then note the pertinent details

of the conversation in your little black book.  Now what WAS her name

again?

~
E
books~
You see $n gaze into the distance for a moment, then grin and begin

scribbing in a small black book $e carries around everywhere.  Just what

could be of such interest?

~
!
-1

#2530
stone fountain~
stone fountains~
~
~
sputters its contents here.~
~
~
~
Fenlyn~
Fenlyn~
25 2530 65536 1 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10 0 1 -1 10 1000 0 0
879985581
E
either~
The stone fountain reaches about eight feet into the air and spurts a

fluid out of the mouths of four stone fish.  Each stone fish is tinted

the same color as each brick walkway it faces, but the fish are strangely

deformed.

~
P
-1

#2531
obsidian ore~
obsidian ores~
~
~
lies here.~
lie here.~
chunk of~
chunks of~
Nivel~
Nivel~
6 2531 0 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
880055547
E
either~
A small piece of black, glassy rock.  It is quite heavy, and would make a

nice paperweight.

~
P
-1

#2532
talon~
talons~
long black~
darker~
reflects light from its smooth surface here.~
reflect light from their smooth surfaces here.~
~
~
Phule~
Phule~
8 2532 8650816 0 1 0
0 0 128 0 0 0 4
-1 -1 -1 -1
50 2500 1 -1 10 1000 0 0
880073126
E
either~
This long black talon gleams wickedly.

~
P
-1

#2533
plush toy llama~
plush toy llamas~
~
~
lies on the ground, waiting to be hugged.~
lie on the ground in a small pile, waiting for a new owner.~
~
~
Terek~
Terek~
8 2533 1048576 4 16385 0
0 0 16 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
880105728
E
either~
This small velvet toy llama is filled with soft cotton and is very

squeezable and huggable.  It has been crafted to resemble a llama right

down to its fluffy little tail.  Its eyes are made of small black onyx

stones which twinkle in the light.  Its ears stick straight up while the

tips fold over themselves.  This truly is quite a wonderful gift one

could receive.

~
P
0 -1
hug~
llama toy plush~
act_tochar( #hug, ch );

act_notchar( #hug1, ch );

Wait( 1 );

act_room( #happy, ch );

~
E
hug~
@b@YYou give the toy llama a big warm hug.

~
E
hug1~
@b@Y$n gives the toy llama a big warm hug.

~
E
happy~
@b@YA gentle sigh emanates from within the llama and its small tail

shakes happily.

~
!
0 -1
nuzzle~
toy plush llama~
act_tochar( #nuzzle, ch );

act_notchar( #nuzzle1, ch );

Wait( 1 );

act_tochar( #nuzzle2, ch );

act_notchar( #nuzzle3, ch );

~
E
nuzzle~
@YYou lovingly nuzzle the toy llama against your neck.

~
E
nuzzle1~
@Y$n lovingly nuzzles the toy llama against $s neck.

~
E
nuzzle2~
@YThe toy llama makes a gentle squeeking sound and throws his paws around

your neck in a big hug!

~
E
nuzzle3~
@YThe toy llama makes a gentle squeeking sound and throws his paws around

$n's neck in a big hug!

~
!
0 -1
cuddle~
toy llama plush~
act_tochar( #cuddle, ch );

act_notchar( #cuddle1, ch );

Wait( 1 );

act_tochar( #cuddle2, ch );

act_notchar( #cuddle3, ch );

~
E
cuddle~
@YYou grab hold of your toy llama and cuddle him tightly in your arms.

~
E
cuddle1~
@Y$n grabs hold of $s toy llama and cuddles him tightly in $s arms.

~
E
cuddle2~
@YThe llama's eyes light up and it gives you a gentle kiss on your nose

and cuddles you back.

~
E
cuddle3~
@YThe llama's eyes light up and it gives $n a gentle kiss on $s nose and

cuddles $m back.

~
!
-1

#2534
shimmering white broadsword~
shimmering white broadswords~
glowing white~
+'Whiteblade'~
~
~
~
~
Terek~
Marek~
5 2534 0 0 8193 0
0 0 16384 0 0 0 4
0 11 3 2
600 9600 60 -1 7 1000 0 0
880108273
E
either~
Terek needs to describe this.

~
P
-1

#2535
gray boulder~
gray boulders~
~
~
lies here, offering a seat to rest upon.~
lie here.~
~
~
Olah~
Olah~
35 2535 33554432 0 0 0
0 0 0 0 0 0 4
5 0 0 0
5000 0 1 -1 10 1000 0 0
885666836
E
either~
This large, grayish boulder is surprisingly smooth and free of snow or

ice.  It stands about two feet high, and its surface has eroded only

partially.

~
P
-1

#2536
rough electrum chain~
rough electrum chains~
~
~
lies here, gleaming a warm glow.~
lie here, gleaming a warm glow.~
~
~
Marek~
Jimbalaya~
9 2536 8388608 8 5 0
0 0 0 0 0 0 4
0 1 0 0
100 9000 30 -1 8 750 0 0
880396203
A 12 10
A 20 10
E
either~
This heavy, thick chain of dull electrum feels warm and cool at the same

time as it rests in your hands.  It gleams with the sheen of magic

silver, almost white and nearly giving off light.

~
P
-1

#2537
silver triangle~
silver triangles~
~
~
with gleaming edges lies on the ground.~
with gleaming edges lie on the ground.~
~
~
Florian~
Florian~
8 2537 0 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
50 900 1 -1 10 1000 0 0
880406707
E
either~
Poured from pure silver, this small musical instrument is simple in

design.  Shaped like an equilateral triangle, the instrument has a looped

handle by which it can be held.  Attached to the handle is a metallic rod.

~
P
4 -1
ring strike sound~
triangle silver~
if( find_stat( ch, level ) < 45 ) {

  act_tochar( #empty, ch );

  act_notchar( #rempty, ch );

  }

else {

  act_tochar( #ring, ch );

  act_notchar( #rring, ch );

  wait( 1 );

  act_room( #resounds, ch );

  wait( 2 );

  if( mob_in_room( 1469, room ) )

    if( !rflag( status2, find_room( 48000 ) ) ) {

    act_room( #trans, ch );

    mob = mob_in_room( 1469, room );

    junk_mob( mob );

    mload( 1621, room );

    set_rflag( status2, find_room( 48000 ) );

    }

  }

~
E
ring~
You strike the side of the silver triangle with the metallic rod.

~
E
rring~
$n strikes the side of a silver triangle.

~
E
resounds~
A single, harmonious note resounds throughout the area.

~
E
trans~
The sand wyrm seems to grow more placid as it hears the harmonic note.

~
E
empty~
You ring the silver triangle, but the note proves sour.  Perhaps you lack

the focus and experience for the ritual.

~
E
rempty~
$n rings the silver triangle, but the note proves sour.

~
!
-1

#2538
pot of gold~
pots of gold~
~
~
rests here, newly uncovered.~
rest here, newly uncovered.~
small~
small~
Florian~
Florian~
8 2538 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
800 2000 1 -1 10 1000 0 0
880413560
E
either~
Overflowing with golden coins, this small, black iron pot rests on three

legs.  It also has a curving handle by which the pot can be carried. 

Each of the gold coins within the iron pot is much smaller than ordinary

gold coins.  The obverse of each coin is stamped with an image of a

grinning leprechaun while the reverse has a five-leaf clover on it.

~
P
-1

#2539
pot of gold~
pots of gold~
~
~
rests here, newly uncovered.~
rest here, newly uncovered.~
~
~
Florian~
Florian~
8 2539 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1600 4000 1 -1 10 1000 0 0
880413568
E
either~
Overflowing with golden coins, this black iron pot rests on three legs. 

It also has a curving handle by which the pot can be carried.  Each of

the gold coins within the iron pot is much smaller than ordinary gold

coins.  The obverse of each coin is stamped with an image of a grinning

leprechaun while the reverse has a five-leaf clover on it.

~
P
-1

#2540
pot of gold~
pots of gold~
~
~
rests here, newly uncovered.~
rest here, newly uncovered.~
large~
large~
Florian~
Florian~
8 2540 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 7500 1 -1 10 1000 0 0
880413575
E
either~
Overflowing with golden coins, this large, black iron pot rests on three

legs.  It also has a curving handle by which the pot can be carried. 

Each of the gold coins within the iron pot is much smaller than ordinary

gold coins.  The obverse of each coin is stamped with an image of a

grinning leprechaun while the reverse has a five-leaf clover on it.

~
P
-1

#2541
tail~
tails~
~
~
wiggles gently on the ground.~
wiggle gently on the ground.~
crudely carved serpent~
crudely carved serpent~
Slip~
Slip~
0 2541 0 0 16385 0
0 0 2 0 0 0 4
55 19 0 0
100 0 1 -1 10 100 0 0
880440177
E
either~
This broken piece of walnut seems to have been part of a rather crudely

carved serpent of some kind.  The wood is excellent but the craftsmanship

is unremarkable, even rather bad.  Strangely enough, the tail seems to

wriggle a bit as you look at it.

~
P
4 -1
touch~
serpent tail misshapen crude~
loop( followers )

{

mob = rch;

if( mob == mob_in_room( 1786, room ) )

{

act_tochar( #ptouch, ch );

act_notchar( #otouch, ch );

wait(1);

if( mob == mob_in_room( 1786, room ) )

{

act_room( #shrink, ch );

obj_to_char( oload( 1950 ), ch );

junk_mob( mob );

junk_obj( obj, 1);

end;

}

else

{

act_tochar( #pgone, ch );

act_notchar( #ogone, ch );

end;

}

act_tochar( #nothere, ch );

end;

}

}

act_tochar( #nothere, ch );

~
E
ptouch~
@CYou bend down and touch a misshapen serpent's tail stub with a crudely

carved serpent tail.@n 

~
E
otouch~
@C$n bends down and touches a misshapen serpent's tail stub with a

crudely carved serpent tail.@n 

~
E
nothere~
You have to be in a room with your pet serpent and no others to do that.

~
E
shrink~
@BThe crudely carved tail melds with the misshapen serpent's tail stub as

the serpent shrinks and becomes wooden.@n 

~
E
pgone~
You can't seem to catch the misshapen serpent.  It seems to be moving

around too much.

~
E
ogone~
@BCan't seem to catch the misshapen serpent and gives up.@n

~
!
-1

#2542
blanket~
blankets~
soft, velvety~
+of bliss~
is lying on the ground here.~
are lying on the ground here.~
~
~
Marek~
Fenlyn~
9 2542 -1878786048 8 9 0
0 0 16 805306384 0 0 8
0 3 0 0
350 14000 40 -1 3 400 0 0
880483907
A 1 -5
A 2 -5
A 22 23
A 20 23
A 21 23
E
either~
This blanket is...  amazingly soft.  Your fingers seem to melt directly

into its thick, velvety surface, bringing a strange lethargy to to your

limbs, conjuring images of blissful sleep...

~
P
4 -1
~
~
if( random( 1, 2 ) == 1 ) {

  interpret( ch, "say Slothfullness casts into a deep sleep, and a proud man shall suffer..." );

  wait( 1 );

do_spell( mists of sleep, ch, ch );

  }

~
!
-1

#2543
twilight~
twilight~
~
~
glitters with a faint light.~
glitter with a faint light.~
phial of~
phials of~
Orb~
Orb~
8 2543 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
10 15000 1 -1 10 1000 0 0
880513354
E
either~
This tiny crystal phial contains what appears to be pure twilight.  The

faint bluish glow which the phial exudes lights a small area around it.

~
P
-1

#2544
robes~
robes~
emerald and azure~
+of prophecy~
lies here, its swirling colors moving in chaotic patterns.~
lie here, their swirling colors moving in chaotic patterns.~
set of~
sets of~
Orb~
Fenlyn~
9 2544 0 0 9 3080192
0 0 0 128 268435456 0 4
0 5 0 0
200 44000 80 -1 9 300 0 0
880514690
E
either~
These long, voluminous robes are made of the finest silk.  Enchanted with

a subtle magic, the azure and emerald colors swirl and churn slowly,

always moving.  A faint emerald aura radiates out from the robes.

~
P
-1

#2545
medallion~
medallions~
heart-shaped~
+of the pure heart~
lies here, shimmering softly.~
lie here, shimmering softly.~
~
~
Marek~
Jimbalaya~
9 2545 426048 8 5 268435456
0 0 262144 64 0 0 4
0 2 0 0
150 15000 40 -1 5 800 0 0
880517646
A 4 1
A 12 20
E
either~
Hanging on a fine chain, this heavy medallion in pure, smooth gold is

crafted into the traditional heart-shape.

~
P
-1

#2546
sword~
swords~
silver and sable bastard~
+of glory~
quivers with a life of its own.~
quiver with lives of their own.~
~
~
Orb~
Orb~
5 2546 0 0 8193 2146304
0 0 147456 0 0 0 4
0 2 19 2
700 36000 70 -1 8 1000 0 0
880518598
E
either~
This lovely sword is made of a silvery alloy, harder than steel.  The

blade extends out from the onyx hilt, gleaming faintly with its own

silvery light.

~
P
7 -1
~
~
act_tochar( #wield, ch );

wait( 1 );

i = 1d3;

if( i == 1 )

act_tochar( #first, ch );

if( i == 2 )

act_tochar( #second, ch );

if( i == 3 )

act_tochar( #third, ch );

~
E
wield~
As you take the silvery sword in your hands, a myriad of bright images

assaults your vision.

~
E
first~
Mounted on a blood-bay gelding, you try to force your way into a mob of

riders, howling with laughter, utterly berserk, as you swing and parry

with a blood-running sword.  The man inside the mob can barely lift his

weapon; he turns desperately in his saddle.  Slashing and hacking, you

cut your way to the man's side, just in time to catch him as he falls,

his glazed eyes staring into yours...

~
E
second~
"Coward!"  You scream furiously at the man's retreating back.  Rage steals

your voice and you begin to give chase.  Hitting hard, slashing, barely

remembering to parry, you lunge for the man in your way.  It is a battle

of nerves which you win.  He falls back and you make haste after the

retreating base-born coward.

@IYounger, and faster, than your enemy, you quickly catch him up and as he

turns to fight, you see the terror in his eyes.  A lovelier sight, you've

never seen.  The faster by far, you dodge his clumsy attack and stab in

from the side.  Blood wells from the wound on his arm.  He falls to his

knees shrieking something about mercy.  You allow yourself a cold smile,

then thrust forward strongly, shattering his mail and plunging your sword

into his heart.

~
E
third~
@IArrows sing out from the walls, then again, and again.  The lead horses

rear, screaming in agony, then go down hard, rolling on their sides as

arrows come incessantly.  Horses behind them buck and kick; men yell and

swear.  The arrows fly again, a noiseless rain of death.  You spur your

mount forward, screaming out for the glory of Ri'lahl.  Brandishing your

sword, a red haze descends across your vision.  Utterly berserk, a choking

laugh bubbles from your throat as an arrow pierces your chest.  You look

down and can see the feathered shaft protruding from your rib cage.  You

laugh at the absurdity of it all, then call Ri'lahl's war cry again as you

fall from the saddle.

~
!
3 -1
~
~
if( random( 1, 10 ) == 6 ) {

  act_tochar( #hit, ch );

  act_notchar( #rhit, ch );

  attack( ch, victim, 19d2, "slash" );

  }

~
E
hit~
@BThe sword twists in your grasp, pulling you forward to strike again!

~
E
rhit~
@BThe sword twists in $n's grip, pulling $m forward to strike again!

~
!
-1

#2547
basket~
baskets~
hand-woven~
village's bread~
lies on the ground here.~
lie on the ground here.~
~
~
Marek~
Conner~
8 2547 8 0 1 0
0 0 512 0 0 0 4
7500 6 -1 -1
250 10000 25 -1 10 1000 0 0
880518923
E
either~
A hand-woven basket, suitable for carrying bread and other picnic items.

~
P
4 -1
search~
basket~
if( !cflag( 71, ch ) ){

  i = random( 1, 8 );

  if( i == 1 ){

    obj_to_char( oload( 28 ), ch );

    act_tochar( #bread, ch );

    act_notchar( #obread, ch );

    }

  if( i == 2 ){

    obj_to_char( oload( 743 ), ch );

    act_tochar( #bread, ch );

    act_notchar( #obread, ch );

    }

  if( i == 3 ){

    set_cflag( 71, ch );

    act_tochar( #nx-bread, ch );

    act_notchar( #onx-bread, ch );

    }

  if( i == 4 ){

    obj_to_char( oload( 1583 ), ch );

    act_tochar( #bread, ch );

    act_notchar( #obread, ch );

    }

  if( i > 4 ){

    obj_to_char( oload( 53 ), ch );

    act_tochar( #bread, ch );

    act_notchar( #obread, ch );

    }

  end;

  }

act_tochar( #nx-bread, ch );

act_notchar( #onx-bread, ch );

~
E
bread~
You root around in the basket, and pull out some bread.

~
E
obread~
$n roots around in a basket, and pulls out some bread.

~
E
nx-bread~
You root around in the basket, but find no bread.

~
E
onx-bread~
$n roots around in a basket, but finds nothing.

~
!
4 -1
sit rest sleep meditate~
~
if( random( 1, 20 ) == 1 )

  remove_cflag( 71, ch );

continue;

~
E
smell~
You smell the scents of freshly baked bread.

~
!
4 -1
quit~
~
remove_cflag( 71, ch );

continue;

~
!
-1

#2548
battle standard~
battle standards~
glimmering~
mystic~
lies crumpled on the ground.~
lie crumpled on the ground.~
~
~
Marek~
Talis~
4 2548 64 4 16385 0
0 0 18 2 4 0 4
0 2 2 7
200 5000 20 -1 6 600 0 0
880524581
E
either~
A glistening battle standard, small enough for one man to hold while

fighting.  The cloth of the standard glimmers, its emblem difficult to

make out until it is held proudly aloft.

~
P
7 -1
~
~
act_tochar( #standard, ch );

act_notchar( #o-standard, ch );

~
E
standard~
@RThe standard glimmers, and your personal emblem appears upon it!

~
E
o-standard~
@RThe standard glimmers, and $n's personal emblem appears upon it!

~
!
-1

#2549
crystalline candle~
crystalline candles~
~
~
refracts a myriad of rainbows through the room.~
refract a myriad of rainbows through the room.~
~
~
Orb~
Orb~
1 2549 0 0 1 0
0 0 32 0 0 0 4
0 0 40 0
10 400 20 -1 10 1000 0 0
880530894
A 12 20
E
either~
This small sphere of crystal has been filled with a rose-colored oil.  A

white wick dips down into the oil and a tiny flame burns at its tip.  The

facetted glass refracts thousands of tiny rainbows in every direction.

~
P
-1

#2550
yeti hide cloak~
yeti hide cloaks~
~
~
lies here in a heap.~
lie here, bundled together in a heap.~
~
~
Terek~
Fenlyn~
9 2550 268435456 4 9 0
0 0 4 0 0 0 8
0 5 0 0
700 17500 45 -1 6 600 0 0
880531125
A 8 10
A 1 1
E
either~
This heavy cloak is made of several thick yeti hides sewn together with

large black stitching.  The fur of the hides has been groomed and

cleaned, making its snow-white color stand out more.  Across the neck of

the cloak is a silver cloak clasp which has two small red rubies tied to

the drawstring.

~
P
-1

#2551
altar of deep ebony wood~
altars of deep ebony wood~
~
~
sits here in the center of the dais.~
sit here in the center of the dais.~
~
~
Orb~
Orb~
36 2551 68 0 0 0
0 0 2 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
880531223
E
either~
This simple altar is constructed of a deep, black wood.  Polished to a

subdued lustre, the surface of the altar is carved with symbols and

shapes, each with an emphasis on eight sides, or sets of eight lines

together.  The script is unknown to you.

~
P
-1

#2552
amethyst bracelet~
amethyst bracelets~
~
~
has been left here, twinkling in the light.~
have been left here, each twinkling in the light.~
~
~
Terek~
Fenlyn~
9 2552 0 0 4097 0
0 0 64 0 0 0 8
0 2 0 0
120 1000 5 -1 10 1000 0 0
880533762
A 18 1
E
either~
This beautifully crafted bracelet is made from several small green

amethysts which twinkle in the light.  Each of the stones has been finely

chiseled into small ovals and polished to a high shine.  One amethyst

stands out more than the others as it is considerably larger than all the

others and has a bluish hue.

~
P
-1

#2553
strip of elf skin~
strips of elf skin~
~
~
lies here, covered in blood.~
lie here in a pile, oozing with blood.~
~
~
Terek~
Terek~
34 2553 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
200 100 1 -1 10 1000 0 0
880534314
E
either~
This piece of blood-covered flesh is from the wood elves common to the

Vaasa.  The skin is very thin and translucent, making it useless for any

use in armor or clothing.  The skin has a greyish hue about it, like that

of ashes from a burning log.

~
P
-1

#2554
waterskin made from elf skin~
waterskin made from elf skins~
~
~
lies upon the ground.~
lie upon the ground.~
~
~
Terek~
Marek~
17 2554 0 0 16385 0
0 0 4 0 0 0 4
330 0 0 0
40 150 1 -1 10 500 0 0
880534693
E
either~
This small, very light-weight waterskin is made from the skin of several

wood elves.  It has a grey-white hue about it and quite thin allowing you

to see how much liquid it contains.  A small cork stopper sits atop it,

sealing the liquid in and preventing any leaks.

~
P
-1

#2555
staff~
staffs~
silver and sable~
+of valor~
pulses with a life of its own.~
pulse with a life of its own.~
~
~
Orb~
Orb~
5 2555 0 0 8193 983040
0 0 2 32770 0 0 4
0 3 12 4
500 1625 70 -1 8 650 0 0
880579524
E
either~
This silvery staff is about four feet long and nearly three inches thick. 

It glows with a very faint light, streaking along the sable length of

wood.

~
P
0 -1
~
~
if( random( 1, 10 ) == 5 ) {

  act_tochar( #shift, ch );

  act_notchar( #rshift, ch );

  i = 12d3;

  modify_mana( ch, i );

  }

~
E
shift~
@eA flash of bluish flame blazes up the length of the staff as you strike

your foe.@n 

~
E
rshift~
@eA flash of bluish flame blazes up the length of $n's staff as $e

strikes $s foe.@n 

~
!
-1

#2556
plush leather chair~
sit behind the desk.~
~
~
rests behind the desk.~
~
~
~
Rue~
Rue~
35 2556 33619968 0 0 0
0 0 6 0 0 0 4
1 0 0 0
10 0 1 -1 10 1000 0 0
881201260
E
either~
A comfortable high-backed leather chair.  The carved arms are also padded

with leather, making this a most-comfortable chair.

~
P
-1

#2557
corpse of Darin Silveryblade~
corpses of Darain Silveryblade~
~
~
lies here, surrounded by a pale white aura.~
lie here, surrounded by a pale white aura.~
~
~
Terek~
Terek~
23 2557 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
7500 0 1 -1 10 1000 0 0
880628186
E
either~
The body of the slain knight Darin Silveryblade, although it has been

many years since his death his flesh and features remain unchanged.  His

eyes remain closed and his hands lie folded across his lap.  His corpse

still retains the armor he wore in battle which is covered in dried blood

and rittled with puncture marks made by a sword.  His long brown hair is

still neatly groomed and smells of apple blossoms.

~
P
-1

#2558
plate of thanksgiving fixin's~
plates of thanksgiving fixin's~
~
~
lies here, steaming.~
lie here, steaming.~
~
~
Marek~
Marek~
19 2558 -2130706432 0 1 0
0 0 516 0 0 0 4
70 1 0 0
300 10 1 -1 10 1000 0 0
880651043
E
either~
A plate heaping with stuffing, several slices of turkey, white and dark,

covered in gravy, fresh corn and cranberries, a nice cold pasta salad,

sweet potatoes, and some pie on the side.  You wonder if you can finish

it all.

~
P
-1

#2559
electrum mace~
electrum maces~
crimson and black~
+'Firetouch'~
lies partially buried beneath the ground.~
lie partially buried beneath the ground.~
~
~
Terek~
Marek~
5 2559 8388672 0 8193 8339456
0 0 81920 0 0 0 4
0 2 13 6
500 4500 60 -1 7 1000 0 0
880701773
E
either~
This long, sleek mace is made from reinforced electrum which has been

dyed a crimson and black color.  Flowing runes, each pulsing with a fiery

red aura, have been written across the surface of the mace.  The hilt of

the mace is wrapped with the hide of a red dragon and is warm to the

touch.  Upon the pommel, a dragon made of clear crystal has been placed,

grasping a blood-red colored ruby in its mouth.

~
P
3 -1
~
~
if( random( 1, 18 ) == 1 ) {

  i = 5d4+20;

  act_tochar( #pulse, ch );

  act_notchar( #pulse1, ch );

  attack_fire( ch, victim, i, "column of flame" );

  }

~
E
pulse~
@RThe mace's runes pulse rapidly and suddenly a column of flame leaps

from the mace and strikes your foe!

~
E
pulse1~
@RThe runes on $n's mace pulse rapidly and suddenly a column of flame

leaps from $s mace and strikes $s foe!

~
!
-1

#2560
fragment~
fragments~
+of dusky crimson limestone~
+of elemental earth~
glimmers and catches your eye.~
~
~
~
Khisanth~
Jimbalaya~
0 2560 8388672 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
30 5000 20 -1 10 1000 0 0
880768185
A 13 10
E
either~
The color of a dark, rich clay, this limestone sparkles in the light with

tiny golden flecks.  A quiet presence hovers about this sliver of stone,

giving an impression of the weight of mountains surrounding it.

~
P
-1

#2561
rusty iron strongbox~
rusty iron strongboxes~
~
~
quietly corrodes into nothingness.~
quietly corrode into nothingness.~
~
~
Khisanth~
Khisanth~
15 2561 8388608 0 0 0
0 0 4096 0 0 0 4
50 0 0 500
10 0 1 -1 10 1000 0 0
880769148
E
either~
Made of pure iron, a formidable chest rests undisturbed in the center of

the room.  A rusted lock seems to be more fused to the pitted and scarred

iron than surround this strongbox, as if it once was capable of actually

keeping its contents secure.

~
P
-1

#2562
fragment of shadow~
fragment of shadows~
~
~
lies here, constantly changing its shape.~
lie here, forming a vortex of shadows.~
~
~
Terek~
Terek~
0 2562 4 0 16385 0
0 0 512 0 0 0 4
0 0 0 0
10 1000 1 -1 10 1000 0 0
880804179
E
either~
Nothing more than a mere hand-sized ball of shadows, this strange object

has no shape as it always moving....morphing.  Tiny speckles of a silvery

powder can be seen within the shadows yet they do not seem to be solid. 

An aura of power pulses from the fragment of shadow, testament to its

link with the plane of shadows.

~
P
-1

#2563
shortsword~
shortswords~
thick iron~
+'of swinging'~
lies here.~
lie here.~
~
~
Phule~
Orb~
5 2563 8388608 0 8193 0
1 0 4096 0 0 0 4
0 4 3 2
325 2400 20 -1 10 900 0 0
880925934
A 18 1
E
either~
The image of a pendulum is inscribed into the pommel of this thick iron

shortsword.  It feels very light in your hand.

~
P
3 -1
~
~
if( random( 1, 3 ) == 4 )

  attack_weapon( ch, victim, 1d3, "punch" );

~
!
-1

#2564
serrated iron shortsword~
serrated iron shortswords~
~
~
lies here.~
lie here.~
~
~
Phule~
Marek~
5 2564 8388608 0 8193 0
1 0 4096 0 0 0 4
0 3 3 2
200 1800 15 -1 10 900 0 0
880929028
E
either~
This thick iron shortsword has a nice heft to it.  It balances well in

your grip.  Its edge is cut into a serrated blade which is quite

nasty-looking.  Its hilt is ash, with a strip of alligator skin wrapped

around it for a better grip.

~
E
approve~
Approved with level 5 damage (cf. shortsword chart)

~
E
custom~
Requires: 6 iron ingots, oak log, alligator skin

~
P
3 -1
~
~
if( random( 1, 7 ) == 4 ) {

  send_to_room( #sword, room );

  act_tochar( #rip, ch, obj );

  act_notchar( #rrip, ch, obj );

  i = 2d3+1;

  dam_message( victim, i, "the vicious tearing" );

  inflict( victim, ch, i );

  }

~
E
sword~
@WThe serrated blade sinks deeply.@n

~
E
rip~
@eYou @Rrip@e out $p, tearing the flesh of your victim.@n

~
E
rrip~
@e$n @Rrips@e out $p, tearing the flesh of $s victim.@n

~
!
-1

#2565
book~
books~
~
~
~
~
~
~
Talis~
Talis~
1 2565 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
881012942
E
either~
Talis needs to describe this.

~
P
-1

#2566
heavy canvas pack~
heavy canvas packs~
~
~
lies here.~
lie here.~
~
~
Phule~
Marek~
15 2566 268435456 12 9 0
0 0 16 0 0 0 4
78 1 0 0
800 250 1 -1 1 500 0 0
881025933
E
either~
This heavy canvas pack has thick shoulder straps and can probably hold a

large amount of equipment and supplies.  It is padded and should probably

sit comfortably, not restricting movement too much.

~
P
-1

#2567
falchion~
falchions~
notched~
notched~
lies here.~
lie here.~
~
~
Phule~
Orb~
5 2567 0 0 8193 2146304
1 0 8192 0 0 0 4
0 5 3 2
450 5000 25 -1 3 1000 0 0
881245953
E
either~
This light falchion is made from crude steel, pounded roughly into its

curved shape.  The back of the blade is notched wickedly.  The handle is

a large bone.

~
E
custom~
yeti foot, 3 blocks of steel (cyclops),

~
P
3 -1
~
~
i = random( 1, 14 );

if( i > 11 ) {

  act_tochar( "@GYou spin the falchion with your wrists, slashing again.@n", ch );

  act_notchar( "@G$n spins the falchion with $s wrists, slashing again.@n", ch );

  attack_weapon( ch, victim, 1d4, "punch" );

  }

if( i == 1 ) {

  i = random( 9, 20 );

  if( i > find_stat( victim, dex ) ) {

    act_tochar( "@RYou bring the blade back, catching its wicked notch on your foe.@n", ch );

    act_notchar( "@R$n brings $s blade back, catching its wicked notch on $s foe.@n", ch );

    i = 1d3+7;

    dam_message( victim, i, "The wicked slash" );

    inflict( victim, ch, i, "disembowelment" );

    }

  }

~
!
-1

#2568
cork stopper~
cork stoppers~
~
~
wedged to fit in a vial sits on the ground here.~
wedged to fit in vials sit on the ground here.~
~
~
Florian~
Florian~
0 2568 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
3 25 1 -1 10 1000 0 0
888460060
E
either~
This small piece of cork has been wedged and shaped so that it might fit

snuggly inside a vial or a bottle.  Though spongy, the cork is not porous

enough to be very permeable.  The top of the cork has been burned with a

dark sigil.

~
E
dark sigil~
The dark sigil upon the top of the cork is shaped like a 'Z.' Remnants of

charred cork dust still flake around the edges of the sigil.

~
P
-1

#2569
small coral key~
small coral keys~
~
~
~
~
~
~
Sign~
Sign~
18 2569 0 4 1 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
881541264
E
either~
This small key is made of fine blue coral.

~
P
-1

#2570
centaurian war bow~
centaurian war bows~
~
~
lies upon the ground, its oaken frame gleaming.~
lie upon the ground, their oaken frames gleaming.~
~
~
Terek~
Terek~
5 2570 0 0 8193 0
0 0 2 0 0 0 4
0 2 10 9
400 1000 30 -1 10 1000 0 0
881589359
E
either~
Made from highly-polished oak, this centaurian war bow is a deadly weapon

in the hands of an archer.  It's bowstring is made from a thin, silken

thread which is barely visible.  Several centaurian runes and glyphs have

been etched along the wood which glow with a green aura.

~
P
-1

#2571
worn and sand scarred sign~
worn and sand scarred signs~
~
~
~
~
~
~
Sign~
Sign~
0 2571 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
881630370
E
either~
This small sign stands firmly in the sand.  Wind and sand have long ago

scarred its surface.

~
P
-1

#2572
wooden cupboard~
wooden cupboards~
~
~
~
~
~
~
Rue~
Rue~
15 2572 65536 0 0 0
0 0 2 0 0 0 4
10 13 62 0
10 0 1 -1 10 1000 0 0
881636346
E
either~
The small wooden cupboard is mounted on the wall.  It appears quite

sturdy, and has a small keyhole.

~
P
-1

#2573
dusty table~
dusty tables~
~
~
~
~
~
~
Rue~
Rue~
36 2573 65536 0 0 0
0 0 2 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
881637372
E
either~
This small dusty table sits alongside the wall.  Nothing but dust sits on

its scratched and stained top.

~
P
-1

#2574
cigar~
cigars~
~
~
sits on the floor.~
sit on the floor.~
~
~
Rue~
Rue~
1 2574 68157440 4 1 0
0 0 512 0 0 0 4
0 0 15 0
10 0 1 -1 10 1000 0 0
881648993
E
either~
A nice, thick cigar made from the finest tobacco.

~
P
4 -1
smoke~
cigar~
act_tochar( #smoke, ch );

act_notchar( #rmsmoke, ch );

wait( 2 );

act_tochar( #exhale, ch );

act_notchar( #rmexhale, ch );

~
E
smoke~
You puff on the cigar, its musty smoke filling your mouth.

~
E
rmsmoke~
$n puffs on a thick cigar.

~
E
exhale~
You exhale a thick cloud of smoke.

~
E
rmexhale~
$n exhales a cloud of musty-scented smoke.

~
!
-1

#2575
desk~
desks~
~
~
~
~
~
~
Rue~
Rue~
36 2575 65536 0 0 0
0 0 2 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
881651418
E
either~
The top of the desk is covered with small stacks of papers and a few open

notebooks.  A stained-glass lamp sits on one corner and a few pictures in

frames decorate the top of the desk.

~
P
-1

#2576
blueberry bush~
blueberry bushs~
~
~
with green leaves and a few white flowers left.~
with green leaves and white flowers.~
~
~
Talis~
Talis~
0 2576 0 0 0 0
0 0 2 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
881679127
E
either~
Desc is handled by an object code as it changes with status of berries.


Requires reset 2 in the room to be free to work properly.

~
P
4 -1
pick~
berry berries blueberry blueberries fruit~
if( is_player( ch ) ) {

  if( rflag( reset2, room ) ) {

    if( random( 1, 5 ) < 2 ) {

      obj_to_char( oload( 2578 ), ch );

      send_to_char( #last, ch );

      remove_rflag( reset2, room );

      }

    else {

      obj_to_char( oload( 2578 ), ch );

      send_to_char( #ch, ch );

      }

    }

  else

    send_to_char( #none, ch );

  }

else

  act_tochar( #no_hands, ch );

~
E
last~
You pick the last handful of lush blue berries from the bush.

~
E
ch~
You pick a handful of lush blue berries from the bush.

~
E
none~
There are no berries on the bush.

~
E
no_hands~
You don't have hands to pick or carry the fruit.

~
!
4 -1
1 look~
bush blueberry~
if( !rflag( reset2, room ) )

  send_to_char( #none, ch );

else

  send_to_char( #ch, ch );

~
E
none~
The rambling bush stands as high as twelve feet in places, though it is

wider by far than it is tall.  The older bark is rough and flaky, while

the newer bark is smooth and covered in smooth green leaves.  A

smattering of pink-tinged white flowers grow in clusters that will become

blueberries in time.

~
E
ch~
The rambling bush stands as high as twelve feet in places, though it is

wider by far than it is tall.  The older bark is rough and flaky, while

the newer bark is smooth and covered in smooth green leaves.  Lush

blue berries grow in clusters about the bush.

~
!
-1

#2577
gardening shears~
gardening shears~
~
~
look sharp and new.~
look sharp and new.~
~
~
Merior~
Merior~
8 2577 11665536 4 1 0
0 0 0 0 0 0 0
0 0 0 0
100 50 20 -1 10 1000 0 2293760
897911836
E
either~
Two iron blades form these shears, their inner edges polished to a sharp

edge.  Large circles have been formed to provide a comfortable place to

grasp them.

~
P
-1

#2578
handful of blueberries~
handful of blueberriess~
~
~
lay scattered about the ground.~
lay in a mound on the ground.~
~
~
Talis~
Talis~
19 2578 0 0 1 0
0 0 512 0 0 0 4
15 0 0 0
30 0 1 -1 10 1000 0 0
881680874
E
either~
Lush, little berries of the deepest @Bblue@n like the dark of a moonlit

night.  Individually they wouldn't make much of a meal, but a handful

like this might be enough to tide you over until your next fare.

~
P
-1

#2579
~
~
ancient leather-bound tome~
ancient, leather-bound tome: 'Treatise on Mystic Circles'~
draws your attention to it.~
draw your attention to it.~
~
~
Marek~
Marek~
37 2579 0 0 1 0
0 0 5 0 0 0 4
0 0 0 0
10 0 20 -1 1 1000 0 0
881695350
E
before~
An ancient, leather-bound tome.  The writing on the cover of the tome, as

well as within the pages, is completely indecipherable to you; in fact

the words themselves seem to physically move about on the page, making

them not only illegible, but giving you a headache in the process.

~
E
after~
An ancient, leather-bound tome, the title of which appears to be 'A

Treatise on the Use of Mystic Circles'.  On the pages of the tome are

many long, very dry dissertations on the theories behind mystic circles,

pentagrams, and magick triangles.  The only truly interesting entry

details a teleportation ritual requiring a permanent mystic circle,

flint, nightshade, and a simple bronze cup.

~
P
-1

#2580
ring~
rings~
large crystal~
crystalline dodecahedron~
~
~
~
~
Sign~
Jimbalaya~
9 2580 0 4 3 0
0 0 262208 0 0 0 4
0 3 0 0
10 20000 50 -1 10 300 0 0
881695780
A 18 2
A 19 1
E
either~
This small golden ring has a large dodecahedron shaped crystal attachted

to it.  Light gleams and reflects brightly off its polished surface.

~
P
-1

#2581
woodsman's axe~
woodsman's axes~
~
~
rests on the ground.~
rest on the ground.~
~
~
Rue~
Orb~
5 2581 0 0 8193 3194912
1 0 8192 0 0 0 4
0 4 5 8
575 4200 20 -1 10 1000 0 0
881703131
E
either~
The slight curve of the yellow-stained hickory-wood handle is pleasing to

the eye.  Atop the wooden haft, a sharp steel axe head has been attached. 

The axe head is covered with decorative etchings.  At the base of the

haft, a leather strap wraps around the shaft, allowing for an easier grip.

~
P
-1

#2582
tome of dispel magic~
tomes of dispel magic~
~
~
lies upon the ground, pulsing with a blue aura.~
lie upon the ground, each pulsing with a blue aura.~
~
~
Terek~
Terek~
0 2582 67108864 4 16385 0
0 0 64 0 0 0 4
0 0 0 0
10 500 1 -1 10 1000 0 0
881722166
E
either~
This large stone tome has had several ancient writings etched into its

surface which pulse with a dim blue aura.  The tome is quite cold to the

touch and vibrates gently.  A single, elegantly written rune, pulsing

with a blue aura and humming loudly, has been etched onto the back of it.

~
P
-1

#2583
ruler of smacking~
ruler of smackings~
~
~
rests here, waiting...~
rest here, waiting...~
~
~
Rue~
Rue~
0 2583 0 0 16385 0
0 0 16384 0 0 0 4
0 0 0 0
50 0 1 -1 10 1000 0 0
881825432
E
either~
This gleaming, foot-long ruler is crafted from the finest mithril and

inlayed with black opal markings.

~
P
7 -1
~
~
act_tochar( #you, ch );

~
E
you~
As you hold the ruler, you feel the urge to crack some knuckles.

~
!
-1

#2584
runed ivory coffer~
runed ivory coffers~
~
~
glows faintly, covered in glistening black sigils.~
glow faintly, covered in glistening black sigils.~
~
~
Orb~
Orb~
8 2584 64 0 1 0
0 512 0 0 0 0 4
0 4 0 0
10 0 1 -1 10 1000 0 0
881892846
E
either~
The tiny box in your hand is made of thick off-white ivory.  Runes and

sigils are scrawled all over it, sealing the two halves of the box

against unauthorized opening.

~
P
0 -1
open~
coffer~
obj = has_obj( 2584, ch );

junk_obj( obj, 1 );

act_tochar( #open, ch );

act_notchar( #ropen, ch );

wait( 1 );

act_tochar( #boom, ch );

act_notchar( #rboom, ch );

i = 1d4;

if( i == 1 )

  do_spell( acid storm, ch, ch );

if( i == 2 )

  do_spell( chain lightning, ch, ch );

if( i == 3 )

  do_spell( meteor swarm, ch, ch );

if( i == 4 )

  do_spell( flame strike, ch, ch );

~
E
boom~
The coffer's protective spells fire, engulfing the room in an aura of

destructive magic!  The coffer disintegrates in your hand!

~
E
open~
Unable to contain your curiosity, you open the ivory coffer, hoping to

catch a small glimpse of the magic contained therein.

~
E
ropen~
Unable to contain $s curiosity, $n opens the ivory coffer, hoping to catch

a small glimpse of the magic contained therein.

~
E
rboom~
The coffer's protective spells fire, engulfing the room in an aura of

destructive magic!  The coffer disintegrates in $n's hand!

~
!
-1

#2585
fragment of limestone~
fragments of limestone~
~
~
rests among the rubble.~
rest among the rubble.~
~
~
Khisanth~
Khisanth~
13 2585 -2147483648 0 1 0
0 0 64 0 0 0 4
0 0 0 0
20 0 1 -1 10 1000 0 0
881954758
E
either~
A sharp piece of a bright subterranean limestone.

~
P
-1

#2586
raven~
ravens~
~
~
~
~
~
~
Rue~
Rue~
0 2586 -1875898368 4 257 0
0 0 768 0 0 0 4
0 0 0 0
1500 0 1 -1 10 1000 0 0
881995814
E
either~
Oily black feathers cover this large bird.  His black, slightly curved

beak sits just below two intelligent citrine eyes.  His head is cocked at

a slight angle as he regards you slowly.

~
P
4 -1
remove~
raven~
mload( 1747, room );

act_tochar( #got, ch );

act_notchar( #rmgot, ch );

junk_obj( has_obj( 2586, ch ), 1 );

~
E
got~
The raven flies off your shoulder.

~
E
rmgot~
A raven flies off $n's shoulder.

~
!
10 -1
~
~
act_tochar( #ruffle, ch );

act_notchar( #rmruffle, ch );

~
E
ruffle~
The raven ruffles his feathers and hops to one side.

~
E
rmruffle~
The raven on $n's shoulder ruffles its feathers and fidgets slightly.

~
!
-1

#2587
finger bone~
finger bones~
~
ring~
lies on the ground, pointing east.~
lie on the ground, pointing east.~
~
~
Florian~
Caer~
34 2587 0 4 1 0
0 0 128 0 0 0 4
0 0 0 0
20 50 1 -1 10 650 0 0
882084255
E
before~
The origins of this bone are somewhat nebulous.  Its size and shape

relates it to a humanoid fingerbone, but of what specific race of bipeds

that have gripping hands, you are uncertain.  In a couple of places, the

finger bone bears gnaws marks which graze just the surface of the

skeletal fragment.

~
E
after~
On closer examination, this finger bone looks like it was once the ring

finger of some gnome or halfling.  Its structure is too delicate to be of

dwarven origin.  The finger looks like it was chewed off.

~
P
-1

#2588
purple desert blossom~
purple desert blossoms~
~
~
with six spiked petals lies here, all alone.~
with six spiked petals each, lie in a small pile.~
~
~
Florian~
Fenlyn~
11 2588 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
5 50 1 -1 10 1000 0 0
882085739
E
either~
This delicate purple flower has six long, spiked petals and a rich,

golden center that looks as soft as a androsphinx's mane.  Its stem,

which is pale and green, coils about like a viper.  Flecks of sand still

cling to its satin-soft petals.

~
P
-1

#2589
pickaxe~
pickaxes~
~
~
rests on the ground.~
rest on the ground.~
small~
small~
Rue~
Orb~
5 2589 0 32 8193 1064960
1 0 0 0 0 0 4
0 2 3 8
200 250 1 -1 3 1000 0 0
882119519
E
either~
This small weapon has a sharp pick on one end and the other is a

nasty-looking chisel.  The worn handle is made of sturdy oak.

~
P
-1

#2590
striped stocking cap~
striped stocking caps~
~
~
has been dropped on the ground.~
have been dropped on the ground.~
~
~
Rue~
Olah~
9 2590 -2147483648 0 17 0
0 0 16 0 0 0 4
0 2 0 0
50 50 1 -1 1 400 0 0
882128382
E
either~
This is a worn red and white cotton cap.  It is about a foot long,

tapering to a point that falls down behind your head.

~
P
-1

#2591
supply cabinet~
supply cabinets~
~
~
is mounted against the wall.~
are mounted against the wall.~
~
~
Fenlyn~
Fenlyn~
15 2591 65536 0 0 0
0 0 0 0 0 0 4
70 15 2592 0
10000 0 1 -1 10 1000 0 0
882128515
E
either~
Strong and durable metal melted together by an intense heat makes up the

exterior of this cabinet specially made for storage.  Protecting its

contents is a very large steel lock across the cabinet's doors.

~
P
-1

#2592
cabinet key~
cabinet key~
~
~
lies on the ground.~
lie on the ground.~
~
~
Fenlyn~
Fenlyn~
18 2592 8388608 36 1 0
0 0 0 0 0 0 4
0 0 0 0
20 0 1 -1 10 1000 0 0
882129810
E
either~
About four inches in length, the key appears that it can only fit a lock

as big as it.  On the head of the key a small "G" is engraved.

~
P
-1

#2593
rack of lamb~
racks of lamb~
~
~
rots on the ground.~
rot away on the ground.~
~
~
Fenlyn~
Fenlyn~
19 2593 0 0 1 0
0 0 512 0 0 0 4
35 -1 0 0
300 50 1 -1 10 1000 0 0
882162849
E
either~
Carved from the side of a rather large lamb, this rack appears very meaty

around the bone and has very little fat.

~
P
-1

#2594
platter of assorted meats~
platters of assorted meats~
~
~
awaits someone's stomach.~
lie here.~
~
~
Fenlyn~
Fenlyn~
19 2594 0 0 1 0
0 0 512 0 0 0 4
40 -1 0 0
350 100 1 -1 10 1000 0 0
882164027
E
either~
Several different meats are neatly arranged on the platter including

strips of turkey and ham.  In the center of the platter are several round

slices of sausage.

~
P
-1

#2595
carved wooden cup~
carved wooden cups~
~
~
sits here.~
sit here.~
~
~
Fenlyn~
Fenlyn~
17 2595 0 0 1 0
0 0 2 0 0 0 4
50 50 0 0
30 50 1 -1 10 1000 0 0
882166873
E
either~
This cup is made from a particularly low grade pine wood, but it is

sufficient enough to hold a couple cups of liquid nourishment.

~
P
-1

#2596
rough-bronze key~
rough-bronze keys~
~
~
sits here, forgotten in the dust.~
sit here, forgotten in the dust.~
~
~
Rue~
Rue~
18 2596 0 4 1 0
0 0 2048 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
882220671
E
either~
This bronze key is rough and tarnished.  Whoever cast it had a lot to

learn about the metal casting trade.

~
P
-1

#2597
belt~
belts~
flowered white rope~
+of vitality~
is lying in a pile on the ground.~
are lying in a tangled pile on the ground~
~
~
Phule~
Fenlyn~
9 2597 536870912 8 2049 268435456
0 0 16 -2147483648 0 0 4
0 1 0 0
100 14000 40 -1 6 400 0 0
882229262
E
either~
A white rope belt, braided with lily and heather and feather.  The white

glow of goodly magic emanates from it.  Its clasp is pure silver.

~
E
custom~
white rope belt, tulip, heather, lily, block of silver ore

~
P
-1

#2598
black hood~
black hoods~
~
~
is on the ground.~
are on the ground.~
~
~
Rue~
Marek~
9 2598 -2147483648 0 17 0
0 0 16 4 0 0 4
0 0 0 0
10 0 1 -1 10 400 0 0
882231685
E
either~
A plain black hood made from thick, black cotton.  It has no eyeholes or

other means of seeing when worn.

~
P
-1

#2599
purple herb~
purple herbs~
~
~
sticks up curiously from the ground.~
stick up curiously from the ground.~
~
~
Fenlyn~
Fenlyn~
11 2599 1048576 4 1 0
0 0 512 0 0 0 4
1 0 0 0
2 0 1 -1 10 1000 0 0
882254317
E
either~
The small purple herb has five petals sticking out of the stem.  As each

petal gets further away from the stem, the color turns a lighter shade of

purple.

~
P
-1

#2600
necklace~
necklaces~
+of white eagle feathers~
+of white eagle feathers~
lies here.~
lie here.~
~
~
Phule~
Phule~
9 2600 0 0 1 0
0 0 0 0 0 0 4
0 1 0 0
80 0 10 -1 10 1000 0 0
882293074
A 18 1
A 13 5
E
either~
The necklace is a simple leather cord, ringed by several white eagle

tailfeathers.  A rabbit's foot dangles as its pendant.

~
E
custom~
moose hide (for cord), 4 eagle tailfeathers, rabbit's foot

~
P
-1

#2601
great coral throne~
great coral thrones~
~
~
stands before the western wall.~
~
~
~
Sign~
Sign~
35 2601 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
882322357
E
either~
This massive throne is carved of fine coral.  Strands of gold weave their

way through its surface creating a mesh of color.

~
P
-1

#2602
overthrown coral thrown~
overthrown coral throwns~
~
~
~
~
~
~
Sign~
Sign~
1 2602 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
882322635
E
either~
Sign needs to describe this, I guess. :)

~
P
-1

#2603
overthrown coral throne~
overthrown coral throne~
~
~
~
~
~
~
Sign~
Sign~
35 2603 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
100000 0 1 -1 10 1000 0 0
882322724
E
either~
This massive throne is carved of fine coral.  Strands of gold weave their

way through its surface creating a mesh of color.

~
P
-1

#2604
bardiche~
bardiches~
~
~
rests on the floor.~
rest on the floor.~
~
~
Rue~
Rue~
5 2604 16384 32 8193 3751936
1 0 2 0 0 0 4
0 3 5 5
700 2200 1 -1 2 1000 0 0
882331494
E
either~
A long wooden haft is connected to a long-bladed axe.  It is a powerful

weapon capable of inflicting massive damage.

~
P
-1

#2605
dingy burlap dress~
dingy burlap dresses~
~
~
sits in a heap.~
sit in a heap.~
~
~
Rue~
Rue~
9 2605 0 0 9 0
0 0 0 0 0 0 4
0 1 0 0
250 10 1 -1 2 400 0 0
882334690
E
either~
This is a dingy dress made of burlap.  It looks uncomfortable and

unflattering.

~
P
-1

#2606
pair of yellow corduroy tights~
pairs of yellow corduroy tights~
~
~
lies upon the ground.~
lie upon the the ground.~
~
~
Rue~
Orb~
9 2606 -2147483648 0 33 0
0 0 16 0 0 0 2
0 1 0 0
10 0 1 -1 2 300 0 0
882370869
E
either~
This pair of pants is fashioned from a thick-banded corduroy.  They are

yellow, and the lacy fringe at the bottom of each ankle is quite

beautiful.

~
P
-1

#2607
feathered hat~
feathered hats~
~
~
sits lightly on the ground.~
sit lightly on the ground.~
~
~
Rue~
Olah~
9 2607 -2147483648 0 17 0
0 0 16 0 0 0 4
0 2 0 0
150 350 1 -1 2 300 0 0
882376206
E
either~
Made of a yellow crushed velvet, this feathered hat has a rakish style. 

From the slender red trim band a multi-hued peacock feather sits proudly.

~
P
-1

#2608
silk and lace handkerchief~
silk and lace handkerchiefs~
~
~
lies forgotten in the dust.~
lie forgotten in the dust.~
~
~
Rue~
Marek~
0 2608 0 0 16385 0
0 0 528 0 0 0 4
0 0 0 0
10 75 1 -1 9 200 0 0
882380969
E
either~
This small square of yellow silk has a gorgeous rim of intricate lace.

~
P
4 -1
sniff smell~
silk lace handkerchief~
if( has_obj( 2608, ch ) ) {

  act_tochar( #nsniff, ch );

  act_notchar( #rmsniff, ch );

  }

~
E
nsniff~
You raise the dainty handkerchief to your nose, gently sniffing, as you

ponder what to do.

~
E
rmsniff~
$n raises a dainty silk handkerchief to $s nose,

sniffing absentmindedly.

~
!
-1

#2609
small tin of snuff~
small tins of snuff~
~
~
has been dropped here.~
have been dropped here.~
~
~
Rue~
Rue~
0 2609 0 0 1 0
0 0 131072 0 0 0 4
0 0 0 0
20 15 1 -1 10 1000 0 0
882381340
E
either~
A small tin that fits in your hand.  The inside is filled with snuff.

~
P
4 -1
sniff snort inhale~
snuff~
obj = has_obj( 2609, ch );

if( obj ) {

  if( random( 1, 50 ) == 1 ) {

    act_tochar( #snuff, ch );

    act_notchar( #rmsnuff, ch );

    junk_obj( obj, 1 );

    act_tochar( #out, ch );

    obj_to_char( oload( 2613 ), ch );

    end;

    }

  else {

    act_tochar( #snuff, ch );

    act_notchar( #rmsnuff, ch );

    }

  }

~
E
snuff~
You pinch a small bit of snuff between your forefinger and thumb,

gracefully inhaling it.


What a rush!

~
E
rmsnuff~
$n pinches some snuff between $s fingers and inhales it!

~
E
out~
Sadly, you have taken the last of the snuff from your tin.

~
!
-1

#2610
woven headed spear~
woven headed spears~
~
~
lies here waiting to be used.~
lie here waiting to be used.~
~
~
Fenlyn~
Fenlyn~
5 2610 0 0 8193 0
0 0 2 0 0 0 4
0 3 4 10
350 0 15 -1 8 500 0 0
882383261
E
either~
The four-foot long spear is made of a plain wooden rod about one inch in

diameter.  At the very tip of the rod sits a point made of very tightly

woven animal hairs.

~
P
3 -1
~
~
if( random( 1, 10 ) == 7 ) {

  act_tochar( #char, ch, obj );

  act_notchar( #nchar, ch, obj );

  attack_weapon( ch, victim, 0, " " );

  }

~
E
char~
@MOut of control, you attack again with $p.@n

~
E
nchar~
@MOut of control, $n attacks again with $p.

~
!
-1

#2611
yeti hide shield~
yeti hide shields~
~
~
lies on the ground protecting it from damage.~
lie on the ground protecting it from damage.~
~
~
Fenlyn~
Fenlyn~
9 2611 0 0 16385 3162112
0 0 4096 0 0 0 4
0 9 0 0
1500 7500 25 -1 8 700 1 0
882384108
E
either~
Several hides from a yeti have been sewn together and wrapped around this

mid-weight iron shield.  On the back side of the shield, two small

leather leather straps have been attached to assist in holding the armor.

~
P
-1

#2612
pouch of gray powder~
pouches of gray powder~
~
~
lies here.~
lie here.~
~
~
Fenlyn~
Fenlyn~
11 2612 0 0 1 0
0 0 512 0 0 0 4
2 0 0 0
60 1000 1 -1 10 1000 0 0
882384525
E
either~
Simply it is a pouch filled with a small amount of fine gray powder.

~
P
-1

#2613
empty snuff tin~
empty snuff tins~
~
~
has been dropped here.~
have been dropped here.~
~
~
Rue~
Rue~
0 2613 0 0 1 0
0 0 131072 0 0 0 4
1 0 0 0
20 0 1 -1 1 1000 0 0
882385319
E
either~
It is just an empty snuff tin.  Sized to fit comfortably in your hand.

~
P
4 -1
sniff snort inhale~
snuff~
act_tochar( #out, ch );

~
E
out~
The tin is empty.

~
!
-1

#2614
timberwolf whisker~
timberwolf whiskers~
~
~
lies on the ground hiding in the dirt.~
lie on the ground hiding in the dirt.~
~
~
Fenlyn~
Fenlyn~
34 2614 16777216 0 16385 0
0 0 512 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
882397591
A 13 100
E
either~
The hair is thick and almost invisible to the eye.  It's about three

inches long, and still has its root attached from where it was plucked

from the face of a timberwolf.

~
P
-1

#2615
vial of glittering red dust~
vials of glittering red dust~
~
~
swirls and shines like a beacon here.~
swirl and shine like beacons here.~
~
~
Florian~
Florian~
11 2615 -2147483648 0 1 0
0 0 32 0 0 0 4
400 0 0 0
50 8000 1 -1 10 1000 0 0
882401212
E
either~
This slender glass vial is filled with a crimsom powder.  Though made of

glass, the small vial seems very sturdy.  The red dust within looks to be

a mixture of red sand and glittering dust of some sort.  A small cloud of

dust floats within the vial as though its contents were stirred up.

~
E
explanation~
To be customized from a strand of twilight and red sand.

~
P
-1

#2616
roc's tooth~
roc teeth~
~
~
lies here, nearly blocking your path.~
lie here, nearly blocking your path.~
~
~
Terek~
Terek~
34 2616 0 0 16385 0
0 0 512 0 0 0 4
0 0 0 0
300 1000 1 -1 10 1000 0 0
882406549
E
either~
Terek needs to describe this.

~
P
-1

#2617
necklace of roc teeth~
necklaces of roc teeth~
~
~
~
~
~
~
Terek~
Jimbalaya~
9 2617 0 0 5 0
0 0 0 0 0 0 4
0 0 0 0
400 27000 60 -1 10 1000 0 0
882406880
A 21 15
A 13 30
E
either~
Terek needs to describe this.

~
P
-1

#2618
erkynwood staff~
erkynwood staffs~
~
~
lies here across your way.~
lie here across your way.~
~
~
Phule~
Orb~
5 2618 0 0 8193 0
0 0 2 0 0 0 4
0 2 10 4
400 1250 50 -1 4 650 0 0
882407933
A 12 20
E
either~
This staff is made of a strange foreign wood; stronger than iron yet

light as ash.  It glows a faint green hue.

~
P
-1

#2619
stone hearth~
stone hearths~
circular~
circular~
holds a blazing fire.~
hold blazing fires~
~
~
Talis~
Talis~
41 2619 65536 0 0 0
0 0 64 0 0 0 4
-1 0 0 0
10 0 1 -1 10 1000 0 0
882420241
E
either~
Placed directly in the center of the room to allow maximum diffusion of

light and warmth, the hearth adds a certain charm to the atmosphere here. 

Large, river-tumbled stones have been used to form the base of the hearth. 

The blazing fire crackles and pops as it consumes the wood.

~
P
-1

#2620
corpse of a dwarf~
dwarf corpses~
~
~
rests silently on the floor.~
rest silently on the floor.~
bloated~
bloated~
Rue~
Starshine~
23 2620 1074790400 4 1 0
0 0 512 0 0 0 4
0 0 0 0
1200 0 1 -1 10 1000 0 0
894167300
E
either~
This dwarf corpse appears to have been immersed in salt water for a long

time.  The body is bloated and the skin badly decomposed.  A deep gash is

still visible across the face and neck, perhaps from the killing blow.

~
P
-1

#2621
runed copper key~
runed copper keys~
~
~
lies here, surrounded by a glowing aura.~
lie here, surrounded by a glowing aura.~
~
~
Orb~
Orb~
18 2621 3276800 4 1 0
0 0 524288 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886406377
E
either~
This tarnished key is crafted from pewter.  It is obviously well-worn,

and seems to be quite ancient.

~
P
-1

#2622
silver-laced krynite chain~
silver-laced krynite chains~
~
~
lies upon the ground, glowing with a pale red aura.~
lie upon the ground, each glowing with a pale red aura.~
~
~
Terek~
Marek~
9 2622 64 0 5 0
0 0 131136 0 0 0 4
0 10 0 0
200 0 60 -1 10 950 0 0
882600653
E
either~
Terek needs to describe this.

~
P
-1

#2623
cute gingerbread man~
cute gingerbread men~
~
~
lies upon the ground, looking adorable.~
lie upon the ground, looking adorable.~
~
~
Terek~
Merior~
19 2623 0 4 16385 0
0 0 512 0 0 0 4
70 -1 0 0
20 0 1 -1 10 1000 0 0
882737050
E
either~
He looks like a little man made out of gingerbread.

~
P
4 -1
eat~
gingerbread man cute~
Act_tochar( #bite, ch );

act_notchar( #bite1, ch );

Wait( 1 );

act_tochar( #run, ch );

act_notchar( #run1, ch );

junk_obj( obj, 1 );

~
E
bite~
@WAs you start to take a bite out of the gingerbread man his eyes quickly

blink and he nips you on the hand!

~
E
bite1~
@WAs $n starts to take a bite out of the gingerbread man his eyes quickly

blink and he nips $m on the hand!

~
E
run~
@YThe gingerbread man quickly leaps from your hands and runs away

screaming!

~
E
run1~
@YThe gingerbread man quickly leaps from $n's hands and runs away screaming!

~
!
-1

#2624
Christmas tree~
Christmas trees~
~
~
stands here looking very tall, healthy, and decorated.~
stand here looking very tall, healthy, and decorated.~
~
~
Fenlyn~
Fenlyn~
0 2624 0 0 0 0
0 0 2 0 0 0 4
0 0 0 0
99990 0 1 -1 10 1000 0 0
882741166
E
either~
The thick-trunked pine is about twenty feet tall, and doesn't have one

brown pine needle on it.  Moisture in the air has collected a bit on the

branches of the tree.  Several little gingerbread men hang from the

branches of the tree as decoration.

~
P
4 -1
get take~
gingerbread man~
if( !has_obj( 2623, ch ) ) {

    remove_rflag( reset0, room );

    act_tochar( #gets, ch );

    act_notchar( #ncgets, ch );

    obj_to_char( oload( 2623 ), ch );

remove_cflag( 80, ch );

    }

else

  act_tochar( #noway, ch );

~
E
gets~
You get a cute gingerbread man from the Christmas tree.

~
E
ncgets~
$n gets a cute gingerbread man from the Christmas tree.

~
E
noway~
Don't you think you should share the gingerbread men?

~
!
-1

#2625
fruitcake~
fruitcakes~
~
~
lies here rotting away.~
lie here rotting away.~
~
~
Fenlyn~
Fenlyn~
19 2625 0 4 1 0
0 0 0 0 0 0 4
60 -1 0 0
100 100 1 -1 10 1000 0 0
882744618
E
either~
Filled with fruit chunks, the little brown block of food doesn't look

very appetizing, but looks pretty filling.

~
P
-1

#2626
candy cane~
candy canes~
~
~
lies upon the ground, wafting a sweet peppermint scent.~
lie upon the ground, wafting a sweet peppermint scent.~
~
~
Terek~
Terek~
19 2626 0 4 16385 0
0 0 512 0 0 0 4
30 4 0 0
100 0 1 -1 10 1000 0 0
882747601
E
either~
Made from red and white peppermint, this giant candy cane looks as if it

would take several years to eat completely.  Bits of thick llama hair

appear to be stuck to it..and you wonder where it came from.

~
P
-1

#2627
bracer~
bracers~
silver-etched krynite~
+of striking~
~
~
~
~
Terek~
Fenlyn~
9 2627 0 0 4097 0
0 0 2228224 0 0 0 4
0 0 0 0
150 44000 80 -1 8 1000 0 0
882756250
A 18 2
A 2 2
E
either~
Terek needs to describe this.

~
P
-1

#2628
shackles~
shackles~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Fenlyn~
Fenlyn~
9 2628 268439552 0 65 0
0 0 4096 0 0 0 4
0 13 0 0
2500 0 5 -1 10 1000 0 0
882820102
A 2 -6
E
either~
The shackles, made out of solid iron, are basically two rings with a

heavy chain in between them.  Some sort of mechanical adjustment on the

side of each leg ring allows for different sized legs to be locked away

in the shackles.

~
P
-1

#2629
tattered dress~
tattered dresses~
~
~
is covered in dust.~
are covered in dust.~
~
~
Rue~
Rue~
9 2629 67108864 12 9 0
0 34 16 0 0 0 4
0 0 0 0
70 10 1 -1 10 250 0 0
882887347
E
either~
Once a finely sewn dress, this is now only a tattered piece of cloth. 

Beneath the dust you can tell the dress was once green with yellow piping. 

It is now covered in dark-brown stains and full of holes.

~
P
-1

#2630
snow angel~
snow angels~
~
~
lies here, her gossamer wings fluttering slightly.~
lie here, their gossamer wings fluttering slightly.~
~
~
Orb~
Orb~
13 2630 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
882959575
E
either~
This tiny figurine stands only a mere 4 inches tall.  Crafted out of the

finest elven porcelain, the gossamer wings flutter lightly as if the tiny

angel were ready to take flight.  Minute snowflakes make up her white

gown, and her diminutive ears are pointed to show her elven heritage.  On

the bottom of the precious figurine is a tiny key.  It looks like you

could wind it.

~
P
0 -1
turn twist wind~
angel snow key toy~
act_tochar( #wind, ch );

act_notchar( #rwind, ch );

wait( 2 );

act_room( #live, ch );

wait( 3 );

act_tochar( #sing, ch );

act_notchar( #rsing, ch );

wait( 3 );

act_tochar( #end, ch );

act_notchar( #rend, ch );

~
E
sing~
@cThe tiny snow angel flutters her gossamer wings and begins to sing

softly.  Dancing in a small circle on your palm, she spins and

pirouettes.  The words are strange to you, and the soft accompaniment

of a hundred little chimes creates a sweet melody.

~
E
rsing~
@cThe tiny snow angel flutters her gossamer wings and begins to sing

softly.  Dancing in a small circle on $n's palm, she spins and

pirouettes.  The words are strange to you, and the soft accompaniment

of a hundred little chimes creates a sweet melody.

~
E
wind~
You wind the tiny key until the tension causes you to stop.

~
E
rwind~
$n winds the tiny key on the bottom of a porcelain snow angel.

~
E
live~
@cA shudder runs through the tiny figurine, and suddenly the angel takes

a deep breath, and stretches with a little yawn.  She brings her petite

hands up to rub sleepily at her blue eyes.

~
E
end~
@cThe dancing angel finally comes to a halt.  She curtseys gracefully,

stifles a yawn, and returns to her original position.  A tiny flurry of

snowflakes passes over her, and when it clears, you hold only a porcelain

figurine.

~
E
rend~
@cThe dancing angel finally comes to a halt.  She curtseys gracefully,

stifles a yawn, and returns to her original position.  A tiny flurry of

snowflakes passes over her, and when it clears, $n holds only a porcelain

figurine.

~
!
-1

#2631
tiny gift box~
tiny gift boxes~
~
~
sits here, a big red bow stuck on the top.~
sit here, big red bows on the top of each box.~
~
~
Orb~
Orb~
15 2631 64 4 1 0
0 0 0 0 0 0 4
10 5 0 0
10 0 1 -1 10 1000 0 0
882962048
E
either~
This tiny box stands only about 6 inches high and 6 inches wide.  It is

wrapped in bright green paper and a big red bow sits atop the package,

giving it a festive air.  You notice a tiny tag attached to the side of

the box.

~
E
tag~
Written in messy elvish script are the words:  From Orb.

~
P
0 -1
op ope open~
box gift~
if( !cflag( 100, ch ) ) {

  act_tochar( #nope, ch );

  end;

  }

else

  continue;

~
E
nope~
You have to unwrap the gift before you can open it!

~
E
unwrap~
You carefully unwrap the box, impatient to see what is inside.

~
E
runwrap~
$n carefully unwraps the box, impatient to see what is inside.

~
!
0 -1
unwrap~
box gift~
if( !cflag( 100, ch ) ) {

  act_tochar( #unwrap, ch );

  act_notchar( #runwrap, ch );

  set_cflag( 100, ch );

  }

else

  act_tochar( #open, ch );

~
E
unwrap~
You carefully unwrap the box, impatient to see what is inside.

~
E
runwrap~
$n carefully unwraps the box, impatient to see what is inside.

~
E
open~
The gift is already unwrapped.  Open it, silly!

~
!
-1

#2632
worn leather satchel~
worn leather satchels~
~
~
rest on the ground.~
rest on the ground.~
~
~
Rue~
Olah~
15 2632 268435456 12 257 0
0 0 4 0 0 0 4
12 1 0 0
90 200 1 -1 4 500 0 0
883017585
E
either~
This leather satchel can be worn slung over your shoulder.  It hangs to

your waist with an adjustable leather strap.  A flap slips over to allow

you to close it.

~
P
-1

#2633
clockwork sprite~
clockwork sprites~
~
~
stands still on cute little feet.~
stand still on cute little feet.~
~
~
Talis~
Talis~
8 2633 0 0 1 0
0 0 24578 0 0 0 4
0 0 0 0
40 500 1 -1 10 1000 0 0
883059337
E
either~
A life-size replica of a cute little sprite, it stands an entire three

inches tall.  A cherubic little faces holds two merrily twinkling eyes of

vibrant green.  An oversized, belted tunic made from soft leaves and thin

garlands serves as its only clothes over its smooth skin.  Each little

hand and foot has four perfectly crafted little fingers and toes,

respectively.  On its back are four nearly translucent wings that shimmer

with little flecks of glitter.  Carefully set between the wings is an

ornate little golden key with filigree tracework.

~
P
4 -1
wind turn~
sprite clockwork toy key~
act_tochar( #winding, ch );

act_notchar( #rwinding, ch );

wait( 1 );

act_tochar( #winding2, ch );

act_notchar( #rwinding2, ch );

wait( 1 );

act_tochar( #set_down, ch );

act_notchar( #rset_down, ch );

wait( 1 );

if( !junk_obj( has_obj( 2633, ch ), 1 ) ) {

  obj_to_room( oload( 2634 ), room );

  opcode( obj_in_room( 2634, room ), 1 );

  }

~
E
winding~
Gentling holding the clockwork sprite in one hand, you wind a small

golden key in its back for several revolutions with your other hand.

~
E
rwinding~
$n hold a three inch tall clockwork sprite in one hand and winds a little

golden key set in its back, between its wings.

~
E
winding2~
With a soft click, the tension on the key seems to have reached its

fullest point and you stop winding.

~
E
rwinding2~
$n finishes winding the clockwork sprite up.

~
E
set_down~
You carefully set the clockwork sprite down on its cute little feet.

~
E
rset_down~
$n sets the clockwork sprite down on the ground in front of $m.

~
!
-1

#2634
clockwork sprite~
clockwork sprites~
~
~
is flitting about the room.~
flit about the room in a chaotic frenzy.~
~
~
Talis~
Talis~
8 2634 0 0 0 0
0 0 24578 0 0 0 4
0 0 0 0
40 0 1 -1 10 1000 0 0
883060365
E
either~
A life-size replica of a cute little sprite, it stands an entire three

inches tall.  A cherubic little faces holds two merrily twinkling eyes of

vibrant green.  An oversized, belted tunic made from soft leaves and thin

garlands serves as its only clothes over its smooth skin.  Each little

hand and foot has four perfectly crafted little fingers and toes,

respectively.  The rapid twinkle of flashing glitter is all you can see

from where the rapidly fluttering wings on its back are creating a gentle

hum.  An ornate little golden key with filigree tracework is slowly

unwinding between the nearly unseen wings.

~
P
4 -1
~
~
wait( 3 );

act_room( #totter2, ch );

wait( 4 );

act_room( #totter, ch );

wait( random( 4, 5 ) );

act_room( #totter3, ch );

wait( random( 5, 6 ) );

if( random( 1, 30 ) == 30 ) {

  act_room( #boom, ch );

  obj_to_room( oload( 873 ), room );

  }

else {

  obj_to_room( oload( 2633 ), room );

  act_room( #thud, ch );

  }

junk_obj( obj_in_room( 2634, room ), 1 );

~
E
totter2~
The translucent wings on the little sprite begin to flap faster and

faster until all that is visible is a twinkling flash of glitter and a

gentle humming sound.  After a few tottering steps forward, the

mechanical sprite leaps into the air.  Just as the sprite begins to

plummet out of its leap the hum of its wings rises an octive and it arcs

smoothly upward in flight.

~
E
totter~
The clockwork sprite zips about the room in spirals of various width,

occassionally arcing and diving to some unknown agenda of its own.  Every

time it comes to near to hitting an object it speedily alters course to

zip around it two or three times before heading off towards some other

appearantly immenent disaster.

~
E
boom~
The hum of the poor toy's wings rises yet another octive to a nearly

painful whine as the mechanisms inside overwork themselves.  Suddenly the

little sprite zips straight upward, once free of objects it explodes in a

flash of light and all that remains is the glittering sparkle of little

metal bits twinkling magically back to earth.

~
E
thud~
Finally, running out of energy, the hum of the sprites wing's lowers an

octive as it gently lands on its two perfectly crafted feet.  After a few

decelerating steps the clockwork sprite comes to a complete stop, frozen

once again on its feet.

~
E
totter3~
The gentle hum continues as the clockwork toy zips about the room,

performing spectacular sprials and awesome arcs.  Somehow it continues to

avoid bumping headlong into any obstacles, instead using them as

grounding points for its dizzying display.

~
!
-1

#2635
pearl~
pearls~
round, yellow~
+of insight~
rests on the ground, almost hidden from view.~
rest on the ground as if deliberately placed.~
~
~
Florian~
Talis~
8 2635 0 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
40 2500 60 -1 10 1000 0 0
883083674
A 3 2
E
either~
Florian needs to describe this.

~
P
-1

#2636
crown~
crowns~
gem-encrusted~
+of stars~
lie upon the ground, its gems twinkling in the light.~
lie upon the ground, their gems twinkling in the light.~
~
~
Terek~
Terek~
9 2636 0 0 17 0
0 0 64 0 0 0 4
0 0 0 0
300 10000 70 -1 9 1000 0 0
883099966
A 12 40
A 20 10
A 3 1
A 4 1
E
either~
This beautiful crown has been fashioned from a slab of blue crystal which

has had several white diamonds embedded within it.  The diamonds twinkle

in the light and glow with an unnatural yellow aura.  Around the interior

band of the crown several ancient runes have been etched into its

surface, their meaning lost in time.

~
P
-1

#2637
harpy feather~
harpy feathers~
~
~
rests on the ground.~
rest on the ground.~
~
~
Rue~
Rue~
34 2637 16777232 12 1 0
0 0 512 0 0 0 4
0 0 0 0
10 0 1 -1 10 500 0 0
883177521
E
either~
This oily black feather is nearly a foot long.  The feathery barbs of the

quill drip with oil.  The feather reeks of rot.

~
P
-1

#2638
phial of moonlight~
phials of moonlight~
~
~
glitters here.~
glitter here.~
~
~
Orb~
Merior~
1 2638 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
883273488
E
either~
Orb needs to describe this.

~
P
1 -1
get~
~
set_cflag( 100, ch );

continue;

~
!
-1

#2639
steel armor leg plates~
steel armor leg plates~
~
~
~
~
pair of~
pairs of~
Orb~
Jimbalaya~
9 2639 0 0 33 7979008
0 0 0 0 0 0 4
0 18 0 0
760 7500 40 -1 8 1000 2 0
883307013
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#2640
mithril dagger~
mithril daggers~
~
+'Quicksilver'~
gleams wickedly on the ground.~
gleam wickedly on the ground.~
~
~
Khisanth~
Jimbalaya~
5 2640 8389698 0 8193 5275648
1 4161024 16384 0 0 0 4
0 4 4 1
150 10000 35 -1 8 1100 0 0
883433785
A 19 1
E
either~
Deadly graceful, a shining blade of mithril curves around flame-shaped

serrations on the keenly sharpened edge.  The balance on this blade is

exquisite, and feels simply an extention of your arm.

~
P
4 -1
flip~
dagger~
act_tochar( #flip, ch );

act_notchar( #rflip, ch );

~
E
flip~
@BYou deftly flick your wrist and send a mithril dagger spinning about

your fingers, flashing quicksilver in the light.

~
E
rflip~
@B$n deftly flicks $s wrist and sends a mithril dagger spinning about $s

fingers, flashing quicksilver in the light.

~
!
-1

#2641
ancient map~
ancient maps~
~
~
lies here, tattered and torn.~
lie here, tattered and torn.~
~
~
Orb~
Orb~
0 2641 0 0 1 0
0 0 1 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
883560370
E
either~
The marks on this old, tattered piece of parchment have been mostly worn

away with time.  The few black marks left on the paper indicate that this

was a map at one time.  Triangular shapes cluster together near the

northeastern corner of the map.  A few smeared dashes cover the center

of the mosaic.  A winding blue line winds its way down the parchment.

~
P
-1

#2642
golden ball of light~
golden balls of light~
~
~
hovers here, shimmering and sparking.~
hover here, shimmering and sparking.~
~
~
Orb~
Orb~
1 2642 17039424 0 1 0
0 0 0 0 0 0 4
0 0 35 0
10 0 13 -1 10 1000 0 0
883560964
A 8 -25
A 3 1
E
either~
This ball of glowing light is nearly a foot in diameter.  Its radiant

golden glow illuminates the area around it.

~
E
approve~
Approved with level 13, +1 int, -25 cold res. Cool Idea.


~
P
-1

#2643
crystal carapace~
crystal carapaces~
~
~
lies here glimmering faintly.~
lie here glimmering faintly.~
~
~
Orb~
Orb~
33 2643 16777280 0 1 0
0 0 0 0 0 0 4
0 0 0 0
100 1000 1 -1 10 1000 0 0
883656478
E
either~
This large beetle shell is completely clear.  It seems to be made of

glass, or perhaps a natural crystal structure, and the myriad facets

catch the light, refracting it into millions of tiny rainbows.

~
P
-1

#2644
faceted crystal shield~
faceted crystal shields~
~
~
lies here glimmering faintly.~
lie here glimmering faintly.~
~
~
Orb~
Fenlyn~
9 2644 64 0 16385 16384
0 0 32 0 0 0 4
0 5 0 0
10 3600 15 -1 8 700 0 0
883656880
E
either~
This glass-like, round shield is three feet in diameter and gleams

brightly in the light.  The leather straps which bind the shield to an

arm are held to the crystalline surface by fine mithril rings.

~
P
-1

#2645
gold and crimson brooch~
gold and crimson brooches~
~
~
glows softly with reflected fire.~
glow softly with reflected fire.~
~
~
Khisanth~
Jimbalaya~
9 2645 8388672 0 5 0
0 0 262144 0 0 0 16
0 2 0 0
20 9000 30 -1 8 700 1 0
883680050
A 13 10
A 21 10
E
either~
Deep garnets and several dusky crimson stones encircle a darkly

luminescent ruby of incredible purity.  Gold dances around the stones,

incredibly worked in soft whirling patterns.  As the light hits the

brooch, crimson fire seems to leap from the stones, more than should be

simply reflected.

~
P
0 -1
~
~
~
!
-1

#2646
Tome~
Tomes~
+of Soul-Bonding~
+of Soul-Bonding~
hover in the air as if resting on an invisible shelf.~
~
~
~
Talis~
Talis~
37 2646 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
500 0 91 -1 10 1000 0 0
883767477
E
either~
A thick tome covered in shimmering white leather.  Two wreaths of ivy

twined into the symbol of eternity are embossed in gold on the cover.  By

the crease in the spine you can tell it would be quite easy to turn the

cover back and @blook@n at the @bintroduction@n.

~
E
introduction~
Well, here it is.  I was asked to perform a few weddings, and finally I

got it through my thick head that maybe there was a need for this.  The

intent is to provide a nice little ceremony for each race type offered to

players as they consistently ask us immortals to perform weddings for

them.


If they are clanned, you should first try to get their clan leader to

come up with and perform a ceremony (or have him/her find a priest or

someone to perform it instead).  This reinforces the idea that clans

serve a purpose, else why did they join?


As for this tome, it will be divided into two sections for each race.  A

section for set-up and a section for the "traditional" ceremony of the

race type.  They are labeled race-eq and race-cer respectively.  For

example @blook vyan-eq@n and @blook vyan-cer@n should show you the

requisite items needed to perform a vyan ceremony followed by the

traditional ceremony itself.


If you look for something and don't find it, it means I haven't done a

ceremony for them.  If you really feel intimidated by the prospect of

creating one mail me and I'll try and come up with one asap.

Now, go look at @blook format@n to see how ceremonies are written up.

~
E
format~
A note on performing ceremonies and their contained format.


-For the sake of consistent format I've used my own name throughout,

 you'll have to replace it with your own.


-Each fragment was aliased (rather than run as code) so I could control

 it in case the bride or groom lost link or some interruption occurs.

 I advise you do the same.


-Each fragment is divided by a space.  Some have to be broken in the

 alias with an '&' since not everyone has worwrap.  Play with it till

 it works right and looks good.

 Meaning, colors aside, what you see under look vyan-cer  is essentially

 what everyone in the room during the vyan wedding saw.


-Almost all of it is run with emotes, rechos, and says.

  @cemotes are in cyan@n, @yrechos are in yellow@n, and

  @gsays are in green@n to help figure out which are which

  for the ceremony.  Exceptions are in parens ().  If you can't

  see colors, you can still figure it out with some work.

~
E
vyan-eq~
Have them do some quest to prove their devotion to each other.  They (and

you) should read the information at Tiercen's library (room 20073) under

the acode to look at traditions.  Gives info on Vyans weddings from the

male and female perspective.


You'll need to turn yourself into a Vyan with a good vyan desc as the

vyans consider themselves the only true People.  Others are no more than

beasts.  Like-wise, this ceremony should only be used if both bride and

groom are vyans, otherwise I'd refuse to do it.


Items you'll need to make:

          a dark altar (make it a table)

          two ceremonial braziers

          the ceremonial knife for the Sister-Guardian

               (to be placed on altar before start)

~
E
vyan-cer~
@cTalis raises his hands for complete silence to begin the ceremony.@n


@yBy degrees the volume decreases until the silence is complete.@n


@yIn a soft, smooth voice, like silk in the night, Talis begins

@ythe ceremony with a quiet prayer to the vyan pantheon.@n


@gHoly goddess of the dark visit upon this ceremony your blessings and

@gpower.@n


@yTalis passes a hand over a brazier to the right of the altar as he speaks.

@ySuddenly the brazier is lit from within by a momentary flash of actinic

@ylight.@n


@yA thin tendril of cerulean smoke begins to waft up from the bowl of te brazier.@n


@gSacred Companion of the goddess lend your strength in commitment that

@gthe bond may last.@n


@yTalis passes a hand over the brazier to the left of the altar as he speaks.

@ySudenly the brazier is lit from within by a momentary flash of actinic

@ylight.@n


@yA thin tendril of cerullean smoke climbs up from the second brazier to

@ymingle overhead with the smoke from the first.@n


@yA subtle scent remeniscent of lilacs begins to filter through the temple.@n


@cTalis raises his mellifluous voice to a level that fills the temple.@n


@gCompanions, we have gathered here to witness the binding of two

@gfamilies in the union of these two People.@n


@cTalis lowers his voice and speaks to those directly before him now.@n


@gWhat lady of the People comes before me to bind another house to hers

@gby the taking of a husband?  Speak your name if you would have it so.@n


(Await the lady to speak her name)


@gWho stands with her as her Sister-Guardian, promising to watch over

@gher and protect her honor in times of trouble and danger?  Come forth

@gand speak your name if you would have it so.@n


(await the Sister-Guardian to emote stepping forward)


@gCome forth Sister-Guardian and take the knife that symbolizes your

@gsacred duty to <insert-bride>.@n


(await the Sister-Guardian taking the dagger from the altar)


@gThe station of the Sister-Guardian is an ancient and sacred one.  For

@gno couple can forsee all that will befall them even if they be true of

@ghand, heart, and head.@n


@gIt will be your task to watch over their honor where they can not.  It

@gwill be your task to watch for dangers where they can not.@n


@gAnd, if it should come to it, you must sever the bond if <bride> is

@gunable.  If you would do these things so pledge your word to <bride>

@gthen step back.@n


(await the Sister-Guardian's pledge and emote that she steps back)


@gWhat sire of the People comes before me to bind his house to another's

@gby the taking of a wife?  Speak your name if you would have it so.@n


(await groom to speak his name)


@g<bride> and <groom>, you come before me ready to make a pldge to each

@gother for all you rlives, in honor and joy, in sorrow and strife, in

@gall things that you will endure.@n


@gThis is a time of great happiness for all the People.  For the binding

@gof a couple and their families serves to strengthen the whole of the

@gPeople as well as your faith in each other.@n


@gIf you are prepared to accept each other for all time, as is the

@gallotted span of time for the true People, in the light of your people

@gand your pantheon, so speak you both now.@n


(await bride's and groom's assent)


@Then kneel before me clasping your hands to each others' that you may

@greceive the divine blessings that will intertwine your lives as one for

@gall time.@n


(await their emotes of kneeling and such)


@cTalis lifts a ribbon of silk as ebon as the darkness from the altar and

@cwraps it loosely about <bride>'s and <grooms>'s bound hands.


@cTalis places his left hand over the dark ribbon binding the couples'

@chands.@n


@gThe silk that binds your hands symbolizes the pledge that now binds

@gyou both.@n


@g<groom>, know you this.  The silk that binds you can be as easily cut

@gshort by a blade as your life coul dbe by your wife or her

@gSister-Guardian should you give her reason.@n


@gSo love her dearly and give her your heart freely that there will never

@gbe call to ask for more than you have given.@n


@g<bride>, know you this.  The silk that binds you contains bound

@ghands beneath it.@n


@gBe sure of the true value of what is in your hand before you ever

@gchoose to cast it away.@n


@gBe always aware waht is in your heart before you make demands of

@ganothers, and there will never be need for your happiness to fail.@n


@cTalis raises a hand to the brow of each of the supplicants.@n


@gReceive now the blessings upon your life together and find all that

@gyou truly need in each other.  You are now of one family so long as you

@gboth shall live.@n


(that's it folks, in a nutshell)

~
P
-1

#2647
~
~
silvery single-bladed axe, set with a sapphire~
axe of the undaunted warrior~
lies here.~
lie here.~
~
~
Marek~
Orb~
5 2647 8650816 8 8193 3260448
1 0 73728 0 0 0 4
0 4 6 8
700 7350 35 -1 5 1000 0 0
884019188
A 13 10
E
either~
The single, backcurving blade of this axe is of a silvery alloy which

glints with an odd @ccyan@n quality.  The blade seems to almost vibrate

in your hand with its readiness for combat.

~
P
7 -1
~
~
act_tochar( #wear, ch );

~
E
wear~
@CA cool power flows into you as you wield the axe, strengthening you and

filling your mind with whispering thoughts of glory in battle.

~
!
3 -1
~
~
i = random( 1, 4 );

if( random( 1, 8 ) == 8 ) {

  heal( ch, dice( 3, 5 ) );

  if( i == 1 )

    act_tochar( #m1, ch );

  if( i == 2 )

    act_tochar( #m2, ch );

  if( i == 3 )

    act_tochar( #m3, ch );

  if( i == 4 )

    act_tochar( #m4, ch );

  }

~
E
m1~
@CYou shiver as traceries of energy dance up the nerves in your weapon arm.

~
E
m2~
@CThe sapphire in the axe's shaft glows as energy flows into you.

~
E
m3~
@CYou gasp as chill energy flows into you from the axe.

~
E
m4~
@CThe axe shaft seems to pulse in your hand as energy passes up your arm.

~
!
-1

#2648
chocolate almond turtle~
chocolate almond turtles~
~
~
has been left here.~
have been left here.~
~
~
Rue~
Rue~
19 2648 0 0 1 0
0 0 512 0 0 0 4
1 -1 0 0
10 10 1 -1 10 1000 0 0
884137196
E
either~
A delicious chocolate covered treat.  The almonds are positioned so as

to form the outline of a turtle.

~
P
-1

#2649
chocolate-covered caramel~
chocolate-covered caramels~
~
~
sits here looking tasty.~
sit here looking tasty.~
~
~
Rue~
Rue~
19 2649 0 0 1 0
0 0 512 0 0 0 4
1 -1 0 0
10 10 1 -1 10 1000 0 0
884137782
E
either~
A small squarish caramel covered in a luxurious milk-chocolate.

~
P
-1

#2650
small piece of divinity~
small pieces of divinity~
~
~
rest here.~
rest here.~
~
~
Rue~
Rue~
19 2650 0 0 1 0
0 0 512 0 0 0 4
1 -1 0 0
10 10 1 -1 10 1000 0 0
884138257
E
either~
A small hunk of pure white and sticky-sweet divinity.

~
P
-1

#2651
chocolate-covered cherry~
chocolate-covered cherrys~
~
~
sits on the ground.~
sit on the ground~
~
~
Rue~
Rue~
19 2651 0 0 1 0
0 0 512 0 0 0 4
1 -1 0 0
10 10 1 -1 10 1000 0 0
884139017
E
either~
A rich dark chocolate covered cherry.  It looks extremely delicious and

well crafted.  A small swirl of milk-chocolate decorates the top.

~
P
-1

#2652
chocolate pecan caramel square~
chocolate pecan caramel squares~
~
~
sits here.~
sit here.~
~
~
Rue~
Rue~
19 2652 0 0 1 0
0 0 512 0 0 0 4
1 -1 0 0
10 10 1 -1 10 1000 0 0
884139190
E
either~
A creamy milk-chocolate covered square of pecans with a base of caramel.

~
P
-1

#2653
hunk of peanut-brittle~
hunks of peanut-brittle~
~
~
sits on the ground.~
sit on the ground.~
~
~
Rue~
Rue~
19 2653 0 0 1 0
0 0 512 0 0 0 4
1 -1 0 0
20 10 1 -1 10 1000 0 0
884139914
E
either~
A thick chunk of hardened caramel with peanuts in it.

~
P
-1

#2654
candy box~
candy boxes~
~
~
has been left here.~
have been left here.~
~
~
Rue~
Rue~
15 2654 0 4 1 0
0 0 1 0 0 0 4
1 5 0 0
150 10 1 -1 10 1000 0 0
884140114
E
either~
Made of a white paper covered in a thin film of wax, this small box can

hold many tasty treats.

~
P
-1

#2655
chocolate raspberry cream~
chocolate raspberry creams~
~
~
rests on the floor.~
rest on the floor.~
~
~
Rue~
Rue~
19 2655 0 0 1 0
0 0 512 0 0 0 4
1 -1 0 0
10 10 1 -1 10 1000 0 0
884151166
E
either~
A smooth circular center of rich raspberry cream covered in a thin layer

of dark chocolate.

~
P
-1

#2656
white paper hat~
white paper hats~
~
~
sits on the ground.~
sit on the ground.~
~
~
Rue~
Rue~
9 2656 -2147483648 8 17 0
0 0 1 0 0 0 4
0 0 0 0
20 1 1 -1 10 300 0 0
884154338
E
either~
A small white paper hat.  It is somewhat stained by sweat.

~
P
-1

#2657
pair of white pants~
pair of white pantss~
~
~
sit in a pile.~
sit in a pile.~
~
~
Rue~
Marek~
9 2657 0 8 33 0
0 0 16 0 0 0 4
0 0 0 0
40 15 1 -1 2 400 0 0
884155101
E
either~
Made from cotton and bleached to a bone-white, these pants appear strong

and comfortable.

~
P
-1

#2658
white smock~
white smocks~
~
~
rests on the ground.~
rest on the ground.~
~
~
Rue~
Marek~
9 2658 0 8 9 0
0 0 16 0 0 0 4
0 0 0 0
20 35 1 -1 3 300 0 1
884155480
E
either~
Made from a fine white cotton, this smock appears comfortable.  Several

large buttons hold a flap around the neck shut.

~
P
-1

#2659
ritual dagger~
ritual daggers~
darkly ominous~
+of eternal night~
draws light within it, creating dark shadows on the ground.~
draw light within it, creating dark shadows on the ground.~
~
~
Khisanth~
Khisanth~
9 2659 276824149 0 2049 67108864
0 0 196672 0 0 0 4
0 5 0 0
200 14000 40 -1 8 700 0 0
884246501
A 20 15
A 12 20
E
either~
Unearthly power resonates from this dagger made of a darkly silver metal. 

Wicked serrated edges make the wielding of this piece impossible, except

for ritual use.  A hilt of ebon obsidian is set with several dark gems,

so dark a red they seem almost black in hue.  A finely wrought belt of

black leather, fitted with a buckle and sheath of the same strange metal,

would display this piece about one's waist, without diminshing the

otherworldly darkness at all.

~
P
7 -1
~
~
act_tochar( #dark, ch );

interpret( ch, "shiver" );

~
E
dark~
@WA cold more sinster than simply temperature assaults your senses as you

clasp the buckle on the belt of the dagger!

~
!
-1

#2660
ring~
ring~
reddish gold~
orichalcum~
is silently passed by time.~
are silently passed by time.~
~
~
Khisanth~
Fenlyn~
9 2660 0 0 3 0
0 0 262144 0 0 0 8
0 1 0 0
10 250 1 -1 8 700 0 0
884265362
E
either~
A simple band of a reddish gold, exquisitely crafted for a small finger. 

The hints of an inscription peek out from the inside of the band as you

turn it over in your hand.  Such metal has not been mined for many, many

years, and the elegance of the band bespeaks great age.

~
E
look inscription~
As you peer within the red-gold band, a graceful, elegant scrips meets

your eye.  The words @W"History may forget, but I will remember"@n are

etched into the ring.

~
P
-1

#2661
broken golden tiara~
broken golden tiaras~
~
~
lies in a heap of tormented metal.~
lie in a heap of tormented metal.~
~
~
Khisanth~
Khisanth~
8 2661 0 0 1 0
0 0 262144 0 0 0 4
0 0 0 0
30 2500 1 -1 10 1000 0 0
884266799
E
either~
Once made of elegant worksmanship, this crumpled piece of gold valiantly

tries to stay in the form of a tiara.

~
P
-1

#2662
bent golden tiara~
bent golden tiaras~
~
~
lies folded upon itself.~
lie folded upon themselves.~
~
~
Khisanth~
Khisanth~
8 2662 0 0 1 0
0 0 262144 0 0 0 4
0 0 0 0
40 5000 1 -1 10 1000 0 0
884267121
E
either~
Once elegant, this simple golden tiara seems to have been crushed by an

unkind hand.

~
P
-1

#2663
golden tiara~
golden tiaras~
~
~
lies glittering on the ground.~
lie glittering on the ground.~
~
~
Khisanth~
Fenlyn~
9 2663 -2147483648 0 17 0
0 66 262144 0 0 0 2
0 2 0 0
100 2000 1 -1 10 700 0 0
884267341
E
either~
Elegant curves and a simple design sweep the darkly burnished gold up

into a soft crown.  A slight patina bespeaks of great age, yet does not

detract at all from the beauty of the workmanship.

~
P
-1

#2664
stick of incense~
sticks of incense~
orange~
+of suspension~
rests on the ground.~
rest on the ground in a tiny pile.~
~
~
Rue~
Merior~
1 2664 64 8 1 0
0 0 514 0 4096 0 4
0 0 35 0
20 1750 50 -1 10 1000 0 0
884287841
E
either~
A small stick of incense that is an orange color.  It smells of citrus

and has a small wooden stick to hold it while it is lit.

~
P
-1

#2665
jewel~
jewels~
radiant blue~
radiant star~
lies here, pulsing faintly.~
lie here, pulsing faintly.~
~
~
Orb~
Orb~
6 2665 65 0 16385 0
0 0 64 0 0 0 4
0 1 0 0
10 25000 20 -1 10 1000 0 0
884348257
A 20 5
A 12 10
E
either~
This small blue jewel pulses softly with its own inner light.  Closer

examination reveals that the light within the marquee cut gem is a tiny

star.

~
P
-1

#2666
blue gemstone bracer~
blue gemstone bracers~
~
~
lies here, radiating an aura of magic.~
lie here, radiating an aura of magic.~
~
~
Orb~
Fenlyn~
9 2666 268435521 8 4097 2932736
0 1 32836 0 0 0 4
0 6 0 0
260 39500 75 -1 9 750 0 0
884354652
A 21 30
A 13 10
E
either~
Set on a bracer of diamond-hard, dull grey adamantine, four pulsing blue

gems border a perfectly clear diamond.  Two blue stones on each side of

the diamond feed their energy into the smooth, clear crystal, which in

turn channels it through the adamantine causing the entire bracer to glow

softly.

~
P
-1

#2667
pest strip~
pest strips~
~
~
dangles from the roof.~
dangle from the roof.~
~
~
Talis~
Talis~
27 2667 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
100 1000 1 -1 10 1000 0 0
884362304
E
either~
A curly strip of festively colored ribbon.  Bits of glitter twinkle in

the light to draw the fairies in then the magic of the Fairy-Tac (tm)

pest strip begins to work.  First one of the little pests gets stuck on

the strip, then others come to investigate the pathetic mewlings of their

trapped and tormented kin and they too get stuck in their efforts to free

it.  One strip is usually good for clusters of 1 to 100 pests.  Any more

and you might need a second strip.  Look into other fine products in this

line, like Gnome-Motel (tm) and Hobbit-Zapper (tm).

~
P
6 -1
~
~
i = 1;

if( race( ch ) == faerie )

  i = 2;

if( race( ch ) == sprite )

  i = 2;

wait( 1 );

if( i == 2 ) {

  act_room( #splat, ch );

  junk_mob( ch );

  }

~
E
splat~
$n goes to investigate the sparkly bits on a pest strip.

Before you know it $e is completely tangled in the sticky mass of strip

and making pathetic mewlings for help.  There seems to be no way to free

it.

~
!
-1

#2668
Olah's hat of Cheese~
Olah's hats of Cheese~
~
~
lies here, smelling rotten.~
lie here, smelling rotten.~
~
~
Olah~
Olah~
9 2668 268435520 64 17 0
0 0 512 33554432 402669568 0 4
0 10 0 0
100 10000 92 -1 10 1000 0 0
884460690
A 22 100
A 14 200
A 20 500
A 12 2000
E
either~
This hat is yellow and in the shape of a triangular piece of Swiss cheese.

~
P
-1

#2669
ruined golden tiara~
ruined golden tiaras~
~
~
lies here on the ground.~
lie here on the ground.~
~
~
Khisanth~
Khisanth~
8 2669 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 100 1 -1 10 1000 0 0
884463626
E
either~
Crumbled fragments of gold lie in a smile pile in the shape of a tiara.

~
P
4 -1
get~
ruined golden tiara all~
act_tochar( #crumble, ch );

act_notchar( #ocrumble, ch );

junk_obj( obj, 1 );

~
E
crumble~
@WYou reach down to pick up the ruined tiara, but it crumbles to dust in

your fingers.@n 

~
E
ocrumble~
@W$n reaches down to pick up a ruined tiara, but it crumbles to dust in $s hand.

~
!
-1

#2670
herbal anklets~
herbal anklets~
~
~
lie here, giving giving off a minty scent.~
lie here, giving off a minty scent.~
pair of~
pairs of~
Olah~
Olah~
9 2670 64 4 65 0
0 0 512 0 0 0 4
0 2 0 0
50 14000 40 -1 6 300 0 0
884466495
A 24 5
A 20 10
A 12 15
E
either~
Many dried herbs adorn a silver-colored chain.  It gives off a pleasant,

minty-fresh smell making it comfortable to wear, as well as fashionable.

~
P
-1

#2671
helm~
helms~
silvery, horned~
+of battle toughness~
lies here.~
lie here.~
~
~
Olah~
Olah~
9 2671 8650816 4 17 7454720
0 0 131072 0 0 0 4
0 8 0 0
700 21000 50 -1 7 750 0 0
884465079
A 19 1
A 18 1
A 5 1
E
either~
This helm is made of fine, sparkling silver.  The horns are a dull, ivory

color and the ridges of the helm allow it to conform to most heads.

~
E
approve~
Approved with ac +1 ac, +1 dam, +1 hit, +1 con

~
P
-1

#2672
fang~
fangs~
dark, curving~
mire serpent~
gleams deadly on the ground.~
gleam deadly on the ground.~
~
~
Khisanth~
Khisanth~
33 2672 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
884477519
E
either~
Sharp and deadly, this tooth spans about as long as a man's forearm, and

about as thick.  Small, painful serrations edge the cutting surface of

this tooth, making it seem twice as lethal.

~
P
-1

#2673
ragged peasant dress~
ragged peasant dresss~
~
~
lies in a soft heap at your feet.~
lie in a soft heap at your feet.~
~
~
Rue~
Marek~
9 2673 8388608 8 9 0
0 0 16 0 0 0 4
0 1 0 0
150 100 1 -1 4 300 0 0
884556729
E
either~
This dingy brown dress has seen better days.  It is gathered in at the

waist, and buttons up the front.  Made from a sturdy cotton, the dress

looks like it has seen quite a bit of wear.

~
P
-1

#2674
worn cotton gloves~
worn cotton glovess~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Rue~
Marek~
9 2674 -2147483648 0 129 144
0 0 16 0 0 0 4
0 1 0 0
10 50 1 -1 1 300 0 0
884557206
E
either~
A comfortable pair of brown cotton gloves.  They have seen a bit of use,

but would still protect your hands.

~
P
-1

#2675
jade bracelet~
jade bracelets~
~
~
lies here.~
lie here.~
~
~
Olah~
Fenlyn~
9 2675 64 12 4097 0
0 0 64 0 0 0 8
0 4 0 0
100 7500 25 -1 6 1000 0 0
884627989
A 21 5
A 13 15
E
either~
This smooth, green bracelet has been cut from a fine piece of jade.  A

small, faded speck of blood mars the bracelet's simple beauty.

~
P
-1

#2676
fine, silver knife~
fine, silver knives~
~
~
lies here, sparkling brightly.~
lie here, sparkling brightly.~
~
~
Olah~
Olah~
5 2676 -2139091967 0 8193 32768
1 0 131072 0 0 0 4
0 2 8 1
200 6250 25 -1 6 750 0 0
884631330
E
either~
The knife sparkles and occasionally pulses with a blue light.  Its fine,

sharp edges can rip even the thickest hides, yet its handle conforms

nicely to your touch -- almost inviting you to grasp its handle.

~
P
-1

#2677
cloak~
cloaks~
silver and gray furred~
+of battle frenzy~
lies spread upon the ground.~
lie spread upon the ground.~
~
~
Olah~
Olah~
9 2677 268435520 4 9 49152
0 0 657664 0 0 0 8
0 4 0 0
600 7500 35 -1 6 1200 0 0
884708360
A 19 2
A 10 -5
A 9 -5
E
either~
Made from various thick skins and furs of animals, this cloak seems to

offer nice protection.  A streak of silver in the shape of a lightning

bolt lines the exterior.  A brass-plated clasp allows fastening around

the neck.

~
P
-1

#2678
shield~
shields~
silver, engraved~
+of resilience~
lies here.~
lie here.~
~
~
Olah~
Fenlyn~
9 2678 8388608 0 16385 7356416
0 0 131072 0 0 0 4
0 5 0 0
1000 5000 20 -1 6 950 0 0
884709242
A 9 -10
A 13 10
E
either~
This medium-sized shield is covered in thick furs.  A silver lightning

bolt is engraved at the center of the silvery shield.

~
P
-1

#2679
furred wooden chest~
furred wooden chests~
~
~
rests at the center, covered in animal skins.~
rest at the center, covered in animal skins.~
~
~
Olah~
Olah~
15 2679 8 0 0 0
0 0 0 0 0 0 4
100 13 0 0
2500 0 1 -1 10 1000 0 0
884711048
E
either~
This large wooden chest is lined with several animal hides.  It is well

kept, and the wooden polish still reflects light.  The lock is made of

silver, and the hole is in the shape of a lightning bolt.  Perhaps

something valuable is stored inside it.

~
P
-1

#2680
wrinkled, gray parchment~
wrinkled, gray parchments~
~
~
lies buried here.~
lie buried here.~
~
~
Olah~
Olah~
0 2680 67108864 0 1 0
0 0 1 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
884725978
E
either~
This parchment is worn and hard to read.  From the neatly written words,

the message seems rather important.  An emblem of a silver lightning bolt

is stamped at the bottom, perhaps to show that it was written by the

barbarian chief himself.

~
P
-1

#2681
battle axe~
battle axes~
silver and red~
+'Silverbolt'~
lies here, glimmering.~
lie here, glimmering.~
~
~
Olah~
Olah~
5 2681 8650753 4 8193 7454720
1 0 131072 0 0 0 4
0 3 9 8
575 23500 50 -1 7 750 0 0
884800680
E
either~
The red, sharply bladed head of this axe appears to be shimmering. 

Occasional silver sparks of energy can be seen passing through the head

and onto the furred, gray handle.  The handle's surprising softness makes

the axe quite comfortable to wield.

~
E
approve~
Approved with 7d4 damage with level * 1.5 for oprog. Level 45.

-1 wis brings it down from level 60 to level 45.


Weight's normal for battle axe.


Changing it now with Jimba's new weapon chart and think i've got it.

~
P
3 -1
~
~
if( random( 1, 9 ) == 7 ) {

  act_tochar( #elec, ch );

  act_notchar( #nelec, ch );

  attack_shock( ch, victim, 3d10+20, "ionic chop" );

  }

~
E
elec~
@YThe battle axe crackles with silver sparks of energy!@n

~
E
nelec~
@Y$n's battle axe crackles with silver sparks of energy!@n

~
!
7 -1
~
~
act_tochar( #flick, ch );

act_notchar( #nflick, ch );

~
E
flick~
@WSparks of energy pulse up and down the battle axe.@n

~
E
nflick~
@WSparks of energy pulse up and down $n's battle axe.@n

~
!
-1

#2682
pile of gray ashes~
piles of gray ashes~
~
~
lies on the ground.~
lie on the ground.~
~
~
Olah~
Olah~
0 2682 -2147483648 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
884803578
E
either~
This appears to be a small pile of gray ashes from the remains of some

sacrificed creature.

~
P
-1

#2683
oak tree~
oak trees~
stone~
stone~
stands here, its stone boughs hanging over the area.~
~
~
~
Orb~
Orb~
0 2683 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
884831152
E
either~
Standing a good fifty feet high, the majestic oak was in the prime of its

life when it was transformed to its current stone state.  A wealth of

healthy boughs, covered with a multitude of delicate stone leaves,

stretch out and up to the sky.  A few small acorns bud on the myriad

branches, frozen forever in their infancy.

~
P
-1

#2684
{gem} sapphire~
{gems} sapphires~
deep blue~
+of souls~
sparkles in the light.~
sparkle in the light.~
~
~
Talis~
Talis~
6 2684 67108864 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
884872931
E
either~
A large gem of the deepest blue.  Its about as big as a walnut and is cut

to show hundreds of perfectly crafted facets.  It glitters with reflected

light.  But wait, what is this...  it seems to be less reflected light

and more an internal light.  You feel it beckining you, drawing you to it.

~
P
4 -1
look oed ostat~
gem sapphire~
act_tochar( #see, ch );

wait( 2 );

act_tochar( #pull, ch );

wait( 1 );

transfer( ch, find_room( 86 ) );

~
E
pull~
You feel the gem tugging at your soul.

~
E
see~
A large gem of the deepest blue.  Its about as big as a walnut and is cut

to show hundreds of perfectly crafted facets.  It glitters with reflected

light.  But wait, what is this...  it seems to be less reflected light

and more an internal light.  You feel it beckining you, drawing you to it.

~
!
0 -1
1 west 1 north 1 south 1 east 1 up 1 down intro 1 look~
~
junk_obj( obj );

continue;

~
!
-1

#2685
krynite longsword~
krynite longswords~
+with a gleaming red edge~
+'Imbrued'~
with a gleaming red edge lies here.~
with gleaming red edges lie here.~
~
~
Galen~
Marek~
5 2685 8394816 12 8193 539082752
1 0 2129920 0 0 0 4
0 2 15 2
500 10500 70 -1 8 1000 0 0
884891333
A 24 10
A 18 2
A 13 -20
A 21 -20
E
either~
A gleaming line of red lines the blade of this viscious looking weapon. 

Upon closer examination it seems to be some sort of metal, and not just a

stain.  A small ruby has been inset into the hilt of this weapon, and has

a preternatural sparkle to it.  The krynite the weapon is made from seems

to be darker hued than you've seen before, more black than purple.

~
E
approve~
Approved with damage, -20 hits, -20 hit regen, +10 poison, +2 hitrol, and healing acode. Level 70

~
P
7 -1
~
~
act_tochar( #wear, ch );

act_notchar( #wear_r, ch );

i = 4d10+10;

dam_message( ch, i, "The longswords spiked hilt" );

inflict( ch, mob, i, "the power of Imbrued" );

wait( 1 );

act_tochar( #glue, ch );

act_notchar( #glue_r, ch );

~
E
wear~
@RYou grasp the hilt of the longsword and cry out in pain as thousands of

tiny spikes shoot into your hand, then comes a feeling of pleasure so

strong it rivals any you've felt before.

~
E
wear_r~
@RAs $n gransps the longsword $e cries out in panin, then an odd smile

crosses $s lips.

~
E
glue~
@RThe blood from your wound flows around your hand and becomes

unbelievably hard, keeping you from releasing your grip.

~
E
glue_r~
@R$n can't seem to release the longsword from $s grip, no matter how hard

they try.

~
!
3 -1
~
~
if( random( 1, 3 ) == 3 ) {

  i = 1d10+15;

  act_tochar( #heal, ch );

  act_notchar( #heal_r, ch );

  dam_message( victim, i, "life drain" );

  inflict( victim, ch, i, "life drain" );

  heal( ch, i );

}

if( random( 1, 3 ) == 3 ) {

  act_tochar( #ring, ch );

  act_notchar( #ring_r, ch );

  do_spell( faerie fire, ch, victim );

}

~
E
heal~
@RThe longsword flashes a violet-hued red and lodges itself in it's

target for a second, you feel a pleasureable warmth shoot into your hand

and spread through your body.

~
E
heal_r~
@R$n groans as $s weapon lodges into $s target and flashes an odd red

color.

~
E
ring_r~
@MA floating cloud of red mist shoots out from $n's weapon at $s target.

~
E
ring~
@MA floating cloud of red mist shoots from your weapon at your target.

~
!
-1

#2686
double-bladed dagger~
double-bladed daggers~
+shapped like a serpents fangs~
+'Apollyon'~
lies here, looking threatening.~
lie here, looking threatening.~
~
~
Galen~
Marek~
5 2686 8388672 8 8193 536870912
1 0 66048 0 0 0 4
0 2 12 1
200 5850 75 -1 8 1000 0 0
884908820
A 18 1
A 8 -10
A 7 10
E
either~
This dagger is shapped just like a serpents head and fangs.  Held upside

down, the pomel contains two sapphires that are the eyes of a large

snake, the handle is the head, and the two extended fangs cross over each

other.  Each fang is in fact a very sharp, double edged blade that

continues out of the handle for nearly six inches.  The whole dagger

seems to be made out of a solid piece of electrum, not a single seem is

visible anywhere.  The handle is wrapped in the skin of a red dragon,

contrasting nicely against the silverish of the electrum.

~
E
approve~
Approved with 2d12 damage, +1 to hit, and opcode. Level 75

~
P
7 -1
~
~
act_room( #wield, ch );

~
E
wield~
@CThe double-bladed dagger flashes a silver light as it is grasped.

~
!
3 -1
~
~
if( random( 1, 20 ) == 20 ) {

  act_tochar( #crit, ch );

  act_notchar( #crit_r, ch );

  i = 6d7+14;

  dam_message( victim, i, "the critical hit" );

  inflict( victim, ch, i, "the critical hit" );

}

if( random( 1, 10 ) == 10 ) {

  act_tochar( #spell, ch );

  act_notchar( #spell_r, ch );

  do_spell( prismic missile, ch, victim );

}

~
E
crit~
@CYour victim shudders in pain as both blades of the dagger sink into

their body and something vital is hit!

~
E
crit_r~
@C$n's victim shudders as both blades of $s dagger sinks into them,

striking something vital.

~
E
spell~
@CA prismic missile shoots out from between the blades of the dagger at

your victim!

~
E
spell_r~
@CA prismic missile shoots out from between the blades of $n's dagger at

$s victim!

~
!
-1

#2687
simple mug~
simple mugs~
~
~
sits here.~
sit here.~
~
~
Rue~
Rue~
17 2687 8388608 0 16385 0
0 0 32 0 0 0 4
60 55 1 0
10 40 1 -1 10 1000 0 0
885002609
E
either~
This simple clay mug can hold several good swigs of coffee or other

beverages.

~
P
-1

#2688
crystal bowl~
crystal bowls~
~
~
with delicate filigree sits on the ground.~
with delicate filigree sit on the ground.~
~
~
Florian~
Florian~
8 2688 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
100 10000 1 -1 10 1000 0 0
885028985
E
either~
Made from a single piece of crystal, this bowl has been elegantly crafted. 

Around its outer rim there is delicate, hand carved filigree of prancing

horses and noble lions fending off nightmares and pathers.  The bowl is

quite shallow and small, with a diameter of about eight inches.

~
P
-1

#2689
small campfire~
small campfires~
~
~
has been built here. Its flames crackle and blaze.~
have been built here. Their flames crackle and blaze.~
~
~
Florian~
Florian~
41 2689 0 0 0 0
0 0 64 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
885033587
E
either~
A small campfire has been built here.  It crackles and blazes, being fed

by a few thin twigs and branches.

~
P
-1

#2690
sprig of peppermint~
sprigs of peppermint~
~
~
with a pungent smell lies on the ground.~
with pungent smells lie on the ground.~
~
~
Florian~
Fenlyn~
11 2690 0 0 1 0
0 0 0 0 0 0 4
5 0 0 0
20 35 1 -1 10 1000 0 0
885034840
E
either~
This small green sprig has several tiny leaves sprouting off of its wiry

stem.  Purple flowers smaller than the leaves themselves cluster

underneath a few of the leaves.  The aroma of peppermint clings to the

sprig heavily.

~
P
-1

#2691
thick aloe leaf~
thick aloe leaves~
~
~
with sharp, spiny edges has fallen to the ground.~
with sharp, spiny edges have fallen to the ground.~
~
~
Florian~
Talis~
11 2691 0 0 1 0
0 0 0 0 0 0 4
5 0 0 0
20 45 1 -1 10 1000 0 0
885034947
E
either~
The ends of this aloe leaf are slightly frayed where it was obviously

taken from its plant.  Pale green in color, the curving leaf has a smooth

texture, like that of a seal's blubbery hide.  Sharp, teeth-like spines

jut upward along the edges of the aloe leaf.

~
P
-1

#2692
amulet~
amulets~
gray-stoned~
+of battle vigor~
sparkles on the ground.~
sparkle on the ground.~
~
~
Olah~
Olah~
9 2692 268435521 12 5 0
0 0 64 0 0 0 4
0 1 0 0
50 5500 25 -1 6 700 0 0
885073313
A 3 -1
A 22 10
A 21 10
E
either~
Made from a grayish chunk of stone, this amulet seems to give off a

calming, relaxing aura.  The bluish specks lining the stone sparkle when

touched.  A white string made from the gut of an animal is wrapped around

the stone, allowing it to be worn on one's neck.

~
P
-1

#2693
aloe plant~
aloe plants~
~
~
grows here, its spiny leaves sticking out everywhere.~
grow here, its spiny leaves sticking out everywhere.~
~
~
Florian~
Fenlyn~
0 2693 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
885078184
E
either~
An aloe plant has taken root in the soils here.  Its leaves angle about

like the legs of a spider and up and down their lengths are teeth-like

spines.  Each of the plant's leaves has a smooth, cool texture and

appears very succulent.

~
P
1 -1
get take pick snap~
plant aloe leaf green leaves succulent~
if( random( 0, 2 ) == 0 ) {

  act_tochar( #last, ch, obj );

  act_notchar( #last_room, ch, obj );

  obj_to_char( oload( 2691 ), ch );

  junk_obj( obj, 1 );

  }

else {

  send_to_char( #pick, ch );

  act_notchar( #room, ch, obj );

  obj_to_char( oload( 2691 ), ch );

  }

~
E
last~
You strip the last aloe leaf from the plant.

~
E
last_room~
$n strips the last aloe leaf from the plant.

~
E
pick~
With a certain deftness, you snap an aloe leaf cleanly from the plant.

~
E
room~
$n snaps an aloe leaf cleanly off of the plant.

~
!
-1

#2694
small peppermint plant~
small peppermint plants~
~
~
with tiny purple flowers grows and flourishes here.~
with tiny purple flowers grow and flourishe here.~
~
~
Florian~
Florian~
1 2694 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
885079539
E
either~
A small peppermint plant struggles among the weeds and grasses here.  It

has several sprigs, each of which is clustered with a spray of tiny

purple flowers.  A heavy fragrance of peppermint hangs in the air about

the small plant.

~
P
1 -1
get pick take pull~
sprig mint peppermint plant~
if( random( 0, 2 ) == 0 ) {

  act_tochar( #last, ch, obj );

  act_notchar( #last_room, ch, obj );

obj_to_char( oload( 2690 ), ch );

  junk_obj( obj, 1 );

  }

else {

  send_to_char( #pick, ch );

  act_notchar( #room, ch, obj );

obj_to_char( oload( 2690 ), ch );

}

~
E
last~
You pull the last sprig of peppermint from the tiny plant.

~
E
last_room~
$n pulls the last sprig of peppermint from the tiny plant.

~
E
pick~
You pull a sprig of peppermint from the tiny plant.

~
E
room~
$n pulls a sprig of peppermint from the tiny plant.

~
!
-1

#2695
large chunk of clear crystal~
large chunks of clear crystal~
~
~
with rough, unpolished edges lies here gleaming.~
with rough, unpolished edges lie here gleaming.~
~
~
Florian~
Olah~
8 2695 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 2000 1 -1 10 1000 0 0
885096518
E
either~
This piece of crystal is as clear as mountain spring water and weighs a

good amount.  Roughly rectangular in shape, the crystal looks to be a

fragmented chunk off of a larger stone formation.  Across the surface of

the crystal, you can almost see the images of horses and lions, waiting

for some carver's eager hands to bring them out.

~
P
-1

#2696
battle standard~
battle standards~
~
~
suspended from a long pole has been erected here.~
suspended from long poles have been erected here.~
~
~
Florian~
Florian~
8 2696 0 0 16385 0
0 0 0 0 0 0 4
0 5 0 0
600 600 1 -1 10 1000 0 0
885122354
E
either~
Sewn together from dyed scraps of canvas, this battle standard has

clearly seen better days.  Nonetheless, if set into the ground, it is

bound to flap as proudly in the air as any heraldic device.  At the heart

of the device is an image of a trained war horse and a mounted knight.

~
P
4 -1
set plant~
battle standard~
if( has_obj( 2696, ch ) ) {

act_tochar( #set, ch );

act_notchar( #rset, ch );

junk_obj( obj, 1 );

obj_to_room( oload( 2696 ), room );

wait( 2 );

act_room( #flap, ch );

}

else

act_tochar( #already, ch );

~
E
set~
You set a battle standard into the ground.

~
E
rset~
$n plants a battle standard firmly into the ground.

~
E
flap~
The battle standard flaps gently in the breeze.

~
E
already~
The battle standard is already set into the ground.

~
!
4 2696
1 look~
battle standard~
if( find_stat( ch, align ) == 2 )

  act_tochar( #lookevil, ch );

else

  act_tochar( #lookgood, ch );

~
E
lookevil~
Sewn together from dyed scraps of canvas, this battle standard has

clearly seen better days.  Nonetheless, if set into the ground, it is

bound to flap as proudly in the air as any heraldic device.  At the heart

of the device is an image of a viscious red wyvern with a dark knight

upon its back.

~
E
lookgood~
Sewn together from dyed scraps of canvas, this battle standard has

clearly seen better days.  Nonetheless, if set into the ground, it is

bound to flap as proudly in the air as any heraldic device.  At the heart

of the device is an image of a trained war horse with a knight upon its

back.

~
!
-1

#2697
trash barrel~
trash barrels~
~
~
rests in the corner here.~
rest in the corner here.~
~
~
Rue~
Rue~
15 2697 0 0 0 0
0 0 524290 0 0 0 4
50 0 0 -1
800 0 1 -1 10 1000 0 0
885156641
E
either~
This old wooden barrel is stained and marked from years of use as a

garbage container.

~
P
-1

#2698
stone~
stones~
ruby-red crystalline~
ruby focus~
glitters as the light strikes its surface.~
glitter as the light strikes their surfaces.~
~
~
Florian~
Merior~
8 2698 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
30 5000 1 -1 10 1000 0 0
885160437
E
after~
Octagonel in shape, this ruby-red crystal pulsates with magical energy. 

The crystalline stone has many facets, each of which catches the light

and refracts it in a magnificient display of color.  Within the stone's

center, you can make out what looks to be a tiny, burning fire.

~
E
burning fire center~
As you examine the center of the ruby stone with more scrutiny, you

cannot believe your eyes!  Trapped within the stone and standing no more

than an inch or so tall is a very tiny, very agitated, fire elemental. 

The fire elemental flickers and blazes and its eyes of blume flame glare

at you sinisterly.

~
E
before~
This crystal has an octagonel shape and many facets.  Red in color, it

practically thrums with latent power.  It also feels slightly warm.

~
P
-1

#2699
frozen corpse of a barbarian warrior~
frozen corpses of barbarian warriors~
~
~
lies here, partially decomposed.~
lie here, partially decomposed.~
~
~
Olah~
Olah~
23 2699 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10000 0 1 -1 10 1000 0 0
885261252
E
either~
The corpse appears to be that of a barbarian warrior that was buried in

the snow.  Small icicles have formed on his beard, while his armor

remains crystal clear.  His @Ygolden@n eyes are still open, and he seems to

be holding @Bblue@n axe in his right hand.

~
P
-1

#2700
dirty parchment~
dirty parchments~
~
~
lies here.~
lie here.~
~
~
Olah~
Olah~
0 2700 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
885263917
E
either~
The parchment has small @rred@n splotches of blood scattered randomly. 

It depicts several scenes where a barbarian has been slain during battle. 

Later, his corpse is retrieved.  As part of some sacrifice, his corpse is

then thrown into a bonfire.  The ashes from the sacrificed corpse are

then @rspread@n by a kneeling barbarian wearing ritualistic garb.

~
P
-1

#2701
stone ivy leaf~
stone ivy leafs~
~
~
lies here, a perfectly formed novelty.~
lie here, a pile of perfectly formed novelties.~
~
~
Orb~
Orb~
8 2701 0 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
10 2500 1 -1 10 1000 0 0
885389718
E
either~
This tiny leaf is only the size of an ogre's fingernail.  Perfectly

shaped, right down to the delicate tracery of veins, this stone leaf is a

lovely trinket.

~
P
-1

#2702
tiny stone acorn~
tiny stone acorns~
~
~
sits in the dust.~
sit here in the dust.~
~
~
Orb~
Orb~
8 2702 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
10 2500 1 -1 10 1000 0 0
885392566
E
either~
This tiny seed is a masterpiece of grey stone work.  Only the size of an

elf-maid's thimble, this little stone acorn is perfect in every way.

~
P
-1

#2703
simple wooden chest~
simple wooden chests~
~
~
lies here.~
lie here.~
~
~
Fenlyn~
Fenlyn~
15 2703 65536 0 0 0
0 0 2 0 0 0 4
100 5 0 0
2000 0 1 -1 10 1000 0 0
885403204
E
either~
The chest is made out of unpainted, unfinished pine.  Each slat of wood

is only about three inches wide.  Tiny nails the width of a fingernail's

thickness secure the strips of pine together forming the box.  On top of

the chest is a large metal plate with an inscription.

~
E
metal plate inscription~
The inscription on the metal plate reads:


@y"You have faced your destiny with courage and may now collect your

reward.  Open me and find wealth.  Inside, you will will find means to

travel back to familiar surroundings."

~
P
-1

#2704
cheese tart~
cheese tarts~
~
~
has been left here.~
have been left here.~
~
~
Rue~
Rue~
19 2704 -2147483648 0 1 0
0 0 512 0 0 0 4
8 -1 0 0
30 50 1 -1 10 1000 0 0
885432336
E
either~
This sweet and tempting tart glistens with a sugar glazing.  A cream

cheese filling mixed with several fresh berries sprinkled with sugar

makes it a truly mouth-watering treat.  The crust is made of a flakey

dough baked to perfection.

~
P
-1

#2705
petrified snail shell~
petrified snail shells~
~
~
lies here on its spiraled side.~
lie here on their spiraled sides.~
~
~
Orb~
Orb~
8 2705 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
10 2500 1 -1 10 1000 0 0
885433586
E
either~
This tiny shell once served as home for an equally small snail.  Its

once-brittle substance has been transformed into thin, yet durable stone.

~
P
-1

#2706
giant cupboard~
giant cupboards~
~
~
with intricate carvings covering its side.~
with intricate carvings covering their sides.~
~
~
Orb~
Orb~
15 2706 8 0 0 0
0 0 2 0 0 0 4
2500 13 2223 0
10 0 1 -1 10 1000 0 0
885435736
E
either~
This massive cupboard is made of fine highland pine.  Deep grained

wood covered in a thick stain create a beautiful red finish.  An

intricate carving of a mountain scene cover the sides of cupboard and a

thick door covers the front.  A small plaque in the bottom corner of the

door reads: "Made in Orlumber"

~
P
-1

#2707
poached pear tart~
poached pear tarts~
~
~
has been left here.~
have been left here.~
~
~
Rue~
Rue~
19 2707 -2147483648 0 1 0
0 0 512 0 0 0 4
8 -1 0 0
30 50 1 -1 10 1000 0 0
885445527
E
either~
A peach half poached in red wine sits in a bed of whipped cream inside a

buttery tart crust.  A small 'leaf' of crust sits astride the pear to

complete the presentation.

~
P
-1

#2708
apple-walnut custard tart~
apple-walnut custard tarts~
~
~
has been left here.~
have been left here.~
~
~
Rue~
Rue~
19 2708 -2147483648 0 1 0
0 0 512 0 0 0 4
8 -1 0 0
30 50 1 -1 10 1000 0 0
885446337
E
either~
Caramalized apples sit in a sweet walnut custard.  The whole mixture

rests on a thin layer of flakey crust.

~
P
-1

#2709
large bonfire~
large bonfires~
~
~
burns brightly here.~
burn brightly here.~
~
~
Olah~
Olah~
41 2709 65536 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
885600865
E
either~
Seeming to burn out of control, the wild flames threaten to singe you if

you come too near it.  Piles of wood and other debris appear to be

fueling the fire.  Upon closer inspection, you notice what appears to be

the charred remains of a corpse.

~
P
-1

#2710
stone couch~
stone couches~
~
~
has been placed here.~
have been placed here.~
~
~
Olah~
Olah~
35 2710 33554432 0 0 0
0 0 0 0 0 0 4
2 0 0 0
3000 0 1 -1 10 1000 0 0
885786729
E
either~
This couch can probably fit someone with a wide girth.  It's made of a

grayish stone, and it seems to be able to reflect light due to the polish. 

The gray wolf skins covering it are thick, making it comfortable to rest

upon.

~
P
-1

#2711
large couch~
large couches~
~
~
has been placed at the center of the room.~
rest at the center of the room.~
~
~
Olah~
Olah~
35 2711 33554432 0 0 0
0 0 0 0 0 0 4
2 0 0 0
3000 0 1 -1 10 1000 0 0
885787576
E
either~
The couch's girth is approximately five feet wide.  A splendidly painted

image of a dragon outlines the arm rest, while the image of a silver

lightning bolt on the head rest seems to sparkle brightly.

~
P
-1

#2712
stone tear-drop petal~
stone tear-drop petals~
~
~
lies here, broken off from its bloom.~
lie here, broken off from their blooms.~
~
~
Orb~
Orb~
8 2712 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
10 2500 1 -1 10 1000 0 0
885794700
E
either~
This small stone petal is only the size of an elf's fingernail.  It is

shaped like a small teardrop and is a uniform grey color.

~
P
-1

#2713
scroll~
scrolls~
thick parchment~
+of astral gate~
lies here.~
lie here.~
~
~
Marek~
Merior~
2 2713 64 0 1 0
0 0 1 0 0 0 4
88 7 15 -1
10 2000 30 -1 1 1000 0 0
885799734
E
either~
Thick parchment, creased in some places, is rolled into a large, heavy

scroll.

~
P
-1

#2714
round wooden table~
round wooden tables~
~
~
dominates the room.~
dominate the room.~
~
~
Olah~
Olah~
12 2714 0 0 0 0
0 0 0 0 0 0 4
0 0 0 0
5000 0 1 -1 10 1000 0 0
885843264
E
either~
The polished table appears to be able to fit eight large humans around it. 

Scattered upon its smooth surface are various parchments and scrolls, as

well as bits of meat and mostly empty bottles of beer.  Displayed across

the middle of the table is an elaborately painted map of the surrounding

areas.

~
P
-1

#2715
mithril token~
mithril tokens~
~
~
lies here, waiting to be traded in.~
lie here, waiting to be traded in.~
~
~
Orb~
Orb~
0 2715 9437184 0 1 0
0 0 16384 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
885943432
E
either~
This tiny mithril disk has a lovely crescent moon stamped onto each side.

~
P
-1

#2716
steel token~
steel tokens~
~
~
lies here, waiting to be traded in.~
lie here, waiting to be traded in.~
~
~
Orb~
Orb~
0 2716 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
885952125
E
either~
This small steel disk has a perfect five-pointed star stamped on either

side of it.

~
P
-1

#2717
iron token~
iron tokens~
~
~
lies here, waiting to be traded in.~
lie here, waiting to be taken in.~
~
~
Orb~
Orb~
0 2717 0 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
885953374
E
either~
This tiny iron disk is engraved with a majestic oak tree on each of its

sides.

~
P
-1

#2718
bronze token~
bronze tokens~
~
~
lies here, waiting to be traded in.~
lie here, waiting to be traded in.~
~
~
Orb~
Orb~
0 2718 0 0 1 0
0 0 2048 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
885953712
E
either~
This small bronze disk has a detailed hammer and anvil stamped onto each

of its sides.

~
P
-1

#2719
mithril armor bracer~
mithril armor bracers~
~
~
lies here, gleaming faintly.~
lie here, gleaming faintly.~
~
~
Orb~
Fenlyn~
9 2719 268435456 0 4097 2211840
0 0 16384 0 0 0 4
0 19 0 0
280 27000 60 -1 8 1000 10 0
885958530
E
either~
Minutely crafted mithril plates are hinged and fitted to provide the best

protection possible.

~
P
-1

#2720
mithril armor arm plates~
mithril armor arm platess~
~
~
lies here, gleaming faintly.~
lie here, gleaming faintly.~
pair of~
pairs of~
Orb~
Jimbalaya~
9 2720 0 0 257 2736128
0 0 0 0 0 0 4
0 19 0 0
680 20000 50 -1 8 1000 12 0
885959097
E
either~
Perfectly crafted mithril plates are hinged and fitted to provide the

best protection possible.

~
P
-1

#2721
mithril armor leg plates~
mithril armor leg platess~
~
~
lies here, gleaming faintly.~
lie here, gleaming faintly.~
pair of~
pairs of~
Orb~
Marek~
9 2721 0 0 33 2736128
0 0 16384 0 0 0 4
0 19 0 0
720 15000 45 -1 8 1000 12 0
885959768
E
either~
Perfectly crafted mithril plates are hinged together to provide the best

protection possible.

~
P
-1

#2722
mithril plate armor breastplate~
mithril plate armor breastplates~
~
~
lies here, gleaming faintly.~
lie here, gleaming faintly.~
~
~
Orb~
Fenlyn~
9 2722 0 0 9 2736128
0 0 0 0 0 0 4
0 19 0 0
940 17500 45 -1 8 1000 15 0
885960019
E
either~
Many finely crafted mithril plates have been hinged together to form this

impressive piece of armor.  The silvery metal gleams faintly, polished to

a dull glow.

~
P
-1

#2723
guano-covered shovel~
guano-covered shovels~
~
~
lies chained to the railing.~
lie chained the the railing.~
~
~
Rue~
Rue~
0 2723 0 8 0 0
0 0 0 0 0 0 4
0 0 0 0
300 50 1 -1 10 1000 0 0
886003432
E
either~
This heavy shovel is covered with guano from years of use in the caves. 

A thick chain connects it to the iron rail, preventing you from taking it.

~
P
-1

#2724
bloody meat cleaver~
bloody meat cleavers~
~
~
is wet with death.~
are wet with death.~
~
~
Rebekka~
Rebekka~
5 2724 8650752 8 8193 32
1 0 16384 0 0 0 4
0 6 6 8
300 300 70 -1 4 1000 0 0
886027643
E
either~
This large cleaver shows signs of heavy use.  Its rough edges are filled

with dried blood, and the handle is slightly cracked.  Nonetheless, it is

a fearsome-looking weapon.

~
P
3 -1
~
~
if( random( 1, 20 ) < 4 ) {

  act_room( #hits, ch );

  attack( ch, victim, 4d5, "bloody edge" );

  }

~
E
hits~
@RThe cleaver seems to come to life as it hits yet again!@n

~
!
-1

#2725
demon underwear~
demon underwears~
~
~
~
~
~
~
Khisanth~
Fenlyn~
9 2725 0 0 9 0
0 0 0 0 0 0 4
0 0 0 0
10 0 92 -1 10 1000 0 0
886032431
E
either~
High-waisted, dark-colored trunks massive enough for the most buff of

demons.  A small label is tucked under the waistband.  Two words can be

seen on the small slip of cloth: 'Adakar' and 'Tuesday'.

~
P
-1

#2726
turnstile~
turnstiles~
~
~
sits here counting away.~
sit here counting away.~
~
~
Fenlyn~
Fenlyn~
15 2726 8454144 0 0 0
0 0 8192 0 0 0 4
100 16 0 0
1000 0 1 -1 10 1000 0 0
886032859
E
either~
The turnstile is more of a bag really.  Coins can be placed inside it to

tally the goings on in the realms.

~
P
-1

#2727
silver linked bracelet~
silver linked bracelets~
~
~
lies here in a small pile of silver links.~
lie here in a small pile of silver links.~
~
~
Orb~
Fenlyn~
9 2727 0 0 4097 0
0 0 131072 0 0 0 8
0 5 0 0
50 2000 10 -1 10 1000 0 0
886041831
E
either~
Fine, square links of silver have been intertwined to create this lovely

length of chain.  The clasp of the bracelet can attach to any of the

links, making it possible to lengthen or shorten the bracelet as needed.

~
P
-1

#2728
{gem} emerald~
{gems} emerald~
tiny, deep-green~
tiny, deep-green~
~
~
~
~
Orb~
Orb~
6 2728 0 0 1 0
0 0 0 0 0 0 4
10 1 0 0
10 5000 1 -1 10 1000 0 0
886043753
E
either~
This tiny green stone is completely unflawed.  Faceted and cut to reflect

the light in a pleasing manner, the clarity of the gem is almost perfect.

~
P
-1

#2729
mire serpent skull~
mire serpent skulls~
~
~
grins toothily at you from the ground.~
grin toothily at you from the ground.~
~
~
Khisanth~
Khisanth~
33 2729 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
150 10000 1 -1 10 1000 0 0
886118535
E
either~
A large serpentine skull about a few feet in breadth, this piece is

unusual and quite heavy.

~
P
-1

#2730
dusky grey troll flesh~
dusky grey troll flesh~
~
~
lies on the floor, discarded.~
lie on the floor, discarded.~
piece of~
pieces of~
Khisanth~
Khisanth~
33 2730 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
886120174
E
either~
An odd grey color, this piece of flesh is slightly tougher than the skin

of the other species of trolls.

~
P
-1

#2731
handful of runts~
handfuls of runts~
~
~
lies here, beckoning to your sweet tooth.~
lie here, beckoning to your sweet tooth.~
~
~
Adakar~
Adakar~
19 2731 0 0 1 0
0 0 0 0 0 0 4
1 -1 0 0
5 0 1 -1 10 1000 0 0
889996855
E
either~
A handful of tart and tangy cadies, made up of apple, orange, lime,

cherry and strawberry flavors.  Noticeably missing is any hint of banana

flavors, perhaps the creator finally stopped adding them to the mix.

~
P
-1

#2732
stone brazier~
stone braziers~
~
~
smokes against the southern wall.~
smoke along the southern wall.~
~
~
Rue~
Rue~
15 2732 0 0 0 0
0 0 524352 0 128 0 4
2 0 0 -1
10000 0 1 -1 10 1000 0 0
886188889
E
either~
Carved from a dark granite, this brazier stands about four feet tall.  In

its bowl are glowing coals in a deep bed of ash.  Several burnt out

incense sticks protrude from the ash as well.  The stand of the brazier

is a small statue of a scowling goblin holding the bowl on its shoulders.

~
P
-1

#2733
glowing bed of coals~
glowing bed of coalss~
~
~
sits in the brazier.~
~
~
~
Rue~
Rue~
1 2733 0 0 0 0
0 0 2 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886190315
E
either~
These hot coals burn with an evil orange glow.

~
P
-1

#2734
large stone club~
large stone clubs~
~
~
lies here, creating an obstacle.~
lie here, creating obstacles.~
~
~
Khisanth~
Jimbalaya~
5 2734 0 0 8193 0
0 0 64 0 0 0 4
0 5 4 3
1000 9000 30 -1 6 1000 0 0
886215291
E
either~
A large piece of limestone roughly three feet long.  The sheer

massiveness of this piece makes it seem an imposing weapon in the hands

of a strong wielder.

~
P
-1

#2735
small moonstone~
small moonstones~
~
~
shines opalescent on the ground.~
shine opalescent on the ground.~
~
~
Khisanth~
Adakar~
6 2735 536870912 0 1 0
0 0 0 0 0 0 4
0 1 0 0
10 750 1 -1 10 1000 0 0
886216794
E
either~
A small fragment of pearly white stone, this moonstone gleams softly in

your hand.

~
P
-1

#2736
rusted manacles~
rusted manacles~
~
~
~
~
pair of~
pairs of~
Khisanth~
Khisanth~
9 2736 4096 0 129 0
0 0 0 0 0 0 4
-1 2 2 0
400 0 1 -1 10 1000 0 0
886218935
A 2 -8
E
either~
Corrosion has all but hidden the orginal form of the manacles, but for

some unknown reason the chain and cuffs still seem strong.

~
P
-1

#2737
dusky grey leggings~
dusky grey leggings~
~
~
has fallen to the ground.~
have fallen to the ground.~
pair of~
pairs of~
Khisanth~
Khisanth~
9 2737 0 0 33 0
0 0 4 0 0 0 4
0 5 0 0
300 1000 35 -1 8 500 0 0
886221107
E
either~
Crafted of a leather made from an unusual type of troll skin, these

leggings are tough and feel smooth to the touch.

~
P
-1

#2738
dusky grey sleeves~
dusky grey sleeves~
~
~
has fallen to the ground.~
have fallen to the ground.~
pair of~
pairs of~
Khisanth~
Khisanth~
9 2738 0 0 1 0
0 0 4 0 0 0 4
0 5 0 0
300 1000 35 -1 8 500 0 0
886222312
E
either~
Crafted of a leather made from an ususual type of troll skin, these

sleeves are tough and feel smooth to the touch.

~
P
-1

#2739
dusky grey tunic~
dusky grey tunics~
~
~
has fallen to the ground.~
have fallen to the ground.~
~
~
Khisanth~
Khisanth~
9 2739 0 0 9 0
0 0 4 0 0 0 2
0 3 5 0
30 14000 40 -1 8 500 0 0
886223256
E
either~
Crafted of a leather made from an unusual type of troll skin, this tunic

is tough and feels smooth to the touch.

~
P
-1

#2740
crude wooden chest~
crude wooden chests~
~
~
seems about to fall apart at any moment.~
seem to about to fall apart at any moment.~
~
~
Khisanth~
Khisanth~
15 2740 0 0 0 0
0 0 0 0 0 0 4
100 5 0 0
1 0 1 -1 10 1000 0 0
886224525
E
either~
This dilapidated chest seems to not even be secure enough to keep its

contents inside, let alone protect them from anyone taking them.

~
P
-1

#2741
badge of the Voaleth guard~
badge of the Voaleth guards~
~
~
lies on the ground.~
lies on the ground.~
~
~
Khisanth~
Khisanth~
8 2741 0 0 1 0
0 0 131072 0 0 0 4
0 0 0 0
1 1000 1 -1 10 1000 0 0
886225542
E
either~
A small silver device that is pinned to a tabbard, the emblem of the town

of Voaleth can be clearly seen stamped into the metal.

~
P
-1

#2742
silver dinner fork~
silver dinner forks~
~
~
gleams quietly on the ground.~
gleam quietly on the ground.~
~
~
Khisanth~
Khisanth~
8 2742 0 0 1 0
0 0 131072 0 0 0 4
0 0 0 0
1 500 1 -1 10 1000 0 0
886226297
E
either~
A fine piece of flatware, suitable for a formal banquet.  The symbol of

the Tyrant of Voaleth is engraved carefully at the end of the handle.

~
P
-1

#2743
dark crystal goblet~
dark crystal goblets~
~
~
glitters darkly from the floor.~
glitter darkly from the floor.~
~
~
Khisanth~
Khisanth~
17 2743 0 0 1 0
0 0 64 0 0 0 4
150 0 0 0
3 1500 1 -1 10 1000 0 0
886226500
E
either~
Carved completely from one chunk of black crystal, this goblet gleams

darkly.  Inlaid in silver along one side of the glass is the symbol of

the Tyrant of Voaleth.

~
P
-1

#2744
black mithril warhammer~
black mithril warhammers~
~
+'Asbras'~
lies here speckled with blood from previous fights.~
lie here speckled with blood from previous fights.~
~
~
Galen~
Galen~
5 2744 8388672 8 8193 5324820
0 0 16512 0 0 0 4
0 4 11 3
800 50000 65 -1 10 1000 0 0
886303080
A 18 -2
A 1 -1
A 2 1
A 5 -1
A 19 1
E
either~
This large warhammer has a solid mithril head to it, though it's rather

light.  A large bone serves as a shaft for the warhammer, the handle is

wrapped in wyvern hide.  Many different ancient dwarvish runes are

engraved into the handle and head of the warhammer.

~
E
approve~
Approved hitroll -2, strength -1, dex +1, con -1, damage +1, 4d11 damage

+5 levels for 3 positive affects (counting damage) -- level 65.

~
P
7 -1
~
~
act_tochar( #wear, ch );

act_notchar( #wear_r, ch );

~
E
wear~
@CAs you heft this magnificent weapon, you feel an undescribable power

flow throughout you.@n 

~
E
wear_r~
@CAs $n wields $s warhammer, $e smiles oddly.@n

~
!
3 -1
~
~
if( random( 1, 6 ) == 1 ) {

  i = 5d10;

  if( random( 1, 6 ) == 1 ) {

    if( players_room( room ) > 1 ) {

      victim = rand_player( room );

      if( victim == ch )

        end;

      act_tochar( #oops, ch );

      act_notchar( #oops_r, ch );

      dam_message( ch, i, "flying warhammer" );

      inflict( ch, victim, i, "flying warhammer" );

      act_tochar( #return, ch );

      act_notchar( #return_r, ch );

      end;

    }

    end;

  }

  act_tochar( #fly, ch );

  act_notchar( #fly_r, ch );

  dam_message( ch, i, "flying warhammer" );

  inflict( ch, mob, i, "flying warhammer" );

  act_tochar( #return, ch );

  act_notchar( #return_r, ch );

}

~
E
oops~
@COh no, you grip loosned on the warhammer!  It goes flying into your

companions!@n

~
E
oops_r~
@C$n loses $s grip on $s weapon, and it goes flying into the group!@n

~
E
return~
@CAsbras glides back into your grip!@n

~
E
return_r~
@CThe warhammer glides back into $n's grip!@n

~
E
fly~
@RYour warhammer goes flying from, straight towards your victim!@n

~
E
fly_r~
@CR$n's warhammer flys from $s grasp, straight towards $s target!@n 

~
!
-1

#2745
fragments~
fragments~
shiny, metallic~
hematite~
rests on the ground, glinting softly.~
rest on the ground, glinting softly.~
handful of~
handfuls of~
Florian~
Florian~
11 2745 0 0 1 0
0 0 0 0 0 0 4
8 0 0 0
5 150 1 -1 10 1000 0 0
886379877
E
before~
This handful of minerals is composed of both red and metallic fragments. 

The red fragments are rough and well-rounded but the shinier pieces of

mineral gleam like bits of true iron and have more jagged edges.

~
E
after~
Composed of red and silver fragments, this handful of hematite has a

peculiar gleam to it.  As the light dances across the surface of the more

metallic fragments, you are left with the momentary impression of bits of

fiery rock hurling through the night sky.

~
P
-1

#2746
elf skeleton~
elf skeletons~
~
~
is slumped in one corner, shackled to the wall with iron chains.~
sit slumped in one corner, shackled to the wall with iron chains.~
~
~
Orb~
Orb~
0 2746 0 0 0 0
0 0 128 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886397917
E
either~
This white skeleton rests in the corner of the room.  The fine, slender

bones and humanoid shape indicate that this was once an elf.

~
P
-1

#2747
table of black marble~
table of black marbles~
~
~
occupies the center of the room.~
occupy the center of the room.~
~
~
Orb~
Orb~
36 2747 0 0 0 0
0 0 64 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886399829
E
either~
As you look further at this table, you notice that despite seeming quite

old, it is unmarred by stains or scratches of any kind.  Also somewhat

unordinary is that no lines appear anywhere; it seems to have been carved

from a single gigantic block of marble.

~
P
-1

#2748
shelf of dark wood~
shelf of dark woods~
~
~
lines the western wall here.~
line the western wall here.~
~
~
Orb~
Orb~
15 2748 0 0 0 0
0 0 2 0 0 0 4
99999 0 0 0
1 0 1 -1 10 1000 0 0
886400065
E
either~
The wood of this shelf is such a dark brown as to almost appear black.

It is highly polished, and gives a glimmer of red when viewed at a

certain angle.

~
P
-1

#2749
ironwood cabinet~
ironwood cabinets~
~
~
sits here.~
sit here.~
~
~
Orb~
Orb~
15 2749 8388608 0 0 0
0 0 4098 0 0 0 4
99999 0 0 0
1 0 1 -1 10 1000 0 0
886400628
E
either~
A tall cabinet made from ironwood.

~
P
-1

#2750
specimen jar~
specimen jars~
~
~
sits here on the shelf.~
sit here on the shelf.~
~
~
Orb~
Orb~
15 2750 0 0 1 0
0 0 32 0 0 0 4
1000 0 0 0
1 0 1 -1 10 1000 0 0
886400765
E
either~
A large glass jar, made for holding reageants or specimens for study.

~
P
-1

#2751
thickly-upholstered arm chair~
thickly-upholstered arm chairs~
~
~
rests here, inviting you to sit.~
rest here, inviting you to sit.~
~
~
Orb~
Orb~
35 2751 33554432 0 0 0
0 0 0 0 0 0 4
1 0 0 0
1 0 1 -1 10 1000 0 0
886403106
E
either~
The armchairs are thickly upholstered and appear quite comfortable.

~
P
-1

#2752
marshmallow~
marshmallows~
~
~
lies fluffy white on the ground.~
lie fluffy white on the ground.~
~
~
Khisanth~
Khisanth~
19 2752 0 0 1 0
0 0 512 0 0 0 4
1 2 0 0
1 0 1 -1 10 1000 0 0
886415450
E
either~
Still warm to the touch, this golden-white marshmallow is perfectly

toasted.  The scents of campfire and sugar waft from this fluffy bit of

heaven.

~
P
-1

#2753
large bone horn~
large bone horns~
~
~
hangs from a wooden post.~
hangs from a wooden post.~
~
~
Void~
Void~
26 2753 0 0 0 0
0 0 128 0 0 0 4
0 0 0 0
2000 0 80 -1 10 1000 0 0
886419734
E
either~
The large horn has been fashioned from a large, dirty bone and is

attached to a long, oaken post that has been dug firmly into the ground. 

The end of the horn has been shaped to form a mouthpiece.

~
P
-1

#2754
bear paw~
bear paws~
~
~
lies here.~
lie here.~
~
~
Fenlyn~
Fenlyn~
5 2754 -2147481600 4 8193 5750784
0 0 768 0 0 0 4
0 3 10 0
200 1000 60 -1 7 500 0 0
886453476
E
either~
Long claws extend from the end of this detached paw from a black-furred

bear.  Most of the fur on the outside of the bear paw is knotted into

little black bunches.  The inside of the paw has been hollowed out and

fitted with a soft glove to allow an easy fit over the hands.

~
P
-1

#2755
broken and dirty harpy feather~
broken and dirty harpy feathers~
~
~
rests on the ground.~
rest on the ground.~
~
~
Rue~
Rue~
34 2755 16777232 8 1 0
0 0 512 0 0 0 4
0 0 0 0
10 0 1 -1 10 500 0 0
886469046
E
either~
This black feather is broken and useless.  It is covered with dust and

guano, mixing with the thick oils that permeate it.

~
P
-1

#2756
silver rose~
silver roses~
~
~
lies here, slowly wilting.~
lie here, slowly wilting.~
~
~
Galen~
Galen~
0 2756 536870912 0 1 0
0 0 512 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886477035
E
either~
This silver rose pulses with a soft white light, clearly more than your

average rose.  Inside of the rose is almost white, while the outside

petals are a dark silver color.  You can feel an odd goodness coming from

the rose.

~
P
-1

#2757
spiked steel helm~
spiked steel helms~
~
~
lies here, its sharp top pointing toward the sky.~
lie here, their sharp tops pointing toward the sky.~
~
~
Galen~
Olah~
9 2757 -2147483648 0 17 2211840
0 0 8192 0 0 0 4
0 9 0 -1
650 2500 10 -1 4 1000 1 0
886482118
E
either~
This helm is made almost completely out of steel.  A thin leather strap

riveted to the sides is used to strap it to your chin and hold it into

place.  The point on the top of the helmet looks sharp, and would

probably draw blood if you pricked yourself on it.

~
P
-1

#2758
medallion~
medallions~
heart shapped~
+of the impure heart~
lies here, pulsing softly with light.~
lie here, pulsing softly with light.~
~
~
Galen~
Jimbalaya~
9 2758 4176 4 5 201326592
0 0 65536 0 0 0 4
1 0 0 0
300 30000 60 -1 9 1000 0 0
886485170
A 4 2
E
either~
This medallion is a solid black chain of some odd metal with a solid

black obsidian heart attatched to it.  A dark grey light seems to pulse

from the heart, chilling your soul as you watch it.  Just the presence of

this medallion causes a twinge of fear in your heart.

~
P
7 -1
~
~
act_tochar( #ouch, ch );

act_notchar( #ouch_r, ch );

i = 10d10+200;

dam_message( ch, i, "the power of pure evil" );

inflict( ch, mob, i, "the power of pure evil" );

~
E
ouch~
@RYou scream out in pain as you feel the unadulterated power of pure evil

shoot straight into your heart!@n

~
E
ouch_r~
@C$n screams in pain as they wear the heart shaped medallion.@n

~
!
-1

#2759
serpentine crimson key~
serpentine crimson keys~
~
~
lies here, glowing faintly.~
lie here, glowing faintly.~
~
~
Orb~
Orb~
18 2759 3276864 4 1 0
0 0 8192 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886522304
E
either~
Writhing in close combat are two serpentine dragons carved into the

crimson metal of this expertly crafted key.

~
P
-1

#2760
dirty bucket~
dirty buckets~
~
~
rests on the ground.~
rest on a gaming table.~
~
~
Rue~
Rue~
17 2760 0 0 1 0
0 0 2 0 0 0 4
50 0 0 0
10 0 1 -1 10 1000 0 0
886523930
E
either~
This stinking old wooden bucket has seen years of use.  It is stained and

moldy, and the iron bands holding it together are rusty.

~
P
-1

#2761
aurochs skin~
aurochs skins~
~
~
lies upon the ground.~
lie upon the ground.~
~
~
Olah~
Olah~
33 2761 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
400 500 1 -1 10 1000 0 0
886631015
E
either~
Thick and white, this appears to be a carefully skinned hide of an auroch. 

The skin is likely valuable or can be made into something useful like

clothing or a rug.

~
P
-1

#2762
brass-plated clasp~
brass-plated clasps~
~
~
lies here.~
lie here.~
~
~
Olah~
Olah~
8 2762 8650752 4 1 0
0 0 657408 0 0 0 4
0 0 0 0
50 1000 1 -1 10 1000 0 0
886705393
E
either~
This clasp is plated in polished brass, which seems to shine in light.  A

pair of silvery ends in the shape of a lightning bolt allows one to

fasten it.

~
P
-1

#2763
blood-red horn~
blood-red horns~
~
~
lies here.~
lie here.~
~
~
Rue~
Rue~
34 2763 17040384 4 1 70270976
1 0 128 0 0 0 4
0 3 3 1
100 2000 10 -1 10 600 0 0
886712095
E
either~
This thick and twisted horn is over a foot long.  It is thickly ribbed,

and is the color of blood.  The thick veinlike ribs are a deep black and

give the horn a demonic appearance.

~
P
-1

#2764
feather~
feathers~
carnation-red~
carnation-red~
lies here.~
lie here.~
~
~
Starshine~
Starshine~
34 2764 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
2 100 1 -1 10 100 0 0
886714717
E
either~
A bird once proudly displayed this feather, which is colored a beautiful

carnation-red The feather is not long, but due to its color, quite

startling.  It is very light, as all feathers are, with a tapering,

hollow shaft.

~
P
-1

#2765
tome~
tomes~
+covered in hardened brown leather~
+entitled Immortality 102~
draws your attention to it.~
draw your attention to it.~
~
~
Talis~
Talis~
37 2765 0 0 1 0
0 0 4 16384 0 0 4
0 0 0 0
10 0 91 -1 1 1000 0 0
886732014
E
either~
Congratulations, you have aquired a copy of the fine line of teaching

materials intended to help improve your building skills as an immortal. 

Where as the first book in the series, Immortality 101, was intended to

help hone your rough skills as a builder, this tome targets some of the

finer points of ettiquette and appearance.  Contained herein are several

of the smaller details often overlooked by starting imms.  By

implementing some of the ideas demonstrated you should be able to quickly

give your codes the appearance of a practiced master.

Welcome to @gImmortality 102@n.


Chapter One    - DOORS

Chapter Two    - TRANSFERS

Appendix A     - CHECKLIST

Appendix B     - ETTIQUETTE

Appendix C     - MORTALS

~
E
one doors~
Though doors can be easy opened, occassionally you want to add a little

flash to a code.  Disable the ability to "open boulder" and change it

into something like move boulder so it reveals the cave behind.  All too

often though this is what you end up with: 

@y

   [ 1] if( find_stat( ch, str ) > 10 ) {

   [ 3]   act_tochar( #move_rock, ch );

   [ 5]   open( room, east );

   [ 7]   }

@n


Unfortunately this code will need a lot of work.

A much better format can be seen under @blook door2@n.

A preamble on how to set up this function is under @blook pre-door@n.

A word of caution though, don't let its looks overwhelm you.  I'll walk

you through and show you just how easy it really is.

~
E
door2~
This is what the corrected door code should look like.

@y

   [ 1] if( is_open( room, east ) ) {

   [ 3]   act_tochar( #is_open, ch );

   [ 5]   end;

   [ 7]   }

   [ 9] if( find_stat( ch, str ) > 10 ) {

   [11]   act_tochar( #move_rock, ch );

   [13]   act_notchar( #rmove_rock, ch );

   [15]   open( room, east );

   [17]   send_to_room( #rock_opens, find_room( 31000 ) );

   [19]   }

   [21] else {

   [23]   act_tochar( #too_heavy, ch );

   [25]   act_notchar( #straining, ch );

   [27]   }

@n


See @blook door3@n for a breakdown of this if you need one.

~
E
door3~
lines 1-7 Do a check to see if the door is already open.

This prevents spamming it open or opening it if it already is open.


If the "door" is closed, then it procedes to line 9, checking to see if

they are strong enough to move it.  If they are then...

  They get a message they open it (line 11)

  Everyone in the room sees them open it (line 13)

  The door is opened (line 15, unseen thus the messages)

  People in the adjacent room notice the boulder moved

  (line 17)


Else (if they are not strong enough)

  They strain themselves trying (line 23)

  And everyone notices the obvious attempt (line 29)

~
E
A checklist~
Things to always think through in coding:


@c-@nDid you inform the player what they see?  (act_tochar)


@c-@nWould others notice the player doing it?  (act_notchar)


@c-@nIs the effect noticable in other rooms?  (act_notchar)

 (doors being opened/shut, loud/significant noises,

  characters arriving via a transfer function)


@c-@nIf its a code to open something, should there be another

 so they can close it as well?

~
E
pre-door~
To set up a room code like this one, simulating a boulder being moved

instead of having it as a simple "door" you would need to do the

following: 


Set the connection between the rooms as a door with @bdedit@n.

Set the @bdflag@ns for is_door, closed, secret, pickproof, no_open,

    and reset_closed


Then used @baedit@n to create a new function in the room.


aset command none

aset trigger move

aset target boulder


(remember to add extra descs so people can examine the boulder)


Then you're ready to insert the acode.  All the major commands you need

to use are highlighted and you should be able to find help on them.

~
E
ettiquette b~
A few simple rules of thumb when dealing with other immortals

areas/objects/mobs: 


If the imm is still active here, mail them and ask them to make changes. 

Sometimes what seems like a mistake to you and others may, in fact, be

intentional and with good reasons.


If the imm is no longer active, don't change anything unless you have to. 

Usually its a good idea to check around and see who, if anyone, has taken

over care of an area.  Sometimes an active imm has a tentative "claim" on

control over an area.  Usually this means they are in the process of

fixing problems.  They may like the help or you may make things worse.


@gMost importantly@n, unless there is a dire bug involved just don't

tamper with open areas.


Imms lower than 93 should remain invis. (its policy)

~
E
two transfers~
Transfers are much like door codes in the problems that accrue around

them.  Here's an example of what a good transfer code might looke like:

@Y

   [ 1] if( is_fighting( ch ) ) {

   [ 3]   act_tochar( #use_flee, ch );

   [ 5]   end;

   [ 7]   }

   [ 9] act_tochar( #climbs_tree, ch );

   [11] act_notchar( #rclimbs_tree, ch );

   [13] transfer( ch, find_room( 11000 ) );

   [15] act_notchar( #arrives, ch );

   [17] loop( followers ) {

   [19]   ch = rch;

   [21]   acode( room, 1 );

   [23]   }

@n

I've included a run down of this one under @blook transfer2@n

~
E
transfer2~
Lines 1-7 are often forgetten.  Transfers, typically, should not be a

means to escape combat.  This prevents such an abuse.


lines 9-15 give all the basic info, though I've forgone a skill check. 

If they were to climb a tree or something then you'd want to include a

check for success as well as lines to tell the character they failed and

tell anyone else in the room they attempted and failed.


Lines 17-23 run a check so all followers will go with whoever is leading

them.  We can't, at this time, check for sleepers, so sleepers will be

dragged along as well.  We asked players once and they said they'd rather

have leader/follower take precedence over safe sleeping, so its up to

them to remember where these things occur.


To do this code justice, we should also add checks to see if the being

checked is flying (for automatic sucecss) and if they can climb at all

(as some pets can not).  For an indepth example I suggest checking

acode 1 in room 38500.

~
E
mortals c~
When dealing with mortals always remember we have to follow rules as much

as they do.


If you're unlder level 93, you should be invis.  Don't talk to mortals.


When dealing with mortals you should ALWAYS be visible.  If you won't own

up to your deeds you probably shouldn't be working here.


If you warn someone of something @bpbug@n their account.

If you can't pbug, then leave a note for someone else to on imm board.


Some useful help files reguarding dealing with mortals:

@bcrimes@n, @bpolicies@n, @bnames@n, @bnames2@n, @bappearance@n,

@bdescription@n, and @bmuliplay@n.

~
P
-1

#2766
murky green scales~
murky green scales~
~
~
lie here in a slimy pile.~
lie here in a slimy mass.~
few~
piles of~
Orb~
Orb~
34 2766 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
1 10 1 -1 10 1000 0 0
886736167
E
either~
These few murky scales are a greyish-green color and are coated with a

pungent slime.

~
P
-1

#2767
serpent's fang~
serpent's fangs~
~
~
is ivory colored with a razor-sharp edge.~
are ivory colored with razor-sharp edges.~
~
~
Orb~
Orb~
5 2767 16778324 12 8193 67141632
0 0 128 0 0 0 4
2767 2 17 1
200 13000 70 -1 10 700 0 0
886736973
E
either~
This ivory fang is nearly twenty inches long.  The edge of the fang is a

serrated, razor-sharp edge that gradually dulls to a sturdy, dull base.

~
P
-1

#2768
aster flower~
aster flowers~
~
~
grows here, delicate and beautiful.~
grow here, delicate and beautiful.~
~
~
Phule~
Olah~
11 2768 -1879048192 0 17 0
0 0 512 0 0 0 2
0 0 0 0
10 10 1 -1 10 100 0 0
886790842
E
either~
This beautiful flower is soft, and smells sweetly of the autumn.  Some

asters are white, while others are blue, and still others, lavender.

~
P
4 -1
smell sniff inhale snort~
aster flower~
act_tochar( "The flower smells sweetly of autumn.", ch );

act_notchar( "$n brings $p to $s nose and sniffs.", ch, obj );

~
!
-1

#2769
crimbul deck~
crimbul decks~
~
~
resting on a playing table.~
of cards rest on the table.~
~
~
Talis~
Talis~
15 2769 0 0 0 0
0 0 130 0 0 0 4
10 0 0 0
1 1000 1 -1 10 1000 0 0
886830702
E
either~
You see a deck of crimbul cards setting on a gaming table.  The deck is

obviously a fine one made from thin slivers of laquered tortoise shell. 

The cards have all had the same dark green pattern shot through with

silver strands painted onto the backs so you can neither see the image

painted on the front nor tell what card it might be by variations in the

natural shell patterning.  Each card has been laquered to preserve the

images painted on them and to help preserve the card itself from wear and

tear.


If you wanted to play a game or two of crimbul with someone, perhaps you

should @blook@n at the @brules@n.

~
E
rules~
In turn each participant will @bdraw@n their own @bhand@n.


At any time the dealer can @breshuffle@n all cards back into the deck so

the game can start over.  In the case of a reshuffle, everyone will

return their hands to the deck.


After the initial hand is drawn, most variants of the game allow one

chance to keep your hand or @bimprove@n your @bhand@n by exchanging a few

cards.  Alternatively you can choose to @bredraw@n your entire @bhand@n

if you feel your luck will be bad with your current one.  Often either of

these actions can result in a worse hand, though sometimes they can

improve your hand.


A listing of superiorities of hands can be viewed under @blook win@n.

A listing of popular betting formats can be viewed under @blook bet@n.

~
E
win~
The order of winning hands (best at top):


     an Iron Crown

     a Crown of Roses

     a Full Moon Rising

     a Full Moon

     a Gauntlet

     the Beggar's Blessing (*)

     a triad

     a pair

     Stones



* Oddly enough, the Beggar's Blessing fulfills a strange role.  If it is

the lowest hand played in a game, it trumps all others to win.  If more

than one Beggar's Blessing turn up in one round though, neither is

considered the lowest in the game and normal card order is retained.

~
E
*** imm_note ***~
If a player manages to leave the location of the deck with a hand of

cards still on them they will be unable to remove or get rid of them. 

Simply have them return to the location of a crimbul deck and

@breshuffle@n the deck.  The cards will be automatically removed and

returned where they belong.



To help prevent this from happening, copy opcode #4 off the deck and

install it in the room the deck is housed in.  Set it to trigger leaving

and flag all directions.  Short of getting summoned out, that should

alleviate the potential problem from occuring.

~
E
bet~
Though crimbul is played by many levels of society, lets say we are

working with people dealing in silver for the moment.


Many games start with an ante.  Ours will be 1 silver.


Players each draw their hand (usually holding them).


If a player is satisfied with their hand they are done.

If a player wishes to draw again they must ante up double their last ante.

(In some games this allows for as many redraws as players wish to allow,

often a cap is set at a predetermined amount though).  In most games only

one redraw is allowed, and would cost in this case 2 silvers.


Though many house rules abound, the one traditional house rule followed

is that whenever a hand of stones is drawn the drawer must ante the

starting ante again.  1 silver in this case.


(continued under @blook bet2@n)

~
E
bet2~
Another common house rule is that everyone must ante the starting ante

again whenever the Beggar's Blessing is drawn (except for the person or

persons who drew the Blessing).  If, however, it is drawn by more than

one person in a hand the reante is still ony entered once.  In our

example this would be only 1 silver.  If anyone refuses to pay up the

ante they automatically bow out from that hand.


Another house rule sometimes observed, though not universally, is that

the order of precedence which a Full Moon and Full Moon Rising take are

switched if is night.  Presumably as a Full Moon at night is more useful

than one that is just starting to rise whose light is dimmed by the

treeline, mountainline, or nearby buildings.

This house rule is commonly observed by the citizenry of Medienne who

claim the rule itself was originated in their fair town.

~
P
4 -1
draw~
hand~
if( has_obj( 2770, ch )|| has_obj( 2771, ch )|| has_obj( 2772, ch )

  || has_obj( 2773, ch )|| has_obj( 2774, ch )|| has_obj( 2775, ch )

  || has_obj( 2776, ch )|| has_obj( 2777, ch )|| has_obj( 2778, ch ) ) {

  act_tochar( #wait, ch );

  end;

  }

act_tochar( #draw, ch );

act_notchar( #rdraw, ch );

wait( 1 );

if( random( 1, 40 ) == 1 ) {

  obj_to_char( oload( 2770 ), ch );

  act_tochar( "You get an Iron Crown!!", ch );

  act_notchar( "$n got an Iron Crown!!", ch );

  end;

  }

if( random( 1, 30 ) == 1 ) {

  obj_to_char( oload( 2771 ), ch );

  act_tochar( "You got a Crown of Roses!", ch );

  act_notchar( "$n got a Crown of Roses!", ch );

  end;

  }

if( random( 1, 25 ) == 1 ) {

  obj_to_char( oload( 2772 ), ch );

  act_tochar( "You got a Full Moon Rising!", ch );

  act_notchar( "$n got a Full Moon Rising!", ch );

  end;

  }

if( random( 1, 20 ) == 1 ) {

  obj_to_char( oload( 2773 ), ch );

  act_tochar( "You got a Full Moon", ch );

  act_notchar( "$n got a Full Moon", ch );

  end;

  }

if( random( 1, 10 ) == 1 ) {

  obj_to_char( oload( 2774 ), ch );

  act_tochar( "You got a Gauntlet", ch );

  act_notchar( "$n got a Gauntlet", ch );

  end;

  }

if( random( 1, 10 ) == 1 ) {

  obj_to_char( oload( 2775 ), ch );

  act_tochar( "You got the Beggar's Blessing", ch );

  act_notchar( "$n got the Beggar's Blessing", ch );

  end;

  }

if( random( 1, 8 ) == 1 ) {

  obj_to_char( oload( 2776 ), ch );

  act_tochar( "You got a triad", ch );

  act_notchar( "$n got a triad", ch );

  end;

  }

if( random( 1, 5 ) == 1 ) {

  obj_to_char( oload( 2777 ), ch );

  act_tochar( "You got a pair", ch );

  act_notchar( "$n got a pair", ch );

  end;

  }

obj_to_char( oload( 2778 ), ch );

act_tochar( "You got Stones!  How unlucky.", ch );

act_notchar( "$n receved Stones, too bad.", ch );

end;

~
E
draw~
You shuffle the cards and deal out six cards to yourself.

~
E
rdraw~
$n shuffles the cards and draws out six cards for $mself.

~
E
wait~
You already have a hand.  Wait till next round if you wish to draw anew.

~
!
4 -1
reshuffle~
~
act_tochar( #collect, ch );

act_notchar( #rcollect, ch );

wait( 1 );

if( has_obj( 2770, ch ) ) {

  junk_obj( has_obj( 2770, ch ) );

  act_tochar( #iron_crown, ch );

  }

if( has_obj( 2771, ch ) ) {

  act_tochar( #rose_crown, ch );

  junk_obj( has_obj( 2771, ch ) );

  }

if( has_obj( 2772, ch ) ) {

  act_tochar( #rising_moon, ch );

  junk_obj( has_obj( 2772, ch ) );

  }

if( has_obj( 2773, ch ) ) {

  act_tochar( #moon, ch );

  junk_obj( has_obj( 2773, ch ) );

  }

if( has_obj( 2774, ch ) ) {

  act_tochar( #gauntlet, ch );

  junk_obj( has_obj( 2774, ch ) );

  }

if( has_obj( 2775, ch ) ) {

  act_tochar( #blessing, ch );

  junk_obj( has_obj( 2775, ch ) );

  }

if( has_obj( 2776, ch ) ) {

  act_tochar( #triad, ch );

  junk_obj( has_obj( 2776, ch ) );

  }

if( has_obj( 2777, ch ) ) {

  act_tochar( #pair, ch );

  junk_obj( has_obj( 2777, ch ) );

  }

if( has_obj( 2778, ch ) ) {

  act_tochar( #stones, ch );

  junk_obj( has_obj( 2778, ch ) );

  }

loop( all_in_room ) {

  if( has_obj( 2770, rch ) ) {

    act_tochar( #iron_crown, rch );

    act_notchar( #return, rch );

    junk_obj( has_obj( 2770, rch ) );

    }

  if( has_obj( 2771, rch ) ) {

    act_tochar( #rose_crown, rch );

    act_notchar( #return, rch );

    junk_obj( has_obj( 2771, rch ) );

    }

  if( has_obj( 2772, rch ) ) {

    act_tochar( #rising_moon, rch );

    act_notchar( #return, rch );

    junk_obj( has_obj( 2772, rch ) );

    }

  if( has_obj( 2773, rch ) ) {

    act_tochar( #moon, rch );

    act_notchar( #return, rch );

    junk_obj( has_obj( 2773, rch ) );

    }

  if( has_obj( 2774, rch ) ) {

    act_tochar( #gauntlet, rch );

    act_notchar( #return, rch );

    junk_obj( has_obj( 2774, rch ) );

    }

  if( has_obj( 2775, rch ) ) {

    act_tochar( #blessing, rch );

    act_notchar( #return, rch );

    junk_obj( has_obj( 2775, rch ) );

    }

  if( has_obj( 2776, rch ) ) {

    act_tochar( #triad, rch );

    act_notchar( #return, rch );

    junk_obj( has_obj( 2776, rch ) );

    }

  if( has_obj( 2777, rch ) ) {

    act_tochar( #pair, rch );

    act_notchar( #return, rch );

    junk_obj( has_obj( 2777, rch ) );

    }

  if( has_obj( 2778, rch ) ) {

    act_tochar( #stones, rch );

    act_notchar( #return, rch );

    junk_obj( has_obj( 2778, rch ) );

    }

  }

~
E
rcollect~
$n motions for everyone to return any crimbul cards they may have so $e

can reshuffle the deck.

~
E
collect~
You collect all the crimbul cards so you can reshuffle the deck.

~
E
iron_crown~
You return your hand of the Iron Crown to the deck.

~
E
rose_crown~
You return your hand of the Rose Crown to the deck.

~
E
rising_moon~
You return your hand of the Full Moon Rising to the deck.

~
E
Moon~
You return your hand of the Full Moon to the deck.

~
E
gauntlet~
You return your hand of the Gauntlet to the deck.

~
E
blessing~
You return your hand of he Beggar's Blessing to the deck.

~
E
triad~
You return your hand of a triad to the deck.

~
E
pair~
You return your hand of a pair to the deck.

~
E
stones~
You return your hand of the Stones to the deck.

~
E
return~
$n returns a hand of cards to the deck.

~
!
4 -1
improve~
hand~
if( has_obj( 2770, ch )|| has_obj( 2771, ch )|| has_obj( 2772, ch )

  || has_obj( 2773, ch )|| has_obj( 2774, ch )|| has_obj( 2775, ch )

  || has_obj( 2776, ch )|| has_obj( 2777, ch )|| has_obj( 2778, ch ) ) {

  

  if( has_obj( 2770, ch ) ) {

    act_tochar( "You already have the best hand you can draw", ch );

    end;

    }

  

  if( has_obj( 2771, ch ) ) {

    act_tochar( "You return 2 cards and draw 2 new ones", ch );

    act_notchar( "$n exchanges 2 cards", ch );

    junk_obj( has_obj( 2771, ch ) );

    wait( 1 );

    if( random( 1, 60 ) == 1 ) {

      act_tochar( #got_crown, ch );

      act_notchar( #rgot_crown, ch );

      obj_to_char( oload( 2770 ), ch );

      end;

      }

    if( random( 1, 30 ) == 1 ) {

      act_tochar( #got_gauntlet, ch );

      act_notchar( #rgot_gauntlet, ch );

      obj_to_char( oload( 2774 ), ch );

      end;

      }

    act_tochar( #got_stones );

    act_notchar( #rgot_stones, ch );

    obj_to_char( oload( 2778 ), ch );

    end;

    }

  

  if( has_obj( 2772, ch ) ) {

    act_tochar( "You return your whole hand to the deck in hopes of a better one", ch );

    act_notchar( "$n reshuffles $s entire hand into the deck in hopes of a better one", ch );

    junk_obj( has_obj( 2772, ch ) );

    opcode( obj, 1 );

    end;

    }

  

  if( has_obj( 2773, ch ) ) {

    act_tochar( "You return your spare card in hopes of drawing the Moon", ch );

    act_notchar( "$n returns $s spare card in hopes of drawing the Moon", ch );

    junk_obj( has_obj( 2773, ch ) );

    wait( 1 );

    if( random( 1, 10 ) == 1 ) {

      act_tochar( #got_rising, ch );

      act_notchar( #rgot_rising, ch );

      obj_to_char( oload( 2772 ), ch );

      end;

      }

    act_tochar( "No luck, you retain a Full Moon though", ch );

    act_notchar( "$n's luck doesn't pull through and $e retains only a Full Moon", ch );

    obj_to_char( oload( 2773 ), ch );

    end;

    }

  

  if( has_obj( 2774, ch ) ) {

    act_tochar( "You return 4 of your cards hoping to better your hand", ch );

    act_notchar( "$n exchanges 4 cards", ch );

    junk_obj( has_obj( 2774, ch ) );

    wait( 1 );

    if( random( 1, 30 ) == 1 ) {

      act_tochar( #got_roses, ch );

      act_notchar( #rgot_roses, ch );

      obj_to_char( oload( 2771 ), ch );

      end;

      }

    if( random( 1, 20 ) == 1 ) {

      act_tochar( #got_moon, ch );

      act_notchar( #rgot_moon, ch );

      obj_to_char( oload( 2773 ), ch );

      end;

      }

    if( random( 1, 5 ) == 1 ) {

      act_tochar( #got_pair, ch );

      act_notchar( #rgot_pair, ch );

      obj_to_char( oload( 2777 ), ch );

      end;

      }

    if( random( 1, 2 ) == 1 ) {

      act_tochar( #got_triad, ch );

      act_notchar( #rgot_triad, ch );

      obj_to_char( oload( 2776 ), ch );

      end;

      }

    act_tochar( #got_stones, ch );

    act_notchar( #rgot_stones, ch );

    obj_to_char( oload( 2778 ), ch );

    end;

    }

  

  if( has_obj( 2775, ch ) ) {

    act_tochar( "You keep your most pormising card in hand and return the rest", ch );

    act_notchar( "$n exchanges 5 of $s cards", ch );

    junk_obj( has_obj( 2775, ch ) );

    wait( 1 );

    opcode( obj, 1 );

    end;

    }

  

  if( has_obj( 2776, ch ) ) {

    if( random( 1, 5 ) > 1 ) {

      act_tochar( "You exchange the mismatched cards and draw 3 new ones", ch );

      act_notchar( "$n exchanges 3 cards", ch );

      }

    else {

      act_tochar( "Acting on a whim you exchange 4 cards, retaining only 2", ch );

      act_notchar( "$n exchanges 4 cards.  How peculiar.", ch );

      }

    junk_obj( has_obj( 2776, ch ) );

    wait( 1 );

    if( random( 1, 20 ) == 1 ) {

      act_tochar( #got_moon, ch );

      act_notchar( #rgot_moon, ch );

      obj_to_char( oload( 2773 ),ch );

      end;

      }

    act_tochar( "No improvement this time, at least you retained a triad though.", ch );

    act_notchar( "No luck for $n this time.  At least $e retained $s triad.", ch );

    obj_to_char( oload( 2776 ), ch );

    end;

    }

  

  if( has_obj( 2777, ch ) ) {

    act_tochar( "You retain your two good cards and exchange the rest.", ch );

    act_notchar( "$n exchanges $s 4 mismatched cards for new ones.", ch );

    junk_obj( has_obj( 2777, ch ) );

    wait( 1 );

    if( random( 1, 20 ) == 1 ) {

      act_tochar( #got_moon, ch );

      act_notchar( #rgot_moon, ch );

      obj_to_char( oload( 2773 ), ch );

      end;

      }

    if( random( 1, 4 ) == 1 ) {

      act_tochar( #got_triad, ch );

      act_notchar( #rgot_triad, ch );

      obj_to_char( oload( 2776 ), ch );

      end;

      }

    act_tochar( "No luck this time.  Your pair remains.", ch );

    act_notchar( "$n's new hand is no better and $e retains only a pair.", ch );

    obj_to_char( oload( 2777 ), ch );

    end;

    }

  

  i = random( 1, 6 );

  if( i > 4 ) {

    act_tochar( "You keep your most promising card and try for a better hand.", ch );

    act_notchar( "$n exchanges 5 cards.", ch );

    }

  if( i == 4 ) {

    act_tochar( "You have two promising cards you keep, the rest you exchange.", ch );

    act_notchar( "$n exchanges 4 of $s cards for new ones.", ch );

    }

  if( i < 4 ) {

    act_tochar( "You exchange your worthless hand for a new one.", ch );

    act_notchar( "$n exchanges $s hand for a new one.", ch );

    }

  junk_obj( has_obj( 2778, ch ) );

  opcode( obj, 1 );

  end;

  }

else

  act_tochar( #need_hand, ch );

~
E
got_crown~
You manage to get an Iron Crown!!

~
E
rgot_crown~
$n managed to get an Iron Crown!!

~
E
got_roses~
You manage to get a Crown of Roses!

~
E
rgot_roses~
$n managed to get a Crown of Roses!

~
E
got_rising~
You manage to get a Full Moon Rising.

~
E
rgot_rising~
$n managed to get a Full Moon Rising.

~
E
got_moon~
You manage to get a Full Moon.

~
E
rgot_moon~
$n managed to get a Full Moon.

~
E
got_gauntlet~
You manage to get a Gauntlet.

~
E
rgot_gauntlet~
$n managed to get a Gauntlet.

~
E
got_blessing~
You manage to get a Beggar's Blessing.

~
E
rgot_blessing~
$n managed to get a Beggar's Blessing.

~
E
got_triad~
You manage to get a triad.

~
E
rgot_triad~
$n managed to get a triad.

~
E
got_pair~
You manage to get a pair.

~
E
rgot_pair~
$n managed to get a pair.

~
E
got_stones~
You got Stones, too bad.

~
E
rgot_stones~
$n got Stones, too bad for $m.

~
E
need_hand~
First you must draw a crimbul hand before you can improve it.

~
!
4 -1
~
~
if( has_obj( 2770, ch ) ) {

  act_tochar( "You return your hand to the deck before leaving.", ch );

  act_notchar( "$n returns $s hand to the deck.", ch );

  junk_obj( has_obj( 2770, ch ) );

  continue;

  }

if( has_obj( 2771, ch ) ) {

  act_tochar( "You return your hand to the deck before leaving.", ch );

  act_notchar( "$n returns $s hand to the deck.", ch );

  junk_obj( has_obj( 2771, ch ) );

  continue;

  }

if( has_obj( 2772, ch ) ) {

  act_tochar( "You return your hand to the deck before leaving.", ch );

  act_notchar( "$n returns $s hand to the deck.", ch );

  junk_obj( has_obj( 2772, ch ) );

  continue;

  }

if( has_obj( 2773, ch ) ) {

  act_tochar( "You return your hand to the deck before leaving.", ch );

  act_notchar( "$n returns $s hand to the deck.", ch );

  junk_obj( has_obj( 2773, ch ) );

  continue;

  }

if( has_obj( 2774, ch ) ) {

  act_tochar( "You return your hand to the deck before leaving.", ch );

  act_notchar( "$n returns $s hand to the deck.", ch );

  junk_obj( has_obj( 2774, ch ) );

  continue;

  }

if( has_obj( 2775, ch ) ) {

  act_tochar( "You return your hand to the deck before leaving.", ch );

  act_notchar( "$n returns $s hand to the deck.", ch );

  junk_obj( has_obj( 2775, ch ) );

  continue;

  }

if( has_obj( 2776, ch ) ) {

  act_tochar( "You return your hand to the deck before leaving.", ch );

  act_notchar( "$n returns $s hand to the deck.", ch );

  junk_obj( has_obj( 2776, ch ) );

  continue;

  }

if( has_obj( 2777, ch ) ) {

  act_tochar( "You return your hand to the deck before leaving.", ch );

  act_notchar( "$n returns $s hand to the deck.", ch );

  junk_obj( has_obj( 2777, ch ) );

  continue;

  }

if( has_obj( 2778, ch ) ) {

  act_tochar( "You return your hand to the deck before leaving.", ch );

  act_notchar( "$n returns $s hand to the deck.", ch );

  junk_obj( has_obj( 2778, ch ) );

  continue;

  }

else

continue;

~
!
4 -1
redraw~
hand~
if( has_obj( 2770, ch )|| has_obj( 2771, ch )|| has_obj( 2772, ch )

  || has_obj( 2773, ch )|| has_obj( 2774, ch )|| has_obj( 2775, ch )

  || has_obj( 2776, ch )|| has_obj( 2777, ch )|| has_obj( 2778, ch ) ) {

  

  act_tochar( "You exchange your hand for a new one.", ch );

  act_notchar( "$n exchanges $s hand for a new one.", ch );

  if( has_obj( 2770, ch ) )

    junk_obj( has_obj( 2770, ch ) );

  if( has_obj( 2771, ch ) )

    junk_obj( has_obj( 2771, ch ) );

  if( has_obj( 2772, ch ) )

    junk_obj( has_obj( 2772, ch ) );

  if( has_obj( 2773, ch ) )

    junk_obj( has_obj( 2773, ch ) );

  if( has_obj( 2774, ch ) )

    junk_obj( has_obj( 2774, ch ) );

  if( has_obj( 2775, ch ) )

    junk_obj( has_obj( 2775, ch ) );

  if( has_obj( 2776, ch ) )

    junk_obj( has_obj( 2776, ch ) );

  if( has_obj( 2777, ch ) )

    junk_obj( has_obj( 2777, ch ) );

  if( has_obj( 2778, ch ) )

    junk_obj( has_obj( 2778, ch ) );

  

  opcode( obj, 1 );

  }


else

  act_tochar( #need_hand, ch );

~
E
need_hand~
First you must draw a hand before you can redraw one.

~
!
-1

#2770
hand of the Iron Crown~
hands of the Iron Crown~
~
~
has been discarded here.~
have been discarded here.~
~
~
Talis~
Talis~
0 2770 74844288 12 16384 0
0 0 128 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886830719
E
either~
A collection of six cards representing the highest hand a player can draw

in the game of Crimbul.  The cards show this to be a fine set made from

extremely thin tortois shell, fine paints and good laquer.  You'd almost

swear the silver used in the suite of swords is real silver and not just

imitation metal.

~
P
-1

#2771
hand of the Crown of Roses~
hands of the Crown of Roses~
~
~
has been discarded here~
have been discarded here~
~
~
Talis~
Talis~
0 2771 7735424 4 16384 0
0 0 128 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886830726
E
either~
A set of six crimbul playing cards representing one of the higher hands. 

The set comes from a fine tortois shell set that has been properly cared

for and laquered.  The crimson of the rose and blood suites have a

vibrancy that stands out.

exit

~
P
-1

#2772
hand of the Full Moon Rising~
hands of the Full Moon Rising~
~
~
has been discarded here~
have been discarded here~
~
~
Talis~
Talis~
0 2772 7735424 4 16384 0
0 0 128 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886830733
E
either~
A set of six playing cards from a fine crimbul deck.  A hand of the Full

Moon Rising contains one card from each suite as well as the Moon card. 

The moon on the Moon card almost seems to glow from within the inky

depths of night depicted on it.

~
P
-1

#2773
hand of the Full Moon~
hands of the Full Moon~
~
~
has been discarded here~
have been discarded here~
~
~
Talis~
Talis~
0 2773 5638144 4 16384 0
0 0 128 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886830738
E
either~
A full hand of crimbul cards from a fine set.  each of the suites is

represented on the laquered tortoise shell cards.  The art-work is

exquisite, right down to the grain of wood used on the spokes in the

suite of wheels.

~
P
-1

#2774
hand of the Gauntlet~
hands of the Gauntlet~
~
~
has been discarded here~
have been discarded here~
~
~
Talis~
Talis~
0 2774 7735424 4 16384 0
0 0 128 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886830749
E
either~
A hand of the Gauntlet from a crimbul set displaying a run of cards in

sequential order in one suite.  The cards in this hand come from a good

crimbul set produced on well-treated tortoise shell slivers.  Vibrant

paint depicts the suites under a heavy, protective coat of laquer.

~
P
-1

#2775
hand of the Beggar's Blessing~
hand of the Beggar's Blessing~
~
~
has been discarded here~
have been discarded here~
~
~
Talis~
Talis~
0 2775 7735424 4 16384 0
0 0 128 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886830759
E
either~
The most enigmatic hand in the popular game of crimbul.  Though its

origin is shrouded in the depths of ages gone by, a testament to the

long-standing populairty of the game, it remains a major part of the game

in almost all regions.  The artist's detail is immaculate down to the

folds in the leper's habit and the crook of the shepherd's staff on this

set.

~
P
-1

#2776
hand of a triad~
hands of a triad~
~
~
has been discarded here~
have been discarded here~
~
~
Talis~
Talis~
0 2776 7735424 4 16384 0
0 0 128 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886830770
E
either~
A set of six crimbul cards printed on laquered tortoise shell slivers. 

Though the artwork is highly detailed, what it displays is somewhat

dulled by the value of the cards you hold.  A hand whose minor value in

the game is held only by the three matching cards in your hand.

~
P
-1

#2777
hand of a pair~
hands of a pair~
~
~
has been discarded here~
have been discarded here~
~
~
Talis~
Talis~
0 2777 7735424 4 16384 0
0 0 128 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886830775
E
either~
A set of six cards from a tortoise shell crimbul set.  Two of the cards

even match in this hand.  Not the best of hands, in fact nearly the

worst, but it has been known to win before.

~
P
-1

#2778
hand of the Stones~
hands of the Stones~
~
~
has been discarded here~
have been discarded here~
~
~
Talis~
Talis~
0 2778 7735424 4 16384 0
0 0 128 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886830785
E
either~
A set of six cards from a crimbul set, this also happens to be the worst

possible hand you can get.  Its not overly hard to get this, as with all

the cards in a crimbul set its hard to get a hand with absolutely no

value what-so-ever.

~
P
-1

#2779
sink~
sinks~
~
~
If you see this description, please notify an immortal.~
~
~
~
Galen~
Galen~
25 2779 327680 0 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10000 0 1 -1 10 1000 0 0
886846833
E
either~
If you see this description, please notify an immortal.

~
P
-1

#2780
dram of fresh ooze~
drams of fresh ooze~
~
~
lies here, doing what ooze does: oozing.~
lie here, doing what ooze does: oozing.~
~
~
Florian~
Florian~
11 2780 16777216 0 1 0
0 0 512 0 0 0 4
1 0 0 0
5 0 1 -1 10 1000 0 0
886963411
E
either~
This blob of organic matter has no true form or shape.  Nor does it have

a definite color.  At one moment it appears grey and in the next it has a

darker cast to it.  The ooze has a pungent smell to it, like drying

saliva.

~
P
-1

#2781
vial of fresh ooze~
vials of fresh ooze~
~
~
with a tiny cork stopper stands strangely upright.~
with tiny cork stoppers stand strangely upright.~
~
~
Florian~
Florian~
11 2781 0 0 1 0
0 0 0 0 0 0 4
8 0 0 0
65 2500 1 -1 10 1000 0 0
886963463
E
either~
This fragile glass vial is crystal clear and stoppered with a tiny brown

cork.  But within the vial, there is a small amount of oozing liquid, too

viscous to be water.  A pungent, foul smell surrounds the vial.

~
P
-1

#2782
smoke-filled vial~
smoke-filled vials~
~
~
lies ominously on the ground.~
lie ominously on the ground.~
~
~
Florian~
Florian~
11 2782 0 0 1 0
0 0 0 0 0 0 4
5 0 0 0
30 500 1 -1 10 250 0 0
886963576
E
either~
Tightly stoppered, this little vial is made from a parchment-thin glass. 

Within the vial, there appears to be a dark, swirling mass of vapor.  On

closer inspection, the mist trapped within the vial is nothing more than

an oily black smoke.  The smoke moves around inside the vial almost with

a will of its own.

~
P
-1

#2783
talisman of smoke~
talismans of smoke~
~
~
with a platinum chain lies on the ground.~
with platinum chains lie on the ground.~
~
~
Florian~
Jimbalaya~
9 2783 0 0 5 0
0 0 1573024 0 0 0 4
0 3 0 0
280 5000 20 -1 10 1000 0 0
886963739
A 13 10
A 7 5
E
either~
Suspended from a thin but sturdy platinum chain, this talisman has a

circular shape.  Around its exterior, in a radial deign, eight vials of

glass have been wedged into holes within the talisman.  The vials are

spaced in a symmetric pattern all the way around the talisman and each

contain a dark, oily smoke.  The body of the talisman is made of simple

copper.

~
P
-1

#2784
amulet of the quasi-elemental planes~
amulets of the quasi-elemental planes~
~
~
lightly covered with dust lies here.~
lightly covered with dust lie here.~
~
~
Florian~
Jimbalaya~
9 2784 0 0 5 0
0 0 512 0 0 0 4
0 4 0 0
250 18000 45 -1 10 1000 0 0
886964153
A 23 10
A 9 10
A 24 5
E
either~
Made from bits on bamboo and strands of rope, this charm looks quite

simplistic at first.  Like something a child might fashion.  The rope

coils about the outer frame of the amulet in such a way to create tiny

niches.  Within each niche is a different object.

~
E
different object niche~
The objects within each of the niches created by the rope filigree vary

in shape and size.  The first object is a tiny copper cube.  next to it

is a sphere of pure zinc.  Opposite the zinc is a chunk of rock with bits

of mithril embedded in it.  Wedged bewteen the rock and the zinc though

are fragments of salt and a jagged yellow shird that crackles like

lightning. A light dusting of ash seems to cover the entire amulet.

~
P
-1

#2785
small ice figurine~
small ice figurines~
~
~
with an alien beauty stands here as if on guard.~
with alien beauty stand here as if on guard.~
~
~
Florian~
Florian~
8 2785 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
400 7500 1 -1 10 1000 0 0
886964259
E
either~
Carved from pure ice, this statue looks like it should melt at any moment. 

And yet, something is obviously preventing the icy figure from melting. 

Standing about eight inches tall, the statue depicts a humanoid creature

with all the grace of an elf but with a much more alien beauty.  The

detail work of the figurine is astonding, from the leaf scale armor it

wears to the tiny wooden swords it wields in either hand.  The facial

features of the statue are more akin to a pixie or sprite than any other,

having a mischievous grin and pointed ears.

~
P
-1

#2786
lava rock~
lava rocks~
~
~
cracked and rough lies on the ground.~
cracked and rough lie on the ground.~
~
~
Florian~
Florian~
11 2786 0 0 1 0
0 0 64 0 0 0 4
1 0 0 0
250 750 1 -1 10 1000 0 0
886964685
E
either~
Too smooth to be pumice and not vitreous enough to be obsidian, this dull

rock is riddled with cracks.  Though its origins are of a volcanic

nature, you are uncertain exactly what kind of rock it is.  The majority

of the rock has a mafic composition, giving it a dark, brown-black color. 

However, their are traces of red running through it in veins that speak

of bits of iron hidden within the rock.

~
E
5 typos~
Mafic is the correct word. Please dont change.

~
P
-1

#2787
dagger of magma~
daggers of magma~
~
~
with a wavy red and black blade lies here.~
with wavy red and black blades lie here.~
~
~
Florian~
Olah~
5 2787 1024 0 8193 7782400
0 0 64 0 0 0 4
0 3 8 1
150 7500 63 -1 8 550 0 0
886964931
E
either~
The hilt of this dagger is cross-shaped and has a fire ruby set into its

pommel.  As for the rest of the dagger, it has been forged from an usual

type of rock.  The dagger's blade is slightly wavy and blade in color,

except down its center.  Running down the middle of the dagger is a blood

groove.  The blood groove has an unusual red tone to it that contrasts

sharply with its dark blade.

~
E
approve~
Approved with 3d8 damage and attack Opcode (level 45 * 1.5 = 62.5 = 63)

~
P
3 -1
~
~
if( random( 1, 12 ) == 1 ) {

  act_tochar( #hit, ch, obj, mob );

  act_notchar( #rhit, ch, obj, mob );

  attack_fire( ch, victim, 4d4, "spray of magma from the dagger" );

  }

~
E
hit~
@RYour dagger of magma flares an angry red color.@n

~
E
rhit~
@rThe dagger in $n's hand glows a sullen red color.@n

~
!
-1

#2788
{dark, carnelian jewel} heart of the quasi-elemental planes~
{dark, carnelian jewels} hearts of the quasi-elemental planes~
~
~
lies here, its interior swirling violently.~
lie here, their interior swirling violently.~
~
~
Florian~
Florian~
8 2788 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 1250 1 -1 10 300 0 0
886965149
E
before~
This dark orange jewel has several facets, each spreading in a radial

pattern.  The pattern begins along the jewel's bottom edge, where it

appears it has been neatly cut in half.  Were this not the case, the

carnelian would be crafted in accordance with a jeweler's classic diamond

cut.

~
E
after~
Within the dark orange gemstone, there appear to be minute fluctuations

of energy.  Having five true sides but many facets, this dark, carnelian

jewel pulses and shimmers with life.  You can see the swirling patterns

of the various quasi-elements meander beneath its vitreous surface.  The

stone looks to be but one half of a whole.

~
P
-1

#2789
bag of red hot coals~
bags of red hot coals~
~
~
sits on the ground with heat flowing from it.~
sit on the ground with heat flowing from them.~
~
~
Florian~
Florian~
11 2789 0 0 1 0
0 0 528 0 0 0 4
5 0 0 0
350 2000 1 -1 10 400 0 0
886965370
E
either~
Four or five coals, glowing red with fire, have been tossed into a small

canvas bag.  The outside of the bag is tooled in silver thread with runes

and the inside of the bag appears to have a thin, iron lining.  The iron

has been beaten into a remarkable, almost parchment thinness.

~
P
-1

#2790
amulet of the quasi-elementalist~
amulets of the quasi-elementalist~
~
~
lies here, throbbing with power.~
lie here, throbbing with power.~
~
~
Florian~
Jimbalaya~
9 2790 0 0 5 0
0 0 512 0 0 0 4
0 4 0 0
300 30000 65 -1 10 400 0 0
886965449
A 23 10
A 9 20
E
either~
Made from bits on bamboo and strands of rope, this charm looks quite

simplistic at first.  Like something a child might fashion.  The rope

coils about the outer frame of the amulet in such a way to create tiny

niches.  Within each niche is a different object.

~
E
different niche object~
The objects within each of the niches created by the rope filigree vary

in shape and size.  The first object is a tiny copper cube.  next to it

is a sphere of pure zinc.  Opposite the zinc is a chunk of rock with bits

of mithril embedded in it.  Wedged bewteen the rock and the zinc though

are fragments of salt and a jagged yellow shird that crackles like

lightning.  A light dusting of ash seems to cover the entire amulet.  The

ash, however, does little to hide the radiance of a small gem hiding near

the heart of the amulet, which is right next to a small jar of ashes.

~
P
-1

#2791
vial of deep water~
vials of deep water~
~
~
dark as dreams lies on the ground.~
dark as dreams lie on the ground.~
~
~
Florian~
Rue~
11 2791 0 0 1 0
0 0 32 0 0 0 4
10 0 0 0
25 1500 1 -1 10 250 0 0
886965605
E
either~
This slender glass vial is filled with a water.  Dark as night and calm

as a mountain lake, the water within the vial smells faintly of salt. 

Known as deep water, the liquid within the vial seems much heavier than

normal sea water.

~
P
-1

#2792
medallion of the elementalist~
medallions of the elementalist~
~
~
in the shape of a rhombus lies on the ground.~
in the shape of rhombuses lie on the ground.~
~
~
Florian~
Jimbalaya~
9 2792 0 0 5 0
0 0 8192 0 0 0 16
0 3 0 0
75 30000 65 -1 7 950 0 0
886965732
A 8 15
A 7 15
E
either~
The pendant and chain of this medallion are made of polished steel rods

no thicker than your littlest finger or claw.  Forming a

three-dimensional rhomboid, the steel medallion has four ampules inset

within it.  The first one contains a vial of deep water while the second

contains a measured amount of black earth.  The other two hold within

their grip a red hot coal and philter of sweet air.  The center of the

steel medallion holds a night-blue jewel.

~
P
-1

#2793
talisman of deep water~
talismans of deep water~
~
~
made of silver and gold lies coiled about itself.~
made of silver and gold lie coiled about one another.~
~
~
Florian~
Jimbalaya~
9 2793 0 0 5 0
0 1 393248 0 0 0 4
0 3 0 0
250 5000 20 -1 10 750 0 0
886965813
A 13 10
A 23 5
E
either~
Hand crafted from gold as brilliant as the sun, this talisman is

octagonel in shape.  Around the outer edges of the talisman is a delicate

network of silver filigree.  Attached to the top is a fine silver chain

with small, diamond-shaped links.  At the center of the silver and gold

talisman are eight holes spaces symmtrically from one another.  Within

each is a tiny vial of deep water.

~
P
-1

#2794
pinch of black earth~
pinches of black earth~
~
~
as dark as the midnight hour lies here.~
as dark as the midnight hour lie here.~
~
~
Florian~
Florian~
11 2794 0 0 1 0
0 0 512 0 0 0 4
1 0 0 0
4 45 1 -1 10 1000 0 0
886965865
E
either~
Black as soot, this pinch of earth has a rich aroma around it.  The scent

is musty and their is a definite an air of age about it.  Moist and

loose, the earth has a smooth texture to it.

~
P
-1

#2795
bag of black earth~
bags of black earth~
~
~
sewn from supple hide is resting here.~
sewn from supple hide are resting here.~
~
~
Florian~
Florian~
11 2795 0 0 1 0
0 0 528 0 0 0 4
10 0 0 0
100 2000 1 -1 10 1000 0 0
886965905
E
either~
Sewn from thin, supple hides, this bag is small and fits in the palm of

your hand.  Weighing about a pound, the hide bag has been filled to the

top with a rich black earth.  The earth has a musky scent to it, the same

smell that really old dirt has.

~
P
-1

#2796
block of sandstone~
blocks of sandstone~
~
~
with broken edges lies on the ground.~
with broken edges lie on the ground.~
~
~
Florian~
Florian~
0 2796 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
1600 500 1 -1 10 850 0 0
886985234
E
either~
This large piece of rock has a gritty feel to it, like sand.  Its shape

is that of a dirt clod and its color is very similar, being a light brown

color.  The block of sandstone has several chipped edges but few cracks

running through it.

~
P
-1

#2797
talisman of bone and mistletoe~
talisman of bone and mistletoes~
~
~
with a glowing green center rests on the ground.~
with glowing green centers rest on the ground.~
~
~
Florian~
Jimbalaya~
9 2797 0 0 5 7847936
0 0 640 0 0 0 4
0 3 0 0
140 20000 10 -1 10 200 0 0
886987494
A 12 5
A 13 5
E
either~
Made from bits of bone, a delicate white lattice framework surrounds a

living piece of mistletoe.  The mistletoe shows no signs of wilting and

its little white berries cluster beneath some of its brighter leaves. 

The roots of the mistletoe sprig curl around a brilliant green stone. 

Attached to a braided string of sheepgut, the small bone talisman is

meant to be worn about the neck.  An aura of life and nature encompasses

the intricate talisman as does a strange sense of loss.

~
P
-1

#2798
dog dish~
dog dishs~
~
~
lies here, smeared with blood.~
lie here, smeared with blood.~
~
~
Galen~
Galen~
15 2798 8388608 0 16385 0
0 0 32 0 0 0 4
5 0 0 0
1 0 1 -1 10 1000 0 0
886990216
E
either~
This small dish is smeared with dried, crusty, red blood.  The dish

itself is white, but you can only see that in places now.  In black

letters along the side is the word "Kenny".  The edges of the dish are

frayed, as if they have been chewed on by some sharp teeth in a powerful

jaw.

~
P
-1

#2799
Fortune's Wheel~
Fortune's Wheels~
~
~
awaits someone to spin it.~
await people to spin them.~
~
~
Talis~
Talis~
0 2799 0 0 0 0
0 0 4098 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886996302
E
either~
A large table of sturdy oak with a wooden wheel mounted atop it that can

be freely spun in either direction.  A flexible pointer is mounted on one

edge of the table and just just over the rim of the wheel in a set place. 

Pegs just up from the wheel's rim seperating it into 7 distinct wedges of

color.  Each wedge is marked with only one color; red, orange, yellow,

green, blue, indigo, or violet.  A @yplaque@n on the table's front seem's to

have the rules listed on it.

~
E
plaque~
The cost to play is one silver per spin.


simply @bbet@n on the @bcolor@n of your choice and you will purchase a

chit for that color.


When everyone playing is ready, someone must @bspin@n the @bwheel@n. 

When it stops, everyone with a winnig chit will be reimbursed.  All other

chits will be returned for the next round of betting to occur.


Only one winning chit will be reimbursed per person, all others will be

returned the same as losing chits.  (In other words, don't buy more than

one of any color per spin) 


A winning chit earns you 3 silvers back.

~
P
4 -1
bet~
red~
if( has_obj( 14, ch ) ) {

  junk_obj( has_obj( 14, ch ), 1 );

  act_tochar( "You purchase a red chit.", ch );

  act_notchar( "$n purchases a red chit.", ch );

  obj_to_char( oload( 2800 ), ch );

  }

else

  act_tochar( "You need a silver coin to purchase that.", ch );

~
!
4 -1
bet~
orange~
if( has_obj( 14, ch ) ) {

  junk_obj( has_obj( 14, ch ), 1 );

  act_tochar( "You purchase a orange chit.", ch );

  act_notchar( "$n purchases a orange chit.", ch );

  obj_to_char( oload( 2801 ), ch );

  }

else

  act_tochar( "You need a silver coin to purchase that.", ch );

~
!
4 -1
bet~
yellow~
if( has_obj( 14, ch ) ) {

  junk_obj( has_obj( 14, ch ), 1 );

  act_tochar( "You purchase a yellow chit.", ch );

  act_notchar( "$n purchases a yellow chit.", ch );

  obj_to_char( oload( 2802 ), ch );

  }

else

  act_tochar( "You need a silver coin to purchase that.", ch );

~
!
4 -1
bet~
green~
if( has_obj( 14, ch ) ) {

  junk_obj( has_obj( 14, ch ), 1 );

  act_tochar( "You purchase a green chit.", ch );

  act_notchar( "$n purchases a green chit.", ch );

  obj_to_char( oload( 2803 ), ch );

  }

else

  act_tochar( "You need a silver coin to purchase that.", ch );

~
!
4 -1
bet~
blue~
if( has_obj( 14, ch ) ) {

  junk_obj( has_obj( 14, ch ), 1 );

  act_tochar( "You purchase a blue chit.", ch );

  act_notchar( "$n purchases a blue chit.", ch );

  obj_to_char( oload( 2804 ), ch );

  }

else

  act_tochar( "You need a silver coin to purchase that.", ch );

~
!
4 -1
bet~
indigo~
if( has_obj( 14, ch ) ) {

  junk_obj( has_obj( 14, ch ), 1 );

  act_tochar( "You purchase a indigo chit.", ch );

  act_notchar( "$n purchases a indigo chit.", ch );

  obj_to_char( oload( 2805 ), ch );

  }

else

  act_tochar( "You need a silver coin to purchase that.", ch );

~
!
4 -1
bet~
violet~
if( has_obj( 14, ch ) ) {

  junk_obj( has_obj( 14, ch ), 1 );

  act_tochar( "You purchase a violet chit.", ch );

  act_notchar( "$n purchases a violet chit.", ch );

  obj_to_char( oload( 2806 ), ch );

  }

else

  act_tochar( "You need a silver coin to purchase that.", ch );

~
!
4 -1
spin~
wheel~
if( rflag( status1, room ) ) {

  remove_rflag( status1, room );

  act_tochar( #grab, ch );

  act_notchar( #rgrab, ch );

  wait( 1 );

  act_tochar( #spin, ch );

  act_notchar( #rspin, ch );

  wait( 4 );

  act_room( #slow1, ch );

  wait( 3 );

  act_room( #slow2, ch );

  wait( 4 );

  act_room( #slow3, ch );

  wait( 3 );

  i = random( 1, 7 );

  if( i == 1 ) {

    act_room( "Red!  Red is the winning color.", ch );

    loop( all_in_room ) {

      if( has_obj( 2800, rch ) ) {

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        act_tochar( #collect, rch );

        act_notchar( #rcollect, rch );

        junk_obj( has_obj( 2800, rch ) );

        }

      }

    }

  if( i == 2 ) {

    act_room( "Orange!  Orange is the winning color.", ch );

    loop( all_in_room ) {

      if( has_obj( 2801, rch ) ) {

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        act_tochar( #collect, rch );

        act_notchar( #rcollect, rch );

        junk_obj( has_obj( 2801, rch ) );

        }

      }

    }

  if( i == 3 ) {

    act_room( "Yellow!  Yellow is the winning color.", ch );

    loop( all_in_room ) {

      if( has_obj( 2802, rch ) ) {

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        act_tochar( #collect, rch );

        act_notchar( #rcollect, rch );

        junk_obj( has_obj( 2802, rch ) );

        }

      }

    }

  if( i == 4 ) {

    act_room( "Green!  Green is the winning color.", ch );

    loop( all_in_room ) {

      if( has_obj( 2803, rch ) ) {

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        act_tochar( #collect, rch );

        act_notchar( #rcollect, rch );

        junk_obj( has_obj( 2803, rch ) );

        }

      }

    }

  if( i == 5 ) {

    act_room( "Blue!  Blue is the winning color.", ch );

    loop( all_in_room ) {

      if( has_obj( 2804, rch ) ) {

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        act_tochar( #collect, rch );

        act_notchar( #rcollect, rch );

        junk_obj( has_obj( 2804, rch ) );

        }

      }

    }

  if( i == 6 ) {

    act_room( "Indigo!  Indigo is the winning color.", ch );

    loop( all_in_room ) {

      if( has_obj( 2805, rch ) ) {

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        act_tochar( #collect, rch );

        act_notchar( #rcollect, rch );

        junk_obj( has_obj( 2805, rch ) );

        }

      }

    }

  if( i == 7 ) {

    act_room( "Violet!  Violet is the winning color.", ch );

    loop( all_in_room ) {

      if( has_obj( 2806, rch ) ) {

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        obj_to_char( oload( 14 ), rch );

        act_tochar( #collect, rch );

        act_notchar( #rcollect, rch );

        junk_obj( has_obj( 2806, rch ) );

        }

      }

    }

  loop( all_in_room ) {

    if( has_obj( 2800, rch ) ) {

      junk_obj( has_obj( 2800, rch ) );

      act_tochar( #return, rch );

      }

    if( has_obj( 2801, rch ) ) {

      junk_obj( has_obj( 2801, rch ) );

      act_tochar( #return, rch );

      }

    if( has_obj( 2802, rch ) ) {

      junk_obj( has_obj( 2802, rch ) );

      act_tochar( #return, rch );

      }

    if( has_obj( 2803, rch ) ) {

      junk_obj( has_obj( 2803, rch ) );

      act_tochar( #return, rch );

      }

    if( has_obj( 2804, rch ) ) {

      junk_obj( has_obj( 2804, rch ) );

      act_tochar( #return, rch );

      }

    if( has_obj( 2805, rch ) ) {

      junk_obj( has_obj( 2805, rch ) );

      act_tochar( #return, rch );

      }

    if( has_obj( 2806, rch ) ) {

      junk_obj( has_obj( 2806, rch ) );

      act_tochar( #return, rch );

      }

    }

  set_rflag( status1, room );

  }

else

  act_tochar( #already_spinning, ch );

~
E
grab~
You grab the rim of the wheel and angle it back in preparation for a

mighty spin.

~
E
rgrab~
$n grabs the rim of the wheel and angles it back in preparation for a

mighty spin.

~
E
spin~
With a mighty heave you send the wheel spinning about in a blaze of

colors.  The blur of color is accompanied by the raccous sound of the

pointer as it clacks against the divider pegs on the wheel's rim.

~
E
rspin~
With a mighty heave, $n sends the wheel spinning about in a blaze of

colors.  The blur of color is accompanied by the raccous sound of the

pointer as it clacks against the divider pegs on the wheel's rim.

~
E
slow1~
The clacking of the pointer on the wheel's rim marks steady decrease of

the wheel's rotational speed as it finally begins to decelerate.

~
E
slow2~
The blur of colors slowly begins to resolve itself into the spinning

individual wedge shapes; red, orange, yellow, green, blue, indigo,

violet, red, orange...

~
E
slow3~
The wheel continues to slow, the colors coming closer and closer to their

resting points.  The wheel finally stops its spin, coming to rest on...

~
E
collect~
You return your winning chit in exchange for your prize money.

~
E
rcollect~
$n exchanges $s winning chit for $s prize money.

~
E
return~
You return your losing chit and ponder the odds of losing against the

merits of taking another chance.

~
E
already_spinning~
The wheel's already in motion.  You must wait for it to stop before

spinning it again.

~
!
-1

#2800
red chit~
red chits~
~
~
~
~
~
~
Talis~
Talis~
0 2800 68157440 4 1 0
0 0 2 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886997660
E
either~
A thin wooden stub painted a garish red color.  An imprint of a wheel

resting atop a table has been burned into both sides.

~
P
-1

#2801
orange chit~
orange chits~
~
~
~
~
~
~
Talis~
Talis~
0 2801 68157440 4 1 0
0 0 2 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886997689
E
either~
A thin wooden stub painted a garish orange color.  An imprint of a wheel

resting atop a table has been burned into both sides.

~
P
-1

#2802
yellow chit~
yellow chits~
~
~
~
~
~
~
Talis~
Talis~
0 2802 68157440 4 1 0
0 0 2 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886997692
E
either~
A thin wooden stub painted a garish yellow color.  An imprint of a wheel

resting atop a table has been burned into both sides.

~
P
-1

#2803
green chit~
green chits~
~
~
~
~
~
~
Talis~
Talis~
0 2803 68157440 4 1 0
0 0 2 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886997695
E
either~
A thin wooden stub painted a garish green color.  An imprint of a wheel

resting atop a table has been burned into both sides.

~
P
-1

#2804
blue chit~
blue chits~
~
~
~
~
~
~
Talis~
Talis~
0 2804 68157440 4 1 0
0 0 2 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886997699
E
either~
A thin wooden stub painted a garish blue color.  An imprint of a wheel

resting atop a table has been burned into both sides.

~
P
-1

#2805
indigo chit~
indigo chits~
~
~
~
~
~
~
Talis~
Talis~
0 2805 68157440 4 1 0
0 0 2 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886997703
E
either~
A thin wooden stub painted a garish indigo color.  An imprint of a wheel

resting atop a table has been burned into both sides.

~
P
-1

#2806
violet chit~
violet chits~
~
~
~
~
~
~
Talis~
Talis~
0 2806 68157440 4 1 0
0 0 2 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
886997707
E
either~
A thin wooden stub painted a garish violet color.  An imprint of a wheel

resting atop a table has been burned into both sides.

~
P
-1

#2807
bright blue hair ribbon~
bright blue hair ribbons~
~
~
lies here in a coil of satin.~
lie here in coils of satin~
~
~
Orb~
Caer~
9 2807 -1879048192 0 17 0
0 0 16 0 0 0 2
0 0 0 0
1 50 1 -1 1 300 0 0
887037447
E
either~
This thin satin ribbon is designed to hold the hair back out of the eyes. 

Royal blue in color, it is embroidered with the finest silver thread.

~
P
-1

#2808
long, silver feather~
long, silver feathers~
~
~
lies here, gleaming faintly.~
lie here, gleaming faintly.~
~
~
Orb~
Olah~
34 2808 268435520 4 17 0
0 0 512 0 0 0 2
0 0 0 0
1 20000 50 -1 10 300 0 0
887038949
A 13 20
A 21 15
E
either~
This long, slender feather comes from an unidentifiable bird.

~
P
-1

#2809
silver charm bracelet~
silver charm bracelets~
~
~
jingles faintly as its charms move.~
jingle faintly as their charms move.~
~
~
Orb~
Orb~
9 2809 8650816 0 1 196608
0 0 131072 0 0 0 4
0 5 0 0
10 0 75 -1 9 900 0 0
887040025
A 12 30
A 20 20
E
either~
This lovely silver charm bracelet is made up of delicate links of fine

silver.  Tiny charms of lustrous grey stone hang from the bracelet by

silver links.  Deep green emeralds seperate the charms.

~
P
-1

#2810
egg roll~
egg rolls~
~
~
lies here, collecting dirt.~
lie here, collecting dirt.~
~
~
Olah~
Olah~
19 2810 0 0 1 0
0 0 0 0 0 0 4
3 1 0 0
20 0 1 -1 10 1000 0 0
887071520
E
either~
Made with a brown, crusty shell, this egg roll looks scrumptious.  It's

greasy exterior is translucent enough for you to see the meaty,

tasty-looking insides.

~
P
-1

#2811
feather~
feathers~
glossy ebony~
glossy ebony~
floats here.~
float here.~
~
~
Starshine~
Starshine~
34 2811 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
2 50 1 -1 10 100 0 0
887112208
E
either~
This glossy ebony feather is quite long, almost the length of a human

forearm.  The feather is straight and strong, probably a primary flight

feather off the wing of a large bird.

~
P
-1

#2812
feather~
feather~
pure white~
pure white~
floats here.~
float here.~
~
~
Starshine~
Starshine~
34 2812 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
2 350 1 -1 10 100 0 0
887112441
E
either~
This feather is quite long, and colored a brilliant white.  The white is

perhaps the purest white you has ever seen.  The feather has a

strong, hollow shaft, and neat, tight vanes.

~
P
-1

#2813
beak~
beaks~
ivory-colored~
ivory-colored~
lies here.~
lie here.~
~
~
Starshine~
Starshine~
5 2813 16777216 0 8193 0
0 34 0 0 0 0 4
0 2 4 1
50 700 3 -1 5 150 0 0
887112813
E
either~
A long and sharp beak, it is the color of ivory, a soft off-white color. 

The beak is very strong, tapering to a sharp, pointed tip.

~
E
approve~
Approved with 2d4 damage, low durability.

~
P
-1

#2814
feather~
feathers~
soft, down~
soft, down~
flutters here.~
flutter here.~
~
~
Starshine~
Starshine~
34 2814 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
2 8 1 -1 10 100 0 0
887113202
E
either~
This soft, fluffy feather is short.  It comes from the underbelly of a

bird, protecting its owner from the cold and rain.

~
P
-1

#2815
feather~
feathers~
soft, buff-colored~
soft, buff-colored~
floats here.~
float here.~
~
~
Starshine~
Starshine~
34 2815 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
2 80 1 -1 10 100 0 0
887113355
E
either~
This tiny feather is the color of river-washed sand.  The stem is clear

and hollow, tapering to a point.

~
P
-1

#2816
rod~
rods~
glowing blue~
+of mystical energy~
lies here, glowing softly.~
lie here, glowing softly.~
~
~
Olah~
Olah~
0 2816 65 8 16385 196608
0 0 64 0 0 0 4
0 0 0 0
100 500 10 -1 10 700 0 0
891372045
E
either~
This rod is made of polished oak wood and softly glows.  Inscribed at the

base, you can make out some strange-looking word 'xxxme'.

~
P
4 -1
say~
xxxme~
if( find_stat( ch, level ) > 9 ) {

  act_tochar( #say, ch );

  act_notchar( #nsay, ch );

  i = random( 1, 7 );

  if( i == 7 ) {

    act_room( #gone, ch );

    junk_obj( obj, 1 );

    }

  else {

    act_room( #glow, ch );

    modify_mana( ch, 30 );

    act_tochar( #mana, ch );

    act_notchar( #nmana, ch );

    }

  }

else

  act_tochar( #cant, ch );

~
E
gone~
The rod glows faintly then dissolves into thin air.

~
E
glow~
The rod glows more brightly.

~
E
mana~
You feel mystically energized.

~
E
nmana~
$n appears more energized.

~
E
say~
@WYou say, "xxxme".@n

~
E
nsay~
@W$n says, "xxxme".@n

~
E
cant~
You have to be at least level 10 to use the rod.

~
!
-1

#2817
claw~
claws~
hawk~
kestrel~
gleams wickedly.~
gleam wickedly.~
~
~
Starshine~
Starshine~
5 2817 16777216 0 8193 0
0 34 0 0 0 0 4
0 2 4 0
50 800 5 -1 7 250 0 0
887113898
E
either~
Talons sharp as the most sharply, polished steel tip each digit of this

claw.  Cleaved from a superb hunter, it was once a formidable aerial

weapon.

~
E
approve~
Approved with 2d4 damage, low durability.

~
P
-1

#2818
feather~
feathers~
rufous-colored~
rufous-colored~
floats here.~
float here.~
~
~
Starshine~
Starshine~
34 2818 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
2 160 1 -1 10 100 0 0
887114604
E
either~
This long feather is a dull reddish color.  Two bands of steel grey

decorate the feather, breaking up the rufous color.  The feather is quite

strong, tapering to a point at the end of the clear, white shaft.

~
P
-1

#2819
fur~
furs~
brown squirrel~
brown squirrel~
lies here, looking warm, though tiny.~
lie here, looking warm, though tiny.~
~
~
Starshine~
Siralla~
33 2819 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 35 1 -1 10 100 0 0
887115088
E
either~
A small pelt with four elongated parts ending in black paw pads.  The fur

is short and thick.  Each brown-colored hair is tipped with white, giving

the pelt a frosted appearance.

~
P
-1

#2820
fur~
furs~
red squirrel~
red squirrel~
lies here, looking warm, though tiny.~
lie here, looking warm, though tiny.~
~
~
Starshine~
Starshine~
33 2820 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
50 30 1 -1 10 100 0 0
887115264
E
either~
A small pelt with four elongated parts ending in black paw pads.  The fur

is short and thick.  Each red-colored hair is tipped with white, giving

the pelt a frosted appearance.

~
P
-1

#2821
tail~
tails~
brown bushy~
brown, bushy squirrel~
lies here.~
lie here.~
~
~
Starshine~
Starshine~
33 2821 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
30 85 1 -1 10 100 0 0
887115487
E
either~
A long, bushy tail, it was obviously once proudly displayed by some, long

since departed, squirrel.  Each of the thick hairs that together create

the tail is a rich brown, tipped in white.

~
P
-1

#2822
tail~
tails~
red bushy~
red, bushy squirrel~
lies here.~
lie here.~
~
~
Starshine~
Starshine~
33 2822 16777216 0 1 0
0 0 0 0 0 0 4
0 0 0 0
30 85 1 -1 10 100 0 0
887115855
E
either~
A long, bushy tail, it was obviously once proudly displayed by some, long

since departed, squirrel.  Each of the thick hairs that together create

the tail is a rich red, tipped in white.

~
P
-1

#2823
lion's mane~
lion's manes~
~
~
is on the ground in a tangled mess.~
are on the ground in a tangled mess.~
~
~
Fenlyn~
Fenlyn~
34 2823 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
500 1000 1 -1 10 100 0 0
887127754
E
either~
The mane is golden brown in color.  Dried blood clumps at the base of

each hair folicle from where the mane was removed from its owner's head. 

Majestic in its appearance now, it now can only be imagined what it

looked like with a lion attached.

~
P
-1

#2824
platinum bowl~
platinum bowls~
~
~
plain as day lies on the ground.~
plain as day lie on the ground.~
~
~
Florian~
Florian~
8 2824 0 0 1 0
0 0 1048576 0 0 0 4
0 0 0 0
800 15000 1 -1 10 1000 0 0
888460522
E
either~
Forged from platinum, this small but deep brazier has a silvery-white gleam

to it.  The sides of the brazier have been smoothly polished, as has the

interior of the brazier.  Tiny, triangular handles stick up from the sides

of the brazier at equilateral angles.

~
P
-1

#2825
sword~
swords~
rainbow-colored~
+of the elements~
lies on the ground in a multi-colored glow.~
lie on the ground in a multi-colored glow.~
~
~
Fenlyn~
Fenlyn~
5 2825 8421441 4 8193 7389184
1 0 16384 0 0 0 4
0 2 17 2
600 3000 75 -1 8 1100 0 0
887215337
E
either~
Glistening in the light, this sword reflects back a wide spectrum of

colors to your eye.  Its hilt is wrapped with soft leather making it a

bit comfortable while wielding it.

~
P
3 -1
~
~
if( random( 1, 10 ) == 7 ) {

  act_notchar( #nchit, ch, obj, victim );

  act_tochar( #hit, ch, obj, victim );

  do_spell( burning hands, ch, victim );

  }

else {

  if( random( 1, 10 ) == 7 ) {

    act_room( #coldhit, ch, obj, victim );

    do_spell( chilling touch, ch, victim );

    }

  }

~
E
nchit~
@RA burst of flame erupts from $p as it hits $N.@n

~
E
hit~
@RA burst of flame erupts from your weapon as it hits $N!@n

~
E
coldhit~
@CIce coats $p as it strikes $N!@n

~
!
-1

#2826
chocolate covered demon~
chocolate covered demons~
~
~
pulses with supernatural energy.~
pulse with supernatural energy.~
~
~
Rue~
Rue~
19 2826 0 0 1 0
0 0 512 0 0 0 4
0 -1 0 0
1 0 1 -1 10 1000 0 0
887222094
E
either~
This tiny chocolate confection smells wonderful!  Dark chocolate is

draped over a center of ultimate evil and cruelty.

~
P
8 -1
~
~
junk_obj( obj, 1 );

act_tochar( #chew, ch );

act_notchar( #face, ch );

wait( 1 );

act_notchar( #demon, ch );

mload( 3501, room );

i = dice( 4, 20 );

dam_message( ch, i, #demonoof );

inflict( ch, ch, i, "Trying to eat a demon" );

mload( 3501, room );

mob = mob_in_room( 3501, room );

interpret( mob, "kill all" );

~
E
chew~
@RA sense of doom comes to you as you chew your chocolate.@n

~
E
face~
@A look of shock comes over $n's face!@n

~
E
demon~
@RSuddenly a huge beast bursts forth from $n's mouth!@n

~
E
demonoof~
Your head explodes in agony as a demon leaps from your mouth!

~
!
-1

#2827
pinch of dust~
pinches of dust~
~
~
sits on the ground with motes floating in the air above it.~
sit on the ground with motes floating in the air above them.~
~
~
Florian~
Florian~
11 2827 0 0 1 0
0 0 0 0 0 0 4
1 0 0 0
1 0 1 -1 10 10 0 0
887249685
E
either~
A few motes of dust take flight into the air as you examine the pinch of

dust.  Though grey in color, soft granules of something metallic catches

your eye within the small pinch.

~
P
-1

#2828
ceramic jar of dust~
ceramic jars of dust~
~
~
with dust smudges rests on its side here.~
with dust smudges rest on their side here.~
~
~
Florian~
Florian~
11 2828 0 0 1 0
0 0 32 0 0 0 4
5 0 0 0
50 1200 1 -1 10 200 0 0
887252419
E
either~
This small, squat jar is made of orange ceramic and sealed with a cork. 

It has neither label nor engravings to hint at its contents.  However,

around the edges of the jar are grey smudges of dust.

~
P
-1

#2829
tiny copper cube~
tiny copper cubes~
~
~
with perfectly sharp corners sits on the ground, gleaming.~
with perfectly sharp corners sit on the ground, gleaming.~
~
~
Florian~
Florian~
8 2829 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
15 900 1 -1 10 500 0 0
887253053
E
either~
Perfectly square, this tiny object has been forged from pure copper into

the shape of a cube.  The cube has no external adornment or

ornamentation, but from what you can tell, it appears to be hollow inside. 

The corners of the cube are fairly sharp.  With its negligable weight and

miniscule size, this tiny cube does not seem to have much purpose.

~
P
-1

#2830
small zinc sphere~
small zinc spheres~
~
~
polished and shiny rolls to and fro on the ground.~
polished and shiny roll to and fro on the ground chaotically.~
~
~
Florian~
Florian~
8 2830 0 0 1 0
0 0 131072 0 0 0 4
0 0 0 0
20 800 1 -1 10 1000 0 0
887253063
E
either~
Fashioned from zinc, this object is fragile for the metal is extremely

soft.  Slightly less shiny than pure silver, the zinc sphere nonetheless

has a nice gleam to it.  The small sphere seems hollow, though there are

no seams in its design.

~
P
-1

#2831
phylactery of the para-elemental planes~
phylacteries of the para-elemental planes~
~
~
sticks in the ground.~
stick in the ground.~
~
~
Florian~
Jimbalaya~
9 2831 0 0 5 0
0 0 131072 0 0 0 4
0 2 0 0
120 15000 45 -1 7 750 0 0
887254277
A 12 15
A 6 10
A 13 10
E
either~
Forged into the shape of a jagged star with sinister edges, where one

might expect the gleam of silver this is naught but shallow darkness. 

The star has fours points, each of which curl about an object.  At the

center of the star, this is nothing but a hollow, as though something

once was set in its place.  The phylactery hangs from a thick, silver

chain.

~
E
curl object~
The points of the star each curl about a different object.  One object

appears to be a vial of ooze while another looks to be a fragment of ice. 

Within the grip of the star's third point is a piece of volcanic rock. 

Finally, the fourth point holds within its grasp a vial of smoke.

~
P
-1

#2832
phylactery of the para-elementalist~
phylacteries of the para-elementalist~
~
~
with its four points facing outward lies here.~
with their four points facing outward lie here.~
~
~
Florian~
Jimbalaya~
9 2832 0 0 5 0
0 0 131072 0 0 0 16
0 3 0 0
170 30000 65 -1 7 750 0 0
887254297
A 13 15
A 12 15
A 6 15
E
either~
Forged into the shape of a jagged star with sinister edges, where one

might expect the gleam of silver this is naught but shallow darkness. 

The star has fours points, each of which curl about an object.  At the

center of the star is a dull yellow stone whose interior swirls with

chaos.  The phylactery hangs from a thick, silver chain.

~
E
curl object~
The points of the star each curl about a different object.  One object

appears to be a vial of ooze while another looks to be a fragment of ice. 

Within the grip of the star's third point is a piece of volcanic rock. 

Finally, the fourth point holds within its grasp a vial of smoke. 

Situated at the heart of the four points, though, at the center of the

star, is a dull yellow stone whose interior swirls with the chaos of the

para-elementals.

~
P
-1

#2833
{dull yellow jewel} heart of the para-elemental planes~
{dull yellow jewels} hearts of the para-elemental planes~
~
~
wobbles back and forth on the ground slowly.~
wobble back and forth on the ground slowly.~
~
~
Florian~
Florian~
8 2833 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
50 1250 1 -1 10 250 0 0
887254313
E
before~
This dull yellow jewel has several facets.  Five sided, the crastsmanship

of the gem is indicative of a diamond-cut and yet, clearly half of it is

missing.  It is as though the gem has been divided in two.

~
E
after~
Though this jewel has five distinct facets, it seems incomplete somehow. 

Beneath its glassy, yellow surface, you can see the swirling mists of the

para-elemental planes as they collide with one another.  The yellow jewel

looks to be but half of a whole.

~
P
-1

#2834
crude amulet of bamboo~
crude amulets of bamboo~
~
~
lies here, waiting to be finished.~
lie here, waiting to be finished.~
~
~
Florian~
Florian~
9 2834 0 0 5 0
0 0 512 0 0 0 4
0 1 0 0
50 1000 1 -1 10 400 0 0
887254358
E
either~
Made from bits on bamboo and strands of rope, this charm looks quite

simplistic at first - like something a child might fashion.  The rope

coils about the outer frame of the amulet in such a way to create tiny

niches.

~
P
-1

#2835
{night-blue jewel} heart of the elemental planes~
{night-blue jewels} hearts of the elemental planes~
~
~
lies on the ground, glowing with an inner fire.~
lie on the ground, glowing with inner fire.~
~
~
Florian~
Florian~
8 2835 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
100 3500 1 -1 10 300 0 0
887254585
E
before~
Crafted in a classic diamond cut, this jewel is an unusual blue color. 

Darker than the sky but brighter than the feathers on a cobalt parrot,

the night-blue jewel has an inner sparkle.  Within the heart of the gem

is a swirling eddy of mist.

~
E
after~
Having eight sides, this night-blue jewel has several smooth, polished

facets.  The top of the jewel is slightly octagonel with a classic

diamond cut.  Within the heart of the jewel you can see the flowing power

currents of a nexus, where all points of the elemental planes connect.

~
P
-1

#2836
durable brass knuckles~
durable brass knuckles~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Florian~
Florian~
5 2836 -2147481600 0 8193 1048576
0 0 526336 0 0 0 4
0 2 3 0
100 650 10 -1 2 1000 0 0
887255228
E
either~
Made of a mixture of copper and zinc, these brass knuckles are crafted to

slip over one's fingers.  This particular pair of brass knuckles looks

exceptionally sturdy.

~
P
-1

#2837
block of salt~
block of salts~
~
~
with perfect cubic cleavage lies on the ground.~
with perfect cubic cleavage lie on the ground.~
~
~
Florian~
Florian~
11 2837 0 0 1 0
0 0 0 0 0 0 4
1 0 0 0
200 200 1 -1 10 250 0 0
887256424
E
either~
Clear as a piece of ice, this block on substance has a familiar quality

about it.  In fact, judging from the perfect cubic cleavage it has and

from the salty tang hanging in the air about the mineral chunk, it is

obvious that it is indeed just what it seems.  A big block of salt.  The

salt block has been worn away along the edges from repeated licking.

~
P
0 2837
lick kiss~
block salt~
if( is_player( ch ) )

  if( random( 1, 8 ) < 8 ) 

  if( has_obj( 1460, ch ) ) {

  act_tochar( #lick, ch );

  act_notchar( #rlick, ch );

  wait( 2 );

  act_tochar( #lemon, ch );

  act_notchar( #rlemon, ch );

  }

else {

  act_tochar( #lick, ch );

  act_notchar( #rlick, ch );

  }

else {

  act_tochar( #lick, ch );

  act_notchar( #rlick, ch );

  acode( find_room( 85 ), 1 );

  }

else {

  act_tochar( #lick, ch );

  act_notchar( #rlick2, ch );

  heal( mob, 2d2 );

  act_room( #heal, ch );

  }

~
E
lick~
@GYou lick the block of salt.  Wow, is it sour!  Maybe if you had a lemon

to go with it!@n 

~
E
lemon~
@YYou take a bite out of a lemon, neutralizing the salty taste of the

block.@n 

~
E
rlick~
@GAs $e licks the block of salt, $n's face blanches visible.@n

~
E
rlemon~
@Y$n takes a bite out of a lemon.@n

~
E
heal~
@CAfter licking the salt, $n looks a little healthier.@n

~
E
rlick2~
@GBending down, $n licks a block of salt.@n

~
!
-1

#2838
medallion of the elemental planes~
medallion of the elemental planess~
~
~
in the shape of a rhombus lies on the ground.~
in the shape of rhombuses lie on the ground.~
~
~
Florian~
Jimbalaya~
9 2838 0 0 5 0
0 0 8192 0 0 0 16
0 2 0 0
175 15000 45 -1 10 925 0 0
887257341
A 8 10
A 7 10
A 24 5
E
either~
The pendant and chain of this medallion are made of polished steel rods

no thicker than your littlest finger or claw.  Forming a

three-dimensional rhomboid, the steel medallion has four ampules inset

within it.  The first one contains a vial of deep water while the second

contains a measured amount of black earth.  The other two hold within

their grip a red hot coal and philter of sweet air.  The center of the

steel medallion is empty, as though it was suppose to hold something

nestled between its steel rods.

~
P
-1

#2839
small glass pyramid~
small glass pyramids~
~
~
light as air rests on the ground squarely.~
light as air rest on the ground squarely.~
~
~
Florian~
Florian~
8 2839 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
20 2000 1 -1 10 200 0 0
887257824
E
either~
This fragile glass object is as clear as the waters in the streams of the

Vaasa.  Fashioned into the shape of a four-sided pyramid, the glass

object catches and reflects the light, casting sprays of prismatic color

all about.  For the most part, the small glass pyramid is as light as air. 

Situated at the center of the pyramid's interior is a single blue stone,

that hovers in place without physical assisstance.

~
P
-1

#2840
ball of ice~
balls of ice~
~
~
lies on the ground, tightly packed from ice crystals.~
lie on the ground, tightly packed from ice crystals.~
~
~
Florian~
Florian~
11 2840 0 0 1 0
0 0 0 0 0 0 4
1 0 0 0
200 25 1 -1 10 50 0 0
887257971
E
either~
Piles of ice crystals have been mashed together into a single fist-sized

ball of ice.  Much like a snowball but heavier, the ball of ice has a

light blue tinge to its otherwise bright white ice.

~
P
-1

#2841
bloody heart~
bloody hearts~
~
~
lies here, oozing blood.~
lie here, oozing blood.~
~
~
Galen~
Galen~
34 2841 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1500 0 1 -1 10 200 0 0
887310472
E
either~
This heart is a dark, blackish-blue color.  Dark blue blood oozes out

from the arteries and veins that are still somewhat attached to it. 

Squeezing it produces a squishing sound and new flow of blood.  It

appears to be the heart of a cold-climte type of creature, perhaps an ice

hound or frost giant.

~
P
-1

#2842
silver rose bush~
silver rose bushs~
~
~
sits here, pulsing with a soft silver light.~
sit here, pulsing with soft silver light.~
~
~
Galen~
Galen~
0 2842 0 0 0 0
0 0 512 0 0 0 4
0 0 0 0
2500 0 1 -1 10 300 0 0
887311297
E
either~
This looks like any other rose bush you've seen, with one exception. 

This one is totally silver.  The leaves are silver, the stems are silver,

even the petal of the roses are silver.  A soft, silver light pulses from

the bush.

~
P
4 -1
pick get~
rose~
if( rflag( reset0, room ) ) {

  act_tochar( #pick, ch );

  act_notchar( #pick_r, ch );

  obj_to_char( oload( 2756 ), ch );

  obj_to_char( oload( 2756 ), ch );

  remove_rflag( reset0, room );

}

act_room( #gone, ch );

~
E
pick~
You pick two silver roses from the silver rose bush.

~
E
pick_r~
$n picks two silver roses from the silver rose bush.

~
E
gone~
After the last rose is picked the silver rose bush begins to fade from

your site, eventually disappearing all together.

~
!
-1

#2843
minute~
few minutes~
~
~
~
~
~
~
Talis~
Talis~
0 2843 68157440 12 1 0
0 0 0 0 0 0 4
0 0 0 0
0 0 1 -1 10 1000 0 0
888464770
E
either~
Time is fleeting, see, its already gone.

~
P
4 -1
1 look 2 drop~
3 minute 2 few~
act_tochar( #time_flies, ch );

junk_obj( obj );

~
E
time_flies~
Time is fleeting and often disapears before you even realize it.

~
!
-1

#2844
test~
tests~
~
~
~
~
~
~
Greyclaw~
Greyclaw~
1 2844 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
887992707
E
either~
This is a test. :P

~
P
-1

#2845
stick~
sticks~
twisted, barkless~
walking~
lies on the ground as it rots.~
lie on the ground as they rot.~
~
~
Fenlyn~
Fenlyn~
4 2845 0 4 16385 0
0 0 2 0 0 0 4
0 0 0 0
200 3000 55 -1 6 400 0 0
888001517
A 14 30
A 22 20
E
either~
All of the bark on this oddly-shaped stick has been stripped off

revealing a smooth light-colored wood.  It is about four feet in length

and sturdy enough to go walking with.

~
P
-1

#2846
glass pyramid~
glass pyramids~
~
~
sits on the ground with its apex pointing straight up.~
sit on the ground in a symmetric pattern.~
~
~
Florian~
Florian~
8 2846 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
80 8000 1 -1 10 250 0 0
888004685
E
either~
Made of four smaller pyramids melted together at the tips and hollow at

the center, this glass object is fairly hefty.  Whether it is a weight

for parchment, a weapon, or simply an object of art, it is uncertain. 

The only thing unusual about the pyramidal object is that within its

center there is a dancing display of swirling air, like a cloud.  The

cloud moves in no particular pattern.

~
P
-1

#2847
tiny font~
tiny fonts~
~
+of youth 1-20~
rises from the ground, neatly hidden.~
rise from the ground, neatly hidden.~
~
~
Florian~
Florian~
17 2847 0 0 1 0
0 0 0 4096 0 0 4
20 20 0 0
1 0 1 -1 10 1000 0 0
888004692
E
before~
Rising up out of the ground is a tiny font made of polished grey stone. 

The font is covered by various detritus material, hiding almost

completely from normal view.  The interior of the font is a shallow basin

which holds a small amount of clear liquid.

~
E
after~
This font revolves around a series of opcodes and is meant for use with

youth potion only.  Please dont load into areas or mess with the code.

- Florian

~
P
4 2847
fill~
~
act_tochar( #fill, ch );

~
E
fill~
The font is much to shallow to fill any container from.

~
!
4 2847
2 empty~
~
act_tochar( #empty, ch );

~
E
empty~
You cannot empty the tiny font into anything.

~
!
4 2847
1 look~
font tiny clear crystal waters liquid~
if( rflag( status2, room ) )

  act_tochar( #not, ch );

else if( !rflag( status1, room ) )

  act_tochar( #dry, ch );

else

  act_tochar( #normal, ch );

~
E
not~
You don't see that here.

~
E
dry~
Rising up out of the ground is a tiny font made of polished grey stone. 

The font is covered by various detritus material, hiding almost

completely from normal view.  The interior of the font is a shallow basin

which looks to have once held a liquid within it.

~
E
normal~
Rising up out of the ground is a tiny font made of polished grey stone. 

The font is covered by various detritus material, hiding almost

completely from normal view.  The interior of the font is a shallow basin

which holds a small amount of clear liquid.

~
!
4 2847
drink dip~
~
if( rflag( status1, room ) )

  if( find_stat( ch, level ) < 21 )

  if( !rflag( status2, room ) )

  continue;

else

  act_tochar( #not, ch );

else {

  act_tochar( #goesdry, ch );

  act_notchar( #rgoesdry, ch );

  remove_rflag( status1, room );

  }

else

  act_tochar( #dry, ch );

~
E
dry~
There is no more liquid within the tiny font.

~
E
not~
You don't see that here.

~
E
goesdry~
@CAs you approach the font, its waters trickle and fade away.@n

~
E
rgoesdry~
@CAs $n approaches the font, its waters trickle and fade away.@n

~
!
-1

#2848
silver dragon-headed key~
silver dragon-headed keys~
~
~
lies on the ground, glinting.~
lie on the ground, glinting.~
~
~
Florian~
Florian~
18 2848 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
5 0 1 -1 10 500 0 0
888005948
E
either~
This small key is about five inches long.  Crafted from silver, the key

has a brilliant sheen to it.  The handle of the key has been fashioned

into a dragon's head, whose features are both noble and fierce.  The

dragon's neck merges effortlessly into the mid-section of the key, its

scaly details blending carefully into the metal.  The dragon's eyes, two

miniscule drops of amber, peek out from the top of the key and seem to

gaze upon you.

~
P
-1

#2849
font~
fonts~
~
+of youth 41-60~
hidden from view lies here.~
hidden from view lies here.~
~
~
Florian~
Florian~
17 2849 0 0 0 0
0 0 0 4096 0 0 4
50 50 0 0
1 0 1 -1 10 1000 0 0
888090633
E
before~
Like the dais in a grandiose palace, this shallow font is tiered.  Made

of marble, the sides of the font vere outward at slight angles to form a

basin at its center.  At the heart of the hand-carved marble font there

is a small pool of clear liquid.

~
E
after~
This font revolves around a series of opcodes and is meant for use with

youth potion only.  Please dont load into areas or mess with the code.

-Florian

~
P
4 2849
fill~
~
act_tochar( #fill, ch );

~
E
fill~
The font is much to shallow to fill anything from.

~
!
4 2849
empty~
~
act_tochar( #empty, ch );

~
E
empty~
You cannot empty the font into anything.

~
!
4 -1
1 look~
font clear liquid~
if( rflag( status2, room ) )

  act_tochar( #not, ch );

else if( !rflag( status1, room ) )

  act_tochar( #dry, ch );

else

  act_tochar( #desc, ch );

~
E
desc~
Like the dais in a grandiose palace, this shallow font is tiered.  Made

of marble, the sides of the font vere outward at slight angles to form a

basin at its center.  At the heart of the hand-carved marble font there

is a small pool of clear liquid.

~
E
dry~
Like the dais in a grandiose palace, this shallow font is tiered.  Made

of marble, the sides of the font vere outward at slight angles to form a

basin at its center.  At the heart of the hand-carved marble font there

there is nothing but dust.

~
E
not~
You don't see that here.

~
!
4 2849
dip drink~
~
if( rflag( status1, room ) )

  if( !rflag( status2, room ) )

  if( find_stat( ch, level ) < 61 )

  if( find_stat( ch, level ) > 40 )

  continue;

else {

  act_tochar( #goesdry, ch );

  act_notchar( #rgoesdry, ch );

  remove_rflag( status1, room );

  }

else {

  act_tochar( #goesdry, ch );

  act_notchar( #rgoesdry, ch );

  remove_rflag( status1, room );

  }

else

  act_tochar( #not, ch );

else

  act_tochar( #dry, ch );

~
E
not~
You don't see that here.

~
E
dry~
The font looks to have run dry.

~
E
goesdry~
@CYou watch, in horror, as the water from the font drains as you approach

it. @n

~
E
rgoesdry~
You watch in horror as the font dries up at $n's approach.

~
!
-1

#2850
staff~
staffs~
runic~
+of destiny~
has been discarded on the ground.~
have been discarded on the ground.~
~
~
Fenlyn~
Fenlyn~
5 2850 0 4 8193 0
0 0 2 3 0 0 4
0 3 6 4
350 5000 75 -1 8 650 0 0
888108758
A 5 1
A 12 20
E
either~
This particular staff is about four feet long and is made of a very dark

brown wood.  Although, the wood is thick, the staff itself is quite light

in weight.

~
P
-1

#2851
silver font~
silver fonts~
~
+of youth 61-80~
lies here, hidden from view.~
lie here, hidden from view.~
~
~
Florian~
Florian~
17 2851 0 0 0 0
0 0 0 4096 0 0 4
60 60 60 0
1 0 1 -1 10 1000 0 0
888123730
E
before~
Standing about a foot tall is a circular font.  The outer edges of the

font are nearly black with tarnish but as it depresses into a shallow

basin to hold liquid you can see the sparkle of polished silver beneath. 

Within the font gurgles a liquid.

~
E
after~
This font revolves around a series of opcodes and is meant for use with

youth potion only.  Please dont load into areas or mess with the code.

-Florian

~
P
4 2851
dip drink~
~
if( rflag( status1, room ) )

  if( find_stat( ch, level ) < 81 )

  if( find_stat( ch, level ) > 60 )

  if( !rflag( status2, room ) )

  continue;

else

  act_tochar( #not, ch );

else {

  act_tochar( #goesdry, ch );

  act_notchar( #rgoesdry, ch );

  remove_rflag( status1, room );

  }

else {

  act_tochar( #goesdry, ch );

act_notchar( #rgoesdry, ch );

  remove_rflag( status1, room );

  }

else

  act_tochar( #dry, ch );

~
E
not~
You don't see that here.

~
E
goesdry~
@BThe liquid within the shallow font siwrls violently and disappears as

you near it.@n 

~
E
rgoesdry~
@BThe liquid within the shallow font siwrls violently and disappears as $n nears it.@n

~
E
dry~
The font looks to have run dry.

~
!
4 2851
empty~
~
act_tochar( #empty, ch );

~
E
empty~
You cannot empty the silver font into anything.

~
!
4 2851
fill~
~
act_tochar( #fill, ch );

~
E
fill~
The silver font is much to shallow to fill anything from.

~
!
4 -1
1 look~
silver font clear liquid~
if( rflag( status2, room ) )

act_tochar( #not, ch );

else if( rflag( status1, room ) )

act_tochar( #dry, ch );

else

act_tochar( #desc, ch );

~
E
not~
You don't see that here.

~
E
dry~
Standing about a foot tall is a circular font.  The outer edges of the

font are nearly black with tarnish but as it depresses into a shallow

basin to hold liquid you can see the sparkle of polished silver beneath.

The font seems to have run dry some time ago.

~
E
desc~
Standing about a foot tall is a circular font.  The outer edges of the

font are nearly black with tarnish but as it depresses into a shallow

basin to hold liquid you can see the sparkle of polished silver beneath. 

Within the font gurgles a liquid.

~
!
-1

#2852
golden font~
golden fonts~
~
+of youth 81+~
lies hidden here, out of sight.~
lie hidden here, out of sight.~
~
~
Florian~
Florian~
17 2852 0 0 0 0
0 0 0 4096 0 0 4
70 70 0 0
1 0 1 -1 10 1000 0 0
888124865
E
either~
Oval in shape, a shallow but wide basin has been forged from gold.  The

gold itself is far from ordinary, for it carries with it a vibrant red

sheen.  Around the sides of the oval font are carved designs.  Time

appears to have smoothed away most of the details of each design, but

there are clear remnants of runes, dragons, comets and stars.  Within the

basin is a pool of liquid that has an aromatic and intoxicating spell to

it.

~
E
after~
This font revolves around a series of opcodes and is meant for use with

youth potion only.  Please dont load into areas or mess with the code.

-Florian

~
P
4 2852
dip drink~
~
if( rflag( status1, room ) )

  if( find_stat( ch, level ) > 80 )

  if( !rflag( status2, room ) )

  continue;

else

  act_tochar( #not, ch );

else {

  act_tochar( #goesdry, ch );

  act_notchar( #rgoesdry, ch );

  remove_rflag( status1, room );

  }

else

  act_tochar( #dry, ch );

~
E
not~
You don't see that here.

~
E
goesdry~
@RThe water within the golden font vaporizes as you approach it!@n

~
E
rgoesdry~
@RThe water within the golden font vaporizes as $n approaches it!@n

~
E
dry~
The golden font looks to have run dry.

~
!
4 -1
1 look~
golden font clear liquid~
if( rflag( status2, room ) )

  act_tochar( #not, ch );

else if( rflag( status1, room ) )

  act_tochar( #dry, ch );

else

  act_tochar( #desc, ch );

~
E
desc~
Oval in shape, a shallow but wide basin has been forged from gold.  The

gold itself is far from ordinary, for it carries with it a vibrant red

sheen.  Around the sides of the oval font are carved designs.  Time

appears to have smoothed away most of the details of each design, but

there are clear remnants of runes, dragons, comets and stars.

Within the basin is a pool of liquid that has an aromatic and intoxicating spell to it.

~
E
dry~
Oval in shape, a shallow but wide basin has been forged from gold.  The

gold itself is far from ordinary, for it carries with it a vibrant red

sheen.  Around the sides of the oval font are carved designs.  Time

appears to have smoothed away most of the details of each design, but

there are clear remnants of runes, dragons, comets and stars.  The golden

font looks to have dried up a while ago.

~
E
not~
You don't see that here.

~
!
4 2852
empty~
~
act_tochar( #empty, ch );

~
E
empty~
You cannot empty the golden font into anything.

~
!
4 2852
fill~
~
act_tochar( #fill, ch );

~
E
fill~
You cannot fill anything from the golden font. It is too shallow.

~
!
-1

#2853
hat~
hats~
pale green~
+of solitude~
lies here, collecting dust.~
lie here, collecting dust.~
~
~
Olah~
Olah~
9 2853 0 4 17 0
0 0 16 0 0 0 4
0 3 0 0
20 9000 30 -1 6 400 0 0
888267090
A 4 1
A 12 10
E
either~
A wide black band wraps around this relatively small, yet comfortable

green hat.  The solid black color of the band gives off a relaxing but

also sad aura.

~
P
4 -1
follow group beckon hug kiss ckiss french cuddle snuggle love tackle bkiss noogie~
~
interpret( ch, "sigh" );

wait( 1 );

act_tochar( #bore, ch );

~
E
bore~
You don't feel like doing that right now.

~
!
-1

#2854
leaf~
leaves~
five-lobed~
+from an icalah tree~
lies here, drying.~
lie in a pile.~
~
~
Starshine~
Starshine~
0 2854 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
1 100 1 -1 10 1000 0 0
888312108
E
either~
This leaf is quite unique, being five-lobed and edged in brilliant white. 

Its color is exact green generally seen on a newly sprouted leaf.  Four

round serrated lobes grow symmetrically from a central stem, topped by a

fifth lobe at the end of the stem.  The fifth lobe is a long ovular

shape, ending in a point.  The green of each lobe is bordered by a thin

line of white, a quite pretty delineation.  Small hairs cover all

surfaces of the leaf, giving it a fleshy, velvety texture.

~
P
-1

#2855
berry~
berries~
juicy yellow-green~
ripe icalah~
looks ready to burst.~
lie in a delicious pile.~
~
~
Starshine~
Starshine~
19 2855 0 0 1 0
0 0 512 0 0 0 4
5 -1 0 0
5 15 1 -1 10 1000 0 0
888312525
E
either~
The skin of this small berry is a greenish yellow color, and covered with

soft hairs, causing the berry to look fuzzy and slightly inedible.  The

berry is tear-shaped, like a perfect greenish strawberry.  Its flesh,

though, is light pinkish in color, very juicy, and deliciously edible.

~
P
-1

#2856
necklace~
necklaces~
small coral~
ancient water~
~
~
~
~
Sign~
Jimbalaya~
9 2856 0 0 5 0
0 0 68 16777216 0 0 4
0 0 0 0
100 10000 20 -1 10 1000 0 0
888389664
E
either~
This small necklace is nothing more then a small bit of coral held

together with an old leather strap.  The stones glow faintly and all

light refracts of them.  A small carving of a merman is etched into the

middle stone.

~
P
-1

#2857
clump of leafy moss~
clumps of leafy moss~
~
~
softly covers a tiny patch of ground.~
softly covers the ground.~
~
~
Starshine~
Starshine~
0 2857 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
10 25 1 -1 10 1000 0 0
888491956
E
either~
This is a stringy clump of moss: A bundle of small, green buds capping

dark brown roots.  There are still a few droplets of moisture between

some of the tiny almost flower-like leaflets.

~
P
-1

#2858
dull green lichen~
dull green lichen~
~
~
lies here.~
lie here.~
~
~
Starshine~
Starshine~
0 2858 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
7 5 1 -1 10 1000 0 0
888492865
E
either~
A small piece of lichen, there does not seem to be any distinguishing

structures to it - just a dull greenish color in a tightly woven carpet

of plant material.

~
P
-1

#2859
sprig~
sprigs~
small, leafy~
+from an icalah tree~
is here, looking very much alive.~
are here, looking very bushy and alive.~
~
~
Starshine~
Starshine~
0 2859 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
200 150 1 -1 10 1000 0 0
888493027
E
after~
This is a small branch taken from an icalah tree.  The leaves are a fuzzy

green, bordered in clear white.  The bark is a dull brown and flaking and

some of the leaves look a bit dry and dead.

~
E
before~
This is a small branch from an unusual tree.  The leaves are a fuzzy

green, bordered in clear white.  The bark is a dull brown and flaking and

some of the leaves look a bit dry and dead.

~
P
-1

#2860
spiked black greaves~
spiked black greaves~
~
~
gleams wickedly on the ground.~
gleam wickedly on the ground.~
pair of~
pairs of~
Orb~
Orb~
9 2860 8388628 8 33 208257024
0 0 8192 0 0 0 4
0 23 0 0
940 42900 65 -1 9 1000 3 0
888512935
E
either~
These wicked black leg plates bristle with black steel spikes.  A layer

of soft slub silk lines the inside of the plates, protecting the skin

with a soft layer of fabric.

~
P
-1

#2861
spiked white greaves~
spiked white greaves~
~
~
glitters with ethereal light.~
glitter with an ethereal light.~
pair of~
pairs of~
Orb~
Orb~
9 2861 545259521 0 33 410632192
0 0 8192 0 0 0 4
0 23 0 0
400 42900 65 -1 9 1000 3 0
888515846
E
either~
This pair of white leg plates bristles with spikes of the purest white

steel.  A layer of rich slub silk lines the inside of the plates,

protecting the skin with a soft layer of fabric.

~
P
-1

#2862
spiked black arm guards~
spiked black arm guards~
~
~
gleam wickedly in the light.~
gleam wickedly in the light.~
pair of~
pairs of~
Orb~
Jimbalaya~
9 2862 8388692 8 257 209305600
0 0 8192 1 0 0 4
0 22 0 0
400 27000 60 -1 9 1000 3 0
888516155
E
either~
These sturdy arm guards bristle with spikes of wicked black steel.  A

layer of rich slub silk lines the inside of the plates, protecting the

skin with a soft layer of fabric.

~
P
-1

#2863
spiked white arm guards~
spiked white arm guards~
~
~
glows with a soft, ethereal light.~
glow with a soft, ethereal light.~
pair of~
pairs of~
Orb~
Jimbalaya~
9 2863 0 0 257 410632192
0 0 8192 0 0 0 4
0 22 0 0
400 27000 60 -1 9 1000 3 0
888517069
E
either~
This set of white arm guards bristles with spikes of the purest white

steel.  A layer of rich slub silk lines the inside of the plates,

protecting the skin with a soft layer of fabric.

~
P
-1

#2864
{gem} diamond~
{gems} diamonds~
ebony~
black~
lies here, gleaming faintly.~
lie here, gleaming faintly.~
~
~
Orb~
Talis~
6 2864 84 0 16385 201326592
0 0 64 0 0 0 4
99 1 0 0
1 35000 15 -1 10 1000 0 0
888518190
A 13 15
A 17 2
E
either~
This small stone pulses with a malevolent life force of its own. 

Completely opaque, the flawless, faceted stone must be worth a fortune.

~
P
-1

#2865
bracelet~
bracelets~
+of alabaster gems~
ethereal diamond~
glows with a faint white light.~
glow with a faint white light.~
~
~
Orb~
Fenlyn~
9 2865 536870912 0 4097 402653184
0 0 131136 64 0 0 8
0 3 0 0
50 15000 70 -1 10 1000 0 0
888519598
A 21 5
A 6 5
A 13 5
A 19 2
E
either~
A bracelet of the purest white silver encircled by five brilliant

diamonds, this heavily enchanted item of good provides great powers to

its wearer.  What was once evil and corrupt about the black diamonds is

gone; only light and goodness remains.

~
P
-1

#2866
suit of~
suits of~
+battle-worn leather armor~
+priest's battle armor~
~
~
~
~
Terek~
Fenlyn~
9 2866 0 0 9 8339456
0 0 4 32768 0 0 4
0 14 0 0
40 35000 70 -1 8 1000 0 0
888549796
A 19 1
E
either~
This suit of boiled leather armor is covered in scratches and gashes made

from many years of battling.  Several intricate runes have been etched

into its surface around its edges.  Upon its breast the image of a white

shield with a fiery red phoenix with its wings outstretched has been

embroidered.  Despite its appearance, it looks as if it could still offer

medium protection when used in combat.

~
P
-1

#2867
butcher's knife~
butcher's knives~
~
~
lies here awaiting a piece of meat to cross its blade.~
lie here awaiting some meat to cut.~
~
~
Fenlyn~
Fenlyn~
5 2867 -2147482624 4 8193 2146304
1 0 8192 0 0 0 4
0 2 18 1
250 1500 75 -1 6 1000 0 0
888601221
E
either~
Made of sharpened steel, the butcher's knife extends about six inches

from its wooden hilt.  Sharper than the tip of a needle, the very tip of

the knife could easily cut into meat or flesh.

~
P
-1

#2868
sword~
swords~
runic-hilted~
+of destiny~
is being abused by the weather as it sits on the ground.~
are being abused by the weather as they sit on the ground.~
~
~
Fenlyn~
Fenlyn~
5 2868 0 4 8193 2146304
1 0 8192 0 0 0 4
0 2 16 2
400 3000 60 -1 8 1000 0 0
888717432
A 1 1
A 19 1
E
either~
A small handle made of wood has elegant, undecipherable runes carved into

it.  Written from the bottom of the hilt to the top, the runes become

nothing more than a carved swirl focusing your eyes on the long steel

blade extending about three feet from the handle.

~
P
-1

#2869
metallic fist~
metallic fists~
~
~
lies here in solitude.~
lie here in a small pile.~
~
~
Fenlyn~
Fenlyn~
5 2869 0 4 8193 1097728
1 0 32768 0 0 0 4
0 2 13 0
250 3000 75 -1 7 1200 0 0
888719524
E
either~
Formed from the finest of adamantine metals, this weapon is designed to

be strapped across the top of a person's hand by use of the attached

leather buckle.  Very large spikes protrude from the top of the

adamantine sheet across the knuckle plating which are very sharp and

dangerous to the punch.

~
P
3 -1
~
~
if( random( 1, 20 ) < 3 ) {

  act_tochar( #hit, ch );

  act_notchar( #nchit, ch );

  attack_weapon( ch, victim, 1d4, "punch" );

  }

~
E
hit~
@yLight reflects off of your metallic fist as you swing again at your

victim.@n 

~
E
nchit~
@yLight reflects off of $n's metallic fist as $e swings again at $s

victim.@n 

~
!
-1

#2870
heavy furred belt~
heavy furred belts~
~
~
lies on the ground blowing in the wind.~
lie on the ground blowing in the wind.~
~
~
Fenlyn~
Fenlyn~
9 2870 0 4 2049 0
0 0 0 0 0 0 4
0 5 0 0
200 23750 55 -1 10 1000 0 0
888727597
A 8 10
A 7 -20
A 21 10
A 22 10
A 20 10
E
either~
The belt is feels like it is made of a sturdy leather, but it is covered

in a very thick golden fur.

~
P
-1

#2871
flask~
flasks~
opaque green glass~
+of elemental command~
lies on the ground, tightly stoppered.~
lie on the ground, sealed tight with cork stoppers.~
~
~
Florian~
Olah~
11 2871 64 0 1 0
0 0 32 0 0 0 4
100 0 0 0
100 1200 1 -1 10 400 0 0
888968185
E
before~
Made of opaque, green glass, this bottle has a large cork stopper wedged

into its mouth.  About six inches in height, the flask has a bell-shaped

bottom that tapers upward like the neck of a wine bottle.  In lieu of

having a label stuck to its front, the flask has an intricate tooling of

runes.

~
E
after~
Though made of opaque green glass, you can see wisps of elemental energy

coalescing around the fringes of this flask.  Though tightly stopped with

a wedge of cork, the flask seems ready to pour forth its contents at any

moment.  Multiple series of runes, each of which invokes a different

elemental plane or demi-plane, have been etched onto the front surface of

the flask.

~
P
4 -1
pour~
flask elemental command opaque green glass~
obj = has_obj( 2871, ch );

if( find_stat( ch, align ) == 0 )

  opcode( obj, 2 );

if( find_stat( ch, align ) == 1 )

  opcode( obj, 4 );

if( find_stat( ch, align ) == 2 )

  opcode( obj, 3 );

if( find_stat( ch, align ) == 3 )

  opcode( obj, 2 );

if( find_stat( ch, align ) == 4 )

  opcode( obj, 4 );

if( find_stat( ch, align ) == 5 )

  opcode( obj, 3 );

if( find_stat( ch, align ) == 6 )

  opcode( obj, 2 );

if( find_stat( ch, align ) == 7 )

  opcode( obj, 4 );

if( find_stat( ch, align ) == 8 )

  opcode( obj, 3 );

~
!
4 -1
~
~
if( !rflag( indoors, room ) ) {

if( has_obj( 2834, ch ) ) {

  if( has_obj( 2682, ch ) ) {

    if( has_obj( 2837, ch ) ) {

      if( has_obj( 2830, ch ) ) {

        if( has_obj( 2829, ch ) ) {

          if( has_obj( 1843, ch ) ) {

            if( has_obj( 1611, ch ) ) {

              if( has_obj( 2828, ch ) ) {

                if( has_obj( 1588, ch ) ) {

                  obj = has_obj( 2834, ch );

                  junk_obj( obj, 1 );

                  obj = has_obj( 2682, ch );

                  junk_obj( obj, 1 );

                  obj = has_obj( 2837, ch );

                  junk_obj( obj, 1 );

                  obj = has_obj( 22829, ch );

                  junk_obj( obj, 1 );

                  obj = has_obj( 2830, ch );

                  junk_obj( obj, 1 );

                  obj = has_obj( 1843, ch );

                  junk_obj( obj, 1 );

                  obj = has_obj( 1611, ch );

                  junk_obj( obj, 1 );

                  obj = has_obj( 2828, ch );

                  junk_obj( obj, 1 );

                  obj = has_obj( 1588, ch );

                  junk_obj( obj, 1 );

                  act_tochar( #pour, ch );

                  act_notchar( #rpour, ch );

                  wait( 3 );

                  act_tochar( #crude, ch );

                  act_notchar( #rcrude, ch );

                  wait( 3 );

                  act_tochar( #ash, ch );

                  act_notchar( #rash, ch );

                  wait( 3 );

                  act_tochar( #salt, ch );

                  act_notchar( #rsalt, ch );

                  wait( 3 );

                  act_tochar( #zincsphere, ch );

                  act_notchar( #rzincsphere, ch );

                  wait( 3 );

                  act_tochar( #cube, ch );

                  act_notchar( #rcube, ch );

                  wait( 3 );

                  act_tochar( #frag, ch );

                  act_notchar( #rfrag, ch );

                  wait( 4 );

                  act_tochar( #gem, ch );

                  act_notchar( #rgem, ch );

                  wait( 3 );

                  act_tochar( #ore, ch );

                  act_notchar( #rore, ch );

                  wait( 3 );

                  act_tochar( #dust, ch );

                  act_notchar( #rdust, ch );

                  wait( 3 );

                  act_room( #glow, ch );

                  wait( 2 );

                  act_tochar( #amulet, ch );

                  act_notchar( #ramulet, ch );

                  obj_to_char( oload( 2784 ), ch );

                  obj = has_obj( 2871, ch );

                  junk_obj( obj, 1 );

                  }

                else

                  act_tochar( #cant, ch );

                }

              else

                act_tochar( #cant, ch );

              }

            else

              act_tochar( #cant, ch );

            }

          else

            act_tochar( #cant, ch );

          }

        else

          act_tochar( #cant, ch );

        }

      else

        act_tochar( #cant, ch );

      }

    else

      act_tochar( #cant, ch );

    }

  else

    act_tochar( #cant, ch );

  }

else

  act_tochar( #cant, ch );

}

else

act_tochar( #out, ch );

~
E
pour~
@MCarefully, you remove the cork from the flask.  Turning it upside down,

you draw an @Ci@Yr@Bi@Gd@Re@Cs@Yc@Be@Gn@Rt@n @Mcircle of conjuring about yourself.@n

~
E
rpour~
@MCarefully, $n removes the cork from a flask.  Turning it upside down,

$e draws an @Ci@Yr@Bi@Gd@Re@Cs@Yc@Be@Gn@Rt@n @Mcircle about $mself.@n

~
E
crude~
@GStanding within the circle, you hold a crude bamboo amulet in your

hand.@n 

~
E
rcrude~
@GStanding within the circle, $n holds a crude bamboo amulet in $s

hand.@n 

~
E
ash~
@GTaking up a pinch of ash, you incant a harmonous melody and sprinkle it

over the crude amulet of bamboo.@n 

~
E
rash~
@GTaking up a pinch of ash, $n incants a harmonous melody and sprinkle it

over the crude amulet of bamboo.@n 

~
E
salt~
@GWith your free hand, you take a block of salt and crush it over the

amulet, dusting it with salt.@n 

~
E
rsalt~
@GWith $n free hand, $n takes a block of salt and crushes it over the

amulet, dusting it with salt.@n 

~
E
zincsphere~
@GYou wave the crude bamboo amulet over the small zinc sphere.  The

sphere rises up and embeds itself within the amulet.@n 

~
E
rzincsphere~
@G$n waves the crude bamboo amulet over the small zinc sphere.  The

sphere rises up and embeds itself within the amulet.@n 

~
E
cube~
@GSoon after the small zinc sphere vanishes into the midst of the bamboo

amulet, a tiny copper cube in your possession rises up and follows

suit.@n 

~
E
rcube~
@GSoon after the small zinc sphere vanishes into the midst of $n's bamboo

amulet, a tiny copper cube in your possession rises up and follows

suit.@n 

~
E
frag~
@YNext, with a cyan fragment of stone that crackles with elemental

lightning in hand, you hold it up over the bamboo amulet.  Visibly, the

power from the fragment drains from the stone and coalesces around the

amulet, filling it with power.@n 

~
E
rfrag~
@YNext, with a fragment of stone in hand, $n holds it up over the bamboo

amulet.  Visibly, the lightning power from the fragment drains from the

stone and coalesces around the amulet, filling it with power.@n

~
E
gem~
@GWhile the amulet is still throbbing with power, you place the

shimmering, bright gem within it.@n 

~
E
rgem~
@GWhile the amulet is still throbbing with power, $n places a shimmering,

bright gem within it.@n 

~
E
ore~
@GNext to the gem, you place a piece of ore with bits of mithril atop the

amulet.  The ore is then enveloped within the amulet.@n 

~
E
rore~
@GNext to the gem, $n places a piece of ore with bits of mithril atop the

amulet.  The ore is then enveloped within the amulet.@n 

~
E
dust~
@GFinally, you dust the amulet of bamboo with an entire jar filled with

dust.@n 

~
E
rdust~
@GFinally, $n dusts the amulet of bamboo with an entire jar filled with

dust.@n 

~
E
glow~
@CA vortex of glowing energy comprised of every color within the

quasi-elemental planes enfolds the amulet of bamboo, strengthening it.@n

~
E
amulet~
@GOnce the glow from the vortex disapates, you hold within your hand an

amulet of the elemental planes!@n 

~
E
ramulet~
@GOnce the glow from the vortex disapates, $n holds within $s hand an

amulet of the elemental planes!@n 

~
E
cant~
@GYou cannot begin the ritual of the quasi-elements.  You are missing at

least one vital ingredient to the ceremony.@n 

~
E
out~
@GYou must be outdoors to begin the ritual of the elements.@n

~
!
4 -1
~
~
if( !rflag( indoors, room ) ) {

  if( has_obj( 2781, ch ) ) {

    if( has_obj( 2783, ch ) ) {

      if( has_obj( 2786, ch ) ) {

        if( has_obj( 2840, ch ) ) {

          obj = has_obj( 2781, ch );

          junk_obj( obj, 1 );

          obj = has_obj( 2783, ch );

          junk_obj( obj, 1 );

          obj = has_obj( 2786, ch );

          junk_obj( obj, 1 );

          obj = has_obj( 2840, ch );

          junk_obj( obj, 1 );

          act_tochar( #pour, ch );

          act_notchar( #rpour, ch );

          wait( 3 );

          act_tochar( #talisman, ch );

          act_notchar( #rtalisman, ch );

          wait( 3 );

          act_tochar( #ice, ch );

          act_notchar( #rice, ch );

          wait( 3 );

          act_tochar( #lava, ch );

          act_notchar( #rlava, ch );

          wait( 3 );

          act_tochar( #ooze, ch );

          act_notchar( #rooze, ch );

          wait( 3 );

          obj = has_obj( 2871, ch );

          junk_obj( obj, 1 );

          act_room( #glow, ch );

          wait( 3 );

          act_tochar( #med, ch );

          act_notchar( #rmed, ch );

          obj_to_char( oload( 2831 ), ch );

          }

        else

          act_tochar( #cant, ch );

        }

      else

        act_tochar( #cant, ch );

      }

    else

      act_tochar( #cant, ch );

    }

  else

    act_tochar( #cant, ch );

  }

else

  act_tochar( #out, ch );

~
E
pour~
@MCarefully, you remove the cork from the flask.  Turning it upside down,

you draw an @Ci@Yr@Bi@Gd@Re@Cs@Yc@Be@Gn@Rt@n @Mcircle of conjuring about yourself.@n

~
E
rpour~
@MCarefully, $n removes the cork from a flask.  Turning it upside down,

$e draws an @Ci@Yr@Bi@Gd@Re@Cs@Yc@Be@Gn@Rt@n @Mcircle about $mself.@n

~
E
talisman~
@GStanding within the elemental circle, you hold a talisman of smoke in

your hand.@n 

~
E
rtalisman~
@GStanding within the elemental circle, $n holds a talisman of smoke in

$s hand.@n 

~
E
ice~
@CTaking up a ball of ice, you place it upon the talisman of smoke.@n

~
E
rice~
@CTaking up a ball of ice, $n places it upon the talisman of smoke.@n

~
E
lava~
@ROnce the ball of ice is resting comfortable upon the talisman, you grab

a lava rock and set it next to the chuck of ice.  It soon begins to melt,

washing over both the lava rock and talisman of smoke.@n

~
E
rlava~
@ROnce the ball of ice is resting comfortable upon the talisman, $n grabs

a lava rock and sets it next to the chuck of ice.  It soon begins to

melt, washing over both the lava rock and talisman of smoke.@n 

~
E
ooze~
@gFinally, you take a vial of ooze and empty its sluggish contents over

the talisman, creating a steaming glop of mess.@n 

~
E
rooze~
@gFinally, $n takes a vial of ooze and empties its sluggish contents over

the talisman, creating a steaming glop of mess.@n 

~
E
cant~
@GYou cannot begin the ritual of elemental joining.  You are lacking one

of the elemental reagents.@n 

~
E
glow~
@MThe talisman of smoke intertwines with the other elements around it and

takes on a brilliant, magenta glow.@n 

~
E
med~
@GWhen the glow subsides, you hold in your hands a phylactery of the

para-elemental planes.@n 

~
E
rmed~
@GWhen the glow subsides, $n holds in $s hands a phylactery of the

para-elemental planes.@n 

~
E
out~
@GYou must be outdoors to begin the ritual of the elements.@n

~
!
4 -1
~
~
if( !rflag( indoors, room ) ) {

  if( has_obj( 2793, ch ) ) {

    if( has_obj( 2794, ch ) ) {

      if( has_obj( 2839, ch ) ) {

        if( has_obj( 2308, ch ) ) {

          obj = has_obj( 2793, ch );

          junk_obj( obj, 1 );

          obj = has_obj( 2794, ch );

          junk_obj( obj, 1 );

          obj = has_obj( 2839, ch );

          junk_obj( obj, 1 );

          obj = has_obj( 2308, ch );

          junk_obj( obj, 1 );

          act_tochar( #pour, ch );

          act_notchar( #rpour, ch );

          wait( 3 );

          act_tochar( #talisman, ch );

          act_notchar( #rtalisman, ch );

          wait( 3 );

          act_tochar( #coal, ch );

          act_notchar( #rcoal, ch );

          wait( 3 );

          act_tochar( #air, ch );

          act_notchar( #rair, ch );

          wait( 3 );

          act_tochar( #earth, ch );

          act_notchar( #rearth, ch );

          wait( 3 );

          act_room( #glow, ch );

          wait( 3 );

          act_tochar( #med, ch );

          act_notchar( #rmed, ch );

          obj = has_obj( 2871, ch );

          junk_obj( obj, 1 );

          obj_to_char( oload( 2838 ), ch );

          }

        else

          act_tochar( #cant, ch );

        }

      else

        act_tochar( #cant, ch );

      }

    else

      act_tochar( #cant, ch );

    }

  else

    act_tochar( #cant, ch );

  }

else

  act_tochar( #out, ch );

~
E
pour~
@MCarefully, you remove the cork from the flask.  Turning it upside down,

you draw an @Ci@Yr@Bi@Gd@Re@Cs@Yc@Be@Gn@Rt@n @Mcircle of conjuring about yourself.@n

~
E
rpour~
@MCarefully, $n removes the cork from a flask.  Turning it upside down,

$e draws an @Ci@Yr@Bi@Gd@Re@Cs@Yc@Be@Gn@Rt@n @Mcircle about $mself.@n

~
E
talisman~
@CStanding within the elemental circle, you hold aloft a talisman of deep

water.@n 

~
E
rtalisman~
@CStanding within the elemental circle, $n holds aloft a talisman of deep

water.@n 

~
E
coal~
@RTaking a red hot coal, you place it upon the talisman.  Instantly, the

deep water within the talisman begins to boil.@n 

~
E
rcoal~
@RTaking a red hot coal, $n places it upon the talisman.  Instantly, the

deep water within the talisman begins to boil.@n 

~
E
air~
@BBefore the coal goes out, you set a small glass pyramid atop it.  The

fine glass begins melting over the talisman.@n 

~
E
rair~
@BBefore the coal goes out, $n sets a small glass pyramid atop it.  The

fine glass begins melting over the talisman.@n 

~
E
earth~
@GGingerly, you sprinkle a pinch of earth over the entire talisman,

completing the ritual.@n 

~
E
rearth~
@GGingerly, $n sprinkles a pinch of earth over the entire talisman,

completing the ritual.@n 

~
E
glow~
@CThe talisman, surrounded by earth, air, fire and water, begins glowing

with an intense, cyan light.@n 

~
E
med~
@GWhen the glow fades, you hold within your hand a medallion that holds

in it the powers of the elemental planes.@n 

~
E
rmed~
@GWhen the glow fades, $n holds within $s hand a medallion that holds in

it the powers of the elemental planes.@n 

~
E
cant~
@GYou cannot begin the elemental ritual.  You are lacking a component.@n

~
E
out~
@GYou must be outdoors to begin the ritual of the elements.@n

~
!
-1

#2872
sphere of water~
spheres of water~
~
~
hovers above the ground, dripping tiny droplets.~
hover above the ground, dripping tiny droplets of water.~
~
~
Orb~
Orb~
15 2872 65 0 16385 0
0 0 0 0 0 0 4
5 5 0 0
25 0 1 -1 10 1000 0 0
889010135
E
either~
This sphere of water is nearly a foot in diameter.  The water seems to

swirl constantly, creating the impression of a roiling whirlpool.  The

ball of water seems to be lighter than a ball of solid liquid should be.

~
P
1 -1
none~
none~
act_room( #bye, ch );

obj = has_obj( 2872, ch );

junk_obj( obj, 1 );

~
E
bye~
The sphere of water dissolves and fades away in a puff of steam.

~
!
-1

#2873
silver hairpin~
silver hairpins~
~
~
gleams in the light.~
gleam in the light.~
~
~
Orb~
Olah~
9 2873 268435520 0 17 0
0 0 131072 0 0 0 2
0 1 0 0
1 12000 1 -1 9 700 0 0
889010672
E
either~
This long, delicate hairpin is made from the purest white silver.  Nearly

three inches long, one end tapers to a sharp point, while a pretty

sapphire gem adorns the other.

~
P
-1

#2874
red pen~
red pens~
~
~
lies here.~
lie here.~
~
~
Fenlyn~
Fenlyn~
3 2874 0 4 16385 0
0 0 0 0 0 0 4
58 10 0 1000
1 0 92 -1 10 1000 0 0
889026147
E
either~
It's a pen colored red.  It probably has red ink inside too.

~
P
-1

#2875
butterfly-shaped barrette~
butterfly-shaped barrettes~
~
~
lies here, almost forgotten.~
lie here, almost forgotten.~
~
~
Olah~
Olah~
9 2875 -1870397440 0 17 0
0 0 262144 0 0 0 2
0 1 0 0
20 750 1 -1 1 700 0 0
889053439
E
either~
This barrette is in the shape of a beautiful monarch butterfly.  The gold

is slightly tarnished but still gleams in the light.

~
P
-1

#2876
potion~
potions~
greyish-green~
+of fire resistance~
bubbles and swirls in its glass confines.~
bubble and swirl in their glass confines.~
~
~
Orb~
Orb~
10 2876 0 0 1 0
0 0 32 0 0 0 4
105 5 35 0
1 2000 1 -1 10 1000 0 0
889532542
E
either~
Orb needs to describe me.

~
P
-1

#2877
copper figurine~
copper figurines~
~
~
attached to a wooden base lies on the ground.~
attached to wooden bases lie on the ground.~
~
~
Florian~
Florian~
8 2877 0 0 1 0
0 0 524290 0 0 0 4
0 0 0 0
300 1000 1 -1 10 1000 0 0
889145895
E
either~
Standing six inches tall, this short figurine has been mounted to a

wooden base.  Crafted from copper, the figurine depicts a young human

female.  She has the body of a young woman just blossoming into

adulthood, long pigtails, and wears a long but casual dress.  The detail

work of the figurine is such that you can even make out the patterning of

the lace on her dress.  The figurine holds a basket in her tiny hands.

~
E
wooden base~
Cut from a single piece of oak, this circular base to which the figurine

has been attached feels lighter than it should.  In fact, it feels hollow. 

Sticking out of the bottom of the wooden base is a small brass key.  The

edges of the key have just begun to tarnish.

~
P
4 -1
wind turn~
key~
if( has_obj( 2877, ch ) )

  if( !obj_in_room( 2877, room ) ) {

  obj = has_obj( 2877, ch );

  act_tochar( "You turn a tiny winding key on $p.", ch, obj, mob );

  act_notchar( "$n turns a tiny winding key on $p.", ch, obj, mob );

  wait( 1 );

  acode( find_room( 69000 ), 11 );

  }

else

  act_tochar( "Perhaps you should wait until there isn't a figurine within the room.", ch );

else

  act_tochar( "You have to be holding the copper figurine to wind it.", ch );

~
!
-1

#2878
brass figurine~
brass figurines~
~
~
mounted to a piece of wood lies here.~
mounted to pieces of wood lie here.~
~
~
Florian~
Florian~
8 2878 0 16 1 0
0 0 2 0 0 0 4
0 0 0 0
200 2000 1 -1 10 1000 0 0
889145910
E
either~
No description~
P
0 -1
wind turn~
key~
if( has_obj( 2878, ch ) )

  if( !obj_in_room( 2878, room ) ) {

  obj = has_obj( 2878, ch );

  act_tochar( "You turn a tiny winding key on $p.", ch, obj, mob );

  act_notchar( "$n turns a tiny winding key on $p.", ch, obj, mob );

  wait( 1 );

  acode( find_room( 69000 ), 11 );

  }

else

  act_tochar( "Perhaps you should wait until there isn't a figurine within the room.", ch );

else

  act_tochar( "You have to be holding the brass figurine to wind it.", ch );

~
!
-1

#2879
lead figurine~
lead figurines~
~
~
mounted to a piece of wood lies here.~
mounted to pieces of wood lie here.~
~
~
Florian~
Florian~
8 2879 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
200 3000 1 -1 10 1000 0 0
889145920
E
either~
No description~
P
0 -1
wind turn~
key~
if( has_obj( 2879, ch ) )

  if( !obj_in_room( 2879, room ) ) {

  obj = has_obj( 2879, ch );

  act_tochar( "You turn a tiny winding key on $p.", ch, obj, mob );

  act_notchar( "$n turns a tiny winding key on $p.", ch, obj, mob );

  wait( 1 );

  acode( find_room( 69000 ), 11 );

  }

else

  act_tochar( "Perhaps you should wait until there isn't a figurine within the room.", ch );

else

  act_tochar( "You have to be holding the lead figurine to wind it.", ch );

~
!
-1

#2880
bronze figurine~
bronze figurines~
~
~
attached to a wooden base stands here.~
attached to wooden bases stand here.~
~
~
Florian~
Florian~
8 2880 0 0 1 0
0 0 2048 0 0 0 4
0 0 0 0
200 4000 1 -1 10 1000 0 0
889145934
E
either~
No description~
P
0 -1
wind turn~
key~
if( has_obj( 2880, ch ) )

  if( !obj_in_room( 2880, room ) ) {

  obj = has_obj( 2880, ch );

  act_tochar( "You turn a tiny winding key on $p.", ch, obj, mob );

  act_notchar( "$n turns a tiny winding key on $p.", ch, obj, mob );

  wait( 1 );

  acode( find_room( 69000 ), 11 );

  }

else

  act_tochar( "Perhaps you should wait until there isn't a figurine within the room.", ch );

else

  act_tochar( "You have to be holding the bronze figurine to wind it.", ch );

~
!
-1

#2881
platinum figurine~
platinum figurines~
~
~
attached to a wooden base stands here.~
attached to wooden bases stand here.~
~
~
Florian~
Florian~
8 2881 0 0 1 0
0 0 1048576 0 0 0 4
0 0 0 0
200 5000 1 -1 10 1000 0 0
889145941
E
either~
No description~
P
0 -1
wind turn~
key~
if( has_obj( 2881, ch ) )

  if( !obj_in_room( 2881, room ) ) {

  obj = has_obj( 2881, ch );

  act_tochar( "You turn a tiny winding key on $p.", ch, obj, mob );

  act_notchar( "$n turns a tiny winding key on $p.", ch, obj, mob );

  wait( 1 );

  acode( find_room( 69000 ), 11 );

  }

else

  act_tochar( "Perhaps you should wait until there isn't a figurine within the room.", ch );

else

  act_tochar( "You have to be holding the platinum figurine to wind it.", ch );

~
!
-1

#2882
iron toy soldier~
iron toy soldiers~
~
~
with a sword at its side stands here at attention.~
with a sword at its side stands here at attention.~
~
~
Florian~
Florian~
8 2882 0 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
100 7500 1 -1 10 1000 0 0
889145955
E
either~
No description~
P
4 2882
wind~
iron toy soldier~
if( has_obj( 2882, ch ) )

  if( !obj_in_room( 2882, room ) ) {

  act_tochar( "You wind the iron toy soldier up and place it on the ground.", ch );

  act_notchar( "$n winds the iron toy soldier up and places it on the ground.", ch );

  junk_obj( has_obj( 2882, ch ), 1 );

  obj_to_room( oload( 2882 ), room );

acode( find_room( 69000 ), 5 );

  }

else

  act_tochar( "Isn't the toy soldier on the ground enough amusement for you?", ch );

else

  act_tochar( "You have to be holding the iron toy soldier to wind it.", ch );

~
!
-1

#2883
steel toy soldier~
steel toy soldiers~
~
~
stands here at attention.~
stand here at attention.~
~
~
Florian~
Florian~
8 2883 0 0 1 0
0 0 8192 0 0 0 4
0 0 0 0
100 10000 1 -1 10 1000 0 0
889145963
E
either~
No description~
P
4 2883
wind~
steel toy soldier~
if( has_obj( 2883, ch ) )

  if( !obj_in_room( 2883, room ) ) {

  act_tochar( "You wind the steel toy soldier up and place it on the ground.", ch );

  act_notchar( "$n winds the steel toy soldier up and places it on the ground.", ch );

  junk_obj( has_obj( 2883, ch ), 1 );

  obj_to_room( oload( 2883 ), room );

acode( find_room( 69000 ), 6 );

  }

else

  act_tochar( "Isn't the toy soldier on the ground enough amusement for you?", ch );

else

  act_tochar( "You have to be holding the steel toy soldier to wind it.", ch );

~
!
-1

#2884
mithril toy soldier~
mithril toy soldiers~
~
~
stands here at attention.~
stand here at attention.~
~
~
Florian~
Florian~
8 2884 0 0 1 0
0 0 16384 0 0 0 4
0 0 0 0
100 12500 1 -1 10 1000 0 0
889145969
E
either~
A mithril toy soldier cast into the shape of a dwarven warrior.  He has a

winder on his back.

~
P
4 2884
wind~
mithril toy soldier~
if( has_obj( 2884, ch ) )

  if( !obj_in_room( 2884, room ) ) {

  act_tochar( "You wind the mithril toy soldier up and place it on the ground.", ch );

  act_notchar( "$n winds the mithril toy soldier up and places it on the ground.", ch );

  junk_obj( has_obj( 2884, ch ), 1 );

  obj_to_room( oload( 2884 ), room );

acode( find_room( 69000 ), 7 );

  }

else

  act_tochar( "Isn't the toy soldier on the ground enough amusement for you?", ch );

else

  act_tochar( "You have to be holding the mithril toy soldier to wind it.", ch );

~
!
-1

#2885
electrum toy soldier~
electrum toy soldiers~
~
~
stands here at attention.~
stand here at attention.~
~
~
Florian~
Florian~
8 2885 0 0 1 0
0 0 65536 0 0 0 4
0 0 0 0
100 15000 1 -1 10 1000 0 0
889145981
E
either~
No description~
P
4 2885
wind~
toy soldier electrum~
if( has_obj( 2885, ch ) )

  if( !obj_in_room( 2885, room ) ) {

  act_tochar( "You wind the electrum toy soldier up and place it on the ground.", ch );

  act_notchar( "$n winds the electrum toy soldier up and places it on the ground.", ch );

  junk_obj( has_obj( 2885, ch ), 1 );

  obj_to_room( oload( 2885 ), room );

  acode( find_room( 69000 ), 8 );

  }

else

  act_tochar( "Isn't the toy soldier on the ground enough amusement for you?", ch );

else

  act_tochar( "You have to be holding the electrum toy soldier to wind it.", ch );

~
!
-1

#2886
adamantium toy soldier~
adamantium toy soldiers~
~
~
stands here at attention.~
stand here at attention.~
~
~
Florian~
Florian~
8 2886 0 0 1 0
0 0 32768 0 0 0 4
0 0 0 0
100 18000 1 -1 10 1000 0 0
889145990
E
either~
Crafted from pure adamantium, this toy soldier looks to be a mechanical. 

A tiny turn key protrudes from its back.  However, the most unusal thing

about the toy soldier are its features.  They are those of a gnome!  And

A cheerful little gnome at that.  He is short of stature and supports a

nicely rounded tummy.  He looks like a toy who is quite happy at being a

toy soldier and having a dead minnow for a weapon.  Dark brown hair

covers his head, and he carries with pride his rather prominent gnomish

schnozz.  The only other truly noteworthy features are his grey eyes. 

The iris of each eye is not solid in color, but has a strange smoky

appearance, shifting between lighter and darker colors of gray.  This toy

soldier looks incredibly life-like and real.

~
P
4 2886
wind~
toy soldier adamantium~
if( has_obj( 2886, ch ) )

  if( !obj_in_room( 2886, room ) ) {

  act_tochar( "You wind the adamantium toy soldier up and place it on the ground.", ch );

  act_notchar( "$n winds the adamantium toy soldier up and places it on the ground.", ch );

  junk_obj( has_obj( 2886, ch ), 1 );

  obj_to_room( oload( 2886 ), room );

acode( find_room( 69000 ), 9 );

  }

else

  act_tochar( "Isn't the toy soldier on the ground enough amusement for you?", ch );

else

  act_tochar( "You have to be holding the adamantium toy soldier to wind it.", ch );

~
!
-1

#2887
clay marionette~
clay marionettes~
~
~
lies on the ground, its strings limp.~
lie on the ground, its strings limp.~
~
~
Florian~
Florian~
8 2887 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
125 1000 1 -1 10 1000 0 0
889147584
E
either~
Standing about a foot tall, this doll is made completely of clay. 

Crafted to resemble a small, plump gnome, the figure has been dressed in

a pair of brown pants and a cloth tunic.  Attached to the clay doll's

hands, feet and head are strings of sheepgut.  By pulling on the strings,

it looks like the clay doll can be moved like a puppet.

~
P
4 2887
play pull~
clay marionette strings~
if( has_obj( 2887, ch ) ) {

  obj = has_obj( 2887, ch );

  act_tochar( "You pull on the strings of $p.", ch, obj, mob );

  act_notchar( "$n pulls on the strings of $p.", ch, obj, mob );

  acode( find_room( 69000 ), 10 );

  }

else

  continue;

~
!
-1

#2888
sand sculpture~
sand sculptures~
~
~
rests on the ground, covered with detritus.~
rest on the ground, covered with detritus.~
~
~
Florian~
Florian~
8 2888 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
200 2000 1 -1 10 1000 0 0
889147590
E
either~
Sculpted from sand, this piece of art is shaped like a sphere.  Roughly

five inches tall, the sandy sphere has a glossy appearance to it, as

though it were coated with a type of resin.  A few grains of sand cling

to the sculpture, begging to be rubbed off.

~
P
4 -1
rub smooth polish~
sand sculpture~
if( has_obj( 2888, ch ) ) {

  if( !obj_in_room( 2888, room ) ) {

    act_tochar( "You rub the spherical sand sculpture.", ch, obj, mob );

    act_notchar( "$n rubs the spherical sand sculpture.", ch, obj, mob );

    wait( 1 );

    acode( find_room( 69000 ), 12 );

    }

  else

    continue;

  }

else

  continue;

~
!
-1

#2889
obsidian sculpture~
obsidian sculptures~
~
~
rests on the ground.~
rest on the ground.~
~
~
Florian~
Florian~
8 2889 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
200 4000 1 -1 10 1000 0 0
889147662
E
either~
Sculpted from obsidian, this piece of art is shaped like a cube. 

Roughly five inches tall, the obsidiany cube has a glossy appearance to

it, as though it were coated with a type of resin.  A few flakes of

obsidian cling to the sculpture, begging to be rubbed off.

~
P
4 -1
rub~
obsdidian sculpture cubic~
if( has_obj( 2889, ch ) ) {

  if( !obj_in_room( 2889, room ) ) {

    act_tochar( "You rub the cubic obsidian sculpture.", ch, obj, mob );

    act_notchar( "$n rubs the cubic obsidian sculpture.", ch, obj, mob );

    wait( 1 );

    acode( find_room( 69000 ), 12 );

    }

  else

    continue;

  }

else

  continue;

~
!
-1

#2890
stone sculpture~
stone sculptures~
~
~
rests on the ground, forgotten.~
rest on the ground, forgotten.~
~
~
Florian~
Florian~
8 2890 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
200 5000 1 -1 10 1000 0 0
889147669
E
either~
Sculpted from sandstone, this piece of art is shaped like a pyramid. 

Roughly five inches tall, the sandstone pyramid has a glossy appearance

to it, as though it were coated with a type of resin.  A few flakes of

sandstone cling to the sculpture, begging to be rubbed off.

~
P
4 -1
rub~
stone pyramidal sculpture~
if( has_obj( 2890, ch ) ) {

  if( !obj_in_room( 2890, room ) ) {

    act_tochar( "You rub the pyramidal stone sculpture.", ch, obj, mob );

    act_notchar( "$n rubs the pyramidal stone sculpture.", ch, obj, mob );

    wait( 1 );

    acode( find_room( 69000 ), 12 );

    }

  else

    continue;

  }

else

  continue;

~
!
-1

#2891
quartz statuette~
quartz statuettes~
~
~
reclines on the ground, facing up.~
recline on the ground, facing up.~
~
~
Florian~
Florian~
8 2891 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
200 7500 1 -1 10 1000 0 0
889147682
E
either~
This statuette has been expertly carved and assembled from flawless

pieces of quartz.  Made in the form of a beautiful elf, the statuette's

arms, leg, and head all appear to be moveable.  The back of the quartz

statuette has a slender slit cut into it about the size of a coin.

~
P
4 -1
place insert~
gold coin~
if( has_obj( 2891, ch ) ) {

  if( has_obj( 2, ch ) ) {

    act_tochar( "You insert a gold coin into $p.", ch, obj, mob );

    act_notchar( "$n inserts a gold coin into $p.", ch, obj, mob );

    junk_obj( has_obj( 2, ch ), 1 );

    wait( 1 );

    act_room( "$p appears to come to life. ", ch, obj, mob );

    acode( find_room( 69000 ), 14 );

    }

  else

    act_tochar( "You don't have a gold coin to put in $p.", ch, obj, mob );

  }

else

  continue;

~
!
-1

#2892
topaz statuette~
topaz statuettes~
~
~
stands here, facing east.~
stand here, facing east.~
~
~
Florian~
Florian~
8 2892 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
200 10000 1 -1 10 1000 0 0
889147691
E
either~
This statuette has been expertly carved and assembled from flawless

pieces of topaz.  Made in the form of a beautiful vyan, the statuette's

arms, leg, and head all appear to be moveable.  The back of the topaz

statuette has a slender slit cut into it about the size of a coin.

~
P
4 -1
insert place~
coin gold~
if( has_obj( 2892, ch ) ) {

  if( has_obj( 2, ch ) ) {

    act_tochar( "You insert a gold coin into $p.", ch, obj, mob );

    act_notchar( "$n inserts a gold coin into $p.", ch, obj, mob );

    junk_obj( has_obj( 2, ch ), 1 );

    wait( 1 );

    act_room( "$p appears to come to life. ", ch, obj, mob );

    acode( find_room( 69000 ), 14 );

    }

  else

    act_tochar( "You don't have a gold coin to put in $p.", ch, obj, mob );

  }

else

  continue;

~
!
-1

#2893
corundum statuette~
corundum statuettes~
~
~
stands here, facing west.~
stand here, facing west.~
~
~
Florian~
Florian~
8 2893 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
200 12500 1 -1 10 1000 0 0
889147699
E
either~
This statuette has been expertly carved and assembled from flawless

pieces of sapphire and ruby gems.  Made in the form of a heroic knight,

the statuette's arms, leg, and head all appear to be moveable.  The back

of the corundum statuette has a slender slit cut into it about the size

of a coin.

~
E
~
No description~
P
4 -1
insert place~
coin gold~
if( has_obj( 2893, ch ) ) {

  if( has_obj( 2, ch ) ) {

    act_tochar( "You insert a gold coin into $p.", ch, obj, mob );

    act_notchar( "$n inserts a gold coin into $p.", ch, obj, mob );

    junk_obj( has_obj( 2, ch ), 1 );

    wait( 1 );

    act_room( "$p appears to come to life. ", ch, obj, mob );

    acode( find_room( 69000 ), 14 );

    }

  else

    act_tochar( "You don't have a gold coin to put in $p.", ch, obj, mob );

  }

else

  continue;

~
!
-1

#2894
diamond statuette~
diamond statuettes~
~
~
stands here, facing south.~
stand here, facing south.~
~
~
Florian~
Florian~
8 2894 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
200 15000 1 -1 10 1000 0 0
889147706
E
either~
This statuette has been expertly carved and assembled from flawless

pieces of both clear and black diamonds.  Made in the form of a traveling

minstrel, the statuette's arms, leg, and head all appear to be moveable. 

The back of the diamond statuette has a slender slit cut into it about 

the size of a coin.

~
P
4 -1
insert place~
coin gold~
if( has_obj( 2894, ch ) ) {

  if( has_obj( 2, ch ) ) {

    act_tochar( "You insert a gold coin into $p.", ch, obj, mob );

    act_notchar( "$n inserts a gold coin into $p.", ch, obj, mob );

    junk_obj( has_obj( 2, ch ), 1 );

    wait( 1 );

    act_room( "$p appears to come to life. ", ch, obj, mob );

    acode( find_room( 69000 ), 14 );

    }

  else

    act_tochar( "You don't have a gold coin to put in $p.", ch, obj, mob );

  }

else

  continue;

~
!
-1

#2895
starite statuette~
starite statuettes~
~
~
stands here, facing north.~
stand here, facing north.~
~
~
Florian~
Florian~
8 2895 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
200 18000 1 -1 10 1000 0 0
889147714
E
either~
This statuette has been expertly carved and assembled from a single,

flawless pieces of green starite.  Made in the form of a traveling

minstrel, the statuette's arms, leg, and head all appear to be moveable. 

The back of the starite statuette has a slender slit cut into it about

the size of a coin.

~
P
4 -1
insert place~
coin gold~
if( has_obj( 2895, ch ) ) {

  if( has_obj( 2, ch ) ) {

    act_tochar( "You insert a gold coin into $p.", ch, obj, mob );

    act_notchar( "$n inserts a gold coin into $p.", ch, obj, mob );

    junk_obj( has_obj( 2, ch ), 1 );

    wait( 1 );

    act_room( "$p appears to come to life. ", ch, obj, mob );

    acode( find_room( 69000 ), 14 );

    }

  else

    act_tochar( "You don't have a gold coin to put in $p.", ch, obj, mob );

  }

else

  continue;

~
!
-1

#2896
straw marionette~
straw marionettes~
~
~
lies on the ground, its strings limp.~
lie on the ground, their strings limp.~
~
~
Florian~
Florian~
8 2896 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
125 2000 1 -1 10 1000 0 0
889147742
E
either~
No description~
P
4 2896
pull play~
straw marionette strings~
if( has_obj( 2896, ch ) ) {

  obj = has_obj( 2896, ch );

  act_tochar( "You pull on the strings of $p.", ch, obj, mob );

  act_notchar( "$n pulls on the strings of $p.", ch, obj, mob );

  acode( find_room( 69000 ), 10 );

  }

else

  continue;

~
!
-1

#2897
bamboo marionette~
bamboo marionettes~
~
~
lies on the ground, its strings limp.~
lie on the ground, their strings limp.~
~
~
Florian~
Florian~
8 2897 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
125 3000 1 -1 10 1000 0 0
889147749
E
either~
No description~
P
4 2897
~
bamboo marionette strings~
if( has_obj( 2897, ch ) ) {

  obj = has_obj( 2897, ch );

  act_tochar( "You pull on the strings of $p.", ch, obj, mob );

  act_notchar( "$n pulls on the strings of $p.", ch, obj, mob );

  acode( find_room( 69000 ), 10 );

  }

else

  continue;

~
!
-1

#2898
doll made of vines~
doll made of viness~
~
~
lies on the ground, face down.~
lie on the ground, face down.~
~
~
Florian~
Florian~
8 2898 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
130 5000 1 -1 10 1000 0 0
889147821
E
either~
No description~
P
4 -1
pull tug~
string cord~
if( has_obj( 2898, ch ) ) {

  obj = has_obj( 2898, ch );

  act_tochar( "You pull a cord in $p's back.", ch, obj, mob );

  act_notchar( "$n pulls a cord in $p's back.", ch, obj, mob );

wait( 1 );

acode( find_room( 69000 ), 13 );

  }

else

  continue;

~
!
-1

#2899
doll made of bone~
doll made of bones~
~
~
lies on the ground, face down.~
lie on the ground, face down.~
~
~
Florian~
Florian~
8 2899 0 0 1 0
0 0 128 0 0 0 4
0 0 0 0
130 12500 1 -1 10 1000 0 0
889147830
E
either~
No description~
P
4 -1
pull tug~
string cord~
if( has_obj( 2899, ch ) ) {

  obj = has_obj( 2899, ch );

  act_tochar( "You pull a cord in $p's back.", ch, obj, mob );

  act_notchar( "$n pulls a cord in $p's back.", ch, obj, mob );

wait( 1 );

acode( find_room( 69000 ), 13 );

  }

else

  continue;

~
!
-1

#2900
doll made of seaweed~
doll made of seaweeds~
~
~
lies on the ground, face down.~
lie on the ground, face down.~
~
~
Florian~
Florian~
8 2900 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
130 4000 1 -1 10 1000 0 0
889147838
E
either~
No description~
P
4 -1
tug pull~
string cord~
if( has_obj( 2900, ch ) ) {

  obj = has_obj( 2900, ch );

  act_tochar( "You pull a cord in $p's back.", ch, obj, mob );

  act_notchar( "$n pulls a cord in $p's back.", ch, obj, mob );

wait( 1 );

acode( find_room( 69000 ), 13 );

  }

else

  continue;

~
!
-1

#2901
doll armored in chitin~
doll armored in chitins~
~
~
lies on the ground, face down.~
lie on the ground, face down.~
~
~
Florian~
Florian~
8 2901 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
130 15000 1 -1 10 1000 0 0
889147864
E
either~
No description~
P
4 -1
pull tug~
cord string~
if( has_obj( 2901, ch ) ) {

  obj = has_obj( 2901, ch );

  act_tochar( "You pull a cord in $p's back.", ch, obj, mob );

  act_notchar( "$n pulls a cord in $p's back.", ch, obj, mob );

wait( 1 );

acode( find_room( 69000 ), 13 );

  }

else

  continue;

~
!
-1

#2902
wooden marionette~
wooden marionettes~
~
~
lies on the ground, its strings limp.~
lie on the ground, their strings limp.~
~
~
Florian~
Florian~
8 2902 0 0 1 0
0 0 2 0 0 0 4
0 0 0 0
125 7500 1 -1 10 1000 0 0
889147881
E
either~
No description~
P
4 2902
play pull~
wooden marionette strings~
if( has_obj( 2902, ch ) ) {

  obj = has_obj( 2902, ch );

  act_tochar( "You pull on the strings of $p.", ch, obj, mob );

  act_notchar( "$n pulls on the strings of $p.", ch, obj, mob );

  acode( find_room( 69000 ), 10 );

  }

else

  continue;

~
!
-1

#2903
ash sculpture~
ash sculptures~
~
~
sits on the ground, doing nothing.~
sit on the ground, doing nothing.~
~
~
Florian~
Florian~
8 2903 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
200 1000 1 -1 10 1000 0 0
889147896
E
either~
Sculpted from ash, this piece of art is shaped like a cylinder. 

Roughly five inches tall, the ash cylinder has a glossy appearance

to it, as though it were coated with a type of resin.  A few bits of

ash cling to the sculpture, begging to be rubbed off.

~
P
0 -1
~
ash sculpture cylindrical~
if( has_obj( 2903, ch ) ) {

  if( !obj_in_room( 2903, room ) ) {

    act_tochar( "You rub the cylindrical ash sculpture.", ch, obj, mob );

    act_notchar( "$n rubs the cylindrical ash sculpture.", ch, obj, mob );

    wait( 1 );

    acode( find_room( 69000 ), 12 );

    }

  else

    continue;

  }

else

  continue;

~
!
-1

#2904
congealed blood sculpture~
congealed blood sculptures~
~
~
lies on the ground.~
lie on the ground.~
~
~
Florian~
Florian~
8 2904 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
200 12500 1 -1 10 1000 0 0
889147922
E
either~
Made from congealed blood, this sculpture has no true design.  Roughly

five inches tall, the congealed blood has a glossy appearance to it, as

though it were coated with a type of resin.  A few pieces of congealed

blood cling to the sculpture, begging to be rubbed off.

~
P
0 -1
rubg~
congealed blood sculpture shapeless~
if( has_obj( 2904, ch ) ) {

  if( !obj_in_room( 2904, room ) ) {

    act_tochar( "You rub the shapeless blood sculpture.", ch, obj, mob );

    act_notchar( "$n rubs the shapeless blood sculpture.", ch, obj, mob );

    wait( 1 );

    acode( find_room( 69000 ), 12 );

    }

  else

    continue;

  }

else

  continue;

~
!
-1

#2905
doll sewn from flesh~
doll sewn from fleshs~
~
~
lies on the ground, face down.~
lie on the ground, face down.~
~
~
Florian~
Florian~
8 2905 0 0 1 0
0 0 512 0 0 0 4
0 0 0 0
130 18000 1 -1 10 1000 0 0
889147944
E
either~
No description~
P
4 -1
pull tug~
string cord~
if( has_obj( 2905, ch ) ) {

  obj = has_obj( 2905, ch );

  act_tochar( "You pull a cord in $p's back.", ch, obj, mob );

  act_notchar( "$n pulls a cord in $p's back.", ch, obj, mob );

wait( 1 );

acode( find_room( 69000 ), 13 );

  }

else

  continue;

~
!
-1

#2906
glass marionette~
glass marionettes~
~
~
lies on the ground, its strings limp.~
lie on the ground, their strings limp.~
~
~
Florian~
Florian~
8 2906 0 0 1 0
0 0 32 0 0 0 4
0 0 0 0
125 3000 1 -1 10 1000 0 0
889148804
E
either~
Standing about a foot tall, this doll is made completely of glass. 

Crafted to resemble a small, lithesome pixie, the figure has been dressed

in a set of hand sewn clothes.  Attached to the glass doll's hands, feet

and head are strings of sheepgut.  By pulling on the strings, it looks

like the glass doll can be moved like a puppet.

~
P
4 2906
pull play~
marionette glass strings~
if( has_obj( 2906, ch ) ) {

  obj = has_obj( 2906, ch );

  act_tochar( "You pull on the strings of $p.", ch, obj, mob );

  act_notchar( "$n pulls on the strings of $p.", ch, obj, mob );

  acode( find_room( 69000 ), 10 );

  }

else

  continue;

~
!
-1

#2907
stone sarcophagus~
stone sarcophagi~
~
~
rests in the center of the chamber.~
rest in the center of the chamber.~
~
~
Florian~
Florian~
15 2907 8 0 0 0
0 0 64 0 0 0 4
10000 5 0 0
10000 0 1 -1 10 1000 0 0
889152489
E
either~
Four feet tall and eight feet long, this sarcophagus has been fashioned

from slabs of grey stone cleverly dove-tailed into one another.  With a

lid four inches thick, it would probably be very difficult to lift its

stone lid.  Intricate designs have been carved all across the

sarcophagus's surfaces, most of which depicting scenes too blurred by

time to discern.

~
P
-1

#2908
golden sandstone sarcophagus~
golden sandstone sarcophagi~
~
~
rests towards the back of the chamber.~
rest towards the back of the chamber.~
~
~
Florian~
Florian~
15 2908 8 0 0 0
0 0 64 0 0 0 4
10000 5 0 0
10000 0 1 -1 10 1000 0 0
889156887
E
either~
About eight feet long, four feet wide and tall, this coffin is much more

than a simple burial box.  Cut from . sandstone.e the color of gold, the

sarcophagus has a four-inch-thick lid which rests heavily atop its base. 

Images of felines, sunbursts, pyramids, and sparkling rings have been

etched into the sarcophagus' golden sandstone.

~
P
-1

#2909
over-sized hard leather gloves~
over-sized hard leather glovess~
~
~
lies on the ground, doubled over.~
lie on the ground, doubled over.~
pair of~
pairs of~
Florian~
Florian~
9 2909 -2147483648 0 129 0
0 65536 4 0 0 0 4
0 2 0 0
95 175 1 -1 10 600 0 0
889158798
E
either~
This pair of gloves has been fashioned from hard, durable leather and

sewn together with strong, cotton thread.  Unlike normal gloves, this

pair of gloves is very large and slightly misshapen.  In addition, it has

no fingers and instead looks like a large mitten with their tips cut off.

~
P
-1

#2910
child's bloody tunic~
child's bloody tunics~
~
~
lies here in a crumpled heap.~
lie here in a crumpled heap.~
~
~
Adakar~
Adakar~
9 2910 8388608 0 9 67110880
0 1064512 16 0 0 0 2
0 2 0 0
20 100 1 -1 5 350 0 0
889418642
E
either~
This bloody tunic is just slightly smaller then the typical adult garment. 

Made of slightly tougher material to withstand the wear and tear of

children, this garment looks almost new, except for the tattered slash

that crosses the breast of it.  Faint red stitching is evident set inside

the collar of this garment.

~
E
look stitching~
Looking more carefully at the red stitching, it is now possible to see

that is spells a name: 'Sorin'.

~
P
-1

#2911
shiny diamond marble~
shiny diamond marbles~
~
~
that is perfectly round lies here.~
that are perfectly round lie here.~
~
~
Florian~
Florian~
8 2911 0 0 1 0
0 0 0 0 0 0 4
-1 0 0 0
5 250 1 -1 10 1000 0 0
889419697
E
either~
Carved from a large diamond chip, this marble makes for one expensive toy. 

However, the clarity of the gem is such that it would be good for little

else.  About the size of an acorn, the diamond marble is perfectly round

and rolls easily.

~
P
-1

#2912
stone fist~
stone fists~
~
~
clenched tightly lies on the ground like a severed limb.~
clenched tightly lie on the ground like a severed limb.~
~
~
Florian~
Florian~
8 2912 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
450 500 1 -1 10 850 0 0
889505341
E
either~
Made completely of stone, this fist is tightly clenched.  The hand has

five clawed fingers and looks like it was carved to resemble the fist of

a demon or gargoyle.  Obviously once part of a larger statue, the hand

has been broken off at the wrist from its host.

~
P
-1

#2913
suit of silvery chainmail~
suits of silvery chainmail~
~
~
lies here in a glittering heap of metal.~
lie here in a glittering heap of metal.~
~
~
Orb~
Fenlyn~
9 2913 0 0 9 2113536
0 0 163840 0 0 0 4
0 16 0 0
1000 32500 65 -1 9 1150 3 0
889541369
E
either~
This suit of chainmail is comprised of a myriad of silvery links.  The

metal is an odd white-silver color, and the inside of the suit is lined

with black silk.  The supple design of the armor allows the wearer to

move soundlessly and with great ease.

~
P
-1

#2914
stone~
stones~
+figurine of a fire drake~
fire drake entity~
lies here on its side.~
lie here on their sides.~
~
~
Orb~
Orb~
0 2914 64 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
20 10000 55 -1 10 1000 0 0
889542471
E
either~
This stone figurine depicts a fire drake.  The serpentine cousin to

dragons is generally found only in lava pools or deep within the heart of

the earth.  This carving is so lifelike that it seems ready to slither

out of your hand.

On the bottom of the carving is a tiny inscription.

~
E
inscription~
@IThe inscription reads:


                Faithfully bound to serve,

                I am yours with only two words.

                From fire and lava drawn,

                use me once and then I'm gone.


                          @eImploro Draconis@n

~
P
0 -1
imploro~
draconis~
obj = has_obj( 2914, ch );

junk_obj( obj, 1 );

act_tochar( #invoke, ch );

act_notchar( #rinvoke, ch );

wait( 1 );

act_room( #bye, ch );

wait( 1 );

act_room( #drake, ch );

do_spell( tame, ch, mload( 1956, room ) );

~
E
invoke~
You set the small figurine down on the ground and speak the ritual

invokation.

~
E
rinvoke~
$n sets the figurine of a fire drake onto the ground and speaks two

mystical words.

~
E
bye~
The figurine vanishes in a burst of white flame.  A wave of heat rolls up

and over you, causing you to flinch.

~
E
drake~
@eWhen you turn your eyes back to the spot where the figurine was, there

stands a @rhuge red serpent!@n

~
!
-1

#2915
oddly shaped gloves~
oddly shaped gloves~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Orb~
Derna~
9 2915 0 0 129 24447
0 65540 4 0 0 0 4
0 5 0 0
400 15000 33 -1 3 700 0 0
889553720
A 18 1
A 19 2
A 20 -5
A 12 -15
E
either~
These gloves of some unknown black material are quite strange indeed. 

The fingers are a good two inches longer than a normal humanoid would

need and are strongly reinforced at the tips.  The material is stretchy

and the glove design is form-fitting.

~
P
-1

#2916
large red chitinous egg~
large red chitinous eggs~
~
~
sits nestled in the corner, about to hatch.~
sit nestled in the corner, about to hatch.~
~
~
Florian~
Florian~
0 2916 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1000 0 1 -1 10 1000 0 0
889649817
E
either~
Oval and fairly heavy, this egg has a smooth, glossy texture.  Covered in

a thick red chitin, the egg looks well-armored against most anything.  Up

and down the sides of the egg are tiny gold, silver, and violet crests.

~
P
-1

#2917
King Grosberg's signet ring~
King Grosberg's signet rings~
~
~
set with an intaglio design lies on the ground.~
set with an intaglio designs lie on the ground.~
~
~
Florian~
Florian~
9 2917 67108864 0 3 0
0 0 262144 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
889652443
E
either~
Forged from red-gold, this weighty ring looks to be a signet of some type. 

An intaglio design has been incised beneath the surface of the gold.  The

band of the ring is distorted and stretched.

~
E
intaglio design~
The intaglio design consists of a cartouche - a scroll-like tablet

incising that proves space for an inscription.  Set inside the cartouche

are a series of hieroglyphic characters.

~
P
4 -1
1 look~
hieroglyphics cartouche~
if( has_obj( 1549, ch ) ) {

  obj = has_obj( 1549, ch );

  act_tochar( #circlet, ch, obj );

  act_notchar( #rcirclet, ch, obj );

  wait( 1);

  act_tochar( #trans1, ch , obj );

  }

else

  send_to_char( #notrans, ch );

~
E
circlet~
@R

You are quite astonished when $p

in your possession begins glowing faintly as you bend to translate the

hieroglyphics.

~
E
rcirclet~
Suddently, $p im $n's possession

glows briefly as $e stoops over to examine something.

~
E
trans1~
With the help of the circlet, you easily translate the cartouche set upon

the signet ring.  It reads: 


    @GJ-u-p-a-n-I-e-g-o-b-a-@YA-b-o-g-e-i-N-a-p-u-j@n

~
E
notrans~
The hieroglyphs set into the cartouche are too complex to read.

~
!
4 -1
3 translate~
hieroglyphics cartouche~
if( has_obj( 1549, ch ) )

  i = 1;

if( has_obj( 1548, ch ) )

  i = 2;

if( i == 1 ) {

  obj = has_obj( 1549, ch );

  act_tochar( #ctrans, ch, obj );

  act_notchar( #rctran, ch, obj );

  wait( 1 );

  act_tochar( #trans1, ch, obj );

  }

if( i == 2 ) {

  obj = has_obj( 1548, ch );

  act_tochar( #tmess, ch, obj );

  act_notchar( #rtmess, ch, obj );

  wait( 1 );

  act_tochar( #trans1, ch, obj );

  }

else {

  send_to_char( #notrans, ch );

  act_notchar( #rnotrans, ch );

  }

~
E
ctrans~
@gWith its help, you are able to translate the hieroglyphics set into the

intaglio design.  They read: 


    @GJ-u-p-a-n-I-e-g-o-b-a-@YA-b-o-g-e-i-N-a-p-u-j@n

~
E
rctran~
@b@G

Suddenly, $p in $n's possession glows

momentarily as $e examines a section of the hieroglyphs on a signet ring.

~
E
notrans~
The hieroglyphics are much too complex to understand.

~
E
tmess~
@R

With $p in hand, you carefully begin to translate the

hieroglyphics.

~
E
trans1~
@gThe hieroglyphics on the intaglio design read as follows:


     @GJ-u-p-a-n-I-e-g-o-b-a-@YA-b-o-g-e-i-N-a-p-u-j@n

~
E
rtmess~
$n's brow furrows in thought as $e tries to translate a section 

of hieroglyphics using $p

as a guide.

~
E
rnotrans~
$n frowns with frustration as $e finishes examining a portion

of the hieroglyphics.

~
!
-1

#2918
hole~
holes~
~
~
~
~
~
~
Orb~
Orb~
25 2918 65536 0 0 0
0 0 0 0 0 0 4
-1 -1 3 0
1 0 1 -1 10 1000 0 0
889699451
E
either~
Orb needs to describe me.

~
P
-1

#2919
silver seashell clasp~
silver seashell clasps~
~
~
lies on the ground, gleaming.~
lie on the ground, gleaming.~
~
~
Florian~
Fenlyn~
9 2919 0 0 17 0
0 0 131072 0 0 0 2
0 3 0 0
20 5500 20 -1 4 750 0 0
889810686
A 13 10
A 21 5
E
either~
Designed to hold one's hair in place in a tight but comfortable ponytail,

this small, silver clasp is quite well made.  Intricate in detail, the

surface of the hair clasp is awash in tiny seashell designs.  A few of

the seashells have a pearly luster and shows signs of once being inlaid

with fragments of mother of pearl.  Most of the pearlescent material

though has long since decayed to nothingness.

~
P
-1

#2920
mottled, fingerless gloves~
mottled, fingerless glovess~
~
~
lies in a pile here.~
lie in a pile here.~
pair of~
pairs of~
Florian~
Florian~
9 2920 0 0 1 0
0 0 4 0 0 0 4
0 7 0 0
95 2850 25 -1 2 1000 0 0
889811546
E
either~
Made from thick but splendid hides, this pair of gloves is quite large

and has no finger tips to speak of.  While they might easily fit over an

enlarged hand, they do not seem likely to be as protective as the quality

of the hide suggests.  Tiny bumps cover the surface of the gloves, giving

the otherwise smooth leather a rough, mottled appearance.

~
P
-1

#2921
red leather belt~
red leather belts~
~
~
lies on the ground, coiled around itself.~
lie on the ground, coiled around themselves like serpents.~
~
~
Florian~
Fenlyn~
9 2921 0 0 2049 0
0 0 4 0 0 0 4
0 4 0 0
45 8000 26 -1 5 650 0 0
889812282
A 20 3
A 1 1
E
either~
Two inches wide uniformly, this belt is almost a quarter inch thick and

lonk enough to encircle around the most generous waistline.  A silver

buckle fashioned into the shape of a star allows for the belt to be

adjusted for comfort.  The backside of the belt has a scaly texture and

is made up of tiny, leaf-shaped scales that interlock tightly with one

another.  Etched into each scale is a geometric series of symbols.

~
E
back geometric symbols~
The back of the red leather belt is composed of tough, leaf-shaped scales. 

Upon each scale, of which there are hundreds, is an engraved symbol

composed of multiple geometric symbols.  The first of these symbols

is of a circle within a circle within a triangle within a square.

~
E
silver buckle star~
Fashioned from silver, the belt buckle is shaped like a star.  While its

points are not too sharp, they are most distinct.  At the center of the

star is a fleck of crystal that has the peculiar gleam of blue starite. 

The small piece of crystal is set tightly into the belt buckle though.

~
P
-1

#2922
boots~
boots~
slim red leather~
red dragon hide~
sits on the ground, waiting for eager feet.~
sit on the ground, waiting for eager feet.~
pair of~
pairs of~
Florian~
Florian~
9 2922 0 0 1 0
0 0 4 0 0 0 4
0 7 0 0
900 3500 25 -1 6 1100 0 0
889814249
A 23 5
E
before~
Sewn from thick but supple red leather, these boots have a scaly texture

to them.  The pattern of the scales is indicative of young dragon hide. 

Tooled along the top and sides of the boots, in silvery-white thread, are

feathery designs of dragons in flight.  The soles of the boots are made

of tough, bark-like material.  The boots, if worn, would rise to just

above the shins.

~
E
after~
Fashioned from the hides of young red dragons, these leather boots have a

scaly texture to them.  While their exterior is tough and hard, their

interior is soft and supple.  The soles of the dragon hide boots are

carved pieces of flexible willowbark, which is known to be acid resistant. 

Feathery designs of dragons in flight, sewn in silvery-white thread adorn

the boots.

~
P
-1

#2923
steel needle ring~
steel needle rings~
~
~
rests on the ground, its point sticking up.~
rest on the ground, their points sticking up.~
~
~
Florian~
Florian~
9 2923 268435456 0 3 0
0 0 8192 0 0 0 4
0 5 0 0
10 9000 30 -1 5 1100 0 0
889815961
A 19 1
A 18 1
E
either~
Burnished until it gleams, this smooth steel ring is a perfect circle. 

The inside of the ring is equally smooth and has no engraving or

inscription.  Inset into the top surface of the ring is a star with four

points.  Inlaid with green starite, the tiny star glows faintly with its

own inner strength.  Jutting from the heart of the crystalline inlaid

design is a short but sharp needle.

~
P
-1

#2924
rune enscribed obsidian rod~
rune enscribed obsidian rods~
~
~
lies here, its runes glowing faintly.~
lie here, their runes glowing faintly.~
~
~
Adakar~
Adakar~
0 2924 8388608 0 1 0
0 64 32 0 0 0 4
0 0 0 0
20 1500 1 -1 10 1000 0 0
889847351
E
either~
This rod is approximantly two feet long and an inch and a half in

diamater.  Seemingly carved from a single piece of obsidian, no flaws or

seams can be seen anywhere along its length.  Intricate etchings cover

all but the last five to six inches of one end of this gleaming piece of

solid glass.

~
P
-1

#2925
handful of muck~
handfuls of muck~
~
~
lies here, awaiting the first rain to wash it away.~
lie here, awaiting the first rain to wash them away.~
~
~
Adakar~
Adakar~
0 2925 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
200 0 1 -1 10 1000 0 0
889853061
E
either~
A handful of mud and swampgrasses that have partially decomposed from

quite some time under the stagnant water of the swamp.  The mud is a dark

black in color, giving the impression that perhaps it was once very

fertile dirt.

~
P
-1

#2926
tattered shred of black demonskin~
tattered shreds of black demonskin~
~
~
lies here, festering on the ground.~
lie here, festering on the ground.~
~
~
Adakar~
Adakar~
0 2926 16777232 0 1 0
0 0 512 0 0 0 4
0 0 0 0
20 500 1 -1 10 500 0 0
889991080
E
either~
This shred of demonskin is only about 6 inches long and flecked with a

light dusting of reddish color.  You can still feel the inner power of

the creature from which this was skinned from, though you lack any way of

harnassing it.

~
P
-1

#2927
belt~
belts~
studded, midnight black~
+of demonic fortitude~
glows with its own inner light, as it lies on the ground.~
glow with their own internal light, as they lie on the ground.~
~
~
Adakar~
Merior~
9 2927 8392704 4 2049 0
0 1 576 0 0 0 4
0 3 0 0
100 23750 55 -1 8 600 0 0
889992475
A 5 1
A 20 -10
A 2 1
A 13 10
E
either~
Four gleaming white stones are set onto a backdrop of midnight black

material flecked with odd red specks.  The appearence is that of a large

full moon set against a fiery night sky.  The star-like pattern of the

red flecks helps to further enhance the premonition that this belt is an

artifact of extreme power.

~
P
7 -1
belt of demonic fortitude~
~
act_tochar( #wear1, ch );

act_notchar( #wear2, ch );

wait( 1 );

act_tochar( #wear3, ch );

act_notchar( #wear4, ch );

~
E
wear1~
A band of black light forms around your waist and quickly begins to

expand.

~
E
wear2~
A band of black light forms around $n's waist and quickly begins to

expand.

~
E
wear3~
As the black light engulfs you, it suddenly fades away.

~
E
wear4~
As the black light engulfs $n, it suddenly fades away.

~
!
-1

#2928
carved wooden sheep~
carved wooden sheep~
~
~
lies discarded on the ground.~
lie here discarded, awaiting for a child to come play with them.~
~
~
Adakar~
Adakar~
0 2928 -2139095040 0 16385 0
0 0 2 0 0 0 4
0 0 0 0
25 500 1 -1 10 1000 0 0
889995129
E
either~
This small carving of a sheep, is explicit in detail.  It was obviously

crafted by a master of their work, and undoubtably created as a toy for

some young child.

~
P
-1

#2929
tiny, bloody leather pouch~
tiny, bloody leather pouchs~
~
~
lies here on the ground collecting dust.~
lie here on the ground collecting dust.~
~
~
Adakar~
Adakar~
15 2929 0 0 1 0
0 0 4 0 0 0 0
2 5 0 0
25 100 1 -1 5 1000 0 0
889995214
E
either~
This small leather pouch is now a sickly red in color, obviously from

lying in a pool of blood for a time.  Made of fine leather, this pouch

cannot hold much more than perhaps a few coins.

~
P
-1

#2930
marble~
marble's~
medium-sized~
medium-sized quartz~
lies here on the ground, waiting to be rolled.~
lie here on the ground, waiting to be rolled.~
~
~
Adakar~
Adakar~
6 2930 0 0 1 0
0 0 64 0 0 0 4
1 1 0 0
15 1500 1 -1 10 1000 0 0
889995234
E
either~
This small sphere of quartz has been sanded down to perfect smoothness,

creating an expensive toy.  The color is almost completly clear, the

slight haze is most probably the reason this piece was chosen for a

child's toy instead of a lady's fine piece of jewelry.

~
P
-1

#2931
steel-banded blackened chest~
steel-banded blackened chests~
~
~
sits here, partially buried beneath large boulders.~
~
~
~
Adakar~
Adakar~
15 2931 8 0 0 0
0 0 0 0 0 0 4
100 13 0 0
10000 0 1 -1 10 1000 0 0
889996213
E
either~
Heavy steel plates ring this iron chest, making it nearly impossible to

break into.  A small lock set into the front of this chest makes it a

nightmare for a person to attempt to pick, as it is almost to small to

even look into.

~
P
-1

#2932
gilded enamel chest~
gilded enamel chests~
~
~
sits elegantly before you.~
sit elegantly before you.~
~
~
Khisanth~
Khisanth~
15 2932 0 0 1 0
0 0 0 0 0 0 4
10 21 0 0
10 0 1 -1 10 1000 0 0
890004952
E
either~
Creamy white enamel is embossed with shining gold swirls and curves,

making this tiny chest a thing of extraordinary beauty.  A tiny crest

worked in exquisite detail on the lid of the chest illumines the form of

a tiny carriage drawn by impossibly small horses.  Fluted feet of

gleaming gold hold the enamel above them, almost too delicate to support

the weight of this treasure.

~
E
crest carriage horses~
Wondrously detailed and worked in the purest gold, a tiny carriage seems

to pause for just a moment upon the cream background of the chest lid. 

Spirited horses with nostrils flaring prance in pairs in front of the

phaeton, six in all.  The minature vehicule is ornate, complete with

torches to light the way on a dark night, a set of liveried footmen, and

a royal crest upon the door.

~
P
4 2932
open~
enamel chest~
act_tochar( #open, ch );

act_notchar( #ropen, ch );

wait( 1 );

act_room( #music, ch );

wait( 2 );

act_room( #still, ch );

interpret( ch, "open gilded" );

~
E
open~
You slowly lift the lid of the tiny chest.

~
E
ropen~
$n slowly lifts the lid of the tiny chest.

~
E
music~
@yOnce the lid is fully open, the interior of the box can be seen.  A

minature carriage, just as on the outside, springs off of its bed of

crimson velvet.  Tiny golden horses toss their head and jangle tiny

harnesses as the driver cracks a minature whip above their heads.  The

team leaps into motion, and with every hoofbeat a tiny chime echoes

through the box, creating a lilting melody as they run in the air. 

Golden manes are whipped in the wind and the delicate wheels of the

carriage spin as the song plays, but the tiny procession does not move

from where it leapt to life.

~
E
still~
@yThe tiny driver cracks his whip to the sound of the last beat of the

song, and the little horses stamp and whicker as they come to a halt. 

Chiming like the bells of fairies, the harnesses of the steeds jangle as

they toss their heads a final time, and then become still.

~
!
4 -1
close~
enamel chest~
act_room( #sleep, ch );

act_tochar( #close, ch );

interpret( ch, "close gilded" );

~
E
sleep~
@yThe tiny team of horses and the carriage behind it softly lower to

their bed of crimson velvet.

~
E
close~
You lower the lid of the tiny chest.

~
!
-1

#2933
over-stuffed furred chair~
over-stuffed furred chairs~
~
~
sits here.~
sit here.~
~
~
Orb~
Orb~
35 2933 33554432 0 0 0
0 0 0 0 0 0 4
2 0 0 0
1 0 1 -1 10 1000 0 0
890268926
E
either~
Made out of lynx fur and stuffed with vrock feathers, this chair is like

no other.  The sewed on patches and many nicks give character to this

chair as well as show it has a long history of use.

~
P
-1

#2934
child's small top~
child's small tops~
~
diamond tipped~
lies here on its side, having spun itself out.~
lie here on thier side, having spun themselves out.~
~
~
Adakar~
Adakar~
0 2934 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
15 1500 1 -1 10 1000 0 0
890008465
E
either~
This small top was created by a master craftsman.  The wooden top is

carved into the shape of a small carrousel, complete with small children

riding the miniture unicorns and pegasi.  The small wooden shaft of the

top ends in a sharp point with which it spins on.

~
P
4 -1
spin~
top~
if( has_obj( 2934, ch ) ) {

  junk_obj( has_obj( 2934, ch ), 1 );

  obj_to_room( oload( 2934 ), room );

  act_tochar( #spin, ch );

  act_notchar( #spin2, ch );

  wait( 1 );

  act_room( #spin3, ch );

  wait( 2 );

  act_room( #spin4, ch );

  }

else {

  act_tochar( #notop, ch );

  end;

  }

~
E
spin~
@eAfter twisting your wrist, you simultaneously drop the top and flick

your wrist, sending it spinning around the room.@n 

~
E
spin2~
@eAfter twisting $s wrist, $n simultaneously drops a small top and flicks

$s her wrist, sending it spinning across the room.@n 

~
E
spin3~
@YA small top hops and skips off the ground as it spins around the room. 

The carved unicorns and pegasi set into the miniture carrousel at its top

spin in unison, creating a slight whirling noise.  The noise is almost

remeniscent of children laughing, lending yet even more realism to the

life like carvings.@n 

~
E
spin4~
@eThe small top slows its frantic spin and the noise subsides as it comes

to rest on its side.@n 

~
E
notop~
You must be holding the top in order to spin it.

~
!
-1

#2935
helm~
helm~
golden trimmed, violet-tinted~
+of divine protection~
lies here, glistening in its own inner light.~
lie here, glistening in thier own inner light.~
~
~
Adakar~
Olah~
9 2935 8388608 12 17 8077312
0 0 2359296 0 0 0 4
0 5 0 0
200 22500 50 -1 8 800 0 0
890019085
A 7 -5
A 6 -5
A 5 1
A 12 10
A 19 1
E
either~
Truly a work of art, this helm may have very well been crafted by the

god's themselves.  Designed to protect the god's chosen, this helm is

still a wonder just to look upon.  Created for the practical fighter, the

helm has been crafted so as to not obstruct peripheral vision though

still remain protective.  The purple hue of the metal lends a nice

balance to the gold trimming that adornes it.

~
P
7 -1
~
~
act_tochar( #blind, ch );

act_notchar( #blind2, ch );

wait( 1 );

act_room( #bolt, ch );

wait( 1 );

do_spell( call lightning, ch );

~
E
blind~
@YAs you slide the helm on over your head, it flares with an intense holy

light!@n 

~
E
blind2~
@YAs $n slides the helm on over $s head, it flares with an intense holy

light!

~
E
bolt~
@wA tremendous boom echos through the area, remeniscent of a thunder clap!@n

~
!
-1

#2936
set of~
sets of~
+onyx and sapphire beads~
+prayer beads of invoking~
lies upon the ground, light dancing across their surface.~
lie upon the ground, each set shining brightly.~
~
~
Terek~
Terek~
9 2936 0 0 5 0
0 0 64 0 0 0 4
0 0 0 0
10 20000 75 -1 10 1000 0 0
890140162
E
either~
These delicate beads have been carved from blocks of grey onyx and red

sapphires.  Each of the beads has been polished to a beautiful shine

which causes all light to gleam off it and twinkle.  Upon each of the

beads are small, ancient runes of unknown origin which pulse with a dim

silver light.

~
P
-1

#2937
girdle~
girdles~
rune-etched silver~
+of priestly might~
lies upon the ground, its runes flaring a deep blue.~
lie upon the ground, their runes flaring a deep blue.~
~
~
Terek~
Fenlyn~
9 2937 0 0 2049 0
0 0 131072 2 0 0 4
0 0 0 0
1 39500 75 -1 10 1000 0 0
890140536
A 4 2
A 1 1
A 19 2
E
either~
Thick rune-engraved leather bands into a wide girdle with dark thong

laces.

~
P
-1

#2938
quilted picnic blanket~
quilted picnic blankets~
~
~
lies here, spread across the ground.~
lie here, spread across the ground.~
~
~
Phule~
Siralla~
36 2938 0 0 1 0
0 0 16 0 0 0 0
0 0 0 0
80 100 1 -1 1 1000 0 0
890328353
E
either~
This heavy, soft blanket is a quiltwork.

~
P
-1

#2939
rash-ker's vambrace~
rash-ker's vambrace's~
~
~
lies here in its own dark shadows.~
lie here in thier own dark shadows.~
~
~
Adakar~
Fenlyn~
9 2939 276824064 4 4097 67108864
0 0 256 0 0 0 4
0 8 0 0
200 20000 55 -1 8 650 0 0
890345208
A 13 10
A 20 5
A 12 10
E
either~
Crafted out of what appears to be a tough flesh-like material, this

bracer is beautiful in its own dark way.  Six inches of the purest black

material that almost seems to shimmer make this vambrace unlike any other.

~
P
7 -1
~
~
act_tochar( #shrink, ch );

act_notchar( #shrink2, ch );

~
E
shrink~
@CAs you slide the vambrace on over your arm, it shrinks and conforms to

exacting size.@n 

~
E
shrink2~
@CAs $n wears a rash-ker's vambrace, it shrinks conforming to $s arm.@n


~
!
-1

#2940
side of beef~
side of beefs~
~
~
lies on the ground.~
lie on the ground.~
~
~
Rue~
Rue~
19 2940 16777216 0 1 0
0 0 768 0 0 0 4
35 0 0 0
400 15 1 -1 10 650 0 0
890364970
E
either~
Bloody red and white-veined with fat, this side of beef looks to be a

hearty meal for a lusty soul.

~
P
-1

#2941
odd-looking fragment of green moss~
odd-looking fragment of green mosss~
~
~
~
~
~
~
Adakar~
Adakar~
0 2941 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
891321506
E
either~
No description.

green

~
P
-1

#2942
desert~
hidden sentinels~
~
hidden sentinel~
lies here, protecting the area from cheaters.~
lie here, protecting the area from cheaters.~
~
~
Florian~
Florian~
13 2942 65536 0 0 0
0 0 0 4096 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
890627843
E
explanation~
Due to a small amount of cheating that I know to have occured within this

area, this item's existence prevents the use of immortal commands while

in this zone.  Sorry for the inconvenience.  I apologize for this

mistrust this item represents, but I'm tired of my hard work being

cheated through.

~
E
before~
The desert lies all around you.

~
E
after~
The desert lies all around you.

~
P
4 -1
oload 3 opset opedit ofind ostat oedit oset mload mpset mfind mset mstat 3 redit aedit mpedit aset mreset purge 4 reset~
oload 3 opset opedit ofind ostat oedit oset mload mpset mfind mset mstat 3 redit aedit mpedit aset mreset purge 4 reset~
if( find_stat( ch, level ) < 99 ) {

  if( !has_obj( 286, ch ) ) {

    act_tochar( #no, ch );

    send_to_room( #hmm, find_room( 85 ) );

    if( find_stat( ch, level ) == 92 )

      obj_to_room( oload( 1837 ), find_room( 85 ) );

    if( find_stat( ch, level ) == 93 )

      obj_to_room( oload( 998 ), find_room( 85 ) );

    if( find_stat( ch, level ) == 94 )

      obj_to_room( oload( 105 ), find_room( 85 ) );

    if( find_stat( ch, level ) == 95 )

      obj_to_room( oload( 1294 ), find_room( 85 ) );

    if( find_stat( ch, level ) == 96 )

      obj_to_room( oload( 77 ), find_room( 85 ) );

    if( find_stat( ch, level ) == 97 )

      obj_to_room( oload( 31 ), find_room( 85 ) );

    if( find_stat( ch, level ) == 98 )

      obj_to_room( oload( 1297 ), find_room( 85 ) );

    }

  else

    continue;

  }

else

  continue;

~
E
no~
<Try 'asking Florian' for help here>

~
E
hmm~
Someone just tried to edit something in the desert.

~
!
-1

#2943
'shattered glass' decanter~
'shattered glass' decanters~
~
~
sits here, looking very fragile.~
sit here, looking very fragile.~
~
~
Adakar~
Adakar~
17 2943 0 0 1 0
0 0 32 0 0 0 4
250 0 0 0
50 2500 1 -1 10 50 0 0
890630631
E
either~
This decanter is a most unique piece of art.  Cunningly crafted, the

light blue glass has been shattered from top to bottom, though not a

single crack penetrates completley through.

~
P
-1

#2944
'shattered glass' goblet~
'shattered glass' goblets~
~
~
sits here waiting to be drank from.~
sit here waiting to be drank from.~
~
~
Adakar~
Adakar~
17 2944 0 0 1 0
0 0 0 0 0 0 4
75 0 0 0
45 1750 1 -1 10 50 0 0
890630635
E
either~
This goblet is a piece of art work in and amongst itself.  The goblet is

made of a light blue glass that has been shattered, though the goblet is

still intact and makes for a unique drinking container.

~
P
-1

#2945
small painted iron ball~
small painted iron balls~
~
~
lies on the ground, ready to be played with.~
lie here, waiting to be played with.~
~
~
Florian~
Florian~
0 2945 0 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
300 0 1 -1 10 1000 1 0
893139799
E
either~
No description~
P
-1

#2946
{sword} dragonlance~
{sword} dragonlances~
+the~
~
~
~
~
~
Terek~
Terek~
1 2946 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
890815697
E
either~
Terek needs to describe this.

~
P
-1

#2947
gnome finger~
gnome fingers~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
19 2947 16777216 0 1 0
0 0 256 0 0 0 4
10 0 0 0
15 35 1 -1 10 1000 0 0
890843089
E
either~
Chubby and short, this gruesome gnome finger has plenty of flesh on it.

~
P
-1

#2948
bowl of gnome finger stew~
bowls of gnome finger stew~
~
~
lies here steaming.~
lie here steaming.~
~
~
Phule~
Phule~
19 2948 16777216 0 1 0
0 0 256 0 0 0 4
60 1 0 0
50 100 1 -1 10 1000 0 0
890843647
E
either~
The thick broth of the stew is spicy and rich, and short, chubby gnome

fingers float amidst chunks of beef and onion.

~
P
-1

#2949
belly pouch~
belly pouches~
~
~
lies here, perhaps containing some lost valuables.~
lie here, perhaps containing some lost valuables.~
~
~
Phule~
Fenlyn~
15 2949 -1879048192 12 2049 0
0 0 4 0 0 0 12
10 5 0 0
50 100 1 -1 1 1000 0 0
890845147
E
either~
This small pouch is on a belt, designed to hang around the belly.  It can

be closed by a drawstring.

~
P
-1

#2950
thread of human hair~
thread of human hairs~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
11 2950 -2147483648 0 1 0
0 0 16 0 0 0 4
0 0 0 0
80 500 1 -1 10 1000 0 0
890847976
E
either~
A foot-long thread of human hair.

~
P
-1

#2951
slice of blueberry pie~
slices of blueberry pie~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
19 2951 -2147483648 0 1 0
0 0 512 0 0 0 4
20 -1 0 0
50 25 1 -1 10 1000 0 0
890848279
E
either~
This juicy slice of pie really would hit the spot.

~
P
-1

#2952
scrap of parchment~
scrap of parchments~
~
~
lies partly rolled up on the floor.~
lie atop one another on the ground.~
~
~
Florian~
Florian~
0 2952 0 0 1 0
0 0 1 0 0 0 1386936
0 0 0 0
1 0 1 -1 10 100 0 0
895852298
E
either~
This scrap of paper is about four inches long and appears to be a

fragment of a much larger piece.  On the paper, you can read the

following: 


The time for the battle is at

best warriors to the swamps of sos-k...

train them in third attack. If he...

be forced to take other measures...

that Miles remembers that be owes

know a master who will teach them how...

enemy spells.

~
E
rehtie~
The time for the battle is close at hand.  I have sent my best warriors

to the swamps of sos-kul to talk with the warleader there in hopes that

he will train them in third attack.  If he will not do so willingingly,

then I will be forced to take other measures.  As for my clerics, I only

hope that Miles remembers that he owes me a favor.  That old hermit must

know a master who will teach them how to silence and stop enemy spells.

~
E
10 item_usage~
Used as a hint for trainers.

~
P
-1

#2953
intricately carved wooden key~
intricately carved wooden keys~
~
~
lies here.~
lie here.~
~
~
Orb~
Orb~
18 2953 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
890902159
E
either~
This key is carved out of what appears to be living shuvana wood.  It

seems to quiver in your hand with a life of its own.

~
E
ClanKey~
Nightfall's Clanroom key

~
P
-1

#2954
long, silvery branch~
long, silvery branches~
~
~
lies here.~
lie here.~
~
~
Orb~
Orb~
18 2954 3276800 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
890902811
E
either~
This long, thin branch of wood glows with a faint, silvery light. 

Slender and bendable, the wood is of a type unknown to you.

~
E
ClanKey~
Atrax's Clan room key

~
P
-1

#2955
elegant bench of shuvana wood~
elegant bench of shuvana woods~
~
~
rests here.~
rest here.~
~
~
Orb~
Adakar~
35 2955 41943040 0 0 0
0 0 2 0 0 0 4
4 0 0 0
1 0 1 -1 10 1000 0 0
890909654
E
either~
This sturdy bench is made of the fine shuvana-wood of the Vaasa, rich in

color.  The soft cushions on the bench are royal blue, and the bench looks

as if it would seat two comfortably.

~
P
-1

#2956
pile of brightly colored pillows~
piles of brightly colored pillows~
~
~
lies here.~
lie here.~
~
~
Orb~
Orb~
35 2956 33554432 0 0 0
0 0 16 0 0 0 4
4 0 0 0
1 0 1 -1 10 1000 0 0
890911795
E
either~
The bright colored pillows are piled here in a semi-orderly fashion. 

Each pillow is well sewn and stuffed to full.  The multi-colored

arrangement is set in an almost couch-like manner.

~
P
-1

#2957
massive flaming two-handed sword~
massive flaming two-handed swords~
~
~
have been stuck into the ground, flaming like a bonfire.~
~
~
~
Terek~
Terek~
5 2957 0 0 8193 0
0 0 64 0 0 0 4
0 10 10 0
5000 5000 80 -1 10 1000 0 0
890926188
E
either~
This amazingly large two-handed sword has been forged from a reddish

metal which has tinges of black all throughout it.  Its hilt is the size

of a large ogre and is embedded with rubies and diamonds.  Measuring at

least ten feet long, its massive blade has been sharpened to a keen edge. 

Judging the size of the sword, it seems that only a giant or a god would

be able to wield this sword effectively.

~
P
-1

#2958
carved wooden panther~
carved wooden panthers~
~
~
sits here in a pre-pounce stance.~
sit here in a pre-pounce stance.~
~
~
Adakar~
Adakar~
0 2958 0 0 1 0
0 0 2 0 0 0 4
0 0 0 0
25 1250 1 -1 6 500 0 0
890971872
E
either~
This small carving of a panther is explicit in detail.  Carved from some

sort of un-identifiable black wood, the small toy was obviously crafted

by a master of their work.

~
P
-1

#2959
carved wooden cow~
carved wooden cows~
~
~
having tipped over, lies here on the ground.~
having tipped over, lie here on the ground.~
~
~
Adakar~
Adakar~
0 2959 0 0 16385 0
0 0 2 0 0 0 4
0 0 0 0
25 500 1 -1 6 500 0 0
890971881
E
either~
This small carving of a cow, is life-like in every detail.  Carved from

what appears to be a piece of white birch wood, this small cow could only

have been created by a master, and appears to have been made as a toy for

some small child.

~
P
-1

#2960
carved wooden grizzly bear~
carved wooden grizzly bears~
~
~
lies here, carelessly discarded by its owner.~
lie here, carelessly discarded by thier owner.~
~
~
Adakar~
Adakar~
0 2960 0 0 16385 0
0 0 2 0 0 0 4
0 0 0 0
25 2000 20 -1 8 500 0 0
890971949
A 1 1
E
either~
This small carving of a grizzly bear is explicit in detail.  Carved in an

exacting likeness of a full grown bear, the strength of this magnificant

creature seems to radiate through the carving.  This small model seems to

be much more then just a toy created by a master wood-worker.

~
P
-1

#2961
scorched, white marble altar~
scorched, white marble altars~
~
~
sits here, partially buried beneath the rubble.~
~
~
~
Adakar~
Adakar~
36 2961 131072 0 0 0
0 0 0 0 0 0 4
0 0 0 0
10000 0 1 -1 10 1000 0 0
891321556
E
either~
Glistening white marble peeks out from beneath the soot and ash that has

blackened its surface.  Two pairs of blood-stained leather bindings are

attached to the altar's surface, though they do not appear to have been

used recently.  Still evident beneath the scorch marks are carvings that

seem to be some sort of magical script, depicting various forms of human

sacrifice.  The most vibrant of the carvings is that of what appears to

be a high priest, sacrificing himself in order to release a powerful

demon.

~
P
-1

#2962
disk of polished shuvana wood~
disk of polished shuvana woods~
~
~
lies here, gleaming faintly.~
lie here, gleaming faintly.~
~
~
Orb~
Orb~
18 2962 3276864 0 1 0
0 0 2 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
891354730
E
either~
Seemingly fashioned from living wood, this disk of polished shuvana wood

is only a scant three inches wide.  The wood is oddly warm and radiates a

vibrant aura of life.

~
P
-1

#2963
large boulder~
large boulders~
~
~
lies here, in the middle of the room.~
lie here in the middle of the room.~
~
~
Adakar~
Adakar~
0 2963 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
10000 0 1 -1 10 1000 0 0
891383899
E
either~
This large boulder seems to be comprised of granite, much like the walls

of the decrepit cavern from where it originated.  Looking closely you can

see small pok marks on it, leading one to believe that acid had a hand in

its fall to the ground.

~
P
-1

#2964
gold coin~
gold coins~
~
~
has been forgotten here on the ground.~
have been forgotten here on the ground.~
~
~
Loki~
Talis~
0 2964 70254592 12 0 0
0 0 262144 0 0 0 4
0 0 0 0
1 0 0 -1 1 1000 0 0
891435851
E
either~
The coin looks old and worn and the writing on it is no longer visable. 

The only noticable feature is that it is made of gold.

~
E
***imm note***~
Stupic triggers.  Get as opcode trigger wouldn't seem to work.

~
P
4 -1
get take grab~
gold coin all~
act_tochar( #no, ch );

act_notchar( #Rno, ch );

wait( 1 );

act_tochar( #april, ch );

wait( 1 );

act_tochar( #fool, ch );

~
E
no~
Try as you might, you can't seem to lift it.

~
E
Rno~
$n reaches over to pick pick something up, but seems to encounter some

sort of difficulty.

~
E
april~
After a moments observation, it appears the coin is somehow adhered to

the floor.

~
E
fool~
I wonder, could it be April fool's day?

~
!
4 -1
1 north 1 east 1 west 1 south~
~
if( has_obj( 2964, ch ) )

  junk_obj( has_obj( 2964, ch ) );

continue;

~
!
4 -1
imm~
~
if( find_stat( ch, level ) > 90 ) {

  if( obj_in_room( 2964, room ) ) {

    junk_obj( obj_in_room( 2964, room ) );

    act_tochar( #junk, ch );

    act_notchar( #got, ch );

    }

  }

~
E
junk~
You purge the April's fools coins from the room.

~
E
got~
$n leans over, picks up a gold coin, and puts it in a pouch.

~
!
-1

#2965
{book} journal~
{books} journals~
slim grey~
Warlock Chieftain's~
with a worn cover lies on the ground.~
with worn covers lie on the ground.~
~
~
Florian~
Florian~
37 2965 0 0 1 0
0 0 1 0 0 0 4
0 0 0 0
250 0 1 -1 10 1000 0 0
891475767
E
either~
Sheets of yellowed parchment have been bound together and covered with a

piece of leather.  The leather has been dyed grey and is very worn. 

Numerous burn and tear marks score its surface.  On its front cover are a

series of glyphs that look to be magical in nature.

~
P
4 -1
read~
book slim grey journal warlock chieftain~
if( find_skill( ch, humanic )  > 6 ) {

  act_tochar( #read, ch );

  act_notchar( #rread, ch );

  wait( 4 );

  act_tochar( #part1, ch );

  wait( 4 );

  act_tochar( #part2, ch );

  wait( 5 );

  act_tochar( #part3, ch );

  wait( 5 );

  act_tochar( #part4, ch );

  wait( 5 );

  act_tochar( #part5, ch );

  wait( 5 );

  act_tochar( #part6, ch );

  wait( 1 );

  if( find_stat( ch, int ) > random( 9, 20 ) )

    act_tochar( #notes, ch );

  }

else

  act_tochar( #cant, ch );

~
E
read~
You open the slim grey book and begin reading it.

~
E
rread~
$n opens a slim grey book and begins reading it to $mself.

~
E
part1~
Golems are magical constructs without life, without mind, and without

soul.  I first learned about them from my childhood guardian, an old,

wizened cleric too nice for his own good.  During the fifteen years he

raised me, I witnessed him construct several golems with his feeble hands

and infuse them with power from his deity.

Being raised to succeed him as the head of the abbey, the cleric showed

everything to me, including the arcane and holy rituals necessary to

construct his golems.  He used the golems for the everyday tasks he could

no longer afford to pay servants for, such as guarding the abbey and

doing household chores.  Why he never sold off some of his worthless holy

relics I'll never know.

~
E
part2~
I learned as much from him as I could in the years I spent with him and

it was almost with regret that I killed him that night after he delivered

yet another stirring sermon to the magnificent crowd that had gathered in

the abbey that night.  I don't think I'd ever seen the abbey cat and her

kittens, the only ones in the audience, look so impressed with the

blustering old man.

I took what I could from the abbey before the golems he had tried

summoning to help him arrived and I fled into the night.

~
E
part3~
Several years passed since I had "left" the clergy.  I had spent the time

traveling from town to town, living by my wits alone and picking up

various types of lore from those I could.  It was then I came across a

sorcerer maybe ten years older than myself, outside of the town known as

Chiiron.  I talked with him well into the night, convincing him to take

me on as an apprentice.  Though he initially refused, insisting I was too

old to begin the training, I was able to 'convince' him with a handful of

jewels I still had left over from what I had stolen and sold from my

former guardian.

During the next two years I learned what I could from the foppish

sorcerer, though at times he tried my patience with the menial tasks he

would have me perform.  But I did them without flaw and with a certain

grace that the sorcerer himself lacked.

~
E
part5~
My goals were much larger than those of my first two masters.  Both had

power but did not know how to use it.  Where one had wasted his skills

guardian the holy relics of a deity long forgotten and the other traveled

from city to city performing magical tricks, I was determined to use my

powers for something much more definitive - like taking over the world!

~
E
part4~
Having learned what magic I could from him, I visited upon him the same

fate that befell my first master.  Sneaking upon him during the night, a

well-placed dagger in the back afforded me the opportunity to make off

with all his belongs and spellbooks.  I escaped into the woods, where I

took up residence in a small cottage that had been left to the elements

for quite some years.  There I stayed and studied and experimented by

myself.

~
E
part6~
But in order to take over the world, mere power wasn't enough.  I needed

an army.  It was then that I came upon the idea of using golems.  For

five more years in that three room cottage I stayed, mixing both holy

ritual and magical power, trying to hit upon the perfect balance for

constructing powerful golems.

Having succeeded in constructing my first golem, I was never more proud. 

I also realized that within but a little time, my goal of world conquest

is all but assured...

~
E
notes~
You notice a section of notes scribbled towards the back of the journal.

~
E
cant~
You cannot read humanic enough to read this book.

~
!
4 -1
read~
notes back~
if( find_skill( ch, dwarvish ) > 6 ) {

  act_tochar( #read, ch );

  act_notchar( #rread, ch );

  wait( 2 );

  act_tochar( #note1, ch );

  wait( 4 );

  act_tochar( #note2, ch );

  wait( 4 );

  act_tochar( #note3, ch );

  }

else

  act_tochar( #cant, ch );

~
E
read~
You flip to the back of the slim grey book and read the notes inscribed

there.

~
E
rread~
$n flips to the back of a slim grey book and reads it to $mself.

~
E
note1~
During my experimentations with constructing golems, I learned several

things: First, it is imperative that you always start with a freshly

constructed idol of the golem you wish to create.  The process of

creating a golem requires that you infuse something made into the shape

of a living creature with raw power, forcing it to grow to the size and

shape you want it to.

~
E
note2~
Secondly, depending on a person's nature, you will have more success with

icons that are made from materials that correspond with your aura. 

Golems made from organic materials are much easier and cheaper to

construct, but they tend to be unruly and hard to control.  Also, they

tend to obey those with evil intentions more readily than any others.

~
E
note3~
Now, golems made from metal, on the other hand, are much more pliable and

obedient.  They are also much more expensive to create.  But that is one

of the reasons why I decided to move my operation into the old mines.  It

was a good source for metal.

I found that I had more ease, though, making golems out of stone.  It

never mattered what type of stone.  Be it crystal or granite, I could

infuse the idols for these golems more easily than any others.

~
E
cant~
You don't know dwarvish well enough to read the notes in the back of the

book.

~
!
-1

#2966
blackened battle flail~
blackened battle flails~
~
~
~
~
~
~
Terek~
Terek~
1 2966 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 70 -1 10 1000 0 0
891537206
E
either~
Terek needs to describe this.

~
P
-1

#2967
silver dragon shaped key~
silver dragon shaped keys~
small, shimmering~
small, shimmering~
lies here.~
lie here.~
~
~
Orb~
Orb~
18 2967 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
891545993
E
either~
This tiny key glimmers with a magical light of its own.  Miniscule

sapphires form the eyes of the silvery dragon depicted on the key.  They

seem to watch you as you move.

~
P
-1

#2968
iron-banded chest~
iron-banded chests~
~
~
sits here.~
sit here.~
~
~
Orb~
Orb~
15 2968 1048576 0 0 0
0 0 0 0 0 0 4
500 0 0 0
1 0 1 -1 10 1000 0 0
891546410
E
either~
This massive, iron banded, oaken chest looks as though it could store

many items.  Even though it appears quite heavy, the lid seems to open

with ease on it's finely crafted hinges.

~
P
-1

#2969
cross-sectioned stalagmite~
cross-sectioned stalagmites~
~
~
rises up from the ground.~
rise up from the ground of the cavern.~
~
~
Florian~
Starshine~
35 2969 33554432 0 0 0
0 0 64 0 0 0 4
1 0 0 0
1 0 1 -1 10 1000 0 0
891572708
E
either~
Cut horizontally across its middle, a large stalagmite has been fashioned

into a makeshift chair.  The limestone formation is green and grey in

color.  Flecks of dull metal, too small to pry loose or identify, lie

within the limestone, trapped as the dripstone formed around them.

~
P
-1

#2970
diamond-headed mace~
diamond-headed maces~
~
~
lies on the ground, gleaming like a small sun.~
lie on the ground, gleaming like stars.~
~
~
Florian~
Florian~
5 2970 0 0 8193 0
0 0 8256 0 0 0 4
0 4 4 6
675 0 15 -1 10 1000 0 0
891585099
E
either~
With a half of steel, this mace has a lot of mass behind it.  About two

feet long, the top of the steel half is mounted to a large diamond cut

into a jagged starburst.  While low in quality, the diamond nonetheless

looks quite durable.

~
P
3 -1
~
~
if( random( 1, 15 ) == 1 ) {

  if( modify_mana( victim, -5 ) ) {

    act_tochar( #glow, ch, obj, mob );

    act_notchar( #rglow, ch, obj, mob );

    heal( ch, 2d2+1 );

    }

  }

~
E
glow~
@CThe diamond atop your mace glows a serene blue as it strikes its victim.@n

~
E
rglow~
@CThe diamond atop $n's mace glows a serene blue as it strikes its victim.@n

~
!
-1

#2971
bone table~
bone tables~
~
~
stands here, obscurred from view.~
stand here, obscurred from view.~
~
~
Florian~
Florian~
36 2971 65536 0 0 0
0 0 128 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
891632044
E
either~
Carved from bone, this small white table stands on three legs, carefully

balanced and set evenly apart.  Etched into the surface of the table are

a series of strange symbols and pictures, most of which revolve around

cats.  A large crack runs down the middle of the table, cutting through

several of the incisings.

~
P
-1

#2972
bit of string~
bit of strings~
~
~
lies here in a coil.~
lie here in coils.~
~
~
Orb~
Orb~
0 2972 0 0 1 0
0 0 16 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
891632617
E
either~
This long, thin piece of dirty white string is yellowed with age.

~
P
-1

#2973
dusky grey~
dusky grey~
+scale~
+demon scale~
lies here, bloodied and beaten.~
lie here, bloodied and beaten.~
~
~
Adakar~
Adakar~
0 2973 16777232 0 1 0
0 0 512 0 0 0 4
0 0 0 0
25 1000 1 -1 10 600 0 0
891668507
E
either~
Deep gashes and innumerable dents mar the beauty of this dusky grey scale.

While this scale has obviously taken quite a beating, its value as armor

would be highly prized if one could determine a way to work with it.

~
P
-1

#2974
body of a slain ice warrior~
body of a slain ice warriors~
~
~
~
~
~
~
Terek~
Terek~
1 2974 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
891669778
E
either~
Terek needs to describe this icky thing.

~
P
-1

#2975
marble~
marbles~
small~
small ruby~
lies here on the ground, waiting to be played with.~
lie here on the ground, waiting to be played with~
~
~
Adakar~
Adakar~
6 2975 0 0 1 0
0 0 0 0 0 0 4
1 -10 0 0
1 2500 1 -1 10 1000 0 0
891714871
E
either~
This small sphere of ruby gemstone, has been sanded down to perfect

smoothness, creating an expensive toy.  The color is a vibrant red, the

near perfection of this gem causes you to wonder why it was chosen for a

child's small toy instead of a piece of fine jewelry.

~
P
-1

#2976
scroll of recall~
scrolls of recall~
~
identified~
lies here.~
lie here.~
~
~
Fenlyn~
Fenlyn~
2 2976 0 0 1 0
0 0 5 0 0 0 4
71 10 0 0
30 10000 1 -1 10 1000 0 0
891729092
E
either~
A carefully tanned piece of leather, inscribed with many strange and

arcane symbols.

~
P
-1

#2977
dark, mahogany desk~
dark, mahogany desks~
~
~
sits here, its surface covered.~
~
~
~
Adakar~
Adakar~
36 2977 0 0 0 0
0 0 2 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
891794650
E
either~
Created from the finest mahogany, this desk was obviously crafted for

someone with expensive tastes.  The desk is covered with papers, and

boxes of armor, making it nearly impossible to see even a glimpse of the

actual tabletop.

~
P
-1

#2978
highback, leather chair~
highback, leather chairs~
~
~
sits here, looking quite comfortable.~
~
~
~
Adakar~
Adakar~
35 2978 33554432 0 0 0
0 0 4 0 0 0 4
1 0 0 0
1 0 1 -1 10 1000 0 0
891794946
E
either~
This highback leather chair, looks very comfortable to sit in.  Tucked in

behind the desk, it occupies one of the few parts of the floor, that

doesnt have an overflowing box on it.  While only having room to sit one

person on, that person will be sitting in style.

~
P
-1

#2979
pristine, varnished oaken table~
pristine, varnished oaken tables~
~
~
sits here, nailed to the floor.~
sit here, nailed to the floor.~
~
~
Adakar~
Adakar~
36 2979 0 0 0 0
0 0 2 0 0 0 4
0 0 0 0
1 0 1 -1 10 500 0 0
891803802
E
either~
This oaken wood table appears to be large enough to sit four people

around it comfortably.  Upon closer inspection of the table you can see

tight swirling marks that have been cut into the protective varnish. 

Though the cause of these swirls is far from evident it does raise

questions of what could be sharp enough to make such precise swirling

cuts.

~
P
-1

#2980
bench~
benches~
~
~
sits here, ringing the table.~
sit here, ringing the table.~
pristine, varnished oaken~
pristine, varnished oaken~
Adakar~
Adakar~
35 2980 33554432 0 0 0
0 0 2 0 0 0 4
2 0 0 0
3500 2500 1 -1 10 1000 0 0
891803818
E
either~
This bench has been crafted from a dark oak wood, and varnished to

protect it over the ages.  The sides of the bench are wrought iron, and

shaped like leafy vines.

~
P
-1

#2981
padded, varnished oaken bed~
padded, varnished oaken beds~
~
~
sits here, attached to the frame of the wagon.~
~
~
~
Adakar~
Adakar~
35 2981 33554432 0 0 0
0 0 2 0 0 0 4
1 0 0 0
5000 0 1 -1 10 500 0 0
891803860
E
either~
This small bed looks just big enough for one average human or two small

children.  Two padded pillows attached to the tan padding makes the

latter seem the more likely.  The dark oaken wood shows absolutely no

wear, though the lighter tan padding is showing some wear around the

bottom of the bed.

~
P
-1

#2982
iron needle~
iron needles~
~
~
with a sharp point lies on the ground, pointing north.~
with a sharp points lie on the ground, pointing north.~
~
~
Florian~
Florian~
8 2982 0 0 1 0
0 0 4096 0 0 0 4
0 0 0 0
1 250 1 -1 10 1000 0 0
891805075
E
either~
This tiny needle has an extremely small eye and a deadly-sharp point. 

Forged from iron, you are amazed at how small the smith was able to forge

this needle.  Little more than an inch long, a tailor would probably pay

a lot for this delicate tool.

~
P
-1

#2983
large horse-drawn wagon~
large horse-drawn wagons~
~
~
sits here, with one wheel shattered.~
sit here, each with one wheel shattered.~
~
~
Adakar~
Adakar~
0 2983 0 0 0 0
0 0 2 0 0 0 4
0 0 0 0
10000 0 1 -1 10 500 0 0
891805666
E
either~
This large wagon was undoubtably crafted for either a rich merchant or a

constant traveller.  While not large enough to be truly luxurious, the

passenger section of this wagon could easily accommodate two adults in

comfort.  The tounge of this wagon was crafted to hold four horses,

though all the leather bindings which held them have all been pilfered. 

A single door grants access to the insides of the wagon; overtop of the

door, a runic symbol has been carved.

~
E
runic symbol~
Upon closer inspection of the runic symbol you come to the conclusion

that by no means is it magical.  Instead of some arcane sigil used to

guard the contents it appears to be more of a family crest.

~
P
-1

#2984
stack of old barrels~
stacks of old barrels~
~
~
have been placed at the back of the area.~
has been placed at the back of the area.~
~
~
Florian~
Florian~
17 2984 65536 0 0 0
0 0 2 0 0 0 4
5000 1000 0 0
1 0 1 -1 10 1000 0 0
891806550
E
either~
Towards the back of the chamber several barrels have been stacked.  The

stout, wooden barrels are banded with iron rings but look very old. 

Rusting and pitted, the iron bands holding the barrels together look

ready to split apart.  The wooden barrels are battered and bruised and a

few of them are empty and cracked.

~
P
-1

#2985
tattered shorts~
tattered shortss~
~
~
~
~
~
~
Adakar~
Adakar~
0 2985 0 0 33 0
0 0 0 25165824 0 0 4
0 0 0 0
1 0 92 -1 10 1000 0 0
891835253
A 1 10
A 2 10
A 5 10
A 3 10
A 4 10
E
either~
This pair of shorts has seen better days, tattered and frayed they will

soon completly unravel.  A small symbol is set on the lower left leg,

still barely legible: op.

~
P
-1

#2986
shark-tooth necklace~
shark-tooth necklace's~
~
~
~
~
~
~
Adakar~
Adakar~
0 2986 0 0 5 0
0 0 0 2048 0 0 4
0 0 0 0
1 0 92 -1 10 1000 0 0
891838279
A 7 100
A 8 100
A 9 100
A 23 100
A 10 100
A 6 100
A 13 2500
A 21 100
A 24 50
E
either~
No description~
P
-1

#2987
gloves of spell throwing~
gloves of spell throwings~
~
~
~
~
~
~
Terek~
Terek~
5 2987 0 0 8193 0
0 0 4 0 0 0 4
0 10 0 0
10 0 70 -1 8 1000 0 0
891882802
P
3 -1
~
~
act_tochar( #missile, ch );

act_notchar( #missile1, ch );

do_spell( prismic missile, ch, victim );

~
E
missile~
@YYou raise your hands above your head and invoke the powers of the

gloves and suddenly a prismic missile flies from your hands and out to

your enemy!

~
E
missile1~
@Y$n raises $s hands above $s head and invokes the powers of the gloves

and suddenly a prismic missile flies from $s hands and out to $s enemy!

~
!
-1

#2988
dusty wooden key~
dusty wooden keys~
~
~
lies on the ground.~
lie on the ground.~
~
~
Olah~
Olah~
18 2988 0 4 1 0
0 0 2 0 0 0 4
0 0 0 0
15 0 1 -1 10 1000 0 0
891889754
E
either~
The wooden key is shaped like a tear drop with rough edges.  Dust lines

its teeth.

~
P
-1

#2989
dark cavern spring~
dark cavern springs~
~
~
~
~
~
~
Florian~
Florian~
17 2989 65536 0 0 0
0 0 0 0 0 0 4
5000 20 0 0
1 0 1 -1 10 1000 0 0
891896345
E
either~
A hot spring gurgles and gushes towards the back of the chamber.  Though

clear, the spring's waters are a rich, yellow color and smells of rotten

eggs.  Perhaps it wouldn't be such a good idea to drink from the pool,

given its color and the amount of steam rising off the top of it. 

Mineral deposits encircle the edges of the spring.

~
P
4 2989
drink dip~
~
if( rflag( reset1, room ) ) {

  remove_rflag( reset1, room );

  continue;

  }

else

  act_tochar( "You better not get too close to the springs!", ch );

~
!
4 2989
fill~
~
act_tochar( "You don't want to get close enough to the spring to fill anything from it.", ch );

~
!
-1

#2990
Thunder hammer of Xalcrin~
Thunder hammers of Xalcrin~
~
~
lies here, sending small sparks into the air.~
lie here, sending small sparks into the air.~
~
~
Adakar~
Adakar~
5 2990 0 0 8193 8339456
0 0 32800 0 0 0 4
0 3 10 6
400 75000 70 -1 9 750 0 0
891901340
E
either~
Charges of electrical energy pulse across the adamantine head of this

powerful hammer.  The adamantine head looks as if it was melted arond the

tip of the obsidian shaft that serves as its handle.

~
E
obsidian runed rod~
This rod is approximantly two feet long and an inch and a half in

diamater.  Seemingly carved from a single piece of obsidian, no flaws or

seams can be seen anywhere along its length.  Intracite etchings cover

all but the last five to six inches of one end of this gleaming piece of

solid glass.

~
P
7 -1
~
~
act_tochar( #zap, ch );

act_notchar( #zap2, ch );

do_spell( lightning bolt, ch );

do_spell( lightning bolt, ch );

do_spell( lightning bolt, ch );

do_spell( lightning bolt, ch );

~
E
zap~
@RAs you wield the Thunder hammer of Xalcrin, a flurry of thunderous

crashes echoes froms the skies!!@n

~
E
zap2~
@RAs $n wields the Thunder hammer of Xalcrin, a flurry of thunderous

crashes echoes froms the skies!!@n

~
!
3 -1
~
~
if( random( 1, 30 ) < 3 ) {

  act_tochar( #hit1, ch );

  act_notchar( #hit2, ch );

  attack_shock( ch, victim, 5d5+100, "heaven sent burst of electricity" );

  }

~
E
hit1~
@RAs the Thunder hammer of Xalcrin connects, a brilliant bolt of

lightning streaks from the sky!@n 

~
E
hit2~
@RAs the Thunder hammer of Xalcrin connects, a brilliant bolt of

lightning streaks from the sky!@n 

~
!
-1

#2991
ancient cutlass~
ancient cutlasses~
~
~
lies here.~
lie here.~
~
~
Nereus~
Nereus~
5 2991 0 0 8193 3194880
1 0 16384 0 0 0 4
0 5 10 2
30 0 70 -1 10 1000 0 0
891905874
E
either~
This ancient cutlass is made from a light, silvery metal similar to

mithril.  Despite its apparent age and the amount of time it has spent

underwater, it seems to be in excellent condition.  Fine runes are etched

along the blade of the cutlass, their meanings undecipherable.

~
P
3 -1
~
~
if( random( 1, 15 ) == 5 ){

   act_tochar( #rune, ch );

   act_notchar( #rune, ch );

   attack( ch, victim, 2d20+88, "blazing-white blade" );

}

~
E
rune~
@YThe runes on the blade flare blindingly to life!@n

~
!
-1

#2992
adorable blue toy frost giant~
adorable blue toy frost giants~
~
~
rests delicately on the ground.~
rest delicately on the ground.~
~
~
Terek~
Terek~
0 2992 0 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
10 30000 1 -1 10 1000 0 0
891921861
E
either~
This small toy frost giant is made from layers of fine blue velvet

stuffed with soft down feathers.  It's small eyes are made from the

purest blue sapphires you have ever seen.  Its long white beard flows

down to its waist and has been braided like a real frost giant's.  Within

its hand is a miniature ice battle axe which it grips tightly.

~
P
-1

#2993
bronze tablet~
bronze tablets~
~
+of translation~
lies here, collecting dust.~
lie here, collecting dust.~
~
~
Olah~
Olah~
7 2993 75759616 0 16385 0
0 0 2048 0 0 0 4
0 0 0 0
300 100 1 -1 10 1000 0 0
891955016
E
either~
Strange symbols have been deeply engraved throughout the surface of the

gleaming bronze tablet.  The symbols are each drawn beside familiar words

of your native language.

~
P
-1

#2994
gleaming black globe~
gleaming black globes~
~
~
floats on the ground.~
float on the ground.~
~
~
Olah~
Starshine~
0 2994 67108865 0 16385 0
0 0 32 0 0 0 4
0 0 0 0
75 0 1 -1 10 1000 0 0
891963442
E
either~
The globe is shiny and extremely smooth.  It is solid black, yet seems to

give off a tiny bit of its own light.

~
P
-1

#2995
letter~
letters~
~
love~
lies here.~
lie here.~
tear-stained~
tear-stained~
Olah~
Olah~
0 2995 67108864 4 16385 0
0 0 1 0 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
891965017
E
either~
The letter has many dried tear stains all along it.  You can make out

most of what it says:


My dearest @MXyla@n,


@IWe have been through so much together.  Shared so much pain and

suffering, yet also much joy.  When our precious child was born, those

were perhaps our best times.  When he was lost to us, our toughest times... 

Yet we used our strength to overcome his passing, and I still believe

that we should be together forever and always.  I @Clove@n you SO much.


Your soul mate,

@BSjerdil@n

~
P
-1

#2996
sharp blue-feathered dart~
sharp blue-feathered darts~
~
~
lies here.~
lie here.~
~
~
Olah~
Olah~
0 2996 75497472 0 16385 0
0 0 131600 8388608 0 0 4
0 0 0 0
10 0 1 -1 10 1000 0 0
891967595
E
either~
The silvery metal point of this dart looks very sharp and pointy.  Red

and green fabric have been wound to form its soft handle.  Connected to

the base of the handle is a dark blue feather.

~
P
-1

#2997
oversized green toy troll~
oversized green toy trolls~
~
~
lies on the ground, waiting to be hugged.~
lie scattered about, nearly blocking your path~
~
~
Terek~
Terek~
0 2997 0 0 16385 0
0 0 4 0 0 0 4
0 0 0 0
20 30000 1 -1 10 1000 0 0
891969372
E
either~
This huge stuffed troll has been made from overlapped layers of sea-green

velvet and sewn together with fine black thread.  The troll's arms and

legs are huge and his torso appears as if he had just eaten an elf.  His

eyes have been made from cut black opals which shine in the light. 

Within his hand is a small, ragged elf which hangs limply from it.

~
P
-1

#2998
blackened toy dark unicorn~
blackened toy dark unicorns~
~
~
lies on the ground, smoking slightly.~
lie upon the ground, each smoking slightly.~
~
~
Terek~
Terek~
0 2998 0 0 16385 0
0 0 0 0 0 0 4
0 0 0 0
15 30000 1 -1 10 1000 0 0
891971292
E
either~
This large toy dark unicorn is made from an unknown cloth which has been

blackened by what appears to be fire.  Its shaggy tail and mane are made

from strands of white silk which have been woven together to give the

appearance and feel of real hair.  Its eyes are made from small fiery red

fire opals which seem to burn like small campfires.

~
P
-1

#2999
weathered toy cyclops~
weathered toy cyclopss~
~
~
~
~
~
~
Terek~
Terek~
1 2999 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
891971925
P
-1

#3000
shortsword~
shortswords~
bronze~
bronze~
lies here.~
lie here.~
~
~
Nobody~
Orb~
5 3000 -2147483648 0 8193 3162112
1 0 2048 0 0 0 4
0 1 6 2
200 200 1 -1 2 800 0 0
-1
E
either~
A small bronze short sword.

~
P
-1

#3001
longsword~
longswords~
bronze~
bronze~
has been left here.~
have been left here.~
~
~
Nobody~
Orb~
5 3001 -2147483648 0 8193 3162112
1 0 2048 0 0 0 4
0 2 5 2
450 250 1 -1 1 800 0 0
-1
E
either~
A standard issue run-of-the-mill long sword without any interesting
attributes.  

~
P
-1

#3002
broadsword~
broadswords~
bronze~
bronze~
lies here.~
are lying here.~
~
~
Nobody~
Orb~
5 3002 -2147483648 0 8193 3162112
1 0 2048 0 0 0 4
0 2 6 2
575 300 1 -1 2 800 0 0
-1
E
either~
A larger and heavier version of the bronze longsword.

~
P
-1

#3003
bastard sword~
bastard swords~
bronze~
bronze~
has been left here.~
have been left here.~
~
~
Nobody~
Orb~
5 3003 -2147483648 0 8193 3162112
1 194 2048 0 0 0 4
0 2 7 2
700 350 1 -1 3 800 0 0
-1
E
either~
This large sword can be wielded with one or both hands. Its thick blade

enable the user to get more leverage with their attacks.

~
P
-1

#3004
sword~
swords~
bronze two-handed~
bronze two-handed~
lies here.~
are clumsily strewn on the ground here.~
~
~
Kiian~
Orb~
5 3004 -2147467264 0 8193 3162112
1 0 2048 0 0 0 4
0 2 7 2
825 500 1 -1 1 800 0 0
-1
E
either~
Unlike the bastard sword, this blade is substanically heavier, requiring

the wielder to use both hands.

~
P
-1

#3005
wooden spear~
wooden spears~
small~
small~
has been left here.~
have been left here.~
~
~
Kiian~
Parsimony~
5 3005 0 0 8193 3162112
1 0 2 0 0 0 4
0 1 5 10
300 100 1 -1 1 650 0 0
-1
E
either~
A simple spear, fashioned from a long, straight piece of wood and having

a sharpened tip.

~
P
-1

#3006
spear~
spears~
large wooden~
large wooden~
has been left here.~
have been left here.~
~
~
Kiian~
Orb~
5 3006 16384 0 8193 3162112
1 0 2 0 0 0 4
0 2 5 10
500 150 1 -1 1 650 0 0
-1
E
either~
A large wooden pole, with a sharpened tip hardened by fire.

~
P
-1

#3007
spear~
spears~
small bronze-tipped~
small bronze-tipped~
has been left here.~
have been left here.~
~
~
Mr. Spear~
Conner~
5 3007 -2147483648 0 8193 3162112
1 0 2050 0 0 0 4
0 1 7 10
300 200 1 -1 1 800 0 0
-1
E
either~
This short spear is of strong wood with a long and well supported blade

of sharp bronze.

~
P
-1

#3008
spear~
spears~
large bronze-tipped~
large bronze-tipped~
has been left here.~
have been left here.~
~
~
Kiian~
Conner~
5 3008 -2147483648 0 8193 3162112
1 0 2050 0 0 0 4
0 1 8 10
350 275 1 -1 1 800 0 0
-1
E
either~
This short spear is of strong wood with a long and well supported blade

of sharp bronze.

~
P
-1

#3009
small steel-headed spear~
small steel-headed spears~
~
~
has been left here.~
have been left here.~
~
~
Kiian~
Orb~
5 3009 -2147467264 0 8193 3162112
1 0 8194 0 0 0 4
0 2 5 10
300 1000 10 -1 2 900 0 0
-1
E
either~
This short spear is of strong wood with a long and well supported blade

of steel.  

~
P
-1

#3010
steel-headed spear~
steel-headed spears~
large~
large~
has been left here.~
have been left here.~
~
~
Kiian~
Orb~
5 3010 -2147467264 0 8193 3162112
1 0 8194 0 0 0 4
0 2 6 10
350 1500 10 -1 2 900 0 0
-1
E
either~
This spear has a large steel head attached to a strong wooden pole.  A

simple but very effective design.  

~
P
-1

#3011
spear of silver~
spears of silver~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Orb~
5 3011 16384 0 8193 3162112
1 0 131072 0 0 0 4
0 2 5 10
600 750 1 -1 4 750 0 0
-1
E
either~
This light weight silver alloy is also very hard and very yielding. 

This enables the spear to maximize the effects.

~
P
-1

#3012
hatchet~
hatchets~
~
~
has been left here.~
have been left here.~
~
~
Nobody~
Conner~
5 3012 0 0 8193 3162144
1 0 4098 0 0 0 4
0 2 2 8
200 25 1 -1 1 900 0 0
-1
E
either~
A standard hatchet used to chop wood, with an iron head and a wooden

handle.

~
P
-1

#3013
axe~
axes~
bronze throwing~
bronze throwing~
has been left here.~
have been left here.~
~
~
Kiian~
Orb~
5 3013 -2147483648 0 8193 3162144
1 0 2048 0 0 0 4
0 1 6 8
200 200 1 -1 1 800 0 0
-1
E
either~
This axe appears similar to a large hatchet, but its blades are perfectly

balanced with one another.

~
P
-1

#3014
axe~
axes~
bronze hand~
bronze hand~
lies on the ground here.~
lie on the ground here.~
~
~
Nobody~
Orb~
5 3014 -2147483648 0 8193 3162144
1 0 2050 0 0 0 4
0 2 3 8
200 200 1 -1 1 800 0 0
-1
E
either~
A small, single-bladed axe useful for hacking and slashing.  Its wooden

handle and large bronze head are suitable for use in a single hand.

~
P
-1

#3015
axe~
axes~
great bronze~
great bronze~
has been left here.~
have been left here.~
~
~
Kiian~
Orb~
5 3015 -2147483648 0 8193 3162144
1 0 2050 0 0 0 4
0 2 4 8
450 550 1 -1 2 800 0 0
-1
E
either~
This large bladed axe is the perfect thing to chop wood with.

~
P
-1

#3016
battle axe~
battle axes~
bronze~
bronze~
has been left here.~
have been left here.~
~
~
Kiian~
Orb~
5 3016 0 0 8193 3162144
1 0 2048 0 0 0 4
0 2 6 8
575 350 1 -1 1 800 0 0
-1
E
either~
Quite the mean-looking weapon, with its massive, well-balanced head and

thick wooden handle.

~
P
-1

#3017
battle axe~
battle axes~
iron two-handed~
iron two-handed~
is lying here collecting dust.~
are lying here collecting dust.~
~
~
Nobody~
Orb~
5 3017 -2147467264 0 8193 3162144
1 0 4098 0 0 0 4
0 3 4 8
575 1000 5 -1 2 900 0 0
-1
E
either~
A huge iron axe, its blade alone over a foot in length.

~
P
-1

#3018
wooden hammer~
wooden hammer~
small~
small~
lies here.~
lie here.~
~
~
Nobody~
Orb~
5 3018 0 0 8193 3162112
0 0 2 0 0 0 4
0 3 2 3
300 50 1 -1 1 650 0 0
-1
E
either~
A small tinker's hammer.

~
P
-1

#3019
large wooden hammer~
large wooden hammers~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Marek~
5 3019 0 0 8193 3162112
0 0 2 0 0 0 4
0 3 2 3
600 100 1 -1 1 650 0 0
-1
E
either~
This baby looks like a crouquet mallet, only more sturdy.

~
P
-1

#3020
iron hammer~
iron hammers~
~
~
is on the ground here.~
are on the ground here.~
~
~
Kiian~
Orb~
5 3020 -2147483648 0 8193 3162112
0 0 4096 0 0 0 4
0 3 4 3
600 1000 5 -1 2 900 0 0
-1
E
either~
A sturdy hammer made of durable iron.

~
P
-1

#3021
warhammer~
warhammers~
iron~
iron~
lies here.~
lie here.~
~
~
Kiian~
Conner~
5 3021 0 0 8193 3162112
0 0 4160 0 0 0 4
0 4 2 6
700 1250 1 -1 2 900 0 0
-1
E
either~
A combination of stone and metal at its finest. It is sturdy and strong.

~
P
-1

#3022
warhammer~
warhammers~
silver~
silver~
has been dropped here.~
have been dropped here.~
~
~
Nobody~
Kreel~
5 3022 262208 0 8193 3162112
0 0 147456 0 0 0 4
0 5 2 6
900 2500 1 -1 4 975 0 0
-1
E
either~
A large, heavy warhammer constructed out of a silver alloy.  It shimmers

in the light as you examine it.

~
P
-1

#3023
whip~
whips~
leather~
leather~
lies at your feet.~
lie at your feet.~
~
~
Nobody~
Marek~
5 3023 0 0 8193 1064960
0 0 4 0 0 0 4
0 2 2 7
150 200 1 -1 2 500 0 0
-1
E
either~
A long, heavy leather whip.

~
P
-1

#3024
spiked leather whip~
spiked leather whip~
~
~
lies here.~
lie here.~
~
~
Kiian~
Marek~
5 3024 0 0 8193 1064960
0 0 4 0 0 0 4
0 6 1 7
250 750 1 -1 1 500 0 0
-1
E
either~
A long leather whip

~
P
-1

#3025
double stranded whip~
double stranded whip~
~
~
A whip with two strands lies here.~
~
~
~
(null pointer)~
Kreel~
5 3025 0 0 8193 1064960
0 0 0 0 0 0 4
0 8 1 7
400 2000 0 -1 1 1000 0 0
-1
E
either~
A large whip consisting of two braided strands of leather.

~
P
-1

#3026
demon-headed glyph~
demon-headed glyphs~
~
~
lies here.~
lie here.~
~
~
Olah~
Olah~
0 3026 -2147483648 8 1 0
0 0 128 0 0 0 4
0 0 0 0
20 0 1 -1 10 1000 0 0
891990576
E
either~
This object is in the shape of a demon's head.  The demon has two pointy

horns at its top, and a wide grin across its mouth.  It's made from

animal bones, and its gray surface has become very smooth and dry.

~
P
-1

#3027
knife~
knives~
small~
small~
has been left here.~
have been left here.~
~
~
Kiian~
Conner~
5 3027 0 0 8193 0
1 0 2048 0 0 0 4
0 1 3 1
200 5 1 -1 1 800 0 0
-1
E
either~
A small but sharp metal knife.

~
P
-1

#3028
dagger~
daggers~
bronze~
bronze~
has been dropped here by someone.~
lie here~
~
~
Kiian~
Orb~
5 3028 -2147482624 0 24577 0
1 0 2048 0 0 0 4
0 2 3 1
200 95 1 -1 1 800 0 0
-1
E
either~
A big, clumsy bronze dagger with a sharp blade.

~
P
-1

#3029
dagger~
daggers~
long thin~
long thin~
has been left here.~
have been left here.~
~
~
Nobody~
Orb~
5 3029 -2147482624 0 8193 0
1 0 2048 0 0 0 4
0 2 3 1
200 150 1 -1 1 800 0 0
-1
E
either~
This dagger has a long thin blade making it easier to pierce armor and livers.

~
P
-1

#3030
dagger~
daggers~
silver~
silver~
gleams at you from the ground.~
gleam at you from the ground.~
~
~
Kiian~
Kiian~
5 3030 -2147482624 0 8193 0
1 0 147456 0 0 0 4
0 2 4 1
200 1250 1 -1 2 750 0 0
-1
E
either~
A small, single-bladed dagger with a sharp silver blade.  It seems very

light and well-made, if a bit fragile.

~
P
-1

#3031
dagger~
daggers~
jeweled~
jeweled~
glints in the light.~
glint in the light.~
~
~
Nobody~
Conner~
5 3031 8651840 0 8193 0
1 0 4192 0 0 0 4
0 3 2 1
250 750 1 -1 2 900 0 0
-1
E
either~
A fine dagger made from a strange, light-colored metal.  Several small

jewels are embedded in its hilt.

~
P
-1

#3032
mace~
maces~
small bronze~
small bronze~
lies here in the dirt.~
lie here in the dirt.~
~
~
(null pointer)~
Orb~
5 3032 0 0 8193 3162112
0 0 2048 0 0 0 4
0 2 3 6
300 75 1 -1 1 800 0 0
-1
E
either~
A standard mace with no special features.

~
P
-1

#3033
mace~
maces~
medium bronze~
medium bronze~
lies on the ground here.~
lie on the ground here.~
~
~
Nobody~
Orb~
5 3033 0 0 8193 3162112
0 0 2048 0 0 0 4
0 1 8 6
400 125 1 -1 2 800 0 0
-1
E
either~
A mace made out of a heavy, dull bronze.  It weight is considerable, and

so too its capacity to inflict harm.

~
P
-1

#3034
club~
clubs~
wooden~
wooden~
has been dropped here.~
have been dropped here.~
~
~
No one~
Marek~
5 3034 0 0 8193 3162112
0 0 2 0 0 0 4
0 1 6 3
700 75 1 -1 1 650 0 0
-1
E
either~
A large branch of a tree, hardened by use.

~
P
-1

#3035
club~
clubs~
large wooden~
large wooden~
is here.~
are here.~
~
~
No one~
Marek~
5 3035 0 0 8193 3162112
0 0 2 0 0 0 4
0 1 9 3
800 400 1 -1 1 650 0 0
-1
E
either~
A large branch of a tree, hardened by use.

~
P
-1

#3036
lovable toy elven mage~
lovable toy elven mages~
~
~
~
~
~
~
Terek~
Terek~
1 3036 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892060904
P
-1

#3037
yellow yo-yo~
yellow yo-yos~
~
~
lies on the ground.~
lie on the ground.~
~
~
Olah~
Olah~
0 3037 -2147483648 0 16385 0
0 0 64 0 0 0 4
0 0 0 0
30 100 1 -1 10 1000 0 0
892070216
E
either~
Round and smooth, this bright yellow yo-yo looks fairly easy to play with. 

A long white string has been wound around its middle and a not on the end

allows you to slip a finger through it.

~
P
4 -1
play yo-yo flick~
yellow yo-yo~
act_tochar( #yo1, ch );

act_notchar( #nyo1, ch );

i = random( 3, 7 );

if( find_stat( ch, dex ) > i ) {

  wait( 1 );

  send_to_room( #yo2, room );

  wait( 2 );

  send_to_room( #yo3, room );

  }

else {

  wait( 1 );

  send_to_room( #bad, room );

  }

~
E
yo1~
You flick the yellow yo-yo from your hand.

~
E
nyo1~
$n flicks the yellow yo-yo from $s hand.

~
E
yo2~
@YThe yo-yo spins rapidly around and around, then spins back towards you,

then spins away again.@n 

~
E
yo3~
@YEventually the yo-yo loses momentum, and then spins more slowly before

finally stopping.@n 

~
E
bad~
@YHaving been thrown poorly, the yo-yo gets tangled up within its own

strings.@n 

~
!
-1

#3038
smooth piece of charcoal~
smooth pieces of charcoal~
~
~
lies on the ground.~
lie on the ground.~
~
~
Olah~
Olah~
0 3038 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
20 0 1 -1 10 1000 0 0
892072449
E
either~
The charcoal is totally blackened, yet suprisingly smooth.  Heat still

seems to emanate from it.

~
P
-1

#3039
black tile~
black tiles~
~
~
lies on the ground.~
lie on the ground.~
~
~
Olah~
Olah~
0 3039 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
100 0 1 -1 10 1000 0 0
892087579
E
either~
The tile is cracked, yet still smooth.  Examining it more carefully, you

notice that this tile has an etching of the head of a malevolent-looking

creature at its center.  Just below it, you can make out the word

(written in primal): "@RDactyron@n, the dreaded one" 

~
P
-1

#3040
petite couch~
petite couches~
~
~
has been placed here.~
have been placed here.~
~
~
Olah~
Olah~
35 3040 33554432 0 0 0
0 0 18 0 0 0 4
1 0 0 0
1000 0 1 -1 10 1000 0 0
892092764
E
either~
The wooden couch is slightly dusty.  It could probably fit someone of

diminutive height.  Yellow and red threaded designs cover the seat and

armrest of the couch.

~
P
-1

#3041
metal toy chest~
metal toy chests~
~
~
lies on the ground.~
lie on the ground.~
~
~
Olah~
Olah~
15 3041 8650752 0 0 0
0 0 4096 0 0 0 4
80 13 0 0
10000 0 1 -1 10 900 0 0
892514204
E
either~
Yellow five-pointed stars, red crescents, and blue diamond shapes

decorate the exterior of this metal toy chest.  Relatively large, but

only occupying a small portion of the room, the chest extends about five

feet long and two feet wide.  A symbol of a horned demon's head hangs

next to the chest's lock.

~
P
-1

#3042
purple wooden wardrobe~
purple wooden wardrobes~
~
~
stands at the corner.~
stand at the corner.~
~
~
Olah~
Olah~
15 3042 65536 0 0 0
0 0 2 0 0 0 4
14 5 -1 -1
10000 700 1 -1 10 1000 0 0
892163683
E
either~
Made of oak and painted in a dark purple, the wardrobe stands about four

feet high.  It stands somewhat crookedly against the wall.

~
P
-1

#3043
silver rose~
silver roses~
~
~
lies here, glimmering faintly.~
lie here, glimmering faintly.~
~
~
Orb~
Orb~
1 3043 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892214175
E
either~
This delicate blossom is a lovely silver color.  The petals are soft and

fragile, glowing with a faint light of their own.

~
P
0 -1
home~
~
transfer( ch, find_room( 89 ) );

~
!
-1

#3044
small chisel~
small chisels~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 3044 -2139095040 8 1 0
0 0 4096 0 0 0 4
0 0 0 0
50 30 1 -1 10 1000 0 0
892246832
E
either~
This small yet sturdy chisel could probably be used to carve into solid

rock.

~
P
-1

#3045
baggy quiltwork pants~
baggy quiltwork pants~
~
~
lies here.~
lie here.~
pair of~
pairs of~
Phule~
Phule~
9 3045 -1879048192 0 33 0
0 0 16 0 0 0 8
0 1 0 0
100 50 1 -1 10 1000 0 0
892248360
E
either~
The quiltwork of these soft pants is of bright colour.  The pants has a

white rope for a belt.  They are quite baggy and loose-fitting.

~
P
-1

#3046
empty canopic jar~
empty canopic jars~
~
~
~
~
~
~
Florian~
Florian~
1 3046 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892272136
E
either~
No description~
P
-1

#3047
spider-headed canopic jar~
spider-headed canopic jars~
~
~
~
~
~
~
Florian~
Florian~
1 3047 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892272195
E
either~
No description~
P
-1

#3048
bat-headed canopic jar~
bat-headed canopic jars~
~
~
~
~
~
~
Florian~
Florian~
1 3048 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892272207
E
either~
No description~
P
-1

#3049
scorpion-headed canopic jar~
scorpion-headed canopic jars~
~
~
~
~
~
~
Florian~
Florian~
1 3049 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892272223
E
either~
No description~
P
-1

#3050
serpent-headed canopic jar~
serpent-headed canopic jars~
~
~
~
~
~
~
Florian~
Florian~
1 3050 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892272253
E
either~
No description~
P
-1

#3051
cat-headed canopic jar~
cat-headed canopic jars~
~
~
~
~
~
~
Florian~
Florian~
1 3051 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892272313
E
either~
No description~
P
-1

#3052
gargoyle-headed canopic jar~
gargoyle-headed canopic jars~
~
~
~
~
~
~
Florian~
Florian~
1 3052 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892272453
E
either~
No description~
P
-1

#3053
slender iron key~
slender iron keys~
~
~
~
~
~
~
Florian~
Florian~
18 3053 0 4 1 0
0 0 4096 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892273247
E
either~
No description~
P
-1

#3054
key~
keys~
+with multiple tines~
Shando skeleton~
~
~
~
~
Florian~
Florian~
18 3054 0 4 1 0
0 0 8192 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 1 0
892273546
E
either~
No description~
P
-1

#3055
strawberry plant~
strawberry plants~
~
~
grows here.~
grow here.~
~
~
Merior~
Merior~
0 3055 0 0 0 0
0 0 0 0 0 0 4
1 -1 -1 -1
10 0 1 -1 1 1000 0 0
892408376
E
either~
This plant is quite low to the ground, and has large @Ggreen@n leaves. 

White flowers are sprinkled about the greenery, and several large @Rripe

strawberries@n are nestled between the leaves.

~
P
1 -1
pick~
strawberry plant~
if( random( 0, 2 ) == 0 ) {

  act_tochar( #last, ch, obj );

  act_notchar( #last_room, ch, obj );

  junk_obj( obj, 1 );

  }

else {

  send_to_char( #pick, ch );

  act_notchar( #room, ch, obj );

    }

obj_to_char( oload( 545 ), ch );

~
E
last~
You carefully get the last strawberry off the plant.

~
E
last_room~
You see $n carefully get the last strawberry off the plant.

~
E
pick~
You carefully pick a strawberry off the low plant.

~
E
room~
You see $n carefully pick a strawberry off the low plant.

~
!
-1

#3056
ripe strawberry~
ripe strawberrys~
~
~
freshly picked and very sweet lies here.~
freshly picked and very sweet lie here.~
~
~
Merior~
Merior~
19 3056 -2147483648 0 1 0
0 0 512 0 0 0 4
10 -1 0 0
8 5 1 -1 10 1000 0 0
892408571
E
either~
This plump @Rred strawberry@n looks juicy and ready to be eaten.  It

gives off a faint odor which makes your mouth water.

~
P
-1

#3057
orc thumb~
orc thumbs~
~
~
lies here.~
lie here.~
~
~
Merior~
Merior~
34 3057 16777216 4 1 0
0 0 256 0 0 0 4
10 0 0 0
50 35 1 -1 10 1000 0 0
892411382
E
either~
This thumb has been recently severed from a humanoid creature, its root

still flows with dark blood.  By the shape and size of this dirty

appendage, you can identify it as having belonged to an orc.

~
P
-1

#3058
green starite crystal~
green starite crystals~
~
~
~
~
~
~
Florian~
Florian~
1 3058 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
95 2000 1 -1 10 1000 0 0
892417956
E
either~
No description~
P
-1

#3059
old, dusty bed~
old, dusty beds~
~
~
lies in a corner of the room.~
lie in the room.~
~
~
Nivel~
Nivel~
35 3059 33619968 0 0 0
0 0 66 0 0 0 4
5 0 0 0
10 0 1 -1 10 1000 0 0
892419056
E
either~
This barren-looking bed hides itself in the corner.  It has shirked off

half of its garments and it rests half-naked.  A down pillow has half of

its garments and it rests half-naked.  A down pillow has peacefully

plopped itself on the pavement next to it, a plethora of plumage plucked

from its place.

~
P
-1

#3060
gold-colored easter egg~
gold-colored easter eggs~
~
~
glints in the light, waiting to be found.~
glint in the light, waiting to be found.~
~
~
Nereus~
Nereus~
8 3060 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 5 1 -1 10 1000 0 0
892421640
E
either~
A tiny, gold-colored easter egg glints in the light.

~
P
-1

#3061
pastel blue easter egg~
pastel blue easter eggs~
~
~
lies here, waiting to be discovered.~
lie here, waiting to be discovered.~
~
~
Nereus~
Nereus~
8 3061 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 5 1 -1 10 1000 0 0
892422569
E
either~
This tiny, blue pastel easter egg shines softly in the light.

~
P
-1

#3062
shiny red easter egg~
shiny red easter eggs~
~
~
peeks through the grass, waiting to be found.~
peek through the grass, waiting to be found.~
~
~
Nereus~
Nereus~
8 3062 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 5 1 -1 10 1000 0 0
892422756
E
either~
A shiny, bright red easter egg.

~
P
-1

#3063
giant chocolate squirrel~
giant chocolate squirrels~
~
~
lies here, looking quite tasty.~
lie here, looking quite tasty.~
~
~
Nereus~
Nereus~
19 3063 0 0 1 0
0 0 0 0 0 0 4
0 -1 0 0
1 0 1 -1 10 1000 0 0
892426714
E
either~
A giant squirrel, at least 3 feet tall, made of pure, rich, dark

chocolate.  It seems to eye you mischeviously as you nibble at it.

~
P
4 -1
nibble~
squirrel chocolate giant~
act_tochar( #char, ch );

act_notchar( #room, ch );

~
E
char~
As you nibble on the ear of the chocolate squirrel, its eyes seem to

watch you carefully, making you think twice of taking a bite.

~
E
room~
As $n nibbles on the ear of the chocolate squirrel, its eyes seem to

watch $m suspiciously, and $e decides not to take a bite.

~
!
4 -1
bite eat~
squirrel chocolate giant~
act_tochar( #char, ch );

act_notchar( #room, ch );

~
E
char~
As you bite into the chocolate squirrel, it chitters madly at you! 

Perhaps it would be best to not eat the chocolate squirrel.

~
E
room~
As $n bites into the chocolate squirrel, it chitters madly at $m!

~
!
-1

#3064
cadbury egg~
cadbury eggs~
~
~
lies here, looking quite delicious.~
lie here, looking quite delicious.~
~
~
Nereus~
Nereus~
19 3064 0 0 1 0
0 0 0 0 0 0 4
50 -1 0 0
1 0 1 -1 10 1000 0 0
892430029
E
either~
A delicious-looking egg made of chocolate.  The word 'Cadbury' is stamped

on the side of the egg.

~
P
-1

#3065
throwing dagger~
throwing daggers~
~
~
lies here on the ground.~
lie here on the ground.~
~
~
Nivel~
Nivel~
5 3065 8389632 0 8193 1081344
0 0 8198 0 0 0 4
0 2 3 1
1 50 1 -1 3 1200 0 0
892445379
E
either~
This sharp dagger is well-balanced and could probably be thrown from the

hand with a certain amount of ease.

~
P
-1

#3066
bench~
benchs~
wrought iron~
wrought iron~
sits here.~
sit here.~
~
~
Orb~
Orb~
35 3066 33554432 0 0 0
0 0 0 0 0 0 4
4 0 0 0
1 0 1 -1 10 1000 0 0
892461480
E
either~
This lovely bench is made from th finest wrought iron.  The interlacing

spirals of intricate design make this sturdy bench a piece of art.

~
P
-1

#3067
couch~
couchs~
red leather~
red leather~
sits here.~
sit here.~
~
~
Orb~
Orb~
35 3067 33554432 0 0 0
0 0 0 0 0 0 4
4 0 0 0
1 0 1 -1 10 1000 0 0
892462405
E
either~
This couch is made of sandalwood.  Its cushions are made of red leather,

similar to the binding of many of the books.  It looks as if it would

comfortably seat four people.

~
P
-1

#3068
skin~
skins~
segmented~
wrath wyrm~
lies here in a pile of red and gold.~
lie here in a pile of red and gold.~
~
~
Nivel~
Nivel~
33 3068 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
40 900 1 -1 10 1000 0 0
892482418
E
either~
This segmented skin is tough and leathery, and is colored in bands of red

and gold that alternate down the length of it.  It feels hairy and slimy.

~
P
-1

#3069
orc skull~
orc skulls~
~
~
lies on the ground here.~
lie on the ground here.~
~
~
Nivel~
Nivel~
34 3069 0 0 16385 0
0 0 640 0 0 0 4
0 0 0 0
25 300 1 -1 10 800 0 0
892510733
E
either~
Almost blackened, and covered with a thin layer of slime, the cheeks of

the skull are a bit more drawn out and the teeth are larger and more

abrasive.  Small strands of hair are permanently glued to top of the

skull.  There are several places where small bits of bone have broken

away and reveal the inner brain cavity.

~
P
-1

#3070
mushroom-shaped rune~
mushroom-shaped runes~
~
+of protection~
lies here.~
lie here.~
~
~
Olah~
Olah~
0 3070 -2138832896 8 16385 0
0 0 524288 0 0 0 4
0 0 0 0
20 0 1 -1 10 1000 0 0
892512554
E
either~
This copper object is in the shape of a wild mushroom.  It smells of

decayed flesh, and some blood stains its top.

~
P
-1

#3071
egg~
eggs~
deep purple~
wrath wyrm~
lies on the ground here.~
lie on the ground here.~
~
~
Nivel~
Nivel~
19 3071 0 8 1 0
0 0 768 0 0 0 4
50 -1 0 0
80 200 1 -1 10 1000 0 0
892512705
E
either~
This large egg is whole and uncracked.  It is colored a bright purple,

with green flecks that seem to glow iridescently.

~
P
8 -1
~
~
act_tochar( #eat, ch );

drain_stat( ch, con, 5, 1 );

drain_stat( ch, con, 5, 1 );

drain_stat( ch, dex, 12, -1 );

junk_obj( obj, 1 );

~
E
eat~
As you eat the egg, you feel a strange sensation wash through your body!

~
!
-1

#3072
rosary beads~
rosary beads~
~
~
lies here reverently.~
lie here reverently.~
set of~
~
Adakar~
Adakar~
0 3072 0 0 24577 0
0 0 0 0 0 0 4
0 0 0 0
30 2500 1 -1 10 1000 0 0
892516553
E
either~
A circle of beads in marked patterns, used to guide the faithful in

counting their prayers.

~
P
-1

#3073
block of purified electrum~
blocks of purified electrum~
~
~
sits on the ground.~
lay in a pile on the ground.~
~
~
Derna~
Derna~
8 3073 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
100 2000 1 -1 10 1000 0 0
892516748
E
either~
Soft, silvery metal formed into a rounded block.  The surface of the

metal block shimmers with a magical glow, and the aura of magic almost

burns your fingers as you hold it.

~
P
-1

#3074
electrum mesh vest~
electrum mesh vests~
~
~
lies on the ground, its silvery mesh glinting in the light.~
lie on the ground, jumbled together in a silvery pile.~
~
~
Derna~
Fenlyn~
9 3074 0 0 9 8355840
0 1 65536 0 0 0 4
0 13 0 0
730 32500 65 -1 10 1000 0 0
892524385
A 12 20
A 20 1
E
either~
Intertwined strands of fine electrum wire cover a plain leather vest in

an intricate weave.  The silvery metal shimmers with an internal light,

and a magical aura surrounds the vest stiffening the otherwise soft metal

into strong armor.

~
P
-1

#3075
pair of electrum mesh sleeves~
pairs of electrum mesh sleeves~
~
~
lies in a crumpled pile.~
lie in a crumpled pile.~
~
~
Derna~
Jimbalaya~
9 3075 0 0 257 6258688
0 1 65536 0 0 0 4
0 13 0 0
320 8000 65 -1 10 1000 0 0
892527384
E
either~
A shimmering aura of magic surrounds the sleeves, infusing the electrum

wire mesh with mystic strength.  The wire is intricately weaved in a

thick mesh around a set of leather sleeves.

~
P
-1

#3076
pair of electrum mesh leggings~
pairs of electrum mesh leggings~
~
~
is cast carelessly on the ground.~
are cast carelessly on the ground.~
~
~
Derna~
Derna~
9 3076 0 0 33 8355840
0 1 0 0 0 0 4
0 14 0 0
4 8000 65 -1 10 1000 2 0
892528488
A 12 15
A 20 1
E
either~
An inner light glints on the wires tightly woven around a pair of leather

leggings, a magical glow infusing the soft electrum metal and hardening

it into a strong armor.

~
P
-1

#3077
ebony ring~
ebony rings~
~
~
lies on the ground.~
lie on the ground.~
~
~
Olah~
Olah~
9 3077 268435520 12 3 0
0 0 2 0 0 0 4
0 1 0 0
10 7000 25 -1 6 650 0 0
892569801
A 19 1
A 23 5
A 8 -5
E
either~
This ring is has been finely carved from a block of pure ebony wood.  Its

texture is perfectly smooth, except for an ingrained picture of two horns.

~
P
-1

#3078
ivory sceptre~
ivory sceptres~
~
~
lies here.~
lie here.~
~
~
Olah~
Olah~
4 3078 65 8 16385 0
0 0 128 0 0 0 4
0 0 0 0
250 5000 20 -1 4 700 0 0
892580754
A 18 1
A 12 10
A 20 2
E
either~
This sceptre extends about two and a half feet long.  It has a pure white

color and is very smooth.  At its head is a round, polished orb which

gives off a faint orange glow.

~
P
-1

#3079
block of energized electrum~
blocks of energized electrum~
~
~
sits on the ground.~
lay in a pile on the ground.~
~
~
Derna~
Derna~
8 3079 68157441 4 1 0
0 0 65536 0 0 0 4
0 0 0 0
100 10000 1 -1 10 1000 0 0
892581478
E
either~
The block of electrum metal glows with a bright light of encased energy. 

Its touch stings your skin as some of the power enchanted into the metal

is released.

~
P
-1

#3080
open hearth~
open hearths~
~
~
holds a blazing fire.~
hold blazing fires~
~
~
Talis~
Talis~
41 3080 65536 0 0 0
0 0 64 0 0 0 4
-1 0 0 0
10 0 1 -1 10 1000 0 0
892656742
E
either~
A great open hearth made from several large stone slabs.  A pit in the

middle contains searing hot coals and burning wood hot enough to smelt

metals.

~
P
-1

#3081
large clay pot~
large clay pots~
~
~
lies on the ground.~
lie on the ground.~
~
~
Olah~
Olah~
15 3081 -2147483648 12 16385 0
0 0 64 0 0 0 4
10 0 0 0
250 50 1 -1 10 1000 0 0
892667965
E
either~
The pot is an earthy orange-red color.  Its about one and a half feet

wide at its top, and a foot in diameter at the base.

~
P
-1

#3082
soot-covered cot~
soot-covered cots~
~
~
lies at the corner.~
lie at the corner.~
~
~
Olah~
Olah~
35 3082 33554432 0 0 0
0 0 18 0 0 0 4
2 0 0 0
200 0 1 -1 10 1000 0 0
892669872
E
either~
Grayish soot stains this once white cot.  The cot stretches only five or

so feet long, and its cracked wooden legs don't seem able to withstand

much weight on it.

~
P
-1

#3083
stone~
stones~
pale green~
serpentine~
lies on the ground, almost hidden.~
lie on the ground, almost hidden.~
~
~
Florian~
Florian~
8 3083 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
10 280 1 -1 10 1000 0 0
892681222
E
after~
This rough piece of green stone looks fairly valuable.  The alternating

white-green and forest green bands running through it reminds you of the

mottled skin of a serpent.  In fact, that's probably how the small,

rectangular stone got its name.

~
E
before~
This pale green stone has alternating bands of forest green and

white-green minerals running through it.  For the most part, the chunk of

green rock has a look and texture more like a piece of green fungus than

anything else.

~
P
-1

#3084
{gem} carnelian~
{gems} carnelians~
bright orange~
bright orange~
catches your eye.~
catch your eye.~
~
~
Florian~
Florian~
6 3085 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
10 145 1 -1 10 1000 0 0
892681370
E
after~
This nearly flawless carnelian looks to be mildly valuable.  It has nice

clarity and a brilliant, orange color rivaled only by the rising sun.

~
P
-1

#3085
{gem} carnelian~
{gems} carnelians~
bright orange~
fake bright orange~
catches your eye.~
catch your eye.~
~
~
Florian~
Florian~
6 3085 0 0 1 0
0 0 64 0 0 0 4
0 0 0 0
10 8 1 -1 10 1000 0 0
892681650
E
before~
This bright orange gem looks like a bright wildflower.  It has an unusual

clarity to it and its glassy surface is smooth, nearly flawless.

~
E
after~
This gem, while it superficially resembles a carnelian, does not make a

very good impostor.  Its clarity is pathetic and its color pale in

comparison.  Running through the center of this stone is a large flaw

that you somehow missed before.

~
P
-1

#3086
stone bier~
stone biers~
~
~
rests in the middle of the chamber.~
~
~
~
Florian~
Florian~
36 3086 0 0 0 0
0 0 64 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892683061
E
either~
A long stab of stone rests in the center of the chamber.  Carved from

grey granite, the seven-foot block of stone is about three feet wide. 

The edges of the long grey bier are worn and chipped and its surface is

pitted, as though it were very old.

~
P
-1

#3087
old, brittle skeleton~
old, brittle skeletons~
~
~
lies on the ground, falling to pieces.~
lie on the ground, falling to pieces.~
~
~
Florian~
Florian~
23 3087 0 4 1 0
0 0 128 0 0 0 4
1000 0 0 0
200 0 1 -1 10 1000 0 0
892683391
E
either~
Very little remains of this skeleton. There is barely enough remaining for you to

recognize that it at one time belonged to a humanoid. Fragile beyond imagining, it

would take very little to make this skeleton fall apart.

~
P
4 -1
1 west 1 east 1 south 1 north 1 up 1 down~
~
if( has_obj( 3087, ch ) ) {

  act_tochar( #shatter, ch );

  act_notchar( #rshatter, ch );

  obj = has_obj( 3087, ch );

  junk_obj( obj, 1 );

  }

else

  continue;

~
E
shatter~
The skeleton is so brittle that it shatters as you move!

~
E
rshatter~
As $n moves, the skeleton in $s hands shatters!

~
!
-1

#3088
gnomish baby doll~
gnomish baby dolls~
~
~
lies abandoned here.~
lie abandoned here.~
~
~
Olah~
Olah~
8 3088 0 8 16385 0
0 0 18 0 0 0 4
0 0 0 0
100 50 1 -1 10 1000 0 0
892690439
E
either~
This doll is about a foot long and looks squeezably soft.  Its head is

large and round and looks like a realistic depiction of a gnomish child

with deep blue eyes.  Its arms and legs are proportionally smaller than

the rest of its body, but the texture is pleasant to the touch.  It's

dressed in a little blue and white outfit, making it look even more

adorable.

~
P
4 -1
squeeze~
gnomish baby doll~
act_tochar( #squeeze, ch );

act_notchar( #nsqueeze, ch );

wait( 1 );

send_to_room( #giggle, room );

~
E
squeeze~
You squeeze the gnomish baby doll tightly.

~
E
nsqueeze~
$n tightly squeezes a gnomish baby doll.

~
E
giggle~
@MThe gnomish baby doll lets out a loud giggling sound.@n

~
!
-1

#3089
stuffed duck~
stuffed ducks~
~
~
looks harmless lying on the ground.~
form a mound of squeezable toys on the ground.~
~
~
Talis~
Nivel~
0 3089 0 0 1 0
0 0 18 0 0 0 4
0 0 0 0
30 10 1 -1 2 1000 0 0
892693010
E
either~
A well-worn cloth rag-doll made to look like a duck.  The rags that make

up the majority of its body are mottled shades of brown, dyed to somewhat

resemble the varying shades of a duck's feathers.  An orange wooden bill

and over-sized painted wooden eyes have been carefully appended to the

head to give it a more duck-like visage.

~
P
4 -1
cuddle squeeze hug~
duck doll~
act_tochar( #squeak, ch );

act_notchar( #rsqueak, ch );

~
E
squeak~
You give the cuddly duck a gentle squeeze and it emits a gentle squeak

from a device hidden somewhere within its plush body.

~
E
rsqueak~
$n gives a duck rag-doll a gentle squeeze and the plush toy emits a gentle

squeak.

~
!
-1

#3090
strip of newt skin~
strips of newt skin~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
33 3090 16777216 0 1 0
0 0 4 0 0 0 4
0 0 0 0
10 100 1 -1 10 1000 0 0
892694563
E
either~
This half square foot of dark red skin is strangely tough, and quite

smooth.  It is probably fire resistant.

~
P
-1

#3091
steel claw~
steel claws~
~
~
lies here.~
lie here.~
~
~
Olah~
Olah~
0 3091 25427968 8 1 0
0 0 8192 0 0 0 4
0 0 0 0
100 200 1 -1 10 1000 1 0
892698410
E
either~
This claw is made of glistening, polished steel.  It looks very sharp,

and large -- about the size of a bear's paw.

~
P
-1

#3092
fiery claws~
fiery claws~
~
~
lies on the ground.~
lie on the ground.~
pair of~
pairs of~
Olah~
Olah~
5 3092 8650752 4 8193 6275072
1 0 8192 0 0 0 4
0 2 7 0
200 2000 30 -1 6 1000 0 0
892695805
E
either~
These steel claws are razor sharp, able to slice through even the

toughest of armor.  An orange fiery glow occasionally emanates from them,

giving off some heat.  A blackened piece of stone has been placed above

the metal wrist band at the base of the claws.  The band allows for easy

fastening and wielding around the hands.

~
P
3 -1
~
~
if( random( 1, 12 ) == 7 ) {

  act_tochar( #burn, ch );

  act_notchar( #nburn, ch );

  do_spell( burning hands, ch, victim );

  }

~
E
burn~
@yThe claws begin to flare, then unleash a stream of flames!@n 

~
E
nburn~
@y$n's claws begin to flare, then unleash a stream of flames!@n 

~
!
-1

#3093
raggedy doll~
raggedy dolls~
~
+of regression~
lies abandoned here.~
lie abandoned here.~
~
~
Olah~
Olah~
0 3093 64 12 16385 0
0 0 16 0 0 0 4
0 0 0 0
60 50 1 -1 10 1000 0 0
892702200
A 11 -10
E
either~
Only a little haggard and old-looking, this doll seems to have withstood

the test of time.  Its dress has a few orange stains on it, but has

retained a soft, warm texture.  Its hair, which is made of red cotton

strings, is long and curly, and its sewn-in lips have a wide, loving

smile.  When touched, its softness tempts you to cuddle it.

~
P
4 -1
cuddle~
raggedy doll regression~
act_tochar( #cuddle, ch );

act_notchar( #ncuddle, ch );

wait( 1 );

send_to_room( #love, room );

~
E
cuddle~
You lovingly cuddle a raggedy doll.

~
E
ncuddle~
$n lovingly cuddles a raggedy doll.

~
E
love~
The raggedy doll @mglows@n for a while, exuding an aura of warmth and

happiness.

~
!
-1

#3094
rat corpse~
rat corpses~
~
~
lies here decomposing.~
lie here decomposing.~
~
~
Merior~
Merior~
23 3094 0 0 0 0
0 0 768 0 0 0 4
0 -16 -1 -1
10000 0 0 -1 1 1000 0 0
892734686
E
either~
This rat was once the size of a large dog, and had large, white teeth. 

You can still make out most of its shape, but it is so covered with flies

and maggots, it is impossible to determine what color fur it might once

have had.

~
P
-1

#3095
stagnant puddle~
stagnant puddles~
~
~
ripples in the lightly moving air.~
are here.~
~
~
Merior~
Merior~
25 3095 65536 0 0 0
0 0 64 0 0 0 4
0 -1 0 0
50000 0 1 -1 1 900 0 0
892739632
E
either~
This puddle of water is dirty and brackish.  The slightest movement of

the air sends ripples moving over its dark surface.

~
P
-1

#3096
medicine bundle~
medicine bundles~
~
~
lies in a lumpy little pile.~
lie in a lumpy little pile.~
~
~
Florian~
Florian~
11 3096 0 0 1 0
0 0 4 0 0 0 4
0 0 0 0
35 95 1 -1 10 1000 0 0
892748409
E
either~
This tiny brown pouch appears to be sewn from a piece of soft deerskin. 

About three inches square, the small pouch is lumpy, as though it were

stuffed with something.  However, you cannot see anyway to open the

bundle without ripping it apart.  The smell of mint and garlic lingers

around the small deerskin bundle.

~
P
-1

#3097
scale~
scales~
small red~
fire drake~
lies here, reflecting the light.~
lie here, reflecting the light.~
~
~
Phule~
Phule~
34 3097 16777216 0 1 0
0 0 512 0 0 0 4
0 0 0 0
45 200 1 -1 10 1000 0 0
892758712
E
either~
This small reddish scale is thin, yet strong.  It is also quite light.

~
P
-1

#3098
shadow master~
shadow master~
~
~
A sword bearing the name "Shadow Master" has been dropped here.~
~
~
~
(null pointer)~
Vulcan~
5 3098 64 0 8193 3162112
1 0 0 0 0 0 4
0 15 2 2
1000 1000000 0 -1 1 1000 0 0
-1
E
either~
At first appearances it would look like a normal dark long sword. But the

blade actually blends into the shadows causing a distortion affect.

The blade is rumored to be made by the metal of a meteroite known to

only the most powerful of creatures.

~
P
-1

#3099
excalibur~
excalibur~
~
~
A sword of obvious value lies discarded here.~
~
~
~
(null pointer)~
(null pointer)~
5 3099 0 0 8193 271597568
1 0 0 262144 0 0 4
0 4 8 2
2000 100000 30 -1 1 1000 0 0
-1
E
either~
An orante sword that radiates power. Most of the history of this sword is 

unknown except in wild rumors. What is known, is that this sword posses

remarkable powers.

~
P
-1

#3100
sword~
swords~
large black, rune~
+'Stormbringer'~
floats tip down in midair here.~
float here, their tips downard.~
~
~
(null pointer)~
Marek~
5 3100 1152794834 0 8193 204521616
1 0 73728 1 0 0 4
0 2 18 2
500 0 90 -1 9 1000 0 0
-1
A 19 2
A 18 3
E
either~
Stormbringer blade of evil; a being unto itself.  A long blade forged of

black metal, it is said to drink the blood of foes and catch the souls of

the slayn before they can flutter away.  From it's frenzied feeding, it

inbues the wielder with protection and ungodly strength.

But...there is a price to pay...  

~
P
7 -1
~
~
act_notchar( #r_wield, ch, obj, mob );

act_tochar( #wield, ch, obj, mob );

~
E
wield~
@B   ...Stormbringer hums darkly in anticipation.

~
E
r_wield~
@B   ...and you could swear you hear the sword hum darkly.

~
!
3 -1
~
~
if( random( 1, 9 ) == 9 ) {

  act_tochar( #fury, ch, obj, mob );

  act_notchar( #rfury, ch, obj, mob );

  if( random( 0, 1 ) == 1 ) {

    drain_stat( ch, str, 1, 1 );

    drain_stat( ch, wis, 3, -1 );

    }

  else {

    drain_stat( ch, con, 1, 1 );

    drain_stat( ch, int, 3, -1 );

    }

  }

continue;

~
E
rfury~
@B$n's fury increases, and you hear $p hum the song of death.

~
E
fury~
@BYou watch $p drink the blood of its victim

  . . . and pass some of its gleaned power to you.

~
!
10 -1
~
~
rch = rand_player( room );

act_room( "Trying to slay!!", ch );

if( rch != ch ) {

  act_tochar( #friend, ch, obj, mob );

  attack( ch, rch, 5d25, "slash" );

  }

~
E
friend~
@B$p leaps in your hand, yanking your arm forward.

~
!
-1

#3101
axe~
axes~
huge dark~
huge dark~
the color of night lies here.~
the color of night lie here.~
~
~
Kiian~
Marek~
5 3101 66 0 8193 3162144
1 0 64 33554432 0 0 4
0 2 6 8
1600 1500 1 -1 4 900 0 0
-1
E
either~
A huge single-bladed axe, crafted from a greyish-black material.  Its

metallic handle is thick, its massive head great yet nonetheless

well-balanced.

~
P
-1

#3102
longsword~
longswords~
dark~
dark~
the color of the night rests here.~
the color of night rest here.~
~
~
Kiian~
Marek~
5 3102 8650817 0 8193 137412608
1 0 8192 0 0 0 4
0 1 10 2
500 2250 15 -1 3 900 0 0
-1
A 2 1
E
either~
A thick longsword crafted from an amalgum of several mysterious, darkish

metals.  You sense an unsettled force contained within this weapon,

almost as if it were in conflict with itself...

~
P
-1

#3103
longsword~
longswords~
silver~
silver~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Marek~
5 3103 8650816 0 8193 405880832
1 0 147456 0 0 0 4
0 2 7 2
550 2250 15 -1 4 900 0 0
-1
A 18 1
E
either~
A well-crafted blade of a hard silver alloy.

~
P
0 -1
~
~
~
!
-1

#3104
rapier~
rapiers~
bronze~
bronze~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Marek~
5 3104 0 0 8193 3162112
1 0 2048 0 0 0 4
0 1 5 2
300 225 1 -1 1 800 0 0
-1
E
either~
A long, thin-bladed bronze rapier.  This blade is made not only for a

lethal thrust but also a sharp-edged slice.  More than a simple fencing

weapon, the rapier can be a master swordsman' blade of choice.

~
P
-1

#3105
longsword~
longswords~
~
~
has been left here by some foolish person.~
have been left here by some foolish person.~
~
~
Kiian~
Marek~
5 3105 8389185 0 8193 1065536
1 0 0 0 0 0 4
0 1 11 2
600 600 5 -1 4 600 1 0
-1
E
either~
It looks like a normal if narrow-bladed longsword, but running up and

down the blade are glyphs, and from them swirl flames.  The flames

consume the sword continually when unsheathed.

~
P
-1

#3106
longsword~
longswords~
elven~
old systems elven~
lies on the ground here.~
lie in a pile here.~
~
~
Nobody~
Talis~
5 3106 1082392576 4 8193 271605612
1 0 0 0 0 0 4
0 2 5 2
350 1000 1 -1 4 750 0 0
-1
A 18 1
E
either~
This well crafted sword is very light and very sharp.

~
P
-1

#3107
drake tooth~
drake teeth~
~
~
lies here, glinting sharply.~
lie here, glinting sharply.~
~
~
Phule~
Phule~
34 3107 16777216 0 1 0
0 0 128 0 0 0 4
0 0 0 0
20 250 1 -1 10 1000 0 0
892758842
E
either~
This small tooth is about four inches long, and razor sharp.

~
P
-1

#3108
tiny mithril pike~
tiny mithril pikes~
~
~
lies almost hidden upon the ground.~
lie almost hidden upon the ground.~
~
~
Terek~
Terek~
5 3108 0 0 8193 0
0 16 16384 0 0 0 4
0 1 3 5
5 100 1 -1 7 1000 0 0
892788975
E
either~
This miniature pike is made purely from mithril.  Its blade is no more

than an inch long while its handle is a mere 3 inches in length.  The

pike is completely useless to anyone above the size of a faerie, but in

the hands of one it can be a devastating weapon.

~
P
-1

#3109
tiny suit of shining chainmail~
tiny suits of shining chainmail~
~
~
no bigger than a blade of grass, lies upon the ground.~
no bigger than specks of dirt, lie upon the ground.~
~
~
Terek~
Terek~
9 3109 8388608 0 9 0
0 16 8192 0 0 0 4
0 2 0 0
15 100 1 -1 10 1000 0 0
892798931
E
either~
This tiny suit of steel chainmail is no larger than a halflings fist, a

skinny halfling at that.  The delicate interwoven steel links are hardly

visible due to the small stature of the armor.  Despite the size of the

chainmail, it appears as if it could provide excellent protection for

someone small enough to wear it.

~
P
-1

#3110
honeycomb~
honeycombs~
~
~
~
~
~
~
Talis~
Talis~
25 3110 0 0 0 0
0 0 576 0 0 0 4
-1 -1 21 0
0 0 1 -1 10 1000 0 0
892816509
E
either~
A typical honeycomb formed of small octagonal chambers filled with either

the larvae of bees or dripping with honey.  If there's enough honey left,

and the bees don't object too much, perhaps you could get enough honey to

fill a cup or maybe even a whole jar!

~
P
-1

#3111
skulled staff~
skulled staffs~
~
~
lies here, eye sockets gleaming.~
lie here, eye sockets gleaming.~
~
~
Phule~
Phule~
5 3111 0 0 8193 0
0 0 130 0 0 0 4
0 2 5 4
1 0 20 -1 6 1000 0 0
892836153
A 7 10
E
either~
A solid oak shaft, this staff holds at its top a scorched humanoid skull. 

In each eye socket, translucent crimson gems gleam with strange magic.

~
E
approve~
+10 fire = +5 levels

oprog = 1.5 x level

basic level: 10

final level: 20

~
E
custom~
scorched gnome skull, heavy oak staff, 2 translucent crimson gems,

~
P
3 -1
~
~
if( random( 1, 9 ) == 7 ) {

  act_tochar( #flare, ch, obj );

  act_notchar( #rflare, ch, obj );

  do_spell( burning hands, ch, victim );

  }

~
E
flare~
@RYou hold $p firmly in your hands, and its eyes flare a bright red.@n

~
E
rflare~
@R$n holds $p firmly in $s hands, and its eyes flare a bright red.@n

~
!
-1

#3112
feather~
feathers~
scarlet and gold~
scarlet and gold~
has drifted to the ground.~
lay scattered about the ground.~
~
~
Talis~
Olah~
34 3112 285212672 0 17 0
0 0 512 0 0 0 2
0 0 0 0
5 20 1 -1 10 300 0 0
892841843
E
either~
A five inch pinion feather that has all the classic characteristics

common of a feather.  It is primarily red towards the main vein but its

fringes are highlighted by a striking golden yellow color.

~
E
**imm-note**~
I made the feather take the standard feather slot, just in case someone

wanted to wear it as an ornamental display, though it doesn't (or at

least shouldn't) have any effect.  Its only intention was as a minor

reward for anyone defeating the bird it comes off of.

~
P
-1

#3113
small white note~
small white notes~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 3113 0 0 1 0
0 0 1 0 0 0 4
0 0 0 0
2 1 1 -1 10 1000 0 0
892842381
E
either~
The note reads:

@I'1. jellyfish'

~
P
-1

#3114
forest green fatigues~
forest green fatiguess~
~
~
~
~
pair of~
~
Adakar~
Adakar~
9 3114 0 0 33 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892849676
P
-1

#3115
desert camouflage fatigues~
desert camouflage fatiguess~
~
~
~
~
pair of~
~
Adakar~
Adakar~
9 3115 0 0 33 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892849693
A 20 50
A 12 50000
A 13 50000
P
-1

#3116
desert camouflage dress uniform~
desert camouflage dress uniforms~
~
~
~
~
~
~
Adakar~
Fenlyn~
9 3116 0 0 9 0
0 0 0 4325385 58744838 0 4
5 10000 0 0
1 0 92 -1 10 1000 0 0
892849954
A 12 1000
A 20 50
P
-1

#3117
Talons of the Dragon~
Talons of the Dragons~
~
~
~
~
~
~
Khisanth~
Khisanth~
5 3117 0 0 8193 0
0 0 0 4456448 2 0 4
0 4 100 0
1 0 1 -1 10 1000 0 0
892850231
A 13 3000
A 12 3000
A 19 30
E
either~
Faintly glowing silver, these razor-sharp metal blades seemed shaped

to slide over the delicate, curved talons of a silver dragon.

~
P
-1

#3118
mandalorian battle helm~
mandalorian battle helms~
~
~
lies on the ground.~
lie on the ground.~
~
~
Adakar~
Olah~
9 3118 0 0 17 0
0 0 0 33554432 269500416 0 4
5 10 0 0
1 0 92 -1 10 1000 0 0
892850780
A 12 2500
A 14 500
A 22 500
A 20 25
A 13 1500
A 21 500
P
-1

#3119
very rusty iron hook~
very rusty iron hooks~
~
~
with a wicked tip lies here.~
lie on the ground in a rusty pile.~
~
~
Florian~
Florian~
5 3119 8388608 0 8193 0
1 0 4096 0 0 0 4
0 1 5 1
170 95 1 -1 2 500 0 0
892878633
E
either~
This iron hook is about a foot long and extremely rusty.  It's point

looks like it might serve as a weapon, if necessary, but it might not

endure too much damage.  The end of the large iron hook has a broken

clasp on it, as though at one time it connected to something.

~
P
-1

#3120
longsword~
longswords~
silvery white~
adamantine~
is sparkling on the ground.~
are sparkling on the ground.~
~
~
Jimbalaya~
Jimbalaya~
5 3120 8650752 4 8193 3194880
1 0 32768 0 0 0 4
0 3 10 2
400 7000 50 -1 8 1200 0 0
892914158
E
either~
The first thing you notice about this longsword is the silvery white

blade.  It was obviously forged by a master, as it appears flawless and

indestructible.  Its long black handle has enough room to use two hands,

however it seems relatively light weight considering how sturdy it is.

~
P
-1

#3121
broadsword~
broadswords~
silvery white~
adamantine~
is sparkling on the ground.~
are sparkling on the ground.~
~
~
Jimbalaya~
Jimbalaya~
5 3121 8650752 4 1 3194880
1 0 0 0 0 0 4
0 2 16 2
500 7000 50 -1 8 1200 0 0
892914176
E
either~
The first thing you notice about this broadsword is the silvery white

blade.  It was obviously forged by a master, as it appears flawless and

indestructible.  Its long black handle has enough room to use both

hands, but most people can probably get away with one.

~
P
-1

#3122
dagger~
daggers~
silvery white~
adamantine~
is sparkling on the ground.~
are sparkling on the ground.~
~
~
Jimbalaya~
Jimbalaya~
5 3122 8651776 4 8193 32768
0 0 32768 0 0 0 4
0 2 13 1
200 7000 50 -1 8 1200 0 0
892914364
E
either~
This narrow-bladed dagger has a long thin blade made of silvery white

adamantine.  Its light weight for its size, and it seems virtually

indestructible.  Its small black handle is just long enough for one hand.

~
P
-1

#3123
pike~
pikes~
silvery white~
adamantine~
is sparkling on the ground.~
are sparkling on the ground.~
~
~
Jimbalaya~
Jimbalaya~
5 3123 8667136 4 8193 2211840
0 0 32768 0 0 0 4
0 2 20 5
800 7000 50 -1 8 1200 0 0
892914215
E
either~
This long adamantine pike has been forged to perfection.  Its silvery

white blade has a redish tinge to it which glows softly.  It seems to be

about average weight for a pike, and it will require both hands to wield

effectively.

~
P
-1

#3124
bastard sword~
bastard swords~
silvery white~
adamantine~
is sparkling on the ground.~
are sparkling on the ground.~
~
~
Jimbalaya~
Jimbalaya~
5 3124 8650752 4 8193 3194880
0 0 32768 0 0 0 4
0 2 17 2
700 7000 50 -1 8 1200 0 0
892914221
E
either~
The first thing you notice about this bastard sword is the silvery white

blade.  This monstrous blad was obviously forged by a master, as it

appears flawless and indestructible.  Its long black handle is large

enough to allow two-handed wielding, and many people will need the to use

both.

~
P
-1

#3125
battle axe~
battle axes~
silvery white~
adamantine~
is sparkling on the ground.~
are sparkling on the ground.~
~
~
Jimbalaya~
Jimbalaya~
5 3125 8650752 4 8193 3194880
0 0 32768 0 0 0 4
2 2 16 8
500 7000 50 -1 8 1200 0 0
892914234
E
either~
This double bladed adamantine battle axe looks fierce.  Both blades have

a silvery white tint to them and seem to be virtually indestructible. 

Its long black handle will allow a person to use one or both hands while

wielding it.

~
P
-1

#3126
two-handed sword~
two-handed swords~
silvery white~
adamantine~
is sparkling on the ground.~
are sparkling on the ground.~
~
~
Jimbalaya~
Jimbalaya~
5 3126 8667136 4 8193 3194880
1 0 32768 0 0 0 4
0 2 20 2
800 7000 50 -1 8 1200 0 0
892914264
E
either~
This monstrous adamantine two-handed sword has been forged to perfection. 

Its silvery white blade is huge and looks virtually indestructible.  Its

long black handle is made to allow two-handed wielding, and anyone but a

giant will need to use both.

~
P
-1

#3127
two-handed battle axe~
two-handed battle axes~
silvery white~
adamantine~
is sparkling on the ground.~
are sparkling on the ground.~
~
~
Jimbalaya~
Jimbalaya~
5 3127 8667136 4 8193 3194880
0 0 32768 0 0 0 4
0 2 20 8
800 7000 50 -1 8 1200 0 0
892914273
E
either~
This gargantuan adamantine two-handed axe must have taken a master forger

weeks, perhaps monthes, or even years to forge.  Its large silvery white

blade seems indestructible and glows softly.  Its long black handle is

made for two-handed wielding.

~
P
-1

#3128
grappling hook and rope~
grappling hook and ropes~
~
~
lies in a coil here.~
lie in tangled coils here.~
~
~
Florian~
Jimbalaya~
0 3128 0 0 1 0
0 0 4608 0 0 0 4
0 0 0 0
550 205 1 -1 10 1000 0 0
892917490
E
either~
A long piece of rope, woven together from strands of fiber, has been

attached to an iron hook of sorts.  Together, they form a sturdy grapple,

for use in climbing or spelunking.

~
P
-1

#3129
mace~
maces~
silvery white~
adamantine~
is sparkling on the ground.~
are sparkling on the ground.~
~
~
Jimbalaya~
Jimbalaya~
5 3129 8650752 4 8193 2113536
0 0 32768 0 0 0 4
0 2 15 6
500 7000 50 -1 8 1200 0 0
892917600
E
either~
This medium sized adamantine mace was forged to perfection.  Its long

shaft and oblong head are silvery white.  It's a little heavier then a

mace its size normally would be, however it appears like it would hit a

lot harder than a normal mace its size as well.  It's extremely dense,

and seems virtually indestructible.

~
P
-1

#3130
chunk of adamantine ore~
chunks of adamantine ore~
~
~
lies glistening on the ground.~
lie glistening on the ground.~
~
~
Merior~
Merior~
0 3130 0 4 1 0
0 0 32768 0 0 0 4
0 0 0 0
100 1500 1 -1 10 1000 0 0
892918690
E
either~
This chunk of ore is very, very hard, and could be used to make a very

powerful weapon or armor.  Its cold, silvery white surface reflects the

light.

~
P
-1

#3131
length of silver thread~
length of silver threads~
~
~
lies in a tiny, silver coil.~
lie tangled about one another.~
~
~
Florian~
Florian~
8 3131 0 0 1 0
0 0 0 0 32 0 4
0 0 0 0
5 75 1 -1 10 750 0 0
892919983
E
either~
About seven inches long, this piece of thread is really a length of

extremely thin silver wire.  The silvery wire has no tarnish on it but

looks old nonetheless.  The silver thread is very flexible yet remarkably

sturdy.

~
P
-1

#3132
carnelian necklace~
carnelian necklaces~
~
~
glimmers in the light.~
glimmer in the light.~
~
~
Florian~
Jimbalaya~
9 3132 2359361 0 5 0
0 1 64 0 0 0 16
0 1 0 0
150 500 5 -1 4 900 0 0
892922947
A 12 5
E
either~
At the heart of this necklace is a bright orange carnelian that seems to

have a warm glow emanating from it.  The carnelian has a silver setting

and a long, silver chain made from a braiding of extremely thin, silvery

thread.  The necklace's clasp has been shaped to look like a pair of

silver hands clasped in friendship.

~
P
-1

#3133
small yellow note~
small yellow notes~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
0 3133 0 0 1 0
0 0 1 0 0 0 4
0 0 0 0
2 1 1 -1 10 1000 0 0
892928078
E
either~
The small yellow note reads:

@I'2. dagger'

~
P
-1

#3134
small wooden totem~
small wooden totems~
~
~
lies on the ground, forgotten.~
lie on the ground in a small heap.~
~
~
Florian~
Olah~
8 3134 268435456 0 17 0
0 0 2 0 0 0 2
0 0 0 0
70 125 5 -1 10 650 0 0
892933836
A 13 5
E
either~
Made out of wood, this small trinket has the images of several animals

carved into its grainy surface.  At the bottom of the small totem is a

very masculine, very strong wolf with piercing, intelligent eyes. 

Standing atop its back is a winged bird.  Clutched gently in the bird's

mouth is a rabbit.

~
P
7 -1
~
~
act_tochar( #tuck, ch );

act_notchar( #rtuck, ch );

~
E
tuck~
You tuck the small wooden totem behind your ear.

~
E
rtuck~
$n tucks a small wooden totem behind $s ear.

~
!
-1

#3135
tiny blue glass totem~
tiny blue glass totems~
~
~
rests on the ground, twinkling.~
twinkle on the ground.~
~
~
Florian~
Olah~
8 3135 268435456 0 17 0
0 0 32 0 0 0 2
0 0 0 0
40 150 5 -1 10 300 0 0
892934117
A 12 5
E
either~
Made out of glass, this small trinket has the images of several animals

fashioned into its glassy blue surface.  At the bottom of the small totem

is a very feminine, very matronly wolf with piercing, intelligent eyes. 

Standing atop its back is a graceful bird without wings.  Perched atop

the bird's beak is a tiny shrew.

~
P
7 -1
~
~
act_tochar( #tuck, ch );

act_notchar( #rtuck, ch );

~
E
tuck~
You tuck the tiny blue glass totem behind your ear.

~
E
rtuck~
$n tucks a tiny blue glass totem behind $s ear.

~
!
-1

#3136
copper serpentine bracer~
copper serpentine bracers~
~
~
lies on the ground like a coiled snake.~
lie on the ground like serpents ready to strike.~
~
~
Florian~
Fenlyn~
9 3136 268435521 12 4097 0
0 0 68 8388608 0 0 4
0 3 0 0
250 2000 10 -1 10 750 0 0
892935678
A 20 3
A 12 5
E
either~
Made from a hard leather bracer, a serpent of copper coils around this

piece of wrist wear.  The serpent looks neither benevolent nor malicious

but has a pair of pale green serpentine stones for eyes.  The serpent's

coppery mouth is open in a silent hiss as it snakes about the bracer.

~
P
7 3136
~
~
act_tochar( #glow, ch );

wait( 2 );

act_notchar( #rglow, ch );

~
E
glow~
The eyes of your copper serpentine bracer glow as you wear it.

~
E
rglow~
@GThe eyes of $n's copper serpentine bracer glow as $e wears it.

~
!
-1

#3137
chest~
chests~
cedar dower~
cedar dower~
sits near the wall.~
sit near the wall.~
~
~
Orb~
Orb~
15 3137 8 0 0 0
0 0 0 0 0 0 4
100 13 3138 0
1 0 1 -1 10 1000 0 0
892979670
E
either~
This large chest is made of finely polished cedar wood.  It gives off a

faint, sweet scent, though it is obviouslt many years old.  Carved into

the top of the chest in elvish runes are a few indecipherable words.  A

lovely butterfly worked in silver has been engraved onto the locking

mechanism.

~
P
-1

#3138
silver butterfly key~
silver butterfly keys~
~
~
lies here.~
lie here.~
~
~
Orb~
Orb~
1 3138 0 4 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
892979886
E
either~
The handle of this small, delicately wrought key is made in the shape of

a lovely silver butterfly.  Obviously a magical creation, the fragile

wings of the butterfly flutter ever-so-slightly every few moments.

~
P
-1

#3139
fluffy toy efreet~
fluffy toy efreets~
~
~
~
~
~
~
Terek~
Terek~
1 3139 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
893043319
P
-1

#3140
ghastly toy ghoul~
ghastly toy ghouls~
~
~
~
~
~
~
Terek~
Terek~
1 3140 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
893043342
P
-1

#3141
rosy-cheeked toy halfling~
rosy-cheeked toy halflings~
~
~
~
~
~
~
Terek~
Terek~
1 3141 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
893043423
P
-1

#3142
fearsome toy black dragon~
fearsome toy black dragons~
~
~
~
~
~
~
Terek~
Terek~
1 3142 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
893052786
P
-1

#3143
bedraggled blue toy ice demon~
bedraggled blue toy ice demons~
~
~
~
~
~
~
Terek~
Terek~
1 3143 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
893052835
P
-1

#3144
blood-soaked toy shrieker~
blood-soaked toy shriekers~
~
~
~
~
~
~
Terek~
Terek~
1 3144 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
893052941
P
-1

#3145
aged toy dark orc~
aged toy dark orcs~
~
~
~
~
~
~
Terek~
Terek~
1 3145 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
893053009
P
-1

#3146
staff of the four winds~
staves of the four winds~
~
~
floats a few inches above the ground.~
float a few inches above the ground.~
~
~
Terek~
Terek~
8 3146 0 0 16385 268435456
0 0 131138 64 0 0 4
0 0 0 0
20 20000 20 -1 10 1000 0 0
893084591
E
either~
This long staff has been forged from a sturdy piece of oak wrapped in

silver bands and topped with a stone figurine of a phoenix in flight. 

Several runes have been etched into its surface which glow with a pale

blue light.  As you hold it in your hands you can feel the power surging

through your body.

~
P
0 -1
summon~
four winds~
act_tochar( #winds, ch );

act_notchar( #winds1, ch );

Wait( 2 );

act_room( #breeze, ch );

~
E
winds~
@CYou raise the staff over your head and call upon the power of the four

winds to cleanse the area of evil.

~
E
winds1~
@C$n raises the staff over $s head and calls upon the power of the four

winds to cleanse the area of evil.

~
E
breeze~
@CSuddenly a strong wind begins to rip up around you and continues to

swirl about the area for a moment before stopping.

~
!
-1

#3147
staff of chaos~
staff of chaoss~
~
~
~
~
~
~
Terek~
Terek~
1 3147 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
893084610
P
-1

#3148
gray wooden key~
gray wooden keys~
~
~
lies here.~
lie here.~
~
~
Olah~
Olah~
18 3148 0 4 1 0
0 0 2 0 0 0 4
0 0 0 0
15 0 1 -1 10 650 0 0
893097927
E
either~
This key is a dull gray and has several red dots all along the key.  An

'S' has been engraved at its head.

~
P
-1

#3149
small wooden chest~
small wooden chests~
~
~
sits in the corner, hidden.~
sit in the corner, hidden.~
~
~
Florian~
Florian~
15 3149 65536 0 0 0
0 0 2 0 0 0 4
1000 13 0 0
1 0 1 -1 10 1000 0 0
893140941
E
either~
This small wooden chest is well made, though its wooden is slightly

warped.  It looks extremely old and its surface is dry.  The top surface

of the chest is painted with bright pigments of blue and yellow.

~
P
-1

#3150
gem~
gems~
golden brown~
tiger's eye~
sparkles brilliantly in the light.~
sparkle brilliantly in the light.~
~
~
Orb~
Orb~
1 3150 0 0 1 0
0 0 0 0 0 0 4
0 0 0 0
1 5000 1 -1 10 1000 0 0
893152699
E
either~
This lovely stone is square-shaped, and rough.  Obviously never subjected

to the refined hand of a jem cutter, this beautiful stone is quite

valuable.

~
P
-1

#3151
black sphere~
black spheres~
~
+of precognition~
lies on the ground.~
lie on the ground.~
~
~
Olah~
Olah~
0 3151 64 8 16385 0
0 0 32 0 0 0 4
0 0 0 0
100 250 1 -1 10 300 0 0
893169435
E
either~
This shiny black sphere is cool to the touch and perfectly smooth.  An

eight has been painted in white on one side of it.  On the opposite side

of the eight is a clear piece of glass which shows that the sphere

contains liquid inside.  Any type of shaking of the sphere seems to cause

the liquid to bubble and glow.

~
P
4 -1
shake~
black sphere precognition~
act_tochar( #shake, ch );

act_notchar( #nshake, ch );

wait( 1 );

send_to_room( #glow, room );

wait( 1 );

send_to_room( #mess, room );

i = random( 1, 8 );

if( i == 1 )

  send_to_room( #no, room );

if( i == 2 )

  send_to_room( #yes, room );

if( i == 3 )

  send_to_room( #doubt, room );

if( i == 4 )

  send_to_room( #like, room );

if( i == 5 )

  send_to_room( #life, room );

if( i == 6 )

  send_to_room( #maybe, room );

if( i == 7 )

  send_to_room( #defi, room );

if( i == 8 )

  send_to_room( #chance, room );

~
E
shake~
You gently shake a black sphere.

~
E
nshake~
$n gently shakes a black sphere.

~
E
glow~
@CThe liquid in the black sphere begins to glow.@n

~
E
mess~
@YAn image in yellow projects from the sphere with the words:@n

~
E
no~
@YThe answer is 'No.'@n

~
E
yes~
@YThe answer is 'Yes.'@n

~
E
doubt~
@Y'It is highly doubtful.'@n

~
E
like~
@Y'Most likely.'@n

~
E
life~
@Y'Not in this lifetime.'@n

~
E
maybe~
@YThe answer is 'Maybe.'@n

~
E
defi~
@Y'Most definitely.'@n

~
E
chance~
@Y'Not a chance!'@n

~
!
-1

#3152
stuffed bear~
stuffed bears~
~
~
lies here forgotten.~
lie here forgotten.~
~
~
Olah~
Olah~
0 3152 0 8 16385 0
0 0 528 0 0 0 4
0 0 0 0
60 40 1 -1 10 300 0 0
893171705
E
either~
This toy bear doll is stuffed with a soft fiber, making it nice to hug. 

Its fur is a shiny coat of black that tickles you with its softness.  Its

head is very round and a piece of red felt serves as its tongue.  Two

shiny glass buttons act as is its eyes.  They sparkle brightly in the

light.

~
P
4 -1
hug~
stuffed bear~
act_tochar( #hug, ch );

act_notchar( #nhug, ch );

wait( 1 );

send_to_room( #roar, room );

~
E
hug~
You give the stuffed bear a big, warm hug.

~
E
nhug~
$n gives the stuffed bear a big, warm hug.

~
E
roar~
@mThe stuffed bear lets out a roar of approval.@n

~
!
-1

#3153
stuffed cat~
stuffed cats~
~
~
lies here forgotten.~
lie here forgotten.~
~
~
Olah~
Olah~
0 3153 0 8 16385 0
0 0 528 0 0 0 4
0 0 0 0
40 40 1 -1 10 300 0 0
893172572
E
either~
This stuffed cat doll has the broadest grin across its innocent-looking

face.  Several whiskers extend from its cheeks, and a piece of orange

felt has been placed between the whiskers, serving as a tongue.  Its tail

is long and soft, and its body is a bright shade of blue.

~
P
4 -1
hug~
stuffed cat~
act_tochar( #hug, ch );

act_notchar( #nhug, ch );

wait( 1 );

send_to_room( #purr, room );

~
E
hug~
You give the stuffed cat a big, warm hug.

~
E
nhug~
$n gives the stuffed cat a big, warm hug.

~
E
purr~
@CThe stuffed cat purrs contentedly.@n

~
!
-1

#3154
green pepper~
green peppers~
~
~
is ready to eat.~
are ready to eat.~
~
~
Merior~
Merior~
19 3154 0 0 1 0
0 0 0 0 0 0 276936
10 0 0 0
1 50 1 -1 10 1000 0 650
893625974
E
either~
This long, slender pepper is a solid, dark green.  You can tell it is

ripe and ready for eating, and would be perfect for adding to a stew.

~
P
-1

#3155
small treasure chest~
small treasure chests~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
15 3155 0 0 0 0
0 0 4098 0 0 0 4
4000 9 0 0
2000 500 1 -1 4 1000 0 0
893224060
E
either~
This small treasure chest weighs about 20 pounds, when empty.  It is made

of wood, banded with iron straps to keep it secure.  A heavy lock is set

in its latch.

~
P
-1

#3156
white burial gown~
white burial gowns~
~
~
lies on the grown in a silky pile.~
lie on the grown in a silky pile.~
~
~
Florian~
Florian~
9 3156 0 0 9 0
0 0 0 0 0 0 4
0 2 0 0
100 500 1 -1 3 1000 0 0
893265549
E
either~
This thin gown is extremely large and diaphanous.  Woven from a silky

white thread, the gown has the shimmering look and feel of spider silk. 

A tiny crescent crest, embroidered in yellow thread, graces the front of

the gown.

~
P
-1

#3157
red pepper~
red peppers~
~
~
is ready to eat.~
are ready to eat.~
~
~
Merior~
Merior~
19 3157 0 4 1 0
0 0 0 0 0 0 276936
10 0 0 0
1 0 1 -1 10 1000 0 650
893626123
E
either~
This small pepper is bright red.  Although it looks quite tasty, it might

have other uses as well.

~
P
-1

#3158
worm-wood staff~
worm-wood staves~
~
~
lies on the ground here.~
lay on the ground here.~
~
~
Rue~
Rue~
5 3158 -2147467264 0 24577 65536
0 98 2 0 0 0 4
0 2 7 4
550 250 9 -1 2 650 0 0
893710897
E
either~
This thick staff is made of polished worm-wood.  Small holes dot the

length of the staff, yet it still seems quite strong.  Small knots and

burls dapple its length.

~
P
-1

#3159
blue lapis lazuli~
blue lapis lazuli~
+crown~
+ring~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
9 3159 268435456 0 3 0
0 0 64 0 0 0 4
0 5 0 0
10 6000 25 -1 7 1000 0 0
893760462
A 13 15
A 21 10
E
either~
This small ring is made from the purest blue lapis luzli stone set into a

silver band.  The interior of the band is covered in strange runes which

glow with an unnatural blue glow.

~
P
-1

#3160
white pearl bracelet~
white pearl bracelets~
~
~
lies upon the ground, gleaming in the light.~
lie upon the ground, gleaming in the light.~
~
~
Terek~
Fenlyn~
9 3160 0 12 4097 0
0 0 64 0 0 0 277128
0 0 0 0
5 100 1 -1 10 1000 0 0
893855944
E
either~
This tiny bracelet is made from several ivory-white pearls which have

been polished to a high shine.  Tiny runes have been etched along the

interior band of the bracelet and pulse with a dim yellow light.

~
P
-1

#3161
pair of iron armor leg plates~
pairs of iron armor leg plates~
~
~
sits propped up here.~
sit propped up here.~
~
~
Jimbalaya~
Jimbalaya~
9 3161 0 0 33 2736128
0 0 0 0 0 0 176032356
0 16 0 0
900 5000 30 -1 6 900 0 0
893985481
P
-1

#3162
dusty desk~
dusty desks~
~
~
sits in the corner.~
sit in the corner.~
~
~
Rue~
Rue~
36 3162 65536 0 0 0
0 0 2 0 0 0 0
0 0 0 0
1 0 1 -1 10 1000 0 0
894039553
E
either~
The top of this desk is stained and warped from abuse.  A thick layer of

dust covers the top of the desk, indicating a long period of disuse.  The

desk appears that it was once a very nice desk.

~
P
-1

#3163
rotting vat~
rotting vats~
~
~
rests in the corner.~
rest in the corner.~
~
~
Rue~
Rue~
17 3163 0 0 0 0
0 0 4098 0 0 0 0
10000 0 0 0
1 0 1 -1 10 1000 0 0
894040308
E
either~
This large vat looks like it contains some rancid saltwater.  A

thick-whitish foam has covered the top of the water, which is nearly

black with age.  The vat itself is made of coarse wood, and has been

sealed with pitch.  Heavy iron bands loop around the sides holding it

together.

~
P
-1

#3164
apatite crystal~
apatite crystals~
hexagonal~
hexagonal~
lies here.~
lie here.~
glossy~
glossy~
Rue~
Rue~
6 3164 262144 0 1 0
0 0 64 0 0 0 4
14 0 0 0
10 50 1 -1 10 1000 0 0
894128215
E
either~
This hauntingly colored stone is a deep-green color banded with light

amber stripes.  The crystal is a hexagonal shape, and the surface is

glossy, almost waxy in appearance.  As you hold it, you notice it is

translucent as well.

~
P
-1

#3165
black eyepatch~
black eyepatchs~
~
~
~
~
~
~
Terek~
Olah~
9 3165 0 0 17 0
0 0 4 0 0 0 8196
0 0 0 0
1 0 1 -1 2 1000 0 100
894132425
E
either~
No description.

~
P
-1

#3166
iron chainmail bracer~
iron chainmail bracers~
~
~
lies here.~
lie here.~
~
~
Orb~
Fenlyn~
9 3166 0 0 4097 6340608
0 0 4096 0 0 0 4
0 9 0 0
180 2000 25 -1 10 850 0 31
894160589
E
either~
Half-inch rings intertwined together make up this vest.  Each ring is

intertwined with six other rings.

~
P
-1

#3167
bronze armor bracer~
bronze armor bracers~
~
~
lies here.~
lie here.~
~
~
Orb~
Fenlyn~
9 3167 0 0 4097 5881856
0 0 2048 0 0 0 4
0 14 0 0
240 5000 20 -1 6 800 0 0
894161291
E
either~
Plate armor is the finest example of the armorsmiths craft.  Minutely

crafted metal plates are hinged and fitted to provide the best protection

possible.

~
P
-1

#3168
iron platemail bracer~
iron platemail bracers~
~
~
lies here.~
lie here.~
~
~
Orb~
Fenlyn~
9 3168 0 0 4097 7979008
0 0 4096 0 0 0 4
0 12 0 0
200 2000 10 -1 6 900 0 31
894161673
E
either~
Large plates are hung on both the front and back of a chainmail bracer. 

The plates are secured at the edges by loops of metal linked into the

chain.

~
P
-1

#3169
mithril platemail breastplate~
mithril platemail breastplates~
~
~
lies here.~
lie here.~
~
~
Orb~
Orb~
9 3169 0 0 9 0
0 0 16384 0 0 0 4
0 14 0 0
1100 11000 20 -1 6 1100 3 0
894162509
E
either~
Large mithril plates are hung on both the front and the back of a vest of

chainmail.  The plates are secured at the edges by loops of mithril linked

into the chain.  This armors weight rests solely on the wearers

shoulders, providing excellent protection but hindering mobility.

~
P
-1

#3170
mithril platemail leg plates~
mithril platemail leg platess~
~
~
~
~
~
~
Orb~
Orb~
9 3170 0 0 9 0
0 0 16384 0 0 0 5
0 14 0 0
750 10000 20 -1 10 1000 0 0
894162738
E
either~
Large mithril plates are hung on both the front and the back of a set of

chainmail leggings.  The plates are secured at the edges by loops of

mithril linked into the chain.

~
P
-1

#3171
stuffed toy mandalorian~
stuffed toy mandalorians~
~
~
~
~
~
~
Adakar~
Adakar~
0 3171 0 0 1 0
0 0 0 0 0 0 543650415
0 0 0 0
1 1 1 -1 10 1000 0 0
894245371
E
either~
No description.

~
P
-1

#3172
apatite talisman~
apatite talismans~
~
~
lies on the ground, glowing softly.~
lie on the ground in a small pile, glowing softly.~
~
~
Rue~
Rue~
9 3172 2359360 0 5 0
0 0 64 0 0 0 16
0 1 0 0
15 400 5 -1 3 500 0 0
894262283
A 12 5
E
either~
A deep-green hexagonal stone dangles from a worn and stained silk ribbon. 

The glossy stone is banded with amber stripes which run across its

surface is waving bands.  The crystal is translucent and feels waxy to

the touch.

~
P
-1

#3173
mink fur~
mink furs~
~
~
is lying here.~
are lying here.~
~
~
Olah~
Olah~
33 3173 16777216 0 1 0
0 0 512 0 0 0 1869767776
0 0 0 0
120 500 1 -1 10 1000 0 0
894314129
E
either~
This soft, dark brown fur of a mink is exquisitely thick and pleasant to

the touch.  Mink fur is often prized for it rarity and comfort and would

probably fetch a good price.

~
P
-1

#3174
duck feather~
duck feathers~
white~
white~
rests on the ground.~
rest on the ground.~
~
~
Olah~
Olah~
33 3174 16777216 0 1 0
0 0 512 0 0 0 0
0 0 0 0
5 50 1 -1 10 1000 0 0
894314655
E
either~
This fluffy white feather is very large, about the length of a gnome's

arm.  Its tip is a black and green color and random light-green spots can

be found on its quill.

~
P
-1

#3175
short sword of Alegra~
short sword of Alegras~
~
~
lies on the ground, twinkling.~
lie on the ground, criss-crossed.~
~
~
Florian~
Orb~
5 3175 0 0 1 0
0 0 4096 0 0 0 0
0 3 7 2
350 0 35 -1 10 1000 0 0
894417452
E
either~
The blade of this short sword has the polished gleam of steel.  Burnished

to perfection, the blade's flat is embossed with a curving banner. 

Within the banner are a grouping of letters.  The hilt of the short sword

is quite ordinary, though within its pommel rests a drop of amber.  A

iridescent field of energy surrounds the sword's hilt, preventing it from

being wielded.

~
E
curving banner letters~
On the flat of the short sword's blade is an engraved banner.  Inside the

banner rests the following letters: 


         M        L     N       A

~
P
-1

#3176
undecided vague object~
undecided vague objects~
~
~
~
~
~
~
Talis~
Talis~
8 3176 0 0 1 0
0 0 0 0 0 0 1
0 0 0 0
1 0 1 -1 10 1000 0 1215319414
894323955
P
-1

#3177
sprite corpse~
sprite corpses~
~
~
is decaying on the ground.~
look like victims of a small war.~
slime covered~
slime covered~
Talis~
Talis~
23 3177 1048576 12 1 0
0 0 0 0 0 0 0
0 0 0 0
200 0 1 -1 10 1000 0 0
894334742
E
either~
The decaying corpse of a small humanoid creature, only the tattered

remains of wispy wing stumps remain to tell you it must have once had the

ability to fly.  After wiping away some of the dark, viscous ooze that

covers the body you can tell it also must have once been a very colorful

creature as well.  A gentle squeeze of the chest cavity produces a

gurgling trickle of slime from its tiny mouth.  Since there seems to be

no other injury on the sprite perhaps it died of drowning?

~
P
4 -1
squeeze~
corpse sprite~
act_tochar( #squish, ch );

act_notchar( #rsquish, ch );

junk_obj( has_obj( 3177, ch ), 1 );

~
E
squish~
@Y

You hold the slime-covered sprite firmly in your hand and give its body a

firm squeeze.  A thin stream of viscous black ooze squirts out all over

your body before the frail body virtually explodes leaving a bloody,

greasy mass of goo running down your hand and arm.

~
E
rsquish~
@Y

$n holds the frail corpse of a sprite covered in a dark ooze up before $m

and, with a malicious grin, gives it a good hard squeeze.  The sprite's

corpse gets one last jibe in as it the viscous, dark ooze squirts out of

its mouth all over $n's body before it finally gives in to the stress

and virtually explodes in $s hand leaving a bloody, greasy mass of goo

running down $s hand and arm.

~
!
-1

#3178
barbed spine~
barbed spines~
~
+of a mutated sewer newt~
is nearly hidden in the clutter on the ground.~
are scattered like jack-straws.~
~
~
Talis~
Talis~
5 3178 -2130705408 2 24577 0
0 0 512 0 0 0 4
0 2 3 1
1 20 1 -1 10 2 0 0
894474011
E
before~
A thin, barbed spine taken from the fin of some amphibeous or aquatic

animal.  It is slightly barbed and, though fragile in most directions,

looks like it would be strong enough to be used like a stiletto if push

came to shove.  A greasy, insideous looking film coats the barbs. 

Perhaps you should try extra hard not to get a scratch while playing with

it.

~
E
after~
A thin, barbed spine taken from the fins of a mutated giant sewer newt It

is slightly barbed and, though fragile in most directions, looks like it

would be strong enough to be used like a stiletto if push came to shove. 

A greasy, insideous looking film coats the barbs.  Perhaps you should try

extra hard not to get a scratch while playing with it.

~
P
-1

#3179
low table~
low tables~
~
~
rests solidly on the ground, one side to a wall.~
rests solidly on the ground about the room.~
~
~
Talis~
Talis~
36 3179 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0
2500 0 1 -1 10 1000 0 0
894478353
E
either~
The table is built low for use while sitting upon the floor.  Its wood is

aged and bears the scars of prolonged use, though the dry air and

continued care have prevented any sign of woodrot from setting in.  It's

construction is good and it appears quite sturdy, though the materials

are marginal, looking more like wood scrap than crafted planks.

~
P
-1

#3180
cheesypoofs~
cheesypoofs~
~
~
lies here, waiting to be munched on.~
~
bag of~
~
Adakar~
Adakar~
19 3180 0 0 1 0
0 0 0 0 0 0 0
100 -1 0 0
1 0 1 -1 10 1000 0 2293760
894501249
E
either~
CHEEEEEESSSSSYYYYPPOOOOOOOOOOFFFS

~
P
0 -1
~
~
junk_obj( obj, 1 );

obj_to_char( oload( 2469 ), ch );

~
!
-1

#3181
gleaming mithril pike~
gleaming mithril halberds~
~
~
curves gracefully but deadly even in repose.~
curve gracefully but deadly even in repose.~
~
~
Khisanth~
Khisanth~
5 3181 8405056 0 24577 81920
1 0 16384 0 0 0 4
0 10 6 5
600 10000 90 -1 10 1100 0 0
894504747
E
either~
Curving elegantly above an obsidian-hued staff, the shining mithril blade

seems almost aesthetic in its simplicity.  Only five feet from blade tip

to spear haft, the weapon is still exquisitely balanced.  The design of

the piece leads one to believe it was crafted by a master weaponsmith for

a specific warrior.  Shimmering silver inlay into the shaft outlines a

rampant ebon figure painstakingly etched in breathtaking detail.

~
E
figure etched shimmering silver inlay~
Looking closer, you see the Black Unicorn almost come to life, staring

out at you from the shaft of the weapon.  Your vision wavers slightly,

and the Unicorn seems to turn to face you, and toss an ebon mane in black

fury.  The raven-hued staff seems to heat in your hands, and you get an

unsettling feeling this blade was not crafted for you.

~
P
3 -1
~
~
if( random( 1, 20 ) <= 5 ) {

  act_tochar( #slam, ch );

  act_notchar( #rslam, ch );

  attack( ch, victim, 10d6, "slash" );

  }

~
E
slam~
@cYou flip the base of the pike, visciously slamming it into your opponent's face!@n

~
E
rslam~
@c$n flips the base of $s pike, visciously slamming it into $s opponent!@n

~
!
-1

#3182
mithril cap~
mithril caps~
~
~
lies here.~
lie here.~
~
~
Olah~
Olah~
9 3182 0 0 17 2113536
0 1 16384 0 0 0 28883972
0 8 0 0
250 5000 15 -1 4 1100 0 0
894585607
E
either~
This round mithril cap has been tailored to fit firmly against your scalp.

~
P
-1

#3183
mithril greathelm~
mithril greathelms~
~
~
sits on the ground.~
sit on the ground.~
~
~
Olah~
Olah~
9 3183 0 0 17 7979008
0 0 16384 0 0 0 538976292
0 18 0 0
750 15000 40 -1 8 1100 1 0
894589383
E
either~
Highly polished and ornamted, this full mithril helm provides complete

protection for the wearer, but limits visilbility and breathing.

~
P
-1

#3184
powder-blue crab shell~
powder-blue crab shells~
~
~
~
~
~
~
Florian~
Florian~
34 3184 16777216 0 24577 0
0 0 512 0 0 0 4
0 0 0 0
100 70 1 -1 10 350 0 0
894668911
A 12 5
E
either~
No description.

~
P
-1

#3185
wooden cup~
wooden cups~
~
~
lies on the ground.~
lie on the ground.~
~
~
Phule~
Phule~
17 3185 -2138832896 0 16385 0
0 0 2048 0 0 0 4
50 50 0 0
300 15 1 -1 1 800 0 0
894783062
E
either~
This large cup designed for holding water is made of grey wood.  While

simple, the cup could provide water with which to quench your thirst if

you fill it up and take it with you on your journeys.

~
P
-1

#3186
dagger of whupass~
dagger of whupasss~
~
~
~
~
~
~
Jimbalaya~
Rue~
5 3186 0 0 24577 0
0 0 0 0 0 0 4
0 1 50 1
1 0 92 -1 10 1000 0 0
894848154
A 19 100
P
-1

#3187
small yellow mushroom~
small yellow mushrooms~
~
~
is growing here in the dirt.~
are growing here in the dirt.~
~
~
Florian~
Florian~
19 3187 0 0 1 0
0 0 512 0 0 0 4
5 0 0 0
10 10 1 -1 1 1000 0 0
894858713
E
either~
A small blue mushroom, perhaps about two inches across at its largest. 

The cap and stem are a dark, almost inky blue.

~
P
-1

#3188
small green mushroom~
small green mushrooms~
~
~
is growing here in the dirt.~
are growing here in the dirt.~
~
~
Florian~
Florian~
19 3188 0 0 1 0
0 0 512 0 0 0 4
5 0 0 0
10 10 1 -1 1 1000 0 0
894858720
E
either~
A small blue mushroom, perhaps about two inches across at its largest. 

The cap and stem are a dark, almost inky blue.

~
P
-1

#3189
small orange mushroom~
small orange mushrooms~
~
~
is growing here in the dirt.~
are growing here in the dirt.~
~
~
Florian~
Florian~
19 3189 0 0 1 0
0 0 512 0 0 0 4
5 0 0 0
10 10 1 -1 1 1000 0 0
894858725
E
either~
A small blue mushroom, perhaps about two inches across at its largest. 

The cap and stem are a dark, almost inky blue.

~
P
-1

#3190
small violet mushroom~
small violet mushrooms~
~
~
is growing here in the dirt.~
are growing here in the dirt.~
~
~
Florian~
Florian~
19 3190 0 0 1 0
0 0 512 0 0 0 4
5 0 0 0
10 10 1 -1 1 1000 0 0
894858730
E
either~
A small blue mushroom, perhaps about two inches across at its largest. 

The cap and stem are a dark, almost inky blue.

~
P
-1

#3191
small indigo mushroom~
small indigo mushrooms~
~
~
is growing here in the dirt.~
are growing here in the dirt.~
~
~
Florian~
Florian~
19 3191 0 0 1 0
0 0 512 0 0 0 4
5 0 0 0
10 10 1 -1 1 1000 0 0
894858741
E
either~
A small blue mushroom, perhaps about two inches across at its largest. 

The cap and stem are a dark, almost inky blue.

~
P
-1

#3192
small black mushroom~
small black mushrooms~
~
~
is growing here in the dirt.~
are growing here in the dirt.~
~
~
Florian~
Florian~
19 3192 0 0 1 0
0 0 512 0 0 0 4
5 0 0 0
10 10 1 -1 1 1000 0 0
894858748
E
either~
A small blue mushroom, perhaps about two inches across at its largest. 

The cap and stem are a dark, almost inky blue.

~
P
-1

#3193
small white mushroom~
small white mushrooms~
~
~
is growing here in the dirt.~
are growing here in the dirt.~
~
~
Florian~
Florian~
19 3193 0 0 1 0
0 0 512 0 0 0 4
5 0 0 0
10 10 1 -1 1 1000 0 0
894858753
E
either~
A small blue mushroom, perhaps about two inches across at its largest. 

The cap and stem are a dark, almost inky blue.

~
P
-1

#3194
gummy bears~
gummy bears~
~
~
~
~
handful of~
handsful~
Orb~
Orb~
19 3194 0 0 1 0
0 0 0 0 0 0 2031616
1 0 0 0
1 0 1 -1 10 1000 0 0
895050118
E
either~
The multi-colored little candy bears are of a chewy consistency and each

color of the rainbow seems to be represented.  Red, orange, green, and

yellow bears seem most prominent.  A few of the bears lack heads, as if a

tiny mouth bit them off.

~
P
-1

#3195
carved bone key~
carved bone keys~
~
~
lies on the ground, pointing west.~
lie on the ground, pointing west.~
~
~
Florian~
Florian~
18 3195 128 0 1 0
0 0 128 0 0 0 6580550
0 0 0 0
1 0 1 -1 10 1000 0 21609
895079455
E
either~
Carved for a single piece of white bone, this slender key looks quite

delicate.  Little more than three inches long, the key is shaped like a

bolt of lightning and has a slender vein of electrum runing down through

it.

~
P
-1

#3196
bedraggled, black silken dress~
bedraggled, black silken dresses~
~
~
lies here in a crumpled pile.~
lie here in a crumpled pile.~
~
~
Adakar~
Adakar~
9 3196 0 0 9 0
0 578 16 0 0 0 2031620
0 3 0 0
100 500 1 -1 10 350 0 0
895277781
E
either~
This black silken dress is made from the finest quality silk the realm

has to offer.  Now wrinkled and worn from neglect, the dress has lost

only some of its beauty and value.

~
P
-1

#3197
crystal~
crystal's~
turquoise~
+of seeing~
lies here, pulsing with an inner light.~
lie here, each pulsing with an inner light.~
~
~
Adakar~
Adakar~
6 3197 10485824 0 1 0
0 0 32 0 0 0 6291456
0 0 0 0
75 3500 1 -1 10 1000 0 0
895444335
E
either~
The size of the average human's fist, this vibrant turquoise gemstone

flickers with its own inner light.  The surprisingly heavy weight of this

flawless gem, coupled with the almost imperceptible vibrations emanating

from within, hints that perhaps this crystal is worth more than just mere

coinage.

~
P
4 -1
stare~
crystal seeing~
act_tochar( #fade1, ch );

wait( 2 );

act_tochar( #scene1, ch );

interpret( ch, "squint" );

~
E
fade1~
@CStaring deep into the turquiose crystal, the world around you begins to

fade as you feel your conciousness slipping into the vibrant gemstone.@n

~
E
scene1~
Suddenly you find yourself gazing upon a room that you do not recognize... 

Unable to tear yourself away from the scene that is materializing before

your eyes, you stare deeper into the crystal.

~
!
-1

#3198
firepit~
firepits~
~
~
is no.show and shouldn't be seen.~
are no.show and shouldn't be seen.~
~
~
Talis~
Talis~
41 3198 65536 0 0 0
0 0 64 0 0 0 0
0 0 0 0
1 0 1 -1 10 1000 0 0
895495203
E
either~
The firepit consists primarily of a small pit dug into the ground and

lined by rocks.  Bits of charred wood and glowing coals provide a a warm

glow and quite a bit of heat.

~
P
-1

#3199
large rock~
large rocks~
~
~
rests on the ground.~
rest about the ground.~
~
~
Talis~
Talis~
35 3199 33554432 0 0 0
0 0 64 0 0 0 0
0 0 0 0
1 0 1 -1 10 1000 0 0
895524405
E
either~
The rock is large and quite heavy looking, though its flat surface would

prove quite adequate as a seat if you needed a rest.

~
P
-1

#3200
crude stone table~
crude stone tables~
~
~
rests near the cave's center.~
rest about the cave.~
~
~
Talis~
Talis~
36 3200 0 0 0 0
0 0 64 0 0 0 0
0 0 0 0
1 0 1 -1 10 1000 0 0
895525405
E
either~
The table has a roughly squared surface and rests on a large

pedastool-like rock underneath.  Though quite crude, it is none-the-less

effective in its task.

~
P
-1

#3201
sugar cane~
sugar canes~
~
~
looks tasty.~
look tasty~
~
~
Merior~
Merior~
19 3201 0 0 1 0
0 0 512 0 0 0 0
5 0 0 0
1 0 1 -1 10 1000 0 2293760
895540234
E
either~
This piece of sugar cane appears to have just been harvested.  Its hard

exterior looks like it could be removed to expose the sweet interior.

~
P
-1

#3202
sylvan-dyed leather tunic~
sylvan-dyed leather tunics~
~
~
almost disappears among the underbrush.~
almost disappear among the underbrush.~
~
~
Khisanth~
Khisanth~
9 3202 0 0 9 0
0 1024 4 0 0 0 4
0 16 0 0
300 4500 85 -1 8 600 0 0
895621664
E
either~
Every shade of green in the forest are blended together in this leather

tunic, causing it to be virtually indistinguishable from the trees

themselves.  Supple and excellently crafted, this garment seems perfectly

suited for a woodland scout.

~
P
-1

#3203
box~
boxs~
~
~
rests at the end of a bookshelf.~
rest on the floor in a neat row.~
~
~
Talis~
Talis~
15 3203 64 0 1 0
0 0 16386 0 0 0 172584289
10000 0 0 0
1 0 1 -1 10 1000 0 1914726766
895762166
E
either~
A large mithril-bound box made of polished cherry-wood.  It is about 3

feet tall and 4 feet wide and has no lock.

~
P
-1

#3204
shattered bottle~
shattered bottles~
~
~
has been left on the ground.~
have make a dangerous pile of trash.~
~
~
Talis~
Talis~
5 3204 0 8 24577 2097152
1 0 32 0 0 0 4
0 2 2 1
5 0 1 -1 10 5 0 0
895762538
E
either~
Once a bottle meant to hold a liquid of some sort, someone has smashed

out the bottom leaving dangerously sharp shards.

~
P
-1

#3205
scrap of parchment~
scrap of parchments~
~
~
lies on the ground and looks a bit dusty.~
lie on the ground and look a bit dusty.~
~
~
Florian~
Florian~
0 3205 0 0 1 0
0 0 1 0 0 0 1713393257
0 0 0 0
1 0 1 -1 10 100 0 0
895853311
E
either~
This scrap of parchment looks like it has been torn off from a much

larger piece.  On it, you can read only what was written on the right

hand side of the page.  Though the parchment is very dusty, you can just

make out the following: 


...e at hand. I have sent my

...kul to talk with the warleader there in hopes that he will

...e will not do so willingly, then I will

...As for my clerics, I only hope

...me a favor. That old hermit must

...to silence and stop

~
P
-1

#3206
chessboard~
chessboards~
~
~
is here, ready to be played.~
are here, ready to be played.~
~
~
Nivel~
Nivel~
0 3206 0 0 1 0
0 0 0 0 0 0 1713393257
0 0 0 0
1 0 1 -1 10 1000 0 1768842341
895859047
P
0 -1
play~
chess~
act_tochar( #sit, ch );

~
E
sit~
You ponder the chessboard sitting on the table.

wait( 1 );

interpret( ch, "sit chair" );

~
!
-1

#3207
Tabbard of Ellesande~
Tabbards of Ellesande~
~
~
rests before an altar.~
need to be washed.~
~
~
Talis~
Talis~
0 3207 67108992 12 1 0
0 0 0 0 0 0 1914717288
3207 0 0 0
1 0 1 -1 10 1000 0 0
895863242
E
either~
A tabard of golden saffron woven of simple cotton.  It is simple cut and

simpler design, having nothin emblazoned upon it to identify whose it is.

~
P
7 -1
~
tabbard ellesande~
act_tochar( #no, ch );

~
E
no~
The blessed magic of Taranth infuses this item and you are filled with a

humbling knowledge that you are unworthy to wear it.  Despite your

efforts to wear it, your hand is stayed by greater powers.

~
!
-1

#3208
yellow blossom of Taranth~
yellow blossom of Taranths~
~
~
~
~
~
~
Talis~
Talis~
0 3208 536870912 12 1 0
0 0 0 0 0 0 1914717280
0 0 0 0
1 0 1 -1 10 1000 0 0
895867842
E
either~
A perfectly formed yellow flower, it yield a softly sweet scent.

~
P
-1

#3209
sylvan-dyed leather leggings~
sylvan-dyed leather leggingss~
~
~
almost disappears among the underbrush.~
almost disappear among the underbrush.~
~
~
Khisanth~
Khisanth~
9 3209 0 0 33 0
0 1024 4 0 0 0 6291456
0 16 0 0
200 4000 85 -1 8 600 0 0
896050508
E
either~
Every shade of green in the forest are blended together in these leather

leggings, causing them to be virtually indistinguishable from the trees

themselves.  Supple and excellently crafted, this garmet seems perfectly

suited for a woodland scout.

~
P
-1

#3210
sylvan-dyed leather sleeves~
sylvan-dyed leather sleevess~
~
~
almost disappears among the underbrush.~
almost disappear among the underbrush.~
~
~
Khisanth~
Khisanth~
9 3210 0 0 257 0
0 1024 4 0 0 0 2449192
0 16 0 0
200 4000 85 -1 8 600 0 0
896050998
E
either~
Every shade of green in the forest are blended together in these leather

sleeves, causing them to be virtually indistinguishable from the trees

themselves.  Supple and excellently crafted, this garment seems perfectly

suited for a woodland scout.

~
P
-1

#3211
dark brown leather boots~
dark brown leather boots~
~
~
~
~
pair of~
pairs of~
Khisanth~
Khisanth~
9 3211 0 64 65 0
0 0 0 0 0 0 1735532615
0 16 0 0
1 3500 85 -1 8 600 0 0
896058917
E
either~
Soft and supple dark brown leather is exquisitely crafted into a pair of

knee-high woodland boots.

~
P
-1

#3212
sylvan-dyed robe~
sylvan-dyed robes~
~
~
nearly disappears among the underbush.~
nearly disappears among the underbrush.~
~
~
Adakar~
Adakar~
9 3212 4194304 0 9 8339456
0 1028 16 0 0 0 1713392740
3 19 0 0
1 3500 85 -1 8 1000 0 0
896113681
E
either~
Every shade of green in the forest are blended together in this flowing

robe, causing it to be virtually indistinguishable from the trees

themselves.  This garment though nearly full length, has been cunningly

crafted so as to not hinder movement in any way.

~
P
-1

#3213
circle of runes~
circles of runes~
~
~
yields a terrible dark light.~
yield a terrible dark light.~
~
~
Talis~
Talis~
0 3213 81 8 0 0
0 0 64 0 0 0 1392152
0 0 0 0
1 0 1 -1 10 1000 0 0
896376086
E
either~
The circle of dark rune is inscribed into the floor and seems to burn

with coldfire light.  You feel a deep dread from within that if you touch

it you imperile your very soul.  The runes are indecypherable to you and

you can only guess at their cause, though the presence of so many undead

around you might be a clue as to this dark circle's power.

~
P
-1

#3214
slim-bladed longsword~
slim-bladed longswords~
~
~
is elegant and deadly, even upon the ground.~
are elegant and deadly, even upon the ground.~
~
~
Khisanth~
Khisanth~
5 3214 8388608 0 1 0
0 1024 16384 0 0 0 2037260356
0 10 5 2
325 0 85 -1 10 1100 0 0
896134533
E
either~
Slim and deadly, this shining mithril blade is the life's work of a

master swordsmith.  The balance is perfect, and the proportions seem to

have been crafted with one specific wielder in mind.  A small sigil is

intricately worked into the blade by the hilt, gleaming softly in the

ambient light.

~
E
sigil~
Elegant and simple, this cunningly worked symbol is that of a unicorn

resting among a bed of roses.

~
P
-1

#3215
child-sized lion skin robe~
child-sized lion skin robes~
~
~
has glass eyes that seem to growl at you even from the ground.~
have glass eyes that seem to growl at you from the ground.~
~
~
Khisanth~
Khisanth~
9 3215 0 0 9 0
0 544 4 0 0 0 4
0 16 0 0
200 4000 85 -1 10 650 0 0
896141910
E
either~
Plush russet fur ruffles thickly around the head of the lion adorning the

shoulder piece of this robe.  Glittering black eyes peer out of a snarl

still frozen upon the lion's face, and the tawny color of his features is

matched with the lush pelt of the rest of the robe.  The entire garment

is well-made, yet could not possibly fit anyone larger than a young child.

~
P
-1

#3216
pouch of diamond dust~
pouches of diamond dust~
~
~
lies on the ground.~
lie on the ground.~
~
~
Khisanth~
Khisanth~
0 3216 0 0 1 0
0 0 0 0 0 0 0
0 0 0 0
3 2500 1 -1 10 1000 0 0
896145441
E
either~
A pouch of fine grey silk with a silver drawstring, filled with finely

ground diamonds.  The dust within, while weighing no more than a feather,

must be worth a fortune.

~
P
-1

#3217
small dark brown leather boots~
small dark brown leather boots~
~
~
lies haphazardly on the floor, forgotten.~
lie haphazardly on the floor, forgotten.~
pair of~
pairs of~
Khisanth~
Khisanth~
9 3217 0 64 65 0
0 544 4 0 0 0 1713392228
0 16 0 0
100 3000 85 -1 8 600 0 0
896202450
E
either~
Soft and supple, these tiny boots are sturdy and well-crafted, even if no

one bigger than a human child could wear them.

~
P
-1

#3218
works of Tireth~
works of Tireth~
~
~
collects dust, abandoned on the ground.~
collect dust, abandoned on the ground.~
crimson-stained, leather-bound~
crimson-stained, leather-bound~
Adakar~
Adakar~
37 3218 0 0 1 0
0 0 0 0 0 0 1392152
0 0 0 0
100 0 1 -1 10 600 0 0
896226291
E
either~
The cover of this impressive volume has several dark vermillion stains

discoloring the leather.  The impressions of the engraved letters can

still be read: "The Definitive Study of the Lands to the South East of

the Great City of Medienne." The name 'Tireth of Medienne' is below the

last flourish of the title.

~
P
-1

#3219
pool of murky water~
murky waters~
~
~
curls sinuously around the base of the stalagmite.~
~
~
~
Rue~
Rue~
25 3219 65536 0 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10 0 1 -1 10 1000 0 0
896387443
E
either~
The water is dark and very still.  Occasional ripples of movement can be

seen on the otherwise glass-like surface of the water; apparently

something makes its home in this underground pool.  It seems that with no

currents to move fresh water into this area, the water has become

numbingly cold.

~
P
-1

#3221
hawk feather~
hawk feathers~
~
~
lies here.~
lie here.~
~
~
Phule~
Phule~
33 3221 16777216 0 1 0
0 0 0 0 0 0 172520813
0 0 0 0
2 0 1 -1 10 1000 0 1916668485
896594951
E
either~
This short brown hawk feather nearly floats away.

~
P
-1

#3222
cloak of grey wolfskin~
cloaks of grey wolfskin~
~
~
has been dropped here.~
have been dropped in a pile here.~
~
~
Phule~
Phule~
9 3222 268435456 0 9 0
0 0 4 0 0 0 8
0 3 0 0
550 200 1 -1 1 550 0 0
896595972
E
either~
Two large grey wolf skins have been fashioned together to form a rough

cloak.  Two iron rings act as the clasp.

~
E
custom~
two wolf skins, two iron rings

~
P
-1

#3223
bow~
bows~
~
~
~
~
~
~
Phobos~
Phobos~
5 3223 0 0 24577 0
0 0 0 0 0 0 1814056033
0 0 0 9
200 0 1 -1 10 1000 0 0
896812618
A 18 -20
P
3 -1
~
~
if( has_obj( 3225, ch ) ) {

  i = 2d8+4;

  junk_obj( has_obj( 3225, ch ), 1 );

  act_tochar( #shot, ch );

  act_tochar( #shotat, victim );

  act_notvict( #rshot, ch );

  dam_message( victim, i, "the arrow" );

  } else {

interpret( ch, "remove bow" );

act_tochar( #out, ch );

}

~
E
shot~
You shoot an arrow through the air!

~
E
rshot~
A well-placed arrow flies through the air!

~
E
shotat~
A well-placed arrow embeds itself in you!

~
E
out~
@CYou are out of arrows.@n

~
E
drop~
@yYour arrow embeds itself in your victim!@n

~
E
miss~
Your arrow misses its target.

~
!
-1

#3224
{axe} axe 'Stormreaver'~
axes~
bloodstained~
blood-grooved vorpal~
~
~
~
~
Terek~
Terek~
5 3224 0 0 24577 0
1 0 32768 0 0 0 0
4 10 5 8
60 0 80 -1 10 1000 0 0
896813412
P
-1

#3225
arrow~
arrows~
~
~
~
~
~
~
Phobos~
Phobos~
0 3225 0 0 1 0
0 0 0 0 0 0 825499696
0 0 0 0
1 0 1 -1 10 1000 0 170733834
896813589
P
-1

#3226
bone whistle~
bone whistles~
~
~
~
~
~
~
Florian~
Florian~
1 3226 0 0 1 0
0 0 0 0 0 0 1814056033
0 0 0 0
1 0 1 -1 10 1000 0 2048938867
896813920
E
either~
No description.

~
P
-1

#3227
dragon sire skull~
dragon sire skulls~
~
~
lies on the ground with empty sockets.~
lie on the ground as if staring at you.~
~
~
Florian~
Florian~
34 3227 16777216 0 1 0
0 0 128 0 0 0 0
0 0 0 0
1000 0 1 -1 10 1000 0 0
896816510
E
either~
This large skull is completely devoid of flesh.  The bony ridges and

sutures running over its surface give it a reptilian shape.  The is

clearly one of the largest dragon skulls you have seen.

~
P
-1

#3228
rat dropping~
rat droppings~
~
~
indicates there may be rats here.~
indicate there may be rats here.~
~
~
Talis~
Talis~
13 3228 0 0 1 0
0 0 512 0 0 0 1814056288
0 0 0 0
1 0 1 -1 10 1000 0 0
897061823
E
either~
A small black rat dropping about the size and shape of a grain of rice. 

Not the sort of thing pleasant people play with.

~
P
-1

#3229
test dirk~
test dirks~
~
~
~
~
~
~
Nivel~
Nivel~
5 3229 8389696 0 1 0
0 0 4096 0 0 0 6291456
0 3 4 1
1 0 1 -1 10 1000 0 2228224
897081473
P
-1

#3230
stone-rimmed fountain~
stone-rimmed pools~
~
~
is nestled on the hill.~
~
~
~
Rue~
Rue~
25 3230 32 0 0 0
0 0 0 0 0 0 2097152
0 0 0 0
1 0 1 -1 10 1000 0 2228224
897085688
E
either~
Smooth blocks of stone have been carefully fitted together to form a

circular pool that is about ten feet in diameter.  The pool is shallow,

only about a foot deep.  In the center of the pool is a statue of a gnome. 

Small fish swim about in the pool.  Water falls from the mouth of the

statue, splashing softly into the pool below.

~
P
-1

#3231
spike heeled boots~
spike heeled boots~
~
~
lie here on the ground.~
lie here on the ground.~
pair of~
pairs of~
Jimbalaya~
Jimbalaya~
9 3231 0 0 65 0
0 0 8196 0 0 0 1830830628
0 3 0 0
200 4000 15 -1 4 500 0 0
897232347
A 19 1
E
either~
These finely crafted boots are made out of black leather.  The heel on

each boot has a small, but sharp steel spike on it.

~
P
-1

#3232
icy-white gloves~
icy-white gloves~
~
~
lie here on the ground.~
lie here on the ground.~
pair of~
pairs of~
Jimbalaya~
Jimbalaya~
9 3232 0 0 129 0
0 0 4 0 0 0 1734684196
0 3 0 0
50 4000 15 -1 5 500 0 0
897233851
A 19 1
E
either~
You see a pair of icy-white gloves, which are cold to the touch. 

Underneath the translucent icy layer, they seem to be made of common

leather.

~
P
-1

#3233
lizard tail~
lizard tails~
blue~
blue~
lies on the ground.~
lie on the ground.~
~
~
Olah~
Olah~
34 3233 16777216 0 1 0
0 0 768 0 0 0 1868701770
0 0 0 0
80 40 1 -1 10 1000 0 0
897247244
E
either~
This long, scaly tail appears to have come from an enormous lizard.  It

is a dark blue color and rough to the touch.

~
P
-1

#3234
tiny steel two-handed sword~
tiny steel two-handed swords~
~
~
lies almost hidden upon the ground.~
lie almost hidden upon the ground.~
~
~
Terek~
Terek~
5 3234 0 0 24577 0
0 18 8192 0 0 0 1040864868
0 2 2 2
5 100 1 -1 10 1000 0 1916668488
897272885
E
either~
This tiny two-handed sword is crafted from a single piece of polished

steel no longer than three inches.  The hilt is wrapped in tiny straps of

brown leather and a small red gem has been set into the pommel.

~
P
-1

#3235
tiny suit of runed platemail~
tiny suits of runed platemail~
~
~
lies upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
9 3235 8388608 0 9 0
0 18 8192 0 0 0 6291456
0 1 0 0
7 200 1 -1 10 1000 0 2228224
897273631
E
either~
This tiny suit of steel platemail is covered in glowing red runes which

brighten and dim at their own free will.  Several thin layers of cloth

padding have been placed inside the armor on which are several old blood

stains.

~
P
-1

#3236
ragged gnomish child's doll~
ragged gnomish children's doll~
~
~
lies discarded upon the ground~
lie discarded upon the ground~
~
~
Terek~
Terek~
8 3236 0 0 16385 0
0 0 20 0 0 0 1847609465
0 0 0 0
1 1500 1 -1 10 1000 0 1819243624
897388782
E
either~
This small doll is fashioned to resemble a small gnomish child.  The

cloth and leather used to make it has been shredded, punctured and

generally mistreated, causing some of the stuffing to slip out.  The eyes

of the doll are made from tiny black opals with white pin-points painted

in their centers.  Held tightly in the doll's arms is a small toy puppy

made from pure cotton.

~
P
-1

#3237
decaying gnome ear~
decaying gnome ears~
~
~
lies on the ground, emanating a horrid stench.~
lie on the ground, emanating a horrid stench.~
~
~
Terek~
Terek~
19 3237 0 0 1 0
0 0 0 0 0 0 134283264
1 0 0 0
2 0 1 -1 10 1000 0 2228224
897484617
E
either~
Once attached to a gnome's head, this ear is now nothing more than a

piece of decaying flesh.

~
P
-1

#3238
dented crown~
dented crowns~
green ringed~
+of S'aark~
sits alone on the ground.~
sit on the ground here.~
~
~
Florian~
Florian~
9 3238 276824064 0 17 1048576
0 0 262144 0 0 0 2
0 2 0 0
300 1500 10 -1 4 700 0 0
897501162
E
either~
The dented crown is made of a shiny silver metal and has a ring of green

scales surrounding its base.  Seven evenly spaced points extend from the

top of the dented crown making it a royal fashion.

~
P
-1

#3239
marsh viper skin~
marsh viper skins~
~
~
lies in a mess.~
lie in a mess.~
~
~
Olah~
Olah~
34 3239 16777216 0 1 0
0 0 768 0 0 0 536870912
0 0 0 0
80 250 1 -1 10 1000 0 0
897509148
E
either~
This appears to be the skin of a viper.  Its scales are gleaming black

and very rough.  A layer of an oily substance lines the scales.

~
P
-1

#3240
elegant garden bench~
elegant garden benchs~
~
~
sits tucked in the garden.~
sit tucked in the garden.~
~
~
Rue~
Rue~
35 3240 33554432 0 0 0
0 0 2 0 0 0 4
2 0 0 0
3500 2500 1 -1 10 1000 0 0
897933879
E
either~
This bench has been crafted from a dark oak wood, and varnished to

protect it over the ages.  The sides of the bench are wrought iron, and

shaped like leafy vines.

~
P
-1

#3241
tiny krynite halberd~
tiny krynite halberds~
~
~
is stuck in the ground here.~
lie heaped together upon the ground.~
~
~
Terek~
Terek~
5 3241 8388608 0 1 0
0 16 2097152 0 0 0 6291456
0 2 5 5
1 300 1 -1 10 1000 0 2228224
897943785
E
either~
This tiny krynite halberd has been carefully crafted.  The pole is about

two inches long with carvings of tiny dragons etched into its surface. 

The blade itself is curved and formed into the shape of a dragon's talon.

~
P
-1

#3242
tiny silver spear~
tiny silver spears~
~
~
lies almost hidden upon the ground.~
lie almost hidden upon the ground.~
~
~
Terek~
Terek~
5 3242 8388608 0 1 0
0 16 131072 0 0 0 1847616889
0 1 3 10
3 200 1 -1 10 1000 0 1929462639
898010661
E
either~
This tiny spear is made entirely from highly polished silver tipped with

a steel head.  Small runes have been etched into the shaft which glow

with a pale blue light.

~
P
-1

#3243
tiny suit of studded leather armor~
tiny suits of studded leather armor~
~
~
lies in the dirt.~
lie heaped in a pile.~
~
~
Terek~
Terek~
9 3243 8388608 0 9 0
0 16 8196 0 0 0 49627936
0 2 0 0
3 300 1 -1 10 1000 0 32005128
898010883
E
either~
This suit of armor is appears the same as any other studded leather save

for the fact that its only possible own could be a sprite or faerie.  The

intricate metal studs have been polished to a high shine and small red

rubies have been embedded in them.

~
P
-1

#3244
a tiny maple warbow~
a tiny maple warbows~
~
~
has been carelessly tossed upon the ground.~
have been carelessly tossed upon the ground.~
~
~
Terek~
Terek~
5 3244 0 0 24577 0
0 0 2 0 0 0 541221234
0 1 3 9
5 300 1 -1 10 1000 0 542338926
898011114
E
either~
This tiny maple warbow has been handsomely carved to resemble a dragon

with its back arched to attack.  The string is made from several layers

of woven grey silk.  Small gems have been set into the wood itself making

this a very attractive weapon to anyone small enough to use it.

~
P
-1

#3245
tiny set of blue velvet robes~
tiny sets of blue velvet robes~
~
~
lies heaped upon the ground.~
lie heaped upon the ground.~
~
~
Terek~
Terek~
9 3245 0 0 1 0
0 16 16 0 0 0 541221234
0 3 0 0
5 1000 1 -1 10 1000 0 1818632275
898011787
E
either~
These tiny robes are made from soft blue velvet and embroidered with

images of faeries in flight.  Small silver buttons line the front of the

robe and lead up to the neck where a tiny crystal cloak clasp hangs.

~
P
-1

#3246
tiny mithril flail~
tiny mithril flails~
~
~
lies upon the ground.~
lie upon the ground.~
~
~
Terek~
Terek~
5 3246 0 0 8193 0
0 18 16384 0 0 0 1768843108
0 1 2 6
3 200 1 -1 10 1000 0 1969561702
898038528
E
either~
This miniature flail is made from a small block of blue-tinged mithril. 

The hilt of the flail is carved in the shape of a clawing griffin.  Set

into the pommel is a small blue ruby which twinkles in the light.

~
P
-1

#3247
marble bench~
marble benchs~
~
~
stretches across the south.~
stretch across the south.~
~
~
Olah~
Olah~
35 3247 33554432 0 0 0
0 0 64 0 0 0 0
0 0 0 0
10000 0 1 -1 10 1000 0 0
898039081
E
either~
What was once a smooth white bench made of marble lies covered in vines

to the south of you.  One of the arm rests has fallen off the side of the

bench, and you notice many cracks along its seat and legs.

~
P
-1

#3248
small crystal amulet~
small crystal amulets~
~
~
lies upon the ground, shimmering in the light.~
lie upon the ground, each shimmering brightly.~
~
~
Terek~
Terek~
9 3248 0 0 5 0
0 0 64 0 0 0 541553257
0 1 0 0
10 2000 10 -1 10 1000 0 1040861038
898040148
E
either~
This small amulet has been carved from a block of purple-tinged crystal

which sparkles in the light.  The crystal itself has been carved into the

shape of a dancing faerie surrounded by a ring of trees.

~
P
-1

#3249
white marble bench~
white marble benchs~
~
~
has been placed beside the pool.~
have been placed beside the pool.~
~
~
Olah~
Olah~
35 3249 33554432 0 0 0
0 0 64 0 0 0 1853104243
0 0 0 0
10000 0 1 -1 10 1000 0 0
898040274
E
either~
The bench is made of a finely cut piece of pure white marble.  It is

about six feet long and a few feet wide.  Its seat has a smooth, polished

surface and looks like comfortable enough for you to rest upon.

~
P
-1

#3250
tiny maple quarterstaff~
tiny maple quarterstaves~
~
~
the size of a small twig, lies upon the ground.~
the size of small twigs, lie upon the ground.~
~
~
Terek~
Terek~
5 3250 0 0 24577 0
0 16 2 0 0 0 1835365130
0 1 1 4
1 250 1 -1 10 1000 0 1668048225
898041445
E
either~
No longer than an inch and a half long, this tiny quarterstaff looks more

like a twig than a combative weapon.  The maple has been expertly carved

and polished to a high gleam.  Small runes have been etched into its

surface which emanate a strong aura of magic.

~
P
-1

#3251
tiny dark grey robe~
tiny dark grey robes~
~
~
lies in a heap on the ground.~
lie in a small heap on the ground.~
~
~
Terek~
Terek~
9 3251 0 0 9 0
0 16 16 0 0 0 543646068
0 1 0 0
2 250 1 -1 10 1000 0 1796499301
898045221
E
either~
Made from thick wool and cotton, this tiny dark grey robe is sized

perfect for someone the size of a faerie or sprite.  Intricate runes have

been sewn into the breast of the robe but are far too small to read.

~
P
-1

#3252
tiny leather quiver~
tiny leather quivers~
~
~
lies upon the ground.~
lie upon the ground.~
~
~
Terek~
Terek~
15 3252 0 0 1 0
0 16 4 0 0 0 1635149096
20 0 0 0
2 100 1 -1 10 1000 0 172453485
898046193
E
either~
Made from boiled and hardened leather, this quiver is just barely large

enough to fit a copper coin in.  A thin leather strap has been attached

to each end of the quiver allowing someone the size of a sprite or faerie

to slip it around his body.

~
P
-1

#3253
tiny steel-tipped arrow~
tiny steel-tipped arrows~
~
~
lies almost hidden upon the ground.~
lie almost hidden upon the ground.~
~
~
Terek~
Terek~
32 3253 8388608 0 9 0
0 0 8198 0 0 0 541553257
0 0 0 0
2 50 1 -1 10 1000 0 1197567073
898046201
E
either~
A mere quarter inch long piece of thin wood and tipped with a steel head,

this arrow is perfect size for someone like a faerie or sprite to fire

from a bow.

~
P
-1

#3254
pool of stagnant water~
pool of stagnant waters~
~
~
curls sinuously around the base of the stalagmite.~
~
~
~
Nereus~
Nereus~
25 3254 65536 0 0 0
0 0 0 0 0 0 4
-1 -1 0 0
10 0 1 -1 10 1000 0 0
898064403
E
either~
The water is dark and very still.  Occasional ripples of movement can be

seen on the otherwise glass-like surface of the water; apparently

something makes its home in this underground pool.  It seems that with no

currents to move fresh water into this area, the water has become

numbingly cold.

~
P
-1

#3255
golden shield~
golden shields~
~
~
lies on the ground in a puddle of illumination.~
lie on the ground in puddles of illumination.~
~
~
Florian~
Florian~
9 3255 0 0 1 0
0 0 262144 0 0 0 1056964608
0 11 0 0
9500 0 35 -1 7 1200 0 95
898205620
E
either~
Though made of solid gold the color of sunset, this shield seems

remarkable light.  Pentagonal in shape, the shield has a stylized cross

dividing its front surface into quadrants.  In each quadrant is a

different heraldic design.  In the top left corner is a unicorn while

across from it stands a fierce lion in the middle of a silent roar. 

Below the unicorn is a field of stars and beside it is a strange etching

that almost looks like a small map.

~
E
map~
The map upon the shield looks very old and weathered.  Perhaps an expert

could tell you what it once said?

~
P
-1

#3256
crooked iron key~
crooked iron keys~
~
~
lies here, its tip pointing north.~
lie here, their tips pointing north.~
~
~
Florian~
Florian~
18 3256 0 0 1 0
0 0 4096 0 0 0 1098017897
0 0 0 0
45 0 1 -1 10 1000 0 0
898232393
E
either~
Though made of sturdy iron, this key has a crooked slant to it, as if it

were halfway broken.  Its handle has been forged into the shape of a

triangle with internalized symbols of a fireball, raindrop, and a

lightning within.

~
P
-1

#3257
cherry tart~
cherry tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3257 0 0 1 0
0 0 512 0 0 0 1830832737
8 1 0 0
3 75 1 -1 10 1000 0 0
898313311
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with cherries, this scrumptious halfling pastry is

quite appealing.  Small holes in the corners of the tart seep out the

liquified cherry filling which is still warm to the touch.

~
P
-1

#3258
apple tart~
apple tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3258 0 0 1 0
0 0 512 0 0 0 38954352
8 1 0 0
3 75 1 -1 10 1000 0 0
898313322
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with pieces of apple, this scrumptious halfling pastry

is quite appealing.  Small holes in the corners of the tart seep out the

liquified apple filling which is still warm to the touch.

~
P
-1

#3259
strawberry tart~
strawberry tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3259 0 0 1 0
0 0 512 0 0 0 33554432
8 1 0 0
3 75 1 -1 10 1000 0 0
898313326
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with strawberries, this scrumptious halfling pastry is

quite appealing.  Small holes in the corners of the tart seep out the

liquified strawberry filling which is still warm to the touch.

~
P
-1

#3260
orange tart~
orange tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3260 0 0 1 0
0 0 512 0 0 0 1929855855
8 1 0 0
3 75 1 -1 10 1000 0 0
898313340
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with pieces of orange, this scrumptious halfling

pastry is quite appealing.  Small holes in the corners of the tart seep

out the liquified orange filling which is still warm to the touch.

~
P
-1

#3261
apple cinnamon tart~
apple cinnamon tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3261 0 0 1 0
0 0 512 0 0 0 65535
8 1 0 0
3 75 1 -1 10 1000 0 0
898313347
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with pieces of cinnamon-coated apples, this

scrumptious halfling pastry is quite appealing.  Small holes in the

corners of the tart seep out the liquified cinnamon filling which is

still warm to the touch.

~
P
-1

#3262
blueberry tart~
blueberry tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3262 0 0 1 0
0 0 512 0 0 0 1830832737
8 1 0 0
3 75 1 -1 10 1000 0 0
898313352
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with blueberries, this scrumptious halfling pastry is

quite appealing.  Small holes in the corners of the tart seep out the

liquified blueberry filling which is still warm to the touch.

~
P
-1

#3263
oatmeal raisin tart~
oatmeal raisin tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3263 0 0 1 0
0 0 512 0 0 0 6291456
8 1 0 0
3 75 1 -1 10 1000 0 0
898313361
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with oatmeal and raisins, this scrumptious halfling

pastry is quite appealing.  Small holes in the corners of the tart seep

out the liquified filling which is still warm to the touch.

~
P
-1

#3264
almond tart~
almond tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3264 0 0 1 0
0 0 512 0 0 0 1869968488
8 1 0 0
3 75 1 -1 10 1000 0 0
898313382
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with almonds, this scrumptious halfling pastry is

quite appealing.  Small holes in the corners of the tart seep out the

liquified filling which is still warm to the touch.

~
P
-1

#3265
sourberry tart~
sourberry tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3265 0 0 1 0
0 0 512 0 0 0 2293760
8 1 0 0
3 75 1 -1 10 1000 0 0
898313390
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with sourberries, this scrumptious halfling pastry is

quite appealing.  Small holes in the corners of the tart seep out the

liquified filling which is still warm to the touch.

~
P
-1

#3266
peach tart~
peach tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3266 0 0 1 0
0 0 512 0 0 0 6291456
8 1 0 0
3 75 1 -1 10 1000 0 0
898313406
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with pieces of peaches, this scrumptious halfling

pastry is quite appealing.  Small holes in the corners of the tart seep

out the liquified filling which is still warm to the touch.

~
P
-1

#3267
chocolate-filled tart~
chocolate-filled tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3267 0 0 1 0
0 0 512 0 0 0 6291456
8 1 0 0
3 75 1 -1 10 1000 0 0
898313442
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with chocolate, this scrumptious halfling pastry is

quite appealing.  Small holes in the corners of the tart seep out the

liquified filling which is still warm to the touch.

~
P
-1

#3268
raspberry tart~
raspberry tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3268 0 0 1 0
0 0 512 0 0 0 1970085970
8 1 0 0
3 75 1 -1 10 1000 0 0
898313668
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with raspberries, this scrumptious halfling pastry is

quite appealing.  Small holes in the corners of the tart seep out the

liquified filling which is still warm to the touch.

~
P
-1

#3269
cinnamon and sugar tart~
cinnamon and sugar tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3269 0 0 1 0
0 0 512 0 0 0 1830832737
8 1 0 0
3 75 1 -1 10 1000 0 0
898313687
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with cinnamon and sugar, this scrumptious halfling

pastry is quite appealing.  Small holes in the corners of the tart seep

out the liquified filling which is still warm to the touch.

~
P
-1

#3270
rhubarb tart~
rhubarb tarts~
~
~
still steaming hot, lies on the ground.~
still steaming hot, lie on the ground.~
~
~
Terek~
Terek~
19 3270 0 0 1 0
0 0 512 0 0 0 22177136
8 1 0 0
3 75 1 -1 10 1000 0 0
898313756
E
either~
Made from a sugary dough with a white vanilla glaze poured over it and

its insides filled with rhubarb, this scrumptious halfling pastry is

quite appealing.  Small holes in the corners of the tart seep out the

liquified filling which is still warm to the touch.

~
P
-1

#3271
loaf of onion bread~
loaves of onion bread~
~
~
lies discarded on the ground.~
lie discarded on the ground.~
~
~
Terek~
Terek~
19 3271 0 0 1 0
0 0 512 0 0 0 1040864889
17 -1 0 0
20 35 1 -1 10 1000 0 0
898404193
E
either~
This small loaf of bread has been made with pieces of onion mixed in with

the dough and sprinkled with a dash paprika.  Smoke rises from the bread

and it is incredibly warm to the touch.

~
P
-1

#3272
loaf of honey rye bread~
loaves of honey rye bread~
~
~
lies discarded on the ground.~
lie discarded on the ground.~
~
~
Terek~
Terek~
19 3272 0 0 1 0
0 0 512 0 0 0 771751942
18 -1 0 0
20 40 1 -1 10 1000 0 0
898404210
E
either~
This small loaf of rye bread has been basted with a thick layer of honey

and the dough itself marinated in it.  Its sweet aroma fills the air and

small wisps of smoke rise from its surface.

~
P
-1

#3273
loaf of raisin nut bread~
loaves of raisin nut bread~
~
~
lies discarded on the ground.~
lie discarded on the ground.~
~
~
Terek~
Terek~
19 3273 0 0 1 0
0 0 512 0 0 0 1040864889
18 -1 0 0
20 50 1 -1 10 1000 0 0
898404223
E
either~
This loaf of white bread has had bits of raisins and nuts mixed into its

dough and sprinkled across the top of it.  A light layer of butter has

been smothered across its top which slowly dribbles down its surfaces.

~
P
-1

#3274
loaf of garlic bread~
loaves of garlic bread~
~
~
lies steaming upon the ground.~
lie steaming upon the ground.~
~
~
Terek~
Terek~
19 3274 0 0 1 0
0 0 512 0 0 0 6291456
18 -1 0 0
20 60 1 -1 10 1000 0 0
898404264
E
either~
Made from normal white bread, this loaf of bread has been baked and than

lightly toasted to a golden brown color.  Bits of garlic have been mixed

into its dough as well as a hefty portion of butter.

~
P
-1

#3275
flour-covered baker's apron~
flour-covered baker's aprons~
~
~
lies in a heap on the ground.~
lie in a heap on the ground.~
~
~
Terek~
Fenlyn~
9 3275 0 0 2049 0
0 0 16 0 0 0 0
0 1 0 0
20 100 1 -1 10 1000 0 0
898465609
E
either~
Made from a heavy wool and cotton cloth, this large apron is used by

bakers across the land to keep the ingredients of their foods from

ruining their clothes.  The entire apron is covered in flour, bits of

dough, sugar and other substances.

~
P
-1

#3276
mithril shortsword~
mithril shortswords~
~
~
lies abandoned upon the ground.~
lie scattered about the ground.~
~
~
Terek~
Terek~
5 3276 0 0 8193 2146304
1 0 16384 0 0 0 1830832749
0 8 2 2
60 1500 20 -1 6 1000 0 0
898467511
E
either~
Made from bluish-hued mithril and polished to a bright shine, this

shortsword appears to be a very sturdy fighting weapon.  The hilt is made

from white ivory shaped like a coiled dragon.  The pommel, which is the

dragon's head, holds a small black pearl which glistens in the light.

~
P
-1

#3277
pair of grey cuffed slouch boots~
pairs of grey cuffed slouch boots~
~
~
lies in the dirt.~
lie in the dirt.~
~
~
Terek~
Terek~
9 3277 0 0 1 0
0 0 4 0 0 0 56688641
0 2 0 0
35 500 1 -1 3 1000 0 0
898469644
E
either~
These slouch boots have been made from soft grey leather sewn together

with black thread.  Their tops have been purposely cuffed over allowing

the tops of the boots to rise just below the knee.  Extra leather was

used in the making of the boots to give the impression of bagginess.

~
P
-1

#3278
white obsidian shield~
white obsidian shields~
~
+'Defender'~
lies forgotten upon the ground.~
lie forgotten upon the ground.~
~
~
Terek~
Fenlyn~
9 3278 0 0 16385 270647296
0 0 64 1 0 0 39833924
0 12 0 0
100 14000 40 -1 6 1000 0 0
898470553
A 13 5
E
either~
This hefty shield has been crafted from slabs of pure white obsidian.

Around the edges of the shield tiny runes and glyphs have been etched

into it and pulse with a dim yellow glow.  Painted across the face of the

shield is the mural of a halfling warrior defending one of his fallen

comrades.  Engraved into the back of the shield are several lines of text.

~
E
**NOTE**~
Chg oflag armor to oset aff armor 2 when aff armor is fixed

~
P
-1

#3279
slab of pure white obsidian~
slabs of pure white obsidian~
~
~
lies upon the ground.~
lie upon the ground.~
~
~
Terek~
Terek~
0 3279 0 0 1 0
0 0 64 0 0 0 1040860524
0 0 0 0
200 100 1 -1 10 1000 0 0
898475602
E
either~
This large slab of white obsidian is about three feet wide by two feet

long.  Various scratches scar its surface and several chips have broken

free from it.  The obsidian has a high gloss to it, allowing you to see

your blurred reflection in its surface.

~
P
-1

#3280
silvery leather shield strap~
silvery leather shield straps~
~
~
lies carelessly discarded upon the ground.~
lie carelessly discarded upon the ground.~
~
~
Terek~
Fenlyn~
9 3280 0 0 2049 0
0 0 4 0 0 0 1040860524
0 1 0 0
10 5000 20 -1 7 1000 0 0
898475637
E
either~
This simple leather strap has been dyed a bright silvery color and tiny

sapphires have been placed along the length of it.  The ends of it are

frayed, as if the shield it was once attached to was torn violently from

its wielder.

~
P
-1

#3281
silvery rune of protection~
silvery runes of protection~
~
~
lies on the ground, shimmering brightly.~
lie on the ground, shimmering brightly.~
~
~
Terek~
Terek~
8 3281 0 0 16385 0
0 0 64 0 0 0 1835101801
0 0 0 0
30 2000 1 -1 10 1000 0 0
898476506
E
either~
Carved from what appears to be obsidian and is etched with arcane

markings.  An unnatural glow surrounds the rune and it shimmers brightly,

illuminating the spaces around you.  As you hold it, you can feel the

power pulsing through your body, causing your hairs to stand on end.

~
P
-1

#3282
set of platinum ringmail arm greaves~
sets of platinum ringmail arm greaves~
~
~
~
lie on the ground, gleaming in the light.~
~
~
Terek~
Fenlyn~
9 3282 0 64 257 2146304
6 0 1048576 0 0 0 1751214436
0 6 0 0
760 1000 5 -1 5 1000 0 0
898568859
E
either~
These sturdy arm greaves are composed of highly polished platinum rings

inter-linked with each other.  A thin layer of leather padding is

stitched beneath the rings.  Their sturdy construction makes these

greaves adequate armor but their heavy weight makes them only usable by

the hardiest of warriors.

~
P
-1

#3283
platinum ringmail vest~
platinum ringmail vests~
~
~
lies in the dirt, gleaming in the light.~
lie in the dirt, gleaming in the light.~
~
~
Terek~
Fenlyn~
9 3283 0 64 9 2146304
6 0 1048576 0 0 0 1500869220
0 6 0 0
680 1000 5 -1 5 1000 0 0
898568863
E
either~
Constructed of heavy platinum rings inter-linked with each other and

leather padding stitched beneath it makes this ringmail vest excellent

protection.  Despite its excellent construction the platinum from which

it is made makes this armor fairly heavier than other types of ringmail.

~
P
-1

#3284
set platinum ringmail leg greaves~
sets platinum ringmail leg greaves~
~
~
lies on the ground, gleaming in the light.~
lie on the ground, gleaming in the light.~
~
~
Terek~
Fenlyn~
9 3284 0 64 33 2146304
6 0 1048576 0 0 0 1852645444
0 6 0 0
640 1000 5 -1 5 1000 0 0
898568877
E
either~
Composed of hardened platinum rings inter-linked with each other and its

interior lined with leather padding for extra protection, these leg

greaves offer fairly good protection against the dangers of combat.  Due

to the weight of platinum, only the strongest of warriors would be able

to done such armor.

~
P
-1

#3285
twisted steel falchion~
twisted steel falchions~
~
~
has been thrown carelessly on the ground.~
have been thrown carelessly on the ground.~
~
~
Terek~
Jimbalaya~
5 3285 0 0 8193 2146304
1 0 8192 0 0 0 1988
0 4 6 2
450 10000 45 -1 7 1000 0 0
898573160
A 19 1
E
either~
Forged from three and a half feet of sharp, twisted steel edged with

razor-sharp barbs, this falchion is the prime example of a weapon of

destruction.  The hilt is wrapped in the hide of a green dragon which has

been etched with ancient glyphs.  Set into the pommel is a flawless blue

citrine quartz cut into a perfect circle.

~
P
3 -1
~
~
if( random( 1, 17 ) == 1 ) {

  i = 5d3+5;

  act_tochar( #deft, ch );

  act_notchar( #deft1, ch );

  dam_message( victim, i, "The falchion's deft slash" );

  inflict( victim, ch, i, "The falchion's deft slash" );

  }

~
E
deft~
@RYou bring the falchion back and swing down hard, striking your foe hard

in the side and than pulling the falchion free, tearing a large chunk of

flesh out with it.

~
E
deft1~
@R$n brings $s falchion back and swings down hard, striking $s foe hard

in the side and than pulling the falchion free, tearing a large chunk of

flesh out with it.

~
!
-1

#3286
forked krynite-tipped whip~
forked krynite-tipped whips~
~
~
rests on the ground.~
rest on the ground.~
~
~
Terek~
Jimbalaya~
5 3286 0 0 8193 2162688
0 0 2097156 0 0 0 16642
0 8 3 7
300 20000 50 -1 7 1000 0 0
898573203
E
either~
This three foot long whip is composed of a hefty wooden shaft wrapped in

boiled leather straps.  Two long straps extend from the top of the hilt

and fork out, each ending with a purple-hued krynite claw which glistens

in the light.  The pommel is capped with a midnight-black obsidian sphere

which has been polished to a high shine.

~
P
3 -1
~
~
if( random( 1, 15 ) == 1 ) {

  i = 5d5+5;

  act_tochar( #tear, ch );

  act_notchar( #tear1, ch );

  dam_message( victim, i, "The whip's tearing claws" );

  inflict( victim, ch, i, "The whip's tearing claws" );

  }

~
E
tear~
@MYou lash out violently with your whip, catching one of the claws in

your victim and tearing its flesh off!

~
E
tear1~
@M$n lashes out violently with $s whip, catching one of the claws in $s

victim and tearing its flesh off!

~
!
-1

#3287
suit of ivory-white chainmail~
suits of ivory-white chainmail~
~
~
lies on the ground, gleaming in the light.~
lie on the ground, gleaming in the light.~
~
~
Terek~
Terek~
9 3287 0 0 1 16384
0 0 8192 0 0 0 1713392493
0 10 0 0
740 5000 25 -1 8 1000 0 0
898634607
E
either~
Constructed of heavy steel links which have been colored ivory-white,

this suit of chainmail is excellent protection against the dangers of

combat.  Each linking chain has been set with a swivel which allows free

movement within it.  The suit covers the entire upper body and stops at

the middle of the neck.

~
P
-1

#3288
iron chainmail skirt~
iron chainmail skirts~
~
~
lies in a heap upon the ground.~
lies in a heap upon the ground.~
~
~
Terek~
Jimbalaya~
9 3288 0 0 33 2211840
0 0 4096 0 0 0 -398100408
0 13 0 0
480 9000 30 -1 6 1000 1 0
898635330
E
either~
Made from heavy iron chainmail, this skirt has been expertly crafted. 

Each of its links have been connected to allow free movement.  Its

underside is covered in a thin layer of padding to help better defend

against strikes.

~
P
-1

#3289
sturdy leather belt~
sturdy leather belts~
~
~
lies on the ground.~
lie on the ground.~
~
~
Terek~
Fenlyn~
9 3289 0 0 2049 0
0 0 4 0 0 0 1713392493
0 1 0 0
10 100 1 -1 7 1000 0 0
898635424
E
either~
Made from cured, hardened leather, this belt is quite sturdy.  A simple

loop hole allows the belt to be tied about the waist and would fit any

sized humanoid short of a giant.

~
P
-1

#3290
small ivory buckle~
small ivory buckles~
~
~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
8 3290 0 0 1 0
0 0 64 0 0 0 1713392489
0 0 0 0
30 1500 1 -1 5 1000 0 0
898635463
E
either~
This beautiful buckle is made from a three by three inch piece of

polished ivory.  It has been carved into the shape of a dragon reared

back ready to strike.  Set into the dragon's eye is a small red sapphire

which twinkles in the light.

~
P
-1

#3291
bronze chainmail skirt~
bronze chainmail skirts~
~
~
lies in a heap upon the ground.~
lie in a heap upon the ground.~
~
~
Terek~
Jimbalaya~
9 3291 0 0 33 2211840
0 0 2048 0 0 0 8
0 12 0 0
390 7500 25 -1 6 1000 1 0
898635746
E
either~
Made from light bronze chainmail, this skirt has been expertly crafted.

Each of its links have been connected to allow free movement.  Its

underside is covered in a thin layer of padding to help better defend

against strikes.

~
P
-1

#3292
steel chainmail skirt~
steel chainmail skirts~
~
~
lies in a heap upon the ground.~
lie in a heap upon the ground.~
~
~
Terek~
Terek~
9 3292 0 0 1 49152
0 0 8192 0 0 0 1713392488
0 14 0 0
580 7500 35 -1 5 1000 1 0
898635750
E
either~
Made from heavy steel chainmail, this skirt has been expertly crafted.

Each of its links have been connected to allow free movement.  Its

underside is covered in a thin layer of padding to help better defend

against strikes.

~
P
-1

#3293
mithril chainmail skirt~
mithril chainmail skirts~
~
~
lies in a heap upon the ground.~
lie in a heap upon the ground.~
~
~
Terek~
Terek~
9 3293 0 0 33 2211840
0 0 16384 0 0 0 8
0 16 0 0
690 13000 45 -1 5 1000 1 0
898635754
E
either~
Made from heavy mithril chainmail, this skirt has been expertly crafted. 

Each of its links have been connected to allow free movement.  Its

underside is covered in a thin layer of padding to help better defend

against strikes.

~
P
-1

#3294
suit of halfling chainmail~
suits of halfling chainmail~
~
~
lies on the ground, shining brightly.~
lie on the ground, shining brightly.~
~
~
Terek~
Fenlyn~
9 3294 0 0 9 2211840
0 0 8192 0 0 0 1713392484
0 15 0 0
800 20000 50 -1 7 1000 0 0
898635900
A 13 10
E
either~
Expertly crafted by halfling armorsmiths, this suit of chainmail is of

extremely sturdy design.  The tiny steel links are quite flexible,

allowing free movement.  The chainmail covers the torso, most of the neck

and the shoulders.  Upon the upper-right breast of the suit a small metal

pin emblazoned with the image of a dragon in flight has been placed.

~
P
-1

#3295
iron falchion~
iron falchions~
~
~
has been stuck tip-first in the ground.~
have been stuck tip-first in the ground.~
~
~
Terek~
Terek~
5 3295 0 0 1 2146304
0 0 4096 0 0 0 1111
0 2 5 2
450 1000 1 -1 4 1000 0 0
898638288
E
either~
This slightly curved sword has been crafted from wrought iron.  Its hilt

is wrapped in brown leather which is tied together tightly.  Its guard is

made from polished platinum which shines in the light.

~
P
-1

#3296
blacksmith's apron~
blacksmith's aprons~
~
~
lies crumpled on the ground.~
lie crumpled on the ground.~
~
~
Terek~
Fenlyn~
9 3296 0 0 2049 0
0 0 4 0 0 0 2228228
0 2 0 0
50 100 1 -1 7 1000 0 0
898648283
E
either~
Made from hardened, boiled leather and treated with the blood of a red

dragon, this apron is best suited for a blacksmith exposed to intense

heat.  Bits of cooled, hardened iron and steel still cling to the apron

and other various stains can be seen upon its surface.

~
P
-1

#3297
blacksmith's hammer~
blacksmith's hammers~
~
~
has been tossed upon the ground.~
have been tossed upon the ground.~
~
~
Terek~
Terek~
5 3297 0 0 8193 0
0 0 4096 0 0 0 1853104243
0 2 5 6
100 1000 1 -1 6 1000 0 0
898648291
E
either~
Made from wrought iron, this large blacksmith's hammer is best suited for

the use in forging hard metals like iron and steel.  The face of the

hammer is scarred with nics and scratches from the usage it has seen. 

Its hilt is wrapped in treated leather which has been stained by blood,

sweat and grime.

~
P
-1

#3298
platinum war helm~
platinum war helms~
~
~
rests on the ground.~
rest on the ground.~
~
~
Terek~
Fenlyn~
9 3298 0 64 17 2146304
6 0 1048576 0 0 0 1830832996
0 6 0 0
400 1000 5 -1 5 1000 0 0
898707169
E
either~
This hefty helm is made from platinum plates rivetted together.  The

interior of the helm is lined with soft leather padding making it

comfortable, heavy, but comfortable.  A wide slit across the center

allows the wearer to peer out from within it with a restricted field of

vision.  Made for battle, this helm is excellent protection for dangerous

engagements.

~
P
-1

#3299
pair of platinum ringmail boots~
pairs of platinum ringmail boots~
~
~
lie discarded on the ground.~
lie discarded on the ground.~
~
~
Terek~
Fenlyn~
9 3299 0 64 65 2146304
6 0 1048576 0 0 0 1830832996
0 6 0 0
440 1000 5 -1 6 1000 0 0
898707206
E
either~
This sturdy boots are composed of hardened leather covered in small

platinum rings.  Each of the rings is polished to a bright shine and is

free of any rust or tarnish.  A simple leather cord runs around the tops

of the boots allowing the wearer to loosen or tighten them to fit him.

~
P
-1

#3300
yard of steel mesh~
yards of steel mesh~
~
~
lies in a heap on the ground.~
lie in a heap on the ground.~
~
~
Terek~
Terek~
0 3300 0 0 1 0
0 0 8192 0 0 0 172453485
0 0 0 0
70 500 1 -1 10 1000 0 0
898709176
E
either~
This yard of mesh is composed of tiny steel links inter-locked with each

other.  Each link has been polished to a high shine and is free of any

rust or grime.

~
P
-1

#3301
hardened leather torso pad~
hardened leather torso pads~
~
~
lies on the ground.~
lie on the ground.~
~
~
Terek~
Jimbalaya~
9 3301 0 0 1 0
0 0 4 0 0 0 172453474
0 5 0 0
250 5000 30 -1 6 1000 0 0
898709209
E
either~
This small torso pad is composed of a single piece of boiled, hardened

leather crafted into a breastplate.  The tough leather is not very

flexible and would make its wearer uncomfortable but would offer fairly

good protection against cutting weapons.

~
P
-1

#3302
bracelet of the magi~
bracelets of the magi~
~
~
lies upon the ground, glowing with a deep crimson light.~
lie upon the ground, glowing with a deep crimson light.~
~
~
Terek~
Terek~
9 3302 0 0 4097 3080192
0 0 64 0 0 0 1713392748
0 3 0 0
40 10000 45 -1 6 1000 0 0
898789999
A 13 10
A 12 25
A 20 20
E
either~
This elegantly carved bracelet is composed of a simple wooden bracelet

studded with five glowing runestones.  Set into the top of the bracelet

is a small star-shaped ruby which pulses with a deep crimson light. 

Etched into the interior of the bracelet are several lines of runes which

twinkle in the light.  A powerful aura of magic emanates from the

bracelet, causing your hairs to stand on end.

~
P
-1

#3303
polished obsidian sphere~
polished obsidian spheres~
~
~
lies glistening in the dirt.~
lie glistening in the dirt.~
~
~
Terek~
Terek~
6 3303 0 0 1 0
0 0 64 0 0 0 1735355492
0 0 0 0
25 2500 1 -1 10 1000 0 0
898795755
E
either~
This tiny sphere has been carved from a block of midnight-black obsidian. 

The sphere has been polished several times and has a high gloss, making

it easy to see your own warped reflection in its surface.

~
P
-1

#3304
small krynite claw~
small krynite claws~
~
~
has been stuck into the ground.~
have been stuck into the ground.~
~
~
Terek~
Terek~
0 3304 0 0 1 0
0 0 2097152 0 0 0 1713392748
0 0 0 0
20 1500 1 -1 10 1000 0 0
898795862
E
either~
This small claw has been carved from a block of purple-hued krynite and

carefully shaped to resemble a dragon's talon.  The tips of the claw is

extremely sharp and could easily tear flesh from bone.

~
P
-1

#3305
cracked leather strap~
cracked leather straps~
~
~
lies in the dirt.~
lie in the dirt.~
~
~
Terek~
Terek~
0 3305 0 0 1 0
0 0 4 0 0 0 131791
0 0 0 0
10 200 1 -1 10 1000 0 0
898795965
E
either~
This foot-long leather strap is extremely cracked and weathered, having

felt the wrath of time and the elements severely.  Despite its poor

condition the leather is still considerably strong.

~
P
-1

#3306
twisted piece of steel~
twisted pieces of steel~
~
~
lies on the ground.~
lie on the ground.~
~
~
Terek~
Terek~
0 3306 0 0 1 0
0 0 8192 0 0 0 44288992
0 0 0 0
30 100 1 -1 10 1000 0 0
898833594
E
either~
This six-inch long piece of steel has been twisted several times,

creating razor-sharp barbs which protrude from it.

~
P
-1

#3307
blue citrine quartz~
blue citrine quartz~
~
~
covered in dirt, lies upon the ground.~
covered in dirt, lie upon the ground.~
~
~
Terek~
Terek~
6 3307 0 0 1 0
0 0 64 0 0 0 1713392748
0 0 0 0
50 1500 1 -1 10 1000 0 0
898833842
E
either~
This small gem has been cut into the shape of a perfect circle.  Its

bluish-hue is like that of an ocean and you can see you reflection in its

highly-polished surface.  The citrine is void of any imperfections of

flaws, making it quite valuable.

~
P
-1

#3308
strip of green dragon skin~
strips of green dragon skin~
~
~
covered in blood, lies upon the ground.~
covered in blood, lie upon the ground.~
~
~
Terek~
Terek~
33 3308 0 0 1 0
0 0 512 0 0 0 1814831219
0 0 0 0
40 2000 1 -1 10 1000 0 0
898833985
E
either~
This piece of dragon skin is from the soft underbelly of a green dragon

and judging by the softness of the scales, a very young one at that. 

Droplets of blood still ooze from the lacerations across its surface and

only a small portion of it would be usable for anything.

~
P
-1

#3309
simple wooden bracelet~
simple wooden bracelets~
~
~
lies on the ground.~
lie on the ground.~
~
~
Terek~
Terek~
9 3309 0 0 4097 0
0 0 2 0 0 0 1713392748
0 1 0 0
20 150 1 -1 6 1000 0 0
898834460
E
either~
This small bracelet has been carved from a solid piece of oak and etched

with tiny carvings of woodland animals.  Several nics and scratches cover

the interior surface of the bracelet as well as a few spots dried blood.

~
P
-1

#3310
glowing runestone~
glowing runestones~
~
~
floats a few inches above the ground.~
float a few inches above the ground.~
~
~
Terek~
Terek~
6 3310 0 0 1 0
0 0 64 0 0 0 1633969508
0 0 0 0
50 1000 1 -1 10 1000 0 0
898834579
E
either~
This diamond-shaped gem is surrounded by a crimson aura which pulses and

dims at its own free will.  The runestone is not one color but several,

like a rainbow, and continuously shifts through the spectrum.  A strong,

almost overwhelming aura of power flows out from within it.

~
P
-1

#3311
star-shaped ruby~
star-shaped rubies~
~
~
lies in the dirt.~
lie in the dirt.~
~
~
Terek~
Terek~
6 3311 0 0 1 0
0 0 64 0 0 0 1634610799
0 0 0 0
60 1500 1 -1 10 1000 0 0
898834626
E
either~
This flawless rose-colored ruby has been carefully cut into the shape of

a perfect star.  Tinges of violet, red and green streak through the

transparent crystal making this a rare gem indeed.

~
P
-1

#3312
tarnished pewter key~
tarnished pewter keys~
~
~
sits here, almost hidden on the ground.~
lie here, surrounded by a glowing aura.~
~
~
Rue~
Rue~
18 3312 3276800 4 1 0
0 0 524288 0 0 0 4
0 0 0 0
1 0 1 -1 10 1000 0 0
898902967
E
either~
This tarnished key is crafted from pewter.  It is obviously well-worn,

and seems to be quite ancient.

~
P
-1

#3313
emerald-studded choker~
emerald-studded chokers~
~
~
lies on the ground, glittering in the light.~
lie on the ground, glittering in the light.~
~
~
Terek~
Terek~
9 3313 0 0 5 3014656
0 0 64 0 0 0 1818847084
0 3 0 0
100 7500 30 -1 7 1000 0 0
898967201
A 4 1
A 12 10
E
either~
This beautifully crafted choker is made from a strip of black velvet

covered with a dozen rose-colored emeralds.  Each of the gems has been

carefully cut into the a perfect square and is void of imperfections of

blemishes.  A row of flowing runes, each glowing with a pale blue light,

have been etched along the interior of the choker.

~
P
-1

#3314
flawless emerald~
flawless emeralds~
~
~
has been carelessly tossed to the ground.~
have been carelessly tossed to the ground.~
~
~
Terek~
Terek~
6 3314 0 0 1 0
0 0 64 0 0 0 1702129522
0 0 0 0
55 500 1 -1 10 1000 0 1734439456
898967706
E
either~
Cut into a perfect oval, this small emerald has a rose-color to it.  The

gem is utterly flawless; no chips, cracks or impurities can be seen on

its surface.  The emerald glistens in the light every few moments.

~
P
-1

#3315
strip of black velvet cloth~
strips of black velvet cloth~
~
~
lies on the ground.~
lie on the ground.~
~
~
Terek~
Terek~
0 3315 0 0 1 0
0 0 16 0 0 0 1830830631
0 0 0 0
10 50 1 -1 10 1000 0 0
898967818
E
either~
This foot and a half long piece of velvet is as black as the night sky. 

Its smooth, soft surface is free of any dirt or grime.  Peering at it

closely you can just barely see small silver threads running throughout

it.

~
P
-1

#3316
small golden clasp~
small golden clasps~
~
~
lies almost hidden upon the ground.~
lie almost hidden upon the ground.~
~
~
Terek~
Terek~
0 3316 0 0 1 0
0 0 262144 0 0 0 6291456
0 0 0 0
10 100 1 -1 10 1000 0 0
898967834
E
either~
This small clasp is about an inch long with one side ending with a small

hook and the other with a hoop.  It is far too small to be useful for

holding a cloak around ones neck but would be best suited for hold

something like a belt together.

~
P
-1

#3317
bolt of soft leather padding~
bolts of soft leather padding~
~
~
has been discarded upon the ground.~
have been discarded upon the ground.~
~
~
Terek~
Terek~
0 3317 0 0 1 0
0 0 16 0 0 0 0
0 0 0 0
60 500 1 -1 10 1000 0 0
898969108
E
either~
This bolt of cloth is a mixture of cotton, wool and small elements of

leather.  It is extremely soft and flexible yet is also quite durable. 

Best suited for clothing it would even possibly be useful for lining

armor for extra protection.

~
P
-1

#3318
hardened leather arm pads~
hardened leather arm pads~
~
~
lie on the ground.~
lie on the ground.~
~
~
Terek~
Jimbalaya~
9 3318 0 0 1 0
0 0 4 0 0 0 -30
0 5 0 0
100 5000 30 -1 6 1000 0 83886080
898969272
E
either~
These stiff arm pads are made from several strips of boiled, hardened

leather sewn together with thick brown thread.  A small slit has been cut

along the elbow to allow some flexibility.  The pads are not very

flexible but would offer excellent protection againt cutting attacks.

~
P
-1

#3319
hardened leather leg pads~
hardened leather leg pads~
~
~
lie on the ground.~
lie on the ground.~
~
~
Terek~
Jimbalaya~
9 3319 0 0 1 0
0 0 4 0 0 0 1830830626
0 5 0 0
100 5000 30 -1 6 1000 0 0
898969277
E
either~
These arm pads have been crafted from strips of hardened leather sewn

together with a thick thread.  The leather is tough, restricting movment

a bit but not enough to make a critical difference in battle The

protection they offer is excellent against sharp-edged weapons.

~
P
-1

#3320
suit of halfling leather armor~
suit of halfling leather armors~
~
~
~
~
~
~
Terek~
Terek~
1 3320 0 0 1 0
0 0 0 0 0 0 47837384
0 0 0 0
1 0 1 -1 10 1000 0 39773576
898969301
P
-1

#3321
stupid stick~
stupid weapons~
~
~
~
~
~
~
Fenlyn~
Fenlyn~
5 3321 0 0 8193 0
0 0 0 0 0 0 1148675620
0 1 1 2
1 0 1 -1 10 1000 0 0
899046895
P
-1

#3322
cell door key~
cell door keys~
~
~
with four tines glitters on the ground.~
lie on the ground, rusting away.~
~
~
Florian~
Florian~
18 3322 0 0 1 0
0 0 4096 0 0 0 1830835826
0 0 0 0
30 0 1 -1 10 1000 0 1679834210
899068131
E
either~
This key is about five inches long and made completely of iron.  Rust

pits its circular hands and its shaft looks worn thin from use.  The key

has four tines and looks to complete a fairly complex lock.

~
P
-1

#3323
black silk skirt~
black silk skirts~
~
~
lies in a heap upon the ground.~
lie in a heap upon the ground.~
~
~
Terek~
Terek~
9 3323 0 0 33 0
0 0 16 0 0 0 1813004288
0 2 0 0
10 250 1 -1 2 1000 0 0
899068544
E
either~
This long skirt is fashioned of silk as soft as the skin of a human child. 

Midnight black, the fabric is cut into six rectangular pieces, which are

then sewn together, creating a garment which hugs one's waist.  Six long,

revealing slits allow freedom of movement and lend just that much more

allure to the wearer.

~
P
-1

#3324
white cotton kerchief~
white cotton kerchiefs~
~
~
lies upon the ground.~
lie upon the ground.~
~
~
Terek~
Terek~
9 3324 0 0 9 0
0 0 16 0 0 0 6291456
0 2 0 0
20 350 1 -1 2 1000 0 0
899068554
E
either~
Made from soft, white cotton, this long shirt looks quite comfortable.  A

line of grey stone buttons run down the face of the shirt ending just

before the stomach.  The cuffs are lined in lace and a small button upon

each of them allow the wearer to tighten or loosen them to fit his or her

size.

~
P
-1

#3325
signet ring~
signet rings~
~
+of Taranth's priestess~
has been left behind by some forgetful soul.~
have been left scattered about with obvious disdain.~
~
~
Talis~
Talis~
9 3325 1048832 12 2 0
0 0 4096 0 0 0 4
0 1 0 0
1 0 1 -1 1 1000 0 0
899177521
E
either~
A small signet ring fashioned of dark iron metal, it feels much more

durable than its frail appearance would indicate.  On the flat of the

rings front an open hand presents a stylized blossom for the sigent.

~
P
-1

#3326
purple cotton skirt~
purple cotton skirts~
~
~
lies in a heap upon the ground.~
lie in a heap upon the ground.~
~
~
Terek~
Terek~
9 3326 0 0 33 0
0 0 16 0 0 0 1830835826
0 2 0 0
10 200 1 -1 2 1000 0 0
899068629
E
either~
Woven of rough cotton, this skirt is dyed a pale purple.  The skirt is

knee-length and wrapped, the ribbon-waist tying the skirt colored a

darker purple than the rest of the skirt.  A matching band of purple

borders the skirt at the hem.

~
P
-1

#3327
pair of thigh-high leather boots~
pairs of thigh-high leather boots~
~
~
lie on the ground.~
lie on the ground.~
~
~
Terek~
Terek~
9 3327 0 0 65 0
0 0 4 0 0 0 1830835826
0 2 0 0
40 500 1 -1 3 1000 0 0
899068642
E
either~
Made from soft brown leather, these boots cover from the foot all the way

up to the thighs.  The hardened soles are covered in grips which make

travel easy across rough terrain.

~
P
-1

#3328
diamond-studded brooch~
diamond-studded brooches~
~
~
lies upon the ground, glittering in the light.~
lie upon the ground, glittering in the light.~
~
~
Terek~
Terek~
8 3328 0 0 5 0
0 0 64 0 0 0 0
0 0 0 0
10 10000 1 -1 5 1000 0 0
899152522
E
either~
This exquisite brooch is made from a block of gold shaped into a oval and

covered in tiny white diamonds.  Each of the tiny diamonds glitters in

the light and as you turn the brooch in your hand, a dazzling array of

light dances about.  A small pin in the back of it allows the wearer to

securely fasten it to his cloak or tunic.

~
P
-1

#3329
heart-shaped amethyst locket~
heart-shaped amethyst lockets~
~
~
lies upon the ground, twinkling in the light.~
lie upon the ground, twinkling in the light.~
~
~
Terek~
Terek~
8 3329 0 0 5 0
0 0 64 0 0 0 1713394543
0 0 0 0
25 7500 1 -1 5 1000 0 0
899152555
E
either~
This beautifully crafted locket has been formed into the shape of a heart. 

The heart is made from pure amethyst which is a bright crimson color.  A

small silver chain has been securely fastened to the heart.

~
P
-1

#3330
tart-shaped sapphire locket~
tart-shaped sapphire lockets~
~
~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
8 3330 0 0 5 0
0 0 64 0 0 0 1828716543
0 0 0 0
25 7500 1 -1 5 1000 0 0
899152642
E
either~
Cut from a bright yellow sapphire, this small locket has been formed into

the shape of a scrumptious tart.  Extremely small diamonds fleck the

surface of the tart, appearing like a light coating of sugar.  A thin

silver chain, polished to a bright shine, holds the tart in place and

loops around, allowing any being smaller than a giant to wear it.

~
P
-1

#3331
pair of crimson opal earrings~
pair of crimson opal earringss~
~
~
lie forgotten upon the ground.~
lie forgotten upon the ground.~
~
~
Terek~
Terek~
8 3331 0 0 17 0
0 0 64 0 0 0 1713394543
0 0 0 0
10 4000 1 -1 5 1000 0 0
899152893
E
either~
Carefully carved from a rare crimson opal, these earrings are quite a

piece of jewerly.  The opals have been cut into the shape of an oval and

smoothed down.  Tiny silver chains, no more than half an inch long,

connect to the earrings.

~
P
-1

#3332
steel armor bracer~
steel armor bracers~
~
~
lies here.~
lie here.~
~
~
Orb~
Orb~
9 3332 0 0 4097 0
0 0 0 0 0 0 19553
0 18 0 0
280 2500 40 -1 10 1000 0 1679904610
899183666
E
either~
Minutely crafted steel plates are hinged and fitted to provide the best

protection possible.

~
P
-1

#3333
mithril platemail arm plates~
mithril platemail arm plates~
~
~
~
~
pair of~
pairs of~
Orb~
Orb~
9 3333 0 0 1 0
0 0 0 1 0 0 1852252261
0 14 0 0
660 9000 20 -1 7 1000 0 1935876200
899184334
E
either~
Large mithril plates are hung both in front and in back of a set of

chainmail sleeves.  The plates are secured at the edges by loops of

mithril linked into the chain.

~
P
-1

#3334
mithril platemail bracer~
mithril platemail bracers~
~
~
lies here.~
lie here.~
~
~
Orb~
Orb~
9 3334 0 0 4097 0
0 0 0 0 0 0 0
0 14 0 0
300 5000 20 -1 10 1000 0 2293760
899184711
E
either~
Large mithril plates are hung on both the front and back of a chainmail

bracer.  The plates are secured at the edges by loops of mithril linked

into the chain.

~
P
-1

#3335
steel needle~
steel needles~
~
~
lies on the ground, barely visible.~
lies on the ground, barely visible.~
~
~
Terek~
Terek~
0 3335 0 0 1 0
0 0 8192 0 0 0 1830831470
0 0 0 0
5 500 1 -1 10 1000 0 0
899231955
E
either~
This tiny needle is made from a splinter of steel.  Its tip is extremely

sharp making it easy for it to pass through cloth and tough leather.

~
P
-1

#3336
strip of boiled leather~
strips of boiled leather~
~
~
lies on the ground.~
lie on the ground.~
~
~
Terek~
Terek~
0 3336 0 0 1 0
0 0 4 0 0 0 1830831470
0 0 0 0
20 100 1 -1 10 1000 0 0
899232050
E
either~
This strip of leather has been boiled for quite some time, making it

rather stiff.  Despite its toughness it could be easily fashioned into a

suit of armor by a master armorsmith.

~
P
-1

#3337
spool of thick thread~
spools of thick thread.~
~
~
rolls along the ground.~
roll along the ground.~
~
~
Terek~
Terek~
0 3337 0 0 1 0
0 0 16 0 0 0 0
0 0 0 0
10 100 1 -1 10 1000 0 0
899232152
E
either~
This large spool is wrapped with a thick, brown thread.  The thread is

far too thick to make regular garments from it but is perfectly suited

for sewing together a suit of leather armor.

~
P
-1

#3338
slice of cherry pie~
slices of cherry pie~
~
~
has been tossed carelessly upon the ground.~
have been tossed carelessly upon the ground.~
~
~
Terek~
Terek~
19 3338 0 0 1 0
0 0 512 0 0 0 1634495754
15 -1 0 0
5 75 1 -1 10 1000 0 0
899232935
E
either~
This small slice of pie has been filled with scrumptious cherries and a

thick cherry syrup.  A flaky, golden crust surrounds the filling and

easily breaks off.  It is still incredibly warm to the touch, as if just

taken out of the oven.

~
P
-1

#3339
slice of vanilla cream pie~
slices of vanilla cream pie~
~
~
has been tossed carelessly upon the ground.~
have been tossed carelessly upon the ground.~
~
~
Terek~
Terek~
19 3339 0 0 1 0
0 0 512 0 0 0 1634495754
15 -1 0 0
5 75 1 -1 10 1000 0 0
899233261
E
either~
This small slice of pie has been filled with a sweet vanilla cream and a

dash of cinnamon.  A flaky, golden crust surrounds the filling and easily

breaks off It is still incredibly warm to the touch, as if just taken out

of the oven.

~
P
-1

#3340
slice of peach pie~
slice of peach pies~
~
~
has been tossed carelessly upon the ground.~
have been tossed carelessly upon the ground.~
~
~
Terek~
Terek~
19 3340 0 0 1 0
0 0 512 0 0 0 1634495754
15 -1 0 0
5 75 1 -1 10 1000 0 0
899233325
E
either~
This small slice of pie has been filled with pieces of peach and peach

syrup.  A flaky, golden crust surrounds the filling and easily breaks off. 

It is still incredibly warm to the touch, as if just taken out of the

oven.

~
P
-1

#3341
slice of apple pie~
slice of apple pies~
~
~
has been tossed carelessly upon the ground.~
have been tossed carelessly upon the ground.~
~
~
Terek~
Terek~
19 3341 0 0 1 0
0 0 512 0 0 0 1634495754
15 -1 0 0
5 75 1 -1 10 1000 0 0
899233335
E
either~
This small slice of pie has been filled with pieces of apple and thick,

sugary syrup.  A flaky, golden crust surrounds the filling and easily

breaks off.  It is still incredibly warm to the touch, as if just taken

out of the oven.

~
P
-1

#3342
slice of raspberry pie~
slice of raspberry pies~
~
~
has been tossed carelessly upon the ground.~
have been tossed carelessly upon the ground.~
~
~
Terek~
Terek~
19 3342 0 0 1 0
0 0 512 0 0 0 1634495754
15 -1 0 0
5 75 1 -1 10 1000 0 0
899233344
E
either~
This small slice of pie has been filled with raspberries and a thick,

sugary syrup.  A flaky, golden crust surrounds the filling and easily

breaks off.  It is still incredibly warm to the touch, as if just taken

out of the oven.

~
P
-1

#3343
slice of sourberry pie~
slice of sourberry pies~
~
~
has been tossed carelessly upon the ground.~
have been tossed carelessly upon the ground.~
~
~
Terek~
Terek~
19 3343 0 0 1 0
0 0 512 0 0 0 1634495754
15 -1 0 0
5 75 1 -1 10 1000 0 0
899233354
E
either~
This small slice of pie has been filled with sourberries and a thick,

sugary syrup.  A flaky, golden crust surrounds the filling and easily

breaks off.  It is still incredibly warm to the touch, as if just taken

out of the oven.

~
P
-1

#3344
slice of lemon pie~
slice of lemon pies~
~
~
has been tossed carelessly upon the ground.~
have been tossed carelessly upon the ground.~
~
~
Terek~
Terek~
19 3344 0 0 1 0
0 0 512 0 0 0 1634495754
15 -1 0 0
5 75 1 -1 10 1000 0 0
899233363
E
either~
This small slice of pie has been filled with pieces of lemon and a thick,

sugary syrup.  A flaky, golden crust surrounds the filling and easily

breaks off.  It is still incredibly warm to the touch, as if just taken

out of the oven.

~
P
-1

#3345
slice of strawberry pie~
slice of strawberry pies~
~
~
has been tossed carelessly upon the ground.~
have been tossed carelessly upon the ground.~
~
~
Terek~
Terek~
19 3345 0 0 1 0
0 0 512 0 0 0 1634495754
15 -1 0 0
5 75 1 -1 10 1000 0 0
899233388
E
either~
This small slice of pie has been filled with scrumptious strawberries and

a thick, sugary syrup.  A flaky, golden crust surrounds the filling and

easily breaks off.  It is still incredibly warm to the touch, as if just

taken out of the oven.

~
P
-1

#3346
slice of rhubarb pie~
slice of rhubarb pies~
~
~
has been tossed carelessly upon the ground.~
have been tossed carelessly upon the ground.~
~
~
Terek~
Terek~
19 3346 0 0 1 0
0 0 512 0 0 0 1634495754
15 -1 0 0
5 75 1 -1 10 1000 0 0
899233398
E
either~
This small slice of pie has been filled with pieces of rhubarb and a

thick, sugary syrup.  A flaky, golden crust surrounds the filling and

easily breaks off.  It is still incredibly warm to the touch, as if just

taken out of the oven.

~
P
-1

#3347
white silk gown~
white silk gowns~
~
~
lies in a heap upon the ground.~
lie in a heap upon the ground.~
~
~
Terek~
Terek~
9 3347 0 0 9 0
0 0 16 0 0 0 1830830706
0 0 0 0
10 100 1 -1 6 1000 0 0
899409067
E
either~
This delicate gown has been made of finely woven silken thread with a

lace trim.  Upon the breast of the gown is the image of a dove soaring

over a river.

~
P
-1

#3348
chocolate chip cookie~
chocolate chip cookies~
~
~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
19 3348 0 0 1 0
0 0 512 0 0 0 1013084734
15 -1 0 0
10 50 1 -1 10 1000 0 0
899421984
E
either~
This scrumptious cookie is made from a sugary dough and mixed with

chocolate chips.  Still warm to the touch, the cookie looks very

appealing and tasty.

~
P
-1

#3349
sugar cookie~
sugar cookies~
~
~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
19 3349 0 0 1 0
0 0 512 0 0 0 1013084734
15 -1 0 0
10 50 1 -1 10 1000 0 0
899422064
E
either~
This small cookie is made from a sugar-based dough and sugar sprinkled

along its top.  Still warm to the touch, the cookie looks very appealing

and tasty.

~
P
-1

#3350
oatmeal cookie~
oatmeal cookies~
~
~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
19 3350 0 0 1 0
0 0 512 0 0 0 1013084734
15 -1 0 0
10 50 1 -1 10 1000 0 0
899422068
E
either~
This scrumptious cookie is made from a thick oatmeal dough with a dash of

sugar added to sweeten it.  Still warm to the touch, the cookie looks

very appealing and tasty.

~
P
-1

#3351
oatmeal raisin cookie~
oatmeal raisin cookies~
~
~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
19 3351 0 0 1 0
0 0 512 0 0 0 1013084734
15 -1 0 0
10 50 1 -1 10 1000 0 0
899422071
E
either~
This scrumptious cookie is made from an oatmeal dough mixed with large

pieces of raisins.  Still warm to the touch, the cookie looks very

appealing and tasty.

~
P
-1

#3352
chocolate cookie~
chocolate cookies~
~
~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
19 3352 0 0 1 0
0 0 512 0 0 0 1013084734
15 -1 0 0
10 50 1 -1 10 1000 0 0
899422083
E
either~
This delicious looking cookie is made entirely from chocolate and sugar

making it a very sweet treat.  Still warm to the touch, the cookie looks

very appealing and tasty.

~
P
-1

#3353
ginger snap cookie~
ginger snap cookies~
~
~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
19 3353 0 0 1 0
0 0 512 0 0 0 1013084734
15 -1 0 0
10 50 1 -1 10 1000 0 0
899422116
E
either~
This large cookie is made from ginger sprigs mixed in with a sugary dough

and baked to a golden brown.  Still warm to the touch, the cookie looks

very appealing and tasty.

~
P
-1

#3354
cinnamon cookie~
cinnamon cookies~
~
~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
19 3354 0 0 1 0
0 0 512 0 0 0 1013084734
15 -1 0 0
10 50 1 -1 10 1000 0 0
899422124
E
either~
This small cookie is made from a mixture of sugar and cinnamon, creating

a unique tasting cookie.  Still warm to the touch, the cookie looks very

appealing and tasty.

~
P
-1

#3355
lemon cookie~
lemon cookies~
~
~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
19 3355 0 0 1 0
0 0 512 0 0 0 1013084734
15 -1 0 0
10 50 1 -1 10 1000 0 0
899422133
E
either~
This scrumptious cookie is made from slices of lemon baked in with a

sugary dough and topped with a single slice of lemon.  Still warm to the

touch, the cookie looks very appealing and tasty.

~
P
-1

#3356
vanilla cookie~
vanilla cookies~
~
~
lies discarded upon the ground.~
lie discarded upon the ground.~
~
~
Terek~
Terek~
19 3356 0 0 1 0
0 0 512 0 0 0 1013084734
15 -1 0 0
10 50 1 -1 10 1000 0 0
899422157
E
either~
This golden-brown cookie has been made from vanilla beans and a light

sugary dough.  Still warm to the touch, the cookie looks very appealing

and tasty.

~
P
-1

#3357
heavy siege catapault~
heavy siege catapaults~
~
~
rests here, ready to fire.~
rest here, ready to fire.~
~
~
Terek~
Terek~
0 3357 0 0 0 0
0 0 8194 0 0 0 1651125760
0 0 0 0
10000 0 1 -1 10 1000 0 0
899429163
P
-1

#3358
rivulet of water~
rivulet of waters~
wicked~
wicked~
lies here looking mean but unwieldy.~
lie here looking mean but unwieldy.~
~
~
Rue~
Rue~
5 3358 8667200 0 8193 3194880
1 450 8192 0 0 0 4
0 2 10 2
700 4000 13 -1 5 1000 0 0
899430292
A 19 1
A 2 -1
E
either~
This scimitar has a three-pointed serrated edge, with the first point

being the largest and the following two being smaller, angling toward

the slightly back-curved tip of the sword.  This effect looks wicked, but

bulky and unwieldy.

~
P
-1

#3359
rivulet of water~
rivulets of water~
~
~
~
~
~
~
Rue~
Rue~
25 3359 327680 0 0 0
0 0 0 0 0 0 4
50 -1 0 0
0 0 0 -1 1 1000 0 0
899430334
E
either~
Cool and clear, the burbling water looks inviting enough to drink.

~
P
-1

#3360
test~
tests~
~
~
~
~
~
~
Greyclaw~
Greyclaw~
1 3360 0 0 1 0
0 0 0 0 0 0 1634934882
0 0 0 0
1 0 1 -1 10 1000 0 37835744
899437013
P
0 -1
~
~
~
!
-1

#3361
Shadybrook Militia Uniform~
Shadybrook Militia Uniforms~
~
~
lies in a heap upon the ground.~
lie in a heap upon the ground.~
~
~
Terek~
Terek~
9 3361 0 0 9 0
0 0 16 0 0 0 2228228
0 3 0 0
30 100 1 -1 2 1000 0 0
899670395
E
either~
Made from yellow and white cloth, this colorful uniform bears the

insignia of the Shadybrook Milita upon its breast.  Small black buttons

run down the face of the uniform and the collar has been folded neatly

over.

~
P
-1

#3362
iron mug~
iron mugs~
~
~
sits here.~
sit here.~
~
~
Terek~
Terek~
17 3362 0 0 24577 0
0 0 4096 0 0 0 542007664
60 20 1 0
20 50 1 -1 10 1000 0 0
899675672
E
either~
This simple iron mug is large enough to hold a good amount of ale or

other liquid.

~
P
-1

#3363
piece of chocolate fudge~
pieces of chocolate fudge~
~
~
has been left upon the ground.~
have been left upon the ground.~
~
~
Terek~
Adakar~
19 3363 0 0 1 0
0 0 512 0 0 0 6291456
17 -1 0 0
50 50 1 -1 10 1000 0 0
899850249
E
either~
This large piece of chocolate fudge screams out to your sweet tooth.  A

delictable treat, this chunk of sugary goodness is about the size of a

halfling's fist.

~
P
-1

#3364
piece of white chocolate~
piece's of white chocolate~
~
~
has been left upon the ground.~
have been left upon the ground.~
~
~
Terek~
Adakar~
19 3364 0 0 1 0
0 0 512 0 0 0 6291456
17 -1 0 0
25 50 1 -1 10 1000 0 0
899850333
E
either~
This small piece of bite sized white chocolate is shaped in a perfect

square.  An imprinted portrait of an anonymous halfling can easily be

seen on one side of the small cube.

~
P
-1

#3365
chocolate-covered strawberry~
chocolate-covered strawberries~
~
~
has been left upon the ground.~
have been left upon the ground.~
~
~
Terek~
Adakar~
19 3365 0 0 1 0
0 0 512 0 0 0 6291456
17 -1 0 0
25 50 1 -1 10 1000 0 0
899850365
E
either~
This juicy strawberry has been dipped into a rich chocolate up to just

below the leafy stem.  The strawberry appears to have been dipped into a

liquid chocolate and then allowed to cool, creating a hard coating.

~
P
-1

#3366
chocolate-covered butterscotch toffee~
chocolate-covered butterscotch toffee's~
~
~
has been left upon the ground.~
have been left upon the ground.~
~
~
Terek~
Adakar~
19 3366 0 0 1 0
0 0 512 0 0 0 6291456
17 -1 0 0
30 50 1 -1 10 1000 0 0
899850368
E
either~
This small piece of cany has been shaped into a perfect cube, just the

right size for a bite-sized treat.  This crunchy butterscotch toffee has

been surrounded by a thin layer of dark, sweet chocolate.

~
P
-1

#3367
chocolate-covered grasshopper~
chocolate-covered grasshopper's~
~
~
has been left upon the ground.~
have been left upon the ground.~
~
~
Terek~
Adakar~
19 3367 0 0 1 0
0 0 512 0 0 0 6291456
17 -1 0 0
20 50 1 -1 10 1000 0 0
899850394
E
either~
Smothered in a layer of pure chocolate, the small grasshopper that is the

center of this snack is still obvious beneath the chocolate coating. 

Great care must have been used in preparing this treat, as even the

grasshopper's delicate back legs are still unbroken.

~
P
-1

#3368
piece of halfling fudge~
piece's of halfling fudge~
~
~
has been left upon the ground.~
have been left upon the ground.~
~
~
Terek~
Adakar~
19 3368 0 0 1 0
0 0 512 0 0 0 6291456
17 -1 0 0
40 50 1 -1 10 1000 0 0
899850421
E
either~
This delictable piece of chocolate fudge has been hollowed out and then

filled with a small amount of strong liquor.  The size of a small bird's

egg, and shaped much the same, this fudge is considered a rare delicacy

to many travellers.

~
P
-1

#3369
sealed letter from Shadybrook~
sealed letters from Shadybrook~
~
~
has been dropped upon the ground.~
have been dropped upon the ground.~
~
~
Terek~
Terek~
0 3369 0 0 1 0
0 0 1 0 0 0 2162688
0 0 0 0
10 0 1 -1 10 1000 0 0
899853182
E
either~
This small scroll has been sealed with red wax and imprinted with the

mark of Penann.  It most likely contains secret information and it

would be unwise to break the seal and open it.

~
P
-1

#3370
sealed letter from Medienne~
sealed letters from Medienne~
~
~
has been dropped upon the ground.~
have been dropped upon the ground.~
~
~
Terek~
Terek~
0 3370 0 0 1 0
0 0 1 0 0 0 2162688
0 0 0 0
10 0 1 -1 10 1000 0 0
899853789
E
either~
This small scroll has been sealed with red wax and imprinted with the

mark of Penann.  It most likely contains secret information and it

would be unwise to break the seal and open it.

~
P
-1

#3371
sealed letter from Pennan~
sealed letters from Pennan~
~
~
has been dropped upon the ground.~
have been dropped upon the ground.~
~
~
Terek~
Terek~
0 3371 0 0 1 0
0 0 1 0 0 0 2162688
0 0 0 0
10 0 1 -1 10 1000 0 0
899854170
E
either~
This small scroll has been sealed with red wax and imprinted with the

mark of Penann.  It most likely contains secret information and it

would be unwise to break the seal and open it.

~
P
-1

#3372
short marble bench~
short marble benchs~
~
~
rests besides the trees.~
rest beside the trees.~
~
~
Olah~
Olah~
35 3372 33554432 0 0 0
0 0 64 0 0 0 3909
0 0 0 0
10000 0 1 -1 10 550 0 1
899857148
E
either~
Extending four feet long and a foot wide, this bench looks pleasant

enough to rest upon.  Its white marble seat is exceedingly smooth.  Its

legs are round, stand about a foot high, and are intricately carved.

~
P
-1

#3373
chunk of white cheddar cheese~
chunks of white cheddar cheese~
~
~
has been dropped upon the ground.~
have been dropped upon the ground.~
~
~
Terek~
Adakar~
19 3373 0 0 1 0
0 0 0 0 0 0 -2042400914
20 -1 0 0
10 60 1 -1 10 1000 0 0
899862473
E
either~
No description.

~
P
-1

#3374
corpse of a rabbit~
rabbit corpses~
~
~
lies in a bloody heap attracting flies.~
lie in grueome little heaps, victims of brutality.~
~
~
Talis~
Greyclaw~
23 3374 0 0 1 0
0 0 512 0 0 0 2097152
2000 0 0 0
0 0 1 -1 10 1000 0 0
899877734
E
either~
The corpse is battered and bloody.  One ear, nearly hacked off, hangs

limply from raggedly torn cartliage.  Its dainty feet are anointed now in

a quickly drying wash of its own crimson blood.  What was once a cute and

fluffy bunny is now a gruesome reminder of life's fragility.

~
P
-1

#3375
chunk of halfling brutha cheese~
chunk of halfling brutha cheeses~
~
~
has been dropped upon the ground.~
have been dropped upon the ground.~
~
~
Terek~
Adakar~
19 3375 0 0 1 0
0 0 0 0 0 0 -2042400914
20 -1 0 0
10 60 1 -1 10 1000 0 0
899862563
E
either~
Poignant odor's drift pass your nose, emanating from the hand sized chunk

of cheese in your hand.  Reds and yellows swirl together making a unique

looking, yet tasty piece of food.

~
P
-1

#3376
chunk of sharp cheddar cheese~
chunk of sharp cheddar cheeses~
~
~
has been dropped upon the ground.~
have been dropped upon the ground.~
~
~
Terek~
Terek~
19 3376 0 0 1 0
0 0 0 0 0 0 -2042400914
20 0 0 0
10 60 1 -1 10 1000 0 0
899862587
P
-1

#3377
chunk of mild cheddar cheese~
chunk of mild cheddar cheeses~
~
~
has been dropped upon the ground.~
have been dropped upon the ground.~
~
~
Terek~
Terek~
19 3377 0 0 1 0
0 0 0 0 0 0 -2042400914
20 0 0 0
10 60 1 -1 10 1000 0 0
899862592
P
-1

#3378
chunk of yellow cheddar cheese~
chunk of yellow cheddar cheeses~
~
~
has been dropped upon the ground.~
have been dropped upon the ground.~
~
~
Terek~
Terek~
19 3378 0 0 1 0
0 0 0 0 0 0 -2042400914
20 0 0 0
10 60 1 -1 10 1000 0 0
899862713
P
-1

#3379
spire of rock~
spire of rocks~
~
~
with a needle-sharp tip rises upward from the ground.~
rise upward from the ground.~
~
~
Florian~
Florian~
0 3379 0 0 0 0
0 0 0 0 0 0 1970085971
0 0 0 0
1 0 1 -1 10 1000 0 0
899876661
E
either~
A spire of rock juts upward from the ground, its tip needle sharp.  The

tip of the spire has a needle-sharp point so thin as to be

two-dimensional.  At the point where the spire's tip ends, energy and

light cascades in a vortex of chaos.

~
P
-1

#3380
corpse of a goat~
corpses of goats~
~
~
lies in a bloody heap on the ground.~
lie in bloody heaps on the ground.~
~
~
Talis~
Talis~
23 3380 0 0 1 0
0 0 512 0 0 0 1769152609
2000 0 0 0
0 0 1 -1 10 1000 0 0
899878635
E
either~
The bloody remains of a goat show the ravages of its final battle.  A

gaping wound in its side reveal several broken ribs and an exposed lung

among other gruesome entrails.  Flaps of skin hang off in ragged slashes,

a slow dripping of blood nearly ceasing now as it begins to finally

congeal.

~
P
-1

#3381
corpse of a canine~
canine corpses~
~
~
lies dead and still on the ground.~
give the room the feel of a charnal house.~
~
~
Talis~
Talis~
23 3381 0 0 1 0
0 0 512 0 0 0 6291456
2000 0 0 0
0 0 1 -1 10 1000 0 0
899879306
E
either~
Death has ravaged this once proud canine and made it the equal of any

other dead animal, be it a bear or a mouse.  Its fur lies matted against

the skin thick with its own blood and gore.  Bones protrude from a

particularly mortal wound, gleaming pale where somehow the blood that

coats the corpse has not coated them.

~
P
-1

#3382
corpse of a bird~
corpses of birds~
~
~
has been left to rot.~
litter the ground like some avian cataclysm.~
~
~
Talis~
Talis~
23 3382 0 0 1 0
0 0 512 0 0 0 1396184
2000 0 0 0
0 0 1 -1 10 1000 0 0
899879843
E
either~
The crushed and defeated remains of a bird lay pounded into the ground. 

Grime-covered feathers, once proud and beautiful, are now ripped and bent

by the ravages of battle.  One wing lays askew at an angle not natural to

living birds, while the other is mangled beyond identification.

~
P
-1

#3383
ash-filled urn~
ash-filled urns~
~
~
with an engraved epitaph stands on the ground.~
~
~
~
Florian~
Florian~
0 3383 0 0 1 0
0 0 0 0 32 0 544433505
0 0 0 0
500 0 1 -1 10 1000 0 0
899880229
E
either~
This small, silver urn is blackened with tarnish.  Its base is a stylized

sword hilt with a flat pommel.  For handles, six miniature weapons plung

into the urn's sides.  On the front surface of the urn is an engraved

epitaph.

~
E
epitaph engraved~
The epitaph engraved upon the surface of the urn is old and faded. 

However, much of it can still be read: 


Forged in fire, soft as silk,

Strong as steel were all her ilk.

Master of the force, and magic too,

May Alegra's spirit soar through and through.

~
P
-1

#3384
corpse of a large spider~
spider corpses~
~
~
lies in a crumpled heap on the ground.~
lay about like an eerie presage of death.~
~
~
Talis~
Talis~
23 3384 0 0 1 0
0 0 512 0 0 0 1853104224
2000 0 0 0
0 0 1 -1 10 1000 0 0
899908578
E
either~
The mortal remains of no ordinary spider, this corpse is larger than most

animals and some people.  However it is curled into a tight ball, all

eight legs pulled in as tightly in death as any normal spider.  A foul,

dark green ichor slowly seeps from various battle wounds, the obvious

cause of its recent death.

~
P
-1

#3385
mahogany writing desk~
mahogany writing desks~
~
~
rests silently in the center of the room.~
rest silently in the center of the room.~
polished~
~
Khisanth~
Khisanth~
12 3385 0 0 1 0
0 0 0 0 0 0 541811062
0 0 0 0
10000 0 1 -1 10 500 0 0
900184675
E
either~
No description.

~
P
-1

#3386
white stone bench~
white stone benches~
~
~
has been placed upon the grassy hill.~
have been placed upon the grassy hill.~
~
~
Terek~
Terek~
35 3386 0 0 0 0
0 0 64 0 0 0 0
0 0 0 0
1 0 1 -1 10 1000 0 0
900275408
E
either~
This small stone bench has been composed of a single slab of white marble. 

The stone is flawless; no cracks, blemishes or signs of erosion are

visible upon its surface.

~
P
-1

#3387
ring~
rings~
polished stone~
silver and pearl~
~
~
~
~
Jimbalaya~
Jimbalaya~
9 3387 0 0 3 0
0 0 0 0 0 0 74142820
0 3 0 0
50 7000 25 -1 7 1000 0 0
900280683
A 12 5
A 20 1
E
either~
This beautiful ring was obviously expertly crafted.  It's design appears

to be ancient, yet the band shines of a polished silver.  A perfectly

cut, spherical pearl sits in the center, getting your immediate attention. 

It's held to the band by two tiny strands of silver that criss cross over

the top.  The pearl glows with a faint purple light and feels warm to the

touch.

~
P
-1

#3388
throne of blood~
throne of bloods~
~
~
rises forth from the darkness before you.~
~
~
~
Adakar~
Adakar~
35 3388 0 0 1 0
0 0 0 0 0 0 0
0 0 0 0
1 0 1 -1 10 1000 0 0
900295241
E
either~
This throne is mammoth in size and could only be used by a being of

gigantic proportions.  It appears to be made entirely of blood, proving

that great magics were used in its creation.  The blood appears to be

still in a liquid state and shows no evidence of coagulation.

~
P
-1

#3389
scarred and chipped crystalline bench~
scarred and chipped crystalline benches~
~
~
rests at the t-junction in the path.~
rest at the t-junction in the path.~
~
~
Adakar~
Adakar~
35 3389 0 0 0 0
0 0 32 0 0 0 1198419232
2 0 0 0
10000 0 1 -1 10 1000 0 0
900377692
E
either~
This extravagant bench must have once been worth a fortune, but now its

value is diminshed greatly by deep gorges and chips that have been cut

into it's surface.  Carved into the solid sides of this mid-sized bench

is a circular sigil.

~
E
sigil~
The sigil has been marred by deep slices in the crystalline patterns,

though its pattern is still easily identifable... The sigil of The

Training Grounds.

~
P
-1

#3390
silver platter~
silver platters~
~
~
has been left behind awaiting to be used again.~
have been left behind by some careless person.~
~
~
Talis~
Talis~
0 3390 0 0 1 0
0 0 131072 0 0 0 1399349600
75 0 0 0
100 0 1 -1 10 1000 0 0
900392186
E
either~
A large, gleaming silver platter.  It looks very sturdy and could

probably serve any number of creative uses.

~
P
-1

#3391
table of mirror polished marble~
tables of mirror polished marble~
~
~
crouches in the center of the room.~
~
~
~
Khisanth~
Khisanth~
36 3391 0 0 0 0
0 0 64 0 0 0 1668639840
0 0 0 0
10000 0 1 -1 10 1000 0 0
900432004
E
either~
Standing high enough so that one can work comfortably while standing,

this impressive marble table is solidly and elegantly constructed.  The

surface of the table is littered with many scrolls, books, and reagents

scattered haphazardly across the table, almost as someone discarded them

after realizing they had not met the search conditions.

~
P
-1

#3392
large oak table~
large oak tables~
~
~
rests on the floor.~
rest on the floor.~
~
~
Merior~
Merior~
12 3392 65536 0 1 0
0 0 2 0 0 0 4
0 0 0 0
2000 0 1 -1 3 300 0 0
900509302
E
either~
Wide planks of oak make up the top of this large table.  Four sturdy legs

support it, providing a firm foundation for the heavy top.

~
P
-1

#3393
gown of blue silk~
gown of blue silks~
~
~
~
~
~
~
Khisanth~
Khisanth~
9 3393 0 0 9 0
0 0 0 -2118123069 1684029440 0 39992536
0 50 0 0
1 0 1 -1 10 1000 0 0
900516451
A 13 1000
A 12 1000
E
either~
This dress rocks!

~
P
-1

#3394
shimmering silver crown~
shimmering silver crowns~
~
~
~
~
~
~
Khisanth~
Khisanth~
9 3394 0 0 17 0
0 0 131072 33556488 8388609 2 42801032
0 0 0 0
1 0 1 -1 10 1000 0 0
900516910
A 13 1500
A 12 2500
A 14 600
E
either~
This crown rocks.

~
P
-1

#3395
sapphire ring~
sapphire rings~
~
~
~
~
~
~
Khisanth~
Khisanth~
9 3395 0 0 3 0
0 0 0 0 0 0 1164862505
0 0 0 0
1 0 1 -1 10 1000 0 3
900517176
A 13 1500
A 12 2500
E
either~
Khisanth's wicked cool ring.

~
P
-1

#3396
ring of moonstone~
ring of moonstones~
~
~
~
~
~
~
Khisanth~
Khisanth~
9 3396 0 0 3 0
0 0 0 0 0 0 541421160
0 0 0 0
1 0 1 -1 10 1000 0 0
900517399
A 13 1500
A 12 3000
A 21 500
A 20 500
A 22 500
A 14 1500
E
either~
Woo!

~
P
-1

#3397
pair of mithril battle claws~
pairs of mithril battle claws~
~
~
lies upon the ground, their razor-edges gleaming.~
lie upon the ground, their razor-edges gleaming.~
~
~
Terek~
Terek~
5 3397 0 0 8193 0
1 0 16384 0 0 0 4
0 2 10 0
500 5000 10 -1 7 1000 0 0
900710709
E
either~
This deadly tool has been made from a pair of steel gauntlets with

razor-sharp mithril skewers affixed to them.  Small rivets hold the claws

onto the gauntlets and a small hinge can be faintly seen set against

them, allowing easy manipulation of items.

~
P
3 -1
~
~
if( random( 1, 10 ) == 1 ) {

  i = 2d10;

  act_tochar( #skewer, ch );

  act_notchar( #skewer1, ch );

  dam_message( victim, i, "The mithril claw's skewering strike" );

  inflict( victim, ch, i, "The mithril claw's skewering strike" );

  }

~
E
skewer~
@BYou strike out violently against your foe, digging the mithril claws

deep into its body and ripping upwards!

~
E
skewer1~
@B$n strikes out violently against $s foe, digging the mithril claws deep

into its body and ripping upwards!

~
!
-1

#3398
ogre magi corpse~
ogre magi corpses~
~
~
lies here.~
lie here.~
~
~
Rue~
Rue~
23 3398 1073741824 0 0 16384
0 0 512 0 0 0 4
2000 0 0 1
10000 0 1 -1 1 1000 0 0
900886143
E
either~
A dank steam comes off the corpse, making it difficult to see.  The dead

creature must have been at least eight feet tall, and weighed nearly 400

pounds before it was mangled and killed.  Its blue-green skin is covered

in a sheen of sweat, and its tusked mouth still quivers slightly.

~
P
-1

#5000
ring~
rings~
polished silver~
+of invisibility~
winks at you in the light.~
wink at you in the light.~
~
~
Kiian~
Jimbalaya~
9 5000 8654914 0 3 0
0 0 147456 16384 0 0 4
0 0 0 0
50 16000 45 -1 1 750 0 0
-1
E
either~
The ring is a plain silver band with not even an inscription.  It is

highly polished, and appears quite new.

~
P
4 -1
ca cas cast "lay hands" lay hands~
~
act_tochar( #c_drain, ch );

act_notchar( #r_drain, ch );

~
E
r_drain~
$n begins to cast a spell, but after a moment $e stops and frowns.

Nothing happens.

~
E
c_drain~
@MThe persistant hum from the ring disruptss all concentration.

~
!
-1

#5001
ring~
rings~
white steel~
white steel~
is here.~
are here.~
~
~
Kiian~
Jimbalaya~
9 5001 277086273 0 3 0
0 0 8192 0 1 0 4
0 0 0 0
10 1000 5 -1 5 950 0 0
-1
A 22 -3
E
either~
A thick white steel band which fits on your finger.

~
P
-1

#5002
ring~
rings~
+of white gold~
+of white gold~
floats here!~
float here!~
~
~
Kiian~
Jimbalaya~
9 5002 8651073 0 3 3162112
0 0 294912 0 0 0 8
0 0 0 0
10 5000 20 -1 4 700 0 0
-1
E
either~
This ring is covered in an ornate, engraved script.  Its white gold feels

warm to the touch, and you sense a great power contained within it.

~
P
-1

#5004
marble ring~
marble rings~
~
+of protection~
lies here.~
lie here.~
~
~
Kiian~
Jimbalaya~
9 5004 393280 0 3 0
0 0 64 1 0 0 4
0 0 0 0
10 2000 10 -1 5 650 0 0
-1
E
either~
A simple band of marble, this ring seems to pulse faintly.

~
P
-1

#5005
ring~
rings~
crystal~
crystal~
lies on the ground here.~
lie on the ground here.~
~
~
Kiian~
Jimbalaya~
9 5005 268697665 12 3 1048576
0 0 96 0 0 0 4
0 1 0 0
20 2500 13 -1 7 300 0 0
-1
A 18 -1
A 19 1
E
either~
A ring made from a fine clear crystal.  It sparkles in the light as you

examine it.

~
P
-1

#5020
rabbit's foot~
rabbit's feet~
~
~
has been dropped here.~
have been dropped here.~
~
~
Kiian~
Kiian~
34 5020 17039360 0 16385 0
0 0 16 0 0 0 4
0 0 0 0
20 250 1 -1 2 800 0 0
-1
A 18 1
E
either~
A small, greyish rabbit's foot.  Just holding it in your hands makes you

feel lucky.

~
P
-1

#5021
sash~
sashes~
black~
black~
the color of night lies here.~
the color of night lie here.~
~
~
(null pointer)~
Fenlyn~
9 5021 320 0 2049 1048576
0 0 16 0 0 0 4
0 3 0 0
200 20000 50 -1 6 400 0 0
-1
A 1 1
A 13 15
A 21 10
E
either~
A thick, dark sash made from an unknown type of cloth.  Stiched together

with a fine silver thread, it seems to be quite old.

~
P
-1

#5022
glowing orb~
glowing orb~
~
~
A glowing yellow orb is floating here.~
~
~
~
(null pointer)~
(null pointer)~
1 5022 1 0 16385 0
0 0 0 0 0 0 4
0 0 1000 0
100 2000 0 -1 1 1000 0 0
-1
E
either~
A orange sized glowing ball that floats.

~
P
-1

#5023
orb of light~
orb of light~
~
~
An orb of light is floating here.~
~
~
~
(null pointer)~
Kiian~
1 5023 1 0 16385 0
0 0 0 0 0 0 4
0 0 500 0
100 500 1 -1 10 1000 0 0
-1
E
either~
A small floating orb that generates a soft white light.

~
P
-1

#5024
orb~
orbs~
shimmering~
+of endless light~
floats here in midair.~
float here in midair.~
~
~
Kiian~
Kiian~
1 5024 1 0 16385 0
0 0 0 0 0 0 4
0 0 -1 0
100 5000 1 -1 10 500 0 0
-1
E
either~
A small floating orb that generates a soft white light.

~
P
-1

#5026
necklace~
necklaces~
gold-plated~
gold-plated~
lies in the dirt, glistening.~
lie in the dirt, glistening.~
~
~
Kiian~
Jimbalaya~
9 5026 277086272 0 5 3162112
0 0 4456448 0 0 0 4
0 1 0 0
250 750 1 -1 2 800 0 0
-1
E
either~
A small chain of bright gold fit to hang about your neck.

~
P
-1

#5027
necklace~
necklaces~
+of yellow beads~
+of yellow beads~
lies here.~
lie here.~
~
~
Kiian~
Jimbalaya~
9 5027 268697667 0 5 0
0 0 64 0 0 0 4
0 1 0 0
100 5000 20 -1 5 900 0 0
-1
A 8 -5
A 9 5
A 7 5
E
either~
A small necklace fashioned out of thousands of tiny, interlocking yellow

stone beads.  Its unusual design seems to give it surprising strength and

durability.

~
P
-1

#5028
necklace~
necklaces~
crystal~
crystal~
lies here.~
lie here.~
~
~
Kiian~
Jimbalaya~
9 5028 8650817 0 5 0
0 0 147520 0 0 0 4
0 1 0 0
150 750 10 -1 4 500 0 0
-1
E
either~
A thin silver chain with a small glowing crystal attached to it.

~
P
-1

#5029
necklace~
necklaces~
pearl~
+of water breathing~
lies here.~
lie here.~
~
~
Kiian~
Kiian~
9 5029 262208 0 5 1048576
0 0 32 16777216 0 0 4
0 1 -1 -1
100 2000 1 -1 3 500 0 0
-1
E
either~
This necklace is made from hundreds of tiny pearls all intricately woven

together.

~
P
-1

#5030
runed necklace~
runed necklaces~
~
~
lies on the ground.~
lie on the ground.~
~
~
Dragos~
Jimbalaya~
9 5030 262208 0 5 0
0 0 64 0 0 0 4
0 1 0 0
50 2000 10 -1 5 500 0 0
-1
A 12 10
E
either~
A necklace covered in runes of an ancient religion lies here. 

Constructed from a red-grey stone, it glows softly as you handle it.

~
P
-1

#5041
sceptre~
sceptres~
diamond~
diamond~
has been left by some crazy person on the ground.~
have been left by some nut here.~
~
~
Mylar~
Talis~
4 5041 64 4 16385 0
0 0 64 0 0 0 4
0 2 2 7
200 2500 20 -1 6 1000 0 0
-1
A 18 2
E
either~
A long staff of gold with a large diamond fastened to the tip.

~
P
-1

#6000
key of black marble~
key of black marble~
~
~
A key of the finest black marble has been dropped here.~
~
~
~
(null pointer)~
Marek~
18 6000 64 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 2250 37 -1 1 1000 0 0
-1
E
either~
This small key is smooth to the touch, and is made of reflective black

marble.

~
P
-1

#6001
key of brilliant red ruby~
keys of brilliant red ruby~
~
~
adorns the floor.~
adorn the floor.~
~
~
(null pointer)~
Padraig~
18 6001 64 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 1000 37 -1 1 1000 0 0
-1
E
either~
A small key made from ruby.

~
P
-1

#6002
shimmering black key~
shimmering black key~
~
~
A key made from black light glows here.~
~
~
~
(null pointer)~
Padraig~
18 6002 66 4 1 0
0 0 0 0 0 0 4
0 0 0 0
10 50 37 -1 1 1000 0 0
-1
E
either~
A key made from a shimmering black metal.

~
P
-1

#6004
rusty iron key~
rusty iron keys~
~
~
lies here.~
lie here.~
~
~
(null pointer)~
Padraig~
18 6004 8388608 4 16385 0
0 0 4096 0 0 0 4
0 0 0 0
10 0 0 -1 1 1000 0 0
-1
E
either~
A medium sized iron key that is covered in red rust.

~
P
-1
#0

#$