YAMLify section 11 (hints).
[open-adventure.git] / adventure.yaml
1 # This YAML file gets processed into a collection of data structure and
2 # variable initializers describing Colossal Cave.  It replaces an ad-hoc
3 # text database shipped with Adventure versions up to 2.6.  The format
4 # change enabled a lot of use of symbolic names where there were previously
5 # inscrutable numeric literals.
6 #
7 # We define a bunch of YAML structures:
8 #
9 # locations: Each item contains a long and short description.  Some
10 #    short descriptions are empty.  Order of these locations is significant;
11 #    see the macros OUTSID and INDEEP.
12 #
13 # arbitrary_messages: These are arguments to RSPEAK(). Some spans of
14 #    these messages need to be kept adjacent and ordered.  To see which,
15 #    grep for RSPEAK calls containing expressions with arithmetic.
16 #
17 # classes: Each item contains a point threshold and a message
18 #    describing a classification of player.  point thresholds must be
19 #    in ascending order. The scoring code selects the appropriate
20 #    message, where each message is considered to apply to players
21 #    whose scores are higher than the previous N but not higher than
22 #    this N.  Note that these scores probably change with every
23 #    modification (and particularly expansion) of the program.
24 #
25 # turn_thresholds:  Each item contains a number and a message
26 #    berating the player for taking so many turns.  The messages must
27 #    be in the proper (ascending) order.  The message gets printed if
28 #    the player exceeds N % 100000 turns, at which time N/100000
29 #    points get deducted from his score.
30 #
31 # objects: Each item contains a description for use in the inventory command
32 #    and one or more messages describing the object in different states.
33 #    If the inventory desription begins with "*" the object is dungeon
34 #    furniture that cannot be taken or carried.
35 #
36 # hints: Each item contains a hint number (add 10 to get cond bit),
37 #    the number of turns he must be at the right loc(s) before
38 #    triggering the hint, the points deducted for taking the hint, the
39 #    message number (section 6) of the question, and the message
40 #    number of the hint.  These values are stashed in the "hints"
41 #    array.
42
43 locations: !!omap
44 - LOC_NOWHERE:
45     description:
46       long: !!null
47       short: !!null
48 - LOC_START:
49     description:
50       long: 'You are standing at the end of a road before a small brick building.\nAround you is a forest.  A small stream flows out of the building and\ndown a gully.'
51       short: 'You''re in front of building.'
52 - LOC_HILL:
53     description:
54       long: 'You have walked up a hill, still in the forest.  The road slopes back\ndown the other side of the hill.  There is a building in the distance.'
55       short: 'You''re at hill in road.'
56 - LOC_BUILDING:
57     description:
58       long: 'You are inside a building, a well house for a large spring.'
59       short: 'You''re inside building.'
60 - LOC_VALLEY:
61     description:
62       long: 'You are in a valley in the forest beside a stream tumbling along a\nrocky bed.'
63       short: 'You''re in valley.'
64 - LOC_ROADEND:
65     description:
66       long: 'The road, which approaches from the east, ends here amid the trees.'
67       short: 'You''re at end of road.'
68 - LOC_CLIFF:
69     description:
70       long: 'The forest thins out here to reveal a steep cliff.  There is no way\ndown, but a small ledge can be seen to the west across the chasm.'
71       short: 'You''re at cliff.'
72 - LOC_SLIT:
73     description:
74       long: 'At your feet all the water of the stream splashes into a 2-inch slit\nin the rock.  Downstream the streambed is bare rock.'
75       short: 'You''re at slit in streambed.'
76 - LOC_GRATE:
77     description:
78       long: 'You are in a 20-foot depression floored with bare dirt.  Set into the\ndirt is a strong steel grate mounted in concrete.  A dry streambed\nleads into the depression.'
79       short: 'You''re outside grate.'
80 - LOC_BELOWGRATE:
81     description:
82       long: 'You are in a small chamber beneath a 3x3 steel grate to the surface.\nA low crawl over cobbles leads inward to the west.'
83       short: 'You''re below the grate.'
84 - LOC_COBBLE:
85     description:
86       long: 'You are crawling over cobbles in a low passage.  There is a dim light\nat the east end of the passage.'
87       short: 'You''re in cobble crawl.'
88 - LOC_DEBRIS:
89     description:
90       long: 'You are in a debris room filled with stuff washed in from the surface.\nA low wide passage with cobbles becomes plugged with mud and debris\nhere, but an awkward canyon leads upward and west.  In the mud someone\nhas scrawled, "MAGIC WORD XYZZY".'
91       short: 'You''re in debris room.'
92 - LOC_AWKWARD:
93     description:
94       long: 'You are in an awkward sloping east/west canyon.'
95       short: !!null
96 - LOC_BIRD:
97     description:
98       long: 'You are in a splendid chamber thirty feet high.  The walls are frozen\nrivers of orange stone.  An awkward canyon and a good passage exit\nfrom east and west sides of the chamber.'
99       short: 'You''re in bird chamber.'
100 - LOC_PITTOP:
101     description:
102       long: 'At your feet is a small pit breathing traces of white mist.  An east\npassage ends here except for a small crack leading on.'
103       short: 'You''re at top of small pit.'
104 - LOC_MISTHALL:
105     description:
106       long: 'You are at one end of a vast hall stretching forward out of sight to\nthe west.  There are openings to either side.  Nearby, a wide stone\nstaircase leads downward.  The hall is filled with wisps of white mist\nswaying to and fro almost as if alive.  A cold wind blows up the\nstaircase.  There is a passage at the top of a dome behind you.'
107       short: 'You''re in Hall of Mists.'
108 - LOC_CRACK:
109     description:
110       long: 'The crack is far too small for you to follow.  At its widest it is\nbarely wide enough to admit your foot.'
111       short: !!null
112 - LOC_EASTBANK:
113     description:
114       long: 'You are on the east bank of a fissure slicing clear across the hall.\nThe mist is quite thick here, and the fissure is too wide to jump.'
115       short: 'You''re on east bank of fissure.'
116 - LOC_NUGGET:
117     description:
118       long: 'This is a low room with a crude note on the wall.  The note says,\n"You won''t get it up the steps".'
119       short: 'You''re in nugget-of-gold room.'
120 - LOC_KINGHALL:
121     description:
122       long: 'You are in the Hall of the Mountain King, with passages off in all\ndirections.'
123       short: 'You''re in Hall of Mt King.'
124 - LOC_NECKBROKE:
125     description:
126       long: 'You are at the bottom of the pit with a broken neck.'
127       short: !!null
128 - LOC_NOMAKE:
129     description:
130       long: 'You didn''t make it.'
131       short: !!null
132 - LOC_DOME:
133     description:
134       long: 'The dome is unclimbable.'
135       short: !!null
136 - LOC_WESTEND:
137     description:
138       long: 'You are at the west end of the Twopit Room.  There is a large hole in\nthe wall above the pit at this end of the room.'
139       short: 'You''re at west end of Twopit Room.'
140 - LOC_EASTPIT:
141     description:
142       long: 'You are at the bottom of the eastern pit in the Twopit Room.  There is\na small pool of oil in one corner of the pit.'
143       short: 'You''re in east pit.'
144 - LOC_WESTPIT:
145     description:
146       long: 'You are at the bottom of the western pit in the Twopit Room.  There is\na large hole in the wall about 25 feet above you.'
147       short: 'You''re in west pit.'
148 - LOC_CLIMBSTALK:
149     description:
150       long: 'You clamber up the plant and scurry through the hole at the top.'
151       short: !!null
152 - LOC_WESTBANK:
153     description:
154       long: 'You are on the west side of the fissure in the Hall of Mists.'
155       short: 'You''re on west bank of fissure.'
156 - LOC_FLOORHOLE:
157     description:
158       long: 'You are in a low n/s passage at a hole in the floor.  The hole goes\ndown to an e/w passage.'
159       short: 'You''re in n/s passage above e/w passage.'
160 - LOC_SOUTHSIDE:
161     description:
162       long: 'You are in the south side chamber.'
163       short: !!null
164 - LOC_WESTSIDE:
165     description:
166       long: 'You are in the west side chamber of the Hall of the Mountain King.\nA passage continues west and up here.'
167       short: 'You''re in the west side chamber.'
168 - LOC_BUILDING1:
169     description:
170       long: ''
171       short: !!null
172 - LOC_SNAKEBLOCK:
173     description:
174       long: 'You can''t get by the snake.'
175       short: !!null
176 - LOC_Y2:
177     description:
178       long: 'You are in a large room, with a passage to the south, a passage to the\nwest, and a wall of broken rock to the east.  There is a large "Y2" on\na rock in the room''s center.'
179       short: 'You''re at "Y2".'
180 - LOC_JUMBLE:
181     description:
182       long: 'You are in a jumble of rock, with cracks everywhere.'
183       short: !!null
184 - LOC_WINDOW1:
185     description:
186       long: 'You''re at a low window overlooking a huge pit, which extends up out of\nsight.  A floor is indistinctly visible over 50 feet below.  Traces of\nwhite mist cover the floor of the pit, becoming thicker to the right.\nMarks in the dust around the window would seem to indicate that\nsomeone has been here recently.  Directly across the pit from you and\n25 feet away there is a similar window looking into a lighted room.  A\nshadowy figure can be seen there peering back at you.'
187       short: 'You''re at window on pit.'
188 - LOC_BROKEN:
189     description:
190       long: 'You are in a dirty broken passage.  To the east is a crawl.  To the\nwest is a large passage.  Above you is a hole to another passage.'
191       short: 'You''re in dirty passage.'
192 - LOC_SMALLPITBRINK:
193     description:
194       long: 'You are on the brink of a small clean climbable pit.  A crawl leads\nwest.'
195       short: 'You''re at brink of small pit.'
196 - LOC_SMALLPIT:
197     description:
198       long: 'You are in the bottom of a small pit with a little stream, which\nenters and exits through tiny slits.'
199       short: 'You''re at bottom of pit with stream.'
200 - LOC_DUSTY:
201     description:
202       long: 'You are in a large room full of dusty rocks.  There is a big hole in\nthe floor.  There are cracks everywhere, and a passage leading east.'
203       short: 'You''re in dusty rock room.'
204 - LOC_PARALLEL1:
205     description:
206       long: 'You have crawled through a very low wide passage parallel to and north\nof the Hall of Mists.'
207       short: !!null
208 - LOC_MISTWEST:
209     description:
210       long: 'You are at the west end of the Hall of Mists.  A low wide crawl\ncontinues west and another goes north.  To the south is a little\npassage 6 feet off the floor.'
211       short: 'You''re at west end of Hall of Mists.'
212 - LOC_ALIKE1:
213     description:
214       long: 'You are in a maze of twisty little passages, all alike.'
215       short: !!null
216 - LOC_ALIKE2:
217     description:
218       long: 'You are in a maze of twisty little passages, all alike.'
219       short: !!null
220 - LOC_ALIKE3:
221     description:
222       long: 'You are in a maze of twisty little passages, all alike.'
223       short: !!null
224 - LOC_ALIKE4:
225     description:
226       long: 'You are in a maze of twisty little passages, all alike.'
227       short: !!null
228 - LOC_DEADEND1:
229     description:
230       long: 'Dead end'
231       short: !!null
232 - LOC_DEADEND2:
233     description:
234       long: 'Dead end'
235       short: !!null
236 - LOC_DEADEND3:
237     description:
238       long: 'Dead end'
239       short: !!null
240 - LOC_ALIKE5:
241     description:
242       long: 'You are in a maze of twisty little passages, all alike.'
243       short: !!null
244 - LOC_ALIKE6:
245     description:
246       long: 'You are in a maze of twisty little passages, all alike.'
247       short: !!null
248 - LOC_ALIKE7:
249     description:
250       long: 'You are in a maze of twisty little passages, all alike.'
251       short: !!null
252 - LOC_ALIKE8:
253     description:
254       long: 'You are in a maze of twisty little passages, all alike.'
255       short: !!null
256 - LOC_ALIKE9:
257     description:
258       long: 'You are in a maze of twisty little passages, all alike.'
259       short: !!null
260 - LOC_DEADEND4:
261     description:
262       long: 'Dead end'
263       short: !!null
264 - LOC_ALIKE10:
265     description:
266       long: 'You are in a maze of twisty little passages, all alike.'
267       short: !!null
268 - LOC_DEADEND5:
269     description:
270       long: 'Dead end'
271       short: !!null
272 - LOC_PITBRINK:
273     description:
274       long: 'You are on the brink of a thirty foot pit with a massive orange column\ndown one wall.  You could climb down here but you could not get back\nup.  The maze continues at this level.'
275       short: 'You''re at brink of pit.'
276 - LOC_DEADEND6:
277     description:
278       long: 'Dead end'
279       short: !!null
280 - LOC_PARALLEL2:
281     description:
282       long: 'You have crawled through a very low wide passage parallel to and north\nof the Hall of Mists.'
283       short: !!null
284 - LOC_LONGEAST:
285     description:
286       long: 'You are at the east end of a very long hall apparently without side\nchambers.  To the east a low wide crawl slants up.  To the north a\nround two foot hole slants down.'
287       short: 'You''re at east end of long hall.'
288 - LOC_LONGWEST:
289     description:
290       long: 'You are at the west end of a very long featureless hall.  The hall\njoins up with a narrow north/south passage.'
291       short: 'You''re at west end of long hall.'
292 - LOC_CROSSOVER:
293     description:
294       long: 'You are at a crossover of a high n/s passage and a low e/w one.'
295       short: !!null
296 - LOC_DEADEND7:
297     description:
298       long: 'Dead end'
299       short: !!null
300 - LOC_COMPLEX:
301     description:
302       long: 'You are at a complex junction.  A low hands and knees passage from the\nnorth joins a higher crawl from the east to make a walking passage\ngoing west.  There is also a large room above.  The air is damp here.'
303       short: 'You''re at complex junction.'
304 - LOC_BEDQUILT:
305     description:
306       long: 'You are in Bedquilt, a long east/west passage with holes everywhere.\nTo explore at random select north, south, up, or down.'
307       short: 'You''re in Bedquilt.'
308 - LOC_SWISSCHEESE:
309     description:
310       long: 'You are in a room whose walls resemble swiss cheese.  Obvious passages\ngo west, east, ne, and nw.  Part of the room is occupied by a large\nbedrock block.'
311       short: 'You''re in Swiss Cheese Room.'
312 - LOC_EASTEND:
313     description:
314       long: 'You are at the east end of the Twopit Room.  The floor here is\nlittered with thin rock slabs, which make it easy to descend the pits.\nThere is a path here bypassing the pits to connect passages from east\nand west.  There are holes all over, but the only big one is on the\nwall directly over the west pit where you can''t get to it.'
315       short: 'You''re at east end of Twopit Room.'
316 - LOC_SLAB:
317     description:
318       long: 'You are in a large low circular chamber whose floor is an immense slab\nfallen from the ceiling (Slab Room).  East and west there once were\nlarge passages, but they are now filled with boulders.  Low small\npassages go north and south, and the south one quickly bends west\naround the boulders.'
319       short: 'You''re in Slab Room.'
320 - LOC_SECRET1:
321     description:
322       long: 'You are in a secret n/s canyon above a large room.'
323       short: !!null
324 - LOC_SECRET2:
325     description:
326       long: 'You are in a secret n/s canyon above a sizable passage.'
327       short: !!null
328 - LOC_THREEJUNCTION:
329     description:
330       long: 'You are in a secret canyon at a junction of three canyons, bearing\nnorth, south, and se.  The north one is as tall as the other two\ncombined.'
331       short: 'You''re at junction of three secret canyons.'
332 - LOC_LOWROOM:
333     description:
334       long: 'You are in a large low room.  Crawls lead north, se, and sw.'
335       short: 'You''re in large low room.'
336 - LOC_DEADCRAWL:
337     description:
338       long: 'Dead end crawl.'
339       short: !!null
340 - LOC_SECRET3:
341     description:
342       long: 'You are in a secret canyon which here runs e/w.  It crosses over a\nvery tight canyon 15 feet below.  If you go down you may not be able\nto get back up.'
343       short: 'You''re in secret e/w canyon above tight canyon.'
344 - LOC_WIDEPLACE:
345     description:
346       long: 'You are at a wide place in a very tight n/s canyon.'
347       short: !!null
348 - LOC_TIGHTPLACE:
349     description:
350       long: 'The canyon here becomes too tight to go further south.'
351       short: !!null
352 - LOC_TALL:
353     description:
354       long: 'You are in a tall e/w canyon.  A low tight crawl goes 3 feet north and\nseems to open up.'
355       short: !!null
356 - LOC_BOULDERS1:
357     description:
358       long: 'The canyon runs into a mass of boulders -- dead end.'
359       short: !!null
360 - LOC_SEWER:
361     description:
362       long: 'The stream flows out through a pair of 1 foot diameter sewer pipes.\nIt would be advisable to use the exit.'
363       short: !!null
364 - LOC_ALIKE11:
365     description:
366       long: 'You are in a maze of twisty little passages, all alike.'
367       short: !!null
368 - LOC_DEADEND8:
369     description:
370       long: 'Dead end'
371       short: !!null
372 - LOC_DEADEND9:
373     description:
374       long: 'Dead end'
375       short: !!null
376 - LOC_ALIKE12:
377     description:
378       long: 'You are in a maze of twisty little passages, all alike.'
379       short: !!null
380 - LOC_ALIKE13:
381     description:
382       long: 'You are in a maze of twisty little passages, all alike.'
383       short: !!null
384 - LOC_DEADEND10:
385     description:
386       long: 'Dead end'
387       short: !!null
388 - LOC_DEADEND11:
389     description:
390       long: 'Dead end'
391       short: !!null
392 - LOC_ALIKE14:
393     description:
394       long: 'You are in a maze of twisty little passages, all alike.'
395       short: !!null
396 - LOC_NARROW:
397     description:
398       long: 'You are in a long, narrow corridor stretching out of sight to the\nwest.  At the eastern end is a hole through which you can see a\nprofusion of leaves.'
399       short: 'You''re in narrow corridor.'
400 - LOC_NOCLIMB:
401     description:
402       long: 'There is nothing here to climb.  Use "up" or "out" to leave the pit.'
403       short: !!null
404 - LOC_PLANTTOP:
405     description:
406       long: 'You have climbed up the plant and out of the pit.'
407       short: !!null
408 - LOC_INCLINE:
409     description:
410       long: 'You are at the top of a steep incline above a large room.  You could\nclimb down here, but you would not be able to climb up.  There is a\npassage leading back to the north.'
411       short: 'You''re at steep incline above large room.'
412 - LOC_GIANTROOM:
413     description:
414       long: 'You are in the Giant Room.  The ceiling here is too high up for your\nlamp to show it.  Cavernous passages lead east, north, and south.  On\nthe west wall is scrawled the inscription, "FEE FIE FOE FOO" [sic].'
415       short: 'You''re in Giant Room.'
416 - LOC_CAVEIN:
417     description:
418       long: 'The passage here is blocked by a recent cave-in.'
419       short: !!null
420 - LOC_IMMENSE:
421     description:
422       long: 'You are at one end of an immense north/south passage.'
423       short: !!null
424 - LOC_WATERFALL:
425     description:
426       long: 'You are in a magnificent cavern with a rushing stream, which cascades\nover a sparkling waterfall into a roaring whirlpool which disappears\nthrough a hole in the floor.  Passages exit to the south and west.'
427       short: 'You''re in cavern with waterfall.'
428 - LOC_SOFTROOM:
429     description:
430       long: 'You are in the Soft Room.  The walls are covered with heavy curtains,\nthe floor with a thick pile carpet.  Moss covers the ceiling.'
431       short: 'You''re in Soft Room.'
432 - LOC_ORIENTAL:
433     description:
434       long: 'This is the Oriental Room.  Ancient oriental cave drawings cover the\nwalls.  A gently sloping passage leads upward to the north, another\npassage leads se, and a hands and knees crawl leads west.'
435       short: 'You''re in Oriental Room.'
436 - LOC_MISTY:
437     description:
438       long: 'You are following a wide path around the outer edge of a large cavern.\nFar below, through a heavy white mist, strange splashing noises can be\nheard.  The mist rises up through a fissure in the ceiling.  The path\nexits to the south and west.'
439       short: 'You''re in misty cavern.'
440 - LOC_ALCOVE:
441     description:
442       long: 'You are in an alcove.  A small nw path seems to widen after a short\ndistance.  An extremely tight tunnel leads east.  It looks like a very\ntight squeeze.  An eerie light can be seen at the other end.'
443       short: 'You''re in alcove.'
444 - LOC_PLOVER:
445     description:
446       long: 'You''re in a small chamber lit by an eerie green light.  An extremely\nnarrow tunnel exits to the west.  A dark corridor leads ne.'
447       short: 'You''re in Plover Room.'
448 - LOC_DARKROOM:
449     description:
450       long: 'You''re in the dark-room.  A corridor leading south is the only exit.'
451       short: 'You''re in dark-room.'
452 - LOC_ARCHED:
453     description:
454       long: 'You are in an arched hall.  A coral passage once continued up and east\nfrom here, but is now blocked by debris.  The air smells of sea water.'
455       short: 'You''re in arched hall.'
456 - LOC_SHELLROOM:
457     description:
458       long: 'You''re in a large room carved out of sedimentary rock.  The floor and\nwalls are littered with bits of shells imbedded in the stone.  A\nshallow passage proceeds downward, and a somewhat steeper one leads\nup.  A low hands and knees passage enters from the south.'
459       short: 'You''re in Shell Room.'
460 - LOC_SLOPING1:
461     description:
462       long: 'You are in a long sloping corridor with ragged sharp walls.'
463       short: !!null
464 - LOC_CULDESAC:
465     description:
466       long: 'You are in a cul-de-sac about eight feet across.'
467       short: !!null
468 - LOC_ANTEROOM:
469     description:
470       long: 'You are in an anteroom leading to a large passage to the east.  Small\npassages go west and up.  The remnants of recent digging are evident.\nA sign in midair here says "Cave under construction beyond this point.\nProceed at own risk.  [Witt Construction Company]"'
471       short: 'You''re in anteroom.'
472 - LOC_DIFFERENT1:
473     description:
474       long: 'You are in a maze of twisty little passages, all different.'
475       short: !!null
476 - LOC_WITTSEND:
477     description:
478       long: 'You are at Witt''s End.  Passages lead off in *ALL* directions.'
479       short: 'You''re at Witt''s End.'
480 - LOC_MIRRORCANYON:
481     description:
482       long: 'You are in a north/south canyon about 25 feet across.  The floor is\ncovered by white mist seeping in from the north.  The walls extend\nupward for well over 100 feet.  Suspended from some unseen point far\nabove you, an enormous two-sided mirror is hanging parallel to and\nmidway between the canyon walls.  (The mirror is obviously provided\nfor the use of the dwarves who, as you know, are extremely vain.)  A\nsmall window can be seen in either wall, some fifty feet up.'
483       short: 'You''re in Mirror Canyon.'
484 - LOC_WINDOW2:
485     description:
486       long: 'You''re at a low window overlooking a huge pit, which extends up out of\nsight.  A floor is indistinctly visible over 50 feet below.  Traces of\nwhite mist cover the floor of the pit, becoming thicker to the left.\nMarks in the dust around the window would seem to indicate that\nsomeone has been here recently.  Directly across the pit from you and\n25 feet away there is a similar window looking into a lighted room.  A\nshadowy figure can be seen there peering back at you.'
487       short: 'You''re at window on pit.'
488 - LOC_TOPSTALACTITE:
489     description:
490       long: 'A large stalactite extends from the roof and almost reaches the floor\nbelow.  You could climb down it, and jump from it to the floor, but\nhaving done so you would be unable to reach it to climb back up.'
491       short: 'You''re at top of stalactite.'
492 - LOC_DIFFERENT2:
493     description:
494       long: 'You are in a little maze of twisting passages, all different.'
495       short: !!null
496 - LOC_RESERVOIR:
497     description:
498       long: 'You are at the edge of a large underground reservoir.  An opaque cloud\nof white mist fills the room and rises rapidly upward.  The lake is\nfed by a stream, which tumbles out of a hole in the wall about 10 feet\noverhead and splashes noisily into the water somewhere within the\nmist.  There is a passage going back toward the south.'
499       short: 'You''re at reservoir.'
500 - LOC_DEADEND12:
501     description:
502       long: 'Dead end'
503       short: !!null
504 - LOC_NE:
505     description:
506       long: 'You are at the northeast end of an immense room, even larger than the\nGiant Room.  It appears to be a repository for the "Adventure"\nprogram.  Massive torches far overhead bathe the room with smoky\nyellow light.  Scattered about you can be seen a pile of bottles (all\nof them empty), a nursery of young beanstalks murmuring quietly, a bed\nof oysters, a bundle of black rods with rusty stars on their ends, and\na collection of brass lanterns.  Off to one side a great many dwarves\nare sleeping on the floor, snoring loudly.  A notice nearby reads: "Do\nnot disturb the dwarves!"  An immense mirror is hanging against one\nwall, and stretches to the other end of the room, where various other\nsundry objects can be glimpsed dimly in the distance.'
507       short: 'You''re at ne end.'
508 - LOC_SW:
509     description:
510       long: 'You are at the southwest end of the repository.  To one side is a pit\nfull of fierce green snakes.  On the other side is a row of small\nwicker cages, each of which contains a little sulking bird.  In one\ncorner is a bundle of black rods with rusty marks on their ends.  A\nlarge number of velvet pillows are scattered about on the floor.  A\nvast mirror stretches off to the northeast.  At your feet is a large\nsteel grate, next to which is a sign that reads, "Treasure Vault.\nKeys in main office."'
511       short: 'You''re at sw end.'
512 - LOC_SWCHASM:
513     description:
514       long: 'You are on one side of a large, deep chasm.  A heavy white mist rising\nup from below obscures all view of the far side.  A sw path leads away\nfrom the chasm into a winding corridor.'
515       short: 'You''re on sw side of chasm.'
516 - LOC_WINDING:
517     description:
518       long: 'You are in a long winding corridor sloping out of sight in both\ndirections.'
519       short: 'You''re in sloping corridor.'
520 - LOC_SECRET4:
521     description:
522       long: 'You are in a secret canyon which exits to the north and east.'
523       short: !!null
524 - LOC_SECRET5:
525     description:
526       long: 'You are in a secret canyon which exits to the north and east.'
527       short: !!null
528 - LOC_SECRET6:
529     description:
530       long: 'You are in a secret canyon which exits to the north and east.'
531       short: !!null
532 - LOC_NECHASM:
533     description:
534       long: 'You are on the far side of the chasm.  A ne path leads away from the\nchasm on this side.'
535       short: 'You''re on ne side of chasm.'
536 - LOC_CORRIDOR:
537     description:
538       long: 'You''re in a long east/west corridor.  A faint rumbling noise can be\nheard in the distance.'
539       short: 'You''re in corridor.'
540 - LOC_FORK:
541     description:
542       long: 'The path forks here.  The left fork leads northeast.  A dull rumbling\nseems to get louder in that direction.  The right fork leads southeast\ndown a gentle slope.  The main corridor enters from the west.'
543       short: 'You''re at fork in path.'
544 - LOC_WARMWALLS:
545     description:
546       long: 'The walls are quite warm here.  From the north can be heard a steady\nroar, so loud that the entire cave seems to be trembling.  Another\npassage leads south, and a low crawl goes east.'
547       short: 'You''re at junction with warm walls.'
548 - LOC_BREATHTAKING:
549     description:
550       long: 'You are on the edge of a breath-taking view.  Far below you is an\nactive volcano, from which great gouts of molten lava come surging\nout, cascading back down into the depths.  The glowing rock fills the\nfarthest reaches of the cavern with a blood-red glare, giving every-\nthing an eerie, macabre appearance.  The air is filled with flickering\nsparks of ash and a heavy smell of brimstone.  The walls are hot to\nthe touch, and the thundering of the volcano drowns out all other\nsounds.  Embedded in the jagged roof far overhead are myriad twisted\nformations composed of pure white alabaster, which scatter the murky\nlight into sinister apparitions upon the walls.  To one side is a deep\ngorge, filled with a bizarre chaos of tortured rock which seems to\nhave been crafted by the devil himself.  An immense river of fire\ncrashes out from the depths of the volcano, burns its way through the\ngorge, and plummets into a bottomless pit far off to your left.  To\nthe right, an immense geyser of blistering steam erupts continuously\nfrom a barren island in the center of a sulfurous lake, which bubbles\nominously.  The far right wall is aflame with an incandescence of its\nown, which lends an additional infernal splendor to the already\nhellish scene.  A dark, foreboding passage exits to the south.'
551       short: 'You''re at breath-taking view.'
552 - LOC_BOULDERS2:
553     description:
554       long: 'You are in a small chamber filled with large boulders.  The walls are\nvery warm, causing the air in the room to be almost stifling from the\nheat.  The only exit is a crawl heading west, through which is coming\na low rumbling.'
555       short: 'You''re in Chamber of Boulders.'
556 - LOC_LIMESTONE:
557     description:
558       long: 'You are walking along a gently sloping north/south passage lined with\noddly shaped limestone formations.'
559       short: 'You''re in limestone passage.'
560 - LOC_BARRENFRONT:
561     description:
562       long: 'You are standing at the entrance to a large, barren room.  A notice\nabove the entrance reads:  "Caution!  Bear in room!"'
563       short: 'You''re in front of Barren Room.'
564 - LOC_BARRENROOM:
565     description:
566       long: 'You are inside a barren room.  The center of the room is completely\nempty except for some dust.  Marks in the dust lead away toward the\nfar end of the room.  The only exit is the way you came in.'
567       short: 'You''re in Barren Room.'
568 - LOC_DIFFERENT3:
569     description:
570       long: 'You are in a maze of twisting little passages, all different.'
571       short: !!null
572 - LOC_DIFFERENT4:
573     description:
574       long: 'You are in a little maze of twisty passages, all different.'
575       short: !!null
576 - LOC_DIFFERENT5:
577     description:
578       long: 'You are in a twisting maze of little passages, all different.'
579       short: !!null
580 - LOC_DIFFERENT6:
581     description:
582       long: 'You are in a twisting little maze of passages, all different.'
583       short: !!null
584 - LOC_DIFFERENT7:
585     description:
586       long: 'You are in a twisty little maze of passages, all different.'
587       short: !!null
588 - LOC_DIFFERENT8:
589     description:
590       long: 'You are in a twisty maze of little passages, all different.'
591       short: !!null
592 - LOC_DIFFERENT9:
593     description:
594       long: 'You are in a little twisty maze of passages, all different.'
595       short: !!null
596 - LOC_DIFFERENT10:
597     description:
598       long: 'You are in a maze of little twisting passages, all different.'
599       short: !!null
600 - LOC_DIFFERENT11:
601     description:
602       long: 'You are in a maze of little twisty passages, all different.'
603       short: !!null
604 - LOC_DEADEND13:
605     description:
606       long: 'Dead end'
607       short: !!null
608 - LOC_ROUGHHEWN:
609     description:
610       long: 'You are in a long, rough-hewn, north/south corridor.'
611       short: !!null
612 - LOC_BADDIRECTION:
613     description:
614       long: 'There is no way to go that direction.'
615       short: !!null
616 - LOC_LARGE:
617     description:
618       long: 'You are in a large chamber with passages to the west and north.'
619       short: !!null
620 - LOC_STOREROOM:
621     description:
622       long: 'You are in the ogre''s storeroom.  The only exit is to the south.'
623       short: !!null
624 - LOC_FOREST1:
625     description:
626       long: 'You are wandering aimlessly through the forest.'
627       short: !!null
628 - LOC_FOREST2:
629     description:
630       long: 'You are wandering aimlessly through the forest.'
631       short: !!null
632 - LOC_FOREST3:
633     description:
634       long: 'You are wandering aimlessly through the forest.'
635       short: !!null
636 - LOC_FOREST4:
637     description:
638       long: 'You are wandering aimlessly through the forest.'
639       short: !!null
640 - LOC_FOREST5:
641     description:
642       long: 'You are wandering aimlessly through the forest.'
643       short: !!null
644 - LOC_FOREST6:
645     description:
646       long: 'You are wandering aimlessly through the forest.'
647       short: !!null
648 - LOC_FOREST7:
649     description:
650       long: 'You are wandering aimlessly through the forest.'
651       short: !!null
652 - LOC_FOREST8:
653     description:
654       long: 'You are wandering aimlessly through the forest.'
655       short: !!null
656 - LOC_FOREST9:
657     description:
658       long: 'You are wandering aimlessly through the forest.'
659       short: !!null
660 - LOC_FOREST10:
661     description:
662       long: 'You are wandering aimlessly through the forest.'
663       short: !!null
664 - LOC_FOREST11:
665     description:
666       long: 'You are wandering aimlessly through the forest.'
667       short: !!null
668 - LOC_FOREST12:
669     description:
670       long: 'You are wandering aimlessly through the forest.'
671       short: !!null
672 - LOC_FOREST13:
673     description:
674       long: 'You are wandering aimlessly through the forest.'
675       short: !!null
676 - LOC_FOREST14:
677     description:
678       long: 'You are wandering aimlessly through the forest.'
679       short: !!null
680 - LOC_FOREST15:
681     description:
682       long: 'You are wandering aimlessly through the forest.'
683       short: !!null
684 - LOC_FOREST16:
685     description:
686       long: 'You are wandering aimlessly through the forest.'
687       short: !!null
688 - LOC_FOREST17:
689     description:
690       long: 'You are wandering aimlessly through the forest.'
691       short: !!null
692 - LOC_FOREST18:
693     description:
694       long: 'You are wandering aimlessly through the forest.'
695       short: !!null
696 - LOC_FOREST19:
697     description:
698       long: 'You are wandering aimlessly through the forest.'
699       short: !!null
700 - LOC_FOREST20:
701     description:
702       long: 'You are wandering aimlessly through the forest.'
703       short: !!null
704 - LOC_FOREST21:
705     description:
706       long: 'You are wandering aimlessly through the forest.'
707       short: !!null
708 - LOC_FOREST22:
709     description:
710       long: 'You are wandering aimlessly through the forest.'
711       short: !!null
712 - LOC_LEDGE:
713     description:
714       long: 'You are on a small ledge on one face of a sheer cliff.  There are no\npaths away from the ledge.  Across the chasm is a small clearing\nsurrounded by forest.'
715       short: 'You''re on ledge.'
716 - LOC_RESBOTTOM:
717     description:
718       long: 'You are walking across the bottom of the reservoir.  Walls of water\nrear up on either side.  The roar of the water cascading past is\nnearly deafening, and the mist is so thick you can barely see.'
719       short: 'You''re at bottom of reservoir.'
720 - LOC_RESNORTH:
721     description:
722       long: 'You are at the northern edge of the reservoir.  A northwest passage\nleads sharply up from here.'
723       short: 'You''re north of reservoir.'
724 - LOC_TREACHEROUS:
725     description:
726       long: 'You are scrambling along a treacherously steep, rocky passage.'
727       short: !!null
728 - LOC_STEEP:
729     description:
730       long: 'You are on a very steep incline, which widens at it goes upward.'
731       short: !!null
732 - LOC_CLIFFBASE:
733     description:
734       long: 'You are at the base of a nearly vertical cliff.  There are some\nslim footholds which would enable you to climb up, but it looks\nextremely dangerous.  Here at the base of the cliff lie the remains\nof several earlier adventurers who apparently failed to make it.'
735       short: 'You''re at base of cliff.'
736 - LOC_CLIFFACE:
737     description:
738       long: 'You are climbing along a nearly vertical cliff.'
739       short: !!null
740 - LOC_FOOTSLIP:
741     description:
742       long: 'Just as you reach the top, your foot slips on a loose rock and you\ntumble several hundred feet to join the other unlucky adventurers.'
743       short: !!null
744 - LOC_CLIFFTOP:
745     description:
746       long: 'Just as you reach the top, your foot slips on a loose rock and you\nmake one last desperate grab.  Your luck holds, as does your grip.\nWith an enormous heave, you lift yourself to the ledge above.'
747       short: !!null
748 - LOC_CLIFFLEDGE:
749     description:
750       long: 'You are on a small ledge at the top of a nearly vertical cliff.\nThere is a low crawl leading off to the northeast.'
751       short: 'You''re at top of cliff.'
752 - LOC_REACHDEAD:
753     description:
754       long: 'You have reached a dead end.'
755       short: !!null
756 - LOC_GRUESOME:
757     description:
758       long: 'There is now one more gruesome aspect to the spectacular vista.'
759       short: !!null
760 - LOC_FOOF1:
761     description:
762       long: '>>Foof!<<'
763       short: !!null
764 - LOC_FOOF2:
765     description:
766       long: '>>Foof!<<'
767       short: !!null
768 - LOC_FOOF3:
769     description:
770       long: '>>Foof!<<'
771       short: !!null
772 - LOC_FOOF4:
773     description:
774       long: '>>Foof!<<'
775       short: !!null
776 - LOC_FOOF5:
777     description:
778       long: '>>Foof!<<'
779       short: !!null
780 - LOC_FOOF6:
781     description:
782       long: '>>Foof!<<'
783       short: !!null
784 - LOC_NUGGET5:
785     description:
786       long: !!null
787       short: !!null
788
789 arbitrary_messages:  !!omap
790 - NO_MESSAGE: !!null
791 - CAVE_NEARBY: 'Somewhere nearby is Colossal Cave, where others have found fortunes in\ntreasure and gold, though it is rumored that some who enter are never\nseen again.  Magic is said to work in the cave.  I will be your eyes\nand hands.  Direct me with commands of 1 or 2 words.  I should warn\nyou that I look at only the first five letters of each word, so you''ll\nhave to enter "northeast" as "ne" to distinguish it from "north".\nYou can type "help" for some general hints.  For information on how\nto end your adventure, scoring, etc., type "info".\n\t\t\t      - - -\nThis program was originally developed by Willie Crowther.  Most of the\nfeatures of the current program were added by Don Woods.  Contact Don\nif you have any questions, comments, etc.'
792 - DWARF_BLOCK: 'A little dwarf with a big knife blocks your way.'
793 - DWARF_RAN: 'A little dwarf just walked around a corner, saw you, threw a little\naxe at you which missed, cursed, and ran away.'
794 - DWARF_PACK: 'There are %d threatening little dwarves in the room with you.'
795 - DWARF_SINGLE: 'There is a threatening little dwarf in the room with you!'
796 - KNIFE_THROWN: 'One sharp nasty knife is thrown at you!'
797 - SAYS_PLUGH: 'A hollow voice says "PLUGH".'
798 - GETS_YOU: 'It gets you!'
799 - MISSES_YOU: 'It misses!'
800 - UNSURE_FACING: 'I am unsure how you are facing.  Use compass points or nearby objects.'
801 - NO_INOUT_HERE: 'I don''t know in from out here.  Use compass points or name something\nin the general direction you want to go.'
802 - CANT_APPLY: 'I don''t know how to apply that word here.'
803 - YOUR_WELCOME: 'You''re quite welcome.'
804 - AM_GAME: 'I''m game.  Would you care to explain how?'
805 - NO_MORE_DETAIL: 'Sorry, but I am not allowed to give more detail.  I will repeat the\nlong description of your location.'
806 - PITCH_DARK: 'It is now pitch dark.  If you proceed you will likely fall into a pit.'
807 - W_IS_WEST: 'If you prefer, simply type w rather than west.'
808 - BIRD_QUERY: 'Are you trying to catch the bird?'
809 - SKITTISH_BIRD: 'Something about you seems to be frightening the bird.  Perhaps you\nmight figure out what it is.'
810 - SNAKE_QUERY: 'Are you trying to somehow deal with the snake?'
811 - SNAKE_HINT: 'You can''t kill the snake, or drive it away, or avoid it, or anything\nlike that.  There is a way to get by, but you don''t have the necessary\nresources right now.'
812 - REALLY_QUIT: 'Do you really want to quit now?'
813 - PIT_FALL: 'You fell into a pit and broke every bone in your body!'
814 - ALREADY_CARRYING: 'You are already carrying it!'
815 - YOU_JOKING: 'You can''t be serious!'
816 - BIRD_EVADES: 'The bird seemed unafraid at first, but as you approach it becomes\ndisturbed and you cannot catch it.'
817 - CANNOT_CARRY: 'You can catch the bird, but you cannot carry it.'
818 - NOTHING_LOCKED: 'There is nothing here with a lock!'
819 - ARENT_CARRYING: 'You aren''t carrying it!'
820 - BIRD_ATTACKS: 'The little bird attacks the green snake, and in an astounding flurry\ndrives the snake away.'
821 - NO_KEYS: 'You have no keys!'
822 - NO_LOCK: 'It has no lock.'
823 - NOT_LOCKABLE: 'I don''t know how to lock or unlock such a thing.'
824 - ALREADY_LOCKED: 'It was already locked.'
825 - GRATE_LOCKED: 'The grate is now locked.'
826 - GRATE_UNLOCKED: 'The grate is now unlocked.'
827 - ALREADY_UNLOCKED: 'It was already unlocked.'
828 - URN_EMPTY: 'The urn is empty and will not light.'
829 - LAMP_ON: 'Your lamp is now on.'
830 - LAMP_OFF: 'Your lamp is now off.'
831 - BEAR_BLOCKS: 'There is no way to get past the bear to unlock the chain, which is\nprobably just as well.'
832 - NOTHING_HAPPENS: 'Nothing happens.'
833 - WHERE_QUERY: 'Where?'
834 - NO_TARGET: 'There is nothing here to attack.'
835 - BIRD_DEAD: 'The little bird is now dead.  Its body disappears.'
836 - SNAKE_WARNING: 'Attacking the snake both doesn''t work and is very dangerous.'
837 - KILLED_DWARF: 'You killed a little dwarf.'
838 - DWARF_DODGES: 'You attack a little dwarf, but he dodges out of the way.'
839 - BARE_HANDS_QUERY: 'With what?  Your bare hands?'
840 - WORN_OUT: 'Good try, but that is an old worn-out magic word.'
841 - VOCAB_DESCRIPTION: 'I know of places, actions, and things.  Most of my vocabulary\ndescribes places and is used to move you there.  To move, try words\nlike forest, building, downstream, enter, east, west, north, south,\nup, or down.  I know about a few special objects, like a black rod\nhidden in the cave.  These objects can be manipulated using some of\nthe action words that I know.  Usually you will need to give both the\nobject and action words (in either order), but sometimes I can infer\nthe object from the verb alone.  Some objects also imply verbs; in\nparticular, "inventory" implies "take inventory", which causes me to\ngive you a list of what you''re carrying.  Some objects have unexpected\neffects; the effects are not always desirable!  Usually people having\ntrouble moving just need to try a few more words.  Usually people\ntrying unsuccessfully to manipulate an object are attempting something\nbeyond their (or my!) capabilities and should try a completely\ndifferent tack.  One point often confusing to beginners is that, when\nthere are several ways to go in a certain direction (e.g., if there\nare several holes in a wall), choosing that direction in effect\nchooses one of the ways at random; often, though, by specifying the\nplace you want to reach you can guarantee choosing the right path.\nAlso, to speed the game you can sometimes move long distances with a\nsingle word.  For example, "building" usually gets you to the building\nfrom anywhere above ground except when lost in the forest.  Also, note\nthat cave passages and forest paths turn a lot, so leaving one place\nheading north doesn''t guarantee entering the next from the south.\nHowever (another important point), except when you''ve used a "long\ndistance" word such as "building", there is always a way to go back\nwhere you just came from unless I warn you to the contrary, even\nthough the direction that takes you back might not be the reverse of\nwhat got you here.  Good luck, and have fun!'
842 - BAD_DIRECTION: 'There is no way to go that direction.'
843 - TWO_WORDS: 'Please stick to 1- and 2-word commands.'
844 - OK_MAN: 'OK'
845 - CANNOT_UNLOCK: 'You can''t unlock the keys.'
846 - FUTILE_CRAWL: 'You have crawled around in some little holes and wound up back in the\nmain passage.'
847 - FOLLOW_STREAM: 'I don''t know where the cave is, but hereabouts no stream can run on\nthe surface for long.  I would try the stream.'
848 - NEED_DETAIL: 'I need more detailed instructions to do that.'
849 - NEARBY: 'I can only tell you what you see as you move about and manipulate\nthings.  I cannot tell you where remote things are.'
850 - OGRE_SNARL: 'The ogre snarls and shoves you back.'
851 - HUH_MAN: 'Huh?'
852 - ENTRY_QUERY: 'Are you trying to get into the cave?'
853 - HARD_GRATE: 'The grate is very solid and has a hardened steel lock.  You cannot\nenter without a key, and there are no keys nearby.  I would recommend\nlooking elsewhere for the keys.'
854 - FOREST_LOOK: 'The trees of the forest are large hardwood oak and maple, with an\noccasional grove of pine or spruce.  There is quite a bit of under-\ngrowth, largely birch and ash saplings plus nondescript bushes of\nvarious sorts.  This time of year visibility is quite restricted by\nall the leaves, but travel is quite easy if you detour around the\nspruce and berry bushes.'
855 - WELCOME_YOU: 'Welcome to Adventure!!  Would you like instructions?'
856 - DIGGING_FUTILE: 'Digging without a shovel is quite impractical.  Even with a shovel\nprogress is unlikely.'
857 - REQUIRES_DYNAMITE: 'Blasting requires dynamite.'
858 - IM_CONFUSED: 'I''m as confused as you are.'
859 - EXPLAIN_MIST: 'Mist is a white vapor, usually water, seen from time to time in\ncaverns.  It can be found anywhere but is frequently a sign of a deep\npit leading down to water.'
860 - FEET_WET: 'Your feet are now wet.'
861 - LOST_APPETITE: 'I think I just lost my appetite.'
862 - THANKS_DELICIOUS: 'Thank you, it was delicious!'
863 - STREAM_WATER: 'You have taken a drink from the stream.  The water tastes strongly of\nminerals, but is not unpleasant.  It is extremely cold.'
864 - BOTTLE_EMPTY: 'The bottle of water is now empty.'
865 - RUB_NOGO: 'Rubbing the electric lamp is not particularly rewarding.  Anyway,\nnothing exciting happens.'
866 - PECULIAR_NOTHING: 'Peculiar.  Nothing unexpected happens.'
867 - GROUND_WET: 'Your bottle is empty and the ground is wet.'
868 - CANT_POUR: 'You can''t pour that.'
869 - WATCH_IT: 'Watch it!'
870 - WHICH_WAY: 'Which way?'
871 - ARB_81: !!null
872 - ARB_82: !!null
873 - ARB_83: !!null
874 - ARB_84: !!null
875 - ARB_85: !!null
876 - ARB_86: !!null
877 - ARB_87: !!null
878 - ARB_88: !!null
879 - ARB_89: !!null
880 - ARB_90: !!null
881 - FORGOT_PATH: 'Sorry, but I no longer seem to remember how it was you got here.'
882 - CARRY_LIMIT: 'You can''t carry anything more.  You''ll have to drop something first.'
883 - GRATE_NOWAY: 'You can''t go through a locked steel grate!'
884 - YOU_HAVEIT: 'I believe what you want is right here with you.'
885 - DONT_FIT: 'You don''t fit through a two-inch slit!'
886 - CROSS_BRIDGE: 'I respectfully suggest you go across the bridge instead of jumping.'
887 - NO_CROSS: 'There is no way across the fissure.'
888 - NO_CARRY: 'You''re not carrying anything.'
889 - NOW_HOLDING: 'You are currently holding the following:'
890 - BIRD_PINING: 'It''s not hungry (it''s merely pinin'' for the fjords).  Besides, you\nhave no bird seed.'
891 - BIRD_DEVOURED: 'The snake has now devoured your bird.'
892 - NOTHING_EDIBLE: 'There''s nothing here it wants to eat (except perhaps you).'
893 - REALLY_MAD: 'You fool, dwarves eat only coal!  Now you''ve made him *REALLY* mad!!'
894 - NO_CONTAINER: 'You have nothing in which to carry it.'
895 - BOTTLE_FULL: 'Your bottle is already full.'
896 - NO_LIQUID: 'There is nothing here with which to fill the bottle.'
897 - BOTTLED_WATER: 'Your bottle is now full of water.'
898 - BOTTLED_OIL: 'Your bottle is now full of oil.'
899 - CANT_FILL: 'You can''t fill that.'
900 - RIDICULOUS_ATTEMPT: 'Don''t be ridiculous!'
901 - RUSTY_DOOR: 'The door is extremely rusty and refuses to open.'
902 - SHAKING_LEAVES: 'The plant indignantly shakes the oil off its leaves and asks, "Water?"'
903 - RUSTED_HINGES: 'The hinges are quite thoroughly rusted now and won''t budge.'
904 - OILED_NINGES: 'The oil has freed up the hinges so that the door will now move,\nalthough it requires some effort.'
905 - DEEP_ROOTS: 'The plant has exceptionally deep roots and cannot be pulled free.'
906 - KNIVES_VANISH: 'The dwarves'' knives vanish as they strike the walls of the cave.'
907 - MUST_DROP: 'Something you''re carrying won''t fit through the tunnel with you.\nYou''d best take inventory and drop something.'
908 - CLAM_BLOCKER: 'You can''t fit this five-foot clam through that little passage!'
909 - OYSTER_BLOCKER: 'You can''t fit this five-foot oyster through that little passage!'
910 - DROP_CLAM: 'I advise you to put down the clam before opening it.  >STRAIN!<'
911 - DROP_OYSTER: 'I advise you to put down the oyster before opening it.  >WRENCH!<'
912 - CLAM_OPENER: 'You don''t have anything strong enough to open the clam.'
913 - OYSTER_OPENER: 'You don''t have anything strong enough to open the oyster.'
914 - PEARL_FALLS: 'A glistening pearl falls out of the clam and rolls away.  Goodness,\nthis must really be an oyster.  (I never was very good at identifying\nbivalves.)  Whatever it is, it has now snapped shut again.'
915 - OYSTER_OPENS: 'The oyster creaks open, revealing nothing but oyster inside.  It\npromptly snaps shut again.'
916 - WAY_BLOCKED: 'You have crawled around in some little holes and found your way\nblocked by a recent cave-in.  You are now back in the main passage.'
917 - PIRATE_RUSTLES: 'There are faint rustling noises from the darkness behind you.'
918 - PIRATE_POUNCES: 'Out from the shadows behind you pounces a bearded pirate!  "Har, har,"\nhe chortles, "I''ll just take all this booty and hide it away with me\nchest deep in the maze!"  He snatches your treasure and vanishes into\nthe gloom.'
919 - CAVE_CLOSING: 'A sepulchral voice reverberating through the cave, says, "Cave closing\nsoon.  All adventurers exit immediately through main office."'
920 - EXIT_CLOSED: 'A mysterious recorded voice groans into life and announces:\n   "This exit is closed.  Please leave via main office."'
921 - DEATH_CLOSING: 'It looks as though you''re dead.  Well, seeing as how it''s so close to\nclosing time anyway, I think we''ll just call it a day.'
922 - CAVE_CLOSED: 'The sepulchral voice intones, "The cave is now closed."  As the echoes\nfade, there is a blinding flash of light (and a small puff of orange\nsmoke). . . .    As your eyes refocus, you look around and find...'
923 - VICTORY_MESSAGE: 'There is a loud explosion, and a twenty-foot hole appears in the far\nwall, burying the dwarves in the rubble.  You march through the hole\nand find yourself in the main office, where a cheering band of\nfriendly elves carry the conquering adventurer off into the sunset.'
924 - DEFEAT_MESSAGE: 'There is a loud explosion, and a twenty-foot hole appears in the far\nwall, burying the snakes in the rubble.  A river of molten lava pours\nin through the hole, destroying everything in its path, including you!'
925 - SPLATTER_MESSAGE: 'There is a loud explosion, and you are suddenly splashed across the\nwalls of the room.'
926 - DWARVES_AWAKEN: 'The resulting ruckus has awakened the dwarves.  There are now several\nthreatening little dwarves in the room with you!  Most of them throw\nknives at you!  All of them get you!'
927 - UNHAPPY_BIRD: 'Oh, leave the poor unhappy bird alone.'
928 - NEEDED_NEARBY: 'I daresay whatever you want is around here somewhere.'
929 - STOP_UNKNOWN: 'I don''t know the word "stop".  Use "quit" if you want to give up.'
930 - NOT_CONNECTED: 'You can''t get there from here.'
931 - TAME_BEAR: 'You are being followed by a very large, tame bear.'
932 - QUICK_START: 'For a summary of the most recent changes to the game, say "news".\nIf you want to end your adventure early, say "quit".  To suspend your\nadventure such that you can continue later, say "suspend" (or "pause"\nor "save").  To see how well you''re doing, say "score".  To get full\ncredit for a treasure, you must have left it safely in the building,\nthough you get partial credit just for locating it.  You lose points\nfor getting killed, or for quitting, though the former costs you more.\nThere are also points based on how much (if any) of the cave you''ve\nmanaged to explore; in particular, there is a large bonus just for\ngetting in (to distinguish the beginners from the rest of the pack),\nand there are other ways to determine whether you''ve been through some\nof the more harrowing sections.  If you think you''ve found all the\ntreasures, just keep exploring for a while.  If nothing interesting\nhappens, you haven''t found them all yet.  If something interesting\n*DOES* happen (incidentally, there *ARE* ways to hasten things along),\nit means you''re getting a bonus and have an opportunity to garner many\nmore points in the Master''s section.  I may occasionally offer hints\nif you seem to be having trouble.  If I do, I''ll warn you in advance\nhow much it will affect your score to accept the hints.  Finally, to\nsave time, you may specify "brief", which tells me never to repeat the\nfull description of a place unless you explicitly ask me to.'
933 - WITHOUT_SUSPENDS: 'Now let''s see you do it without suspending in mid-Adventure.'
934 - FILL_INVALID: 'There is nothing here with which to fill it.'
935 - SHATTER_VASE: 'The sudden change in temperature has delicately shattered the vase.'
936 - BEYOND_POWER: 'It is beyond your power to do that.'
937 - NOT_KNOWHOW: 'I don''t know how.'
938 - TOO_FAR: 'It is too far up for you to reach.'
939 - DWARF_SMOKE: 'You killed a little dwarf.  The body vanishes in a cloud of greasy\nblack smoke.'
940 - SHELL_IMPERVIOUS: 'The shell is very strong and is impervious to attack.'
941 - START_OVER: 'What''s the matter, can''t you read?  Now you''d best start over.'
942 - DRAGON_SCALES: 'The axe bounces harmlessly off the dragon''s thick scales.'
943 - NASTY_DRAGON: 'The dragon looks rather nasty.  You''d best not try to get by.'
944 - BIRD_BURNT: 'The little bird attacks the green dragon, and in an astounding flurry\ngets burnt to a cinder.  The ashes blow away.'
945 - ON_WHAT: 'On what?'
946 - BRIEF_CONFIRM: 'Okay, from now on I''ll only describe a place in full the first time\nyou come to it.  To get the full description, say "look".'
947 - ROCKY_TROLL: 'Trolls are close relatives with the rocks and have skin as tough as\nthat of a rhinoceros.  The troll fends off your blows effortlessly.'
948 - TROLL_RETURNS: 'The troll deftly catches the axe, examines it carefully, and tosses it\nback, declaring, "Good workmanship, but it''s not valuable enough."'
949 - TROLL_SATISFIED: 'The troll catches your treasure and scurries away out of sight.'
950 - TROLL_BLOCKS: 'The troll refuses to let you cross.'
951 - BRIDGE_GONE: 'There is no longer any way across the chasm.'
952 - BRIDGE_COLLAPSE: 'Just as you reach the other side, the bridge buckles beneath the\nweight of the bear, which was still following you around.  You\nscrabble desperately for support, but as the bridge collapses you\nstumble back and fall into the chasm.'
953 - TROLL_SCAMPERS: 'The bear lumbers toward the troll, who lets out a startled shriek and\nscurries away.  The bear soon gives up the pursuit and wanders back.'
954 - AXE_LOST: 'The axe misses and lands near the bear where you can''t get at it.'
955 - BEAR_HANDS: 'With what?  Your bare hands?  Against *HIS* bear hands??'
956 - BEAR_CONFUSED: 'The bear is confused; he only wants to be your friend.'
957 - ALREADY_DEAD: 'For crying out loud, the poor thing is already dead!'
958 - BEAR_TAMED: 'The bear eagerly wolfs down your food, after which he seems to calm\ndown considerably and even becomes rather friendly.'
959 - BEAR_CHAINED: 'The bear is still chained to the wall.'
960 - STILL_LOCKED: 'The chain is still locked.'
961 - CHAIN_UNLOCKED: 'The chain is now unlocked.'
962 - CHAIN_LOCKED: 'The chain is now locked.'
963 - NO_LOCKSITE: 'There is nothing here to which the chain can be locked.'
964 - NO_EDIBLES: 'There is nothing here to eat.'
965 - WANT_HINT: 'Do you want the hint?'
966 - MAZE_HELP: 'Do you need help getting out of the maze?'
967 - DROP_THINGS: 'You can make the passages look less alike by dropping things.'
968 - PLOVER_QUERY: 'Are you trying to explore beyond the plover room?'
969 - EXPLORE_HINT: 'There is a way to explore that region without having to worry about\nfalling into a pit.  None of the objects available is immediately\nuseful in discovering the secret.'
970 - HELP_LEAVING: 'Do you need help getting out of here?'
971 - NOGO_WEST: 'Don''t go west.'
972 - TROLL_VICES: 'Gluttony is not one of the troll''s vices.  Avarice, however, is.'
973 - LAMP_DIM: 'Your lamp is getting dim.  You''d best start wrapping this up, unless\nyou can find some fresh batteries.  I seem to recall there''s a vending\nmachine in the maze.  Bring some coins with you.'
974 - LAMP_OUT: 'Your lamp has run out of power.'
975 - PLEASE_ANSWER: 'Please answer the question.'
976 - PIRATE_SPOTTED: 'There are faint rustling noises from the darkness behind you.  As you\nturn toward them, the beam of your lamp falls across a bearded pirate.\nHe is carrying a large chest.  "Shiver me timbers!" he cries, "I''ve\nbeen spotted!  I''d best hie meself off to the maze to hide me chest!"\nWith that, he vanishes into the gloom.'
977 - GET_BATTERIES: 'Your lamp is getting dim.  You''d best go back for those batteries.'
978 - REPLACE_BATTERIES: 'Your lamp is getting dim.  I''m taking the liberty of replacing the\nbatteries.'
979 - MISSING_BATTERYIES: 'Your lamp is getting dim, and you''re out of spare batteries.  You''d\nbest start wrapping this up.'
980 - REMOVE_MESSAGE: 'You sift your fingers through the dust, but succeed only in\nobliterating the cryptic message.'
981 - OGRE_QUERY: 'Do you need help dealing with the ogre?'
982 - CLUE_QUERY: 'Hmmm, this looks like a clue, which means it''ll cost you 10 points to\nread it.  Should I go ahead and read it anyway?'
983 - WAYOUT_CLUE: 'It says, "There is a way out of this place.  Do you need any more\ninformation to escape?  Sorry, but this initial hint is all you get."'
984 - OGRE_CLUE: 'There is nothing the presence of which will prevent you from defeating\nhim; thus it can''t hurt to fetch everything you possibly can.'
985 - DONT_UNDERSTAND: 'I''m afraid I don''t understand.'
986 - HAND_PASSTHROUGH: 'Your hand passes through it as though it weren''t there.'
987 - BREAK_MIRROR: 'You strike the mirror a resounding blow, whereupon it shatters into a\nmyriad tiny fragments.'
988 - BREAK_VASE: 'You have taken the vase and hurled it delicately to the ground.'
989 - PROD_DWARF: 'You prod the nearest dwarf, who wakes up grumpily, takes one look at\nyou, curses, and grabs for his axe.'
990 - THIS_ACCEPTABLE: 'Is this acceptable?'
991 - ALREADY_OVER: 'This adventure is already over.  To start a new adventure, or to\nresume an earlier adventure, please run a fresh copy of the program.'
992 - OGRE_FULL: 'The ogre doesn''t appear to be hungry.'
993 - OGRE_DODGE: 'The ogre, who despite his bulk is quite agile, easily dodges your\nattack.  He seems almost amused by your puny effort.'
994 - OGRE_PANIC1: 'The ogre, distracted by your rush, is struck by the knife.  With a\nblood-curdling yell he turns and bounds after the dwarves, who flee\nin panic.  You are left alone in the room.'
995 - OGRE_PANIC2: 'The ogre, distracted by your rush, is struck by the knife.  With a\nblood-curdling yell he turns and bounds after the dwarf, who flees\nin panic.  You are left alone in the room.'
996 - FREE_FLY: 'The bird flies about agitatedly for a moment.'
997 - CAGE_FLY: 'The bird flies agitatedly about the cage.'
998 - NECKLACE_FLY: 'The bird flies about agitatedly for a moment, then disappears through\nthe crack.  It reappears shortly, carrying in its beak a jade\nnecklace, which it drops at your feet.'
999 - URN_LIT: 'The urn is now lit.'
1000 - URN_DARK: 'The urn is now dark.'
1001 - WATER_URN: 'You empty the bottle into the urn, which promptly ejects the water\nwith uncanny accuracy, squirting you directly between the eyes.'
1002 - OIL_URN: 'Your bottle is now empty and the urn is full of oil.'
1003 - FULL_URN: 'The urn is already full of oil.'
1004 - URN_NOPOUR: 'There''s no way to get the oil out of the urn.'
1005 - URN_NOBUDGE: 'The urn is far too firmly embedded for your puny strength to budge it.'
1006 - URN_GENIES: 'As you rub the urn, there is a flash of light and a genie appears.\nHis aspect is stern as he advises: "One who wouldst traffic in\nprecious stones must first learn to recognize the signals thereof."\nHe wrests the urn from the stone, leaving a small cavity.  Turning to\nface you again, he fixes you with a steely eye and intones: "Caution!"\nGenie and urn vanish in a cloud of amber smoke.  The smoke condenses\nto form a rare amber gemstone, resting in the cavity in the rock.'
1007 - DOUGHNUT_HOLES: 'I suppose you collect doughnut holes, too?'
1008 - GEM_FITS: 'The gem fits easily into the cavity.'
1009 - RUG_RISES: 'The persian rug stiffens and rises a foot or so off the ground.'
1010 - RUG_WIGGLES: 'The persian rug draped over your shoulder seems to wriggle for a\nmoment, but then subsides.'
1011 - RUG_SETTLES: 'The persian rug settles gently to the ground.'
1012 - RUG_HOVERS: 'The rug hovers stubbornly where it is.'
1013 - RUG_NOTHING1: 'The rug does not appear inclined to cooperate.'
1014 - RUG_NOTHING2: 'If you mean to use the persian rug, it does not appear inclined to\ncooperate.'
1015 - FLAP_ARMS: 'Though you flap your arms furiously, it is to no avail.'
1016 - RUG_GOES: 'You board the persian rug, which promptly whisks you across the chasm.\nYou have time for a fleeting glimpse of a two thousand foot drop to a\nmighty river; then you find yourself on the other side.'
1017 - RUG_RETURNS: 'The rug ferries you back across the chasm.'
1018 - ALL_SILENT: 'All is silent.'
1019 - STREAM_GURGLES: 'The stream is gurgling placidly.'
1020 - WIND_WHISTLES: 'The wind whistles coldly past your ears.'
1021 - STREAM_SPLASHES: 'The stream splashes loudly into the pool.'
1022 - NO_MEANING: 'You are unable to make anything of the splashing noise.'
1023 - MURMURING_SNORING: 'You can hear the murmuring of the beanstalks and the snoring of the\ndwarves.'
1024 - SNAKES_HISSING: 'A loud hissing emanates from the snake pit.'
1025 - DULL_RUMBLING: 'The air is filled with a dull rumbling sound.'
1026 - LOUD_ROAR: 'The roar is quite loud here.'
1027 - TOTAL_ROAR: 'The roaring is so loud that it drowns out all other sound.'
1028 - BIRD_CRAP: 'The bird eyes you suspiciously and flutters away.  A moment later you\nfeel something wet land on your head, but upon looking up you can see\nno sign of the culprit.'
1029 - FEW_DROPS: 'There are only a few drops--not enough to carry.'
1030 - HEAD_BUZZES: 'Your head buzzes strangely for a moment.'
1031 - NOT_BRIGHT: '(Uh, y''know, that wasn''t very bright.)'
1032 - TOOK_LONG: 'It''s a pity you took so long about it.'
1033 - WONDERING_QUERY: 'Are you wondering what to do here?'
1034 - ADVANCED_SECTION: 'This section is quite advanced.  Find the cave first.'
1035 - UPSTREAM_DOWNSTREAM: 'Upstream or downstream?'
1036 - WIZARDS_NODISTURB: 'Wizards are not to be disturbed by such as you.'
1037 - FOREST_QUERY: 'Would you like to be shown out of the forest?'
1038 - GO_EAST: 'Go east ten times.  If that doesn''t get you out, then go south, then\nwest twice, then south.'
1039 - WATERS_CRASHING: 'The waters are crashing loudly against the shore.'
1040 - THROWN_KNIVES: '%d of them throw knives at you!'
1041 - MULTIPLE_HITS: '%d of them get you!'
1042 - ONE_HIT: 'One of them gets you!'
1043 - NONE_HIT: 'None of them hits you!'
1044 - DONT_KNOW: 'Sorry, I don''t know the word "%s".'
1045 - WHAT_DO: 'What do you want to do with the %L?'
1046 - NO_SEE: 'I see no %L here.'
1047 - DO_WHAT: '%C what?'
1048 - OKEY_DOKEY: 'Okay, "%s".'
1049 - GARNERED_POINTS: 'You have garnered %d out of a possible %d points, using %d turn%S.'
1050 - SUSPEND_WARNING: 'I can suspend your Adventure for you so that you can resume later, but\nit will cost you 5 points.'
1051 - HINT_COST: 'I am prepared to give you a hint, but it will cost you %d point%S.'
1052 - TOTAL_SCORE: 'You scored %d out of a possible %d, using %d turn%S.'
1053 - NEXT_HIGHER: 'To achieve the next higher rating, you need %d more point%S.'
1054 - NO_HIGHER: 'To achieve the next higher rating would be a neat trick!\nCongratulations!!'
1055 - OFF_SCALE: 'You just went off my scale!!'
1056 - RESUME_HELP: 'To resume your Adventure, start a new game and then say "RESUME".'
1057 - TABLE_SPACE: 'Table space used:\n%d of %d words of messages   %d of %d travel options\n%d of %d vocabulary words    %d of %d locations\n%d of %d objects             %d of %d action verbs\n%d of %d "random" messages   %d of %d "class" messages\n%d of %d hints               %d of %d turn threshholds'
1058 - RESUME_ABANDON: 'To resume an earlier Adventure, you must abandon the current one.'
1059 - VERSION_SKEW: 'I''m sorry, but that Adventure was begun using Version%d.%d of the\nprogram, and this is Version%d.%d.  You must find the other version\nin order to resume that Adventure.'
1060 - DAVE_TAMPERING: 'A dark fog creeps in to surround you.  From somewhere in the fog you\nhear a stern voice.  "This Adventure has been tampered with!  You have\nbeen dabbling in magic, knowing not the havoc you might cause thereby.\nLeave at once, before you do irrevocable harm!"  The fog thickens,\nuntil at last you can see nothing at all.  Your vision then clears,\nand you find yourself back in The Real World.'
1061 - GUESS_AGAIN: 'Guess again.'
1062 - MISSING_ONE: 'You''re missing only one other treasure.  Do you need help finding it?'
1063 - NO_LOCATE: 'Once you''ve found all the other treasures, it is no longer possible to\nlocate the one you''re now missing.'
1064 - TWIST_TURN: 'Sorry, but the path twisted and turned so much that I can''t figure\nout which way to go to get back.'
1065 - ADVENTURE_NEWS: 'Open Adventure is an author-approved open-source release of\nVersion 2.5 with, as yet, no gameplay changes.\nVersion 2.5 was essentially the same as Version II; the cave and the\nhazards therein are unchanged, and top score is still 430 points.\nThere are a few more hints, especially for some of the more obscure\npuzzles.  There are a few minor bugfixes and cosmetic changes.  You\ncan now save a game and resume it at once (formerly you had to wait a\nwhile first), but it now costs you a few points each time you save the\ngame.  Saved games are now stored in much smaller files than before.'
1066 - GO_UNNEEDED: 'You don''t have to say "go" every time; just specify a direction or, if\nit''s nearby, name the place to which you wish to move.'
1067 - CANNOT_CARRY7: !!null
1068   
1069 classes: 
1070 - threshold: 0
1071   message: !!null
1072 - threshold: 45
1073   message: 'You are obviously a rank amateur.  Better luck next time.'
1074 - threshold: 120
1075   message: 'Your score qualifies you as a novice class adventurer.'
1076 - threshold: 170
1077   message: 'You have achieved the rating: "Experienced Adventurer".'
1078 - threshold: 250
1079   message: 'You may now consider yourself a "Seasoned Adventurer".'
1080 - threshold: 320
1081   message: 'You have reached "Junior Master" status.'
1082 - threshold: 375
1083   message: 'Your score puts you in Master Adventurer Class C.'
1084 - threshold: 410
1085   message: 'Your score puts you in Master Adventurer Class B.'
1086 - threshold: 426
1087   message: 'Your score puts you in Master Adventurer Class A.'
1088 - threshold: 429
1089   message: 'All of Adventuredom gives tribute to you, Adventurer Grandmaster!'
1090 - threshold: 9999
1091   message: 'Adventuredom stands in awe -- you have now joined the ranks of the\n       W O R L D   C H A M P I O N   A D V E N T U R E R S !\nIt may interest you to know that the Dungeon-Master himself has, to\nmy knowledge, never achieved this threshhold in fewer than 330 turns.'
1092
1093 turn_thresholds:
1094 - threshold: 350
1095   point_loss: 2
1096   message: 'Tsk!  A wizard wouldn''t have to take 350 turns.  This is going to cost\nyou a couple of points.' 
1097 - threshold: 500
1098   point_loss: 3
1099   message: '500 turns?  That''s another few points you''ve lost.'  
1100 - threshold: 1000
1101   point_loss: 5
1102   message: 'Are you still at it?  Five points off for exceeding 1000 turns!'  
1103 - threshold: 2500
1104   point_loss: 10
1105   message: 'Good grief, don''t you *EVER* give up?  Do you realize you''ve spent\nover 2500 turns at this?  That''s another ten points off, a total of\ntwenty points lost for taking so long.'
1106   
1107 object_descriptions: !!omap
1108 - OBJ_0:
1109     inventory: !!null
1110     longs: !!null
1111 - OBJ_1:
1112     inventory: 'Set of keys'
1113     longs:
1114     - 'There are some keys on the ground here.'
1115 - OBJ_2:
1116     inventory: 'Brass lantern'
1117     longs:
1118     - 'There is a shiny brass lamp nearby.'
1119     - 'There is a lamp shining nearby.'
1120 - OBJ_3:
1121     inventory: '*grate'
1122     longs:
1123     - 'The grate is locked.'
1124     - 'The grate is open.'
1125 - OBJ_4:
1126     inventory: 'Wicker cage'
1127     longs:
1128     - 'There is a small wicker cage discarded nearby.'
1129 - OBJ_5:
1130     inventory: 'Black rod'
1131     longs:
1132     - 'A three foot black rod with a rusty star on an end lies nearby.'
1133 - OBJ_6:
1134     inventory: 'Black rod'
1135     longs:
1136     - 'A three foot black rod with a rusty mark on an end lies nearby.'
1137 - OBJ_7:
1138     inventory: '*steps'
1139     longs:
1140     - 'Rough stone steps lead down the pit.'
1141     - 'Rough stone steps lead up the dome.'
1142 - OBJ_8:
1143     inventory: 'Little bird in cage'
1144     longs:
1145     - 'A cheerful little bird is sitting here singing.'
1146     - 'There is a little bird in the cage.'
1147     - 'A cheerful little bird is sitting here singing.'
1148     - 'The bird''s singing is quite melodious.'
1149     - 'The bird does not seem inclined to sing while in the cage.'
1150     - 'It almost seems as though the bird is trying to tell you something.'
1151     - 'To your surprise, you can understand the bird''s chirping; it is\nsinging about the joys of its forest home.'
1152     - 'The bird does not seem inclined to sing while in the cage.'
1153     - 'The bird is singing to you in gratitude for your having returned it to\nits home.  In return, it informs you of a magic word which it thinks\nyou may find useful somewhere near the Hall of Mists.  The magic word\nchanges frequently, but for now the bird believes it is "%s".  You\nthank the bird for this information, and it flies off into the forest.'
1154 - OBJ_9:
1155     inventory: '*rusty door'
1156     longs:
1157     - 'The way north is barred by a massive, rusty, iron door.'
1158     - 'The way north leads through a massive, rusty, iron door.'
1159 - OBJ_10:
1160     inventory: 'Velvet pillow'
1161     longs:
1162     - 'A small velvet pillow lies on the floor.'
1163 - OBJ_11:
1164     inventory: '*snake'
1165     longs:
1166     - 'A huge green fierce snake bars the way!'
1167     - '' # chased away
1168     - 'The snake is hissing venomously.'
1169 - OBJ_12:
1170     inventory: '*fissure'
1171     longs:
1172     - ''
1173     - 'A crystal bridge now spans the fissure.'
1174     - 'The crystal bridge has vanished!'
1175 - OBJ_13:
1176     inventory: '*stone tablet'
1177     longs:
1178     - 'A massive stone tablet imbedded in the wall reads:\n"Congratulations on bringing light into the dark-room!"'
1179     - '"Congratulations on bringing light into the dark-room!"'
1180 - OBJ_14:
1181     inventory: 'Giant clam  >GRUNT!<'
1182     longs:
1183     - 'There is an enormous clam here with its shell tightly closed.'
1184     - 'The clam is as tight-mouthed as a, er, clam.'
1185 - OBJ_15:
1186     inventory: 'Giant oyster  >GROAN!<'
1187     longs:
1188     - 'There is an enormous oyster here with its shell tightly closed.'
1189     - 'Interesting.  There seems to be something written on the underside of\nthe oyster.'
1190     - 'Even though it''s an oyster, the critter''s as tight-mouthed as a clam.'
1191     - 'It says the same thing it did before.  Hm, maybe it''s a pun?'
1192 - OBJ_16:
1193     inventory: '"Spelunker Today"'
1194     longs:
1195     - 'There are a few recent issues of "Spelunker Today" magazine here.'
1196     - 'I''m afraid the magazine is written in dwarvish.  But pencilled on one\ncover you see, "Please leave the magazines at the construction site."'
1197 - OBJ_17:
1198     inventory: !!null
1199     longs: !!null
1200 - OBJ_18:
1201     inventory: !!null
1202     longs: !!null
1203 - OBJ_19:
1204     inventory: 'Tasty food'
1205     longs:
1206     - 'There is food here.'
1207 - OBJ_20:
1208     inventory: 'Small bottle'
1209     longs:
1210     - 'There is a bottle of water here.'
1211     - 'There is an empty bottle here.'
1212     - 'There is a bottle of oil here.'
1213 - OBJ_21:
1214     inventory: 'Water in the bottle'
1215     longs: !!null
1216 - OBJ_22:
1217     inventory: 'Oil in the bottle'
1218     longs: !!null
1219 - OBJ_23:
1220     inventory: '*mirror'
1221     longs: !!null
1222 - OBJ_24:
1223     inventory: '*plant'
1224     longs:
1225     - 'There is a tiny little plant in the pit, murmuring "water, water, ..."'
1226     - 'There is a 12-foot-tall beanstalk stretching up out of the pit,\nbellowing "WATER!! WATER!!"'
1227     - 'There is a gigantic beanstalk stretching all the way up to the hole.'
1228     - 'The plant spurts into furious growth for a few seconds.'
1229     - 'The plant grows explosively, almost filling the bottom of the pit.'
1230     - 'You''ve over-watered the plant!  It''s shriveling up!  And now . . .'
1231     - 'The plant continues to ask plaintively for water.'
1232     - 'The plant continues to demand water.'
1233     - 'The plant now maintains a contented silence.'
1234 - OBJ_25:
1235     inventory: '*phony plant' # seen in Twopit Room only when tall enough
1236     longs:
1237     - ''
1238     - 'The top of a 12-foot-tall beanstalk is poking out of the west pit.'
1239     - 'There is a huge beanstalk growing out of the west pit up to the hole.'
1240 - OBJ_26:
1241     inventory: '*stalactite'
1242     longs:
1243     - ''
1244 - OBJ_27:
1245     inventory: '*shadowy figure and/or window'
1246     longs:
1247     - 'The shadowy figure seems to be trying to attract your attention.'
1248 - OBJ_28:
1249     inventory: 'Dwarf''s axe'
1250     longs:
1251     - 'There is a little axe here.'
1252     - 'There is a little axe lying beside the bear.'
1253 - OBJ_29:
1254     inventory: '*cave drawings'
1255     longs: !!null
1256 - OBJ_30:
1257     inventory: '*pirate/genie'
1258     longs: !!null # never present
1259 - OBJ_31:
1260     inventory: '*dragon'
1261     longs:
1262     - 'A huge green fierce dragon bars the way!'
1263     - 'The blood-specked body of a huge green dead dragon lies to one side.'
1264     - 'The body of a huge green dead dragon is lying off to one side.'
1265     - 'Congratulations!  You have just vanquished a dragon with your bare\nhands!  (Unbelievable, isn''t it?)'
1266     - 'The dragon''s ominous hissing does not bode well for you.'
1267     - 'The dragon is, not surprisingly, silent.'
1268     - 'The dragon is, not surprisingly, silent.'
1269 - OBJ_32:
1270     inventory: '*chasm'
1271     longs:
1272     - 'A rickety wooden bridge extends across the chasm, vanishing into the\nmist.  A notice posted on the bridge reads, "Stop! Pay troll!"'
1273     - 'The wreckage of a bridge (and a dead bear) can be seen at the bottom\nof the chasm.'
1274 - OBJ_33:
1275     inventory: '*troll'
1276     longs:
1277     - 'A burly troll stands by the bridge and insists you throw him a\ntreasure before you may cross.'
1278     - 'The troll steps out from beneath the bridge and blocks your way.'
1279     - '' # chased away
1280     - 'The troll sounds quite adamant in his demand for a treasure.'
1281 - OBJ_34:
1282     inventory: '*phony troll'
1283     longs:
1284     - 'The troll is nowhere to be seen.'
1285 - OBJ_35:
1286     inventory: !!null # bear uses rtext 141
1287     longs:
1288     - 'There is a ferocious cave bear eying you from the far end of the room!'
1289     - 'There is a gentle cave bear sitting placidly in one corner.'
1290     - 'There is a contented-looking bear wandering about nearby.'
1291     - '' # dead
1292 - OBJ_36:
1293     inventory: '*message in second maze'
1294     longs:
1295     - 'There is a message scrawled in the dust in a flowery script, reading:\n"This is not the maze where the pirate leaves his treasure chest."'
1296     - '"This is not the maze where the pirate leaves his treasure chest."'
1297 - OBJ_37:
1298     inventory: '*volcano and/or geyser'
1299     longs: !!null
1300 - OBJ_38:
1301     inventory: '*vending machine'
1302     longs:
1303     - 'There is a massive and somewhat battered vending machine here.  The\ninstructions on it read: "Drop coins here to receive fresh batteries."'
1304     - '"Drop coins here to receive fresh batteries."'
1305     - 'As you strike the vending machine, it pivots backward along with a\nsection of wall, revealing a dark passage leading south.'
1306     - 'There is a massive vending machine here, swung back to reveal a\nsouthward passage.'
1307     - '"Drop coins here to receive fresh batteries."'
1308     - 'The vending machine swings back to block the passage.'
1309 - OBJ_39:
1310     inventory: 'Batteries'
1311     longs:
1312     - 'There are fresh batteries here.'
1313     - 'Some worn-out batteries have been discarded nearby.'
1314 - OBJ_40:
1315     inventory: '*carpet and/or moss and/or curtains'
1316     longs: !!null
1317 - OBJ_41:
1318     inventory: '*ogre'
1319     longs:
1320     - 'A formidable ogre bars the northern exit.'
1321     - 'The ogre is apparently the strong, silent type.'
1322 - OBJ_42:
1323     inventory: '*urn'
1324     longs:
1325     - 'A small urn is embedded in the rock.'
1326     - 'A small urn full of oil is embedded in the rock.'
1327     - 'A small oil flame extrudes from an urn embedded in the rock.'
1328 - OBJ_43:
1329     inventory: '*cavity'
1330     longs:
1331     - '' # something in it
1332     - 'There is a small urn-shaped cavity in the rock.'
1333 - OBJ_44:
1334     inventory: '*blood'
1335     longs:
1336     - '' # described with dragon
1337 - OBJ_45:
1338     inventory: '*reservoir'
1339     longs:
1340     - ''
1341     - 'The waters have parted to form a narrow path across the reservoir.'
1342     - 'The waters crash together again.'
1343 - OBJ_46:
1344     inventory: 'Leporine appendage'
1345     longs:
1346     - 'Your keen eye spots a severed leporine appendage lying on the ground.'
1347 - OBJ_47:
1348     inventory: '*mud'
1349     longs:
1350     - ''
1351     - '"MAGIC WORD XYZZY"'
1352 - OBJ_48:
1353     inventory: '*note'
1354     longs:
1355     - ''
1356     - '"You won''t get it up the steps"'
1357 - OBJ_49:
1358     inventory: '*sign'
1359     longs:
1360     - ''
1361     - 'Cave under construction beyond this point.\n           Proceed at own risk.\n       [Witt Construction Company]'
1362     - '"Treasure Vault.  Keys in main office."'
1363 - OBJ_50:
1364     inventory: 'Large gold nugget'
1365     longs:
1366     - 'There is a large sparkling nugget of gold here!'
1367 - OBJ_51:
1368     inventory: 'Several diamonds'
1369     longs:
1370     - 'There are diamonds here!'
1371 - OBJ_52:
1372     inventory: 'Bars of silver'
1373     longs:
1374     - 'There are bars of silver here!'
1375 - OBJ_53:
1376     inventory: 'Precious jewelry'
1377     longs:
1378     - 'There is precious jewelry here!'
1379 - OBJ_54:
1380     inventory: 'Rare coins'
1381     longs:
1382     - 'There are many coins here!'
1383 - OBJ_55:
1384     inventory: 'Treasure chest'
1385     longs:
1386     - 'The pirate''s treasure chest is here!'
1387 - OBJ_56:
1388     inventory: 'Golden eggs'
1389     longs:
1390     - 'There is a large nest here, full of golden eggs!'
1391     - 'The nest of golden eggs has vanished!'
1392     - 'Done!'
1393 - OBJ_57:
1394     inventory: 'Jeweled trident'
1395     longs:
1396     - 'There is a jewel-encrusted trident here!'
1397 - OBJ_58:
1398     inventory: 'Ming vase'
1399     longs:
1400     - 'There is a delicate, precious, ming vase here!'
1401     - 'The vase is now resting, delicately, on a velvet pillow.'
1402     - 'The floor is littered with worthless shards of pottery.'
1403     - 'The ming vase drops with a delicate crash.'
1404 - OBJ_59:
1405     inventory: 'Egg-sized emerald'
1406     longs:
1407     - 'There is an emerald here the size of a plover''s egg!'
1408     - 'There is an emerald resting in a small cavity in the rock!'
1409 - OBJ_60:
1410     inventory: 'Platinum pyramid'
1411     longs:
1412     - 'There is a platinum pyramid here, 8 inches on a side!'
1413 - OBJ_61:
1414     inventory: 'Glistening pearl'
1415     longs:
1416     - 'Off to one side lies a glistening pearl!'
1417 - OBJ_62:
1418     inventory: 'Persian rug'
1419     longs:
1420     - 'There is a persian rug spread out on the floor!'
1421     - 'The dragon is sprawled out on a persian rug!!'
1422     - 'There is a persian rug here, hovering in mid-air!'
1423 - OBJ_63:
1424     inventory: 'Rare spices'
1425     longs:
1426     - 'There are rare spices here!'
1427 - OBJ_64:
1428     inventory: 'Golden chain'
1429     longs:
1430     - 'There is a golden chain lying in a heap on the floor!'
1431     - 'The bear is locked to the wall with a golden chain!'
1432     - 'There is a golden chain locked to the wall!'
1433 - OBJ_65:
1434     inventory: 'Giant ruby'
1435     longs:
1436     - 'There is an enormous ruby here!'
1437     - 'There is a ruby resting in a small cavity in the rock!'
1438 - OBJ_66:
1439     inventory: 'Jade necklace'
1440     longs:
1441     - 'A precious jade necklace has been dropped here!'
1442 - OBJ_67:
1443     inventory: 'Amber gemstone'
1444     longs:
1445     - 'There is a rare amber gemstone here!'
1446     - 'There is an amber gemstone resting in a small cavity in the rock!'
1447 - OBJ_68:
1448     inventory: 'Star sapphire'
1449     longs:
1450     - 'A brilliant blue star sapphire is here!'
1451     - 'There is a star sapphire resting in a small cavity in the rock!'
1452 - OBJ_69:
1453     inventory: 'Ebony statuette'
1454     longs:
1455     - 'There is a richly-carved ebony statuette here!'
1456 - OBJ_70:
1457     inventory: !!null
1458     longs: !!null
1459 - OBJ_71:
1460     inventory: !!null
1461     longs: !!null
1462 - OBJ_72:
1463     inventory: !!null
1464     longs: !!null
1465 - OBJ_73:
1466     inventory: !!null
1467     longs: !!null
1468 - OBJ_74:
1469     inventory: !!null
1470     longs: !!null
1471 - OBJ_75:
1472     inventory: !!null
1473     longs: !!null
1474 - OBJ_76:
1475     inventory: !!null
1476     longs: !!null
1477 - OBJ_77:
1478     inventory: !!null
1479     longs: !!null
1480 - OBJ_78:
1481     inventory: !!null
1482     longs: !!null
1483 - OBJ_79:
1484     inventory: !!null
1485     longs: !!null
1486 - OBJ_80:
1487     inventory: !!null
1488     longs: !!null
1489 - OBJ_81:
1490     inventory: !!null
1491     longs: !!null
1492 - OBJ_82:
1493     inventory: !!null
1494     longs: !!null
1495 - OBJ_83:
1496     inventory: !!null
1497     longs: !!null
1498 - OBJ_84:
1499     inventory: !!null
1500     longs: !!null
1501 - OBJ_85:
1502     inventory: !!null
1503     longs: !!null
1504 - OBJ_86:
1505     inventory: !!null
1506     longs: !!null
1507 - OBJ_87:
1508     inventory: !!null
1509     longs: !!null
1510 - OBJ_88:
1511     inventory: !!null
1512     longs: !!null
1513 - OBJ_89:
1514     inventory: !!null
1515     longs: !!null
1516 - OBJ_90:
1517     inventory: !!null
1518     longs: !!null
1519 - OBJ_91:
1520     inventory: !!null
1521     longs: !!null
1522 - OBJ_92:
1523     inventory: !!null
1524     longs: !!null
1525 - OBJ_93:
1526     inventory: !!null
1527     longs: !!null
1528 - OBJ_94:
1529     inventory: !!null
1530     longs: !!null
1531 - OBJ_95:
1532     inventory: !!null
1533     longs: !!null
1534 - OBJ_96:
1535     inventory: !!null
1536     longs: !!null
1537 - OBJ_97:
1538     inventory: !!null
1539     longs: !!null
1540 - OBJ_98:
1541     inventory: !!null
1542     longs: !!null
1543 - OBJ_99:
1544     inventory: !!null
1545     longs: !!null
1546 - OBJ_100:
1547     inventory: !!null
1548     longs: !!null
1549
1550 obituaries:
1551   - query: 'Oh dear, you seem to have gotten yourself killed.  I might be able to\nhelp you out, but I''ve never really done this before.  Do you want me\nto try to reincarnate you?'
1552     yes_response: 'All right.  But don''t blame me if something goes wr......\n                    --- POOF!! ---\nYou are engulfed in a cloud of orange smoke.  Coughing and gasping,\nyou emerge from the smoke and find....'
1553   - query: 'You clumsy oaf, you''ve done it again!  I don''t know how long I can\nkeep this up.  Do you want me to try reincarnating you again?'
1554     yes_response: 'Okay, now where did I put my orange smoke?....  >POOF!<\nEverything disappears in a dense cloud of orange smoke.'
1555   - query: 'Now you''ve really done it!  I''m out of orange smoke!  You don''t expect\nme to do a decent reincarnation without any orange smoke, do you?'
1556     yes_response: 'Okay, if you''re so smart, do it yourself!  I''m leaving!'
1557
1558 # FIXME: Hint texts shouldn't be in arbitrary_messages, but inlined here
1559 hints:
1560 - number: 1
1561   turns: 4
1562   penalty: 2
1563   question: ENTRY_QUERY
1564   hint: HARD_GRATE
1565 - number: 2
1566   turns: 5
1567   penalty: 2
1568   question: BIRD_QUERY
1569   hint: SKITTISH_BIRD
1570 - number: 3
1571   turns: 8
1572   penalty: 2
1573   question: SNAKE_QUERY
1574   hint: SNAKE_HINT
1575 - number: 4
1576   turns: 75
1577   penalty: 4
1578   question: MAZE_HELP
1579   hint: DROP_THINGS
1580 - number: 5
1581   turns: 25
1582   penalty: 5
1583   question: PLOVER_QUERY
1584   hint: EXPLORE_HINT
1585 - number: 6
1586   turns: 20
1587   penalty: 3
1588   question: HELP_LEAVING
1589   hint: NOGO_WEST
1590 - number: 7
1591   turns: 8
1592   penalty: 2
1593   question: WONDERING_QUERY
1594   hint: ADVANCED_SECTION
1595 - number: 8
1596   turns: 25
1597   penalty: 2
1598   question: FOREST_QUERY
1599   hint: GO_EAST
1600 - number: 9
1601   turns: 10
1602   penalty: 4
1603   question: OGRE_QUERY
1604   hint: OGRE_CLUE
1605 - number: 10
1606   turns: 1
1607   penalty: 4
1608   question: MISSING_ONE
1609   hint: NO_LOCATE