Some sections of the larger roots have broken from their rough brown skins to display pale shafts. The cool, damp scent of moisture permeates the air and the moisture-laden air has softened the tunnel floor. A few impressions in the soft root-embedded floor lay scattered about.
Obvious exits: north, east, southwest
Map: en-tower-1264234799.png
Exit Connecting Room
;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
east 9805
southwest 9807
north 9809
Full Room Info
{ "description": [ "Some sections of the larger roots have broken from their rough brown skins to display pale shafts. The cool, damp scent of moisture permeates the air and the moisture-laden air has softened the tunnel floor. A few impressions in the soft root-embedded floor lay scattered about." ], "id": 9808, "image": "en-tower-1264234799.png", "image_coords": [ 1257, 545, 1267, 555 ], "location": "the Maaghara Tower", "paths": [ "Obvious exits: north, east, southwest" ], "tags": [ "no forageables", "meta:forage-sensed" ], "timeto": { "9734": 100.0, "9805": 0.2, "9807": 0.2, "9809": 0.2 }, "title": [ "[Maaghara Labyrinth]" ], "uid": [ 13022025 ], "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 }", "9805": "east", "9807": "southwest", "9809": "north" } }


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