Add YAML markup for location sounds.
[open-adventure.git] / adventure.yaml
index 9d83ff691555009e59b3148f672736ba4ac27c23..85a70bceff5b5f6952bf54812bcb59738ca15d12 100644 (file)
@@ -6,10 +6,17 @@
 #
 # We define a bunch of YAML structures:
 #
+# hints: Each item contains a hint number (add 10 to get cond bit),
+#    a hint label (used to generate the value macro for the hint) 
+#    the number of turns he must be at the right loc(s) before
+#    triggering the hint, the points deducted for taking the hint, the
+#    message number (section 6) of the question, and the message
+#    number of the hint.  These values are stashed in the "hints"
+#    array.
+#
 # locations: Each item contains a long and short description.  Some
-#    short descriptions are empty.  Order of these locations is significant;
-#    see the macros OUTSID and INDEEP.  Location conditions can be read
-#    as follows:
+#    short descriptions are empty.  Order of these locations is not significant.
+#    Location conditions can be read as follows:
 #        LIT           Light
 #        OILY          If FLUID flag is on: true for oil, false for water
 #        FLUID         Liquid asset
 #        HWOODS                Lost in forest
 #        HOGRE         Trying to deal with ogre
 #        HJADE         Found all treasures except jade
+#    The optional hints field is a list of YAML references to hints
+#    that may be available at this location. (This is why locations
+#    has to follow hints.)  The "sound" attribute, if present, is s
+#    label for a location sound.
 #
 # arbitrary_messages: These are arguments to rspeak(). Some spans of
 #    these messages need to be kept adjacent and ordered (for now).
 #    significant, they're used in succession as the player racks up
 #    deaths.
 #
-# hints: Each item contains a hint number (add 10 to get cond bit),
-#    the number of turns he must be at the right loc(s) before
-#    triggering the hint, the points deducted for taking the hint, the
-#    message number (section 6) of the question, and the message
-#    number of the hint.  These values are stashed in the "hints"
-#    array.
-#
-# These correspond to sections 1, 2, 5, 6, 10, 11, and 14 in the old
-# adventure.text format.  Sections 3, 4, 7, 8, and 9 haven't moved yet.
+# These correspond to sections 1, 2, 5, 6, 9, 10, 11, 13, and 14 in the old
+# adventure.text format.  Sections 3, 4, 7, and 8 haven't moved yet.
 # Section 12 was obsolete.
 
+# FIXME: Hint texts shouldn't be in arbitrary_messages, but inlined here
+hints:
+  - hint: &grate
+      name: CAVE
+      number: 1
+      turns: 4
+      penalty: 2
+      question: ENTRY_QUERY
+      hint: HARD_GRATE
+  - hint: &bird
+      name: BIRD
+      number: 2
+      turns: 5
+      penalty: 2
+      question: BIRD_QUERY
+      hint: SKITTISH_BIRD
+  - hint: &snake
+      name: SNAKE
+      number: 3
+      turns: 8
+      penalty: 2
+      question: SNAKE_QUERY
+      hint: SNAKE_HINT
+  - hint: &maze
+      name: MAZE
+      number: 4
+      turns: 75
+      penalty: 4
+      question: MAZE_HELP
+      hint: DROP_THINGS
+  - hint: &dark
+      name: DARK
+      number: 5
+      turns: 25
+      penalty: 5
+      question: PLOVER_QUERY
+      hint: EXPLORE_HINT
+  - hint: &witt
+      name: WITT
+      number: 6
+      turns: 20
+      penalty: 3
+      question: HELP_LEAVING
+      hint: NOGO_WEST
+  - hint: &urn
+      name: CLIFF
+      number: 7
+      turns: 8
+      penalty: 2
+      question: WONDERING_QUERY
+      hint: ADVANCED_SECTION
+  - hint: &forest
+      name: WOODS
+      number: 8
+      turns: 25
+      penalty: 2
+      question: FOREST_QUERY
+      hint: GO_EAST
+  - hint: &ogre
+      name: OGRE
+      number: 9
+      turns: 10
+      penalty: 4
+      question: OGRE_QUERY
+      hint: OGRE_CLUE
+  - hint: &jade
+      name: JADE
+      number: 10
+      turns: 1
+      penalty: 4
+      question: MISSING_ONE
+      hint: NO_LOCATE
+
 locations: !!omap
 - LOC_NOWHERE:
     description:
