-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathalzadaal_undersea_ruins.json
4411 lines (4279 loc) · 144 KB
/
alzadaal_undersea_ruins.json
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
{
"id": 72,
"name": "Alzadaal Undersea Ruins",
"actors": [
{
"id": 17072192,
"name": "",
"events": [
{
"id": 123,
"dialogue": [
{
"id": 6355,
"string": "1\u0000\u0007The shared memories of generations of mooglekind flood into your mind, granting you the ability to decipher the cryptic glyphs of your \u0001\u00053????..."
},
{
"id": 6356,
"string": "1\u0000\u0007Review which trial?\u0007\u000bTrial \n\u0000.\u0007Trial \n\u0001.\u0007Trial \n\u0002.\u0007Trial \n\u0003.\u0007Trial \n\u0004.\u0007Trial \n\u0005.\u0007Trial \n\u0006.\u0007Trial \n\u0007.\u0007Trial \n\b.\u0007Trial \n\t.\u0007Moogle's Almanack.\u0007Return."
},
{
"id": 6361,
"string": "1\u0000\u0007You open the tome to the ??Moogle's Almanack?? chapter and peruse its weather prognostication pages."
},
{
"id": 6371,
"string": "1\u0000\u0007Close observation of the sky reveals that the weather in this area today will be \u0001\u0005\u0017????."
},
{
"id": 6368,
"string": "1\u0000\u0007Close observation of the sky reveals that the weather in this area today will be \u0001\u0005\u0017????. There is also the possibility of \u0001\u0005\u0018????, so caution is in order."
},
{
"id": 6365,
"string": "1\u0000\u0007Close observation of the sky reveals that the weather in this area today will be \u0001\u0005\u0017???? with a chance of \u0001\u0005\u0018????."
},
{
"id": 6362,
"string": "1\u0000\u0007Close observation of the sky reveals that the weather in this area today will be \u0001\u0005\u0017???? with occasional \u0001\u0005\u0018????. There is also a slight chance of \u0001\u0005\u0018????, so caution is in order."
},
{
"id": 6372,
"string": "1\u0000\u0007Predicting ahead, tomorrow's weather looks to be \u0001\u0005\u0017????."
},
{
"id": 6369,
"string": "1\u0000\u0007Predicting ahead, tomorrow's weather looks to be \u0001\u0005\u0017????. There is also the possibility of \u0001\u0005\u0018????, so caution is in order."
},
{
"id": 6366,
"string": "1\u0000\u0007Predicting ahead, tomorrow's weather looks to be \u0001\u0005\u0017???? with a chance of \u0001\u0005\u0018????."
},
{
"id": 6363,
"string": "1\u0000\u0007Predicting ahead, tomorrow's weather looks to be \u0001\u0005\u0017???? with occasional \u0001\u0005\u0018????. There is also a slight chance of \u0001\u0005\u0018????, so caution is in order."
},
{
"id": 6373,
"string": "1\u0000\u0007Finally, the forecast for the day after tomorrow calls for \u0001\u0005\u0018????."
},
{
"id": 6370,
"string": "1\u0000\u0007Finally, the forecast for the day after tomorrow calls for \u0001\u0005\u0018????. There is also the possibility of \u0001\u0005\u0018????, so caution is advised."
},
{
"id": 6367,
"string": "1\u0000\u0007Finally, the forecast for the day after tomorrow calls for \u0001\u0005\u0018???? with a chance of \u0001\u0005\u0018????."
},
{
"id": 6364,
"string": "1\u0000\u0007Finally, the forecast for the day after tomorrow calls for \u0001\u0005\u0018???? with occasional \u0001\u0005\u0018????. There is also a slight chance of \u0001\u0005\u0018????, so caution is in order."
}
]
}
]
},
{
"id": 17072214,
"name": "Gilded Doors",
"events": [
{
"id": 1,
"dialogue": [
]
}
]
},
{
"id": 17072216,
"name": "Gilded Doors",
"events": [
{
"id": 106,
"dialogue": [
{
"id": 7217,
"string": "1\u0000\u0007Enter the gate?\u0007\u000bYes.\u0007No."
}
]
},
{
"id": 107,
"dialogue": [
{
"id": 7218,
"string": "1\u0000\u0007Leave through the gate?\u0007\u000bYes.\u0007No."
}
]
}
]
},
{
"id": 17072217,
"name": "Gilded Doors",
"events": [
{
"id": 114,
"dialogue": [
{
"id": 7217,
"string": "1\u0000\u0007Enter the gate?\u0007\u000bYes.\u0007No."
}
]
},
{
"id": 115,
"dialogue": [
{
"id": 7218,
"string": "1\u0000\u0007Leave through the gate?\u0007\u000bYes.\u0007No."
}
]
}
]
},
{
"id": 17072226,
"name": "_20n",
"events": [
{
"id": 410,
"dialogue": [
]
}
]
},
{
"id": 17072227,
"name": "Gilded Gateway",
"events": [
{
"id": 410,
"dialogue": [
{
"id": 7429,
"string": "1\u0000\u0007The suggested level for \u0001\b???????? is \n\u0003.\u0007Place a level restriction on the party?"
},
{
"id": 7430,
"string": "1\u0000\u0007Place a level restriction?\u0007\u000bNo.\u0007Level 70.\u0007Level 60.\u0007Level 50."
},
{
"id": 7448,
"string": "n.\u0000\u0007You are not in possession of \u0001\u00056????.\u0007Unable to enter are"
},
{
"id": 7431,
"string": "1\u0000\u0007Your party's level will be \f\b[unrestricted\/restricted to 70\/restricted to 60\/restricted to 50] for ??\u0001\b????????.?? "
},
{
"id": 7433,
"string": "1\u0000\u0007Accept this setting?\u0007\u000bYes.\u0007No."
},
{
"id": 7434,
"string": "1\u0000\u0007Only nearby party members with the same objective will accompany you to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]."
},
{
"id": 7435,
"string": "1\u0000\u0007Please confirm that all party members are cleared to enter \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]."
},
{
"id": 7436,
"string": "1\u0000\u0007All party members with the appropriate clearance will now be transported to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]. Are you ready?"
},
{
"id": 7437,
"string": "1\u0000\u0007Are you ready?\u0007\u000bYes.\u0007No."
},
{
"id": 7444,
"string": "r.\u0000\u0007Connecting to server.\u0007Please wai"
},
{
"id": 7438,
"string": "1\u0000\u0007Commencing transport to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants"
},
{
"id": 7439,
"string": "]!\u0000\u0007Entry into \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants] has been suspende"
},
{
"id": 7439,
"string": "]!\u0000\u0007Entry into \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants] has been suspende"
}
]
}
]
},
{
"id": 17072228,
"name": "_20o",
"events": [
{
"id": 300,
"dialogue": [
]
},
{
"id": 301,
"dialogue": [
]
},
{
"id": 304,
"dialogue": [
]
},
{
"id": 408,
"dialogue": [
]
}
]
},
{
"id": 17072229,
"name": "Gilded Gateway",
"events": [
{
"id": 304,
"dialogue": [
{
"id": 7244,
"string": "1\u0000\u0007Pass through the gate?\u0007\u000bYes.\u0007No."
}
]
},
{
"id": 408,
"dialogue": [
{
"id": 7429,
"string": "1\u0000\u0007The suggested level for \u0001\b???????? is \n\u0003.\u0007Place a level restriction on the party?"
},
{
"id": 7430,
"string": "1\u0000\u0007Place a level restriction?\u0007\u000bNo.\u0007Level 70.\u0007Level 60.\u0007Level 50."
},
{
"id": 7448,
"string": "n.\u0000\u0007You are not in possession of \u0001\u00056????.\u0007Unable to enter are"
},
{
"id": 7431,
"string": "1\u0000\u0007Your party's level will be \f\b[unrestricted\/restricted to 70\/restricted to 60\/restricted to 50] for ??\u0001\b????????.?? "
},
{
"id": 7433,
"string": "1\u0000\u0007Accept this setting?\u0007\u000bYes.\u0007No."
},
{
"id": 7434,
"string": "1\u0000\u0007Only nearby party members with the same objective will accompany you to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]."
},
{
"id": 7435,
"string": "1\u0000\u0007Please confirm that all party members are cleared to enter \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]."
},
{
"id": 7436,
"string": "1\u0000\u0007All party members with the appropriate clearance will now be transported to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]. Are you ready?"
},
{
"id": 7437,
"string": "1\u0000\u0007Are you ready?\u0007\u000bYes.\u0007No."
},
{
"id": 7444,
"string": "r.\u0000\u0007Connecting to server.\u0007Please wai"
},
{
"id": 7438,
"string": "1\u0000\u0007Commencing transport to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants"
},
{
"id": 7439,
"string": "]!\u0000\u0007Entry into \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants] has been suspende"
},
{
"id": 7439,
"string": "]!\u0000\u0007Entry into \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants] has been suspende"
}
]
}
]
},
{
"id": 17072230,
"name": "_20p",
"events": [
{
"id": 407,
"dialogue": [
]
}
]
},
{
"id": 17072231,
"name": "Gilded Gateway",
"events": [
{
"id": 407,
"dialogue": [
{
"id": 7429,
"string": "1\u0000\u0007The suggested level for \u0001\b???????? is \n\u0003.\u0007Place a level restriction on the party?"
},
{
"id": 7430,
"string": "1\u0000\u0007Place a level restriction?\u0007\u000bNo.\u0007Level 70.\u0007Level 60.\u0007Level 50."
},
{
"id": 7448,
"string": "n.\u0000\u0007You are not in possession of \u0001\u00056????.\u0007Unable to enter are"
},
{
"id": 7431,
"string": "1\u0000\u0007Your party's level will be \f\b[unrestricted\/restricted to 70\/restricted to 60\/restricted to 50] for ??\u0001\b????????.?? "
},
{
"id": 7433,
"string": "1\u0000\u0007Accept this setting?\u0007\u000bYes.\u0007No."
},
{
"id": 7434,
"string": "1\u0000\u0007Only nearby party members with the same objective will accompany you to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]."
},
{
"id": 7435,
"string": "1\u0000\u0007Please confirm that all party members are cleared to enter \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]."
},
{
"id": 7436,
"string": "1\u0000\u0007All party members with the appropriate clearance will now be transported to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]. Are you ready?"
},
{
"id": 7437,
"string": "1\u0000\u0007Are you ready?\u0007\u000bYes.\u0007No."
},
{
"id": 7444,
"string": "r.\u0000\u0007Connecting to server.\u0007Please wai"
},
{
"id": 7438,
"string": "1\u0000\u0007Commencing transport to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants"
},
{
"id": 7439,
"string": "]!\u0000\u0007Entry into \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants] has been suspende"
},
{
"id": 7439,
"string": "]!\u0000\u0007Entry into \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants] has been suspende"
}
]
}
]
},
{
"id": 17072232,
"name": "_20q",
"events": [
{
"id": 409,
"dialogue": [
]
}
]
},
{
"id": 17072233,
"name": "Gilded Gateway",
"events": [
{
"id": 409,
"dialogue": [
{
"id": 7429,
"string": "1\u0000\u0007The suggested level for \u0001\b???????? is \n\u0003.\u0007Place a level restriction on the party?"
},
{
"id": 7430,
"string": "1\u0000\u0007Place a level restriction?\u0007\u000bNo.\u0007Level 70.\u0007Level 60.\u0007Level 50."
},
{
"id": 7448,
"string": "n.\u0000\u0007You are not in possession of \u0001\u00056????.\u0007Unable to enter are"
},
{
"id": 7431,
"string": "1\u0000\u0007Your party's level will be \f\b[unrestricted\/restricted to 70\/restricted to 60\/restricted to 50] for ??\u0001\b????????.?? "
},
{
"id": 7433,
"string": "1\u0000\u0007Accept this setting?\u0007\u000bYes.\u0007No."
},
{
"id": 7434,
"string": "1\u0000\u0007Only nearby party members with the same objective will accompany you to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]."
},
{
"id": 7435,
"string": "1\u0000\u0007Please confirm that all party members are cleared to enter \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]."
},
{
"id": 7436,
"string": "1\u0000\u0007All party members with the appropriate clearance will now be transported to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]. Are you ready?"
},
{
"id": 7437,
"string": "1\u0000\u0007Are you ready?\u0007\u000bYes.\u0007No."
},
{
"id": 7444,
"string": "r.\u0000\u0007Connecting to server.\u0007Please wai"
},
{
"id": 7438,
"string": "1\u0000\u0007Commencing transport to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants"
},
{
"id": 7439,
"string": "]!\u0000\u0007Entry into \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants] has been suspende"
},
{
"id": 7439,
"string": "]!\u0000\u0007Entry into \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants] has been suspende"
}
]
}
]
},
{
"id": 17072234,
"name": "Runic Seal",
"events": [
{
"id": 116,
"dialogue": [
]
},
{
"id": 405,
"dialogue": [
{
"id": 7429,
"string": "1\u0000\u0007The suggested level for \u0001\b???????? is \n\u0003.\u0007Place a level restriction on the party?"
},
{
"id": 7430,
"string": "1\u0000\u0007Place a level restriction?\u0007\u000bNo.\u0007Level 70.\u0007Level 60.\u0007Level 50."
},
{
"id": 7448,
"string": "n.\u0000\u0007You are not in possession of \u0001\u00056????.\u0007Unable to enter are"
},
{
"id": 7431,
"string": "1\u0000\u0007Your party's level will be \f\b[unrestricted\/restricted to 70\/restricted to 60\/restricted to 50] for ??\u0001\b????????.?? "
},
{
"id": 7433,
"string": "1\u0000\u0007Accept this setting?\u0007\u000bYes.\u0007No."
},
{
"id": 7434,
"string": "1\u0000\u0007Only nearby party members with the same objective will accompany you to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]."
},
{
"id": 7435,
"string": "1\u0000\u0007Please confirm that all party members are cleared to enter \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]."
},
{
"id": 7436,
"string": "1\u0000\u0007All party members with the appropriate clearance will now be transported to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants]. Are you ready?"
},
{
"id": 7437,
"string": "1\u0000\u0007Are you ready?\u0007\u000bYes.\u0007No."
},
{
"id": 7444,
"string": "r.\u0000\u0007Connecting to server.\u0007Please wai"
},
{
"id": 7441,
"string": "a.\u0000\u0007You cannot enter at this time. Please wait a while before trying agai"
},
{
"id": 7438,
"string": "1\u0000\u0007Commencing transport to \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants"
},
{
"id": 7441,
"string": "a.\u0000\u0007You cannot enter at this time. Please wait a while before trying agai"
},
{
"id": 7439,
"string": "]!\u0000\u0007Entry into \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants] has been suspende"
},
{
"id": 7439,
"string": "]!\u0000\u0007Entry into \f\u0004[Leujaoam Sanctum\/the Mamool Ja Training Grounds\/Lebros Cavern\/Periqia\/Ilrusi Atoll\/Nyzul Isle\/The Ashu Talif\/Zhayolm Remnants\/Arrapago Remnants\/Bhaflau Remnants\/Silver Sea Remnants] has been suspende"
}
]
}
]
},
{
"id": 17072236,
"name": "Runic Portal",
"events": [
{
"id": 117,
"dialogue": [
{
"id": 7219,
"string": "1\u0000\u0007Use the device?\u0007\u000bYes.\u0007No."
}
]
},
{
"id": 121,
"dialogue": [
{
"id": 7221,
"string": "1\u0000\u0007Attuning yourself to this runic portal will open a path to the Chamber of Passage."
},
{
"id": 7219,
"string": "1\u0000\u0007Use the device?\u0007\u000bYes.\u0007No."
},
{
"id": 7227,
"string": "e.\u0000\u0007\b has attuned ?[himself\/herself] to the runic portal, and opened a path from the Nyzul Isle staging point to the Chamber of Passag"
}
]
}
]
},
{
"id": 17072237,
"name": "Runic Portal",
"events": [
{
"id": 118,
"dialogue": [
{
"id": 7219,
"string": "1\u0000\u0007Use the device?\u0007\u000bYes.\u0007No."
}
]
},
{
"id": 122,
"dialogue": [
{
"id": 7221,
"string": "1\u0000\u0007Attuning yourself to this runic portal will open a path to the Chamber of Passage."
},
{
"id": 7219,
"string": "1\u0000\u0007Use the device?\u0007\u000bYes.\u0007No."
},
{
"id": 7227,
"string": "e.\u0000\u0007\b has attuned ?[himself\/herself] to the runic portal, and opened a path from the Nyzul Isle staging point to the Chamber of Passag"
}
]
}
]
},
{
"id": 17072238,
"name": "???",
"events": [
{
"id": 1,
"dialogue": [
{
"id": 7249,
"string": "1\u0000\u0007Hey, now!\u0007This is an ancient ruin you have the privilege to be in. Try not to disturb the--"
},
{
"id": 7253,
"string": "1\u0000\u0007But if you keep up that ruckus, who knows what sort of unwanted attention you'll attract?"
},
{
"id": 7254,
"string": "1\u0000\u0007Even with us here to protect you, some monster might snatch you away into the shadows."
},
{
"id": 7255,
"string": "1\u0000\u0007They've even employed mercenaries from Salaheem's Sentinels to patrol the ruins for dangerous beasts."
},
{
"id": 7257,
"string": "1\u0000\u0007Many alchemists have fallen prey to the legions of foul creatures that stalk these halls."
},
{
"id": 7258,
"string": "1\u0000\u0007You know how on moonless nights you can hear the roar of the Cyan Deep echoing through the darkness?"
},
{
"id": 7259,
"string": "1\u0000\u0007That sound is really the wails of those lost alchemists as their spirits roam the ruins in despair..."
},
{
"id": 7260,
"string": "1\u0000\u0007Rishfee!"
},
{
"id": 7261,
"string": "1\u0000\u0007That's quite enough. The poor child is shaking in fear."
},
{
"id": 7265,
"string": "1\u0000\u0007!!!"
}
]
},
{
"id": 2,
"dialogue": [
]
},
{
"id": 3,
"dialogue": [
{
"id": 7400,
"string": "1\u0000\u0007It is too late for him..."
}
]
},
{
"id": 4,
"dialogue": [
]
},
{
"id": 5,
"dialogue": [
]
},
{
"id": 6,
"dialogue": [
{
"id": 7482,
"string": "1\u0000\u0007Letting the San d'Orian spy live was the right move, it seems..."
}
]
},
{
"id": 7,
"dialogue": [
]
},
{
"id": 8,
"dialogue": [
]
},
{
"id": 9,
"dialogue": [
]
},
{
"id": 10,
"dialogue": [
]
},
{
"id": 11,
"dialogue": [
]
},
{
"id": 306,
"dialogue": [
]
},
{
"id": 307,
"dialogue": [
]
},
{
"id": 308,
"dialogue": [
]
},
{
"id": 309,
"dialogue": [
]
}
]
},
{
"id": 17072239,
"name": "",
"events": [
{
"id": 1,
"dialogue": [
]
},
{
"id": 2,
"dialogue": [
]
},
{
"id": 3,
"dialogue": [
]
},
{
"id": 4,
"dialogue": [
]
},
{
"id": 5,
"dialogue": [
]
},
{
"id": 6,
"dialogue": [
]
},
{
"id": 7,
"dialogue": [
]
},
{
"id": 8,
"dialogue": [
]
},
{
"id": 9,
"dialogue": [
]
},
{
"id": 10,
"dialogue": [
]
},
{
"id": 11,
"dialogue": [
]
},
{
"id": 307,
"dialogue": [
]
}
]
},
{
"id": 17072240,
"name": "",
"events": [
{
"id": 9,
"dialogue": [
]
},
{
"id": 10,
"dialogue": [
]
},
{
"id": 124,
"dialogue": [
]
},
{
"id": 125,
"dialogue": [
]
}
]
},
{
"id": 17072241,
"name": "",
"events": [
{
"id": 10,
"dialogue": [
]
}
]
},
{
"id": 17072242,
"name": "",
"events": [
{
"id": 1,
"dialogue": [
{
"id": 7279,
"string": "1\u0000\u0007Which part of the ruins do you ask about?\u0007\u000bThe windows.\u0007The pillars.\u0007The floor."
}
]
},
{
"id": 2,
"dialogue": [
]
},
{
"id": 3,
"dialogue": [
]
},
{
"id": 4,
"dialogue": [
]
},
{
"id": 5,
"dialogue": [
]
}
]
},
{
"id": 17072243,
"name": "Yasfel",
"events": [
{
"id": 3,
"dialogue": [
{
"id": 7401,
"string": "1\u0000\u0007Magus armor does not enhance the magic of a blue mage."
},
{
"id": 7402,
"string": "1\u0000\u0007It brings you to the edge of the beast, and unshackles the power you are subconsciously repressing."
},
{
"id": 7403,
"string": "1\u0000\u0007Its one other property..."
},
{
"id": 7404,
"string": "1\u0000\u0007...is to suppress the physical ??transformation?? of the vessel."
},
{
"id": 7405,
"string": "1\u0000\u0007But do not rely on it to save you.\u0007Transformation is the fate of those who drown themselves in blue magic, and fail to control the power raging within."
},
{
"id": 7406,
"string": "1\u0000\u0007They lose the ability to maintain their form, and the mortal vessel is destroyed..."
},
{
"id": 7407,
"string": "1\u0000\u0007What you have just witnessed could very possibly happen to any one of us."
},
{
"id": 7408,
"string": "1\u0000\u0007You seem perplexed.\u0007This is the way of the blue mage--the path you have chosen."
},
{
"id": 7409,
"string": "1\u0000\u0007You cannot undo your choice."
},
{
"id": 7410,
"string": "1\u0000\u0007Your evolution cannot be stopped."
},
{
"id": 7411,
"string": "1\u0000\u0007There is no going back."
},
{
"id": 7412,
"string": "1\u0000\u0007But do not forget: our desire is also our strength."
},
{
"id": 7413,
"string": "1\u0000\u0007Hunt down the beast and gorge your fill!"
},
{
"id": 7414,
"string": "1\u0000\u0007Seize the power to forge your own destiny!"
}
]
},
{
"id": 5,
"dialogue": [
{
"id": 7416,
"string": "d!\u0000\u0007The vessel changes shape to meet its needs. Call it evolution."
},
{
"id": 7417,
"string": "1\u0000\u0007But those who completely lose their mortal form are no better than monsters..."
},
{
"id": 7419,
"string": "d?\u0000\u0007Heh..."
},
{
"id": 7420,
"string": "1\u0000\u0007No matter. You have faced the truth and taken the life of a colleague you never knew."
},
{
"id": 7421,
"string": "1\u0000\u0007Your actions do you credit."
},
{
"id": 7422,
"string": "1\u0000\u0007Now, perhaps, you will understand Raubahn...or should I say, Waoud?"
},
{
"id": 7423,
"string": "1\u0000\u0007Now you may understand the meaning behind his questions..."
}
]