-
Notifications
You must be signed in to change notification settings - Fork 19
/
Map99_Aesry_Surlaenis'a.xml
3096 lines (3096 loc) · 289 KB
/
Map99_Aesry_Surlaenis'a.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<zone name="Aesry Surlaenis'a" id="99">
<node id="1" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>The northwestern corner of the city is curiously barren of both houses and trees, save for a single building set well away from the street. A peculiar aroma from the building wafts over the crushed shell path, bringing the scent of curing animal hide. The only entrance is a wooden gate leading to the tanning courtyard.</description>
<position x="40" y="170" z="0" />
<arc exit="east" move="east" destination="2" />
<arc exit="south" move="south" destination="66" />
<arc exit="go" move="go wooden gate" destination="17" />
</node>
<node id="2" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>The soft breeze sends a few pieces of paper wafting into the air and brings with it an unidentifiable smell from the west. A few trees are scattered along the landscape on this otherwise somewhat barren section of the road.</description>
<position x="70" y="170" z="0" />
<arc exit="northeast" move="northeast" destination="3" />
<arc exit="west" move="west" destination="1" />
</node>
<node id="3" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>A beautiful statue of a leaping dolphin breaking through cresting waves marks a small shrine dedicated to the Goddess Eluned. Flowers and other offerings have been placed carefully at the base. A small walkway leads to a flowerbed full of daisies.</description>
<position x="100" y="140" z="0" />
<arc exit="north" move="north" destination="4" />
<arc exit="southwest" move="southwest" destination="2" />
</node>
<node id="4" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>Small cracks in the stepping stones have formed from years of exposure to the elements. Fewer trees line this section of roadway, allowing a view of nearby rooftops and the clouds which surround the inner lake.</description>
<position x="100" y="110" z="0" />
<arc exit="northeast" move="northeast" destination="5" />
<arc exit="south" move="south" destination="3" />
</node>
<node id="5" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>The pungent scent of drying herbs lingers in the air as it emanates from a small shop. The sea-foam green walls of the building are painted with gilded riolur leaves and jadice flowers, and a wreath of blocil berries entwined in ivy hangs above the door. A small group of wounded exit the building with their remedies in hand.</description>
<position x="130" y="80" z="0" />
<arc exit="northeast" move="northeast" destination="6" />
<arc exit="southwest" move="southwest" destination="4" />
<arc exit="go" move="go small shop" destination="21" />
</node>
<node id="6" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>Stately homes are topped with white tiled roofs and nestled between towering oaks and lush flower beds. Children dart between houses, shrieking with laughter and dismay while playing games of hide and seek. A stone bench sits back from the street, beneath the sheltering gaze of a willow tree, awaiting weary travelers who wish to stop and rest their feet.</description>
<description>Light from several lanterns dances off the thin walls of the nearby homes. The shadow of a woman can be seen moving about one of the homes as she settles in for the night. A stone bench sits back from the street, in the deep shadows of a willow tree, awaiting weary travelers who wish to stop and rest their feet.</description>
<position x="160" y="50" z="0" />
<arc exit="east" move="east" destination="7" />
<arc exit="southwest" move="southwest" destination="5" />
</node>
<node id="7" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>Two well dressed Elven women walk arm in arm off to the side of the path, the crushed shells of the street crunching with each step. They stop occasionally to laugh and smell the fragrant flowers, interspersed among a myriad of hedgerows and lilac bushes. A dapper looking gentleman tips his hat toward the ladies which causes them to break into a fit of giggles.</description>
<description>The sound of chirping crickets breaks the silence of the night. Occasional footsteps can be heard in the darkness as a traveler's foot makes contact with the crushed shells of the street.</description>
<position x="190" y="50" z="0" />
<arc exit="northeast" move="northeast" destination="8" />
<arc exit="west" move="west" destination="6" />
</node>
<node id="8" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>A soft breeze rustles through the trees, bringing with it a scent of freshly cut grass. The few homes that are located in this section of town have well-manicured lawns that are a deep shade of green.</description>
<description>The sound of silence is broken by a soft breeze that rustles through the trees. The call of a she-wolf to her mate echoes in the dark, bringing with it a feeling of unease. </description>
<position x="220" y="20" z="0" />
<arc exit="east" move="east" destination="9" />
<arc exit="southwest" move="southwest" destination="7" />
<arc exit="go" move="go stone building" />
</node>
<node id="9" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>A few homes can be seen scattered through the trees, their white-tiled roofs showing in contrast to the darkness of the leaves. A squirrel sits on its hind legs while holding an acorn in its paws, occasionally glancing at one of the passersby.</description>
<position x="250" y="20" z="0" />
<arc exit="southeast" move="southeast" destination="10" />
<arc exit="west" move="west" destination="8" />
<arc exit="go" move="go courtyard gate" destination="22" />
</node>
<node id="10" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>The street wends its way throughout the picturesque neighborhood. A small songbird perches on the limb of an ancient oak tree, singing to all who pass by. The sprawling green lawns and white-tiled roof of the historic Ilerthan home peeks out from behind an elegant wrought-iron gate to the east.</description>
<description>Small lanterns mark the entrances to some of the courtyards throughout the neighborhood. The stillness of night is broken occasionally by the sound of a distant bell emanating from one of the boats on the lake.</description>
<position x="280" y="50" z="0" />
<arc exit="east" move="east" destination="11" />
<arc exit="northwest" move="northwest" destination="9" />
</node>
<node id="11" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>A wrought-iron gate surrounds the grounds of the beautiful historic Ilerthan house. Beyond the gates water trickles into a carved stone fountain in the central courtyard. Green orchids and birds of paradise are in abundance throughout the grounds adding a distinct elegance to the surrounding atmosphere.</description>
<position x="310" y="50" z="0" />
<arc exit="southeast" move="southeast" destination="12" />
<arc exit="west" move="west" destination="10" />
<arc exit="go" move="go wrought-iron gate" destination="23" />
</node>
<node id="12" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>A light breeze dances across your skin, rustling the leaves and carrying with it a refreshing scent of the inner lake. The sound of children giggling and playing fills the air and seems to be emanating from one of the courtyards of the nearby homes.</description>
<description>The stillness of the night is broken by the sound of a hooting owl or an occasional bark by a family guard dog. The leaves of the trees are disturbed by a light breeze that brings with it a refreshing scent.</description>
<position x="340" y="80" z="0" />
<arc exit="southeast" move="southeast" destination="13" />
<arc exit="northwest" move="northwest" destination="11" />
</node>
<node id="13" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>The ground is covered with a profusion of green orchids that have spread throughout the area and overtaken much of the free ground space. A small overhang provides a resting area where one can stop and enjoy the overwhelming scent of the flowers. A few benches are provided so one can sit and rest their tired feet.</description>
<position x="370" y="110" z="0" />
<arc exit="south" move="south" destination="14" />
<arc exit="northwest" move="northwest" destination="12" />
</node>
<node id="14" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>Plush topiary hedges trimmed into the shape of leaping dolphins line the street, allowing glimpses of the courtyards to some of the nearby homes. The papered walls are painted with golden dolphins and other symbols and most of the homes have high glossed white tile roofs that add to the beauty of the area.</description>
<position x="370" y="140" z="0" />
<arc exit="north" move="north" destination="13" />
<arc exit="southeast" move="southeast" destination="15" />
</node>
<node id="15" name="Aesry Surlaenis'a, Aeliy Ilerthan'a">
<description>Rows of white stepping stones carved into the shape of leaping dolphins are pressed into the ground and surrounded by a mixture of green and white crushed shells. The papered walls of the houses in this side of town are sea-foam green in color and compliment the greenish hue of the street.</description>
<position x="400" y="170" z="0" />
<arc exit="east" move="east" destination="16" />
<arc exit="northwest" move="northwest" destination="14" />
<arc exit="go" move="go courtyard gate" destination="35" />
</node>
<node id="16" name="Aesry Surlaenis'a, Staho Lanahh'Mus">
<description>Columns of dark black stone support the tile roofs of the nearby houses. Paper lanterns dangle above the street, each one painted with scenes of the sea. The gated courtyards of the nearby houses are filled with the happy shrieks of children at play.</description>
<description>Columns of dark black stone blend into the shadows beneath the tile roofs of the nearby houses. Lit paper lanterns fill the street with light, each one painted with scenes of the sea. Merry music rises from the courtyards of the nearby houses as bards and actors entertain the local families.</description>
<position x="430" y="170" z="0" />
<arc exit="south" move="south" destination="37" />
<arc exit="west" move="west" destination="15" />
</node>
<node id="17" name="Aesry Surlaenis'a, Tanner's Courtyard">
<description>The pungent smell of curing pelts fills the air, coming from several large vats along one wall of the courtyard. A paper-screen door leads into the furrier's shop. To the southeast, a crushed shell pathway lies beyond the yard's wooden gate.</description>
<position x="40" y="140" z="0" />
<arc exit="go" move="go paper-screen door" destination="18" />
<arc exit="go" move="go wooden gate" destination="1" />
</node>
<node id="18" name="Aesry Surlaenis'a, Egani's Furs" note="Furrier|Tanner" color="#FF0000">
<description>Dira'ela Egani sits behind a counter piled high with assorted pelts and body parts of the animals which roam the island. Busy sorting and cataloging the furs, she always has time to speak with an adventurer about purchasing a new hide. An open screen behind her leads to the leather repair shop run by her husband.</description>
<position x="40" y="130" z="0" />
<arc exit="east" move="east" destination="20" />
<arc exit="west" move="west" destination="19" />
<arc exit="out" move="out" destination="17" />
</node>
<node id="19" name="Aesry Surlaenis'a, Tanning Supplies" note="Tanning Supplies" color="#FF0000">
<description>Several small tables support an array of bottles, jars, patterns and leather working tools. A delicate counter of darkly polished teak runs across most of the room, behind which sits an aging clerk. Long shelves line the walls behind the counter, stacked with assorted material.</description>
<position x="30" y="130" z="0" />
<arc exit="east" move="east" destination="18" />
</node>
<node id="20" name="Aesry Surlaenis'a, Sefu's Leather Repair" note="Sefu's Leather Repair|Repair Leather" color="#00FF00">
<description>Racks of leather armor in various stages of repair fill the room. Sefu himself sits at a long wooden workbench, laboring over a piece of armor for a customer. Many of his tools, though still sturdy, are worn from years of use.</description>
<position x="50" y="130" z="0" />
<arc exit="west" move="west" destination="18" />
</node>
<node id="21" name="Taernen's Alchemical and Herbal Supplies" note="Taernen's Alchemical and Herbal Supplies|Herbalist|Alchemist|Alchemy Supplies" color="#FF0000">
<description>Glass bottles sit in haphazard rows on dark shelves along the back wall of the shop. In the far corner, an iron cauldron bubbles over a bronze brazier set into the brick floor. Bundles of herbs hang from hooks on the rafters.</description>
<position x="100" y="50" z="0" />
<arc exit="out" move="out" destination="5" />
</node>
<node id="22" name="Aesry Surlaenis'a, Rinko" color="#00FFFF">
<description>Interlocking green and ivory-hued stones form a tranquil patio around a small meditation pool filled with water lilies. At each corner of the courtyard is a curved willow branch bench flanked by large pots of flowering thyme, the pink and purple blossoms cascading onto the stones. The bells and ribbons of the otoh'em chime, hung over the gatepost, flutter softly at each arrival.</description>
<position x="250" y="50" z="0" />
<arc exit="out" move="out" destination="9" />
</node>
<node id="23" name="Ger Ilerthan, Courtyard">
<description>An elegantly raked gravel walkway meanders toward the house, diverting around a burbling marble fountain on its way. Delicate paper lanterns stand ready for the coming of night, protected from the elements by cunning metal caps. A narrow garden surrounds the fountain, containing lovingly tended orchids and birds of paradise. The east and west wings of the house shelter the courtyard from the winds.</description>
<description>An elegantly raked gravel walkway meanders toward the house, diverting around a burbling marble fountain on its way. Delicate paper lanterns cast a soft illumination, protected from the elements by cunning metal caps. A narrow garden surrounds the fountain, containing lovingly tended orchids and birds of paradise. The east and west wings of the house shelter the courtyard from the winds.</description>
<position x="310" y="10" z="0" />
<arc exit="north" move="north" destination="24" />
<arc exit="go" move="go wrought-iron gate" destination="11" />
</node>
<node id="24" name="Ger Ilerthan, Courtyard">
<description>Bordered by delicate paper lanterns, the walkway ends at the foot of a large teak door bound in iron. A plush garden carpets the ground before the front walls of the house. Startlingly lush and exotic blooms appear here and there throughout the garden as the dense growth sways in the gentle courtyard breezes.</description>
<description>Bordered by delicate glowing paper lanterns, the walkway ends at the foot of a large teak door bound in iron. A plush garden carpets the ground before the front walls of the house. Startlingly lush and exotic blooms appear here and there throughout the garden as the dense growth sways in the gentle courtyard breezes.</description>
<position x="310" y="0" z="0" />
<arc exit="south" move="south" destination="23" />
<arc exit="go" move="go teak door" destination="25" />
</node>
<node id="25" name="Ger Ilerthan, Foyer">
<description>Polished cedar flooring reflects back the faint glow of the oil lamps that light the area. Walls of thin, bone-white rice paper stretch between sturdy wooden supports, while intricate Elothean knot patterns decorate the high ceiling between the trusses. The east wing is dedicated to worship and study, while the west wing leads to the private chambers of those who help to maintain this household.</description>
<position x="310" y="-10" z="0" />
<arc exit="east" move="east" destination="30" />
<arc exit="west" move="west" destination="26" />
<arc exit="go" move="go teak door" destination="24" />
</node>
<node id="26" name="Ger Ilerthan, Hallway" color="#00FFFF">
<description>A stream of water endlessly trickles down a seemingly random pile of polished rocks placed in the center of the room, falling into a low pool filled with tiny blue and yellow striped fish. Light streams through broad windows forming the southern wall, highlighting gleams of copper in the polished cedar floor planks.</description>
<description>A stream of water endlessly trickles down a seemingly random pile of polished rocks placed in the center of the room, falling into a low pool filled with tiny blue and yellow striped fish. Warm light streams from the oil lamps on the walls, highlighting gleams of copper in the polished cedar floor planks.</description>
<position x="300" y="-10" z="0" />
<arc exit="east" move="east" destination="25" />
<arc exit="west" move="west" destination="27" />
</node>
<node id="27" name="Ger Ilerthan, West Wing" color="#00FFFF">
<description>Set into the west wall is a large window made up of small panes of frosted glass held in place by a wrought-iron framework. The color of the glass shades from purest white to the blue of the sky over the ocean on a cloudless spring day. The daylight streaming through it creates the illusion that the room is suspended somewhere in the heavens, illuminating the master artistry of the subtle pattern and the interplay of the colors.</description>
<description>Set into the west wall is a large window made up of small panes of frosted glass held in place by a wrought-iron framework. The color of the glass shades from purest white to the blue of the sky over the ocean on a cloudless spring day. The warm light of the oil lamps illuminates the master artistry of the subtle pattern and the interplay of the panes of color.</description>
<position x="290" y="-10" z="0" />
<arc exit="east" move="east" destination="26" />
<arc exit="south" move="south" destination="28" />
</node>
<node id="28" name="Ger Ilerthan, West Wing" color="#00FFFF">
<description>A row of doors is set into the western wall, and opposite them across a stretch of polished cedar floor is a low black-lacquered table. Placed to one side on the table is a translucent carved jade vase, holding a tumble of fresh geshiloira flowers accented by a single upright twig.</description>
<position x="290" y="0" z="0" />
<arc exit="north" move="north" destination="27" />
<arc exit="south" move="south" destination="29" />
</node>
<node id="29" name="Ger Ilerthan, West Wing" color="#00FFFF">
<description>Thick, translucent paper, sheltered from the elements by the overhanging roof outside, forms the eastern wall. At the end of the hallway, an anlas candle burns steadily, wafting the faint smell of incense into the air.</description>
<position x="290" y="10" z="0" />
<arc exit="north" move="north" destination="28" />
</node>
<node id="30" name="Ger Ilerthan, Hallway">
<description>Small oil lamps line the delicate rice paper walls, their warm glow casting soft shadows throughout the hallway that leads deeper into this once grand mansion turned monastery. A large archway provides access to the chapel area, a place for quiet meditation and worship by the inhabitants and caretakers. A bamboo runner softens the floor, continuing eastward toward the offices and library.</description>
<position x="320" y="-10" z="0" />
<arc exit="east" move="east" destination="31" />
<arc exit="west" move="west" destination="25" />
</node>
<node id="31" name="Ger Ilerthan, East Wing">
<description>Large ebony-framed windows admit the daylight to reflect from the rice paper walls, warming the area and chasing darkness from even the deepest of corners. Outside, the courtyard garden blooms in an exuberant display of artistically-arranged color, and the faint scent of the blossoms drifts through the hall.</description>
<description>Large ebony-framed windows form a sheet of blackness, reflecting the gleam of the glowing delicate oil lamps spaced evenly along the hallway. From the dark garden outside, the faint scent of night-blooming flowers drifts through the area.</description>
<position x="330" y="-10" z="0" />
<arc exit="south" move="south" destination="32" />
<arc exit="west" move="west" destination="30" />
</node>
<node id="32" name="Ger Ilerthan, East Wing">
<description>Paintings adorn the walls at intervals, set against a simple backdrop of rice paper panels. Though some of the artwork has faded over time, most show recent restoration work. Beneath them, a low planter holds a miniature tree sweeping its branches toward the ground in an elegant arch.</description>
<position x="330" y="0" z="0" />
<arc exit="north" move="north" destination="31" />
<arc exit="south" move="south" destination="33" />
</node>
<node id="33" name="Ger Ilerthan, East Wing">
<description>A large window unobstructed by hangings allows a sweeping view of the courtyard garden through leaded glass panes. Now unlit, small oil lamps stand ready for the coming of night. An open sliding door leads into the library, a haven for scholars in search of knowledge.</description>
<description>A large window of small leaded glass panes unobstructed by hangings reflects the images of the small oil lamps lighting the passage in a warm, flickering glow. An open sliding door leads into the library, a haven for scholars in search of knowledge.</description>
<position x="330" y="10" z="0" />
<arc exit="north" move="north" destination="32" />
<arc exit="go" move="go sliding door" destination="34" />
</node>
<node id="34" name="Ger Ilerthan, Isinrel" note="Wisdom" color="#FFFF00">
<description>Scores of books fill the plain shelves lining the walls of the room, many written by Ilerthan herself. A low table, surrounded by scholars of all races, rests in the center of the room. A priest of Lemicus dusts the books and shelves.</description>
<position x="340" y="10" z="0" />
<arc exit="go" move="go sliding door" destination="33" />
</node>
<node id="35" name="Aesry Surlaenis'a, Courtyard">
<description>A home in the ondjai style faces a courtyard paved with the same greenish shells of the road. In the center, white stepping stones surround a young bay tree. A small sign emerges from a grassy perimeter to identify the home as open to the public during business hours.</description>
<position x="400" y="140" z="0" />
<arc exit="out" move="out" destination="15" />
<arc exit="go" move="go ondjai" destination="36" />
</node>
<node id="36" name="Aesry Surlaenis'a, Building Supplies for the Honorable Ondjai" color="#FF0000">
<description>Samples of the beautifully shaped tiles and panels and screens that make up the basic construction of the ondjai or mountain home are displayed on low tables. The shop owner speaks in low tones in answer to questions, but smiles in delight at each purchase.</description>
<position x="400" y="130" z="0" />
<arc exit="out" move="out" destination="35" />
</node>
<node id="37" name="Aesry Surlaenis'a, Staho Lanahh'Mus">
<description>Crushed white and light rose shells mingle together to form a pathway stretching northward from a flight of basalt steps. Wooden birds of all types survey the area from their perch on the branches of an ancient aganylosh'a.</description>
<position x="430" y="200" z="0" />
<arc exit="north" move="north" destination="16" />
<arc exit="climb" move="climb basalt steps" destination="38" />
</node>
<node id="38" name="Aesry Surlaenis'a, Staho Lanahh'Mus">
<description>Bushes of Eluned's tears line the crushed shell street, their gentle blue and white blossoms filling the air with delicate perfume. The screens of the nearby houses are painted with images of crashing waves. A flight of basalt steps leads to the highest terrace of the city.</description>
<position x="430" y="230" z="0" />
<arc exit="south" move="south" destination="39" />
<arc exit="climb" move="climb basalt steps" destination="37" />
</node>
<node id="39" name="Aesry Surlaenis'a, Staho Lanahh'Mus">
<description>Sapphire blue tile decorates the almhara columns of Surlaenis's magic shop. The thick paper screens that form the building's walls are decorated with arcane sigils from the lore of all eleven races. A sign above the door reads, Ferishan, Naesara Enthar'a.</description>
<position x="430" y="260" z="0" />
<arc exit="north" move="north" destination="38" />
<arc exit="south" move="south" destination="40" />
<arc exit="go" move="go magic shop" destination="41" />
</node>
<node id="40" name="Aesry Surlaenis'a, Staho Lanahh'Mus">
<description>The crushed shell pathway curves to the west, leading to the Ayor Eloir'i'a. Several homes cluster around a white marble fountain with a stone dragon in the center. Cheerful shrieks echo up the street from the south.</description>
<description>The crushed shell pathway curves to the west, leading to the Ayor Eloir'i'a. Several homes cluster around a white marble fountain with a stone dragon in the center. The sound of adult laughter echoes from the street to the south.</description>
<position x="430" y="290" z="0" />
<arc exit="north" move="north" destination="39" />
<arc exit="south" move="south" destination="173" />
<arc exit="west" move="west" destination="42" />
</node>
<node id="41" name="Zenastara's Magical Curios" note="Zenastara's Magical Curios|Magic|cambrinth" color="#FF0000">
<description>Plump seating cushions and plain low tables are scattered around the room. Bronze lamps overhead provide bright illumination for scholars interested in browsing through the merchandise. Zenastara, the proprietress of the shop, bustles about straightening and dusting, pausing to answer the occasional inquiry.</description>
<position x="400" y="260" z="0" />
<arc exit="go" move="go door" destination="39" />
</node>
<node id="42" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>A glimpse of the lake is seen through the slender white birch trees that line the street. Yellow and white crushed shells are firmly pressed into the ground, giving the street an almost golden hue.</description>
<description>A soft glow comes from the oil lanterns that are spaced far enough apart to allow passersby to make their way in the darkness. Every so often a faint splash of water is heard coming from the lake in the otherwise still night.</description>
<position x="400" y="290" z="0" />
<arc exit="east" move="east" destination="40" />
<arc exit="northwest" move="northwest" destination="43" />
</node>
<node id="43" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>A sign hangs over the door of a quaint yet elegant looking shop. The back door is propped open to allow the fresh air to filter inside. A trail of sand and shells leads from the street to the shop, kicked about by the steady stream of customers as they go about their business of the day.</description>
<description>Shadows dance off the trees as the lanterns cast light upon them. The back door of the local gem shop is visible in the dark. An occasional hooting of an owl breaks the stillness of the night.</description>
<position x="370" y="260" z="0" />
<arc exit="north" move="north" destination="46" />
<arc exit="southeast" move="southeast" destination="42" />
<arc exit="go" move="go back door" destination="44" />
<arc exit="go" move="go elegant shop" destination="45" />
</node>
<node id="44" name="Shoiya's Gems, Purchasing" note="Gems" color="#FF0000">
<description>A curtain of multi-colored beads hangs in front of a closed screen that divides the purchasing room from Shoiya's shop. Sitting behind a counter of dark rosewood, an elderly Elothean woman polishes a jeweler's loupe hanging from her neck. Several boxes on the counter hold various gems nestled in black velvet cloth.</description>
<position x="340" y="270" z="0" />
<arc exit="out" move="out" destination="43" />
<arc exit="go" move="go closed screen" destination="45" />
</node>
<node id="45" name="Aesry Surlaenis'a, Shoiya's Gems" note="Shoiya's Gems|Jewelry Shop" color="#FF0000">
<description>Windchimes of delicate crystal hang from the ceiling of this elegant jewelry shop. Intricate Elothean shesegri are painted in blue, red and green upon the paper walls. Shoiya stands behind an ebonwood counter topped by mottled marble, running her business with a serene smile.</description>
<position x="340" y="260" z="0" />
<arc exit="out" move="out" destination="43" />
<arc exit="go" move="go bead curtain" destination="44" />
</node>
<node id="46" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>The road curves off to the northwest, allowing an exquisite view of the lake. A statue carved from rose-colored coral sits upon a small balcony where people are gathered to enjoy the breathtaking scenery below.</description>
<description>Shadows from the lantern bounce off the albatross statue giving it a warm pinkish glow. Lights flicker below and the stillness of the night is occasionally broken by the sound of splashing water.</description>
<position x="370" y="230" z="0" />
<arc exit="south" move="south" destination="43" />
<arc exit="northwest" move="northwest" destination="47" />
</node>
<node id="47" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>The street continues to wind around the lake. Birch trees grow abundantly here, their green leaves blocking the view of the world beyond. A well-tended bed of blooming melilots line the side of the road, the yellow flowers complimenting the golden hue of the shells that make up the road.</description>
<description>The birch trees look menacing in the pitch blackness of the night. Nothing lights the way as the road curves around the lake. An occasional crunching sound is heard underfoot as a loose shell is stomped back into place by people hurrying along in the darkness.</description>
<position x="340" y="200" z="0" />
<arc exit="southeast" move="southeast" destination="46" />
<arc exit="northwest" move="northwest" destination="48" />
<arc exit="go" move="go stone building" destination="61" />
</node>
<node id="48" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>A few benches sit beneath a sprawling willow tree that looks out of place in contrast to the birch trees that are dominant along this part of the island. Some children play tag in the grass and around the tree, while others feed pieces of bread to a flock of wrens that hungrily peck at the crumbs with their beaks.</description>
<description>The leaves rustle as a group of nadira birds settle into their nest for the remainder of the night. The eerie sound of a howling wolf off in the distance breaks the silence.</description>
<position x="310" y="170" z="0" />
<arc exit="southeast" move="southeast" destination="47" />
<arc exit="west" move="west" destination="49" />
</node>
<node id="49" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>The road narrows as it curves to the southeast, passing through a scattered cluster of birch trees. A small building stands in the clearing, its papered walls painted with golden symbols of the Immortals. Chalices and other clerical items are displayed proudly in the window. Robed priests exit the shop, their purchases in hand as they walk silently away.</description>
<description>A lantern flickers in the window of a nearby shop, lighting the path for customers. A stray tom cat skulks near the entrance hunched and ready to pounce on an unsuspecting mouse that scurries towards the side of the shop.</description>
<position x="280" y="170" z="0" />
<arc exit="east" move="east" destination="48" />
<arc exit="northwest" move="northwest" destination="50" />
<arc exit="go" move="go shop" destination="62" />
</node>
<node id="50" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>A man in a straw hat tends to a small row of hedges expertly trimmed into several exquisite topiary animals. A group of passersby stop to appreciate the beautiful work. A single wren sits upon the tip of the nose of a leaping dolphin, its head cocked to one side, ready to leap into flight should anyone get too close.</description>
<description>A rustling comes from nearby as everything settles down for the night. A faint splash is heard, as well as an occasional ringing of a boat bell off in the distance. </description>
<description>A rustling comes from nearby as everything settles down for the night. A faint splash is heard, as well as an occasional ringing of a boat bell off in the distance.</description>
<position x="250" y="140" z="0" />
<arc exit="southeast" move="southeast" destination="49" />
<arc exit="west" move="west" destination="51" />
</node>
<node id="51" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>A small shrine surrounded by a large bed of flowers stands off to one side. A trail of the same shells that form the road branches off and leads up towards it. Worshippers have placed offerings of everything from bird feathers and flowers to a beautiful carved ivory albatross at the foot of the small statue.</description>
<description>Lanterns are spaced evenly along the alcove to the shrine. Candles surround the statue, giving the inside a warm soft glow. The smell of flowers lingers in the night air and off in the distance the sound of an unknown animal howls to its mate.</description>
<position x="220" y="140" z="0" />
<arc exit="east" move="east" destination="50" />
<arc exit="southwest" move="southwest" destination="52" />
<arc exit="go" move="go simple building" destination="453" />
</node>
<node id="52" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>An elegant shop stands off to the side, its thick papered walls painted with golden books and scrolls. A row of columns made from marbled granite line the front of the building. Each column is carved into the shape of an elegant fae holding an open book in its hands as if intently reading it. A few robed scholars exit the shop with purchases in hand.</description>
<description>The light flickers from the lanterns casting a shadow on the door of the shop. The silence of the night is occasionally broken by the sound of the bell over the door ringing as a late night scholar enters the shop to make a purchase.</description>
<position x="190" y="170" z="0" />
<arc exit="northeast" move="northeast" destination="51" />
<arc exit="west" move="west" destination="53" />
<arc exit="go" move="go scribe's shop" destination="63" />
</node>
<node id="53" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>Shaped stones are placed on the pathway leading up towards a small carved statue of a jackal that marks the front of an entrance to an elegantly peaceful looking building. Women wearing shrouds over their face enter the building with flowers in hand, a solemn look on their faces.</description>
<description>Lanterns placed on either side of the door give the entrance an eerie glow as the shadows bounce off the inner walls. A statue is barely visible in the dark and the smell of flowers is very strong.</description>
<position x="160" y="170" z="0" />
<arc exit="east" move="east" destination="52" />
<arc exit="southwest" move="southwest" destination="54" />
<arc exit="go" move="go peaceful building" destination="64" />
</node>
<node id="54" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>Large quantities of rolled fabrics and other materials can be seen through the window of a quaint shop on the corner. Mannequins are adorned with fine hand-made clothing and are placed carefully in the front window for passersby to admire.</description>
<description>The columns of the building can barely be seen in the darkness. The shop is quiet but still open as the flickering of candles can be seen from within. A few stray buyers exit the shop in a hurried manner as if not wanting to be out and about in the dark of the night.</description>
<position x="130" y="200" z="0" />
<arc exit="northeast" move="northeast" destination="53" />
<arc exit="southwest" move="southwest" destination="55" />
<arc exit="go" move="go fashionable shop" destination="67" />
</node>
<node id="55" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>A carved fountain made of rose colored coral stands in the middle of a small square. Benches are placed around the fountain and under some trees to provide a resting place for weary travelers. A couple of elderly Elven men sit on one of the benches having an animated conversation.</description>
<description>The benches stand empty and the only sound is the trickling of the water coming from the fountain. A flicker of light reflects in the water as the soft glow from the lanterns illuminates the square.</description>
<position x="100" y="230" z="0" />
<arc exit="northeast" move="northeast" destination="54" />
<arc exit="south" move="south" destination="56" />
</node>
<node id="56" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>Tall hedges conceal the nearby homes allowing only a view of their tiled roofs. Walking along the street, an occasional glimpse of the thick papered walls can be seen through a small opening.</description>
<description>The tall hedges loom in the darkness, casting weird shadows on the road ahead. Flickerings of light can be seen through open spots in the hedges emanating from the lanterns in the front yards of many of the homes. An occasional twittering from a bird is heard as it settles in for the long night ahead.</description>
<position x="100" y="260" z="0" />
<arc exit="north" move="north" destination="55" />
<arc exit="southwest" move="southwest" destination="57" />
</node>
<node id="57" name="Aesry Surlaenis'a, Ayor Eloir'i'a">
<description>Crushed red shells mix with the golden ones as the road heads towards the west. The hedges thin out here and allow a full view of the homes that line the street. Many of them have well tended gardens and a few have fountains in the central courtyard, adding a touch of elegance to the homes.</description>
<position x="70" y="290" z="0" />
<arc exit="northeast" move="northeast" destination="56" />
<arc exit="west" move="west" destination="58" />
</node>
<node id="58" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>The red and white crushed shells of the street curve around a disc of black metal set into the ground. Columns of dark stone support the black tile roofs of the nearby houses, their thick paper walls decorated with images of various animals.</description>
<position x="40" y="290" z="0" />
<arc exit="north" move="north" destination="59" />
<arc exit="east" move="east" destination="57" />
<arc exit="south" move="south" destination="70" />
</node>
<node id="59" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>The rasping sound of steel meeting steel rises from a low building on the western side of the crushed shell path. A sign hangs above the ornate gate which stands between the street and the building's courtyard.</description>
<position x="40" y="260" z="0" />
<arc exit="north" move="north" destination="60" />
<arc exit="south" move="south" destination="58" />
<arc exit="go" move="go steel gate" destination="68" />
</node>
<node id="60" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>Water trickles down a flight of basalt stairs and into a deep pool beside the path. A pair of statues stand beside the pool, their cool white forms a stark contrast to the darkness of the stairs. The courtyards of the nearby homes gleam with a variety of flowers and herbs.</description>
<position x="40" y="230" z="0" />
<arc exit="south" move="south" destination="59" />
<arc exit="climb" move="climb basalt stairs" destination="66" />
</node>
<node id="61" name="Aesry Surlaenis'a, Origami Boutique" note="Origami Boutique" color="#FF0000">
<description>Scented candles scattered throughout the room welcome visitors with a steady glow and spicy aroma. A cream-colored rug covers most of the flagstone floor, while tapestries hang loosely over the walls, gently absorbing the candlelight. A narrow mahogany counter set against the back wall is joined in each corner by long shelves set into the side walls.</description>
<position x="370" y="200" z="0" />
<arc exit="out" move="out" destination="47" />
</node>
<node id="62" name="Mother Marilla's Clerical Supplies" note="Mother Marilla's Clerical Supplies|Clerical Shop" color="#FF0000">
<description>Sunshine streams through an open window, filling the room with light. A crystal bowl filled with dried rosepetals sits on the windowsill, the warmth of the sunlight releasing the intense sweet fragrance of the flowers. In the middle of the room, a young Halfling lass perches atop a stool behind the counter as she studies a scroll. A catalog near her elbow lies open to display its table of contents.</description>
<description>Moonlight filters through the window's shutters, lending a soft glow to the white paper walls. A crystal bowl filled with dried rosepetals sits on the windowsill, perfuming the cool night air with a faint sweet fragrance. In the middle of the room, a young Halfling lass rubs her eyes as she perches atop a stool behind the counter, studying a scroll. A catalog near her elbow lies open to display its table of contents.</description>
<position x="280" y="200" z="0" />
<arc exit="out" move="out" destination="49" />
</node>
<node id="63" name="Nakuge's Scriptorium" note="Nakuge's Scriptorium|Scriptorium" color="#FF0000">
<description>Skylights in the roof fill the white-papered walls of the shop with light, providing illumination for the scribe, Nakuge, as he labors at his desk. Parchments lie in disorderly stacks upon the shelves at the back of the shop, mingling with books and boxes in an untidy jumble. An owl perches atop the back of a chair, drowsy in the daytime but still quick to wake at the sound of a mouse in amongst the papers.</description>
<description>Skylights in the roof flood the shop with moonlight, while brass-trimmed oil lamps provide illumination for the scribe, Nakuge, as he labors at his desk. Parchments lie in disorderly stacks upon the shelves at the back of the shop, mingling with books and boxes in an untidy jumble. An amber-eyed barn owl perches atop the back of a chair, alertly eyeing the shop in the moonlight.</description>
<position x="190" y="140" z="0" />
<arc exit="out" move="out" destination="52" />
</node>
<node id="64" name="Morgue" note="Morgue">
<description>This small room has a bare, wood-plank floor and simple pine chairs pushed against the walls. Each footfall or noise disturbs the quiet with a sharp echo. Otherwise a deathly stillness rules, where even a whisper is an explosion of sound.</description>
<position x="160" y="159" z="0" />
<arc exit="north" move="north" destination="65" />
<arc exit="out" move="out" destination="53" />
</node>
<node id="65" name="Morgue, Casket Room" note="Depart" color="#400040">
<description>A cold black altar, carved with swelling waves and the bowed figures of mourners, faces the entrance to the room. The remains of a wilted bouquet rest on a prayer rug spread before the altar. Several caskets are stored along one wall, ranging from simple to elaborate styles.</description>
<position x="160" y="149" z="0" />
<arc exit="south" move="south" destination="64" />
</node>
<node id="66" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>Bursts of melody arise from a stone and coral fountain. Water trickles over the font's edge and runs down a flight of dark basalt stairs. A deep groove runs the length of the stairs, marking the years of the water's passage.</description>
<position x="40" y="200" z="0" />
<arc exit="north" move="north" destination="1" />
<arc exit="climb" move="climb basalt stairs" destination="60" />
</node>
<node id="67" name="Miakoda's Fine Clothing" note="Miakoda's Fine Clothing|Clothing Shop" color="#FF0000">
<description>A curious wrought iron sculpture hung with silver bells and glowing incense sticks stands beside the entrance of the shop. The bells chime sweetly as patrons brush against them, and the intense sweet scent of jasmine perfumes the air. Rosewood cabinets arranged against the pale peach-tinted walls provide storage for fabrics, while mannequins at the center of the room display some of the clothing offered for sale.</description>
<position x="130" y="170" z="0" />
<arc exit="out" move="out" destination="54" />
</node>
<node id="68" name="Isendry's Weapons Training, Harti">
<description>Thick paper walls surround the courtyard, painted with images of crashing waves. Dark blue flowers grow opposite the steel gate leading back to the street. The delicate chiming of steel upon steel echoes through a paper screen door in the western wall.</description>
<position x="70" y="260" z="0" />
<arc exit="go" move="go screen door" destination="69" />
<arc exit="go" move="go steel gate" destination="59" />
</node>
<node id="69" name="Isendry's Weapons Training, Entrance" note="Reflex" color="#FFFF00">
<description>Bright light streams through the paper screen door leading to the courtyard. Through a white birch archway, figures engage each other in a dance of blades, their weapons flashing in the light. A large sign hangs upon the northern wall.</description>
<position x="70" y="250" z="0" />
<arc exit="go" move="go screen door" destination="68" />
</node>
<node id="70" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>The mist-draped waters of the lake surrounding Eluned's temple glisten in the light. Standing at the top of a long flight of basalt steps, a statue of an Elven child looks down at the terrace below, his tiny hand stretched out in yearning.</description>
<position x="40" y="320" z="0" />
<arc exit="north" move="north" destination="58" />
<arc exit="climb" move="climb basalt steps" destination="71" />
</node>
<node id="71" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>Kneeling before a flight of dark basalt steps is a statue of an Elven woman with her face pressed into her hands. On the ground before her chiseled knees lies a garland of Eluned's tears.</description>
<position x="40" y="350" z="0" />
<arc exit="south" move="south" destination="72" />
<arc exit="climb" move="climb basalt steps" destination="70" />
</node>
<node id="72" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>Several houses, shaped like oversized horseshoes with a wooden gate across the opening, face the crushed shell street. Each family has placed a small statue or fountain in the center of their private garden. The gates are often left open to allow wandering performers to entertain the household.</description>
<position x="40" y="380" z="0" />
<arc exit="north" move="north" destination="71" />
<arc exit="south" move="south" destination="73" />
</node>
<node id="73" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>Graceful aganylosh'a surround the walkway of crushed red and white shells, their long branches providing shade and filling the air with the scent of fresh sap. To the east, the imposing white quartz columns of the Library of Lemicus rise above the surrounding buildings.</description>
<position x="40" y="410" z="0" />
<arc exit="north" move="north" destination="72" />
<arc exit="east" move="east" destination="74" />
<arc exit="south" move="south" destination="91" />
</node>
<node id="74" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>A magnificent building faces the water -- a monument to the arts, it houses the learning tools of the island and is known as Misrel Lemicus'a. The white quartz columns are carved with symbolic images of the gods, of music and life, a multitude of spirals, concentric circles, rays and serpentine twists. Gateless, the entrance arch to the building's courtyard welcomes the curious, the seeker, the lost, the hopeless. A bed of kelpbells grows along the pathway and inside the courtyard beyond.</description>
<position x="70" y="410" z="0" />
<arc exit="northeast" move="northeast" destination="75" />
<arc exit="south" move="south" destination="92" />
<arc exit="west" move="west" destination="73" />
<arc exit="go" move="go library arch" destination="164" />
</node>
<node id="75" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>This section of the road sweeps in an arc around the northern side of the lough. Crushed white shells, mixed with a few pale grey hermit shells, form the roadbed and provide a level surface for traveling even in muddy weather. A breeze often gusts fingers of mist from over the water, but they quickly vanish once over land.</description>
<position x="100" y="380" z="0" />
<arc exit="north" move="north" destination="76" />
<arc exit="southwest" move="southwest" destination="74" />
</node>
<node id="76" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>A large, solid stone building stands on the western side of the road. It is without windows, and a sturdy, locked gate blocks the courtyard entrance. A hefty watchman stands outside at all times, his key the sole means to get in or out. Opposite, splashes and bubbles dot the surface of the water where the mist clinging to the lake thins momentarily.</description>
<description>A large, solid stone building stands on the western side of the road. It is without windows, and only a pale weak light seeps through a sturdy, locked gate which blocks the courtyard entrance. The sound of soft lapping water comes from the direction of the lake, which is dark along this poorly lit section of road.</description>
<position x="100" y="350" z="0" />
<arc exit="northeast" move="northeast" destination="77" />
<arc exit="south" move="south" destination="75" />
<arc exit="go" move="go sturdy gate" destination="160" />
</node>
<node id="77" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The Third Stone of the Cloud is designated by three deep gouges at the top of a long upright standing stone. It rises from the bedrock of the island, and no plants grow near it. Its stark aloneless is most beautiful. Looking from the stone over to the temple spire in the center of the lough aligns one on the exact northwest radius of the island, and a wooden pier extends along the same imaginary line into the lake. Nearby, a damaged currach lies upturned on the gritty sand.</description>
<position x="130" y="320" z="0" />
<arc exit="northeast" move="northeast" destination="78" />
<arc exit="southwest" move="southwest" destination="76" />
<arc exit="go" move="go wooden pier" destination="159" />
</node>
<node id="78" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The road widens before a pristine building consisting of white quartz columns and a grand overhanging roof abutting the rocky crags of the hillside. The eaves shelter the bleached white wood and pale paper screen walls along the sides and front of the building. Broad steps lead up to the gated entry, and a flag with the symbol of the Tribunal Government hangs above the gateway. Plantings of heather and rare rock garden specimens landscape the front, right down to the water's edge.</description>
<position x="160" y="290" z="0" />
<arc exit="east" move="east" destination="79" />
<arc exit="southwest" move="southwest" destination="77" />
<arc exit="go" move="go government building" destination="152" />
</node>
<node id="79" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The spectacular rock gardens of the government buildings extend here as far as the front of a small single-room structure to the east of the main offices. An open gateway displays a sign, and several citizens stand on the steps and porch beneath the eaves, discussing some matter of great importance.</description>
<description>The spectacular rock gardens of the government buildings extend here as far as the front of a small single-room structure to the east of the main offices. An open gateway displays a sign.</description>
<position x="190" y="290" z="0" />
<arc exit="northeast" move="northeast" destination="80" />
<arc exit="west" move="west" destination="78" />
<arc exit="go" move="go gateway" destination="149" />
</node>
<node id="80" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The rocky soil bordering the road is only suited to sustaining the heath and heather plants that cling with grasping roots. The foliage is a mixture of different greens and creates a varigated carpet that sets off the pale shell roadway. To the east, a ledge of basalt juts out and shades the road.</description>
<position x="220" y="260" z="0" />
<arc exit="east" move="east" destination="81" />
<arc exit="southwest" move="southwest" destination="79" />
<!-- <arc exit="go" move="go office" destination="145" /> -->
</node>
<node id="81" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The pale shell roadway narrows to a path which winds between a jutting rock-ledge of the hillside and the soft black sand of the lough shore. The overhanging ledge of dark basalt shades most of the path from the sun and weather.</description>
<position x="250" y="260" z="0" />
<arc exit="southeast" move="southeast" destination="82" />
<arc exit="west" move="west" destination="80" />
<arc exit="climb" move="climb ledge" destination="144" />
</node>
<node id="82" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>A deep gouge in the hillside creates the perfect location to place the arena. The building's stone columns gleam a clean white and the broad steps of the approach are cut from the rock slopes in wide, smooth layers.</description>
<position x="280" y="290" z="0" />
<arc exit="east" move="east" destination="83" />
<arc exit="northwest" move="northwest" destination="81" />
</node>
<node id="83" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The rocky slope forces the road away from the lough in an arc. A white-columned building simply landscaped with low heather and prickly gorse stands out stark against the darker island rock. Travelers hurrying in and out check their belongings, and the small sign nestled among the gorse points to an entrance.</description>
<position x="310" y="290" z="0" />
<arc exit="southeast" move="southeast" destination="84" />
<arc exit="west" move="west" destination="82" />
<arc exit="go" move="go white-columned building" destination="139" />
</node>
<node id="84" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The northern slopes of the island are drier and rockier than the forested and grassy areas to the east and south. A rough tumble of steep rocky crags and heather-covered ground stretches above to the north. The Fourth Stone of the Cloud stands impaled in the barren ground here, the four grooves that mark it gouged at the top. This is the tallest of the four menhirs.</description>
<position x="340" y="320" z="0" />
<arc exit="southeast" move="southeast" destination="85" />
<arc exit="northwest" move="northwest" destination="83" />
</node>
<node id="85" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The hillside rises upwards at a gentle slope to the east to form a grassy park area above the road, bordered beyond by the terrace of the second tier's street. A line of birches further than the inhabited sections marks the abrupt steep slant up to heavily wooded upper reaches of the island.</description>
<position x="370" y="350" z="0" />
<arc exit="south" move="south" destination="86" />
<arc exit="northwest" move="northwest" destination="84" />
</node>
<node id="86" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The soft ground near the water's edge slants in a steady slope up to an undulating grassy hill. A cluster of buildings dot the knoll, the largest house crowning the mound's top. The sound of singing and low chanting comes from the Cloister and echos off the blanketing cloud of mist over the lake. The singing fades softly and dissipates like the fingers of fog, even the crunching of the shells underfoot grows quieter and shushes before the home of the Ru'atin Peri'el.</description>
<position x="370" y="380" z="0" />
<arc exit="north" move="north" destination="85" />
<arc exit="southeast" move="southeast" destination="87" />
<arc exit="go" move="go grassy hill" destination="138" />
</node>
<node id="87" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>An intimate open-air theater is nestled between a grassy knoll to the north and the steep eastern slopes of the hillside. A grove of birch trees surrounds the milky-white walls of the theater and shelters a path to a small wooden building that houses the theatre entrance. A row of benches line the shore side of the road, a nice spot for gazing over the misty lake or waiting for the theatre to open its doors.</description>
<position x="400" y="410" z="0" />
<arc exit="east" move="east" destination="88" />
<arc exit="south" move="south" destination="107" />
<arc exit="northwest" move="northwest" destination="86" />
<arc exit="go" move="go building" destination="130" />
</node>
<node id="88" name="Aesry Surlaenis'a, Staho Lanahh'Mus">
<description>Rising above the street are the orached columns that support Surlaenis island's playhouse. Each paper screen wall is painted with a scene from one of the many plays performed by the company. A covered walkway leads west from the back of the building to the amphitheater.</description>
<position x="430" y="410" z="0" />
<arc exit="north" move="north" destination="89" />
<arc exit="south" move="south" destination="108" />
<arc exit="west" move="west" destination="87" />
</node>
<node id="89" name="Aesry Surlaenis'a, Staho Lanahh'Mus" note="Premium Portal|Portal" color="#FF00FF">
<description>Music chimes through the air as the light glints off of the prayer gate dedicated to Faenella. Part of the crushed shell pathway branches out to run beneath the gate, the pink and white shells blending into the shadows beneath the arch. Many of the homes nearby the gate have musical instruments painted on their paper screen walls.</description>
<position x="430" y="380" z="0" />
<arc exit="north" move="north" destination="90" />
<arc exit="south" move="south" destination="88" />
<arc exit="go" move="go prayer gate" destination="136" />
<arc exit="go" move="go meeting portal" destination="392" />
</node>
<node id="90" name="Aesry Surlaenis'a, Staho Lanahh'Mus">
<description>An imposing flight of dark basalt stairs leads up to the next terrace. Gleaming in the light, the cloud-draped waters of the lough to the west can be seen through the gaps between houses. Small courtyards, each an oasis of color, lie in the center of each house, blocked by an iron gate.</description>
<description>An imposing flight of dark basalt stairs leads up to the next terrace. An inky darkness, glimpsed between the houses, pinpoints the location of the lough to the west. Small courtyards, each an oasis of color, lie in the center of each house, blocked by an iron gate.</description>
<position x="430" y="350" z="0" />
<arc exit="south" move="south" destination="89" />
<arc exit="climb" move="climb basalt stair" destination="173" />
<arc exit="go" move="go courtyard" destination="417" />
</node>
<node id="91" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>Large, pale yellow trees flank the smooth mother-of-pearl prayer gate dedicated to Eluned. The staho stretches to the north and south, leading to the higher tiers. A thick white cloud rests upon the deep blue waters of the lake to the east, its ruffled surface broken only by a spire of gleaming white quartz which rises from the hidden island.</description>
<position x="40" y="440" z="0" />
<arc exit="north" move="north" destination="73" />
<arc exit="east" move="east" destination="92" />
<arc exit="south" move="south" destination="93" />
<arc exit="go" move="go prayer gate" destination="389" />
</node>
<node id="92" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The bank building stands on a slight rise in the terrace terrain. The entrance is through a jail-like gate which swings open during business hours. Two tall cedars sway ceremoniously at the junction of the short path leading to the gate.</description>
<position x="70" y="440" z="0" />
<arc exit="north" move="north" destination="74" />
<arc exit="southeast" move="southeast" destination="95" />
<arc exit="west" move="west" destination="91" />
<arc exit="go" move="go bank gate" destination="111" />
</node>
<node id="93" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>The Inn of the Crystal Wave, an imposing building constructed in the unique Surlaenis style, stands on the eastern side of the street. A statue carved from light yellow aganylosh'a wood stands in the middle of the path, surrounded by a low bench for travellers to rest on.</description>
<position x="40" y="470" z="0" />
<arc exit="north" move="north" destination="91" />
<arc exit="south" move="south" destination="94" />
<arc exit="go" move="go dirt path" destination="393" />
<arc exit="go" move="go inn" destination="395" />
</node>
<node id="94" name="Aesry Surlaenis'a, Staho Pivo'hrr'schu'Mus">
<description>The red and white crushed shells of the staho end at the base of a long flight of basalt steps which lead to the next terrace. Several houses line the street, their dark stone columns holding up thick paper screens decorated with images of crashing waves.</description>
<position x="40" y="500" z="0" />
<arc exit="north" move="north" destination="93" />
<arc exit="climb" move="climb basalt steps" destination="193" />
</node>
<node id="95" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>Thousands of small, shimmering pale grey and white crisp shells crunch underfoot as the road continues to circle the lough. A finger of fog drifts off from the water in slow puffs before dissipating into thin smoky nothing.</description>
<position x="100" y="470" z="0" />
<arc exit="south" move="south" destination="96" />
<arc exit="northwest" move="northwest" destination="92" />
<arc exit="go" move="go market tent" destination="116" />
</node>
<node id="96" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>A bordering hedge of cloudberry bushes lines the raked-shell road, and the plants' small white blossoms emit a fragrant perfume. A cluster of birch trees shades the western side of the road, their thin branches fluttering with dancing leaves.</description>
<position x="100" y="500" z="0" />
<arc exit="north" move="north" destination="95" />
<arc exit="southeast" move="southeast" destination="97" />
</node>
<node id="97" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The First Stone of the Cloud rises erect from the soft ground near the lough's edge. The same shells that form the road surround the menhir, clear of all vegetation but a pruned whisper bush which spreads out at the base. The first stone marks the southwest radius of the island and is designated so by a single groove gouged near the top.</description>
<position x="130" y="530" z="0" />
<arc exit="southeast" move="southeast" destination="98" />
<arc exit="northwest" move="northwest" destination="96" />
</node>
<node id="98" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>A grassy slope on the lake side of the road leads down to a small pier that extends a short distance into the mist-shrouded lake. Bits of white and grey shell tracked into the lawn catch the eye, white dots among the dark green blades.</description>
<position x="160" y="560" z="0" />
<arc exit="east" move="east" destination="99" />
<arc exit="northwest" move="northwest" destination="97" />
<arc exit="go" move="go pier" destination="118" />
</node>
<node id="99" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>A small building that unassumingly mirrors the grandest of Aesry Surlaenis'a faces the mist of the lough. A divided wooden gate with bronze fittings stands open at all times. Both sections of the gate display medallions with the symbol of the empath guild and two small wreaths of healing herbs.</description>
<description>The light from the small building facing the lake spills onto the road and reflects off of the pale shells underfoot. A torch at the gate brightens the bronze fittings and the medallions which clearly mark the building as the empath guild.</description>
<position x="190" y="560" z="0" />
<arc exit="southeast" move="southeast" destination="100" />
<arc exit="west" move="west" destination="98" />
<arc exit="go" move="go wooden gate" destination="119" />
</node>
<node id="100" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>Just a stone's throw from the empath's guild, the two story hospital stands shaded by three unusually large rowan trees. The white quartz stone building gleams under the shading boughs and reflects the reddish bark and green leaves of the rowans. A wrought-bronze gate depicts Hodierna's rearing unicorn in the tracings of its curves.</description>
<description>Just a stone's throw from the empath's guild, the two story hospital stands shaded by three unusually large rowan trees. The interior lights glow softly through the paper screen walls, lighting the whole structure like a huge white lantern. A wrought-bronze gate depicts Hodierna's rearing unicorn in the tracings of its curves.</description>
<position x="220" y="590" z="0" />
<arc exit="east" move="east" destination="101" />
<arc exit="northwest" move="northwest" destination="99" />
<arc exit="go" move="go wrought-bronze gate" destination="123" />
</node>
<node id="101" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>Cloudberry bushes border both sides of the road and grow in a tumult of vigor, promising a rich crop of sweet golden berries. Short springy grass covers the slope leading down to the lake's edge and is perpetually sprinkled with dew from the mist that hugs Cha'walkas. Footsteps in the grass leave dark impressions visible through the wafting silvery mist.</description>
<position x="250" y="590" z="0" />
<arc exit="northeast" move="northeast" destination="102" />
<arc exit="west" move="west" destination="100" />
</node>
<node id="102" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>To the east, the road crosses a shallow gully in the hillside by means of a narrow footbridge that arches in a gentle curve over the lower ground. A silvery vine with purple papery blooms twines up the anchoring posts.</description>
<position x="280" y="560" z="0" />
<arc exit="southwest" move="southwest" destination="101" />
<arc exit="go" move="go footbridge" destination="103" />
</node>
<node id="103" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>To the west, the road crosses a shallow gully in the hillside by means of a narrow footbridge that arches in a gentle curve over the lower ground. A silvery vine with purple papery blooms twines up the anchoring posts.</description>
<position x="310" y="560" z="0" />
<arc exit="northeast" move="northeast" destination="104" />
<arc exit="go" move="go footbridge" destination="102" />
<arc exit="go" move="go vine-covered building" destination="126" />
</node>
<node id="104" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The Second Stone of the Cloud, set amongst the soft ground of tule beds, marks the southeast radius of Aesry Surlaenis'a. The plants have been trimmed and thinned to reveal the Human-tall clear quartz marker.</description>
<position x="340" y="530" z="0" />
<arc exit="northeast" move="northeast" destination="105" />
<arc exit="southwest" move="southwest" destination="103" />
</node>
<node id="105" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>The road curves with the contours of the lake, coming very close to the water's edge at this point. Tall tules separate the shell-surfaced road from the mist and nesting grounds of killdeer. The birds call out their mournful cry from the thick of the tassel-topped rushes.</description>
<position x="370" y="500" z="0" />
<arc exit="north" move="north" destination="106" />
<arc exit="southwest" move="southwest" destination="104" />
</node>
<node id="106" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>Fresh water tumbles down a water course from the melting snows far above at the rim of the island and collects in a black stone-lined pool. The road curves around it towards the lake, the pale shells set against the clear water sloshing against the black basin. Benches surround the pool and provide a pleasant resting spot for a drink of fresh cool water.</description>
<position x="370" y="470" z="0" />
<arc exit="northeast" move="northeast" destination="107" />
<arc exit="south" move="south" destination="105" />
</node>
<node id="107" name="Aesry Surlaenis'a, Liva'an Cha'walkas">
<description>A pier extends a short distance over the surface of the lake before disappearing into the steamy cloud. The octahedral spire of the temple at the center of the lough rises above the mist clinging to the water.</description>
<description>A pier extends a short distance over the surface of the lake before disappearing into the darkness over the lake. In the distance, the lighted spire of the temple at the center of the lough shines like a thin needle of moonlight.</description>
<position x="400" y="440" z="0" />
<arc exit="north" move="north" destination="87" />
<arc exit="east" move="east" destination="108" />
<arc exit="southwest" move="southwest" destination="106" />
<arc exit="go" move="go pier" destination="129" />
</node>
<node id="108" name="Aesry Surlaenis'a, Staho Lanahh'Mus">
<description>A statue of gilded marble stands in the center of the street. The crushed white shells curve around the image, as do those walking down the street. Each traveller glances at it for a brief moment before quickly jerking their eyes away.</description>
<position x="430" y="440" z="0" />
<arc exit="north" move="north" destination="88" />
<arc exit="south" move="south" destination="109" />
<arc exit="west" move="west" destination="107" />
<arc exit="go" move="go footpath" destination="281" />
</node>
<node id="109" name="Aesry Surlaenis'a, Staho Lanahh'Mus">
<description>Contrasting sharply with the crushed white shells of the pathway, the glossy black prayer gate dedicated to Peri'el rises to the east. A faint breeze wafts in from the west, bringing the salty scent of the inner lake.</description>
<position x="430" y="470" z="0" />
<arc exit="north" move="north" destination="108" />
<arc exit="south" move="south" destination="110" />
<arc exit="go" move="go prayer gate" destination="279" />
</node>
<node id="110" name="Aesry Surlaenis'a, Staho Lanahh'Mus">
<description>Leading northward from the base of a flight of stone steps, the white and pink shell pathway curves around a large flowerbed. Several stone columns rise around the flowers, supporting a canvas sheet which provides shade for the plants. A white marble bench stands across the street from the blossoms.</description>
<description>Leading northward from the base of a flight of stone steps, the white and pink shell pathway curves around a large flowerbed. Several stone columns, each painted with a sweet-smelling substance that repells insects, rise around the flowers. A white marble bench stands across the street from the blossoms.</description>
<position x="430" y="500" z="0" />
<arc exit="north" move="north" destination="109" />
<arc exit="climb" move="climb stone steps" destination="174" />
</node>
<node id="111" name="Tona Kertigen, Harti">
<description>Surrounded by a marble bench, a thick oak tree towers over the courtyard, its thick branches providing shade for the bank, and those within. Opposite a wooden gate leading to the street, a paper screen door leads into the tona, or bank.</description>
<position x="100" y="440" z="0" />
<arc exit="go" move="go screen door" destination="112" />
<arc exit="go" move="go wooden gate" destination="92" />
</node>
<node id="112" name="Tona Kertigen, Entrance Hall">
<description>Tiles of gold and silver-flecked marble line the floor. A gentle breeze swirls through the room, rustling papers stacked on ebonwood tables. Carefully watching the bank's customers, a well-armed guard stands beside the paper screen door leading out to the courtyard.</description>
<position x="110" y="440" z="0" />
<arc exit="north" move="north" destination="113" />
<arc exit="go" move="go screen door" destination="111" />
</node>
<node id="113" name="Tona Kertigen, Deposit Window" note="Bank|Teller" color="#00FF00">
<description>Bright light shines through an opening in the thick paper walls of the building. A young acolyte of Kertigen sits behind a tall wooden counter, carefully recording the deposits handed to her. To the west, a moneychanger awaits those in need of his services.</description>
<position x="110" y="430" z="0" />
<arc exit="south" move="south" destination="112" />
<arc exit="west" move="west" destination="114" />
</node>
<node id="114" name="Tona Kertigen, Exchange" note="Money-changer|Exchanger" color="#00FF00">
<description>Sitting behind a dark ebonwood table, a bored-looking Dwarf awaits those in need of a moneychanger's services. A large board, listing currency exchange rates, is propped on one end of the table.</description>
<position x="100" y="430" z="0" />
<arc exit="east" move="east" destination="113" />
<arc exit="go" move="go iron vault" destination="115" />
</node>
<node id="115" name="Tona Kertigen, Bank Vault" note="Premium Exchange" color="#00FF00">
<description>A heavy iron grill covers the entrance to the vault, and guards armed with crossbows stand sentry on either side. Within the vault, coins are stored in locked cabinets. A Dwarven Moon Mage sits behind an ironwood table, his ankles shackled to the floor to prevent him from leaving the vault. Clerks pass bags of money and official-looking documents through a moongate he maintains to transfer money to and from other banks.</description>
<position x="90" y="430" z="0" />
<arc exit="go" move="go vault entrance" destination="114" />
</node>
<node id="116" name="Aesry Surlaenis'a, The Traders' Market" note="Traders' Market|Bazaar|Tent" color="#FF0000">
<description>Soft breezes from the lake drift through the open flap, freshening the air in the market tent. Denizens of the island both young and old wander inside -- some browsing, some buying, and some looking for a Trader to sell wares for them. Light filters through the sturdy striped canvas, bathing the area in pale golden light.</description>
<position x="130" y="470" z="0" />
<arc exit="south" move="south" destination="117" />
<arc exit="go" move="go tent flap" destination="95" />
</node>
<node id="117" name="Aesry Surlaenis'a, The Traders' Market" color="#FF0000">
<description>Soft breezes drift in from the north, freshening the air in the market tent. Denizens of the island both young and old wander through -- some browsing, some buying, and some looking for a Trader to sell wares for them. Light filters through the sturdy striped canvas, bathing the area in pale golden light.</description>
<position x="130" y="480" z="0" />
<arc exit="north" move="north" destination="116" />
</node>
<node id="118" name="Pier, Southwest Shore of Cha'walkas">
<description>New planks replace those that deteriorated past safety, giving the pier a patched-up look. The grass lawn that grows close to the shore runs right up to the first boards of the pier. Salt-encrusted pilings support the structure, and gentle waves foam and splash below.</description>
<position x="240" y="480" z="0" />
<arc exit="southwest" move="southwest" destination="98" />
<arc exit="climb" move="climb steps" destination="122" />
</node>
<node id="119" name="Empath's Guild, Courtyard" note="RS Empath">
<description>The green courtyard is planted with low-growing herbs -- yarrow, thyme, and pennyroyal make a carpet of fragrant softness. A carved urn filled with cool, clear water reflects the sunlight and any breeze sends ripples over the surface. Several benches, some in the sun, and one shaded beneath a butterfly bush, invite one to rest and contemplate the peace here.</description>
<description>The green courtyard is planted with low-growing herbs -- yarrow, thyme, and pennyroyal make a carpet of fragrant softness. A carved urn filled with cool, clear water reflects the light of the lanterns hung from the roof and any breeze sends ripples over the surface. Several benches invite one to rest and contemplate the peace here.</description>
<position x="190" y="590" z="0" />
<arc exit="south" move="south" destination="120" />
<arc exit="go" move="go sliding screen" destination="121" />
<arc exit="go" move="go wooded gate" destination="99" />
</node>
<node id="120" name="Empath's Guild, Welcome Room">
<description>Soft straw mats cover the floor and large pillows with flower patterns arranged in a welcoming cresent make this visiting area a nice place to relax. The northern screen walls stand open to allow a view of the courtyard. A crystal windchime tinkles softly whenever the wind stirs it, but the overhanging roof and construction of the building keeps any harsh weather from disturbing the visitor. A low brazier burns to keep the chill from the air during the cool season.</description>
<position x="190" y="600" z="0" />
<arc exit="north" move="north" destination="119" />
</node>
<node id="121" name="Empath's Guild, Guildleader's Study" note="GL Empath|Guildleader Alris|Alris" color="#FF8000">
<description>A large work table stands in the center of the room, scarred from years of use and bearing multiple pale rings where wet containers have apparently rested. Translucent white paper walls allow ample light for working or reading. Low tables surrounded by soft teal green pillows hold piles of notes, sketches, and charts.</description>
<description>A large work table stands in the center of the room, scarred from years of use and bearing multiple pale rings where wet containers have apparently rested. Dozens of candles in circular brass candelabra provide ample light for working or reading, their glow reflected by the gleaming white paper walls. Low tables surrounded by soft teal green pillows hold piles of notes, sketches, and charts.</description>
<position x="180" y="590" z="0" />
<arc exit="go" move="go sliding screen" destination="119" />
</node>
<node id="122" name="Cha'walkas, Beside the Pier" note="Strength" color="#FFFF00">
<description>At the shore beside the salt-encrusting pilings of the dock, several sailors cluster about a stained wooden sign, arguing over who has seen the worst storm. A small two-man boat is tied to the pier, a set of oars inside.</description>
<position x="230" y="480" z="0" />
<arc exit="climb" move="climb steps" destination="118" />
</node>
<node id="123" name="Aesry Surlaenis'a, Shoan Isenil'a">
<description>The courtyard is planted with low growing herbs that form a pleasing pattern of mounds set against small white pebbles. The focal point of the garden is a small white statue of a unicorn, her head bowed and horn resting humbly upon the ground. A bench rests in the shade of the overhanging roof, and despite the traffic in and out of the healers' quarters, it is a peaceful spot.</description>
<description>The courtyard is planted with low growing herbs that form a pleasing pattern of mounds set against small white pebbles. The focal point of the garden is a small white statue of a unicorn, her head bowed and horn resting humbly upon the ground. A bench rests beneath the shelter of the overhanging roof, and despite the traffic in and out of the healers' quarters, it is a peaceful spot, as the interior light filters softly through the paper screens.</description>
<position x="220" y="560" z="0" />
<arc exit="out" move="out" destination="100" />
<arc exit="go" move="go open screen" destination="124" />
</node>
<node id="124" name="Aesry Surlaenis'a, Shoan Isenil'a">
<description>Light blue and green cushions cover the floor, placed there for guests waiting with friends and family to see the empath. White paper walls glow in the light from several lanterns hanging from the ceiling. An archway of white birch is set in the northern wall, leading to the empath.</description>
<position x="230" y="560" z="0" />
<arc exit="out" move="out" destination="123" />
<arc exit="go" move="go birch archway" destination="125" />
</node>
<node id="125" name="Shoan Isenil'a, Raeshisen" note="Healer|Autopath" color="#00BF80">
<description>Plump cushions, and the patients lying on top of them, litter the floor. A section of the paper screen wall has been removed to allow a breeze to enter. Bloody bandages fill a basket in the corner of the room. A young Elothean woman tends the patients lying on the floor.</description>
<position x="240" y="560" z="0" />
<arc exit="go" move="go birch archway" destination="124" />
</node>
<node id="126" name="Aesry Surlaenis'a, Shh'yris's Forge" note="Repair Metal" color="#00FF00">
<description>Large windows ring the room, allowing a breeze to enter and cool Shh'yris as he labors at his forge. The building, unlike most on Surlaenis, is made entirely of stone. A large rack upon one wall is filled with tools of the smith's art.</description>
<position x="310" y="530" z="0" />
<arc exit="north" move="north" destination="128" />
<arc exit="out" move="out" destination="103" />
<arc exit="go" move="go passage" destination="127" />
</node>
<node id="127" name="Shh'yris's Forge, Public Rentals" note="Forge" color="#FF0000">
<description>The small back room is barren of furnishings except for a large oak table set up against the stone wall. Soft light filters down a short flight of stone steps leading out through the west wall. Leading eastward, back to Shh'yris's workspace, is an arched passage.</description>
<position x="300" y="530" z="0" />
<arc exit="go" move="go passage" destination="126" />
<arc exit="go" move="go steps" destination="428" />
</node>
<node id="128" name="Shh'yris's Forge, Bellows Room" note="Stamina" color="#FFFF00">
<description>Great piles of coal fill the corner of the room. The forge fire burns with white-hot flames, fueled by the coal and the efforts of Shh'yris's apprentices who labor at the bellows. Sweat pours from their bodies, only to sizzle as it strikes the hot stone floor.</description>
<position x="310" y="520" z="0" />
<arc exit="south" move="south" destination="126" />
</node>
<node id="129" name="Eastshore Pier, Liva'an Cha'walkas">
<description>The pier extends from the shore into the lake. Tendrils of cloudy mist swirl delicately and rise from between the slatted wooden boards underfoot. The rough wood is weathered and salt-stained, but in good condition. Some old ropes hang from pilings, remnants of boats once tied here.</description>
<position x="280" y="440" z="0" />
<arc exit="east" move="east" destination="107" />
</node>
<node id="130" name="Theater, Entrance Hall">
<description>The interior of the wooden building is simple, but clean and nicely arranged. Cushioned benches line the walls, placed below a mural depicting various scenes from popular song and play. Several worn, but dust-free carpets, cover the wide-planked floor leading to a double door that opens into the audience area beyond.</description>
<position x="360" y="410" z="0" />
<arc exit="out" move="out" destination="87" />
<arc exit="go" move="go double door" destination="131" />
<arc exit="go" move="go passage" destination="132" />
</node>
<node id="131" name="Theater, Audience">
<description>The audience area is open to the sky and fitted into the natural slope of the hillside. Although the theatre is not large, it makes up for grandeur in its intimacy and friendly setting. Birch trees whisper and sway beyond the walls, and beautifully carved benches with backs offer comfortable seating to enjoy splendid entertainment.</description>
<position x="350" y="400" z="0" />
<arc exit="out" move="out" destination="130" />
</node>
<node id="132" name="Theater, Stage Right Wing">
<description>The off-stage space to the north of the stage area accesses the passageway leading to the entrance hall and the dressing room door. A large trunk for storing props, and miscellaneous scenery, rest against the north wall, within easy reach of performers waiting to enter the stage.</description>
<position x="350" y="410" z="0" />
<arc exit="south" move="south" destination="133" />
<arc exit="go" move="go dressing door" destination="135" />
<arc exit="go" move="go passageway" destination="130" />
</node>
<node id="133" name="Theater, Stage" note="Stage">
<description>The platform stage is wide and deep and looks out upon the sloping hill. Heavy wooden planks, worn smooth from years of adventures re-enacted, are polished with the tears, laughter, and work of taleweavers. Although the audience sits beneath the sky to enjoy the offerings upon the scaffold, the stage is sheltered from the weather.</description>
<position x="350" y="420" z="0" />
<arc exit="north" move="north" destination="132" />
<arc exit="south" move="south" destination="134" />
</node>
<node id="134" name="Theater, Stage Left Wing">
<description>The off-stage space to the south of the stage area is small and cramped, but does have barely enough room for performers waiting to make their entrance. Ropes and pulleys for operating various stage machinery are jammed against the southern wall, and a pile of lumber is stacked into the only available space beneath the ropes and weights.</description>
<position x="350" y="430" z="0" />
<arc exit="north" move="north" destination="133" />
<arc exit="go" move="go dressing door" destination="135" />
</node>
<node id="135" name="Theater, Communal Dressing Room">
<description>Although all performers must share the space for changing costumes, it is neatly organized despite the packed shelves and racks for storage of make-up and costumes attached to the walls. A long mirror runs along another wall, and several benches, as well as one old overstuffed chair, furnish the room for those awaiting the start of their performance.</description>
<position x="340" y="420" z="0" />
<arc exit="go" move="go right door" destination="132" />
<arc exit="go" move="go left door" destination="134" />
</node>
<node id="136" name="Aesry Surlaenis'a, Beneath the Prayer Gate">
<description>Resonating at the slightest sound, the pale rose quartz gleams with a rainbow of reflected light. Patiently lifesculpted by a generation of Elves, the walls of the prayer gate meet seamlessly above. Dense veins of black crystal writhe just beneath the surface of the gate, twisted by the lifesculptor's art into images of musical instruments.</description>
<position x="460" y="380" z="0" />
<arc exit="east" move="east" destination="137" />
<arc exit="west" move="west" destination="89" />
</node>
<node id="137" name="Aesry Surlaenis'a, Faenella Prayer Gate">
<description>Rugged forests of white birch and silverwood trees climb the slopes of the mountain to the east, finally petering out at the snow line. Perched precariously atop a rose quartz prayer gate, an orached wren watches over those who pass beneath. The gate, dedicated to Faenella, is guarded by two soldiers who carefully eye all those who enter the city.</description>
<position x="490" y="380" z="0" />
<arc exit="go" move="go prayer gate" destination="136" />
</node>
<node id="138" name="Grassy Hill, House of Ru'atin Peri'el">
<description>A grassy lawn atop the knoll leads to a solid wooden gate and pale stone walls surrouding a large home. Little is visible of the house itself, beyond the dark tile roof that slopes in a gentle curve. The sounds of singing and chanting from within rise and die rhythmically, but there is always some sound of strange singing, even if it is a single voice alone.</description>
<position x="400" y="350" z="0" />
<arc exit="down" move="down" destination="86" />
</node>
<node id="139" name="Aesry Surlaenis'a, Carousel Square">
<description>A massive conical building rises from the cobbles at the square's center, its snowy alabaster surfaces gleaming brilliantly. A sparkling mosaic of coral and turquoise set above an oval doorway reads THE CAROUSEL.</description>
<position x="310" y="320" z="0" />
<arc exit="out" move="out" destination="83" />
<arc exit="go" move="go oval doorway" destination="140" />
</node>
<node id="140" name="Aesry Surlaenis'a, The Carousel" note="Vault|Carousel" color="#00FF00">
<description>Exotic tapestries of every possible description drape the wall ringing the Carousel's core. A circular roof supports a vast framework of iron and timbers rising to the building's apex. Countless gears, pulleys and weights within the structure form the strikingly complex and beautiful mechanism which drives the Carousel.</description>
<position x="310" y="330" z="0" />
<arc exit="out" move="out" destination="139" />
<arc exit="go" move="go desk" destination="141" />
<arc exit="go" move="go arch" destination="142" />
</node>
<node id="141" name="Aesry Surlaenis'a, Carousel Desk" note="vault rent|vault transfer|Lost and Found" color="#00FF00">
<description>A long wooden desk spans the width of the western wall. Brass lanterns hang from the ceiling, and the floor behind the desk is covered in spotless red tile.</description>
<position x="300" y="330" z="0" />
<arc exit="out" move="out" destination="140" />
</node>
<node id="142" name="Aesry Surlaenis'a, Carousel Booth">
<description>A polished steel lever protrudes from the eastern wall of the small, ebony-panelled room, flanking a steel door to the north.</description>
<position x="310" y="340" z="0" />
<arc exit="go" move="go arch" destination="140" />
<arc exit="go" move="pull lever;go door" destination="143" />
</node>
<node id="143" name="Aesry Surlaenis'a, Carousel Chamber">
<description>A sturdy vault, set in the back wall, stands ready for your use. The floor is covered by a soft thick carpet of deep red, and the walls are paneled in polished gold pine. Looking at the back wall, you notice a tiny gap between it and the rest of the room.</description>
<position x="310" y="350" z="0" />
<arc exit="go" move="go door" destination="142" />
</node>
<node id="144" name="Atop the Ledge">
<description>The dark basalt ledge looks southward over the lake, and gusts of wind brush dust and grit scuttering over the stone's surface. A small clump of gorse clings to a crevice of soil and whispers and clicks as it scratches against the rock.</description>
<position x="235" y="230" z="0" />
<arc exit="none" move="jump road" destination="80" />
</node>
<!-- <node id="145" name="Aesry Orders Office, Lobby" note="Orders Office">
<description>Bright rays of daylight flood through the beveled panes of a small oval window and light up this room, which acts as parlor to guests and as the lobby of the Aesry Regional Orders office. Various documents on the smooth plaster wall overhang a pair of stools that stand on either side of the desk in the corner. Narrow hallways run east and west of the wide staircase whose sweeping curve leads to the upper floors.</description>
<description>The flickering flames of myriad candles cast a golden reflection in the beveled panes of a small oval window. The warm glow lights up the room that is both parlor to guests and the lobby of the Aesry Regional Orders office. Framed documents on the smooth plaster wall overhang a pair of stools that stand on either side of the desk in the corner. To the east and west run narrow hallways adjoining a wide staircase, its curve leading to the upper floors.</description>
<position x="220" y="290" z="0" />
<arc exit="east" move="east" destination="147" />
<arc exit="west" move="west" destination="146" />
<arc exit="go" move="go heavy door" destination="80" />
</node>
<node id="146" name="Aesry Orders Office, Recruitment Hall">
<description>Simplicity seems to be the decorating order of the day in this hallway. The walls are soft grey-white and rather plain, bare of any decoration save a single painting hanging from a small, inscribed picture hook. Notwithstanding the elementary decor, the dominant feature here is the set of ornate arches that each boasts a pair of heavy curtains and a small plaque indicating the Order within.</description>
<position x="210" y="290" z="0" />
<arc exit="east" move="east" destination="145" />
<arc exit="go" move="go ebonwood archway" destination="148" />
</node>
<node id="147" name="Aesry Orders Office, Recruitment Hall">
<description>Simplicity seems to be the decorating order of the day in this hallway. The walls are soft grey-white and rather plain, bare of any decoration save a single mirror hanging from a small-inscribed picture hook. Reflecting the world around, the etched circle only emphasizes the elementary decor. Notwithstanding the artistry of the mirror, the dominant feature here is the set of ornate arches that each boasts a pair of heavy curtains and a small plaque indicating the Order within.</description>
<position x="230" y="290" z="0" />
<arc exit="west" move="west" destination="145" />
</node>
<node id="148" name="Aesry Orders Office, Iron Circle Recruitment Room" note="Iron Circle Recruitment Room">
<description>Placed above the archway is a massive gold and black shield etched with the vivid image of a mighty dragon and loosely draped with a banner of scarlet silk. Atop a nearby table rests an elaborately feathered quill. Against the far wall, a heavy wooden stand supports a wooden box, fastened with a polished silver lock. Above it, a brass plaque hangs shimmering softly in the available light.</description>
<position x="210" y="300" z="0" />
<arc exit="go" move="go ebonwood archway" destination="146" />
</node> -->
<node id="149" name="Aesry Surlaenis'a, Debt Office" note="Debt" color="#00FF00">
<description>Several sections of the paper walls have been removed, creating windows to let the cool breeze enter. Beyond the windows lie the multicolored rock gardens that surround the government buildings, as well as the crushed shell path ringing the lake. A clerk sits behind a white birch counter, waiting for those who need to pay their debts to the Tribunal.</description>
<position x="180" y="278" z="0" />
<arc exit="east" move="east" destination="150" />
<arc exit="out" move="out" destination="79" />
<arc exit="go" move="go registration office" destination="153" />
</node>
<node id="150" name="Aesry Surlaenis'a, Home Permits Office" color="#00FF00">
<description>The office for obtaining permits and licenses is pleasantly lit by a large paper screen panel that filters in the exterior light. A soft-spoken clerk sits behind a counter of carved pale wood, her head bent as she studies the records before her. A row of large silk cushions stands along one side of a low table topped with a vase of fresh flowers.</description>
<description>The office for obtaining permits and licenses is pleasantly lit by a shell-shaped lantern that hangs from the rafters overhead. A soft-spoken clerk sits behind a counter of carved pale wood, her head bent as she studies the records before her. A row of large silk cushions stands along one side of a low table topped with a vase of fresh flowers.</description>
<position x="190" y="278" z="0" />
<arc exit="north" move="north" destination="151" />
<arc exit="out" move="out" destination="152" />
</node>
<node id="151" name="Aesry Surlaenis'a, Home Exchange Office" note="Home Exchange Office">
<description>The straw mats that form the floor create a zig-zag pattern in pale colors of wheat and cream. A clerk sits behind a high counter with papers stacked neatly in piles for review or filing. A breeze from an open screen brushes across them, fluttering the corners of the paper softly.</description>
<position x="190" y="268" z="0" />
<arc exit="south" move="south" destination="150" />
</node>
<node id="152" name="Tribunal Building, Courtyard">
<description>Soaring white quartz columns line the courtyard, supporting the overhanging roof and creating a shaded two-story cloister. Pale blue marble and white quartz tiles covering the floor have been interlocked in a subtle pattern that creates a sense of the open ocean, with a round raised garden in the center. The sounds of the street filter in only faintly through the polished bronze bars of the front gate, and matching bronze stairways climb up to either side.</description>
<description>Soaring white quartz columns line the courtyard, supporting the overhanging roof and creating a two-story cloister lit by dozens of brass and glass lamps. Pale blue marble and white quartz tiles covering the floor have been interlocked in a subtle pattern that creates a sense of the open ocean, with a round raised garden in the center. The sounds of the street filter in only faintly through the polished bronze bars of the front gate, and matching bronze stairways climb up to either side.</description>
<position x="170" y="268" z="0" />
<arc exit="go" move="go citizenship office" destination="153" />
<arc exit="go" move="go double doors" destination="154" />
<arc exit="go" move="go front gate" destination="78" />
<arc exit="go" move="go broad arch" destination="150" />
<arc exit="climb" move="climb eastern stairway" destination="155" />
<arc exit="climb" move="climb western stairway" destination="158" />
</node>
<node id="153" name="Tribunal Building, Office of Citizenry" note="Office of Citizenry|Citizenship" color="#00FF00">
<description>Silk cushions in colors of rose and foam-green line the pale screened walls of this office. A long dark carved table stands in the middle of the room with a young clerk waiting there patiently for the next new citizen of Surlaenis. Collages of seashells and sponges hang from the dark beamed ceiling and often chime with any sudden breeze.</description>
<position x="170" y="278" z="0" />
<arc exit="out" move="out" destination="152" />
</node>
<node id="154" name="Tribunal Building, Council Chamber">
<description>Built into the living rock of the slope up from the central lake, the council chamber's back wall is raw basalt. Midway across it, a stream flows down the jagged rock, dancing off projections to fall quietly into a narrow pool at the base. In front of the pool, twelve unadorned chairs are arranged at a long table. The rest of the room is filled with simple polished wooden armchairs for spectators.</description>
<position x="160" y="278" z="0" />
<arc exit="out" move="out" destination="152" />
</node>
<node id="155" name="Tribunal Building, Eastern Cloister">