@@ -77,6 +154,7 @@ locations: !!omap
       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.'
       short: 'You''re in front of building.'
     conditions: {FLUID: true, ABOVE: true, LIT: true}
+    sound: STREAM_GURGLES
 - LOC_HILL:
     description:
       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.'
@@ -87,11 +165,13 @@ locations: !!omap
       long: 'You are inside a building, a well house for a large spring.'
       short: 'You''re inside building.'
     conditions: {FLUID: true, ABOVE: true, LIT: true}
+    sound: STREAM_GURGLES
 - LOC_VALLEY:
     description:
       long: 'You are in a valley in the forest beside a stream tumbling along a\nrocky bed.'
       short: 'You''re in valley.'
     conditions: {FLUID: true, ABOVE: true, LIT: true}
+    sound: STREAM_GURGLES
 - LOC_ROADEND:
     description:
       long: 'The road, which approaches from the east, ends here amid the trees.'
@@ -101,17 +181,20 @@ locations: !!omap
     description:
       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.'
       short: 'You''re at cliff.'
-    conditions: {HCLIFF: true, ABOVE: true, NOBACK: true, LIT: true}
+    conditions: {ABOVE: true, NOBACK: true, LIT: true}
+    hints: [*urn]
 - LOC_SLIT:
     description:
       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.'
       short: 'You''re at slit in streambed.'
     conditions: {FLUID: true, ABOVE: true, LIT: true}
+    sound: STREAM_GURGLES
 - LOC_GRATE:
     description:
       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.'
       short: 'You''re outside grate.'
-    conditions: {HJADE: true, ABOVE: true, HCAVE: true, LIT: true}
+    conditions: {ABOVE: true, LIT: true}
+    hints: [*grate, *jade]
 - LOC_BELOWGRATE:
     description:
       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.'
@@ -136,7 +219,8 @@ locations: !!omap
     description:
       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.'
       short: 'You''re in bird chamber.'
-    conditions: {HBIRD: true}
+    conditions: {}
+    hints: [*bird] 
 - LOC_PITTOP:
     description:
       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.'
@@ -146,7 +230,9 @@ locations: !!omap
     description:
       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.'
       short: 'You''re in Hall of Mists.'
-    conditions: {HJADE: true}
+    conditions: {DEEP: true}
+    hints: [*jade]
+    sound: WIND_WHISTLES
 - LOC_CRACK:
     description:
       long: 'The crack is far too small for you to follow.  At its widest it is\nbarely wide enough to admit your foot.'
@@ -166,7 +252,8 @@ locations: !!omap
     description:
       long: 'You are in the Hall of the Mountain King, with passages off in all\ndirections.'
       short: 'You''re in Hall of Mt King.'
-    conditions: {DEEP: true, HSNAKE: true}
+    conditions: {DEEP: true}
+    hints: [*snake]
 - LOC_NECKBROKE:
     description:
       long: 'You are at the bottom of the pit with a broken neck.'
@@ -262,6 +349,7 @@ locations: !!omap
       long: 'You are in the bottom of a small pit with a little stream, which\nenters and exits through tiny slits.'
       short: 'You''re at bottom of pit with stream.'
     conditions: {FLUID: true, DEEP: true}
+    sound: STREAM_GURGLES
 - LOC_DUSTY:
     description:
       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.'
@@ -281,77 +369,92 @@ locations: !!omap
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_ALIKE2:
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_ALIKE3:
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_ALIKE4:
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_DEADEND1:
     description:
       long: 'Dead end'
       short: !!null
