A small pool of water has collected in a depression upon the ground, a thick root hanging from the ceiling dripping water into it constantly. The narrow walls descend to meet the floor in a sharp angle, their surfaces smooth and featureless except for the occasional small rock or root breaking the monotony of packed earth.
Obvious exits: southeast, southwest
Map: en-tower-1264234799.png
Exit Connecting Room
southeast 9822
;e next_exit = { 9823 => [ 'southeast', 'southwest', 'southwest', 'east', 'southwest', 'southeast', 'south' ], 9818 => [ 'east', 'southwest', 'west', 'west', 'northeast', 'northeast', 'northwest' ], 9808 => [ 'east', 'east', 'east', 'northeast', 'west' ], 9788 => [ 'southwest', 'southeast', 'southwest' ], 9784 => [ 'southeast', 'south', 'northeast', 'north', 'west', 'west', 'west' ] }; loop { if move 'go root'; nil until XMLData.room_title == '[Maaghara Tower, Refuse Heap]'; fput 'stand' unless standing?; waitrt?; break; else; if dir_list = next_exit[Room.current.id]; dir_list.each { |dir| move dir }; else; echo 'error: out of cheese'; break; end; end } 9734
southwest 9824
Full Room Info
{ "description": [ "A small pool of water has collected in a depression upon the ground, a thick root hanging from the ceiling dripping water into it constantly. The narrow walls descend to meet the floor in a sharp angle, their surfaces smooth and featureless except for the occasional small rock or root breaking the monotony of packed earth." ], "id": 9823, "image": "en-tower-1264234799.png", "image_coords": [ 1070, 465, 1080, 475 ], "location": "the Maaghara Tower", "paths": [ "Obvious exits: southeast, southwest" ], "tags": [ "no forageables", "meta:forage-sensed" ], "timeto": { "9734": 100.0, "9822": 0.2, "9824": 0.2 }, "title": [ "[Maaghara Labyrinth]" ], "uid": [ 13022005 ], "wayto": { "9734": ";e next_exit = { 9823 => [ 'southeast', 'southwest', 'southwest', 'east', 'southwest', 'southeast', 'south' ], 9818 => [ 'east', 'southwest', 'west', 'west', 'northeast', 'northeast', 'northwest' ], 9808 => [ 'east', 'east', 'east', 'northeast', 'west' ], 9788 => [ 'southwest', 'southeast', 'southwest' ], 9784 => [ 'southeast', 'south', 'northeast', 'north', 'west', 'west', 'west' ] }; loop { if move 'go root'; nil until XMLData.room_title == '[Maaghara Tower, Refuse Heap]'; fput 'stand' unless standing?; waitrt?; break; else; if dir_list = next_exit[Room.current.id]; dir_list.each { |dir| move dir }; else; echo 'error: out of cheese'; break; end; end }", "9822": "southeast", "9824": "southwest" } }


MapDB last updated: 2024-10-31 16:32:15 +0000