-
Notifications
You must be signed in to change notification settings - Fork 19
/
Map106_Hara'jaal.xml
1758 lines (1758 loc) · 134 KB
/
Map106_Hara'jaal.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="Hara'jaal" id="106">
<node id="1" name="Beach, Hara'jaal" note="Beach Dock">
<description>The black sand beach stretches to either side of a makeshift stone quay. Piles of wood stand off to one side of a jerry-rigged hut. A short distance from the shanty, a large dug out pit, encircled by black stones, is lined with the remains of many fires.</description>
<position x="-40" y="-100" z="0" />
<arc exit="east" move="east" destination="2" />
<arc exit="south" move="south" destination="5" />
<arc exit="west" move="west" destination="6" />
</node>
<node id="2" name="Hara'jaal, Beach">
<description>The beach is extremely rocky through here. Stiff sage grass grows in tight clumps in the black sands. A sheer cliff closes off the shore from the rest of the island.</description>
<position x="-20" y="-100" z="0" />
<arc exit="southeast" move="southeast" destination="3" />
<arc exit="southwest" move="southwest" destination="5" />
<arc exit="west" move="west" destination="1" />
</node>
<node id="3" name="Hara'jaal, Beach">
<description>Wind-blasted shrubs edge the base of a sheer cliff that looms over the beach. Very little coastline stands between the ocean and the tall precipice. A number of bleached wooden skeletons, remnants of wrecked ships, lie broken amidst the tangles of surrounding brush.</description>
<position x="0" y="-80" z="0" />
<arc exit="southeast" move="southeast" destination="4" />
<arc exit="northwest" move="northwest" destination="2" />
</node>
<node id="4" name="Hara'jaal, Beach">
<description>The beach ends at a sheer rock wall. Withered roots and vines cover the cliff like a network of brown capillaries. Cadaverous bushes hold a tenuous grip on the small amount of beach left by the ocean.</description>
<position x="20" y="-60" z="0" />
<arc exit="northwest" move="northwest" destination="3" />
<arc exit="climb" move="climb up" destination="15" />
</node>
<node id="5" name="Hara'jaal, Beach">
<description>An extremely steep mass of slick obsidian rises up and out of view. Deep shadows pervade the area. Very little of the beach is visible from here.</description>
<position x="-40" y="-80" z="0" />
<arc exit="north" move="north" destination="1" />
<arc exit="northeast" move="northeast" destination="2" />
<arc exit="northwest" move="northwest" destination="6" />
<arc exit="go" move="search;#send 4 go shadowed opening" destination="9" />
</node>
<node id="6" name="Hara'jaal, Beach">
<description>Thick bushes, sun-scorched a dark brown, edge a steep cliff hiding the foot of the stone barrier. The surf beats hard against the obsidian grit beach.</description>
<position x="-60" y="-100" z="0" />
<arc exit="east" move="east" destination="1" />
<arc exit="southeast" move="southeast" destination="5" />
<arc exit="southwest" move="southwest" destination="7" />
</node>
<node id="7" name="Hara'jaal, Beach">
<description>The black sands of the beach stretch around thirty feet from the surf to a tall cliff. Shrubs edge the steepness, blocking the view of the cliff's base.</description>
<position x="-80" y="-80" z="0" />
<arc exit="northeast" move="northeast" destination="6" />
<arc exit="southwest" move="southwest" destination="8" />
</node>
<node id="8" name="Hara'jaal, Beach">
<description>The beach ends abruptly at a tall escarpment. Thorny brush grows around the base of the steep rock wall. Brown vines climb the wall along with a number of creepers that grip the steepness precariously.</description>
<position x="-100" y="-60" z="0" />
<arc exit="northeast" move="northeast" destination="7" />
<arc exit="climb" move="climb up" destination="26" />
</node>
<node id="9" name="Hara'jaal, Old Lava Tube">
<description>A small beam of light streams down from high above, illuminating the ridged obsidian walls of the tunnel. The damp air in this shaft smells vaguely of sulfur and strongly of mildew.</description>
<position x="-40" y="-60" z="0" />
<arc exit="out" move="out" destination="5" />
<arc exit="climb" move="climb shaft" destination="10" />
</node>
<node id="10" name="Hara'jaal, Old Lava Tube">
<description>The walls of the tunnel fold outward to form a small platform with just enough room to stand on. A muted light fills the shaft, coloring everything in shades of grey.</description>
<position x="-40" y="-40" z="0" />
<arc exit="climb" move="climb shaft" destination="11" />
<arc exit="climb" move="climb tube" destination="9" />
</node>
<node id="11" name="Hara'jaal, Old Lava Tube">
<description>Sharp protrusions along the obsidian walls of the tunnel create precarious handholds, while the sulfurous residue underfoot causes the shadowy ledge jutting out from the shaft to be anything but a comfortable resting spot.</description>
<position x="-40" y="-20" z="0" />
<arc exit="climb" move="climb shaft" destination="12" />
<arc exit="climb" move="climb tube" destination="10" />
</node>
<node id="12" name="Hara'jaal, Old Lava Tube">
<description>Small pebbles shift and slide down the walls of the lava tube, quickly vanishing into the darkened abyss below. Jagged chips of obsidian crunch underfoot, mute testament to the effort and determination needed to scale the shaft's heights.</description>
<position x="-40" y="0" z="0" />
<arc exit="climb" move="climb shaft" destination="13" />
<arc exit="climb" move="climb tube" destination="11" />
</node>
<node id="13" name="Hara'jaal, Old Lava Tube">
<description>The shaft comes to an end at a small outcrop opposite a hole in the wall. Fresh air and light pours in from the opening.</description>
<position x="-40" y="20" z="0" />
<arc exit="out" move="out" destination="14" />
<arc exit="climb" move="climb tube" destination="12" />
</node>
<node id="14" name="Hara'jaal, Amo Potha Telga">
<description>The sandy beach is visible below at the foot of this tall cliff. A steep slope leads down into a deep wooded thicket. In the distance is the island's mother, an ancient mist-covered volcano, rising high above the forest's canopy. The top of an old lava tube is barely discernible.</description>
<position x="-40" y="40" z="0" />
<arc exit="go" move="go lava tube" destination="13" />
<arc exit="climb" move="climb slope" destination="21" />
</node>
<node id="15" name="A Steep Cliff">
<description>A narrow ledge offers a brief respite from the climb. A fall from this height, unlikely to be fatal, would definitely be detrimental to a person's health and well-being.</description>
<position x="20" y="-40" z="0" />
<arc exit="climb" move="script autoclimbup" destination="16" />
<arc exit="climb" move="script autoclimbdown" destination="4" />
</node>
<node id="16" name="A Steep Cliff">
<description>Sparse handholds provide a moment to catch a quick breath. It is a sheer drop to the ground from here. A network of brown and partially withered vines cover the rock face.</description>
<position x="20" y="-20" z="0" />
<arc exit="climb" move="script autoclimbup" destination="17" />
<arc exit="climb" move="script autoclimbdown" destination="15" />
</node>
<node id="17" name="A Steep Cliff">
<description>This slight perch is a dizzying height from the beach at the foot of the rocky precipice. A puny black conifer hangs grimly by its feeble looking roots from the sheer overhang.</description>
<position x="20" y="0" z="0" />
<arc exit="climb" move="script autoclimbup" destination="18" />
<arc exit="climb" move="script autoclimbdown" destination="16" />
</node>
<node id="18" name="Hara'jaal, Amo Potha Telga">
<description>The black sands of the beach are visible below at the foot of this obsidian and granite cliff. A slight slope leads down into a deep wooded thicket. In the distance is the island's mother, an ancient mist-covered volcano, rising high above the forest's canopy.</description>
<position x="20" y="20" z="0" />
<arc exit="southwest" move="southwest" destination="19" />
<arc exit="climb" move="script autoclimbdown" destination="17" />
</node>
<node id="19" name="Hara'jaal, Amo Potha Telga">
<description>A faint path opens up here from the south. The ground slopes away from a tangled thicket heading up a steady but gradual incline to the northeast.</description>
<position x="0" y="40" z="0" />
<arc exit="northeast" move="northeast" destination="18" />
<arc exit="go" move="go faint path" destination="20" />
</node>
<node id="20" name="Hara'jaal, Amo Potha Telga" color="#FFBF00">
<description>Thick-growing brush closes around the barely visible path, throwing all into deep shadows. Black branches, like cadaverous fingers, block the skies above.</description>
<position x="-40" y="80" z="0" />
<arc exit="north" move="rt north" destination="21" />
<arc exit="northeast" move="rt northeast" destination="19" />
<arc exit="south" move="rt south" destination="27" />
<arc exit="northwest" move="rt northwest" destination="22" />
<arc exit="go" move="go thick-growing brush" destination="28" />
</node>
<node id="21" name="Hara'jaal, Amo Potha Telga">
<description>A faint path opens up into this clearing and leads into the tangled thicket in the south. The ground slopes steeply to the north.</description>
<position x="-40" y="60" z="0" />
<arc exit="go" move="go faint path" destination="20" />
<arc exit="climb" move="climb slope" destination="14" />
</node>
<node id="22" name="Hara'jaal, Amo Potha Telga">
<description>A faint path opens up into this clearing on the edge of a tangled thicket. The ground slopes to the northwest in a steady but gradual incline.</description>
<position x="-80" y="40" z="0" />
<arc exit="northwest" move="northwest" destination="23" />
<arc exit="go" move="go faint path" destination="20" />
</node>
<node id="23" name="Hara'jaal, Amo Potha Telga">
<description>The beach and ocean are visible below at the foot of this tall cliff. A slight slope leads down into a deep wooded thicket. In the distance is the island's mother, an ancient mist-covered volcano, rising high above the forest's canopy.</description>
<position x="-100" y="20" z="0" />
<arc exit="southeast" move="southeast" destination="22" />
<arc exit="climb" move="climb down" destination="24" />
</node>
<node id="24" name="A Steep Cliff">
<description>This slight perch is a dizzying height from the beach at the foot of the rocky precipice. A spider web of vines covers the sheer surface of the overhang.</description>
<position x="-100" y="0" z="0" />
<arc exit="climb" move="script autoclimbdown" destination="25" />
<arc exit="climb" move="script autoclimbup" destination="23" />
</node>
<node id="25" name="A Steep Cliff">
<description>Sparse handholds provide a moment to catch a quick breath. It is a sheer drop to the ground from here. Small trees have a precarious hold on the rock face but still seem to squeak out a meager life.</description>
<position x="-100" y="-20" z="0" />
<arc exit="climb" move="script autoclimbdown" destination="26" />
<arc exit="climb" move="script autoclimbup" destination="24" />
</node>
<node id="26" name="A Steep Cliff">
<description>A narrow ledge offers a brief respite from the climb. A fall from this height, unlikely to be fatal, would definitely be detrimental to a person's health and well-being.</description>
<position x="-100" y="-40" z="0" />
<arc exit="climb" move="script autoclimbdown" destination="8" />
<arc exit="climb" move="script autoclimbup" destination="25" />
</node>
<node id="27" name="Hara'jaal, Amo Potha Telga" color="#FFBF00">
<description>The pitch-black dirt of the ground is covered in dark green moss. Thorny bushes along the faint trail give off a powerful stench of rot and mold.</description>
<position x="-40" y="100" z="0" />
<arc exit="north" move="rt north" destination="20" />
<arc exit="south" move="rt south" destination="29" />
</node>
<node id="28" name="A Hidden Grotto" note="Shrine|Trothfang" color="#4080FF">
<description>Thick brush surrounds this bowl-shaped depression, hiding the outside world from view. Tall stones, pockmarked with age, encircle an obsidian altar. The air seems eerily still and empty of noise from the surrounding forest.</description>
<position x="-60" y="80" z="0" />
<arc exit="climb" move="climb overgrown slope" destination="20" />
</node>
<node id="29" name="Hara'jaal, Amo Potha Telga" color="#FFBF00">
<description>Brush closes in on every side of the trail like stout walls. Large roots break through the black soil, causing the trail to fade in and out.</description>
<position x="-40" y="120" z="0" />
<arc exit="north" move="rt north" destination="27" />
<arc exit="south" move="rt south" destination="30" />
</node>
<node id="30" name="Hara'jaal, Amo Potha Telga" color="#FFBF00">
<description>Darkness shrouds the already faint trail as the surrounding trees' leafy boughs block the sky overhead. Thorny vines, covering everything nearby, give off an acrid scent.</description>
<position x="-40" y="140" z="0" />
<arc exit="north" move="rt north" destination="29" />
<arc exit="southeast" move="rt southeast" destination="31" />
</node>
<node id="31" name="Hara'jaal, Amo Potha Telga">
<description>The trail opens up into a grassy glade. A giant oak tree growing in the center of the clearing rises high above the forest canopy. Black vines hang down from the foliage like dark curtains.</description>
<position x="-20" y="160" z="0" />
<arc exit="southeast" move="southeast" destination="34" />
<arc exit="northwest" move="northwest" destination="30" />
<arc exit="climb" move="climb oak tree" destination="32" />
</node>
<node id="32" name="Amo Potha Telga, A Tree">
<description>Thick limbs come together at the trunk, creating a natural cup-shaped platform. Some of the branches stretch upward into the upper portion of the tree.</description>
<position x="0" y="160" z="0" />
<arc exit="climb" move="climb thick branch" destination="33" />
<arc exit="climb" move="climb tree trunk" destination="31" />
</node>
<node id="33" name="Amo Potha Telga, A Tree">
<description>From atop the tree one can see over top of the forest's canopy which stretches in all directions like a great green carpet. To the south the ancient volcano that gave birth to the island is seen rising over the woods.</description>
<position x="20" y="160" z="0" />
<arc exit="climb" move="climb thick branch" destination="32" />
</node>
<node id="34" name="Hara'jaal, Amo Potha Telga" color="#FFBF00">
<description>Thick walls of vegetation surround the faint trail on every side. The trees grow straight and tall, their dense foliage blocking out the sky.</description>
<position x="0" y="180" z="0" />
<arc exit="south" move="rt south" destination="35" />
<arc exit="northwest" move="rt northwest" destination="31" />
</node>
<node id="35" name="Hara'jaal, Amo Potha Telga" color="#FFBF00">
<description>Dense detritus covers the rough path, leaving only the protruding tree roots visible. A number of sharp-thorned bushes line the barely visible trail.</description>
<position x="0" y="200" z="0" />
<arc exit="north" move="rt north" destination="34" />
<arc exit="south" move="rt south" destination="36" />
</node>
<node id="36" name="Hara'jaal, Amo Potha Telga" color="#FFBF00">
<description>The thicket becomes impassable to the south, while clearing further to the east. A dry wind blows through the dark foliage, carrying with it a sweet scent.</description>
<position x="0" y="220" z="0" />
<arc exit="north" move="rt north" destination="35" />
<arc exit="east" move="rt east" destination="37" />
</node>
<node id="37" name="Hara'jaal, Amo Potha Telga">
<description>The brush is thin through this area, making the trail much easier to navigate. To the west, the forest phases into dense thickets filled with murky shadows.</description>
<position x="20" y="220" z="0" />
<arc exit="east" move="east" destination="38" />
<arc exit="west" move="west" destination="36" />
</node>
<node id="38" name="Hara'jaal, Amo Potha Telga">
<description>Large fingers of igneous rock, worn down by many years of erosion, border the trail as it makes it way eastward.</description>
<position x="40" y="220" z="0" />
<arc exit="east" move="east" destination="39" />
<arc exit="west" move="west" destination="37" />
</node>
<node id="39" name="Hara'jaal, Amo Potha Telga">
<description>Scrubby grasses grow in the cracks of the rocky trail. A great mountain rises to the south, blocking out the sky with its impressive height.</description>
<position x="60" y="220" z="0" />
<arc exit="south" move="south" destination="40" />
<arc exit="west" move="west" destination="38" />
</node>
<node id="40" name="Hara'jaal, Amo Potha Telga">
<description>The rough terrain makes the trail harder to navigate as it draws close to the foot of the island's volcanic mother. Scrawny trees cover the mountain's craggy heights.</description>
<position x="60" y="240" z="0" />
<arc exit="north" move="north" destination="39" />
<arc exit="south" move="south" destination="41" />
</node>
<node id="41" name="Hara'jaal, Amo Potha Telga">
<description>The trail is blocked to the south by the mountain's steep walls, forcing it to skirt the ancient volcano. Massive protrusions and wafer-thin ledges of obsidian extend from the volcano's surface, overhanging the path like branches from a tree of smoked glass.</description>
<position x="60" y="260" z="0" />
<arc exit="north" move="north" destination="40" />
<arc exit="southwest" move="southwest" destination="42" />
</node>
<node id="42" name="Hara'jaal, Amo Potha Telga">
<description>A wide grassland is the only thing visible to the south and west from here. The trail continues to circle around the mountain that takes up the whole of the eastern horizon.</description>
<position x="40" y="280" z="0" />
<arc exit="northeast" move="northeast" destination="41" />
<arc exit="southwest" move="southwest" destination="43" />
</node>
<node id="43" name="Hara'jaal, Amo Potha Telga">
<description>Black ridges of stone cross the trail, making it difficult to continue onward in places. Sharp-leafed weeds grow up out of the cracks in the path.</description>
<position x="20" y="300" z="0" />
<arc exit="northeast" move="northeast" destination="42" />
<arc exit="south" move="south" destination="44" />
</node>
<node id="44" name="Hara'jaal, Amo Potha Telga">
<description>The air smells vaguely of sulfur gasses through this area. Withered trees seem to scavenge a meager existence on the slopes of the mountain, though how the scrawny things hold purchase on the craggy rocks is difficult to see.</description>
<position x="20" y="320" z="0" />
<arc exit="north" move="north" destination="43" />
<arc exit="south" move="south" destination="45" />
</node>
<node id="45" name="Hara'jaal, Amo Potha Telga">
<description>Following along the foot of the mountain to the north, the trail turns to the southeast here, away from the volcano. A vast grassland can be seen further to the west and south, though there seems to be no clear way to reach it as of yet.</description>
<position x="20" y="340" z="0" />
<arc exit="north" move="north" destination="44" />
<arc exit="southeast" move="southeast" destination="46" />
</node>
<node id="46" name="Hara'jaal, Amo Potha Telga">
<description>Though still stunted, the vegetation seems to be finding greater purchase along the trail as it moves southeast. The north is full of the majestic glory of the volcano that gave birth to the black sands of the island.</description>
<position x="40" y="360" z="0" />
<arc exit="southeast" move="southeast" destination="47" />
<arc exit="northwest" move="northwest" destination="45" />
</node>
<node id="47" name="Hara'jaal, Amo Potha Telga">
<description>The trail turns east here, beginning a descent into a grass-filled valley. To the north, the steep walls of the island's volcanic mother cause the path to turn westerly, skirting the mountain as it continues onward.</description>
<position x="60" y="380" z="0" />
<arc exit="east" move="east" destination="48" />
<arc exit="northwest" move="northwest" destination="46" />
</node>
<node id="48" name="Hara'jaal, Amo Potha Telga">
<description>The trail pauses for a moment on top of this low hill. To the north, one can still see the massive expanse of the volcano that gave rise to this island. The south holds nothing but a vast grassland. Close by, the thunder of a waterfall can barely be heard, echoing from some unseen valley.</description>
<position x="80" y="380" z="0" />
<arc exit="south" move="south" destination="49" />
<arc exit="west" move="west" destination="47" />
</node>
<node id="49" name="Hara'jaal, Glaren Kweld">
<description>A slope leads down into a plain of tall blue-black grasses. The grassland stretches far into the distance like a living sea, waving with the tiniest breeze. To the north are the slopes of the island's mother, an ancient volcano.</description>
<position x="80" y="400" z="0" />
<arc exit="north" move="north" destination="48" />
<arc exit="none" move="climb slope" destination="197" />
</node>
<node id="50" name="Hara'jaal, Fal Daelfa" color="#008000">
<description>Running water can be heard through the thick foliage to the east, though no clear trail leads in that direction. The trees are thin and tall, competing for every bit of sunlight.</description>
<position x="260" y="540" z="0" />
<arc exit="north" move="north" destination="52" />
<arc exit="south" move="south" destination="51" />
</node>
<node id="51" name="Hara'jaal, Fal Daelfa">
<description>The land slopes gently to the southwest, leading into a small valley. Marshy patches of ground make the trail a bit difficult to negotiate at points.</description>
<position x="260" y="560" z="0" />
<arc exit="north" move="north" destination="50" />
<arc exit="southwest" move="southwest" destination="53" />
</node>
<node id="52" name="Hara'jaal, Glaren Kweld">
<description>A grassland stretches far into the north while a vast river plain is visible to the south. Sparse shrubbery lines a barely recognizable trail that leads towards the river. To the north, the summit of the island's volcano is still visible.</description>
<position x="260" y="520" z="0" />
<arc exit="north" move="north" destination="196" />
<arc exit="go" move="go trail" destination="50" />
</node>
<node id="53" name="Hara'jaal, Fal Daelfa">
<description>Small pools of stagnant water pervade this grass-covered depression. Gnats swarm around the puddles of black sludge. Squat, leafy trees encircle the dell, throwing the area into deep shadows.</description>
<position x="240" y="580" z="0" />
<arc exit="northeast" move="northeast" destination="51" />
<arc exit="southwest" move="southwest" destination="54" />
</node>
<node id="54" name="Hara'jaal, Fal Daelfa">
<description>The ground here begins to bank down into a small valley to the northeast. A strong smell of rotting detritus drifts up from the shadowed glen. Scattered shrubs close the gaps around the tall trees in the area, blocking most of the surroundings from view.</description>
<position x="220" y="600" z="0" />
<arc exit="northeast" move="northeast" destination="53" />
<arc exit="south" move="south" destination="55" />
</node>
<node id="55" name="Hara'jaal, Fal Daelfa" color="#008000">
<description>To the southeast, a tree-covered hillock rises up, crowned with a finger of rock that is visible over the treetops. A tall thicket runs along the trail that continues south.</description>
<position x="220" y="620" z="0" />
<arc exit="north" move="north" destination="54" />
<arc exit="south" move="south" destination="56" />
</node>
<node id="56" name="Hara'jaal, Fal Daelfa" color="#008000">
<description>The trail cuts a tunnel through the rugged copse, bypassing a dense thicket of thorny vines that blocks the way south and skirts a hillock to the northeast. Some black sap, dripping from the vines, is giving off a pungent aroma.</description>
<position x="220" y="640" z="0" />
<arc exit="north" move="north" destination="55" />
<arc exit="east" move="east" destination="57" />
</node>
<node id="57" name="Hara'jaal, Fal Daelfa" color="#008000">
<description>Sounds of running water are coming out of the east. A dark thicket rises up in the west, the vague trail disappearing within it.</description>
<position x="240" y="640" z="0" />
<arc exit="east" move="east" destination="58" />
<arc exit="west" move="west" destination="56" />
</node>
<node id="58" name="Hara'jaal, Fal Daelfa">
<description>The path opens up into a sandy clearing, with the black waters of the Seord Fal visible through the bushes that line the riverbank. Gaunt cypress knees covered in grey-green algae surround a large moss-covered cypress tree growing on the edge of the glade.</description>
<position x="260" y="640" z="0" />
<arc exit="southwest" move="southwest" destination="59" />
<arc exit="west" move="west" destination="57" />
<arc exit="climb" move="climb cypress tree" destination="116" />
</node>
<node id="59" name="Hara'jaal, Fal Daelfa">
<description>The track runs along a steep cliff that borders a dark river. Lush bushes grow along the top of the rocky overhang. A large cypress tree can be seen over the other treetops to the northeast.</description>
<position x="240" y="660" z="0" />
<arc exit="northeast" move="northeast" destination="58" />
<arc exit="south" move="south" destination="60" />
<arc exit="climb" move="climb steep cliff" destination="71" />
</node>
<node id="60" name="Hara'jaal, Fal Daelfa">
<description>The land slopes to the southeast towards the river, which burbles loudly in the distance. Black boulders, overgrown with thick vines, stick up out of the ground, merging into a tall cliff to the north.</description>
<position x="240" y="680" z="0" />
<arc exit="north" move="north" destination="59" />
<arc exit="southeast" move="southeast" destination="61" />
</node>
<node id="61" name="Hara'jaal, Fal Daelfa">
<description>A sheer cliff sweeps up to the west, blocking the view. The trail runs along the muddy riverside here, with tall sedge grass blocking the view of the black waters.</description>
<position x="260" y="700" z="0" />
<arc exit="south" move="south" destination="62" />
<arc exit="northwest" move="northwest" destination="60" />
<arc exit="climb" move="climb sedge grass" destination="122" />
</node>
<node id="62" name="Hara'jaal, Fal Daelfa">
<description>Tall banks of sedge grass border the swift waters of the Seord Fal as its runs along the trail here. The rumbling of the water's currents fill the area with its noise.</description>
<position x="260" y="720" z="0" />
<arc exit="north" move="north" destination="61" />
<arc exit="south" move="south" destination="63" />
<arc exit="climb" move="climb sedge grass" destination="123" />
</node>
<node id="63" name="Hara'jaal, Fal Daelfa">
<description>The black waters of the Seord Fal can be seen through the tall banks of sedge grass that grow along the river's edge. Marshy ground makes the trail slippery as it continues to the north and south.</description>
<position x="260" y="740" z="0" />
<arc exit="north" move="north" destination="62" />
<arc exit="south" move="south" destination="64" />
<arc exit="climb" move="climb sedge grass" destination="124" />
</node>
<node id="64" name="Hara'jaal, Fal Daelfa">
<description>Sedge grass borders the riverbank, blocking all but glimpses of the river's murky water. The trail rises to the southwest, climbing to the top of a wooded hillock.</description>
<position x="260" y="760" z="0" />
<arc exit="north" move="north" destination="63" />
<arc exit="southwest" move="southwest" destination="65" />
<arc exit="climb" move="climb sedge grass" destination="125" />
</node>
<node id="65" name="Hara'jaal, Fal Daelfa">
<description>The path opens into a grassy clearing atop this hill. One can see the ocean in the far distance to the south and the Seord Fal just over the cliff to the east.</description>
<position x="240" y="780" z="0" />
<arc exit="northeast" move="northeast" destination="64" />
<arc exit="southwest" move="southwest" destination="66" />
<arc exit="climb" move="climb steep cliff" destination="126" />
</node>
<node id="66" name="Hara'jaal, Fal Daelfa">
<description>The trail becomes more defined as it heads south while the forest becomes denser to the north. Dark verdant bushes, with prickly leaves, grow on both sides of the path. The burble of running water can be heard coming from the east.</description>
<position x="220" y="800" z="0" />
<arc exit="northeast" move="northeast" destination="65" />
<arc exit="south" move="south" destination="67" />
<arc exit="go" move="go slippery slope" destination="133" />
</node>
<node id="67" name="Hara'jaal, Fal Daelfa">
<description>A black ridge fills the horizon to the south with the signs of civilization. A partially destroyed hut on the side of the road is visible in that direction.</description>
<position x="220" y="820" z="0" />
<arc exit="north" move="north" destination="66" />
<arc exit="south" move="south" destination="68" />
</node>
<node id="68" name="Hara'jaal, Fal Daelfa">
<description>A tall ridge cuts across the landscape, forcing the path to circle around it to the southeast. Sharp-edged grasses border the trail along with a number of thick-leafed, thorny bushes.</description>
<position x="220" y="840" z="0" />
<arc exit="north" move="north" destination="67" />
<arc exit="southeast" move="southeast" destination="69" />
<arc exit="go" move="go faint path" destination="168" />
</node>
<node id="69" name="Hara'jaal, Fal Daelfa">
<description>The swift currents of the Seord Fal are visible to the east while a huge wall of obsidian and granite rises high to the west. The path passes between these two natural obstructions. A walled town is visible to the south beyond the ridgeline.</description>
<position x="240" y="860" z="0" />
<arc exit="southwest" move="southwest" destination="70" />
<arc exit="northwest" move="northwest" destination="68" />
</node>
<node id="70" name="Hara'jaal, Fal Daelfa">
<description>The trail runs right up to a wood and iron palisade gate. All the foliage has been cleared around the wall's perimeter. The town, huddled tight against the side of a cliff, uses the area's natural fortifications to create a strong defensive position. A mountainous ridge rises to the north and continues over the horizon to the west.</description>
<position x="220" y="880" z="0" />
<arc exit="northeast" move="northeast" destination="69" />
<arc exit="go" move="go palisade gate" destination="79" />
</node>
<node id="71" name="Hara'jaal, Nardel Aesker">
<description>Weathered expanses of light grey ignimbrite create a wide ledge atop a massive escarpment. On clear days, the immense dome of sky meeting sea creates the illusion that the shore hundreds of feet below is farther away. Faint glints and glimmers of sunlight reflected off the raging black waters of the Seord Fal filter through the heavy brush lining its banks, while the dormant peak of Nardel Aesker looms overhead.</description>
<description>Weathered expanses of light grey ignimbrite create a wide ledge atop a massive escarpment. On cloudless nights, the glittering expanse of stars overhead cause the shadowed outlines of the land far below to seem even farther away than merely hundreds of feet straight down. The stillness of the night makes it possible to hear a faint echo from the raging black waters of the Seord Fal, while the dormant peak of Nardel Aesker looms overhead.</description>
<position x="200" y="660" z="0" />
<arc exit="west" move="west" destination="72" />
<arc exit="climb" move="climb massive escarpment" destination="59" />
</node>
<node id="72" name="Hara'jaal, Nardel Aesker">
<description>A thick ledge of heavily textured ignimbrite curves toward the west, creating a treacherous path that angles up the sloping sides of the volcano. Greyish-green tufts of scraggly bushes struggle to gain secure footing amidst the rifts left behind as silent testimonies of ancient eruptions, creating homes for the hardy wildlife attempting to make the rocky crevices their home.</description>
<description>A thick ledge of heavily textured ignimbrite curves toward the west, creating a treacherous path that angles up the sloping sides of the volcano. Dark shadows obscure the shapes of scraggly bushes struggling to gain secure footing amidst the rifts left behind as silent testimonies of ancient eruptions.</description>
<position x="180" y="660" z="0" />
<arc exit="east" move="east" destination="71" />
<arc exit="northwest" move="northwest" destination="73" />
</node>
<node id="73" name="Hara'jaal, Nardel Aesker">
<description>Small pebbles and glistening fragments of basalt crunch underfoot. Stark grey remnants of petrified trees partially hide a deep fissure in the cliff side, its shadowed depths creating a natural chimney up the side of the volcano.</description>
<description>Small pebbles and glistening fragments of basalt echo softly in the dark night as they crunch underfoot. Stark grey remnants of petrified trees partially hide a deep fissure in the cliff, its shadowed depths creating a natural chimney up the side of the volcano.</description>
<position x="160" y="640" z="0" />
<arc exit="southeast" move="southeast" destination="72" />
<arc exit="northwest" move="northwest" destination="74" />
</node>
<node id="74" name="Hara'jaal, Nardel Aesker">
<description>Scraggly bushes cling to crevices in the dark glassy volcanic rock, creating a tenuous habitat for the hardy wildlife struggling to make this barren land its home. Tiny scrapings of sharp claws digging into the rock can be heard skittering from hiding places in ledges above to havens in the fissures below.</description>
<description>Pale streams of light filtering down from the nighttime sky outline scraggly bushes clinging to crevices in the dark glassy volcanic rock that create a tenuous habitat for the hardy wildlife struggling to make this barren land its home. Tiny scrapings of sharp claws digging into the rock can be heard skittering from hiding places in the ledges above to havens in the fissures below.</description>
<position x="140" y="620" z="0" />
<arc exit="southeast" move="southeast" destination="73" />
<arc exit="northwest" move="northwest" destination="75" />
</node>
<node id="75" name="Hara'jaal, Nardel Aesker">
<description>A lone stand of trees prevails amidst vast swaths of destruction. Towering above the rifts left behind by the hardening rhyolite of ancient volcanic landslides, the verdant tops of the stately evergreens create a dramatic contrast to the grey ignimbrite and black basalt of the surrounding landscape.</description>
<description>A lone stand of trees prevails amidst vast swaths of destruction. Soft starlight turns the tops of the stately evergreens towering above the rifts left behind by the hardening rhyolite of an ancient volcanic landslide into ghostly giants.</description>
<position x="120" y="600" z="0" />
<arc exit="southeast" move="southeast" destination="74" />
<arc exit="northwest" move="northwest" destination="76" />
</node>
<node id="76" name="Hara'jaal, Nardel Aesker">
<description>Dead brown pine needles cover the ground, and dry twigs buried in the thick carpet of fallen needles snap loudly underfoot. Overhead, the sunlight filters through thick branches, causing the jutting granite rifts to be covered in a greyish-green lichen. A path winding between the towering evergreens leads north up the sloping side of the dormant volcano.</description>
<description>Dead brown pine needles cover the ground, and dry twigs buried in the thick carpet of fallen needles snap loudly underfoot. Overhead, thick branches cast shadows against the jutting granite rifts covered in a greyish-green lichen. A path winding between the towering evergreens leads north up the sloping side of the dormant volcano.</description>
<position x="100" y="580" z="0" />
<arc exit="north" move="north" destination="77" />
<arc exit="southeast" move="southeast" destination="75" />
</node>
<node id="77" name="Hara'jaal, Nardel Aesker">
<description>Sharp bits of lapilli shift underfoot, making the steep slope of the trail winding ever upward along the volcano's side even more treacherous. The ground trembles slightly causing the nearby stand of trees to lurch and sway as if marking the passage of giant footsteps.</description>
<description>Sharp bits of lapilli shift underfoot, making the steep slope of the trail winding ever upward along the volcano's side even more treacherous. Shadowy outlines of the trees below stretch across the basalt surface of the cliff creating monstrous images that lurch and sway with each brush of a passing breeze.</description>
<position x="100" y="560" z="0" />
<arc exit="north" move="north" destination="78" />
<arc exit="south" move="south" destination="76" />
</node>
<node id="78" name="Hara'jaal, Nardel Aesker">
<description>A massive rock slide blocks all attempts at ascending the volcano from this point. A thick ledge lies just out of reach to the east, but the glassy sheen of quartz glinting in the mirrored inky black surface of the basalt that separates this ledge from that one discourages any thought of accessing it from here.</description>
<description>A massive rock slide blocks all attempts at ascending the volcano from this point. The shadowy presence of a thick ledge just out of reach to the east seems to continue higher up the side of the volcano. However, the glassy sheen of moonlight glinting against the quartz in the mirrored inky black surface of the basalt that separates this ledge from that one discourages any thought of accessing it from here.</description>
<position x="100" y="540" z="0" />
<arc exit="south" move="south" destination="77" />
</node>
<node id="79" name="The Enclave, Dinshek Sango">
<description>The palisade gate, a sturdy construction of wood and iron, stands open to allow for traffic in and out of the town. A couple of shabbily dressed guards keep a sharp eye on people that approach the gate.</description>
<position x="20" y="620" z="0" />
<arc exit="southwest" move="southwest" destination="80" />
<arc exit="go" move="go palisade gate" destination="70" />
</node>
<node id="80" name="The Enclave, Bonfa Jegu">
<description>The road here is very muddy, slowing progress for those who follow it under the wall's parapet towards the town gate. Slits along the walls and overhead have been strategically placed to fire missiles at any unwanted visitors.</description>
<position x="0" y="640" z="0" />
<arc exit="northeast" move="northeast" destination="79" />
<arc exit="south" move="south" destination="85" />
<arc exit="southwest" move="southwest" destination="84" />
<arc exit="west" move="west" destination="81" />
<arc exit="go" move="go iron door" destination="195" />
</node>
<node id="81" name="The Enclave, Athor Boren">
<description>All of the buildings along this cobblestone street have been built flush to the town's wall to provide better protection. The structures are in a much better state of repair then others in the town.</description>
<position x="-20" y="640" z="0" />
<arc exit="east" move="east" destination="80" />
<arc exit="south" move="south" destination="84" />
<arc exit="west" move="west" destination="82" />
<arc exit="go" move="go trimmed door" destination="193" />
</node>
<node id="82" name="The Enclave, Athor Boren">
<description>This stretch of road is clear of buildings, giving the area an almost run-down appearance. The parapet that runs along the top of the town's wall is wider here, overhanging the street.</description>
<position x="-40" y="640" z="0" />
<arc exit="east" move="east" destination="81" />
<arc exit="southwest" move="southwest" destination="83" />
<arc exit="climb" move="climb wooden ladder" destination="115" />
</node>
<node id="83" name="The Enclave, Raenaden Jegu">
<description>A brick manor, fenced round with a monstrosity of iron, fills up the entire side of this section of street. Shabbily dressed guards loiter around the stoop of the house. Lamps, mounted along the length of the manor's fence, illuminate the estate with bright pools of light.</description>
<position x="-60" y="660" z="0" />
<arc exit="northeast" move="northeast" destination="82" />
<arc exit="southeast" move="southeast" destination="91" />
<arc exit="southwest" move="southwest" destination="92" />
<arc exit="go" move="go brick manor" destination="189" />
</node>
<node id="84" name="The Enclave, Bonfa Jegu">
<description>A house built from mismatched planks of wood stands along this section of road. Colorful cloth of all sorts hang on a whitewashed slat fence that surrounds the building.</description>
<position x="-20" y="660" z="0" />
<arc exit="north" move="north" destination="81" />
<arc exit="northeast" move="northeast" destination="80" />
<arc exit="east" move="east" destination="85" />
<arc exit="southwest" move="southwest" destination="91" />
<arc exit="go" move="go driftwood door" destination="194" />
</node>
<node id="85" name="The Enclave, Naen Boren">
<description>The dark cobblestone road runs parallel to the town's tall defensive wall. Whether the wall has been built to keep the wilderness out or the Baron's minions in is a matter of opinion.</description>
<position x="0" y="660" z="0" />
<arc exit="north" move="north" destination="80" />
<arc exit="south" move="south" destination="86" />
<arc exit="west" move="west" destination="84" />
</node>
<node id="86" name="The Enclave, Naen Boren">
<description>The muddy road here runs between the town's wall and the back of some ramshackle buildings. Streaks of black pitch stain the walls and the few intact cobblestones of the street.</description>
<position x="0" y="680" z="0" />
<arc exit="north" move="north" destination="85" />
<arc exit="south" move="south" destination="87" />
<arc exit="climb" move="climb wooden ladder" destination="110" />
</node>
<node id="87" name="The Enclave, Naen Boren">
<description>Large chunks are missing from the cobblestone street, creating dangerous potholes in the road. Part of the wood platform that runs along the top of the wall sags dangerously overhead.</description>
<position x="0" y="700" z="0" />
<arc exit="north" move="north" destination="86" />
<arc exit="south" move="south" destination="89" />
<arc exit="west" move="west" destination="88" />
<arc exit="go" move="go building" destination="186" />
</node>
<node id="88" name="The Enclave, Raenaden Jegu">
<description>A few rough looking warehouses line the road along this area. The buildings are surrounded with a tall wooden fence, topped with sharp spikes.</description>
<position x="-20" y="700" z="0" />
<arc exit="east" move="east" destination="87" />
<arc exit="southeast" move="southeast" destination="89" />
<arc exit="south" move="south" destination="90" />
<arc exit="northwest" move="northwest" destination="91" />
<arc exit="go" move="go wooden door" destination="181" />
</node>
<node id="89" name="The Enclave, Raenaden Jegu">
<description>The wharfs are visible to the southeast from this cobblestone crossroad. A suspension bridge hangs over the street connecting walkways that line the town's walls. Steady streams of traffic move in and out of a small tavern located on one of the corners.</description>
<position x="0" y="720" z="0" />
<arc exit="north" move="north" destination="87" />
<arc exit="southeast" move="southeast" destination="98" />
<arc exit="west" move="west" destination="90" />
<arc exit="northwest" move="northwest" destination="88" />
<arc exit="go" move="go small tavern" destination="182" />
</node>
<node id="90" name="The Enclave, Jaalfilt Jegu">
<description>Everything along this part of town is soot covered. Smoke, pouring from the chimneys of a shop on this street, seems to be the culprit. Even the cobblestones of the roadway are stained a much darker color.</description>
<position x="-20" y="720" z="0" />
<arc exit="north" move="north" destination="88" />
<arc exit="east" move="east" destination="89" />
<arc exit="west" move="west" destination="97" />
<arc exit="go" move="go shop" destination="179" />
</node>
<node id="91" name="The Enclave, Raenaden Jegu">
<description>A small building, rising in the center of this dusty intersection, is surrounded by shabbily dressed guards. The building has iron bars on the windows and a fence of sharp wooden stakes.</description>
<position x="-40" y="680" z="0" />
<arc exit="northeast" move="northeast" destination="84" />
<arc exit="southeast" move="southeast" destination="88" />
<arc exit="southwest" move="southwest" destination="94" />
<arc exit="northwest" move="northwest" destination="83" />
<arc exit="go" move="go small building" destination="173" />
</node>
<node id="92" name="The Enclave, Athor Boren">
<description>A quaint cottage has been constructed against the sheer rock cliff that serves as the town's back wall. Well-kept flower beds line both the street in front of the small house and the brick walkway that leads to the dwelling's white painted door.</description>
<position x="-80" y="680" z="0" />
<arc exit="northeast" move="northeast" destination="83" />
<arc exit="south" move="south" destination="93" />
<arc exit="go" move="go quaint cottage" destination="188" />
</node>
<node id="93" name="The Enclave, Athor Boren">
<description>A steep cliff rises along this edge of the town, acting as a back wall. Little rivulets of water flow briskly down the overhanging face of rock, providing moisture for the tufts of grass growing up through the cracks in the cobblestones.</description>
<position x="-80" y="700" z="0" />
<arc exit="north" move="north" destination="92" />
<arc exit="east" move="east" destination="94" />
<arc exit="south" move="south" destination="95" />
<arc exit="go" move="go wood shack" destination="175" />
</node>
<node id="94" name="The Enclave, Bonfa Jegu">
<description>A few rough looking warehouses line the road along this area. The buildings are surrounded with a tall metal fence, topped with sharp spikes.</description>
<position x="-60" y="700" z="0" />
<arc exit="northeast" move="northeast" destination="91" />
<arc exit="south" move="south" destination="96" />
<arc exit="southwest" move="southwest" destination="95" />
<arc exit="west" move="west" destination="93" />
</node>
<node id="95" name="The Enclave, Jaalfilt Jegu">
<description>Stacks of barrels and crates fill this corner of town. A massive heap of trash is piled up outside of a large building. Thick black smoke billows out of a huge brick smokestack built against the structure.</description>
<position x="-80" y="720" z="0" />
<arc exit="north" move="north" destination="93" />
<arc exit="northeast" move="northeast" destination="94" />
<arc exit="east" move="east" destination="96" />
<arc exit="climb" move="climb wooden ladder" destination="103" />
</node>
<node id="96" name="The Enclave, Jaalfilt Jegu">
<description>A sickly yellow building built on this intersection has a rough chimney spewing unhealthy looking brown smoke that stinks of rotten flesh. The cobblestones of the road are stained with sallow patches.</description>
<position x="-60" y="720" z="0" />
<arc exit="north" move="north" destination="94" />
<arc exit="east" move="east" destination="97" />
<arc exit="west" move="west" destination="95" />
<arc exit="go" move="go building" destination="176" />
</node>
<node id="97" name="The Enclave, Jaalfilt Jegu">
<description>Dark blotches and oily stains cover the street, the town wall, and the backs of the buildings. The whole area smells rank with the fumes coming from nearby businesses.</description>
<position x="-40" y="720" z="0" />
<arc exit="east" move="east" destination="90" />
<arc exit="west" move="west" destination="96" />
</node>
<node id="98" name="The Enclave, Smuggler's Wharf">
<description>Ships of all sizes are tied up to these docks that extend well into the protected bay. Shabbily dressed guards keep a sharp eye on the pier entrances. Shipment crates are stacked up under tattered canvas shelters that line the wharf area.</description>
<position x="20" y="740" z="0" />
<arc exit="northwest" move="northwest" destination="89" />
<arc exit="go" move="go shimmering archway" destination="99" />
<arc exit="go" move="go wharf" destination="100" />
</node>
<node id="99" name="Droughtman's Maze, The Opal Lounge" note="MapTF1_The_Arch.xml|Arch">
<description>The lighting here is dim, but not enough to obscure the opalescent wallpaper. Couches and upholstered chairs in every shade of the rainbow are scattered around the room in groups, surrounding tables set with food. A bar occupies one wall, which is hung with a mirror that only magnifies the maelstrom of color in the room. One has to wonder, is the decor an attempt at opulence, or is it intended to induce patrons to drink more, just to blunt their senses?</description>
<position x="60" y="760" z="0" />
<arc exit="east" move="east" />
<arc exit="west" move="west" />
<arc exit="go" move="go d-shaped door" destination="98" />
</node>
<node id="100" name="Smuggler's Wharf">
<description>The dock is strongly constructed of long planks that have been stained with a tar mixture to provide some weather protection. Crates, stacked up along the length of the wharf, are covered with heavy canvas tarps.</description>
<position x="20" y="760" z="0" />
<arc exit="south" move="south" destination="101" />
<arc exit="west" move="west" destination="102" />
<arc exit="go" move="go ramp" destination="98" />
</node>
<node id="101" name="Sumilo Dock" note="Sumilo Dock">
<description>The platform of the dock is wrapped around with a thick, spongy material that protects it from being damaged when ships pull up. The dock planks are deeply scarred from the loading and unloading of cargo.</description>
<position x="20" y="780" z="0" />
<arc exit="north" move="north" destination="100" />
</node>
<node id="102" name="Smuggler's Wharf">
<description>Huge pilings that support the dock are reinforced with bands of iron. Thick cables run between posts set along the edge of the dock, guarding against accidental falls.</description>
<position x="0" y="760" z="0" />
<arc exit="east" move="east" destination="100" />
</node>
<node id="103" name="The Enclave, South Wall" note="Tail Tattoos" color="#FF0000">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the ocean and any approaching ships. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="-80" y="740" z="0" />
<arc exit="east" move="east" destination="104" />
<arc exit="climb" move="climb wooden ladder" destination="95" />
</node>
<node id="104" name="The Enclave, South Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the ocean and any approaching ships. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="-60" y="740" z="0" />
<arc exit="east" move="east" destination="105" />
<arc exit="west" move="west" destination="103" />
</node>
<node id="105" name="The Enclave, South Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the ocean and any approaching ships. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="-40" y="740" z="0" />
<arc exit="east" move="east" destination="106" />
<arc exit="west" move="west" destination="104" />
</node>
<node id="106" name="The Enclave, South Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the ocean and any approaching ships. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="-20" y="740" z="0" />
<arc exit="east" move="east" destination="107" />
<arc exit="west" move="west" destination="105" />
</node>
<node id="107" name="The Enclave, South Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the city's dock area. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="0" y="740" z="0" />
<arc exit="west" move="west" destination="106" />
<arc exit="go" move="go hanging bridge" destination="108" />
</node>
<node id="108" name="The Enclave, East Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the city's dock area. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="20" y="720" z="0" />
<arc exit="north" move="north" destination="109" />
<arc exit="go" move="go hanging bridge" destination="107" />
</node>
<node id="109" name="The Enclave, East Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the eastern cliffs that enclose the island. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="20" y="700" z="0" />
<arc exit="north" move="north" destination="110" />
<arc exit="south" move="south" destination="108" />
</node>
<node id="110" name="The Enclave, East Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the eastern cliffs that enclose the island. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="20" y="680" z="0" />
<arc exit="north" move="north" destination="111" />
<arc exit="south" move="south" destination="109" />
<arc exit="climb" move="climb wooden ladder" destination="86" />
</node>
<node id="111" name="The Enclave, East Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the main gate that leads out to the island's interior. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="20" y="640" z="0" />
<arc exit="south" move="south" destination="110" />
<arc exit="go" move="go hanging bridge" destination="112" />
</node>
<node id="112" name="The Enclave, North Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the main gate that leads out to the island's interior. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="0" y="620" z="0" />
<arc exit="west" move="west" destination="113" />
<arc exit="go" move="go hanging bridge" destination="111" />
</node>
<node id="113" name="The Enclave, North Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the surrounding wilderness. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="-20" y="620" z="0" />
<arc exit="east" move="east" destination="112" />
<arc exit="west" move="west" destination="114" />
</node>
<node id="114" name="The Enclave, North Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the surrounding wilderness. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="-40" y="620" z="0" />
<arc exit="east" move="east" destination="113" />
<arc exit="west" move="west" destination="115" />
</node>
<node id="115" name="The Enclave, North Wall">
<description>This wooden platform runs along the top of the wall, giving the city's guard a good view of the surrounding wilderness. A metal railing on the interior edge guards against accidental falls from this height.</description>
<position x="-60" y="620" z="0" />
<arc exit="east" move="east" destination="114" />
<arc exit="climb" move="climb wooden ladder" destination="82" />
</node>
<node id="116" name="Hara'jaal, Cypress Tree">
<description>The deep gouges time and weather have left in the trunk of this tree create an inviting perch for surveying the glade below. The splintered remains of one hefty branch lean precariously against the tree while the dark waters of the river swirl around its algae covered end.</description>
<position x="280" y="640" z="0" />
<arc exit="climb" move="climb tree trunk" destination="58" />
<arc exit="climb" move="climb large branch" destination="117" />
</node>
<node id="117" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The water becomes somewhat shallower through here as it sweeps southward, increasing speed as the river narrows. The clamor of a nearby waterfall can be easily distinguished as coming from upstream.</description>
<description>The water becomes somewhat shallower through here as it sweeps southward, increasing speed as the river narrows before plunging over a steep barricade of jammed logs and other debris. The clamor of a nearby waterfall can be easily distinguished as coming from upstream.</description>
<position x="300" y="640" z="0" />
<arc exit="north" move="swim north" destination="118" />
<arc exit="northeast" move="swim northeast" destination="148" />
<arc exit="east" move="swim east" destination="149" />
<arc exit="climb" move="climb cypress branch" destination="116" />
</node>
<node id="118" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>A dark slab of stone hangs over the water where the river has relentlessly worn away at the bank. The churning of the currents has a musical, almost hypnotic rhythm.</description>
<position x="300" y="620" z="0" />
<arc exit="north" move="swim north" destination="119" />
<arc exit="northeast" move="swim northeast" destination="147" />
<arc exit="east" move="swim east" destination="148" />
<arc exit="southeast" move="swim southeast" destination="149" />
<arc exit="south" move="swim south" destination="117" />
</node>
<node id="119" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>A small but steep waterfall empties across the breadth of the river, churning the black waters. The muddy bank provides no way to reach the shore along here. Sharp rocks poke through the river's surface, making the swift currents even more dangerous.</description>
<position x="300" y="600" z="0" />
<arc exit="east" move="swim east" destination="147" />
<arc exit="southeast" move="swim southeast" destination="148" />
<arc exit="south" move="swim south" destination="118" />
</node>
<node id="120" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The racing stream thunders against the riverbank, throwing up sheets of white-capped water. Trees, growing along the river's edge, seem to lean away from the ongoing chaos of the rapids.</description>
<description>The racing stream thunders against the riverbank, throwing up sheets of white-capped water. Trees, growing along the river's edge, seem to lean away from the ongoing chaos of the rapids formed as the torrents pour over a barricade to the north.</description>
<position x="300" y="660" z="0" />
<arc exit="east" move="swim east" destination="150" />
<arc exit="southeast" move="swim southeast" destination="151" />
<arc exit="south" move="swim south" destination="121" />
</node>
<node id="121" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The river rages, spinning out small whirlpools and dangerous eddies. Mud and water spray up out of the crashing waves.</description>
<position x="300" y="680" z="0" />
<arc exit="north" move="swim north" destination="120" />
<arc exit="northeast" move="swim northeast" destination="150" />
<arc exit="east" move="swim east" destination="151" />
<arc exit="southeast" move="swim southeast" destination="152" />
<arc exit="south" move="swim south" destination="122" />
</node>
<node id="122" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The black river beats roughly against tall patches of sedge grass that is growing along the riverbank. Rocks, jutting out of the water, make the currents quite choppy in places.</description>
<description>The black river beats roughly against tall patches of sedge grass growing along the riverbank. Rocks, jutting out of the water, make the currents quite choppy and provide a foundation for an enormous logjam to grow, which blocks further passage downstream.</description>
<position x="300" y="700" z="0" />
<arc exit="north" move="swim north" destination="121" />
<arc exit="northeast" move="swim northeast" destination="151" />
<arc exit="east" move="swim east" destination="152" />
<arc exit="south" move="swim south" destination="123" />
<arc exit="climb" move="climb sedge grass" destination="61" />
</node>
<node id="123" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Sedge grass grows tall along the riverbank, blocking most of the muddy shore from view. The sound of the swift-moving water fills the area with its loud rumbling.</description>
<position x="300" y="720" z="0" />
<arc exit="north" move="swim north" destination="122" />
<arc exit="northeast" move="swim northeast" destination="152" />
<arc exit="climb" move="climb sedge grass" destination="62" />
</node>
<node id="124" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The black waters of the Seord Fal run swiftly on its course. Trees, overhanging the riverbanks, send their branches down to brush against the water's surface.</description>
<description>The black waters of the Seord Fal run swiftly on its course. Trees overhanging the riverbanks send their branches down to brush against the water's surface.</description>
<position x="300" y="740" z="0" />
<arc exit="northeast" move="swim northeast" destination="153" />
<arc exit="east" move="swim east" destination="154" />
<arc exit="southeast" move="swim southeast" destination="145" />
<arc exit="south" move="swim south" destination="125" />
<arc exit="climb" move="climb sedge grass" destination="63" />
</node>
<node id="125" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Beyond some sedge grass, growing along the riverbank, is a muddy trail which leads away from the river. Slippery rocks make the footing treacherous all along the river's boundaries.</description>
<description>Beyond some sedge grass growing along the riverbank is a muddy trail which leads away from the river. Slippery rocks make the footing treacherous all along the river's boundaries.</description>
<position x="300" y="760" z="0" />
<arc exit="north" move="swim north" destination="124" />
<arc exit="northeast" move="swim northeast" destination="154" />
<arc exit="east" move="swim east" destination="145" />
<arc exit="southeast" move="swim southeast" destination="127" />
<arc exit="south" move="swim south" destination="126" />
<arc exit="climb" move="climb sedge grass" destination="64" />
</node>
<node id="126" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The river turns sharply to the east here, making the riverbank almost unreachable in the mighty currents. The waters pound against the cliffs to the south.</description>
<position x="300" y="780" z="0" />
<arc exit="north" move="swim north" destination="125" />
<arc exit="northeast" move="swim northeast" destination="145" />
<arc exit="east" move="swim east" destination="127" />
<arc exit="climb" move="climb steep cliff" destination="65" />
</node>
<node id="127" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The thunderous watercourse continues on speedily as it makes its way south. Slippery rocks make up the streambed, making the river even more hazardous.</description>
<description>The thunderous watercourse flows on speedily as it makes its way south. Slippery rocks make up the streambed, making the river even more hazardous. The waters pour through a gap in the logjam to the south, funneled into a mighty torrent.</description>
<position x="320" y="780" z="0" />
<arc exit="north" move="swim north" destination="145" />
<arc exit="northeast" move="swim northeast" destination="146" />
<arc exit="east" move="swim east" destination="144" />
<arc exit="south" move="swim south" destination="128" />
<arc exit="west" move="swim west" destination="126" />
<arc exit="northwest" move="swim northwest" destination="125" />
</node>
<node id="128" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The black river cuts a deep channel, creating steep stone cliffs that are unreachable due to the swiftly moving water. Wisps of fog hang over the cold stream.</description>
<description>The black river cuts a deep channel, creating steep stone cliffs that are unreachable due to the swiftly moving water. Wisps of fog hang over the cold rapids.</description>
<position x="320" y="800" z="0" />
<arc exit="north" move="swim north" destination="127" />
<arc exit="east" move="swim east" destination="129" />
<arc exit="southeast" move="swim southeast" destination="130" />
</node>
<node id="129" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Though the river is not quite as wide through here, the riverbank is increasingly steep. The currents shift and dance wildy as the stream speeds southward.</description>
<position x="340" y="800" z="0" />
<arc exit="southeast" move="swim southeast" destination="143" />
<arc exit="south" move="swim south" destination="130" />
<arc exit="west" move="swim west" destination="128" />
</node>
<node id="130" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Large fingers of rock cut through the surface of the river, chopping the water into waves of white foam. Trees atop the stream's sheer edge send roots down the bank.</description>
<position x="340" y="820" z="0" />
<arc exit="north" move="swim north" destination="129" />
<arc exit="east" move="swim east" destination="143" />
<arc exit="southeast" move="swim southeast" destination="142" />
<arc exit="south" move="swim south" destination="131" />
<arc exit="northwest" move="swim northwest" destination="128" />
<arc exit="climb" move="climb tree roots" destination="164" />
</node>
<node id="131" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Black waters boil over the rocks in the river. The swift currents pull everything southward towards the open sea.</description>
<position x="340" y="840" z="0" />
<arc exit="north" move="swim north" destination="130" />
<arc exit="northeast" move="swim northeast" destination="143" />
<arc exit="east" move="swim east" destination="142" />
<arc exit="southeast" move="swim southeast" destination="132" />
</node>
<node id="132" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Sandy deltas, covered with thorny brush, split up the river into smaller branches as it makes its final approach to the open sea. Sprays of cold mist shoot up from the choppy currents as they beat up against the tongues of land.</description>
<position x="360" y="860" z="0" />
<arc exit="east" move="swim east" destination="137" />
<arc exit="south" move="swim south" destination="135" />
<arc exit="southwest" move="swim southwest" destination="133" />
<arc exit="northwest" move="swim northwest" destination="131" />
</node>
<node id="133" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Deep channels hold the swift black waters in a tight embrace. Wisps of fog enwreathe fingers of rock that poke through the river's surface.</description>
<description>Deep channels hold the swift, black waters in a tight embrace. Wisps of fog enwreathe fingers of rock that poke through the river's surface.</description>
<position x="340" y="880" z="0" />
<arc exit="northeast" move="swim northeast" destination="132" />
<arc exit="southwest" move="swim southwest" destination="134" />
</node>
<node id="134" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The black river dumps out into the wide open sea, creating strong crosscurrents and eddies. A sandbar disappears amongst the thick vegetation along the shore.</description>
<description>The black river dumps out into the wide-open sea, creating strong crosscurrents and eddies. A sandbar disappears amongst the thick vegetation along the shore.</description>
<position x="320" y="900" z="0" />
<arc exit="northeast" move="swim northeast" destination="133" />
<arc exit="climb" move="climb shore" destination="164" />
</node>
<node id="135" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Swirling currents eat away at the tongues of rock and sand that cut into the river. Cold air blows off the black water, giving birth to little curls of haze.</description>
<position x="360" y="880" z="0" />
<arc exit="north" move="swim north" destination="132" />
<arc exit="south" move="swim south" destination="136" />
</node>
<node id="136" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The black river dumps out into the wide open sea, creating strong crosscurrents and eddies. A sandbar near the mouth of the river creates a natural bridge towards the shore.</description>
<position x="360" y="900" z="0" />
<arc exit="north" move="swim north" destination="135" />
<arc exit="climb" move="climb sandbar" destination="134" />
</node>
<node id="137" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Sandy deltas, covered with thorny brush, split up the river into smaller branches as it makes its final approach to the open sea. Sprays of cold mist shoot up from the choppy currents as they beat up against the tongues of land.</description>
<position x="380" y="860" z="0" />
<arc exit="southeast" move="swim southeast" destination="140" />
<arc exit="south" move="swim south" destination="138" />
<arc exit="west" move="swim west" destination="132" />
</node>
<node id="138" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Sharp rocks cut through the surface of the speeding river. The black water thunders against the edges of the sandy deltas that wall in the stream.</description>
<position x="380" y="880" z="0" />
<arc exit="north" move="swim north" destination="137" />
<arc exit="south" move="swim south" destination="139" />
</node>
<node id="139" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The black river dumps out into the wide open sea, creating strong crosscurrents and eddies. A sandbar near the mouth of the river creates a natural bridge towards the shore.</description>
<description>The black river dumps out into the wide-open sea, creating strong crosscurrents and eddies. A sandbar near the mouth of the river creates a natural bridge towards the shore.</description>
<position x="380" y="900" z="0" />
<arc exit="north" move="swim north" destination="138" />
<arc exit="climb" move="climb sandbar" destination="136" />
</node>
<node id="140" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Dark thorny brush lines the riverbanks like tall walls. The rough currents roar loudly as they fling themselves against the rocks in the stream.</description>
<description>Dark, thorny brush lines the riverbanks like tall walls. The rough currents roar loudly as they fling themselves against the rocks in the stream.</description>
<position x="400" y="880" z="0" />
<arc exit="southeast" move="swim southeast" destination="141" />
<arc exit="northwest" move="swim northwest" destination="137" />
</node>
<node id="141" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The black river dumps out into the wide open sea, creating strong crosscurrents and eddies. A sandbar near the mouth of the river creates a natural bridge towards the shore.</description>
<description>The black river dumps out into the wide-open sea, creating strong crosscurrents and eddies. A sandbar near the mouth of the river creates a natural bridge towards the shore.</description>
<position x="420" y="900" z="0" />
<arc exit="northwest" move="swim northwest" destination="140" />
<arc exit="climb" move="climb sandbar" destination="139" />
</node>
<node id="142" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The river seethes violently, throwing up sprays of mist that cool the air. Sharp rocks cut through the surface of the stream, providing the racing water with something to slam against.</description>
<description>The river seethes violently, throwing up sprays of mist that cool the air. Sharp rocks cut through the surface of the stream, providing little obstacle to the racing waters before they slam against the wall of logs to the south.</description>
<position x="360" y="840" z="0" />
<arc exit="north" move="swim north" destination="143" />
<arc exit="west" move="swim west" destination="131" />
<arc exit="northwest" move="swim northwest" destination="130" />
</node>
<node id="143" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>Swirling eddies beat against the shore and the rocks visible standing in the stream. A light fog overhangs the river, churned up from the cold waters.</description>
<description>Swirling eddies beat against the shore and the rocks visible standing in the cascade. A light fog overhangs the river, churned up from the cold waters.</description>
<position x="360" y="820" z="0" />
<arc exit="south" move="swim south" destination="142" />
<arc exit="southwest" move="swim southwest" destination="131" />
<arc exit="west" move="swim west" destination="130" />
<arc exit="northwest" move="swim northwest" destination="129" />
</node>
<node id="144" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The stream has grown much wider here, making the riverbank unreachable in the mighty currents. Skeletal trees, swallowed by flooding waters, emerge from the river's surface.</description>
<description>The torrent moves swiftly and treacherously over large rocks to create rapids, making the riverbank unreachable in the mighty currents. Skeletal trees, swallowed by flooding waters, emerge from the river's surface. Downed trees have piled up here, creating an barrier preventing passage downstream.</description>
<position x="340" y="780" z="0" />
<arc exit="north" move="swim north" destination="146" />
<arc exit="west" move="swim west" destination="127" />
<arc exit="northwest" move="swim northwest" destination="145" />
</node>
<node id="145" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The thunderous watercourse crashes onward as it makes its way south. Rocks and rushing water make the river extremely hazardous to traverse.</description>
<position x="320" y="760" z="0" />
<arc exit="north" move="swim north" destination="154" />
<arc exit="northeast" move="swim northeast" destination="155" />
<arc exit="east" move="swim east" destination="146" />
<arc exit="southeast" move="swim southeast" destination="144" />
<arc exit="south" move="swim south" destination="127" />
<arc exit="southwest" move="swim southwest" destination="126" />
<arc exit="west" move="swim west" destination="125" />
<arc exit="northwest" move="swim northwest" destination="124" />
</node>
<node id="146" name="Hara'jaal, Seord Fal" color="#0000FF">
<description>The river widens here and the riverbank climbs steeply from the mighty currents. Skeletal trees, swallowed by flooding waters, emerge from the river's surface.</description>
<position x="340" y="760" z="0" />
<arc exit="north" move="swim north" destination="155" />
<arc exit="south" move="swim south" destination="144" />