-    conditions: {DEEP: true, NOARRR: true, HMAZE: true}
+    conditions: {DEEP: true, NOARRR: true}
+    hints: [*maze]
 - LOC_DEADEND2:
     description:
       long: 'Dead end'
       short: !!null
-    conditions: {DEEP: true, NOARRR: true, HMAZE: true}
+    conditions: {DEEP: true, NOARRR: true}
+    hints: [*maze]
 - LOC_DEADEND3:
     description:
       long: 'Dead end'
       short: !!null
-    conditions: {DEEP: true, NOARRR: true, HMAZE: true}
+    conditions: {DEEP: true, NOARRR: true}
+    hints: [*maze]
 - LOC_ALIKE5:
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_ALIKE6:
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_ALIKE7:
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_ALIKE8:
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_ALIKE9:
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_DEADEND4:
     description:
       long: 'Dead end'
       short: !!null
-    conditions: {DEEP: true, NOARRR: true, HMAZE: true}
+    conditions: {DEEP: true, NOARRR: true}
+    hints: [*maze]
 - LOC_ALIKE10:
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_DEADEND5:
     description:
       long: 'Dead end'
       short: !!null
-    conditions: {DEEP: true, NOARRR: true, HMAZE: true}
+    conditions: {DEEP: true, NOARRR: true}
+    hints: [*maze]
 - LOC_PITBRINK:
     description:
       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.'
@@ -391,7 +494,9 @@ locations: !!omap
     description:
       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.'
       short: 'You''re at complex junction.'
-    conditions: {DEEP: true, HJADE: true}
+    conditions: {DEEP: true}
+    hints: [*jade]
+    sound: WIND_WHISTLES
 - LOC_BEDQUILT:
     description:
       long: 'You are in Bedquilt, a long east/west passage with holes everywhere.\nTo explore at random select north, south, up, or down.'
@@ -471,17 +576,20 @@ locations: !!omap
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_DEADEND8:
     description:
       long: 'Dead end'
       short: !!null
-    conditions: {DEEP: true, HMAZE: true}
+    conditions: {DEEP: true}
+    hints: [*maze]
 - LOC_DEADEND9:
     description:
       long: 'Dead end'
       short: !!null
-    conditions: {DEEP: true, NOARRR: true, HMAZE: true}
+    conditions: {DEEP: true, NOARRR: true}
+    hints: [*maze]
 - LOC_ALIKE12:
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
@@ -501,12 +609,14 @@ locations: !!omap
     description:
       long: 'Dead end'
       short: !!null
-    conditions: {DEEP: true, NOARRR: true, HMAZE: true}
+    conditions: {DEEP: true, NOARRR: true}
+    hints: [*maze]
 - LOC_ALIKE14:
     description:
       long: 'You are in a maze of twisty little passages, all alike.'
       short: !!null
-    conditions: {DEEP: true, NOBACK: true, HMAZE: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*maze]
 - LOC_NARROW:
     description:
       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.'
@@ -542,11 +652,13 @@ locations: !!omap
       long: 'You are at one end of an immense north/south passage.'
       short: !!null
     conditions: {DEEP: true}
+    sound: WIND_WHISTLES
 - LOC_WATERFALL:
     description:
       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.'
       short: 'You''re in cavern with waterfall.'
     conditions: {FLUID: true, DEEP: true}
+    sound: STREAM_SPLASHES
 - LOC_SOFTROOM:
     description:
       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.'
@@ -562,21 +674,25 @@ locations: !!omap
       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.'
       short: 'You''re in misty cavern.'
     conditions: {DEEP: true}
+    sound: NO_MEANING
 - LOC_ALCOVE:
     description:
       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.'
       short: 'You''re in alcove.'
-    conditions: {DEEP: true, HDARK: true}
+    conditions: {DEEP: true}
+    hints: [*dark]
 - LOC_PLOVER:
     description:
       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.'
       short: 'You''re in Plover Room.'
