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