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