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