|
|
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[] = "@(#)nightfile.c 5.2 (Berkeley) 6/19/88"; ! 20: #endif /* not lint */ ! 21: ! 22: #include "externs.h" ! 23: ! 24: struct room nightfile[] = { ! 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: "Feather palms outlined by mellow moonlight and a silvery black ocean line\n\ ! 306: the perimeter of the island. Mighty mountains of emerald and amethyst rise\n\ ! 307: like jagged teeth from black gums. The land rises sharply +. The shore\n\ ! 308: line stretches on *+.*\n" }, ! 309: { "You are flying over a mountainous region.", ! 310: 75, 73, 76, 77, 68, 1, 0, 1, ! 311: "Below is a shadow filled canyon with luminous waterfalls plummeting down beyond sight and looming spires and pinnacles. **The ocean is +.*\n" }, ! 312: { "You are flying over the ocean.", ! 313: 74, 78, 78, 78, 68, 1, 0, 1, ! 314: "You bank over the water and your wingtips dip low to the green waves. The\n\ ! 315: sea is very shallow here and the white coral beds beneath us teem with \n\ ! 316: shadowy fish.****\n" }, ! 317: { "You are flying over the beach.", ! 318: 71, 72, 79, 74, 68, 1, 80, 1, ! 319: "A warm gentle surf caresses the beach here. The land rises\n\ ! 320: sharply +.* The beach is lost in low cliffs +.*\n" }, ! 321: { "You are flying over a large lagoon.", ! 322: 81, 72, 73, 82, 68, 1, 0, 1, ! 323: "The water's brink winds tortuously inland. There are some lights +.***\n" }, ! 324: { "You are flying over a gently sloping plane.", ! 325: 83, 71, 84, 85, 68, 1, 0, 1, ! 326: "The ground appears to be choked with vegetation.* The terrain is more\n\ ! 327: rugged +.**\n" }, ! 328: { "You are flying through a gorge.", ! 329: 0, 0, 86, 71, 68, 1, 102, 1, ! 330: "This is a narrow, steep sided canyon lined with plants. The stars above\n\ ! 331: glisten through the over hanging trees. The gorge leads to the\n\ ! 332: sea** +, and to a tumultuous origin +.\n" }, ! 333: { "You are flying over a plantation.", ! 334: 85, 81, 71, 88, 68, 1, 89, 1, ! 335: "It might be possible to land here, but not in the dark.* There are some lights\n\ ! 336: + and *+.\n" }, ! 337: { "You are over the ocean.", ! 338: 72, 78, 79, 74, 68, 1, 0, 1, ! 339: "The deep green swells foam and roll into the shore **+*.\n" }, ! 340: { "You are flying along the coast.", ! 341: 86, 72, 90, 73, 68, 1, 91, 1, ! 342: "The coastline here is very rocky. The surf in some places is violent\n\ ! 343: and explodes in a shower of sparkling, moonlit spray. ****\n" }, ! 344: { "This is a beautiful coral beach.", ! 345: 106, 0, 107, 108, 73, 0, 0, 0, ! 346: "Fine silver sand kissed lightly by warm tropical waters and illuminated\n\ ! 347: by a huge tropical moon stretches at least 30 meters inland.\n\ ! 348: Gently swaying palm trees are +.***\n" }, ! 349: { "You are flying over a small fishing village.", ! 350: 77, 74, 71, 82, 68, 1, 92, 1, ! 351: "A few thatched huts lit with torches and bonfires line a road below.\n\ ! 352: The road continues on ***+.\n" }, ! 353: { "You are flying over a clearing.", ! 354: 88, 72, 74, 87, 68, 1, 93, 1, ! 355: "There is a dock here (big enough for a seaplane) leading to a clearing.\n\ ! 356: The still waters of the lagoon reflects our orange turbo thrusters.****\n" }, ! 357: { "You are flying over the shore.", ! 358: 94, 75, 95, 96, 68, 1, 0, 1, ! 359: "Rocky lava flows have overtaken the beach here.****\n" }, ! 360: { "You are flying in a wide valley.", ! 361: 95, 97, 86, 75, 68, 1, 98, 1, ! 362: "This is a shallow valley yet the floor is obscured by a thick mist.\n\ ! 363: The valley opens into blackness +. The mist grows thicker +.**\n" }, ! 364: { "You are flying near the shore.", ! 365: 96, 77, 75, 99, 68, 1, 0, 1, ! 366: "Very tall trees growing in neatly planted rows march off from the \n\ ! 367: water here towards the hills and down to the flat lands *+.**\n" }, ! 368: { "You are flying around the very tip of the island.", ! 369: 95, 79, 90, 84, 68, 1, 0, 1, ! 370: "Sheer cliffs rise several hundred feet to a tree covered summit. Far below,\n\ ! 371: the grey sea gnaws voraciously at the roots of these cliffs. The island bends\n\ ! 372: around +** and +.\n" }, ! 373: { "You are flying along the coastline.", ! 374: 99, 82, 88, 100, 68, 1, 101, 1, ! 375: "This is a narrow strip of sand lined with very few trees. The stars above\n\ ! 376: flicker through wisps of clouds. The beach continues on -.* There\n\ ! 377: are some lights +.*\n" }, ! 378: { "You are flying over several cottages and buildings", ! 379: 99, 82, 77, 87, 68, 1, 103, 1, ! 380: "Directly below is small ornate house lit up with spot lights and decorative\n\ ! 381: bulbs. A bell tower and a spurting fountain are nearby. Small dirt roads go\n\ ! 382: + and +.**\n" }, ! 383: { "You are in a field of sugar cane.", ! 384: 109, 110, 111, 112, 77, 0, 0, 0, ! 385: "These strong, thick canes give little shelter but many cuts and scrapes.\n\ ! 386: There are some large trees ***+.\n" }, ! 387: { "You are flying over the ocean.", ! 388: 95, 78, 90, 86, 68, 1, 0, 1, ! 389: "The water is a placid ebony.****\n" }, ! 390: { "You are on the coast road.", ! 391: 113, 114, 115, 116, 79, 0, 0, 0, ! 392: "The road winds close to the shore here. The trees on either side press close\n\ ! 393: in the darkness and seem to be watching us.** The road continues -\n\ ! 394: and -.\n" }, ! 395: { "You are on the main street of the village.", ! 396: 117, 118, 119, 120, 81, 0, 0, 0, ! 397: "The natives are having a festive luau here. Beautiful dancers gyrate in the\n\ ! 398: torchlight to the rhythm of wooden drums. A suckling pig is sizzling in a\n\ ! 399: bed of coals and ti leaves are spread with poi and tropical fruits. Several\n\ ! 400: natives have come over to you and want you to join in the festivities.\n\ ! 401: There is a light burning in a bungalow +.***\n" }, ! 402: { "You are at the sea plane dock.", ! 403: 121, 122, 123, 124, 82, 0, 0, 0, ! 404: "The clearing is deserted. The grass is wet with the evening dew +.*\n\ ! 405: There is something set up +.*\n" }, ! 406: { "You are flying over the ocean.", ! 407: 94, 83, 95, 96, 68, 1, 0, 1, ! 408: "The black waves surge off shore here. The ocean becomes much calmer +.***\n" }, ! 409: { "You are flying along the coast.", ! 410: 94, 84, 86, 83, 68, 1, 0, 1, ! 411: "The land is very low here with a river running into the sea +. There\n\ ! 412: is a wide valley opening up +, but a strange mist is flowing out of it.\n\ ! 413: The very tip of the island is +.*\n" }, ! 414: { "You are flying along the coast.", ! 415: 94, 85, 83, 99, 68, 1, 0, 1, ! 416: "The coast here is cluttered with rocky outcroppings.****\n" }, ! 417: { "You are lost in a sea of fog.", ! 418: 97, 104, 97, 97, 97, 1, 0, 1, ! 419: "What have you gotten us into?\n\ ! 420: I cant see a thing! ****\n" }, ! 421: { "You are on a gravel wash.", ! 422: 125, 126, 127, 128, 84, 0, 0, 0, ! 423: "It is very dark here. A cool breeze is blowing from +. No moonlight can\n\ ! 424: reach below a thick canopy of fog above. The sound of cascading water is\n\ ! 425: coming from +.**\n" }, ! 426: { "You are flying over a wide beach.", ! 427: 96, 88, 85, 87, 68, 1, 105, 1, ! 428: "There are some lighted buildings *+. Some trees are growing +.*\n" }, ! 429: { "You are flying over the ocean.", ! 430: 100, 100, 87, 100, 68, 1, 0, 1, ! 431: "The black waves surge and splash against the rocky shore.****\n" }, ! 432: { "You are on a narrow strip of sand.", ! 433: 129, 130, 131, 0, 87, 0, 0, 0, ! 434: "Rather coarse sand makes this beach very steep and only a few meters wide.\n\ ! 435: A fresh ocean breeze is rustling the ferns **+.*\n" }, ! 436: { "This is Fern Canyon.", ! 437: 0, 0, 132, 133, 76, 0, 0, 0, ! 438: "Delicate waving ferns flourish here, suckled by warm water dripping from \n\ ! 439: every fissure and crevice in the solid rock walls. The stars above sparkle\n\ ! 440: through a thin mist. The canyon winds **-, and -.\n" }, ! 441: { "This is the front lawn.", ! 442: 134, 135, 136, 137, 88, 0, 0, 0, ! 443: "There is a small fountain lighted with green and yellow bulbs here where\n\ ! 444: the driveway meets the lawn. Across the driveway, +, is an ornate white\n\ ! 445: house lit with gas lamps. A bell tower here is awash in pale blue.* There\n\ ! 446: is a road + which turns into the driveway.*\n" }, ! 447: { "You have just crossed the crest of a mountain.", ! 448: 97, 79, 86, 71, 68, 1, 0, 1, ! 449: "The fog vanished mysteriously as we flew over the crest.*\n\ ! 450: Far + I can see the ocean sparkling in the moonlight.**\n" }, ! 451: { "You are on a sandy beach.", ! 452: 138, 139, 140, 0, 99, 0, 0, 0, ! 453: "Fine coral sand, a fresh sea breeze, and dramatic surf add to this beach's\n\ ! 454: appeal.** Stone steps lead to a lighted path in the gardens +.*\n" }, ! 455: { "You are among palm trees near the shore.", ! 456: 141, 80, 142, 143, 73, 0, 0, 0, ! 457: "Arching coconut palms laden with fruit provide a canopy for the glistening\n\ ! 458: white sand and sparse, dew covered grasses growing here. The forest grows\n\ ! 459: denser +. Crickets are chirping loudly here. The ocean is +.**\n" }, ! 460: { "You are walking along the beach.", ! 461: 144, 0, 145, 80, 73, 0, 0, 0, ! 462: "The warm tropical waters nuzzle your ankles as you walk. Above is a gorgeous\n\ ! 463: starscape. The battlestar must be up there somewhere. The slope of the sand\n\ ! 464: is so gentle that the surf only slides up the sand.** There are some rocks\n\ ! 465: +.*\n" }, ! 466: { "You are walking along the beach.", ! 467: 146, 0, 80, 147, 73, 0, 0, 0, ! 468: "The tide is out very far tonight, and it is possible to explore hidden rocks\n\ ! 469: and caves not ordinarily accessible. Rich beds of seaweed have been exposed\n\ ! 470: to the cool night air.****\n" }, ! 471: { "You are in a papaya grove.", ! 472: 148, 89, 149, 150, 77, 0, 0, 0, ! 473: "Slender trees with their large seven lobed leaves bulge with succulent fruit.\n\ ! 474: There are some tall trees +.***\n" }, ! 475: { "You are in a field of pineapple.", ! 476: 89, 151, 152, 153, 77, 0, 0, 0, ! 477: "The sharp dagger like pineapple leaves can pierce the flesh and hold fast\n\ ! 478: a skewered victim with tiny barbs.* The field ends +.**\n" }, ! 479: { "You are in a field of kiwi plants.", ! 480: 149, 154, 155, 89, 77, 0, 0, 0, ! 481: "Round hairy fruit hang from staked vines here. There are some trees +\n\ ! 482: and +. The field ends in a road +.*\n" }, ! 483: { "You are in a large grove of coconuts.", ! 484: 150, 153, 89, 156, 77, 0, 0, 0, ! 485: "These trees are much taller than any growing near the shore and the shadows\n\ ! 486: are also deeper. It's hard to keep my sense of direction.****\n" }, ! 487: { "You are in the woods.", ! 488: 157, 91, 158, 116, 79, 0, 0, 0, ! 489: "Tropical undergrowth makes the going rough here. Sword ferns give no strong\n\ ! 490: foot hold and the dangling vines would gladly throttle one. The darkness is\n\ ! 491: so intense here that we stand in utter blackness.****\n" }, ! 492: { "You are at the shore.", ! 493: 91, 0, 159, 145, 79, 0, 160, 0, ! 494: "The low minus tide tonight might make it possible to climb down to a\n\ ! 495: small cave entrance below. Large rocks would usually churn the waves\n\ ! 496: asunder.*** The beach goes -.\n" }, ! 497: { "You are on the coast road.", ! 498: 158, 161, 162, 91, 79, 0, 0, 0, ! 499: "The road is beginning to turn slightly -. I can here the surf +. The road\n\ ! 500: continues into the dark forest +.*\n" }, ! 501: { "The road winds deeper into the trees.", ! 502: 163, 142, 91, 164, 79, 0, 0, 0, ! 503: "Only narrow moonbeams filter through the dense foliage above. The moist rich\n\ ! 504: earth has nurtured a myriad of slugs, snakes, and spiders to grow here. The\n\ ! 505: road continues - and *- into the shadows.*\n" }, ! 506: { "This is the front porch of the bungalow.", ! 507: 165, 92, 0, 0, 81, 0, 0, 0, ! 508: "The veranda is lit by a small yellow bug light. The door leads -.\n\ ! 509: The stone walk down to the luau is lined with burning torches +. That\n\ ! 510: roast pig smells good.**\n" }, ! 511: { "You are on a path leading to the lagoon.", ! 512: 92, 166, 167, 168, 81, 0, 0, 0, ! 513: "This path winds through the underbrush and towards the lagoon *+. The\n\ ! 514: broad faced moon peeps though the branches above. The sound of drums echos\n\ ! 515: in the woods.**\n" }, ! 516: { "This is a dirt road.", ! 517: 169, 118, 170, 92, 81, 0, 0, 0, ! 518: "**The road continues on - here for some distance. A bonfire and party light\n\ ! 519: up the night sky +.\n" }, ! 520: { "You are on a dirt road.", ! 521: 171, 118, 92, 172, 81, 0, 0, 0, ! 522: "**There is a village +. A huge bonfire licks at the trees, and a celebration\n\ ! 523: of some sort is going on there. The smell of luscious cooking is tantalizing\n\ ! 524: my flared nostrils. The road continues +.\n" }, ! 525: { "You are on a dirt road.", ! 526: 173, 93, 174, 175, 82, 0, 0, 0, ! 527: "This is a wide grassy clearing bedewed with droplets of evening mist. The\n\ ! 528: trees alongside the road moan and whisper as we pass. They seem annoyed at\n\ ! 529: our presence. **The road continues - and -.\n" }, ! 530: { "You are at the seaplane dock.", ! 531: 93, 0, 176, 177, 82, 0, 0, 0, ! 532: "Not a living thing stirs the calm surface of the lagoon. The wooden planks\n\ ! 533: creak unnaturally as we tread on them. The dock reaches a clearing +.\n\ ! 534: A dark trail leads around the lagoon **+.\n" }, ! 535: { "There are some tables on the lawn here.", ! 536: 121, 122, 123, 93, 82, 0, 0, 0, ! 537: "Some tables are strewn on the wet lawn.****\n" }, ! 538: { "You are nosing around in the bushes.", ! 539: 124, 124, 93, 124, 82, 0, 0, 0, ! 540: "There is little here but some old beer cans. It is damp and dirty in here.\n\ ! 541: I think I stepped in something unpleasant. It would be best to go **-.*\n" }, ! 542: { "You are walking in a dry stream bed.", ! 543: 178, 98, 179, 0, 84, 0, 0, 0, ! 544: "The large cobblestones are difficult to walk on. No starlight reaches\n\ ! 545: below a black canopy of fog seemingly engulfing the whole island. A dirt\n\ ! 546: path along the wash is **+. The high bank is impossible to climb +.\n" }, ! 547: { "You are at the thermal pools.", ! 548: 98, 0, 180, 181, 84, 0, 0, 0, ! 549: "Odd spluttering and belching water splashes up around the rocks here.\n\ ! 550: A spectacular waterfall nearby tumbles down as a river of effervescent\n\ ! 551: bubbles. The air is quite warm and a cave entrance ***+ spews steam.\n" }, ! 552: { "You are in the woods.", ! 553: 127, 180, 182, 98, 84, 0, 0, 0, ! 554: "It is pitch black in the forest here and my pant leg is caught on something.\n\ ! 555: There may be poison oak here. What was that? A lantern just flickered by in\n\ ! 556: the dark! The sound of rushing water is coming from *+.**\n" }, ! 557: { "You are on a dirt trail.", ! 558: 179, 181, 98, 0, 84, 0, 0, 0, ! 559: "The trail seems to start here and head towards the forest +.** High, dark\n\ ! 560: cliffs border the trail +. Some crickets are chirping noisily.\n" }, ! 561: { "You are walking along the beach.", ! 562: 183, 101, 184, 0, 87, 0, 0, 0, ! 563: "The surf is rather tame tonight. The beach continues + and +.**\n" }, ! 564: { "You are walking along the beach.", ! 565: 101, 185, 186, 0, 87, 0, 0, 0, ! 566: "This is not a very nice beach. The coarse sand hurts my feet.****\n" }, ! 567: { "You are walking through some ferns.", ! 568: 184, 186, 187, 101, 87, 0, 0, 0, ! 569: "This is a wide field growing only ferns and small shrubs.** In the dark\n\ ! 570: it would be all to easy to stumble into a venomous snake. The ocean is\n\ ! 571: *+.\n" }, ! 572: { "You are in a narrow canyon.", ! 573: 0, 0, 188, 102, 76, 0, 0, 0, ! 574: "The steep sides here squeeze a little freshet through a gauntlet like\n\ ! 575: series of riffles and pools. The cool mountain air is refreshing.****\n" }, ! 576: { "The canyon is much wider here.", ! 577: 0, 0, 102, 189, 76, 0, 0, 0, ! 578: "The sheer rock walls rise 10 meters into darkness. A slender waterfall\n\ ! 579: careens away from the face of the rock high above and showers the gravel\n\ ! 580: floor with sparkling raindrops.** The canyon continues -\n\ ! 581: and -.\n" }, ! 582: { "You are on the front porch of the cottage.", ! 583: 190, 103, 0, 0, 0, 0, 0, 0, ! 584: "The veranda is deserted. A table and chair are the only things on the porch.\n\ ! 585: Inside the house is a parlor lighted with an elegant chandelier. The door\n\ ! 586: leads -. The lawn and fountain are +.**\n" }, ! 587: { "You are in a palm grove.", ! 588: 103, 191, 192, 105, 88, 0, 0, 0, ! 589: "Crickets are chirping in the cool night air.****\n" }, ! 590: { "You are on a dirt road.", ! 591: 193, 192, 245, 103, 88, 0, 0, 0, ! 592: "There are many bright lights +. The road cleaves the darkness +.\n\ ! 593: A small dirt road goes -, and a drive way peals off +.\n" }, ! 594: { "You are in a field of small shrubs.", ! 595: 184, 186, 103, 187, 88, 0, 0, 0, ! 596: "**Pine and other coniferous saplings are growing here. The rich brown\n\ ! 597: soil is well watered. Across a large lawn +, there is a small cottage lighted\n\ ! 598: with spot lights and gas lamps. A cool land breeze is blowing.*\n" }, ! 599: { "The beach is pretty rocky here.", ! 600: 194, 105, 195, 0, 96, 0, 0, 0, ! 601: "The tide is very low tonight. The beach is nicer *+.**\n" }, ! 602: { "The beach is almost 10 meters wide here.", ! 603: 105, 183, 196, 0, 99, 0, 0, 0, ! 604: "The sand has become more coarse and the beach steeper.****\n" }, ! 605: { "You are in the gardens.", ! 606: 195, 196, 197, 105, 99, 0, 0, 0, ! 607: "Shadowy expanses of lawn and leaf have been groomed and manicured here.\n\ ! 608: The night sky is glowing with a full moon.** A lighted path leads -.\n\ ! 609: Stone steps lead down to the beach +.\n" }, ! 610: { "You are on the coast road.", ! 611: 198, 106, 163, 199, 73, 0, 0, 0, ! 612: "The forest is dense on either side. The trees seem to be actually squeezing\n\ ! 613: together to keep us from passing. A feeling of emnity is in the air.**\n\ ! 614: The road continues - and -.\n" }, ! 615: { "You are in the forest.", ! 616: 116, 107, 91, 106, 73, 0, 0, 0, ! 617: "I suppose there are trees and ferns all around, but it is too dark to see.****\n" }, ! 618: { "You are in the forest.", ! 619: 199, 108, 106, 146, 73, 0, 0, 0, ! 620: "There are shadowy trees and ferns all around.****\n" }, ! 621: { "You are in a copse.", ! 622: 142, 107, 145, 80, 0, 0, 0, 0, ! 623: "This is a secret hidden thicket only noticeable from the beach. In the\n\ ! 624: moonlight, I can tell that someone has been digging here recently.****\n" }, ! 625: { "You are at the tide pools.", ! 626: 91, 0, 114, 107, 79, 0, 0, 0, ! 627: "These rocks and pools are the home for many sea anemones and crustaceans.\n\ ! 628: They are exposed because of the low tide. There is a beach ***+.\n" }, ! 629: { "You are in the forest.", ! 630: 199, 108, 143, 0, 73, 0, 0, 0, ! 631: "This is a shallow depression sheltered from the wind by a thick growth of \n\ ! 632: thorny shrubs. It looks like someone is camping here. There is a fire pit\n\ ! 633: with warm, crackling flames and coals here.* The beach is +.* The thorny\n\ ! 634: shrubs block the way -.\n" }, ! 635: { "You are at the mouth of the lagoon.", ! 636: 200, 0, 108, 201, 74, 0, 0, 0, ! 637: "The beach ends here where the coral reef rises to form a wide lagoon.\n\ ! 638: A path winds around the lagoon to the -.* The beach continues\n\ ! 639: on -. Only water lies +.\n" }, ! 640: { "You are in a breadfruit grove.", ! 641: 202, 109, 203, 204, 77, 0, 0, 0, ! 642: "The tall trees bend leisurely in the breeze, holding many round breadfruits\n\ ! 643: close to their large serrated leaves. There are coconut palms +,\n\ ! 644: *+, and +.\n" }, ! 645: { "You are in a grove of mango trees.", ! 646: 203, 111, 205, 109, 77, 0, 0, 0, ! 647: "The trees are not tall enough to obscure the view and the bright moonlight\n\ ! 648: makes it fairly easy to see.****\n" }, ! 649: { "You are in a grove of coconut palms.", ! 650: 204, 112, 109, 206, 77, 0, 0, 0, ! 651: "All I can see around us are trees and ominous shapes darting in and out of the\n\ ! 652: shadows.****\n" }, ! 653: { "You are in a coconut grove.", ! 654: 110, 207, 208, 209, 77, 0, 0, 0, ! 655: "There are countless trees here.****\n" }, ! 656: { "You are in a field of pineapple.", ! 657: 154, 208, 210, 110, 77, 0, 0, 0, ! 658: "The sharp leaves are cutting me to ribbons. There is a road **+.*\n" }, ! 659: { "You are in a coconut grove.", ! 660: 112, 209, 110, 211, 77, 0, 0, 0, ! 661: "There is a field of something **+.*\n" }, ! 662: { "You are on the edge of a kiwi and pineapple field.", ! 663: 111, 152, 155, 110, 77, 0, 0, 0, ! 664: "An irrigation ditch separates the two fields here. There is a road **+.*\n" }, ! 665: { "This is a dirt road.", ! 666: 205, 210, 212, 111, 77, 0, 0, 0, ! 667: "The road runs - and - here. It is very dark in the forest.**\n" }, ! 668: { "You are in a palm grove.", ! 669: 206, 211, 112, 213, 77, 0, 0, 0, ! 670: "There are trees all around us.****\n" }, ! 671: { "You are on the edge of a small clearing.", ! 672: 157, 113, 157, 157, 79, 0, 0, 0, ! 673: "The ground is rather marshy here and the darkness is intense. A swarm of\n\ ! 674: ravenous mosquitoes has descended upon you and has sent you quaking to your\n\ ! 675: knees.****\n" }, ! 676: { "You are in the woods.", ! 677: 158, 115, 215, 113, 79, 0, 0, 0, ! 678: "You have walked a long way and found only spider webs. ****\n" }, ! 679: { "You are walking along the shore.", ! 680: 115, 0, 214, 114, 86, 0, 0, 0, ! 681: "You are now about 10 meters above the surf on a gently rising cliffside.**\n\ ! 682: The land rises +. There is a beach far +.\n" }, ! 683: { "You are just inside the entrance to the sea cave.", ! 684: 246, 114, 0, 0, 114, 1, 0, 0, ! 685: "The sound of water dripping in darkness and the roar of the ocean just outside\n\ ! 686: create a very unwelcoming atmosphere inside this cave. Only on rare occasions\n\ ! 687: such as this is it possible to enter the forbidden catacombs... The cave\n\ ! 688: continues -.***\n" }, ! 689: { "You are in a secret nook beside the road.", ! 690: 115, 159, 162, 91, 79, 0, 0, 0, ! 691: "This little thicket is hidden from the road in the shadows of the forest.\n\ ! 692: From here we have a clear view of any traffic along the road. A great hollow\n\ ! 693: tree stuffed with something is nearby. The road is +.***\n" }, ! 694: { "You are on the coast road.", ! 695: 215, 214, 0, 115, 86, 0, 0, 0, ! 696: "The road turns abruptly - here, wandering deeper into the black forest.***\n" }, ! 697: { "You are on a dirt road.", ! 698: 216, 116, 113, 141, 79, 0, 0, 0, ! 699: "We are walking through a tunnel of unfriendly trees and shrubs. The tall\n\ ! 700: ones bend over the roadway and reach down with their branches to grab us.\n\ ! 701: Broad leafed plants at the roadside whisper in the darkness. Something\n\ ! 702: just darted across the road and into the bushes *+. Let's go *-.\n" }, ! 703: { "You have discovered a hidden thicket near the road.", ! 704: 163, 142, 116, 106, 73, 0, 0, 0, ! 705: "I would think it best to stay n the road. The forest seems very unfriendly\n\ ! 706: at night. The road is **+.*\n" }, ! 707: { "You are in the living room.", ! 708: 0, 117, 217, 218, 0, 0, 0, 0, ! 709: "A decorative entry with fresh flowers and wall to wall carpeting leads into\n\ ! 710: the living room here where a couch and two chairs converse with an end table.\n\ ! 711: *The exit is +.* The bedroom is +.\n" }, ! 712: { "You are at the lagoon.", ! 713: 118, 0, 167, 168, 81, 0, 0, 0, ! 714: "A small beach here is deserted except for some fishing nets. It is very\n\ ! 715: peaceful at the lagoon at night. The sound of native drums is carried on\n\ ! 716: the night breeze. There are paths leading off into darkness +,\n\ ! 717: *+, and +.\n" }, ! 718: { "You are at the lagoon.", ! 719: 118, 0, 170, 166, 81, 0, 0, 0, ! 720: "The grass near the water is moist with the refreshing evening dew. Far away,\n\ ! 721: drums reverberate in the forest.** The path continues + and +.\n" }, ! 722: { "You are at the lagoon.", ! 723: 118, 0, 166, 172, 81, 0, 0, 0, ! 724: "The path meanders through shadows of tussocks of grass, ferns, and thorny\n\ ! 725: bushes here and continues on **- and -.\n" }, ! 726: { "You are in the woods.", ! 727: 219, 119, 220, 92, 81, 0, 0, 0, ! 728: "There are plenty of ferns and thorny bushes here! Spider webs and probing\n\ ! 729: branches snare us as we stumble along in the pitch black night.****\n" }, ! 730: { "You are on a dirt road.", ! 731: 220, 167, 199, 119, 74, 0, 0, 0, ! 732: "The road winds rather close to a large lagoon here and many sedges and tall\n\ ! 733: loom in the darkness *+. The road continues - and -.\n" }, ! 734: { "You are in the woods beside the road.", ! 735: 221, 120, 92, 222, 81, 0, 0, 0, ! 736: "The forest grows darker +. The road is +.**\n" }, ! 737: { "The road crosses the lagoon here.", ! 738: 222, 0, 120, 174, 81, 0, 0, 0, ! 739: "Strange mists rising from the water engulf a rickety old enclosed bridge here.\n\ ! 740: Spider webs catch our hair as we pass through its rotting timbers. I felt\n\ ! 741: something drop on my neck. The road delves into the accursed forest\n\ ! 742: **+ and +.\n" }, ! 743: { "You are in a coconut palm grove.", ! 744: 223, 121, 224, 225, 82, 0, 0, 0, ! 745: "The tall palms are planted about 30 feet apart and the stary sky is clearly\n\ ! 746: visible above. A low growing grass carpets the ground all around. The grove\n\ ! 747: continues +.***\n" }, ! 748: { "You are walking along a dirt road.", ! 749: 224, 176, 172, 121, 82, 0, 0, 0, ! 750: "You are near misty patch of the roadway **+. The road continues -.\n" }, ! 751: { "You are on a dirt road.", ! 752: 225, 177, 121, 226, 82, 0, 0, 0, ! 753: "The road turns abruptly - here, splitting a grove of palm trees.* In the\n\ ! 754: starlight I can also discern that the road continues - toward the lagoon.*\n" }, ! 755: { "You are on a trail running around the lagoon.", ! 756: 172, 0, 0, 122, 82, 0, 0, 0, ! 757: "The dark waters brush the trail here and the path crosses an old bridge\n\ ! 758: +. There is deep water + and +. The trail continues -.\n" }, ! 759: { "This is the mouth of the lagoon.", ! 760: 175, 0, 122, 227, 82, 0, 0, 0, ! 761: "The coral reef wraps around a natural bay here to create a wide lagoon which\n\ ! 762: winds tortuously inland.** A trail goes around the lagoon +.\n\ ! 763: The beach is -.\n" }, ! 764: { "You are in a dry stream bed.", ! 765: 0, 125, 0, 0, 84, 0, 0, 0, ! 766: "The dry wash drains over a tall precipice here into a turbid morass below. The\n\ ! 767: most noisome stench imaginable is wafting up to defile our nostrils. Above,\n\ ! 768: the blackness is intense and a strange mist engulfs the island.* Let's go\n\ ! 769: -.**\n" }, ! 770: { "You are on a dirt path along the wash.", ! 771: 0, 128, 125, 228, 84, 0, 0, 0, ! 772: "The trail winds along the gravel wash and delves into the forest ***+.\n" }, ! 773: { "The thermal pools flow into a stream here.", ! 774: 127, 0, 229, 126, 84, 0, 0, 0, ! 775: "The gurgling hot waters pour over boulders into a swiftly flowing\n\ ! 776: stream **+. The pools are +.\n" }, ! 777: { "You are at the entrance to a cave.", ! 778: 128, 230, 126, 0, 84, 0, 0, 0, ! 779: "A torch lights the entrance to the cave. Deep inside I can see shadows moving.\n\ ! 780: A path goes + from here. The entrance is +.**\n" }, ! 781: { "You are in the woods.", ! 782: 182, 229, 182, 127, 84, 0, 0, 0, ! 783: "Thorns tangle your every effort to proceed.* The sound of rushing water is\n\ ! 784: +.**\n" }, ! 785: { "You are walking along the beach.", ! 786: 139, 129, 184, 0, 99, 0, 0, 0, ! 787: "Some dunes here progress inland and make it impossible to get very far in that\n\ ! 788: direction. The beach continues - and -.* The ocean is +.\n" }, ! 789: { "You are in the dunes.", ! 790: 183, 101, 184, 129, 87, 0, 0, 0, ! 791: "The endless rolling and pitching sand dunes are enough to make one very queasy!\n\ ! 792: The sand is cool and the stars are bright at the ocean. The only way I'm going\n\ ! 793: is ***+.\n" }, ! 794: { "This is a lousy beach.", ! 795: 130, 0, 0, 0, 87, 0, 0, 0, ! 796: "Volcanic and viciously sharp bitted grains of sand here bite like cold steel\n\ ! 797: into my tender feet. I refuse to continue on. Let's get out of here. The\n\ ! 798: beach is better +.***\n" }, ! 799: { "You are in a field of sparse ferns.", ! 800: 131, 185, 187, 130, 87, 0, 0, 0, ! 801: "The lava rock outcroppings here will support few plants. There is more \n\ ! 802: vegetation +.** The ocean is +.\n" }, ! 803: { "You are in the woods.", ! 804: 131, 131, 137, 131, 87, 0, 0, 0, ! 805: "Young trees and tall shrubs grow densely together here.\n\ ! 806: They grow thicker **+.*\n" }, ! 807: { "The canyon is no wider than a foot here.", ! 808: 0, 0, 0, 132, 0, 0, 0, 0, ! 809: "The freshet is gushing through the narrow trough, but the canyon has grown\n\ ! 810: too narrow to follow it any farther.*** I guess we'll have to go -.\n" }, ! 811: { "You are in a narrow part of the canyon.", ! 812: 0, 0, 133, 232, 76, 0, 0, 0, ! 813: "The two sheer sides are no more than a few meters apart here. There is a stone\n\ ! 814: door in the wall +. The gravelly floor runs with tiny rivulets seeping \n\ ! 815: from the ground itself.* The canyon continues - and -.\n" }, ! 816: { "You are in the drawing room.", ! 817: 0, 134, 0, 0, 0, 0, 0, 0, ! 818: "Exquisitely decorated with plants and antique furniture of superb\n\ ! 819: craftsmanship, the parlor reflects its owners impeccable taste. The tropical\n\ ! 820: night air pours in through open shutters *+. There doesn't seem \n\ ! 821: to be anybody around. A large immaculate oaken desk is visible in the\n\ ! 822: study and it even has a old fashioned telephone to complete the decor.**\n" }, ! 823: { "You are in a palm grove.", ! 824: 135, 191, 233, 191, 88, 0, 0, 0, ! 825: "Grassy rows of dew covered palms stretch as far as I can see.**\n\ ! 826: There is a road +.*\n" }, ! 827: { "You are on a dirt road.", ! 828: 136, 233, 234, 135, 88, 0, 0, 0, ! 829: "The road winds through a coconut palm grove here. It continues on - \n\ ! 830: and -.**\n" }, ! 831: { "The road leads to several large buildings here.", ! 832: 235, 136, 236, 237, 88, 0, 0, 0, ! 833: "There is a lighted clubhouse +,* a large barn and stable +, and a\n\ ! 834: garage of similar construct to the barn +.\n" }, ! 835: { "This part of the beach is impassable.", ! 836: 0, 138, 0, 0, 96, 0, 0, 0, ! 837: "The see is calm tonight. The beach goes *-.**\n" }, ! 838: { "You are in the gardens.", ! 839: 195, 140, 197, 138, 96, 0, 0, 0, ! 840: "Dew beaded grass sparkles in the moonlight. Tiny lamps beside the path light\n\ ! 841: the way to the ocean ***+.\n" }, ! 842: { "You are in the gardens.", ! 843: 140, 183, 197, 139, 99, 0, 0, 0, ! 844: "Beautiful flowers and shrubs surround a lighted goldfish pond.****\n" }, ! 845: { "You are on a stone walk in the garden.", ! 846: 195, 196, 238, 140, 99, 0, 0, 0, ! 847: "The walk leads to a road **+.*\n" }, ! 848: { "You are in the forest near the road.", ! 849: 198, 141, 216, 198, 73, 0, 0, 0, ! 850: "There are many thorny bushes here!****\n" }, ! 851: { "You are at a fork in the road.", ! 852: 239, 146, 141, 170, 73, 0, 0, 0, ! 853: "Two roads come together in the darkness here. One runs -,* the other \n\ ! 854: runs - and -.\n" }, ! 855: { "You are on a dirt path around the lagoon.", ! 856: 170, 147, 146, 0, 74, 0, 0, 0, ! 857: "The still waters reflect bending palms and a stary sky. It looks like\n\ ! 858: the path runs into a clearing +. The path continues -.**\n" }, ! 859: { "You are drowning in the lagoon.", ! 860: 201, 201, 147, 201, 74, 0, 0, 0, ! 861: "I suggest you get out before you become waterlogged.****\n" }, ! 862: { "You are in a coconut palm grove.", ! 863: 202, 148, 203, 204, 77, 0, 0, 0, ! 864: "****\n" }, ! 865: { "You are in a palm grove.", ! 866: 202, 149, 205, 148, 77, 0, 0, 0, ! 867: "****\n" }, ! 868: { "You are in a palm grove.", ! 869: 202, 150, 148, 206, 77, 0, 0, 0, ! 870: "****\n" }, ! 871: { "You are on a dirt road.", ! 872: 203, 155, 212, 149, 77, 0, 0, 0, ! 873: "*This road ends here at a palm grove but continues on - for quite\n\ ! 874: some way.**\n" }, ! 875: { "You are in a coconut palm grove.", ! 876: 204, 156, 150, 213, 77, 0, 0, 0, ! 877: "****\n" }, ! 878: { "You are in a coconut grove.", ! 879: 151, 219, 208, 209, 77, 0, 0, 0, ! 880: "*The grove ends +.**\n" }, ! 881: { "You are in a coconut grove.", ! 882: 152, 207, 239, 151, 77, 0, 0, 0, ! 883: "**There is a dirt road +.*\n" }, ! 884: { "You are in a coconut grove.", ! 885: 153, 207, 151, 211, 77, 0, 0, 0, ! 886: "****\n" }, ! 887: { "This is a dirt road.", ! 888: 205, 239, 212, 154, 77, 0, 0, 0, ! 889: "The road continues - and -.**\n" }, ! 890: { "You are in a coconut grove.", ! 891: 153, 209, 153, 213, 77, 0, 0, 0, ! 892: "****\n" }, ! 893: { "You are in the woods near the road.", ! 894: 205, 210, 212, 155, 77, 0, 0, 0, ! 895: "There are many thorny bushes here!****\n" }, ! 896: { "You are in a coconut grove.", ! 897: 213, 213, 156, 234, 88, 0, 0, 0, ! 898: "***The grove ends in a clearing +.\n" }, ! 899: { "You are walking along some high cliffs.", ! 900: 162, 0, 0, 159, 86, 0, 0, 0, ! 901: "The island bends sharply + here with high cliffs -\n\ ! 902: and -. The cliffs are lower +.\n" }, ! 903: { "You are at the coast road turn around.", ! 904: 0, 162, 0, 158, 90, 0, 0, 0, ! 905: "The coast road ends here in a lookout with a view of the ocean.\n\ ! 906: Far below, the waves crash against the rocks.\n\ ! 907: ****\n" }, ! 908: { "You are in the woods near the road.", ! 909: 216, 163, 216, 198, 79, 0, 257, 0, ! 910: "These thorny bushes are killing me.****\n" }, ! 911: { "You are in the kitchen.", ! 912: 0, 0, 0, 165, 0, 0, 0, 0, ! 913: "A small gas stove and a refrigerator are all the only appliances here. The\n\ ! 914: gas oven has been left on and the whole room is reeking with natural gas.\n\ ! 915: One spark from a match and.... The door out is ***+.\n" }, ! 916: { "You are in the bedroom.", ! 917: 0, 0, 165, 0, 0, 0, 0, 0, ! 918: "A soft feather comforter on top of layers of Answer blankets make this a very\n\ ! 919: luxurious place to sleep indeed. There are also some end tables and a dresser\n\ ! 920: here.** The living room is +.*\n" }, ! 921: { "You are in the woods.", ! 922: 207, 169, 220, 221, 81, 0, 0, 0, ! 923: "The darkness is intense, but there seems to be a clearing +.***\n" }, ! 924: { "You are in the woods near the road.", ! 925: 219, 170, 239, 169, 81, 0, 0, 0, ! 926: "*As far as I can tell, there are two roads + and +.*\n" }, ! 927: { "You are in the woods.", ! 928: 207, 171, 219, 222, 81, 0, 0, 0, ! 929: "The spider webs thin out and the forest is clearer +.***\n" }, ! 930: { "You are on the lagoon's inland finger.", ! 931: 0, 172, 171, 172, 81, 0, 0, 0, ! 932: "It is impossible to follow the lagoon any farther inland because of sharp\n\ ! 933: and very painful sedges.* The road is +.**\n" }, ! 934: { "You are in a grassy coconut grove.", ! 935: 240, 173, 224, 241, 82, 0, 0, 0, ! 936: "The tall palms provide a ghostly canopy for the sandy ground covering.****\n" }, ! 937: { "You are near the lagoon's inland finger.", ! 938: 0, 174, 0, 173, 82, 0, 0, 0, ! 939: "Very sharp sedges make it impossible to follow the lagoon any farther inland.\n\ ! 940: *There is a road +.**\n" }, ! 941: { "You are on a dirt road.", ! 942: 241, 175, 173, 226, 82, 0, 0, 0, ! 943: "The road winds through a coconut grove here and continues - and -.**\n" }, ! 944: { "You are in the woods near the road.", ! 945: 226, 226, 175, 226, 82, 0, 0, 0, ! 946: "**The road is +.*\n" }, ! 947: { "This is a beach?", ! 948: 227, 227, 177, 0, 82, 0, 0, 0, ! 949: "Hard jagged rocks that pierce with every footstep hardly comprise a beach.**\n\ ! 950: Let's go -.*\n" }, ! 951: { "The trail is lost in the woods here.", ! 952: 241, 241, 179, 241, 84, 0, 0, 0, ! 953: "The trail goes **-.*\n" }, ! 954: { "You are on the bank of a stream.", ! 955: 182, 0, 242, 180, 84, 0, 0, 0, ! 956: "The stream falls over several small boulders here and continues on **-.*\n" }, ! 957: { "You are just inside the cave.", ! 958: 181, 267, 0, 0, 0, 0, 0, 0, ! 959: "A steamy hot breath is belching from the depths of the earth within.* The\n\ ! 960: cave continues -.**\n" }, ! 961: { "You are just inside the cave entrance.", ! 962: 274, 0, 0, 0, 0, 0, 0, 0, ! 963: "The air is hot and sticky inside. The cave continues -. There is a \n\ ! 964: stone door in the wall +. A wooden sign in the dust warns in old elven\n\ ! 965: runes, \"GSRF KDIRE NLVEMP!\".**\n" }, ! 966: { "You are at the edge of a huge chasm.", ! 967: 0, 0, 189, 0, 76, 0, 0, 0, ! 968: "Several hundred feet down I can see the glimmer of placid water. The\n\ ! 969: rivulets drain over the edge and trickle down into the depths. It is \n\ ! 970: impossible to climb down.** The canyon continues -.*\n" }, ! 971: { "You are on a dirt road.", ! 972: 192, 241, 240, 191, 88, 0, 0, 0, ! 973: "The road winds through a coconut grove here. The road continues on into the\n\ ! 974: shadows - and -.**\n" }, ! 975: { "You are in a coconut palm grove near the road.", ! 976: 193, 233, 213, 192, 88, 0, 0, 0, ! 977: "***The road is +.\n" }, ! 978: { "You are at the clubhouse.", ! 979: 0, 193, 0, 0, 0, 0, 0, 0, ! 980: "The clubhouse is built over the most inland part of the lagoon. Tropical\n\ ! 981: bananas and fragrant frangipani grow along the grassy shore. Walking across\n\ ! 982: the short wooden bridge, we enter. Along one wall is a bar crowded with people.\n\ ! 983: The restaurant and disco dance floor are filled to capacity. A rock group\n\ ! 984: electrocutes itself to the satisfaction of the audience.****\n" }, ! 985: { "You are in the stables.", ! 986: 0, 0, 0, 193, 0, 0, 0, 0, ! 987: "Neighing horses snacking on hay and oats fill the stalls on both sides of\n\ ! 988: the barn. It is rather warm in here but that is not the most offensive\n\ ! 989: part.****\n" }, ! 990: { "You are in the old garage.", ! 991: 0, 0, 193, 0, 0, 0, 0, 0, ! 992: "This is an old wooden building of the same vintage as the stables. Beneath\n\ ! 993: a sagging roof stand gardening tools and greasy rags. Parked in the center\n\ ! 994: is an underpowered Plymouth Volare' with a red and white striped golf cart\n\ ! 995: roof. ****\n" }, ! 996: { "You are on a dirt road.", ! 997: 197, 197, 243, 197, 85, 0, 0, 0, ! 998: "The road leads to a formal garden laced with lighted stone walks and tropical\n\ ! 999: flowers and trees.** The road continues -. A walk leads -.\n" }, ! 1000: { "You are on a dirt road.", ! 1001: 210, 199, 198, 220, 73, 0, 0, 0, ! 1002: "The road runs - and -.**\n" }, ! 1003: { "You are in a coconut grove near the road.", ! 1004: 234, 223, 234, 233, 88, 0, 0, 0, ! 1005: "***The road is +.\n" }, ! 1006: { "You are on a dirt road.", ! 1007: 233, 225, 223, 226, 82, 0, 0, 0, ! 1008: "The road continues - and -.**\n" }, ! 1009: { "The stream plummets over a cliff here.", ! 1010: 182, 0, 0, 229, 84, 0, 0, 0, ! 1011: "Falling 10 agonizing meters into darkness, only droplets of the stream must\n\ ! 1012: be left to dance off the floor below. There is no way down, even with a\n\ ! 1013: strong rope. ****\n" }, ! 1014: { "You are on a dirt road.", ! 1015: 0, 0, 244, 238, 85, 0, 0, 0, ! 1016: "**The road continues - and -.\n" }, ! 1017: { "You are on a dirt road.", ! 1018: 0, 245, 0, 243, 88, 0, 0, 0, ! 1019: "*The road continues -* and -.\n" }, ! 1020: { "You are on a dirt road.", ! 1021: 244, 234, 213, 136, 88, 0, 0, 0, ! 1022: "The road goes -* and *-.\n" }, ! 1023: { "You are in a low passage.", ! 1024: 247, 160, 0, 0, 0, 0, 0, 0, ! 1025: "The ceiling here sparkles with iridiscent gems and minerals. Colorful starfish\n\ ! 1026: and sea anemones cling to the slippery walls and floor. The passage continues\n\ ! 1027: +.***\n" }, ! 1028: { "The walls are very close together here.", ! 1029: 248, 246, 0, 0, 0, 0, 0, 0, ! 1030: "I can barely squeeze through the jagged opening. Slimy sea weeds provide\n\ ! 1031: no footing at all. This tunnel seems to be an ancient lava tube. There is\n\ ! 1032: a large room +.***\n" }, ! 1033: { "You are in the cathedral room.", ! 1034: 249, 247, 250, 251, 0, 0, 0, 0, ! 1035: "Your light casts ghostly shadows on the walls but cannot pierce the \n\ ! 1036: engulfing darkness overhead. The sound of water dripping echoes in the void.\n\ ! 1037: *I can see no passages leading out of this room.*** \n" }, ! 1038: { "You are walking through a very round tunnel.", ! 1039: 252, 248, 0, 0, 252, 1, 0, 0, ! 1040: "The round walls of this tunnel are amazingly smooth to the touch. A little\n\ ! 1041: trickle of water flows down the center. The tunnel climbs steadily +.\n\ ! 1042: There is a large room +.**\n" }, ! 1043: { "You are in the cathedral anteroom.", ! 1044: 0, 0, 0, 248, 253, 1, 0, 0, ! 1045: "This small chamber with a flat stone floor is to one side of the cathedral \n\ ! 1046: room. We appear to be at the bottom of a tall narrow shaft. There are many \n\ ! 1047: puddles of water here. A staircase hewn from solid rock and black lava \n\ ! 1048: leads up.*** The cathedral room is -.\n" }, ! 1049: { "You are in a wide chamber.", ! 1050: 0, 0, 248, 254, 0, 0, 0, 0, ! 1051: "Water is sprinkling from the ceiling here. A shallow pool populated by a \n\ ! 1052: myriad of blind white creatures sparkles in your light. Tiny shrimp and\n\ ! 1053: crabs scurry away, frightened by the blinding rays.** The cave \n\ ! 1054: continues + and +.\n" }, ! 1055: { "You are at the top of a sloping passage.", ! 1056: 0, 249, 255, 256, 257, 1, 249, 0, ! 1057: "There is much algae growing here, both green and brown specimens. I suspect\n\ ! 1058: that we are near the high tide zone, but no light can get in here. The walls\n\ ! 1059: glisten with shiny minerals.** A hallway here runs + and -.\n" }, ! 1060: { "You are in an elaborately tiled room.", ! 1061: 0, 0, 258, 0, 0, 0, 250, 0, ! 1062: "Large colorful tiles plate the floor and walls. The ceiling is a mosaic\n\ ! 1063: of gems set in gold. Hopefully it is only our footsteps that are echoing in\n\ ! 1064: this hollow chamber.** The room continues -. A stone staircase leads\n\ ! 1065: down.*\n" }, ! 1066: { "You are at a dead end.", ! 1067: 0, 0, 251, 0, 0, 0, 0, 0, ! 1068: "The walls here are alive with dark mussels. They click their shells menacingly\n\ ! 1069: if we disturb them.** The only exit is +.*\n" }, ! 1070: { "The tunnel is very low here.", ! 1071: 0, 0, 259, 252, 0, 0, 0, 0, ! 1072: "You practically have to crawl on your knees to pass through this opening. The\n\ ! 1073: air is stiflingly damp, but you can't hear any sounds of water dripping.**\n\ ! 1074: The crawlspace continues -. The tunnel seems wider +.\n" }, ! 1075: { "This is the supply room.", ! 1076: 0, 0, 252, 0, 0, 0, 0, 0, ! 1077: "Picks and shovels line the walls here, as well as hard hats, boxes of\n\ ! 1078: dynamite, and a cartload of very high grade gold and silver ore.** \n\ ! 1079: A tunnel leads off +.*\n" }, ! 1080: { "You have found a secret entrance to the catacombs", ! 1081: 0, 0, 0, 0, 216, 1, 252, 0, ! 1082: "Below is a wet, seaweed covered floor. Above is a way out.****\n" }, ! 1083: { "You are in the catacombs.", ! 1084: 0, 0, 260, 253, 0, 0, 0, 0, ! 1085: "Ornate tombs and piles of treasure line the walls. Long spears with many\n\ ! 1086: blades, fine swords and coats of mail, heaps of coins, jewelry, pottery, \n\ ! 1087: and golden statues are tribute past kings and queens.** The catacombs\n\ ! 1088: continue - and -.\n" }, ! 1089: { "You are crawling on your stomach.", ! 1090: 0, 0, 261, 255, 0, 0, 0, 0, ! 1091: "The passage is quite narrow and jagged, but the rock is no longer lava.\n\ ! 1092: It appears to be a form of granite.** The crawlspace continues -, \n\ ! 1093: but I would just as soon go -.\n" }, ! 1094: { "You are in the Sepulcher.", ! 1095: 0, 0, 0, 258, 0, 0, 0, 0, ! 1096: "A single tomb is here. Encrusted with diamonds and opals, and secured with \n\ ! 1097: straps of a very hard, untarnished silver, this tomb must be of a great king.\n\ ! 1098: Vases overflowing with gold coins stand nearby. A line of verse on the wall\n\ ! 1099: reads, \"Three he made and gave them to his daughters.\"****\n" }, ! 1100: { "The passage is wider here.", ! 1101: 0, 0, 0, 259, 0, 0, 262, 0, ! 1102: "A ladder goes down into darkness here.*** A small crawlspace goes -.\n" }, ! 1103: { "You are at the bottom of a ladder.", ! 1104: 0, 0, 0, 0, 261, 1, 263, 0, ! 1105: "This is a narrow platform to rest on before we continue either up or down this\n\ ! 1106: rickety wooden ladder.****\n" }, ! 1107: { "You are standing in several inches of water.", ! 1108: 264, 0, 265, 266, 262, 1, 0, 0, ! 1109: "This seems to be a working mine. Many different tunnels wander off following\n\ ! 1110: glowing veins of precious metal. The floor is flooded here since we must\n\ ! 1111: be nearly at sea level. A ladder leads up.****\n" }, ! 1112: { "The tunnel here is blocked by broken rocks.", ! 1113: 0, 263, 0, 0, 0, 0, 0, 0, ! 1114: "The way is blocked, but if you had some dynamite, we might be able to blast our\n\ ! 1115: way through.* The passage goes -.**\n" }, ! 1116: { "The tunnel is too flooded to proceed.", ! 1117: 0, 0, 0, 263, 0, 0, 0, 0, ! 1118: "Hidden shafts could swallow us if we tried to continue on down this tunnel.\n\ ! 1119: The flooding is already up to my waist. Large crystals overhead shimmer\n\ ! 1120: rainbows of reflected light.*** Let's go -.\n" }, ! 1121: { "The mine is less flooded here.", ! 1122: 0, 0, 263, 0, 0, 0, 0, 0, ! 1123: "A meandering gold laden vein of quartz and blooming crystals of diamonds\n\ ! 1124: and topaz burst from the walls of the cave. A passage goes -.***\n" }, ! 1125: { "You are inside the cave.", ! 1126: 230, 268, 0, 0, 0, 0, 0, 0, ! 1127: "A hot steam swirls around our heads, and the walls are warm to the touch.\n\ ! 1128: The trail winds - and -.**\n" }, ! 1129: { "You are in a rather large chamber.", ! 1130: 267, 0, 0, 269, 0, 0, 269, 0, ! 1131: "Beds of ferns and palm leaves make several cozy nests along the walls. In the\n\ ! 1132: center of the room is a throne of gold and silver.*** A passageway leads\n\ ! 1133: down and +.\n" }, ! 1134: { "You are walking along the edge of a huge abyss.", ! 1135: 0, 0, 268, 0, 268, 1, 270, 0, ! 1136: "Steam is rising in great clouds from the immeasurable depths. A very narrow\n\ ! 1137: trail winds down.** There is a tunnel -.*\n" }, ! 1138: { "You are on the edge of a huge abyss.", ! 1139: 0, 0, 0, 0, 269, 1, 271, 0, ! 1140: "The trail winds farther down.****\n" }, ! 1141: { "You are winding your way along the abyss.", ! 1142: 0, 0, 0, 0, 270, 1, 272, 0, ! 1143: "The trail continues up and down.****\n" }, ! 1144: { "You are on a wide shelf near the steamy abyss.", ! 1145: 0, 273, 0, 0, 271, 1, 0, 0, ! 1146: "The stifling hot cave seems even hotter to me, staring down into this misty \n\ ! 1147: abyss. A trail winds up.* A passageway leads -.**\n" }, ! 1148: { "You are in a wide tunnel leading to a fuming abyss.", ! 1149: 272, 274, 0, 0, 0, 0, 0, 0, ! 1150: "The passageway winds through many beautiful formations of crystals and\n\ ! 1151: sparkling minerals. The tunnel continues - and -.**\n" }, ! 1152: { "You are in a tunnel.", ! 1153: 273, 231, 0, 0, 0, 0, 0, 0, ! 1154: "It is very warm in here. The smell of steam and hot rocks permeates the place.\n\ ! 1155: The cave continues - and -.**\n" }, ! 1156: { "You are at the bottom of a pit.", ! 1157: 0, 0, 0, 0, 232, 0, 0, 0, ! 1158: "At the top of the pit, a single star can be seen in the night sky. There\n\ ! 1159: doesn't appear to be any way to get out without a rope. I don't remember\n\ ! 1160: how we got here.****\n" }, ! 1161: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.