Home | History | Annotate | Line # | Download | only in battlestar
      1  1.12      agc /*	$NetBSD: dayfile.c,v 1.12 2003/08/07 09:37:01 agc Exp $	*/
      2   1.3      cgd 
      3   1.1      cgd /*
      4   1.3      cgd  * Copyright (c) 1983, 1993
      5   1.3      cgd  *	The Regents of the University of California.  All rights reserved.
      6   1.1      cgd  *
      7   1.1      cgd  * Redistribution and use in source and binary forms, with or without
      8   1.1      cgd  * modification, are permitted provided that the following conditions
      9   1.1      cgd  * are met:
     10   1.1      cgd  * 1. Redistributions of source code must retain the above copyright
     11   1.1      cgd  *    notice, this list of conditions and the following disclaimer.
     12   1.1      cgd  * 2. Redistributions in binary form must reproduce the above copyright
     13   1.1      cgd  *    notice, this list of conditions and the following disclaimer in the
     14   1.1      cgd  *    documentation and/or other materials provided with the distribution.
     15  1.12      agc  * 3. Neither the name of the University nor the names of its contributors
     16   1.1      cgd  *    may be used to endorse or promote products derived from this software
     17   1.1      cgd  *    without specific prior written permission.
     18   1.1      cgd  *
     19   1.1      cgd  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     20   1.1      cgd  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     21   1.1      cgd  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     22   1.1      cgd  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     23   1.1      cgd  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     24   1.1      cgd  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     25   1.1      cgd  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     26   1.1      cgd  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     27   1.1      cgd  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     28   1.1      cgd  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     29   1.1      cgd  * SUCH DAMAGE.
     30   1.1      cgd  */
     31   1.1      cgd 
     32   1.5    lukem #include <sys/cdefs.h>
     33   1.1      cgd #ifndef lint
     34   1.3      cgd #if 0
     35   1.4      tls static char sccsid[] = "@(#)dayfile.c	8.2 (Berkeley) 4/28/95";
     36   1.3      cgd #else
     37  1.12      agc __RCSID("$NetBSD: dayfile.c,v 1.12 2003/08/07 09:37:01 agc Exp $");
     38   1.3      cgd #endif
     39   1.6    lukem #endif				/* not lint */
     40   1.1      cgd 
     41   1.4      tls #include "extern.h"
     42   1.1      cgd 
     43   1.1      cgd struct room dayfile[] = {
     44  1.11      jsm 	{0, {0}, 0, {0} },
     45  1.11      jsm 	/* 1 */
     46   1.6    lukem 	{"You are in the main hangar.",
     47   1.6    lukem 		{5, 2, 9, 3, 3, 1, 0, 0},
     48   1.6    lukem 	"This is a huge bay where many fighters and cargo craft lie.  Alarms are \n\
     49   1.1      cgd sounding and fighter pilots are running to their ships.  Above is a gallery\n\
     50   1.1      cgd overlooking the bay. The scream of turbo engines is coming from +. The rest\n\
     51  1.11      jsm of the hangar is +. There is an exit +.*\n", {0} },
     52  1.11      jsm 	/* 2 */
     53   1.6    lukem 	{"This is the landing bay.",
     54   1.5    lukem 		{1, 0, 10, 0, 0, 0, 0, 0},
     55   1.6    lukem 	"Ships are landing here, some heavily damaged. Enemy fighters continually\n\
     56  1.10      jsm strafe this vulnerable port. The main hangar is +. *\n\
     57  1.11      jsm There is an exit +.*\n", {0} },
     58  1.11      jsm 	/* 3 */
     59   1.6    lukem 	{"You are in the gallery.",
     60   1.5    lukem 		{4, 0, 0, 0, 0, 0, 1, 0},
     61   1.6    lukem 	"From here a view of the entire landing bay reveals that our battlestar\n\
     62   1.1      cgd is near destruction. Fires are spreading out of control and laser blasts\n\
     63  1.11      jsm lick at the shadows. The control room is +. ***\n", {0} },
     64  1.11      jsm 	/* 4 */
     65   1.6    lukem 	{"You are in the control room.",
     66   1.5    lukem 		{0, 3, 0, 0, 0, 0, 5, 0},
     67   1.6    lukem 	"Several frantic technicians are flipping switches wildly but otherwise\n\
     68   1.1      cgd this room seems fairly deserted.  A weapons locker has been left open.\n\
     69  1.11      jsm A staircase leads down. * There is a way -. **        \n", {0} },
     70  1.11      jsm 	/* 5 */
     71   1.6    lukem 	{"This is the launch room.",
     72   1.5    lukem 		{6, 1, 7, 0, 4, 1, 0, 0},
     73   1.6    lukem 	"From the launch tubes here fighters blast off into space. Only one is left,\n\
     74   1.1      cgd and it is guarded by two fierce men. A staircase leads up from here.\n\
     75   1.1      cgd There is a cluttered workbench +. From the main hangar come sounds of great\n\
     76  1.11      jsm explosions.  The main hangar is +. The viper launch tubes are -.*\n", {0} },
     77  1.11      jsm 	/* 6 */
     78   1.6    lukem 	{"You are at the workbench.",
     79   1.5    lukem 		{0, 5, 7, 0, 0, 0, 0, 0},
     80   1.6    lukem 	"Strange and unwieldy tools are arranged here including a lunch box \n\
     81   1.1      cgd and pneumatic wrenches and turbo sprocket rockets.*\n\
     82  1.11      jsm The launch room is +. The remaining viper is +.*\n", {0} },
     83  1.11      jsm 	/* 7 */
     84   1.6    lukem 	{"You are in the viper launch tube.",
     85   1.5    lukem 		{0, 5, 0, 5, 32, 0, 0, 0},
     86  1.11      jsm 	"The two guards are eyeing you warily! ****\n", {0} },
     87  1.11      jsm 	/* 8 */
     88   1.6    lukem 	{"This is a walk in closet.",
     89   1.5    lukem 		{22, 0, 0, 0, 0, 0, 0, 0},
     90   1.6    lukem 	"A wardrobe of immense magnitude greets the eye.  Furs and robes of kings\n\
     91   1.1      cgd hang on rack after rack.  Silken gowns, capes woven with spun gold, and \n\
     92  1.11      jsm delicate synthetic fabrics are stowed here.  The bedroom is +.***\n", {0} },
     93  1.11      jsm 	/* 9 */
     94   1.6    lukem 	{"You are in a wide hallway leading to the main hangar.",
     95   1.5    lukem 		{0, 0, 11, 1, 0, 0, 0, 0},
     96   1.6    lukem 	"The walls and ceiling here have been blasted through in several places.\n\
     97   1.1      cgd It looks as if quite a battle has been fought for possession of the landing bay\n\
     98   1.1      cgd Gaping corpses litter the floor.**  The hallway continues +.\n\
     99  1.11      jsm The main hangar is +.\n", {0} },
    100  1.11      jsm 	/* 10 */
    101   1.6    lukem 	{"You are in a wide hallway leading to the landing bay.",
    102   1.5    lukem 		{0, 0, 12, 2, 0, 0, 0, 0},
    103   1.6    lukem 	"Most of the men and supplies needed in the main hangar come through this\n\
    104   1.1      cgd corridor, but the wounded are forced to use it too. It very dank and\n\
    105   1.1      cgd crowded here, and the floor is slippery with blood.**\n\
    106  1.11      jsm The hallway continues -. The landing bay is +.\n", {0} },
    107  1.11      jsm 	/* 11 */
    108   1.6    lukem 	{"The hallway is very congested with rubble here.",
    109   1.5    lukem 		{0, 0, 0, 9, 13, 1, 0, 0},
    110   1.6    lukem 	"It is too choked with broken steel girders and other debris to continue\n\
    111   1.1      cgd on much farther. Above, the ceiling has caved in and it is possible to \n\
    112   1.1      cgd climb up. There is not much chance to go -, -, or -.\n\
    113  1.11      jsm But the hallway seems clearer +.\n", {0} },
    114  1.11      jsm 	/* 12 */
    115   1.6    lukem 	{"A wide hallway and a more narrow walkway meet here.",
    116   1.5    lukem 		{14, 15, 0, 10, 0, 0, 0, 0},
    117   1.6    lukem 	"The intersection is crowded with the many wounded who have come up\n\
    118   1.1      cgd the wide hallway and continued +. The walkway is less crowded +.\n\
    119  1.11      jsm The wide hallway goes *-.\n", {0} },
    120  1.11      jsm 	/* 13 */
    121   1.6    lukem 	{"You are in what was once an elegant stateroom.",
    122   1.5    lukem 		{16, 0, 0, 0, 0, 0, 11, 0},
    123   1.6    lukem 	"Whoever lived in this stateroom, he and his female companion\n\
    124   1.1      cgd were mercilessly slain in their sleep. Clothes, trinkets and personal\n\
    125   1.1      cgd belongings are scattered all across the floor. Through a hole in the\n\
    126  1.11      jsm collapsed floor I can see a hallway below.  A door is +.***\n", {0} },
    127  1.11      jsm 	/* 14 */
    128   1.6    lukem 	{"You're at the entrance to the sick bay.",
    129   1.5    lukem 		{17, 12, 18, 0, 0, 0, 0, 0},
    130   1.6    lukem 	"The wounded are entering the sick bay in loudly moaning files.\n\
    131   1.1      cgd The walkway continues - and +. A doctor is motioning for you to \n\
    132  1.11      jsm come to the -. *\n", {0} },
    133  1.11      jsm 	/* 15 */
    134   1.6    lukem 	{"You're in the walkway.",
    135   1.5    lukem 		{12, 19, 0, 0, 0, 0, 0, 0},
    136   1.6    lukem 	"Most of the men and supplies were coming from the armory. The walkway\n\
    137  1.11      jsm continues -. The armory is +.**\n", {0} },
    138  1.11      jsm 	/* 16 */
    139   1.6    lukem 	{"These are the executive suites of the battlestar.",
    140   1.5    lukem 		{20, 13, 21, 22, 23, 1, 24, 0},
    141   1.6    lukem 	"Luxurious staterooms carpeted with crushed velvet and adorned with beaten\n\
    142   1.1      cgd gold open onto this parlor. A wide staircase with ivory banisters leads\n\
    143  1.10      jsm up or down. This parlor leads into a hallway +. The bridal suite is\n\
    144  1.11      jsm +. Other rooms lie - and +.\n", {0} },
    145  1.11      jsm 	/* 17 */
    146   1.6    lukem 	{"You're in a long dimly lit hallway.",
    147   1.5    lukem 		{0, 14, 25, 0, 0, 0, 0, 0},
    148   1.6    lukem 	"This part of the walkway is deserted. There is a dead end +. The\n\
    149  1.11      jsm entrance to the sickbay is +. The walkway turns sharply -.*\n", {0} },
    150  1.11      jsm 	/* 18 */
    151   1.6    lukem 	{"This is the sick bay.",
    152   1.5    lukem 		{0, 0, 0, 14, 0, 0, 0, 0},
    153   1.6    lukem 	"Sinister nurses with long needles and pitiful aim probe the depths of suffering\n\
    154   1.1      cgd here. Only the mortally wounded receive medical attention on a battlestar,\n\
    155   1.1      cgd but afterwards they are thrown into the incinerators along with the rest.**\n\
    156  1.11      jsm Nothing but death and suffering +.  The walkway is +.\n", {0} },
    157  1.11      jsm 	/* 19 */
    158   1.6    lukem 	{"You're in the armory.",
    159   1.5    lukem 		{15, 26, 0, 0, 0, 0, 0, 0},
    160   1.6    lukem 	"An armed guard is stationed here 365 sectars a yarn to protect the magazine.\n\
    161  1.11      jsm The walkway is +. The magazine is +.**\n", {0} },
    162  1.11      jsm 	/* 20 */
    163   1.6    lukem 	{"The hallway ends here at the presidential suite.",
    164   1.5    lukem 		{27, 16, 0, 0, 0, 0, 0, 0},
    165   1.6    lukem 	"The door to this suite is made from solid magnesium, and the entryway is\n\
    166   1.1      cgd inlaid with diamonds and fire opals. The door is ajar +. The hallway\n\
    167  1.11      jsm goes -.**\n", {0} },
    168  1.11      jsm 	/* 21 */
    169   1.6    lukem 	{"This is the maid's utility room.",
    170   1.5    lukem 		{0, 0, 0, 16, 0, 0, 0, 0},
    171   1.6    lukem 	"What a gruesome sight! The maid has been brutally drowned in a bucket of\n\
    172   1.1      cgd Pine Sol and repeatedly stabbed in the back with a knife.***\n\
    173  1.11      jsm The hallway is +.\n", {0} },
    174  1.11      jsm 	/* 22 */
    175   1.6    lukem 	{"This is a luxurious stateroom.",
    176   1.5    lukem 		{0, 8, 16, 0, 0, 0, 0, 0},
    177   1.6    lukem 	"The floor is carpeted with a soft animal fur and the great wooden furniture\n\
    178   1.1      cgd is inlaid with strips of platinum and gold.  Electronic equipment built\n\
    179   1.1      cgd into the walls and ceiling is flashing wildly.  The floor shudders and\n\
    180   1.1      cgd the sounds of dull explosions rumble though the room.  From a window in\n\
    181   1.1      cgd the wall + comes a view of darkest space.  There is a small adjoining\n\
    182  1.11      jsm room +, and a doorway +.*\n", {0} },
    183  1.11      jsm 	/* 23 */
    184   1.6    lukem 	{"You are at the entrance to the dining hall.",
    185   1.5    lukem 		{0, 0, 28, 0, 0, 0, 16, 0},
    186   1.6    lukem 	"A wide staircase with ebony banisters leads down here.**\n\
    187  1.11      jsm The dining hall is -.*\n", {0} },
    188  1.11      jsm 	/* 24 */
    189   1.6    lukem 	{"This was once the first class lounge.",
    190   1.5    lukem 		{0, 0, 29, 0, 16, 1, 0, 0},
    191   1.6    lukem 	"There is much rubble and destruction here that was not apparent elsewhere.\n\
    192   1.1      cgd The walls and ceilings have broken in in some places. A staircase with\n\
    193   1.1      cgd red coral banisters leads up. It is impossible to go - or -.\n\
    194  1.11      jsm It seems a little clearer +.*\n", {0} },
    195  1.11      jsm 	/* 25 */
    196   1.6    lukem 	{"You are in a narrow stairwell.",
    197   1.5    lukem 		{0, 17, 0, 0, 30, 1, 0, 0},
    198   1.6    lukem 	"These dusty and decrepit stairs lead up.  There is no way -.  The\n\
    199  1.11      jsm hallway turns sharply -.**\n", {0} },
    200  1.11      jsm 	/* 26 */
    201   1.6    lukem 	{"You are in the magazine.",
    202   1.5    lukem 		{19, 0, 0, 0, 0, 0, 0, 0},
    203   1.6    lukem 	"Rows and rows of neatly stacked ammunition for laser pistols and grenade\n\
    204  1.11      jsm launchers are here. The armory is +.***\n", {0} },
    205  1.11      jsm 	/* 27 */
    206   1.6    lukem 	{"You're in the presidential suite.",
    207   1.5    lukem 		{0, 20, 0, 0, 0, 0, 0, 0},
    208   1.6    lukem 	"Apparently the president has been assassinated. A scorched figure lies\n\
    209   1.1      cgd face downward on the carpet clutching his chest.*\n\
    210  1.11      jsm The hallway leads -.**\n", {0} },
    211  1.11      jsm 	/* 28 */
    212   1.6    lukem 	{"You are in the dining hall.",
    213   1.5    lukem 		{0, 30, 31, 23, 0, 0, 0, 0},
    214   1.7  hubertf 	"This was the scene of a mass suicide. Hundreds of ambassadors and assorted\n\
    215   1.1      cgd dignitaries sit slumped over their breakfast cereal. I suppose the news\n\
    216   1.1      cgd of the cylon attack killed them. There is a strange chill in this room.  I\n\
    217  1.11      jsm would not linger here. * The kitchen is +. Entrances + and +.\n", {0} },
    218  1.11      jsm 	/* 29 */
    219   1.6    lukem 	{"The debris is very thick here.",
    220   1.5    lukem 		{0, 11, 0, 24, 0, 0, 0, 0},
    221   1.6    lukem 	"Broken furniture, fallen girders, and other rubble block the way.\n\
    222   1.1      cgd There is not much chance to continue -, -, or -.\n\
    223  1.11      jsm It would be best to go -.\n", {0} },
    224  1.11      jsm 	/* 30 */
    225   1.6    lukem 	{"You are in the kitchen.",
    226   1.5    lukem 		{28, 0, 0, 0, 0, 0, 0, 0},
    227   1.6    lukem 	"This room is full of shining stainless steel and burnished bronze cookware. An \n\
    228   1.1      cgd assortment of tropical fruits and vegetables as well as fine meats and cheeses \n\
    229   1.1      cgd lies on a sterling platter. The chef, unfortunately, has been skewered like a \n\
    230  1.11      jsm side of beef. The dining room is +. ** There is a locked door +.\n", {0} },
    231  1.11      jsm 	/* 31 */
    232   1.6    lukem 	{"You are in an arched entry leading to the dining room.",
    233   1.5    lukem 		{0, 0, 0, 28, 0, 0, 0, 0},
    234   1.6    lukem 	"The door leading out is bolted shut from the outside and is very strong.***\n\
    235  1.11      jsm The dining room is +.\n", {0} },
    236  1.11      jsm 	/* 32 */
    237   1.6    lukem 	{"You are in space.",
    238   1.5    lukem 		{33, 34, 35, 36, 37, 1, 33, 1},
    239  1.11      jsm 	"****\n", {0} },
    240  1.11      jsm 	/* 33 */
    241   1.6    lukem 	{"You are in space.",
    242   1.5    lukem 		{38, 32, 39, 40, 41, 1, 42, 1},
    243  1.11      jsm 	"****\n", {0} },
    244  1.11      jsm 	/* 34 */
    245   1.6    lukem 	{"You are in space.",
    246   1.5    lukem 		{32, 44, 45, 46, 47, 1, 48, 1},
    247  1.11      jsm 	"****\n", {0} },
    248  1.11      jsm 	/* 35 */
    249   1.6    lukem 	{"You are in space.",
    250   1.5    lukem 		{40, 45, 49, 32, 50, 1, 51, 1},
    251  1.11      jsm 	"****\n", {0} },
    252  1.11      jsm 	/* 36 */
    253   1.6    lukem 	{"You are in space.",
    254   1.5    lukem 		{41, 46, 32, 52, 53, 1, 54, 1},
    255  1.11      jsm 	"****\n", {0} },
    256  1.11      jsm 	/* 37 */
    257   1.6    lukem 	{"You are in space.",
    258   1.5    lukem 		{42, 47, 50, 53, 55, 1, 32, 1},
    259  1.11      jsm 	"****\n", {0} },
    260  1.11      jsm 	/* 38 */
    261   1.6    lukem 	{"You are in space.",
    262   1.5    lukem 		{43, 48, 51, 54, 32, 1, 56, 1},
    263  1.11      jsm 	"****\n", {0} },
    264  1.11      jsm 	/* 39 */
    265   1.6    lukem 	{"You are in space.",
    266   1.5    lukem 		{57, 33, 40, 41, 42, 1, 43, 1},
    267  1.11      jsm 	"****\n", {0} },
    268  1.11      jsm 	/* 40 */
    269   1.6    lukem 	{"You are in space.",
    270   1.5    lukem 		{39, 35, 57, 33, 58, 1, 59, 1},
    271  1.11      jsm 	"****\n", {0} },
    272  1.11      jsm 	/* 41 */
    273   1.6    lukem 	{"You are in space.",
    274   1.5    lukem 		{39, 36, 33, 59, 60, 1, 61, 1},
    275  1.11      jsm 	"****\n", {0} },
    276  1.11      jsm 	/* 42 */
    277   1.6    lukem 	{"You are in space.",
    278   1.5    lukem 		{39, 37, 58, 60, 62, 1, 33, 1},
    279  1.11      jsm 	"****\n", {0} },
    280  1.11      jsm 	/* 43 */
    281   1.6    lukem 	{"You are in space.",
    282   1.5    lukem 		{39, 38, 59, 61, 33, 1, 63, 1},
    283  1.11      jsm 	"****\n", {0} },
    284  1.11      jsm 	/* 44 */
    285   1.6    lukem 	{"You are in space.",
    286   1.5    lukem 		{34, 64, 45, 46, 47, 1, 48, 1},
    287  1.11      jsm 	"****\n", {0} },
    288  1.11      jsm 	/* 45 */
    289   1.6    lukem 	{"You are in space.",
    290   1.5    lukem 		{35, 44, 49, 34, 50, 1, 51, 1},
    291  1.11      jsm 	"****\n", {0} },
    292  1.11      jsm 	/* 46 */
    293   1.6    lukem 	{"You are in space.",
    294   1.5    lukem 		{36, 44, 34, 52, 53, 1, 54, 1},
    295  1.11      jsm 	"****\n", {0} },
    296  1.11      jsm 	/* 47 */
    297   1.6    lukem 	{"You are in space.",
    298   1.5    lukem 		{37, 44, 50, 53, 55, 1, 34, 1},
    299  1.11      jsm 	"****\n", {0} },
    300  1.11      jsm 	/* 48 */
    301   1.6    lukem 	{"You are in space.",
    302   1.5    lukem 		{38, 44, 51, 54, 34, 1, 56, 1},
    303  1.11      jsm 	"****\n", {0} },
    304  1.11      jsm 	/* 49 */
    305   1.6    lukem 	{"You are in space.",
    306   1.5    lukem 		{49, 49, 52, 35, 49, 1, 49, 1},
    307  1.11      jsm 	"****\n", {0} },
    308  1.11      jsm 	/* 50 */
    309   1.6    lukem 	{"You are in space.",
    310   1.5    lukem 		{58, 47, 49, 37, 55, 1, 35, 1},
    311  1.11      jsm 	"****\n", {0} },
    312  1.11      jsm 	/* 51 */
    313   1.6    lukem 	{"You are in space.",
    314   1.5    lukem 		{59, 48, 49, 38, 35, 1, 56, 1},
    315  1.11      jsm 	"****\n", {0} },
    316  1.11      jsm 	/* 52 */
    317   1.6    lukem 	{"You are in space.",
    318   1.5    lukem 		{52, 52, 36, 49, 52, 1, 52, 1},
    319  1.11      jsm 	"****\n", {0} },
    320  1.11      jsm 	/* 53 */
    321   1.6    lukem 	{"You are in space.",
    322   1.5    lukem 		{60, 46, 37, 52, 55, 1, 36, 1},
    323  1.11      jsm 	"****\n", {0} },
    324  1.11      jsm 	/* 54 */
    325   1.6    lukem 	{"You are in space.",
    326   1.5    lukem 		{61, 48, 38, 52, 36, 1, 56, 1},
    327  1.11      jsm 	"****\n", {0} },
    328  1.11      jsm 	/* 55 */
    329   1.6    lukem 	{"You are in space.",
    330   1.5    lukem 		{62, 55, 55, 55, 56, 1, 37, 1},
    331  1.11      jsm 	"****\n", {0} },
    332  1.11      jsm 	/* 56 */
    333   1.6    lukem 	{"You are in space.",
    334   1.5    lukem 		{56, 56, 56, 56, 38, 1, 55, 1},
    335  1.11      jsm 	"****\n", {0} },
    336  1.11      jsm 	/* 57 */
    337   1.6    lukem 	{"You are in space.",
    338   1.5    lukem 		{65, 39, 57, 57, 57, 1, 57, 1},
    339  1.11      jsm 	"****\n", {0} },
    340  1.11      jsm 	/* 58 */
    341   1.6    lukem 	{"You are in space.",
    342   1.5    lukem 		{39, 50, 49, 42, 62, 1, 40, 1},
    343  1.11      jsm 	"****\n", {0} },
    344  1.11      jsm 	/* 59 */
    345   1.6    lukem 	{"You are in space.",
    346   1.5    lukem 		{39, 51, 49, 43, 40, 1, 63, 1},
    347  1.11      jsm 	"****\n", {0} },
    348  1.11      jsm 	/* 60 */
    349   1.6    lukem 	{"You are in space.",
    350   1.5    lukem 		{39, 53, 43, 59, 62, 1, 41, 1},
    351  1.11      jsm 	"****\n", {0} },
    352  1.11      jsm 	/* 61 */
    353   1.6    lukem 	{"You are in space.",
    354   1.5    lukem 		{39, 54, 43, 59, 41, 1, 56, 1},
    355  1.11      jsm 	"****\n", {0} },
    356  1.11      jsm 	/* 62 */
    357   1.6    lukem 	{"You are in space.",
    358   1.5    lukem 		{39, 55, 62, 62, 56, 1, 42, 1},
    359  1.11      jsm 	"****\n", {0} },
    360  1.11      jsm 	/* 63 */
    361   1.6    lukem 	{"You are in space.",
    362   1.5    lukem 		{39, 56, 35, 36, 43, 1, 55, 1},
    363  1.11      jsm 	"****\n", {0} },
    364  1.11      jsm 	/* 64 */
    365   1.6    lukem 	{"You are in space.",
    366   1.5    lukem 		{44, 66, 66, 66, 66, 1, 66, 1},
    367  1.11      jsm 	"****\n", {0} },
    368  1.11      jsm 	/* 65 */
    369   1.6    lukem 	{"You are in space.",
    370   1.5    lukem 		{67, 57, 67, 67, 67, 1, 67, 1},
    371  1.11      jsm 	"****\n", {0} },
    372  1.11      jsm 	/* 66 */
    373   1.6    lukem 	{"You are in space.",
    374   1.5    lukem 		{64, 68, 68, 68, 68, 1, 68, 1},
    375  1.11      jsm 	"****\n", {0} },
    376  1.11      jsm 	/* 67 */
    377   1.6    lukem 	{"You are orbiting a small blue planet.",
    378   1.5    lukem 		{67, 67, 67, 67, 65, 1, 69, 1},
    379  1.11      jsm 	"****\n", {0} },
    380  1.11      jsm 	/* 68 */
    381   1.6    lukem 	{"You are orbiting a tropical planet.",
    382   1.5    lukem 		{68, 68, 68, 68, 66, 1, 70, 1},
    383  1.11      jsm 	"****\n", {0} },
    384  1.11      jsm 	/* 69 */
    385   1.6    lukem 	{"You are flying through a dense fog.",
    386   1.5    lukem 		{69, 69, 69, 69, 69, 1, 69, 1},
    387   1.6    lukem 	"A cold grey sea of mist is swirling around the windshield and water droplets\n\
    388   1.1      cgd are spewing from the wingtips. Ominous shadows loom in the darkness and it\n\
    389   1.1      cgd feels as if a trap is closing around us. I have lost all sense of direction.\n\
    390  1.11      jsm ****\n", {0} },
    391  1.11      jsm 	/* 70 */
    392   1.6    lukem 	{"You are approaching an island.",
    393   1.5    lukem 		{71, 72, 73, 74, 68, 1, 0, 1},
    394   1.6    lukem 	"Coconut palms, sword ferns, orchids, and other lush vegetation drape this\n\
    395   1.1      cgd jagged island carved seemingly from pure emerald and set in a turquoise\n\
    396  1.11      jsm sea. The land rises sharply +. There is a nice beach* +.*\n", {0} },
    397  1.11      jsm 	/* 71 */
    398   1.6    lukem 	{"You are flying over a mountainous region.",
    399   1.5    lukem 		{75, 73, 76, 77, 68, 1, 0, 1},
    400   1.6    lukem 	"Below is a magnificent canyon with deep gorges, high pinnacles and\n\
    401   1.1      cgd waterfalls plummeting hundreds of feet into mist. Everything in sight\n\
    402  1.11      jsm is carpeted with a tropical green.* The ocean is +.**\n", {0} },
    403  1.11      jsm 	/* 72 */
    404   1.6    lukem 	{"You are flying over the ocean.",
    405   1.5    lukem 		{74, 78, 78, 78, 68, 1, 0, 1},
    406   1.6    lukem 	"You bank over the water and your wingtips dip low to the green waves.  The\n\
    407   1.1      cgd sea is very shallow here and the white coral beds beneath us teem with \n\
    408  1.11      jsm colorful fish.****\n", {0} },
    409  1.11      jsm 	/* 73 */
    410   1.6    lukem 	{"You are flying over the beach.",
    411   1.5    lukem 		{71, 72, 79, 74, 68, 1, 80, 1},
    412   1.6    lukem 	"A warm gentle surf caresses the white coral beach here. The land rises\n\
    413  1.11      jsm sharply +.* The beach is lost in low cliffs and rocks +.*\n", {0} },
    414  1.11      jsm 	/* 74 */
    415   1.6    lukem 	{"You are flying over a large lagoon.",
    416   1.5    lukem 		{81, 72, 73, 82, 68, 1, 0, 1},
    417   1.6    lukem 	"Encircled by a coral reef, the palms and ferns in this sheltered spot\n\
    418   1.1      cgd have grown down to the water's very brink which winds tortuously inland.\n\
    419  1.11      jsm There looks like a small village +.***\n", {0} },
    420  1.11      jsm 	/* 75 */
    421   1.6    lukem 	{"You are flying over a gently sloping plane.",
    422   1.5    lukem 		{83, 71, 84, 85, 68, 1, 0, 1},
    423   1.6    lukem 	"This is where several alluvial fans and ancient lava flows have run\n\
    424   1.1      cgd together forming a fertile plane choked with vegetation. It would be\n\
    425  1.11      jsm impossible to land safely here.* The terrain is more rugged +.**\n", {0} },
    426  1.11      jsm 	/* 76 */
    427   1.6    lukem 	{"You are flying through a gorge.",
    428   1.5    lukem 		{0, 0, 86, 71, 68, 1, 102, 1},
    429   1.6    lukem 	"This narrow, steep sided canyon is lined with waving ferns. The floor is of\n\
    430   1.1      cgd light gravel with many freshets pouring from the walls and running along it.\n\
    431  1.11      jsm The gorge leads to the sea** +, and to a tumultuous origin +.\n", {0} },
    432  1.11      jsm 	/* 77 */
    433   1.6    lukem 	{"You are flying over a plantation.",
    434   1.5    lukem 		{85, 81, 71, 88, 68, 1, 89, 1},
    435   1.6    lukem 	"Rows of palms, papayas, mangoes, kiwi, as well as smaller fields of sugar\n\
    436   1.1      cgd cane and pineapple are growing here. It might be possible to land here, but\n\
    437   1.1      cgd I wouldn't advise it.* There looks like two small settlements +     \n\
    438  1.11      jsm and *+.\n", {0} },
    439  1.11      jsm 	/* 78 */
    440   1.6    lukem 	{"You are over the ocean.",
    441   1.5    lukem 		{72, 78, 79, 74, 68, 1, 0, 1},
    442  1.11      jsm 	"The deep green swells foam and roll into the shore **+*.\n", {0} },
    443  1.11      jsm 	/* 79 */
    444   1.6    lukem 	{"You are flying along the coast.",
    445   1.5    lukem 		{86, 72, 90, 73, 68, 1, 91, 1},
    446   1.6    lukem 	"The coastline here is very rocky with little or no sand. The surf in some\n\
    447   1.1      cgd places is violent and explodes in a shower of sparkling spray.\n\
    448  1.11      jsm There is a winding road below which closely follows the shore. ****\n", {0} },
    449  1.11      jsm 	/* 80 */
    450   1.6    lukem 	{"This is a beautiful coral beach.",
    451   1.5    lukem 		{106, 0, 107, 108, 73, 0, 0, 0},
    452   1.6    lukem 	"Fine silver sand kissed lightly by warm tropical waters stretches at least\n\
    453  1.11      jsm 30 meters here from the ocean to under gently swaying palms +.***\n", {0} },
    454  1.11      jsm 	/* 81 */
    455   1.6    lukem 	{"You are flying over a small fishing village.",
    456   1.5    lukem 		{77, 74, 71, 82, 68, 1, 92, 1},
    457   1.6    lukem 	"A few thatched huts a short distance from the water and row of more modern\n\
    458   1.1      cgd bungalows on either side of a dirt road are all that is here. The road\n\
    459  1.11      jsm continues on ***+.\n", {0} },
    460  1.11      jsm 	/* 82 */
    461   1.6    lukem 	{"You are flying over a clearing.",
    462   1.5    lukem 		{88, 72, 74, 87, 68, 1, 93, 1},
    463   1.6    lukem 	"There is a dock here (big enough for a seaplane) leading to a grassy\n\
    464   1.1      cgd meadow and a road. Some people are having a party down there.  Below is\n\
    465  1.11      jsm a good landing site. ****\n", {0} },
    466  1.11      jsm 	/* 83 */
    467   1.6    lukem 	{"You are flying over the shore.",
    468   1.5    lukem 		{94, 75, 95, 96, 68, 1, 0, 1},
    469   1.6    lukem 	"Rocky lava flows or coarse sandy beaches are all that is here except for\n\
    470  1.11      jsm sparse herbs and weeds.****\n", {0} },
    471  1.11      jsm 	/* 84 */
    472   1.6    lukem 	{"You are flying in a wide valley.",
    473   1.5    lukem 		{95, 97, 86, 75, 68, 1, 98, 1},
    474   1.6    lukem 	"This is a shallow valley yet the floor is obscured by a thick mist.\n\
    475  1.11      jsm The valley opens to the sea +. The mist grows thicker +.**\n", {0} },
    476  1.11      jsm 	/* 85 */
    477   1.6    lukem 	{"You are flying near the shore.",
    478   1.5    lukem 		{96, 77, 75, 99, 68, 1, 0, 1},
    479   1.6    lukem 	"Very tall palm trees growing in neatly planted rows march off from the \n\
    480   1.1      cgd water here towards the hills and down to the flat lands *+.*\n\
    481  1.11      jsm There is a nice beach +.\n", {0} },
    482  1.11      jsm 	/* 86 */
    483   1.6    lukem 	{"You are flying around the very tip of the island.",
    484   1.5    lukem 		{95, 79, 90, 84, 68, 1, 0, 1},
    485   1.6    lukem 	"There is no beach here for sheer cliffs rise several hundred feet\n\
    486   1.1      cgd to a tree covered summit. Far below, the blue sea gnaws voraciously at\n\
    487  1.11      jsm the roots of these cliffs. The island bends around +** and +.\n", {0} },
    488  1.11      jsm 	/* 87 */
    489   1.6    lukem 	{"You are flying along the coastline.",
    490   1.5    lukem 		{99, 82, 88, 100, 68, 1, 101, 1},
    491   1.6    lukem 	"There is a narrow strip of sand here lined with ferns and shrubs, but very\n\
    492   1.1      cgd few trees. The beach is barley wide enough to land on. The beach continues\n\
    493  1.11      jsm on -.* There are some buildings +.*\n", {0} },
    494  1.11      jsm 	/* 88 */
    495   1.6    lukem 	{"You are flying over several cottages and buildings",
    496   1.5    lukem 		{99, 82, 77, 87, 68, 1, 103, 1},
    497   1.6    lukem 	"The grounds here are landscaped with palm trees, ferns, orchids, and beds of\n\
    498   1.1      cgd flowering plumeria and antheriums. Directly below is a small ornate white\n\
    499   1.1      cgd house with a belltower, a lush green lawn, and a spurting fountain.\n\
    500  1.11      jsm Small dirt roads go + and +.**\n", {0} },
    501  1.11      jsm 	/* 89 */
    502   1.6    lukem 	{"You are in a field of sugar cane.",
    503   1.5    lukem 		{109, 110, 111, 112, 77, 0, 0, 0},
    504   1.6    lukem 	"These strong, thick canes give little shelter but many cuts and scrapes.\n\
    505  1.11      jsm There are some large trees ***+.\n", {0} },
    506  1.11      jsm 	/* 90 */
    507   1.6    lukem 	{"You are flying over the ocean.",
    508   1.5    lukem 		{95, 78, 90, 86, 68, 1, 0, 1},
    509   1.6    lukem 	"The water is a placid turquoise and so clear that fish and sharks\n\
    510  1.11      jsm many fathoms below are clearly visible.****\n", {0} },
    511  1.11      jsm 	/* 91 */
    512   1.6    lukem 	{"You are on the coast road.",
    513   1.5    lukem 		{113, 114, 115, 116, 79, 0, 0, 0},
    514   1.6    lukem 	"The road winds close to the shore here and the sound of crashing surf is\n\
    515  1.11      jsm deafening.* The water is +. The road continues - and -.\n", {0} },
    516  1.11      jsm 	/* 92 */
    517   1.6    lukem 	{"You are on the main street of the village.",
    518   1.5    lukem 		{117, 118, 119, 120, 81, 0, 0, 0},
    519   1.6    lukem 	"Thatched roofs and outrigger canoes, palm trees and vacation bungalows, and\n\
    520   1.1      cgd comely natives in a tropical paradise all make this a fantasy come true.\n\
    521  1.11      jsm There is an open bungalow +.*  The road continues - and -.\n", {0} },
    522  1.11      jsm 	/* 93 */
    523   1.6    lukem 	{"You are at the sea plane dock.",
    524   1.5    lukem 		{121, 122, 123, 124, 82, 0, 0, 0},
    525   1.6    lukem 	"Native girls with skin of gold, clad only in fragrant leis and lavalavas,\n\
    526  1.10      jsm line the dockside to greet you. A couple of ukulele=plucking islanders and a\n\
    527   1.1      cgd keyboard player are adding appropriate music. A road crosses the clearing \n\
    528  1.11      jsm +*.  There are some tables set up +.*\n", {0} },
    529  1.11      jsm 	/* 94 */
    530   1.6    lukem 	{"You are flying over the ocean.",
    531   1.5    lukem 		{94, 83, 95, 96, 68, 1, 0, 1},
    532   1.6    lukem 	"Sea weeds and kelp surge in the waves off shore here.  The ocean becomes \n\
    533  1.11      jsm much deeper +.***\n", {0} },
    534  1.11      jsm 	/* 95 */
    535   1.6    lukem 	{"You are flying along the coast.",
    536   1.5    lukem 		{94, 84, 86, 83, 68, 1, 0, 1},
    537   1.6    lukem 	"The land is very low here with a river running into the sea +. There\n\
    538  1.11      jsm is a wide valley opening up +. The very tip of the island is +.*\n", {0} },
    539  1.11      jsm 	/* 96 */
    540   1.6    lukem 	{"You are flying along the coast.",
    541   1.5    lukem 		{94, 85, 83, 99, 68, 1, 0, 1},
    542   1.6    lukem 	"There are some secluded sandy stretches of beach here, but too many rocky\n\
    543  1.11      jsm outcroppings of lava to land. There is a nicer beach ***+.\n", {0} },
    544  1.11      jsm 	/* 97 */
    545   1.6    lukem 	{"You are lost in a sea of fog.",
    546   1.5    lukem 		{97, 104, 97, 97, 97, 1, 0, 1},
    547   1.6    lukem 	"What have you gotten us into?\n\
    548  1.11      jsm I can't see a thing! ****\n", {0} },
    549  1.11      jsm 	/* 98 */
    550   1.6    lukem 	{"You are on a gravel wash.",
    551   1.5    lukem 		{125, 126, 127, 128, 84, 0, 0, 0},
    552   1.6    lukem 	"The sound of cascading water is the background for a diluted chorus of \n\
    553   1.1      cgd gurgling, splashing, and enchantingly delicate singing. Great billows\n\
    554  1.11      jsm of steam are rising *+.**\n", {0} },
    555  1.11      jsm 	/* 99 */
    556   1.6    lukem 	{"You are flying over a wide beach.",
    557   1.5    lukem 		{96, 88, 85, 87, 68, 1, 105, 1},
    558   1.6    lukem 	"Unlike the leeward beaches, few coconut palms grow here but a well groomed\n\
    559   1.1      cgd lawn and garden with traipsing stone walks leads down to the sand.*\n\
    560  1.11      jsm There are some buildings +. Some trees are growing +.*\n", {0} },
    561  1.11      jsm 	/* 100 */
    562   1.6    lukem 	{"You are flying over the ocean.",
    563   1.5    lukem 		{100, 100, 87, 100, 68, 1, 0, 1},
    564   1.6    lukem 	"The sea is a perfectly clear blue with a white sandy bottom.  No coral\n\
    565   1.1      cgd grows underwater here, but the force of the waves is broken by the steep\n\
    566  1.11      jsm incline.****\n", {0} },
    567  1.11      jsm 	/* 101 */
    568   1.6    lukem 	{"You are on a narrow strip of sand.",
    569   1.5    lukem 		{129, 130, 131, 0, 87, 0, 0, 0},
    570   1.6    lukem 	"Rather coarse sand makes this beach very steep and only a few meters wide.\n\
    571  1.11      jsm A fresh ocean breeze is rustling the ferns **+.*\n", {0} },
    572  1.11      jsm 	/* 102 */
    573   1.6    lukem 	{"This is Fern Canyon.",
    574   1.5    lukem 		{0, 0, 132, 133, 76, 0, 0, 0},
    575   1.6    lukem 	"Delicate waving ferns flourish here, suckled by warm water dripping from \n\
    576   1.1      cgd every fissure and crevice in the solid rock walls.\n\
    577  1.11      jsm The canyon winds **-, and -.\n", {0} },
    578  1.11      jsm 	/* 103 */
    579   1.6    lukem 	{"This is the front lawn.",
    580   1.5    lukem 		{134, 135, 136, 137, 88, 0, 0, 0},
    581   1.6    lukem 	"There is a small fountain here where the driveway meets the lawn.\n\
    582   1.1      cgd Across the driveway, +, is an ornate white house with and elegant \n\
    583   1.1      cgd woodworking.  The bargeboards are carved with fylfots, the ancient \n\
    584   1.1      cgd symbols of luck.  Even a bell tower has been built here.*  There is a \n\
    585  1.11      jsm road + which turns into the driveway.*\n", {0} },
    586  1.11      jsm 	/* 104 */
    587   1.6    lukem 	{"You have just crossed the crest of a mountain.",
    588   1.5    lukem 		{97, 79, 86, 71, 68, 1, 0, 1},
    589   1.6    lukem 	"The fog vanished mysteriously as we flew over the crest.*\n\
    590  1.11      jsm Far + I can see the ocean.**\n", {0} },
    591  1.11      jsm 	/* 105 */
    592   1.6    lukem 	{"You are on a sandy beach.",
    593   1.5    lukem 		{138, 139, 140, 0, 99, 0, 0, 0},
    594   1.6    lukem 	"This is the only good beach on the weather side of the island. Fine coral\n\
    595   1.1      cgd sand, a fresh sea breeze, and dramatic surf add to its appeal.**\n\
    596  1.11      jsm Stone steps lead to the gardens +.*\n", {0} },
    597  1.11      jsm 	/* 106 */
    598   1.6    lukem 	{"You are among palm trees near the shore.",
    599   1.5    lukem 		{141, 80, 142, 143, 73, 0, 0, 0},
    600   1.6    lukem 	"Arching coconut palms laden with fruit provide a canopy for the glistening\n\
    601   1.1      cgd white sand and sparse grasses growing here. The forest grows denser +.\n\
    602  1.11      jsm The ocean is +.**\n", {0} },
    603  1.11      jsm 	/* 107 */
    604   1.6    lukem 	{"You are walking along the beach.",
    605   1.5    lukem 		{144, 0, 145, 80, 73, 0, 0, 0},
    606   1.6    lukem 	"The warm tropical waters nuzzle your ankles as you walk. Above is a fiercely\n\
    607   1.1      cgd blue sky. The slope of the sand is so gentle that two hundred meters\n\
    608  1.11      jsm offshore the water is only knee deep.** There are some rocks +.*\n", {0} },
    609  1.11      jsm 	/* 108 */
    610   1.6    lukem 	{"You are walking along the beach.",
    611   1.5    lukem 		{146, 0, 80, 147, 73, 0, 0, 0},
    612   1.6    lukem 	"Many beautiful shells have been washed up here including bright yellow \n\
    613  1.10      jsm cowries, chocolate colored murex, orange conches, striped tritons and the\n\
    614  1.11      jsm deadly cone shells.****\n", {0} },
    615  1.11      jsm 	/* 109 */
    616   1.6    lukem 	{"You are in a papaya grove.",
    617   1.5    lukem 		{148, 89, 149, 150, 77, 0, 0, 0},
    618   1.6    lukem 	"Green slender trees no taller than three meters bulge with their\n\
    619  1.11      jsm orange succulent fruit. There are some tall trees +.***\n", {0} },
    620  1.11      jsm 	/* 110 */
    621   1.6    lukem 	{"You are in a field of pineapple.",
    622   1.5    lukem 		{89, 151, 152, 153, 77, 0, 0, 0},
    623   1.6    lukem 	"The sharp dagger like pineapple leaves can pierce the flesh and hold fast\n\
    624  1.11      jsm a skewered victim with tiny barbs.* The field ends +.**\n", {0} },
    625  1.11      jsm 	/* 111 */
    626   1.6    lukem 	{"You are in a field of kiwi plants.",
    627   1.5    lukem 		{149, 154, 155, 89, 77, 0, 0, 0},
    628   1.6    lukem 	"Round hairy fruit hang from staked vines here. There are some trees +\n\
    629  1.11      jsm and +. The field ends in a dirt road +.*\n", {0} },
    630  1.11      jsm 	/* 112 */
    631   1.6    lukem 	{"You are in a large grove of coconuts.",
    632   1.5    lukem 		{150, 153, 89, 156, 77, 0, 0, 0},
    633   1.6    lukem 	"These trees are much taller than any growing near the shore plus the fat,\n\
    634   1.1      cgd juicy coconuts have been selectively cultivated. The grove continues\n\
    635  1.11      jsm +, +, *and +.\n", {0} },
    636  1.11      jsm 	/* 113 */
    637   1.6    lukem 	{"You are in the woods.",
    638   1.5    lukem 		{157, 91, 158, 116, 79, 0, 0, 0},
    639   1.6    lukem 	"Tropical undergrowth makes the going rough here. Sword ferns give no strong\n\
    640   1.1      cgd foot hold and the dangling vines would gladly throttle one. Strange cackling\n\
    641  1.11      jsm noises are coming from somewhere +.***\n", {0} },
    642  1.11      jsm 	/* 114 */
    643   1.6    lukem 	{"You are at the shore.",
    644   1.5    lukem 		{91, 0, 159, 145, 79, 0, 0, 0},
    645   1.6    lukem 	"Explosions of surf jetting out of underwater tunnels here make it\n\
    646   1.1      cgd impossible to climb down to a small cave entrance below.  Only at rare\n\
    647  1.11      jsm minus tides would it be possible to enter.***  The beach is better +.\n", {0} },
    648  1.11      jsm 	/* 115 */
    649   1.6    lukem 	{"You are on the coast road.",
    650   1.5    lukem 		{158, 161, 162, 91, 79, 0, 0, 0},
    651   1.7  hubertf 	"The road is beginning to turn inland.* I can hear the surf +. The road\n\
    652  1.11      jsm continues +.*\n", {0} },
    653  1.11      jsm 	/* 116 */
    654   1.6    lukem 	{"The road winds deeper into the trees.",
    655   1.5    lukem 		{163, 142, 91, 164, 79, 0, 0, 0},
    656   1.6    lukem 	"Only narrow sunbeams filter through the foliage above. The moist rich earth\n\
    657   1.1      cgd has nurtured a myriad of trees, shrubs, and flowers to grow here. The\n\
    658  1.11      jsm road continues - and *- from here.*\n", {0} },
    659  1.11      jsm 	/* 117 */
    660   1.6    lukem 	{"This is the front porch of the bungalow.",
    661   1.5    lukem 		{165, 92, 0, 0, 81, 0, 0, 0},
    662   1.6    lukem 	"These wooden steps and porch are very bucolic. A little woven mat on the \n\
    663   1.1      cgd doorstep reads \"Don't Tread on Me\". The open front door is +.\n\
    664  1.11      jsm A stone walk leads to the main street +.**\n", {0} },
    665  1.11      jsm 	/* 118 */
    666   1.6    lukem 	{"You are on a path leading to the lagoon.",
    667   1.5    lukem 		{92, 166, 167, 168, 81, 0, 0, 0},
    668   1.6    lukem 	"This path trampled fern, grass, sapling, and anything else that got in its\n\
    669  1.11      jsm way.* The water is +.**\n", {0} },
    670  1.11      jsm 	/* 119 */
    671   1.6    lukem 	{"This is a dirt road.",
    672   1.5    lukem 		{169, 118, 170, 92, 81, 0, 0, 0},
    673  1.11      jsm 	"**The road continues on - here for some distance. A village is +.\n", {0} },
    674  1.11      jsm 	/* 120 */
    675   1.6    lukem 	{"You are on a dirt road.",
    676   1.5    lukem 		{171, 118, 92, 172, 81, 0, 0, 0},
    677  1.11      jsm 	"**There is a small village +. The road continues +.\n", {0} },
    678  1.11      jsm 	/* 121 */
    679   1.6    lukem 	{"You are on a dirt road.",
    680   1.5    lukem 		{173, 93, 174, 175, 82, 0, 0, 0},
    681   1.6    lukem 	"The light tan soil of the road contrasts artistically with the lush green\n\
    682   1.8  hubertf vegetation and searing blue sky.*  There is a clearing and many people +.\n\
    683  1.11      jsm The road continues - and -.\n", {0} },
    684  1.11      jsm 	/* 122 */
    685   1.6    lukem 	{"You are at the seaplane dock.",
    686   1.5    lukem 		{93, 0, 176, 177, 82, 0, 0, 0},
    687   1.6    lukem 	"Several muscular, bronze skinned men greet you warmly as you pass under\n\
    688   1.1      cgd a thatched shelter above the dock here. Polynesian hospitality.\n\
    689  1.11      jsm There is a clearing +.* A trail runs around the lagoon + and +.\n", {0} },
    690  1.11      jsm 	/* 123 */
    691   1.6    lukem 	{"There are some tables on the lawn here.",
    692   1.5    lukem 		{121, 122, 123, 93, 82, 0, 0, 0},
    693   1.6    lukem 	"Hors d'oeuvres, canapes, mixed drinks, and various narcotic drugs along with\n\
    694   1.1      cgd cartons of Di Gel fill the tables to overflowing. Several other guests are\n\
    695  1.11      jsm conversing and talking excitedly****.\n", {0} },
    696  1.11      jsm 	/* 124 */
    697   1.6    lukem 	{"You are nosing around in the bushes.",
    698   1.5    lukem 		{124, 124, 93, 124, 82, 0, 0, 0},
    699   1.6    lukem 	"There is little here but some old beer cans. You are making fools out of\n\
    700  1.11      jsm us in front of the other guests.** It would be best to go -.*\n", {0} },
    701  1.11      jsm 	/* 125 */
    702   1.6    lukem 	{"You are walking in a dry stream bed.",
    703   1.5    lukem 		{178, 98, 179, 0, 84, 0, 0, 0},
    704   1.6    lukem 	"The large cobblestones are difficult to walk on. No sunlight reaches\n\
    705   1.1      cgd below a white canopy of fog seemingly generated from *+.  A dirt path \n\
    706  1.11      jsm along the wash is +. A high bank is impossible to climb +.\n", {0} },
    707  1.11      jsm 	/* 126 */
    708   1.6    lukem 	{"You are at the thermal pools.",
    709   1.5    lukem 		{98, 0, 180, 181, 84, 0, 0, 0},
    710   1.6    lukem 	"Several steaming fumaroles and spluttering geysers drenched by icy mountain\n\
    711   1.1      cgd waters from a nearby waterfall heat half a dozen natural pools to a\n\
    712   1.1      cgd delicious 42 degrees. Enchantingly beautiful singing seems to flow from the\n\
    713   1.1      cgd water itself as it tumbles down the falls.*** There is a mossy entrance\n\
    714  1.11      jsm to a cave +.\n", {0} },
    715  1.11      jsm 	/* 127 */
    716   1.6    lukem 	{"You are in the woods.",
    717   1.5    lukem 		{127, 180, 182, 98, 84, 0, 0, 0},
    718   1.6    lukem 	"Coniferous trees girded by wild huckleberries, elderberries, salmonberries\n\
    719   1.1      cgd and thimbleberries enjoy a less tropical climate here in the high mountains.\n\
    720  1.11      jsm *The sound of rushing water is coming from +.**\n", {0} },
    721  1.11      jsm 	/* 128 */
    722   1.6    lukem 	{"You are on a dirt trail.",
    723   1.5    lukem 		{179, 181, 98, 0, 84, 0, 0, 0},
    724   1.6    lukem 	"The trail seems to start here and head -.** High cliffs border the \n\
    725  1.11      jsm trail +.\n", {0} },
    726  1.11      jsm 	/* 129 */
    727   1.6    lukem 	{"You are  walking along the beach.",
    728   1.5    lukem 		{183, 101, 184, 0, 87, 0, 0, 0},
    729   1.6    lukem 	"A rather unnerving surf explodes onto the beach here and dashes itself into\n\
    730  1.11      jsm spray on the steep incline. The beach continues + and +.**\n", {0} },
    731  1.11      jsm 	/* 130 */
    732   1.6    lukem 	{"You are walking along the beach.",
    733   1.5    lukem 		{101, 185, 186, 0, 87, 0, 0, 0},
    734  1.11      jsm 	"This is not a very nice beach. The coarse sand hurts my feet.****\n", {0} },
    735  1.11      jsm 	/* 131 */
    736   1.6    lukem 	{"You are walking through some ferns.",
    737   1.5    lukem 		{184, 186, 187, 101, 87, 0, 0, 0},
    738   1.6    lukem 	"This is a wide field growing only ferns and small shrubs.** The \n\
    739  1.11      jsm ocean is *+.\n", {0} },
    740  1.11      jsm 	/* 132 */
    741   1.6    lukem 	{"You are in a narrow canyon.",
    742   1.5    lukem 		{0, 0, 188, 102, 76, 0, 0, 0},
    743   1.6    lukem 	"The steep sides here squeeze a little freshet through a gauntlet like\n\
    744  1.11      jsm series of riffles and pools.****\n", {0} },
    745  1.11      jsm 	/* 133 */
    746   1.6    lukem 	{"The canyon is much wider here.",
    747   1.5    lukem 		{0, 0, 102, 189, 76, 0, 0, 0},
    748   1.6    lukem 	"The sheer rock walls rise 10 meters to the forest above. A slender \n\
    749   1.1      cgd waterfall careens away from the face of the rock high above and showers\n\
    750   1.1      cgd the gravel floor with sparkling raindrops.** The canyon continues -\n\
    751  1.11      jsm and -.\n", {0} },
    752  1.11      jsm 	/* 134 */
    753   1.6    lukem 	{"You are on the front porch of the cottage.",
    754   1.5    lukem 		{190, 103, 0, 0, 0, 0, 0, 0},
    755   1.6    lukem 	"Several giggling native girls came running down the steps as you approached\n\
    756   1.1      cgd and headed on down the road.  On the fern rimmed porch is a small table with\n\
    757   1.1      cgd matching white wrought iron chairs cushioned with red velvet.  The front\n\
    758  1.11      jsm door leads -.  The lawn and fountain are +.**\n", {0} },
    759  1.11      jsm 	/* 135 */
    760   1.6    lukem 	{"You are in a palm grove.",
    761   1.5    lukem 		{103, 191, 192, 105, 88, 0, 0, 0},
    762  1.11      jsm 	"****\n", {0} },
    763  1.11      jsm 	/* 136 */
    764   1.6    lukem 	{"You are on a dirt road.",
    765   1.5    lukem 		{193, 192, 245, 103, 88, 0, 0, 0},
    766   1.6    lukem 	"There is a large village +. The road cleaves a coconut plantation +.\n\
    767  1.11      jsm A small dirt road goes -, and a driveway peels off +.\n", {0} },
    768  1.11      jsm 	/* 137 */
    769   1.6    lukem 	{"You are in a field of small shrubs.",
    770   1.5    lukem 		{184, 186, 103, 187, 88, 0, 0, 0},
    771   1.6    lukem 	"**Pine and other coniferous saplings have been planted here.  The rich brown\n\
    772   1.1      cgd soil is well tilled and watered.  Across a large lawn, there is a small\n\
    773  1.11      jsm cottage +. I can feel a delicious sea breeze blowing from +.\n", {0} },
    774  1.11      jsm 	/* 138 */
    775   1.6    lukem 	{"The beach is pretty rocky here.",
    776   1.5    lukem 		{194, 105, 195, 0, 96, 0, 0, 0},
    777   1.6    lukem 	"Dangerous surf and lava outcroppings make this a treacherous strand.\n\
    778  1.11      jsm The beach is nicer* +.**\n", {0} },
    779  1.11      jsm 	/* 139 */
    780   1.6    lukem 	{"The beach is almost 10 meters wide here.",
    781   1.5    lukem 		{105, 183, 196, 0, 99, 0, 0, 0},
    782   1.6    lukem 	"The sand has become more coarse and the beach steeper.* It gets \n\
    783  1.11      jsm worse +.**\n", {0} },
    784  1.11      jsm 	/* 140 */
    785   1.6    lukem 	{"You are in the gardens.",
    786   1.5    lukem 		{195, 196, 197, 105, 99, 0, 0, 0},
    787   1.6    lukem 	"Lush green lawns studded with palms and benches stretch as far as the eye\n\
    788  1.11      jsm can see.** A path leads -. Stone steps lead down to the beach +.\n", {0} },
    789  1.11      jsm 	/* 141 */
    790   1.6    lukem 	{"You are on the coast road.",
    791   1.5    lukem 		{198, 106, 163, 199, 73, 0, 0, 0},
    792   1.6    lukem 	"The forest is dense on either side and conceals the road from anyone\n\
    793  1.11      jsm approaching it.**  The road continues - and -.\n", {0} },
    794  1.11      jsm 	/* 142 */
    795   1.6    lukem 	{"You are in the forest.",
    796   1.5    lukem 		{116, 107, 91, 106, 73, 0, 0, 0},
    797  1.11      jsm 	"There are trees and ferns all around.****\n", {0} },
    798  1.11      jsm 	/* 143 */
    799   1.6    lukem 	{"You are in the forest.",
    800   1.5    lukem 		{199, 108, 106, 146, 73, 0, 0, 0},
    801  1.11      jsm 	"There are trees and ferns all around.****\n", {0} },
    802  1.11      jsm 	/* 144 */
    803   1.6    lukem 	{"You are in a copse.",
    804   1.5    lukem 		{142, 107, 145, 80, 0, 0, 0, 0},
    805   1.6    lukem 	"This is a secret hidden thicket only noticeable from the beach. Someone\n\
    806  1.11      jsm has been digging here recently.****\n", {0} },
    807  1.11      jsm 	/* 145 */
    808   1.6    lukem 	{"You are at the tide pools.",
    809   1.5    lukem 		{91, 0, 114, 107, 79, 0, 0, 0},
    810   1.6    lukem 	"These rocks and pools are the home for many sea anemones and crustaceans.\n\
    811  1.11      jsm **The surf is very rough +. There is a nice beach +.\n", {0} },
    812  1.11      jsm 	/* 146 */
    813   1.6    lukem 	{"You are in the forest.",
    814   1.5    lukem 		{199, 108, 143, 0, 73, 0, 0, 0},
    815   1.6    lukem 	"This is a shallow depression sheltered from the wind by a thick growth of \n\
    816   1.1      cgd thorny shrubs. It looks like someone has camped here. There is a fire pit\n\
    817   1.1      cgd with some dry sticks and grass nearby.* The beach is +.* The thorny\n\
    818  1.11      jsm shrubs block the way -.\n", {0} },
    819  1.11      jsm 	/* 147 */
    820   1.6    lukem 	{"You are at the mouth of the lagoon.",
    821   1.5    lukem 		{200, 0, 108, 201, 74, 0, 0, 0},
    822   1.6    lukem 	"The beach ends here where the coral reef rises to form a wide lagoon\n\
    823   1.1      cgd bending inland. A path winds around the lagoon to the -.*\n\
    824  1.11      jsm The beach continues on -. Only water lies +.\n", {0} },
    825  1.11      jsm 	/* 148 */
    826   1.6    lukem 	{"You are in a breadfruit grove.",
    827   1.5    lukem 		{202, 109, 203, 204, 77, 0, 0, 0},
    828   1.6    lukem 	"The tall trees bend leisurely in the breeze, holding many round breadfruits\n\
    829   1.1      cgd close to their large serrated leaves.  There are coconut palms +,\n\
    830  1.11      jsm *+, and +.\n", {0} },
    831  1.11      jsm 	/* 149 */
    832   1.6    lukem 	{"You are in a grove of mango trees.",
    833   1.5    lukem 		{203, 111, 205, 109, 77, 0, 0, 0},
    834   1.6    lukem 	"The juicy yellow red fruits are nearly ripe on the trees here. There are\n\
    835  1.11      jsm some coconut palms +. There are some vines +. There is a road +.*\n", {0} },
    836  1.11      jsm 	/* 150 */
    837   1.6    lukem 	{"You are in a grove of coconut palms.",
    838   1.5    lukem 		{204, 112, 109, 206, 77, 0, 0, 0},
    839  1.11      jsm 	"All I can see around us are palm trees.****\n", {0} },
    840  1.11      jsm 	/* 151 */
    841   1.6    lukem 	{"You are in a coconut grove.",
    842   1.5    lukem 		{110, 207, 208, 209, 77, 0, 0, 0},
    843  1.11      jsm 	"There are countless trees here.****\n", {0} },
    844  1.11      jsm 	/* 152 */
    845   1.6    lukem 	{"You are in a field of pineapple.",
    846   1.5    lukem 		{154, 208, 210, 110, 77, 0, 0, 0},
    847   1.6    lukem 	"The sharp leaves are cutting me to ribbons. There is a road **+.\n\
    848  1.11      jsm More pineapple +.\n", {0} },
    849  1.11      jsm 	/* 153 */
    850   1.6    lukem 	{"You are in a coconut grove.",
    851   1.5    lukem 		{112, 209, 110, 211, 77, 0, 0, 0},
    852  1.11      jsm 	"There is a field of pineapple **+.*\n", {0} },
    853  1.11      jsm 	/* 154 */
    854   1.6    lukem 	{"You are on the edge of a kiwi and pineapple field.",
    855   1.5    lukem 		{111, 152, 155, 110, 77, 0, 0, 0},
    856  1.11      jsm 	"An irrigation ditch separates the two fields here. There is a road **+.*\n", {0} },
    857  1.11      jsm 	/* 155 */
    858   1.6    lukem 	{"This is a dirt road.",
    859   1.5    lukem 		{205, 210, 212, 111, 77, 0, 0, 0},
    860  1.11      jsm 	"The road runs - and - here.**\n", {0} },
    861  1.11      jsm 	/* 156 */
    862   1.6    lukem 	{"You are in a palm grove.",
    863   1.5    lukem 		{206, 211, 112, 213, 77, 0, 0, 0},
    864  1.11      jsm 	"There are palm trees all around us.****\n", {0} },
    865  1.11      jsm 	/* 157 */
    866   1.6    lukem 	{"You are on the edge of a small clearing.",
    867   1.5    lukem 		{157, 113, 157, 157, 79, 0, 0, 0},
    868   1.6    lukem 	"The ground is rather marshy here and darting in and out of the many tussocks\n\
    869  1.11      jsm is a flock of wild chicken like fowl.****\n", {0} },
    870  1.11      jsm 	/* 158 */
    871   1.6    lukem 	{"You are in the woods.",
    872   1.5    lukem 		{158, 115, 215, 113, 79, 0, 0, 0},
    873  1.11      jsm 	"You have walked a long way and found only trees. ****\n", {0} },
    874  1.11      jsm 	/* 159 */
    875   1.6    lukem 	{"You are walking along the shore.",
    876   1.5    lukem 		{115, 0, 214, 114, 86, 0, 0, 0},
    877   1.6    lukem 	"You are now about 10 meters above the surf on a gently rising cliffside.**\n\
    878  1.11      jsm The land rises +. There is a beach far +.\n", {0} },
    879  1.11      jsm 	/* 160 */
    880   1.6    lukem 	{"You are just inside the entrance to the sea cave.",
    881   1.5    lukem 		{246, 114, 0, 0, 114, 1, 0, 0},
    882   1.6    lukem 	"The sound of water dripping in darkness and the roar of the ocean just outside\n\
    883   1.1      cgd create a very unwelcoming atmosphere inside this cave. Only on rare occasions\n\
    884   1.1      cgd such as this is it possible to enter the forbidden catacombs... The cave\n\
    885  1.11      jsm continues -.***\n", {0} },
    886  1.11      jsm 	/* 161 */
    887   1.6    lukem 	{"You are in a secret nook beside the road.",
    888   1.5    lukem 		{115, 159, 162, 91, 79, 0, 0, 0},
    889   1.6    lukem 	"Hidden from all but the most stalwart snoopers are some old clothes, empty\n\
    890   1.1      cgd beer cans and a trash baggie full of used Huggies and ordure. Lets get\n\
    891  1.11      jsm back to the road +.***\n", {0} },
    892  1.11      jsm 	/* 162 */
    893   1.6    lukem 	{"You are on the coast road.",
    894   1.5    lukem 		{215, 214, 0, 115, 86, 0, 0, 0},
    895   1.6    lukem 	"The road turns abruptly - here, avoiding the cliffs near the shore\n\
    896  1.11      jsm + and +.*\n", {0} },
    897  1.11      jsm 	/* 163 */
    898   1.6    lukem 	{"You are on a dirt road.",
    899   1.5    lukem 		{216, 116, 113, 141, 79, 0, 0, 0},
    900   1.6    lukem 	"The roadside is choked with broad leaved plants fighting for every breath of\n\
    901   1.1      cgd sunshine. The palm trees are taller than at the shore yet bend over the road \n\
    902  1.11      jsm forming a canopy. The road continues *- and *-.\n", {0} },
    903  1.11      jsm 	/* 164 */
    904   1.6    lukem 	{"You have discovered a hidden thicket near the road.",
    905   1.5    lukem 		{163, 142, 116, 106, 73, 0, 0, 0},
    906   1.6    lukem 	"Stuffed into a little bundle here is a bloody silken robe and many beer cans.\n\
    907   1.1      cgd *Some droplets of blood and a major spill sparkle farther +.\n\
    908  1.11      jsm The road is +.*\n", {0} },
    909  1.11      jsm 	/* 165 */
    910   1.6    lukem 	{"You are in the living room.",
    911   1.5    lukem 		{0, 117, 217, 218, 0, 0, 0, 0},
    912   1.6    lukem 	"A decorative entry with fresh flowers and wall to wall carpeting leads into\n\
    913   1.9      jsm the living room here where a couch and two chairs converge with an end table.\n\
    914  1.11      jsm *The exit is +.* The bedroom is +.\n", {0} },
    915  1.11      jsm 	/* 166 */
    916   1.6    lukem 	{"You are at the lagoon.",
    917   1.5    lukem 		{118, 0, 167, 168, 81, 0, 0, 0},
    918   1.6    lukem 	"There are several outrigger canoes pulled up on a small beach here and a\n\
    919   1.1      cgd catch of colorful fish is drying in the sun. There are paths leading \n\
    920  1.11      jsm off -*, -, and -.\n", {0} },
    921  1.11      jsm 	/* 167 */
    922   1.6    lukem 	{"You are at the lagoon.",
    923   1.5    lukem 		{118, 0, 170, 166, 81, 0, 0, 0},
    924   1.8  hubertf 	"This is a grassy little spot near the water. A sightly native girl is frolicking\n\
    925  1.11      jsm in the water close to shore here.** The path continues - and -. \n", {0} },
    926  1.11      jsm 	/* 168 */
    927   1.6    lukem 	{"You are at the lagoon.",
    928   1.5    lukem 		{118, 0, 166, 172, 81, 0, 0, 0},
    929   1.6    lukem 	"The path meanders through tussocks of grass, ferns, and thorny bushes here\n\
    930  1.11      jsm and continues on **- and -.\n", {0} },
    931  1.11      jsm 	/* 169 */
    932   1.6    lukem 	{"You are in the woods.",
    933   1.5    lukem 		{219, 119, 220, 92, 81, 0, 0, 0},
    934  1.11      jsm 	"There are plenty of ferns and thorny bushes here! ****\n", {0} },
    935  1.11      jsm 	/* 170 */
    936   1.6    lukem 	{"You are on a dirt road.",
    937   1.5    lukem 		{220, 167, 199, 119, 74, 0, 0, 0},
    938   1.6    lukem 	"The road winds rather close to a large lagoon here and many sedges and tall\n\
    939  1.11      jsm grasses line the shoulder *+. The road continues - and -.\n", {0} },
    940  1.11      jsm 	/* 171 */
    941   1.6    lukem 	{"You are in the woods beside the road.",
    942   1.5    lukem 		{221, 120, 92, 222, 81, 0, 0, 0},
    943  1.11      jsm 	"The forest grows darker +. The road is +.**\n", {0} },
    944  1.11      jsm 	/* 172 */
    945   1.6    lukem 	{"The road crosses the lagoon here.",
    946   1.5    lukem 		{222, 0, 120, 174, 81, 0, 0, 0},
    947   1.6    lukem 	"Coursing through the trees, the road at this point bridges a watery finger\n\
    948  1.11      jsm of the lagoon.* The water is +. The road continues - and -.\n", {0} },
    949  1.11      jsm 	/* 173 */
    950   1.6    lukem 	{"You are in a coconut palm grove.",
    951   1.5    lukem 		{223, 121, 224, 225, 82, 0, 0, 0},
    952   1.6    lukem 	"The tall palms are planted about 30 feet apart with a hardy deep green grass\n\
    953   1.1      cgd filling the spaces in between.  There are tire tracks through the grass. The\n\
    954  1.11      jsm grove continues -. There is a road +.**\n", {0} },
    955  1.11      jsm 	/* 174 */
    956   1.6    lukem 	{"You are walking along a dirt road.",
    957   1.5    lukem 		{224, 176, 172, 121, 82, 0, 0, 0},
    958  1.11      jsm 	"You are nearing the lagoon.** The road continues - and -.\n", {0} },
    959  1.11      jsm 	/* 175 */
    960   1.6    lukem 	{"You are on a dirt road.",
    961   1.5    lukem 		{225, 177, 121, 226, 82, 0, 0, 0},
    962   1.6    lukem 	"The road turns abruptly - here, entering a grove of palm trees.* The road\n\
    963  1.11      jsm also continues - toward the lagoon.*\n", {0} },
    964  1.11      jsm 	/* 176 */
    965   1.6    lukem 	{"You are on a trail running around the lagoon.",
    966   1.5    lukem 		{172, 0, 0, 122, 82, 0, 0, 0},
    967   1.6    lukem 	"The dark waters brush the trail here and the path crosses a bridge +.\n\
    968  1.11      jsm There is deep water + and +. The trail continues -.\n", {0} },
    969  1.11      jsm 	/* 177 */
    970   1.6    lukem 	{"This is the mouth of the lagoon.",
    971   1.5    lukem 		{175, 0, 122, 227, 82, 0, 0, 0},
    972   1.6    lukem 	"The coral reef wraps around a natural bay here to create a wide lagoon which\n\
    973   1.1      cgd winds tortuously inland.** A trail goes around the lagoon +. The beach\n\
    974  1.11      jsm is +.\n", {0} },
    975  1.11      jsm 	/* 178 */
    976   1.6    lukem 	{"You are in a dry stream bed.",
    977   1.5    lukem 		{0, 125, 0, 0, 84, 0, 0, 0},
    978   1.6    lukem 	"The dry wash drains over a tall precipice here into a turbid morass below. The\n\
    979   1.1      cgd most noisome stench imaginable is wafting up to defile our nostrils. Above,\n\
    980   1.1      cgd the lurid sun glows brown through a strange mist.* The only direction \n\
    981  1.11      jsm I'm going is -.**\n", {0} },
    982  1.11      jsm 	/* 179 */
    983   1.6    lukem 	{"You are on a dirt path along the wash.",
    984   1.5    lukem 		{0, 128, 125, 228, 84, 0, 0, 0},
    985  1.11      jsm 	"This path looks more like a deer trail. It scampers away ***+.\n", {0} },
    986  1.11      jsm 	/* 180 */
    987   1.6    lukem 	{"The thermal pools flow into a stream here.",
    988   1.5    lukem 		{127, 0, 229, 126, 84, 0, 0, 0},
    989   1.6    lukem 	"The gurgling hot waters pour over boulders into a swiftly flowing\n\
    990  1.11      jsm stream **+. The pools are +.\n", {0} },
    991  1.11      jsm 	/* 181 */
    992   1.6    lukem 	{"You are at the entrance to a cave.",
    993   1.5    lukem 		{128, 230, 126, 0, 84, 0, 0, 0},
    994   1.6    lukem 	"A tall narrow fissure in the rock cliffs here has become a well traveled\n\
    995   1.1      cgd passage way. A hoof beaten dirt path leads directly into it. A curl of\n\
    996   1.1      cgd steam is trailing from a corner of the fissure's gaping mouth. The path\n\
    997  1.11      jsm leads - and -. The pools are +.*\n", {0} },
    998  1.11      jsm 	/* 182 */
    999   1.6    lukem 	{"You are in the woods.",
   1000   1.5    lukem 		{182, 229, 182, 127, 84, 0, 0, 0},
   1001   1.6    lukem 	"Wild berry bushes plump with fruit and thorns tangle your every effort to\n\
   1002  1.11      jsm proceed.* The sound of rushing water is +.**\n", {0} },
   1003  1.11      jsm 	/* 183 */
   1004   1.6    lukem 	{"You are walking along the beach.",
   1005   1.5    lukem 		{139, 129, 184, 0, 99, 0, 0, 0},
   1006   1.6    lukem 	"Some dunes here progress inland and make it impossible to get very far in that\n\
   1007  1.11      jsm direction. The beach continues - and -.* The ocean is +.\n", {0} },
   1008  1.11      jsm 	/* 184 */
   1009   1.6    lukem 	{"You are in the dunes.",
   1010   1.5    lukem 		{183, 101, 184, 129, 87, 0, 0, 0},
   1011   1.6    lukem 	"The endless rolling and pitching sand dunes are enough to make one very queasy!\n\
   1012  1.11      jsm The only way I'm going is ***+.\n", {0} },
   1013  1.11      jsm 	/* 185 */
   1014   1.6    lukem 	{"This is a lousy beach.",
   1015   1.5    lukem 		{130, 0, 0, 0, 87, 0, 0, 0},
   1016   1.6    lukem 	"Volcanic and viciously sharp bitted grains of sand here bite like cold steel\n\
   1017   1.1      cgd into my tender feet. I refuse to continue on. Let's get out of here. The\n\
   1018  1.11      jsm beach is better +.***\n", {0} },
   1019  1.11      jsm 	/* 186 */
   1020   1.6    lukem 	{"You are in a field of sparse ferns.",
   1021   1.5    lukem 		{131, 185, 187, 130, 87, 0, 0, 0},
   1022   1.6    lukem 	"The lava rock outcroppings here will support few plants. There is more \n\
   1023  1.11      jsm vegetation +. There is a nice beach +.* The ocean is +.\n", {0} },
   1024  1.11      jsm 	/* 187 */
   1025   1.6    lukem 	{"You are in the woods.",
   1026   1.5    lukem 		{131, 131, 137, 131, 87, 0, 0, 0},
   1027   1.6    lukem 	"Young trees and tall shrubs grow densely together at this distance from the \n\
   1028  1.11      jsm shore.** The trees grow thicker +.*\n", {0} },
   1029  1.11      jsm 	/* 188 */
   1030   1.6    lukem 	{"The canyon is no wider than a foot here.",
   1031   1.5    lukem 		{0, 0, 0, 132, 0, 0, 0, 0},
   1032   1.6    lukem 	"The freshet is gushing through the narrow trough, but the canyon has grown\n\
   1033  1.11      jsm too narrow to follow it any farther.*** I guess we'll have to go -.\n", {0} },
   1034  1.11      jsm 	/* 189 */
   1035   1.6    lukem 	{"You are in a narrow part of the canyon.",
   1036   1.5    lukem 		{0, 0, 133, 232, 76, 0, 0, 0},
   1037   1.6    lukem 	"The two sheer sides are no more than a few meters apart here. There is a stone\n\
   1038   1.1      cgd door in the wall +. The gravelly floor runs with tiny rivulets seeping \n\
   1039  1.11      jsm from the ground itself.* The canyon continues - and -.\n", {0} },
   1040  1.11      jsm 	/* 190 */
   1041   1.6    lukem 	{"You are in the drawing room.",
   1042   1.5    lukem 		{0, 134, 0, 0, 0, 0, 0, 0},
   1043   1.6    lukem 	"Exquisitely decorated with plants and antique furniture of superb\n\
   1044   1.9      jsm craftsmanship, the parlor reflects its owner's impeccable taste.  The tropical\n\
   1045   1.1      cgd sun is streaming in through open shutters *+.  There doesn't seem \n\
   1046   1.1      cgd to be anybody around.  A large immaculate oaken desk is visible in the\n\
   1047  1.11      jsm study and it even has a old fashioned telephone to complete the decor.**\n", {0} },
   1048  1.11      jsm 	/* 191 */
   1049   1.6    lukem 	{"You are in a palm grove.",
   1050   1.5    lukem 		{135, 191, 233, 191, 88, 0, 0, 0},
   1051  1.11      jsm 	"Grassy rows of palms stretch as far as I can see.** There is a road +.*\n", {0} },
   1052  1.11      jsm 	/* 192 */
   1053   1.6    lukem 	{"You are on a dirt road.",
   1054   1.5    lukem 		{136, 233, 234, 135, 88, 0, 0, 0},
   1055   1.6    lukem 	"The road winds through a coconut palm grove here. It continues on - \n\
   1056  1.11      jsm and -.**\n", {0} },
   1057  1.11      jsm 	/* 193 */
   1058   1.6    lukem 	{"The road leads to several large buildings here.",
   1059   1.5    lukem 		{235, 136, 236, 237, 88, 0, 0, 0},
   1060   1.6    lukem 	"There is a clubhouse +,* a large barn and stable +, and a garage of \n\
   1061  1.11      jsm similar construct to the barn +.\n", {0} },
   1062  1.11      jsm 	/* 194 */
   1063   1.6    lukem 	{"This part of the beach is impassable.",
   1064   1.5    lukem 		{0, 138, 0, 0, 96, 0, 0, 0},
   1065   1.6    lukem 	"The huge rocks and thunderous surf here would pound our frail bodies to pulp\n\
   1066  1.11      jsm in an instant.* The only direction I'm going is -.**\n", {0} },
   1067  1.11      jsm 	/* 195 */
   1068   1.6    lukem 	{"You are in the gardens.",
   1069   1.5    lukem 		{195, 140, 197, 138, 96, 0, 0, 0},
   1070  1.11      jsm 	"So much green grass is a pleasure to the eyes.****\n", {0} },
   1071  1.11      jsm 	/* 196 */
   1072   1.6    lukem 	{"You are in the gardens.",
   1073   1.5    lukem 		{140, 183, 197, 139, 99, 0, 0, 0},
   1074  1.11      jsm 	"Beautiful flowers and shrubs surround a little goldfish pond.****\n", {0} },
   1075  1.11      jsm 	/* 197 */
   1076   1.6    lukem 	{"You are on a stone walk in the garden.",
   1077   1.5    lukem 		{195, 196, 238, 140, 99, 0, 0, 0},
   1078  1.11      jsm 	"The walk leads to a road **+.*\n", {0} },
   1079  1.11      jsm 	/* 198 */
   1080   1.6    lukem 	{"You are in the forest near the road.",
   1081   1.5    lukem 		{198, 141, 216, 198, 73, 0, 0, 0},
   1082  1.11      jsm 	"There are many thorny bushes here!****\n", {0} },
   1083  1.11      jsm 	/* 199 */
   1084   1.6    lukem 	{"You are at a fork in the road.",
   1085   1.5    lukem 		{239, 146, 141, 170, 73, 0, 0, 0},
   1086   1.6    lukem 	"Two roads come together in the forest here. One runs -,* the other \n\
   1087  1.11      jsm runs - and -.\n", {0} },
   1088  1.11      jsm 	/* 200 */
   1089   1.6    lukem 	{"You are on a dirt path around the lagoon.",
   1090   1.5    lukem 		{170, 147, 146, 0, 74, 0, 0, 0},
   1091   1.6    lukem 	"The still waters reflect bending palms and a cloudless sky. It looks like\n\
   1092  1.11      jsm the path runs into a clearing +. The path continues -.**\n", {0} },
   1093  1.11      jsm 	/* 201 */
   1094   1.6    lukem 	{"You are drowning in the lagoon.",
   1095   1.5    lukem 		{201, 201, 147, 201, 74, 0, 0, 0},
   1096  1.11      jsm 	"I suggest you get out before you become waterlogged.****\n", {0} },
   1097  1.11      jsm 	/* 202 */
   1098   1.6    lukem 	{"You are in a coconut palm grove.",
   1099   1.5    lukem 		{202, 148, 203, 204, 77, 0, 0, 0},
   1100  1.11      jsm 	"****\n", {0} },
   1101  1.11      jsm 	/* 203 */
   1102   1.6    lukem 	{"You are in a palm grove.",
   1103   1.5    lukem 		{202, 149, 205, 148, 77, 0, 0, 0},
   1104  1.11      jsm 	"****\n", {0} },
   1105  1.11      jsm 	/* 204 */
   1106   1.6    lukem 	{"You are in a palm grove.",
   1107   1.5    lukem 		{202, 150, 148, 206, 77, 0, 0, 0},
   1108  1.11      jsm 	"****\n", {0} },
   1109  1.11      jsm 	/* 205 */
   1110   1.6    lukem 	{"You are on a dirt road.",
   1111   1.5    lukem 		{203, 155, 212, 149, 77, 0, 0, 0},
   1112   1.6    lukem 	"*This road ends here at a palm grove but continues on - for quite\n\
   1113  1.11      jsm some way.**\n", {0} },
   1114  1.11      jsm 	/* 206 */
   1115   1.6    lukem 	{"You are in a coconut palm grove.",
   1116   1.5    lukem 		{204, 156, 150, 213, 77, 0, 0, 0},
   1117  1.11      jsm 	"****\n", {0} },
   1118  1.11      jsm 	/* 207 */
   1119   1.6    lukem 	{"You are in a coconut grove.",
   1120   1.5    lukem 		{151, 219, 208, 209, 77, 0, 0, 0},
   1121  1.11      jsm 	"*The grove ends +.**\n", {0} },
   1122  1.11      jsm 	/* 208 */
   1123   1.6    lukem 	{"You are in a coconut grove.",
   1124   1.5    lukem 		{152, 207, 239, 151, 77, 0, 0, 0},
   1125  1.11      jsm 	"**There is a dirt road +.*\n", {0} },
   1126  1.11      jsm 	/* 209 */
   1127   1.6    lukem 	{"You are in a coconut grove.",
   1128   1.5    lukem 		{153, 207, 151, 211, 77, 0, 0, 0},
   1129  1.11      jsm 	"****\n", {0} },
   1130  1.11      jsm 	/* 210 */
   1131   1.6    lukem 	{"This is a dirt road.",
   1132   1.5    lukem 		{205, 239, 212, 154, 77, 0, 0, 0},
   1133  1.11      jsm 	"The road continues - and -.**\n", {0} },
   1134  1.11      jsm 	/* 211 */
   1135   1.6    lukem 	{"You are in a coconut grove.",
   1136   1.5    lukem 		{153, 209, 153, 213, 77, 0, 0, 0},
   1137  1.11      jsm 	"****\n", {0} },
   1138  1.11      jsm 	/* 212 */
   1139   1.6    lukem 	{"You are in the woods near the road.",
   1140   1.5    lukem 		{205, 210, 212, 155, 77, 0, 0, 0},
   1141  1.11      jsm 	"There are many thorny bushes here!****\n", {0} },
   1142  1.11      jsm 	/* 213 */
   1143   1.6    lukem 	{"You are in a coconut grove.",
   1144   1.5    lukem 		{213, 213, 156, 234, 88, 0, 0, 0},
   1145  1.11      jsm 	"***The grove ends in a clearing +.\n", {0} },
   1146  1.11      jsm 	/* 214 */
   1147   1.6    lukem 	{"You are walking along some high cliffs.",
   1148   1.5    lukem 		{162, 0, 0, 159, 86, 0, 0, 0},
   1149   1.6    lukem 	"The island bends sharply + here with high cliffs -\n\
   1150  1.11      jsm and -. The cliffs are lower +.\n", {0} },
   1151  1.11      jsm 	/* 215 */
   1152   1.6    lukem 	{"You are at the coast road turn around.",
   1153   1.5    lukem 		{0, 162, 0, 158, 90, 0, 0, 0},
   1154   1.6    lukem 	"The coast road ends here in a lookout with a view of 100 kilometers of blue\n\
   1155   1.1      cgd sea and 100 meters of rugged cliff. Far below the waves crash against rocks.\n\
   1156  1.11      jsm ****\n", {0} },
   1157  1.11      jsm 	/* 216 */
   1158   1.6    lukem 	{"You are in the woods near the road.",
   1159   1.5    lukem 		{216, 163, 216, 198, 79, 0, 257, 0},
   1160  1.11      jsm 	"These thorny bushes are killing me.****\n", {0} },
   1161  1.11      jsm 	/* 217 */
   1162   1.6    lukem 	{"You are in the kitchen.",
   1163   1.5    lukem 		{0, 0, 0, 165, 0, 0, 0, 0},
   1164   1.6    lukem 	"A small gas stove and a refrigerator are all the only appliances here. The\n\
   1165   1.1      cgd gas oven has been left on and the whole room is reeking with natural gas.\n\
   1166  1.11      jsm One spark from a match and.... The door out is ***+.\n", {0} },
   1167  1.11      jsm 	/* 218 */
   1168   1.6    lukem 	{"You are in the bedroom.",
   1169   1.5    lukem 		{0, 0, 165, 0, 0, 0, 0, 0},
   1170   1.6    lukem 	"A soft feather comforter on top of layers of Answer blankets make this a very\n\
   1171   1.1      cgd luxurious place to sleep indeed. There are also some end tables and a dresser\n\
   1172  1.11      jsm here.** The living room is +.*\n", {0} },
   1173  1.11      jsm 	/* 219 */
   1174   1.6    lukem 	{"You are in the woods.",
   1175   1.5    lukem 		{207, 169, 220, 221, 81, 0, 0, 0},
   1176  1.11      jsm 	"There seems to be a clearing +.***\n", {0} },
   1177  1.11      jsm 	/* 220 */
   1178   1.6    lukem 	{"You are in the woods near the road.",
   1179   1.5    lukem 		{219, 170, 239, 169, 81, 0, 0, 0},
   1180  1.11      jsm 	"*As far as I can tell, there are two roads + and +.*\n", {0} },
   1181  1.11      jsm 	/* 221 */
   1182   1.6    lukem 	{"You are in the woods.",
   1183   1.5    lukem 		{207, 171, 219, 222, 81, 0, 0, 0},
   1184  1.11      jsm 	"The forest is clearer +.***\n", {0} },
   1185  1.11      jsm 	/* 222 */
   1186   1.6    lukem 	{"You are on the lagoon's inland finger.",
   1187   1.5    lukem 		{0, 172, 171, 172, 81, 0, 0, 0},
   1188   1.6    lukem 	"It is impossible to follow the lagoon any farther inland because of sharp\n\
   1189  1.11      jsm and very painful sedges.* The road is +.**\n", {0} },
   1190  1.11      jsm 	/* 223 */
   1191   1.6    lukem 	{"You are in a grassy coconut grove.",
   1192   1.5    lukem 		{240, 173, 224, 241, 82, 0, 0, 0},
   1193   1.6    lukem 	"The tall palms provide a perfect canopy for the lush green grass.***\n\
   1194  1.11      jsm There is a road +.\n", {0} },
   1195  1.11      jsm 	/* 224 */
   1196   1.6    lukem 	{"You are near the lagoon's inland finger.",
   1197   1.5    lukem 		{0, 174, 0, 173, 82, 0, 0, 0},
   1198   1.6    lukem 	"Very sharp sedges make it impossible to follow the lagoon any farther inland.\n\
   1199  1.11      jsm *There is a road +.**\n", {0} },
   1200  1.11      jsm 	/* 225 */
   1201   1.6    lukem 	{"You are on a dirt road.",
   1202   1.5    lukem 		{241, 175, 173, 226, 82, 0, 0, 0},
   1203  1.11      jsm 	"The road winds through a coconut grove here and continues - and -.**\n", {0} },
   1204  1.11      jsm 	/* 226 */
   1205   1.6    lukem 	{"You are in the woods near the road.",
   1206   1.5    lukem 		{226, 226, 175, 226, 82, 0, 0, 0},
   1207  1.11      jsm 	"**The road is +.*\n", {0} },
   1208  1.11      jsm 	/* 227 */
   1209   1.6    lukem 	{"This is a beach?",
   1210   1.5    lukem 		{227, 227, 177, 0, 82, 0, 0, 0},
   1211   1.6    lukem 	"Hard jagged rocks that pierce with every footstep hardly comprise a beach.**\n\
   1212  1.11      jsm Let's go -.*\n", {0} },
   1213  1.11      jsm 	/* 228 */
   1214   1.6    lukem 	{"The trail is lost in the woods here.",
   1215   1.5    lukem 		{241, 241, 179, 241, 84, 0, 0, 0},
   1216   1.6    lukem 	"I suppose the animals that use this trail all depart in different directions\n\
   1217  1.11      jsm when they get this far into the woods.** The trail goes -.*\n", {0} },
   1218  1.11      jsm 	/* 229 */
   1219   1.6    lukem 	{"You are on the bank of a stream.",
   1220   1.5    lukem 		{182, 0, 242, 180, 84, 0, 0, 0},
   1221  1.11      jsm 	"The stream falls over several small boulders here and continues on **-.*\n", {0} },
   1222  1.11      jsm 	/* 230 */
   1223   1.6    lukem 	{"You are just inside the cave.",
   1224   1.5    lukem 		{181, 267, 0, 0, 0, 0, 0, 0},
   1225   1.6    lukem 	"A steamy hot breath is belching from the depths of the earth within.* The\n\
   1226  1.11      jsm cave  continues -.**\n", {0} },
   1227  1.11      jsm 	/* 231 */
   1228   1.6    lukem 	{"You are just inside the cave entrance.",
   1229   1.5    lukem 		{274, 0, 0, 0, 0, 0, 0, 0},
   1230   1.6    lukem 	"The air is hot and sticky inside. The cave continues -. There is a \n\
   1231   1.1      cgd stone door in the wall +.  A wooden sign in the dust reads in old elven\n\
   1232  1.11      jsm runes, \"GSRF KDIRE NLVEMP!\".**\n", {0} },
   1233  1.11      jsm 	/* 232 */
   1234   1.6    lukem 	{"You are at the edge of a huge chasm.",
   1235   1.5    lukem 		{0, 0, 189, 0, 76, 0, 0, 0},
   1236   1.6    lukem 	"Several hundred feet down I can see the glimmer of placid water. The\n\
   1237   1.1      cgd rivulets drain over the edge and trickle down into the depths. It is \n\
   1238  1.11      jsm impossible to climb down without a rope.** The canyon continues -.*\n", {0} },
   1239  1.11      jsm 	/* 233 */
   1240   1.6    lukem 	{"You are on a dirt road.",
   1241   1.5    lukem 		{192, 241, 240, 191, 88, 0, 0, 0},
   1242   1.6    lukem 	"The road winds through a coconut grove here. The road continues on -\n\
   1243  1.11      jsm and -.**\n", {0} },
   1244  1.11      jsm 	/* 234 */
   1245   1.6    lukem 	{"You are in a coconut palm grove near the road.",
   1246   1.5    lukem 		{193, 233, 213, 192, 88, 0, 0, 0},
   1247  1.11      jsm 	"***The road is +.\n", {0} },
   1248  1.11      jsm 	/* 235 */
   1249   1.6    lukem 	{"You are at the clubhouse.",
   1250   1.5    lukem 		{0, 193, 0, 0, 0, 0, 0, 0},
   1251   1.6    lukem 	"The clubhouse is built over the most inland part of the lagoon.  Tropical\n\
   1252   1.1      cgd bananas and fragrant frangipani grow along the grassy shore.  Walking across\n\
   1253   1.1      cgd the short wooden bridge, we enter.  Along one wall is a bar with only a few\n\
   1254   1.1      cgd people seated at it.  The restaurant and dance floor are closed off with\n\
   1255  1.11      jsm a 2 inch nylon rope. ****\n", {0} },
   1256  1.11      jsm 	/* 236 */
   1257   1.6    lukem 	{"You are in the stables.",
   1258   1.5    lukem 		{0, 0, 0, 193, 0, 0, 0, 0},
   1259   1.6    lukem 	"Neighing horses snacking on hay and oats fill the stalls on both sides of\n\
   1260   1.1      cgd the barn.  It is rather warm in here but that is not the most offensive\n\
   1261   1.1      cgd part.  The old boards of the barn part just enough to let in dust laden\n\
   1262   1.1      cgd shafts of light.  Flies swarm overhead and strafe the ground for dung.\n\
   1263  1.11      jsm My nose is beginning to itch. ****\n", {0} },
   1264  1.11      jsm 	/* 237 */
   1265   1.6    lukem 	{"You are in the old garage.",
   1266   1.5    lukem 		{0, 0, 193, 0, 0, 0, 0, 0},
   1267   1.6    lukem 	"This is an old wooden building of the same vintage as the stables.  Beneath\n\
   1268   1.1      cgd a sagging roof stand gardening tools and greasy rags.  Parked in the center\n\
   1269   1.1      cgd is an underpowered Plymouth Volare' with a red and white striped golf cart\n\
   1270  1.11      jsm roof. ****\n", {0} },
   1271  1.11      jsm 	/* 238 */
   1272   1.6    lukem 	{"You are on a dirt road.",
   1273   1.5    lukem 		{197, 197, 243, 197, 85, 0, 0, 0},
   1274   1.6    lukem 	"The road leads to a beautiful formal garden laced with stone walks and tropical\n\
   1275  1.11      jsm flowers and trees.** The road continues -. A walk leads -.\n", {0} },
   1276  1.11      jsm 	/* 239 */
   1277   1.6    lukem 	{"You are on a dirt road.",
   1278   1.5    lukem 		{210, 199, 198, 220, 73, 0, 0, 0},
   1279  1.11      jsm 	"The road runs - and -.**\n", {0} },
   1280  1.11      jsm 	/* 240 */
   1281   1.6    lukem 	{"You are in a coconut grove near the road.",
   1282   1.5    lukem 		{234, 223, 234, 233, 88, 0, 0, 0},
   1283  1.11      jsm 	"***The road is +.\n", {0} },
   1284  1.11      jsm 	/* 241 */
   1285   1.6    lukem 	{"You are on a dirt road.",
   1286   1.5    lukem 		{233, 225, 223, 226, 82, 0, 0, 0},
   1287  1.11      jsm 	"The road continues - and -.**\n", {0} },
   1288  1.11      jsm 	/* 242 */
   1289   1.6    lukem 	{"The stream plummets over a cliff here.",
   1290   1.5    lukem 		{182, 0, 0, 229, 84, 0, 0, 0},
   1291   1.6    lukem 	"Falling 10 agonizing meters into spray, only droplets of the stream are\n\
   1292   1.1      cgd left to dance off the floor below.  I thought I saw a sparkle of gold\n\
   1293   1.1      cgd at the bottom of the falls, but now it is gone.  There is no way down,\n\
   1294  1.11      jsm even with a strong rope. ****\n", {0} },
   1295  1.11      jsm 	/* 243 */
   1296   1.6    lukem 	{"You are on a dirt road.",
   1297   1.5    lukem 		{0, 0, 244, 238, 85, 0, 0, 0},
   1298  1.11      jsm 	"**The road continues - and -.\n", {0} },
   1299  1.11      jsm 	/* 244 */
   1300   1.6    lukem 	{"You are on a dirt road.",
   1301   1.5    lukem 		{0, 245, 0, 243, 88, 0, 0, 0},
   1302  1.11      jsm 	"*The road continues -* and -.\n", {0} },
   1303  1.11      jsm 	/* 245 */
   1304   1.6    lukem 	{"You are on a dirt road.",
   1305   1.5    lukem 		{244, 234, 213, 136, 88, 0, 0, 0},
   1306  1.11      jsm 	"The road goes -* and *-.\n", {0} },
   1307  1.11      jsm 	/* 246 */
   1308   1.6    lukem 	{"You are in a low passage.",
   1309   1.5    lukem 		{247, 160, 0, 0, 0, 0, 0, 0},
   1310   1.6    lukem 	"The passage is partially flooded here and it may be hazardous to proceed.\n\
   1311   1.1      cgd Water is surging from the tunnel and heading out to sea. Strange moaning\n\
   1312   1.1      cgd noises rise above the rushing of the water.  They are as thin as a whispering\n\
   1313   1.1      cgd wind yet penetrate to my very soul.  I think we have come too far...\n\
   1314  1.11      jsm The passage continues -.***\n", {0} },
   1315  1.11      jsm 	/* 247 */
   1316   1.6    lukem 	{"The walls are very close together here.",
   1317   1.5    lukem 		{248, 0, 0, 0, 0, 0, 0, 0},
   1318   1.6    lukem 	"I can barely squeeze through the jagged opening. Slimy sea weeds provide\n\
   1319   1.1      cgd no footing at all. This tunnel seems to be an ancient lava tube. There is\n\
   1320  1.11      jsm a large room -.***\n", {0} },
   1321  1.11      jsm 	/* 248 */
   1322   1.6    lukem 	{"You are in the cathedral room.",
   1323   1.5    lukem 		{249, 251, 249, 251, 0, 0, 0, 0},
   1324   1.6    lukem 	"Your light casts ghostly shadows on the walls but cannot pierce the \n\
   1325   1.1      cgd engulfing darkness overhead. The sound of water dripping echoes in the void.\n\
   1326   1.1      cgd *I can see no passages leading out of this room.  We have definitely\n\
   1327  1.11      jsm come too far.*** \n", {0} },
   1328  1.11      jsm 	/* 249 */
   1329   1.6    lukem 	{"You are walking through a very round tunnel.",
   1330   1.5    lukem 		{252, 0, 0, 0, 252, 1, 0, 0},
   1331   1.6    lukem 	"The round walls of this tunnel are amazingly smooth to the touch. A little\n\
   1332   1.1      cgd trickle of water flows down the center. The tunnel climbs steadily +.\n\
   1333  1.11      jsm The cave is beginning to flood again!  Let's get out of here! ***\n", {0} },
   1334  1.11      jsm 	/* 250 */
   1335   1.6    lukem 	{"You are in the cathedral anteroom.",
   1336   1.5    lukem 		{0, 0, 0, 248, 253, 1, 0, 0},
   1337   1.6    lukem 	"This small chamber with a flat stone floor is to one side of the cathedral \n\
   1338   1.1      cgd room. We appear to be at the bottom of a tall narrow shaft. There are many \n\
   1339   1.1      cgd puddles of water here. A staircase hewn from solid rock and black lava \n\
   1340  1.11      jsm leads up.*** The cathedral room is +.\n", {0} },
   1341  1.11      jsm 	/* 251 */
   1342   1.6    lukem 	{"You are in a wide chamber.",
   1343   1.5    lukem 		{0, 0, 248, 254, 0, 0, 0, 0},
   1344   1.6    lukem 	"Water is sprinkling from the ceiling here. A shallow pool populated by a \n\
   1345   1.1      cgd myriad of blind white creatures sparkles in your light. Tiny shrimp and\n\
   1346   1.1      cgd crabs scurry away, frightened by the blinding rays.** The cave \n\
   1347  1.11      jsm continues - and -.\n", {0} },
   1348  1.11      jsm 	/* 252 */
   1349   1.6    lukem 	{"You are at the top of a sloping passage.",
   1350   1.5    lukem 		{0, 0, 255, 256, 257, 1, 0, 0},
   1351   1.6    lukem 	"There is much algae growing here, both green and brown specimens. \n\
   1352   1.1      cgd Water from an underground sea surges and splashes against the slope of\n\
   1353   1.1      cgd the rock. The walls glisten with shiny minerals.  High above, light\n\
   1354   1.1      cgd filters in through a narrow shaft.**  A hallway here runs -\n\
   1355  1.11      jsm and -.\n", {0} },
   1356  1.11      jsm 	/* 253 */
   1357   1.6    lukem 	{"You are in an elaborately tiled room.",
   1358   1.5    lukem 		{0, 0, 258, 0, 0, 0, 250, 0},
   1359   1.6    lukem 	"Large colorful tiles plate the floor and walls.  The ceiling is a mosaic\n\
   1360   1.1      cgd of gems set in gold.  Hopefully it is only our footsteps that are echoing in\n\
   1361   1.1      cgd this hollow chamber.** The room continues -.  A stone staircase\n\
   1362  1.11      jsm leads down.*\n", {0} },
   1363  1.11      jsm 	/* 254 */
   1364   1.6    lukem 	{"You are at a dead end.",
   1365   1.5    lukem 		{0, 0, 251, 0, 0, 0, 0, 0},
   1366   1.6    lukem 	"The walls here are alive with dark mussels.  They click their shells menacingly\n\
   1367  1.11      jsm if we disturb them. ** The only exit is +.*\n", {0} },
   1368  1.11      jsm 	/* 255 */
   1369   1.6    lukem 	{"The tunnel is very low here.",
   1370   1.5    lukem 		{0, 0, 259, 252, 0, 0, 0, 0},
   1371   1.6    lukem 	"I practically have to crawl on my knees to pass through this opening. The\n\
   1372   1.1      cgd air is stiflingly damp, but I can't hear any sounds of water dripping.**\n\
   1373  1.11      jsm The crawlspace continues -. The tunnel seems wider +.\n", {0} },
   1374  1.11      jsm 	/* 256 */
   1375   1.6    lukem 	{"This is the supply room.",
   1376   1.5    lukem 		{0, 0, 252, 0, 0, 0, 0, 0},
   1377   1.6    lukem 	"Picks and shovels line the walls here, as well as hard hats, boxes of\n\
   1378   1.1      cgd dynamite, and a cartload of very high grade gold and silver ore.** \n\
   1379  1.11      jsm A tunnel leads off +.*\n", {0} },
   1380  1.11      jsm 	/* 257 */
   1381   1.6    lukem 	{"You have found a secret entrance to the catacombs.",
   1382   1.5    lukem 		{0, 0, 0, 0, 216, 1, 252, 0},
   1383   1.6    lukem 	"I have a sickening feeling that we should not have entered the catacombs.\n\
   1384  1.11      jsm Below is a wet, seaweed covered floor. Above is a way out. ****\n", {0} },
   1385  1.11      jsm 	/* 258 */
   1386   1.6    lukem 	{"You are in the catacombs.",
   1387   1.5    lukem 		{0, 0, 260, 253, 0, 0, 0, 0},
   1388   1.6    lukem 	"Ornate tombs and piles of treasure line the walls.  Long spears with many\n\
   1389   1.1      cgd blades, fine swords and coats of mail, heaps of coins, jewelry, pottery, \n\
   1390   1.1      cgd and golden statues are tribute of past kings and queens.** The catacombs\n\
   1391  1.11      jsm continue - and -.\n", {0} },
   1392  1.11      jsm 	/* 259 */
   1393   1.6    lukem 	{"You are crawling on your stomach.",
   1394   1.5    lukem 		{0, 0, 261, 255, 0, 0, 0, 0},
   1395   1.6    lukem 	"The passage is quite narrow and jagged, but the rock is no longer lava.\n\
   1396   1.1      cgd It appears to be a form of granite.** The crawlspace continues -, \n\
   1397  1.11      jsm but I would just as soon go -.\n", {0} },
   1398  1.11      jsm 	/* 260 */
   1399   1.6    lukem 	{"You are in the Sepulcher.",
   1400   1.5    lukem 		{0, 0, 0, 258, 0, 0, 0, 0},
   1401   1.6    lukem 	"A single tomb is here.  Encrusted with diamonds and opals, and secured with \n\
   1402   1.1      cgd straps of a very hard, untarnished silver, this tomb must be of a great king.\n\
   1403   1.1      cgd Vases overflowing with gold coins stand nearby.  A line of verse on the wall\n\
   1404  1.11      jsm reads, \"Three he made and gave them to his daughters.\"****\n", {0} },
   1405  1.11      jsm 	/* 261 */
   1406   1.6    lukem 	{"The passage is wider here.",
   1407   1.5    lukem 		{0, 0, 0, 259, 0, 0, 0, 0},
   1408   1.6    lukem 	"You are at the top of a flooded shaft.  About a meter below the edge,\n\
   1409   1.1      cgd dark water rises and falls to the rhythm of the sea.  A ladder goes\n\
   1410  1.11      jsm down into water here.***  A small crawlspace goes -.\n", {0} },
   1411  1.11      jsm 	/* 262 */
   1412   1.6    lukem 	{"You are at the bottom of a ladder.",
   1413   1.5    lukem 		{0, 0, 0, 0, 261, 1, 263, 0},
   1414   1.6    lukem 	"This is a narrow platform to rest on before we continue either up or down this\n\
   1415  1.11      jsm rickety wooden ladder.****\n", {0} },
   1416  1.11      jsm 	/* 263 */
   1417   1.6    lukem 	{"You are standing in several inches of water.",
   1418   1.5    lukem 		{264, 0, 265, 266, 262, 1, 0, 0},
   1419   1.6    lukem 	"This seems to be a working mine. Many different tunnels wander off following\n\
   1420   1.1      cgd glowing veins of precious metal.  The floor is flooded here since we must\n\
   1421  1.11      jsm be nearly at sea level.  A ladder leads up. ****\n", {0} },
   1422  1.11      jsm 	/* 264 */
   1423   1.6    lukem 	{"The tunnel here is blocked by broken rocks.",
   1424   1.5    lukem 		{0, 263, 0, 0, 0, 0, 0, 0},
   1425   1.6    lukem 	"The way is blocked, but if you had some dynamite, we might be able to blast our\n\
   1426  1.11      jsm way through.*  The passage goes -.**\n", {0} },
   1427  1.11      jsm 	/* 265 */
   1428   1.6    lukem 	{"The tunnel is too flooded to proceed.",
   1429   1.5    lukem 		{0, 0, 0, 263, 0, 0, 0, 0},
   1430   1.6    lukem 	"Hidden shafts could swallow us if we tried to continue on down this tunnel.\n\
   1431   1.1      cgd The flooding is already up to my waist.  Large crystals overhead shimmer\n\
   1432  1.11      jsm rainbows of reflected light.***  Let's go -.\n", {0} },
   1433  1.11      jsm 	/* 266 */
   1434   1.6    lukem 	{"The mine is less flooded here.",
   1435   1.5    lukem 		{0, 0, 263, 0, 0, 0, 0, 0},
   1436   1.6    lukem 	"A meandering gold laden vein of quartz and blooming crystals of diamonds\n\
   1437  1.11      jsm and topaz burst from the walls of the cave.  A passage goes -.***\n", {0} },
   1438  1.11      jsm 	/* 267 */
   1439   1.6    lukem 	{"You are inside the cave.",
   1440   1.5    lukem 		{230, 268, 0, 0, 0, 0, 0, 0},
   1441   1.6    lukem 	"A hot steam swirls around our heads, and the walls are warm to the touch.\n\
   1442  1.11      jsm The trail winds + and +.**\n", {0} },
   1443  1.11      jsm 	/* 268 */
   1444   1.6    lukem 	{"You are in a rather large chamber.",
   1445   1.5    lukem 		{267, 0, 0, 269, 0, 0, 269, 0},
   1446   1.6    lukem 	"Beds of ferns and palm leaves make several cozy nests along the walls. In the\n\
   1447   1.1      cgd center of the room is a throne of gold and silver which pulls out into a bed\n\
   1448  1.11      jsm of enormous size.***  A passageway - leads down.\n", {0} },
   1449  1.11      jsm 	/* 269 */
   1450   1.6    lukem 	{"You are walking along the edge of a huge abyss.",
   1451   1.5    lukem 		{0, 0, 268, 0, 268, 1, 270, 0},
   1452   1.6    lukem 	"Steam is rising in great clouds from the immeasurable depths.  A very narrow\n\
   1453  1.11      jsm trail winds down.**  There is a tunnel +.*\n", {0} },
   1454  1.11      jsm 	/* 270 */
   1455   1.6    lukem 	{"You are on the edge of a huge abyss.",
   1456   1.5    lukem 		{0, 0, 0, 0, 269, 1, 271, 0},
   1457  1.11      jsm 	"The trail winds farther down.****\n", {0} },
   1458  1.11      jsm 	/* 271 */
   1459   1.6    lukem 	{"You are winding your way along the abyss.",
   1460   1.5    lukem 		{0, 0, 0, 0, 270, 1, 272, 0},
   1461  1.11      jsm 	"The trail continues up and down.****\n", {0} },
   1462  1.11      jsm 	/* 272 */
   1463   1.6    lukem 	{"You are on a wide shelf near the steamy abyss.",
   1464   1.5    lukem 		{0, 273, 0, 0, 271, 1, 0, 0},
   1465   1.6    lukem 	"The stifling hot cave seems even hotter to me, staring down into this misty \n\
   1466  1.11      jsm abyss.  A trail winds up.*  A passageway leads -.**\n", {0} },
   1467  1.11      jsm 	/* 273 */
   1468   1.6    lukem 	{"You are in a wide tunnel leading to a fuming abyss.",
   1469   1.5    lukem 		{272, 274, 0, 0, 0, 0, 0, 0},
   1470   1.6    lukem 	"The passageway winds through many beautiful formations of crystals and\n\
   1471  1.11      jsm sparkling minerals.  The tunnel continues - and -.**\n", {0} },
   1472  1.11      jsm 	/* 274 */
   1473   1.6    lukem 	{"You are in a tunnel.",
   1474   1.5    lukem 		{273, 231, 0, 0, 0, 0, 0, 0},
   1475   1.6    lukem 	"It is very warm in here.  The smell of steam and hot rocks permeates the place.\n\
   1476  1.11      jsm The cave continues - and -.**\n", {0} },
   1477  1.11      jsm 	/* 275 */
   1478   1.6    lukem 	{"You are at the bottom of a pit.",
   1479   1.5    lukem 		{0, 0, 0, 0, 232, 0, 0, 0},
   1480   1.6    lukem 	"I can see daylight far up at the mouth of the pit.   A cool draft wafts down.\n\
   1481   1.1      cgd There doesn't seem to be any way out, and I don't remember how we came in.\n\
   1482  1.11      jsm If you had a rope it might be possible to climb out. ****\n", {0} },
   1483   1.1      cgd };
   1484