The stairs grow more pitched and hazardous with each step. To each side, sheer walls rise up toward the arched ceiling, their surfaces covered with archaic sigils punctuated with pictographs. Many of these portray drakes, in a multitude of postures.
Obvious exits: none
Map: imt-pinefar-1264234799.png
Exit Connecting Room
;e clear put 'look' loop { line = get if line =~ /a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall and a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall\./ if $3 == 'northern' move 'climb steps' elsif $6 == 'northern' move 'climb second steps' elsif $9 == 'northern' move 'climb third steps' elsif $12 == 'northern' move 'climb fourth steps' else echo "error: unique_map_movements can't find the right steps" exit end break end } 2647
;e clear put 'look' loop { line = get if line =~ /a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall and a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall\./ if $3 == 'southern' move 'climb steps' elsif $6 == 'southern' move 'climb second steps' elsif $9 == 'southern' move 'climb third steps' elsif $12 == 'southern' move 'climb fourth steps' else echo "error: unique_map_movements can't find the right steps" exit end break end } 2660
;e clear put 'look' loop { line = get if line =~ /a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall and a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall\./ if $3 == 'eastern' move 'climb steps' elsif $6 == 'eastern' move 'climb second steps' elsif $9 == 'eastern' move 'climb third steps' elsif $12 == 'eastern' move 'climb fourth steps' else echo "error: unique_map_movements can't find the right steps" exit end break end } 2659
;e clear put 'look' loop { line = get if line =~ /a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall and a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall\./ if $3 == 'western' move 'climb steps' elsif $6 == 'western' move 'climb second steps' elsif $9 == 'western' move 'climb third steps' elsif $12 == 'western' move 'climb fourth steps' else echo "error: unique_map_movements.txt can't find the right steps" exit end break end } 2661
Full Room Info
{ "description": [ "The stairs grow more pitched and hazardous with each step. To each side, sheer walls rise up toward the arched ceiling, their surfaces covered with archaic sigils punctuated with pictographs. Many of these portray drakes, in a multitude of postures." ], "id": 2658, "image": "imt-pinefar-1264234799.png", "image_coords": [ 363, 433, 373, 443 ], "location": "Koar's Shrine", "paths": [ "Obvious exits: none" ], "tags": [ "no forageables", "meta:forage-sensed" ], "timeto": { "2647": 1.0, "2659": 1.0, "2660": 1.0, "2661": 1.0 }, "title": [ "[Stairs of Ice]" ], "uid": [ 4562019 ], "wayto": { "2647": ";e clear\nput 'look'\nloop {\nline = get\nif line =~ /a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall and a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall\\./\nif $3 == 'northern'\nmove 'climb steps'\nelsif $6 == 'northern'\nmove 'climb second steps'\nelsif $9 == 'northern'\nmove 'climb third steps'\nelsif $12 == 'northern'\nmove 'climb fourth steps'\nelse\necho \"error: unique_map_movements can't find the right steps\"\nexit\nend\nbreak\nend\n}", "2659": ";e clear\nput 'look'\nloop {\nline = get\nif line =~ /a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall and a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall\\./\nif $3 == 'eastern'\nmove 'climb steps'\nelsif $6 == 'eastern'\nmove 'climb second steps'\nelsif $9 == 'eastern'\nmove 'climb third steps'\nelsif $12 == 'eastern'\nmove 'climb fourth steps'\nelse\necho \"error: unique_map_movements can't find the right steps\"\nexit\nend\nbreak\nend\n}", "2660": ";e clear\nput 'look'\nloop {\nline = get\nif line =~ /a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall and a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall\\./\nif $3 == 'southern'\nmove 'climb steps'\nelsif $6 == 'southern'\nmove 'climb second steps'\nelsif $9 == 'southern'\nmove 'climb third steps'\nelsif $12 == 'southern'\nmove 'climb fourth steps'\nelse\necho \"error: unique_map_movements can't find the right steps\"\nexit\nend\nbreak\nend\n}", "2661": ";e clear\nput 'look'\nloop {\nline = get\nif line =~ /a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall, a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall and a flight of (ascending|descending) steps (curving along|leading straight through) the (northern|eastern|southern|western) wall\\./\nif $3 == 'western'\nmove 'climb steps'\nelsif $6 == 'western'\nmove 'climb second steps'\nelsif $9 == 'western'\nmove 'climb third steps'\nelsif $12 == 'western'\nmove 'climb fourth steps'\nelse\necho \"error: unique_map_movements.txt can't find the right steps\"\nexit\nend\nbreak\nend\n}" } }


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