-    conditions: {DEEP: true, HDARK: true, LIT: true}
+    conditions: {DEEP: true, LIT: true}
+    hints: [*dark]
 - LOC_DARKROOM:
     description:
       long: 'You''re in the dark-room.  A corridor leading south is the only exit.'
       short: 'You''re in dark-room.'
-    conditions: {DEEP: true, HDARK: true}
+    conditions: {DEEP: true}
+    hints: [*dark]
 - LOC_ARCHED:
     description:
       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.'
@@ -611,12 +727,15 @@ locations: !!omap
     description:
       long: 'You are at Witt''s End.  Passages lead off in *ALL* directions.'
       short: 'You''re at Witt''s End.'
-    conditions: {DEEP: true, HWITT: true, NOBACK: true}
+    conditions: {DEEP: true, NOBACK: true}
+    hints: [*witt]
 - LOC_MIRRORCANYON:
     description:
       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.'
       short: 'You''re in Mirror Canyon.'
-    conditions: {DEEP: true, HJADE: true}
+    conditions: {DEEP: true}
+    hints: [*jade]
+    sound: WIND_WHISTLES
 - LOC_WINDOW2:
     description:
       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.'
@@ -637,6 +756,7 @@ locations: !!omap
       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.'
       short: 'You''re at reservoir.'
     conditions: {FLUID: true, DEEP: true}
+    sound: STREAM_SPLASHES
 - LOC_DEADEND12:
     description:
       long: 'Dead end'
@@ -647,11 +767,13 @@ locations: !!omap
       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.'
       short: 'You''re at ne end.'
     conditions: {DEEP: true, LIT: true}
+    sound: MURMURING_SNORING
 - LOC_SW:
     description:
       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."'
       short: 'You''re at sw end.'
     conditions: {DEEP: true, LIT: true}
+    sound: SNAKES_HISSING
 - LOC_SWCHASM:
     description:
       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.'
@@ -687,26 +809,32 @@ locations: !!omap
       long: 'You''re in a long east/west corridor.  A faint rumbling noise can be\nheard in the distance.'
       short: 'You''re in corridor.'
     conditions: {NOARRR: true, DEEP: true}
+    sound: DULL_RUMBLING
 - LOC_FORK:
     description:
       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.'
       short: 'You''re at fork in path.'
     conditions: {NOARRR: true, DEEP: true}
+    sound: DULL_RUMBLING
 - LOC_WARMWALLS:
     description:
       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.'
       short: 'You''re at junction with warm walls.'
     conditions: {NOARRR: true, DEEP: true}
+    sound: LOUD_ROAR
 - LOC_BREATHTAKING:
     description:
       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.'
       short: 'You''re at breath-taking view.'
-    conditions: {NOARRR: true, HJADE: true, LIT: true, DEEP: true}
+    conditions: {NOARRR: true, LIT: true, DEEP: true}
+    hints: [*jade]
+    sound: TOTAL_ROAR
 - LOC_BOULDERS2:
     description:
       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.'
       short: 'You''re in Chamber of Boulders.'
     conditions: {NOARRR: true, DEEP: true}
+    sound: DULL_RUMBLING
 - LOC_LIMESTONE:
     description:
       long: 'You are walking along a gently sloping north/south passage lined with\noddly shaped limestone formations.'
@@ -786,7 +914,8 @@ locations: !!omap
     description:
       long: 'You are in a large chamber with passages to the west and north.'
       short: !!null
-    conditions: {HOGRE: true, DEEP: true}
+    conditions: {DEEP: true}
+    hints: [*ogre]
 - LOC_STOREROOM:
     description:
       long: 'You are in the ogre''s storeroom.  The only exit is to the south.'
