# Room 70: Waterfall Cave This is the scenic area behind the waterfall, accessible by walking through the falls. The room features a dramatic waterfall, cave entrance, steep cliff, and a pool of water. Players can swim in the pool, drink from the water, collect a board, and be swept out by strong currents in specific areas. The room supports both land and swimming forms. ## Look Description "What's this?! Why, it's a cave behind the waterfall! You see an old board lying by the cave entrance." ## Interactions | Status | Behavior Type | Command | Response | |--------|--------------|---------|----------| | TODO | Look | `look waterfall` / `look falls` | "Waterfalls sure look different when you're underneath them!" | | TODO | Look | `look cliff` / `look mountain` | "The mountain, above the waterfall, rises steeply to the east." | | TODO | Look | `look cave` | "It sure is dark in there!" | | TODO | Look | `look boulder` | "You see rocks all around you." | | TODO | Look | `look flora` / `look moss` | "You see only moss growing on the rocks." | | TODO | Look | `look dirt` / `look ground` (board present) | "You see a board lying on the ground." | | TODO | Look | `look dirt` / `look ground` (no board) | "You see nothing interesting on the ground." | | TODO | Look | `look under water` / `look under pool` (on land) | "You're not in the water." | | TODO | Look | `look under water` / `look under pool` (in water) | "You look under the water, and see nothing but...more water." | | TODO | Look | `look in water` / `look in pool` | "You look into the water, but see nothing of interest." | | TODO | Look | `look waterfall` | "It's difficult to see much of anything through a waterfall." | | TODO | Look | `look in pool` / `look in water` | "You peer into the pool of water, but cannot see anything of importance." | | TODO | Look | `look pool` / `look water` | "You see a deep pool below the waterfall." | | TODO | Look | `look around` / `look room` | "What's this?! Why, it's a cave behind the waterfall! %s" (conditionally includes board text) | | TODO | Action | `climb cliff` / `climb mountain` | "The mountain is too steep to climb." | | TODO | Action | `climb boulder` / `climb rock` | "You don't like to climb rocks." | | TODO | Get | `get board` (if present, close enough) | Picks up board, +2 score, sets `board_collected = true` | | TODO | Get | `get board` (if present, too far) | "You can't get that from here." (Print 800 1) | | TODO | Get | `get board` (not present) | "You already have it." | | TODO | Action | `drink` / `get drink` (in water, valid terrain) | Triggers drinking animation sequence | | TODO | Action | `drink` / `get drink` (on land or invalid terrain) | "You have no reason to carry water." | | TODO | Get | `get water` | "You have no reason to carry water." | | TODO | Action | `dive` / `bathe[