-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagateanfamilyestatesmap.html
More file actions
905 lines (790 loc) · 19.1 KB
/
agateanfamilyestatesmap.html
File metadata and controls
905 lines (790 loc) · 19.1 KB
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
<!-- saved from url=(0069) -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" href="css/kloke.css">
<title>Secrets of the Bes Pelargic Family Estates</title>
<html lang="en">
<style>
.collapsible {
background-color: #777;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.active, .collapsible:hover {
background-color: #555;
}
.content {
padding: 0 18px;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
background-color: #f1f1f1;
}
</style>
</head>
<body>
<header>
<h1>Agatean Family Estate Maps v1.25</h1>
<h2>
** Warning: Contains spoilers **
</h2>
</header>
<main>
<div name="menu">
<a name="menu">
<h2>
Contents
</h2>
</a>
<a href="#fang">
<ul>Map of The Fang Estate</ul>
</a>
<a href="#hong">
<ul>Map of The Hong Estate</ul>
</a>
<a href="#mcsweeney">
<ul>Map of The McSweeney Estate</ul>
</a>
<a href="#sung">
<ul>Map of The Sung Estate</ul>
</a>
<a href="#tang">
<ul>Map of The Tang Island</ul>
</a>
<a href="#skills">
<ul>Skills Required for Missions</ul>
</a>
</div>
<div class="row" name="fangestate">
<h3>
<a name="fang">
Map of The Fang Estate, Pong Ping, Bes Pelargic
</a>
<a href="#menu">
^ Contents ^
</a>
</h3>
<div class="column" name="fangground">
<b>Ground Floor</b>
<pre>
*
|
* *-<mark>S</mark>-*
| |
L *
\ /
J *
| |
*-*-*-*-*-*
/ | | \
*-*-* *-* ^ *-*<mark>q</mark>* *-*-*
\ | | | /
*-*-*-<mark>E</mark>-*-*
| |
*-*-*-*
| |
* *
/ \
* *
| |
* *
| |
* *
</pre>
<li/><mark>E</mark> The Fang family entertainment room [s,e,w] - On the ornate cherry wood pedestal is a <mark>golden tiger statue</mark>.
<li/>J Lord Fang's study [s,nw]
<li/>L The Fang family library [n,se] - Gyutoyaguni (missions)
<li/><mark>S</mark> A shrine dedicated to Fang family ancestors [e,w,s] - On the tatami mat is a <mark>beautiful silver horn</mark>.
<li/>^ Up exit
<li/><mark>q</mark> Servants quarters - <mark>large golden goblet</mark>
</div>
<div class="column" name="fangfirst">
<b>1st Floor</b>
<pre>
<mark>R</mark>
|
<mark>W</mark>
*-*
/| |\
*-* o * *-*
| | /| |
*-<mark>m</mark>-M A * *
</pre>
<li/><mark>R</mark> The Fang family trophy room [s,d] - On the display case is a <mark>tall jade crown</mark>.
<li/><mark>W</mark> The Fang family war room [n] - On the display case is the <mark>Crystal Katana of Woo</mark>.
<li/>o Up/Down Exit
<li/><mark>m</mark> Writing room of Lord Fang - On the ornate desk is a <mark>slim ivory calligraphy brush</mark>.
<li/>M Fang Family Finance room
<li/>A The lotus gardens [w,ne,se] - climb up
</div>
<div class="column" name="fangsecond">
<b>2nd Floor</b>
<pre>
v-f
| |
* *
</pre>
<li/>v Down exit
<li/>f A paper filled room [w,s] - forgery - 5 Rh for permit, ?Rh for birth certificate (cr.ar.de, cr.ar.de, cr.ar.pr all roughly >=205+ bonus otherwise Imp. Guards recognise them as forgeries)
</div>
<div class="column" name="fangnpcs">
<b>Fang NPCs</b>
<div class="row">
<div class="columnl">
<b>Missions:</b>
</div>
<div class="columnr">
Gyutoyaguni
</div>
</div>
<div class="row">
<b>Trainers:</b>
</div>
<div class="row">
<div class="columnl">
<b>Assassin:</b>
</div>
<div class="columnr">
Shi Ni
</div>
</div>
<div class="row">
<div class="columnl">
<b>Priest:</b>
</div>
<div class="columnr">
Sevequii
</div>
</div>
<div class="row">
<div class="columnl">
<b>Thief:</b>
</div>
<div class="columnr">
Cheng Jung
</div>
</div>
<div class="row">
<div class="columnl">
<b>Warrior:</b>
</div>
<div class="columnr">
Captain Nong
</div>
</div>
<div class="row">
<div class="columnl">
<b>Witch:</b>
</div>
<div class="columnr">
Lady Yaniwa
</div>
</div>
<div class="row">
<div class="columnl">
<b>Wizard:</b>
</div>
<div class="columnr">
Ko Harnen
</div>
</div>
</div>
</div>
<div class="row" name="hongestate">
<h3>
<a name="hong">
Map of The Hong Estate, Sum Bing, Bes Pelargic
</a>
<a href="#menu">
^ Contents ^
</a>
</h3>
<div class="column" name="hongbasement">
<b>Basement</b>
<pre>
* * * *-*
\| | |
*-*-*-*-^
</pre>
</div>
<div class="column" name="hongfirst">
<b>1st Floor</b>
<pre>
*-*-*
| | |
* F <mark>H</mark>
|
* *
|
* P *
| | |
*-v-*
</pre>
<li/><mark>H</mark> Hunting gallery - <mark>Zanshin the Hong family hawk</mark>
<li/>F room where the financial records of the Family are kept
<li/>P City planning room
<li/>v Down exit
</div>
<div class="column" name="hongground">
<b>Ground Floor</b>
<pre>
*-*-*-* *-<mark>T</mark>-^-<mark>S</mark>-* *-*
\|x|x| | | | | |
*-*-* *-* <mark>l</mark> *-* *-*
\|x| | | | | | |x|
*-*-*-*-*-*-*-*-*
/ \| | | | | | |/
O * *-m * *-*
| | | |
*-<mark>w</mark>-^-<mark>L</mark>-v
</pre>
<li/><mark>L</mark> Hong family library - On the well used desk is <mark>a snowglobe</mark>.
<li/>O Onetwolong Avenue
<li/><mark>S</mark> Shrine - On the shrine is an <mark>ancient Hong kimono</mark>.
<li/><mark>T</mark> Trophy room - On the polished jade pedestal is <mark>Tengu's Codex</mark>.
<li/>^ Up exit
<li/><mark>l</mark> Art gallery - On the ornate pedestal is the <mark>Hong Lotus</mark>.
<li/>m Mail
<li/><mark>w</mark> War strategy room - An <mark>ancient bronze helm</mark> is leaning against the wall.
</div>
<div class=column name="hongnpcs">
<div class="row">
<b>Hong NPCs</b>
</div>
<div class="row">
<div class="columnl">
<b>Missions:</b>
</div>
<div class="columnr">
Gizobehana
</div>
</div>
<div class="row">
<b>Trainers:</b>
</div>
<div class="row">
<div class="columnl">
<b>Assassin:</b>
</div>
<div class="columnr">
Wun Bad Apple
</div>
</div>
<div class="row">
<div class="columnl">
<b>Priest:</b>
</div>
<div class="columnr">
Hukky
</div>
</div>
<div class="row">
<div class="columnl">
<b>Thief:</b>
</div>
<div class="columnr">
Fusairyusun
</div>
</div>
<div class="row">
<div class="columnl">
<b>Warrior:</b>
</div>
<div class="columnr">
Iruyas
</div>
</div>
<div class="row">
<div class="columnl">
<b>Witch:</b>
</div>
<div class="columnr">
Yahani
</div>
</div>
<div class="row">
<div class="columnl">
<b>Wizard:</b>
</div>
<div class="columnr">
Junuho
</div>
</div>
</div>
</div>
<div class="row" name="mcsweeneyestate">
<h3>
<a name="mcsweeney">
Map of The McSweeney Estate, Sum Bing, Bes Pelargic
</a>
<a href="#menu">
^ Contents ^
</a>
</h3>
<div class="column" name="mcsweeneysecond">
<b>2nd Floor</b>
<pre>
<mark>A</mark>
</pre>
<li/><mark>A</mark> Assassination contracts & Mail - <mark>McSweeney silver spoon</mark>
</div>
<div class="column" name="mcsweeneyfirst">
<b>1st Floor</b>
<pre>
X
|
i-m-l R
| | |
*-o-*-j
| |
Y-U-l l
</pre>
</div>
<div class="column" name="mcsweeneyground">
<b>Ground Floor</b>
<pre>
<mark>D</mark>
|
*-* *-* F *
| | | | |
* * *=* *-T-*
\ | | | |
*-*-*-*-*-*-*
/ |
* * <mark>H</mark>
| | |
*-* * h
/ \ | |
G * * * *-Z
\ / \| /
* *-* *-*-*-* C <mark>d</mark>
/ |\| | | |
x *-* *=*-* <mark>J</mark> * *
| | | | | | |
* *-*-*-*-L-^-*-*-*-*-*
| | | | | |
* <mark>w</mark>-* *-*=* *-*
\ |
*-* *
\ /
*-*-*-*
\
*-*-*-*-+
</pre>
<li/> <mark>D</mark> Distillery - On the sapient pearwood shelf are five large brown bottles and a <mark>glass praying mantis</mark>.<br>For the key: ex feature, ex rock, move rock
<li/>= disjointed up or down exit
<li/>C A guest bedroom in the mens' hall - climb window to reach (Z)
<li/><mark>H</mark> Birdhouse cage - <mark>Tobon the hawk</mark>
<li/><mark>J</mark> Lord McSweeney's office and financial headquarters - Join/Finance - On the large mahogany desk is a <mark>set of jade dentures</mark>
<li/>L Library <mark>h</mark> Birdhouse - <mark>Mcsweeney Haggis</mark>
<li/>Z A path behind the halls leading to the birdhouse - climb tree to enter bedroom at (C)
<li/>^ Up Exit
<li/><mark>d</mark> Dojo - A <mark>decorative mace</mark> is reverentially placed before the eastern wall.
<li/>o Up/Down exit
<li/><mark>w</mark> Women's tea room - <mark>platinum water buffalo</mark>
<li/>x Garden - climb up for entrance to women's quarters
</div>
<div class="column" name="mcsweeneynpcs">
<b>McSweeney NPCs</b>
<div class="row">
<div class="columnl">
<b>Missions:</b>
</div>
<div class="columnr">
Sukokkoi
</div>
</div>
<div class="row">
Trainers:
</div>
<div class="row">
<div class="columnl">
<b>Assassin:</b>
</div>
<div class="columnr">
Korido Nirisun
</div>
</div>
<div class="row">
<div class="columnl">
<b>Priest:</b>
</div>
<div class="columnr">
Old Kanetoki
</div>
</div>
<div class="row">
<div class="columnl">
<b>Thief:</b>
</div>
<div class="columnr">
Kyuki Ruzarosun
</div>
</div>
<div class="row">
<div class="columnl">
<b>Warrior:</b>
</div>
<div class="columnr">
Gorufujou
</div>
</div>
<div class="row">
<div class="columnl">
<b>Witch:</b>
</div>
<div class="columnr">
Tue Fluffy Panda
</div>
</div>
<div class="row">
<div class="columnl">
<b>Wizard:</b>
</div>
<div class="columnr">
Puna Gyodo
</div>
</div>
</div>
</div>
<div class="row" name="sungestate">
<h3>
<a name="sung">
Map of The Sung Estate, Sum Bing, Bes Pelargic
</a>
<a href="#menu">
^ Contents ^
</a>
</h3>
<div class="column" name="sungground">
<b>Ground Floor</b>
<pre>
+
<mark>Q</mark>-g-g-g-*-d
| | | | |
* J <mark>L</mark> m-<mark>i</mark> *
| | | | |
o-*-*-*-*-*-k-a
+ +
</pre>
<li/>J Join - Study
<li/><mark>L</mark> Library - On the shelf is an <mark>ancient Sung vase</mark>.
<li/><mark>Q</mark> Quiet studio - <mark>Lady Sung's antique Auriental tapestry</mark>
<li/>a Delivery area
<li/>d Dining room
<li/><mark>i</mark> Music room - <mark>a carved bone shakuhachi</mark>
<li/>k Kitchen and pantry - leads up to q
<li/>m Meeting room
</div>
<div class="column" name="sungbasement">
<b>Basement</b>
<pre>
V c A
| |/
^-*-p
</pre>
<li/>A Assassination contracts
<li/>V Treasury
<li/>c Storage cell
<li/>p Plush cell
</div>
<div class="column" name="sungfirst">
<b>1st Floor</b>
<pre>
m B-B s
| | | |
* b S P <mark>M</mark> *
| | | | | |
v-*-*-*-*-* <mark>q</mark>
</pre>
<li/>B Balcony
<li/><mark>M</mark> Meditation room - On the altar is a <mark>jade carp statuette</mark>.
<li/>P Pottery room
<li/><mark>S</mark> Lord Sung's bedroom - On the practical writing table is <mark>Lord Sung's bamboo back scratcher</mark>.
<li/>b Lady Sung's bedroom
<li/>s Storage room
<li/><mark>q</mark> Servants quarters - On the wooden table is a <mark>shiny wood carving.</mark>
</div>
<div class="column" name="sungnpcs">
<b>Sung NPCs</b>
<div class="row">
<div class="columnl">
<b>Missions:</b>
</div>
<div class="columnr">
Kunaikuka
</div>
</div>
<div class="row">
<b>Trainers:</b>
</div>
<div class="row">
<div class="columnl">
<b>Assassin:</b>
</div>
<div class="columnr">
Ooh Chu Yuan
</div>
</div>
<div class="row">
<div class="columnl">
<b>Priest:</b>
</div>
<div class="columnr">
Huineng
</div>
</div>
<div class="row">
<div class="columnl">
<b>Thief:</b>
</div>
<div class="columnr">
Shasunisa
</div>
</div>
<div class="row">
<div class="columnl">
<b>Warrior:</b>
</div>
<div class="columnr">
Moo Pei
</div>
</div>
<div class="row">
<div class="columnl">
<b>Witch:</b>
</div>
<div class="columnr">
Miyatoka
</div>
</div>
<div class="row">
<div class="columnl">
<b>Wizard:</b>
</div>
<div class="columnr">
Deng Ming
</div>
</div>
</div>
</div>
<div class="row" name="tangestate">
<h3>
<a name="tang">
Map of Tang Island, Bes Pelargic
</a>
<a href="#menu">
^ Contents ^
</a>
</h3>
<div class="column" name="tangseadockbasement">
<b>Lower Levels</b>
<pre>
Sea Level
.III
IIIII <- 14 -> P
IIIII
III
,
Dock Level
D
Basement
*-*-*
|
*-*-*
|
<mark>V</mark>-*-G
|
^-*-*
</pre>
<mark>V</mark> Tang treasury - A <mark>stuffed crane</mark> is lying in a corner.
<li/>D Dock
<li/>G Guard room
<li/>P Pier
<li/>. Climb up for cliff entrance to Tang Island
<li/>, Climb up for dock entrance to Tang island
<li/>^ Up exit
</div>
<div class="column" name="tangground">
<b>Ground Floor - inside</b>
<pre>
s-k-d-<mark>A</mark>
| |
s F-<mark>H</mark>-p
|
<mark>t</mark> C-*-T
| |
o-*-*-R
+
</pre>
<li/><mark>A</mark> Assassination contracts - The <mark>Fabled Walking Stick of Wung</mark> is on the floor.
<li/>+ Door
<li/><mark>t</mark> Trophy room - A <mark>battered steel helmet</mark> is lying in a corner on the floor.
<li/><mark>H</mark> Hallway outside the dining room - An <mark>ancient suit of samurai armour</mark> is leaning against the wall.
<li/>C Carpentry
<li/>F Finance room
<li/>R Reception room
<li/>T Family Tea room
<li/>d Dining room
<li/>k Kitchen - A food grinder is sitting on a countertop.
<li/>o Up/Down Exit
<li/>p Political planning room
<li/>s Servants quarters
</div>
<div class="column" name="tangfirst">
<b>First Floor</b>
<pre>
v-<mark>c</mark>-B
|
b-*-<mark>g</mark>
|
L d-*-i
| |
v-*-*-J
</pre>
<li/><mark>c</mark> Crumbling balcony - <mark>green crystal sphere</mark>
<li/><mark>g</mark> Guest bedroom - on the dresser is the <mark>ancient silver statue</mark>
<li/>v Down exit
<li/>B Crumbling balcony
<li/>J Join room
<li/>L Library
<li/>b Lord and Lady Tang bedroom
</div>
<div class="column" name="tangnpcs">
<b>Tang NPCs</b>
<div class="row">
<div class="columnl">
<b>Missions:</b>
</div>
<div class="columnr">
Hatayagainoro
</div>
</div>
<div class="row">
<b>Trainers:</b>
</div>
<div class="row">
<div class="columnl">
<b>Assassin:</b>
</div>
<div class="columnr">
Dai Slo Li
</div>
</div>
<div class="row">
<div class="columnl">
<b>Priest:</b>
</div>
<div class="columnr">
Oracle Sameibo
</div>
</div>
<div class="row">
<div class="columnl">
<b>
Thief:
</b>
</div>
<div class="columnr">
Spymaster Lii
</div>
</div>
<div class="row">
<div class="columnl">
<b>
Warrior:
</b>
</div>
<div class="columnr">
Blind Wu
</div>
</div>
<div class="row">
<div class="columnl">
<b>
Witch:
</b>
</div>
<div class="columnr">
Nanny Bugeha
</div>
</div>
<div class="row">
<div class="columnl">
<b>Wizard:</b>
</div>
<div class="columnr">
Nomeryu
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="row" name="skills">
<h3>
<a name="skills">
Skills Required for Missions
</a>
<a href="#menu">
^ Contents ^
</a>
</h3>
<div class="column">
<h4>Getting past the guards:</h4>
<li/>Using Sneak: co.st.in x, co.st.ou x, co.hi.pe x
<li/>Using Fear: fa.ri.of.ta 220 bonus
<li/>Using Stasis: fa.ri.of.ta
<li/>Using Endless Halls
<li/>Using the spell Sorsalsean's Seismic Eruption (SSE)
</div>
</div>
<div class="row" name="entrances">
<h4>Sneaky Entrances:</h4>
<div class=column>
<li/>Tang Estate cliff. ad.mo.sw plus adventuring.movement.climbing.rock 220+ bonus * * * DO NOT CLIMB WHILE TIRED * * *<br>
<li/>McSweeney Estate Men's Quarters: adventuring.movement.climbing.tree ? bonus
<li/>McSweeney Estate Women's Quarters: adventuring.movement.climbing.rock 220+ bonus
<li/>Hong Estate Tree
</div>
</div class="row">
<div class=Column">
<h4>Haiku:</h4>
<li/>For the Haiku form: people.culture.agatean 145+ bonus.
<li/>For the elegance required: crafts.arts.calligraphy 185+ bonus.
<h4>Alter Information:</h4>
<li/>80 levels of written Agatean.
<li/>Adventuring.direction 195+ bonus.
<h4>Capture Pet:</h4>
<li/>crafts.hunting.trapping 160+ bonus.
<h4>Investigate:</h4>
<li/>Perception 200+ bonus.
<h4>Milk Snake:</h4>
<li/>Rummage, Divert, Seize and milk: cr.hu.tracking 180+ bonus.
</div>
</div>
</footer>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>
</body>
</html>