@@ -796,127 +925,151 @@ locations: !!omap
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST2:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST3:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST4:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST5:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST6:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST7:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST8:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST9:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST10:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST11:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST12:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST13:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST14:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST15:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST16:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST17:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST18:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST19:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST20:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST21:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_FOREST22:
     description:
       long: 'You are wandering aimlessly through the forest.'
       short: !!null
-    conditions: {HWOODS: true, FOREST: true, NOBACK: true, LIT: true, DEEP: true}
+    conditions: {FOREST: true, NOBACK: true, LIT: true}
+    hints: [*forest]
 - LOC_LEDGE:
     description:
       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.'
       short: 'You''re on ledge.'
-    conditions: {DEEP: true, LIT: true}
+    conditions: {ABOVE: true, LIT: true}
 - LOC_RESBOTTOM:
     description:
       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.'
       short: 'You''re at bottom of reservoir.'
     conditions: {FLUID: true, DEEP: true}
+    sound: TOTAL_ROAR
 - LOC_RESNORTH:
     description:
       long: 'You are at the northern edge of the reservoir.  A northwest passage\nleads sharply up from here.'
       short: 'You''re north of reservoir.'
     conditions: {FLUID: true, DEEP: true}
+    sound: WATERS_CRASHING
 - LOC_TREACHEROUS:
     description:
       long: 'You are scrambling along a treacherously steep, rocky passage.'
@@ -966,12 +1119,12 @@ locations: !!omap
     description:
       long: '>>Foof!<<'
       short: !!null
-    conditions: {DEEP: true}
+    conditions: {}
 - LOC_FOOF2:
     description:
       long: '>>Foof!<<'
       short: !!null
-    conditions: {DEEP: true}
+    conditions: {ABOVE: true}
 - LOC_FOOF3:
     description:
       long: '>>Foof!<<'
@@ -981,7 +1134,7 @@ locations: !!omap
     description:
       long: '>>Foof!<<'
       short: !!null
-    conditions: {DEEP: true}
+    conditions: {ABOVE: true}
 - LOC_FOOF5:
     description:
       long: '>>Foof!<<'
@@ -992,10 +1145,6 @@ locations: !!omap
       long: '>>Foof!<<'
       short: !!null
     conditions: {DEEP: true}
-- LOC_NUGGET5:
-    description:
-      long: !!null
-      short: !!null
 
 arbitrary_messages:  !!omap
 - NO_MESSAGE: !!null
@@ -1766,57 +1915,4 @@ obituaries:
   - 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?'
     yes_response: 'Okay, if you''re so smart, do it yourself!  I''m leaving!'
 
-# FIXME: Hint texts shouldn't be in arbitrary_messages, but inlined here
-hints:
-- number: 1
-  turns: 4
-  penalty: 2
-  question: ENTRY_QUERY
-  hint: HARD_GRATE
-- number: 2
-  turns: 5
-  penalty: 2
-  question: BIRD_QUERY
-  hint: SKITTISH_BIRD
-- number: 3
-  turns: 8
-  penalty: 2
-  question: SNAKE_QUERY
-  hint: SNAKE_HINT
-- number: 4
-  turns: 75
-  penalty: 4
-  question: MAZE_HELP
-  hint: DROP_THINGS
-- number: 5
-  turns: 25
-  penalty: 5
-  question: PLOVER_QUERY
-  hint: EXPLORE_HINT
-- number: 6
-  turns: 20
-  penalty: 3
-  question: HELP_LEAVING
-  hint: NOGO_WEST
-- number: 7
-  turns: 8
-  penalty: 2
-  question: WONDERING_QUERY
-  hint: ADVANCED_SECTION
-- number: 8
-  turns: 25
-  penalty: 2
-  question: FOREST_QUERY
-  hint: GO_EAST
-- number: 9
-  turns: 10
-  penalty: 4
-  question: OGRE_QUERY
-  hint: OGRE_CLUE
-- number: 10
-  turns: 1
-  penalty: 4
-  question: MISSING_ONE
-  hint: NO_LOCATE
-
 # end