poi-plugin-quest-info-2 0.12.15 → 0.12.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/build/kcQuestsData/DATA_VERSION +1 -1
- package/build/kcQuestsData/index.ts +1 -1
- package/build/kcQuestsData/quests-scn-new.json +8 -1
- package/build/kcQuestsData/quests-scn.json +60 -0
- package/build/kcanotifyGamedata/quests-en.json +128 -129
- package/build/kcanotifyGamedata/quests-jp.json +136 -136
- package/build/kcanotifyGamedata/quests-ko.json +134 -134
- package/build/kcanotifyGamedata/quests-scn.json +134 -134
- package/build/kcanotifyGamedata/quests-tcn.json +134 -134
- package/build/prePostQuest.json +20 -0
- package/build/questCategory.json +8 -1
- package/build/questCodeMap.json +8 -1
- package/package.json +1 -1
package/build/questCategory.json
CHANGED
|
@@ -133,6 +133,7 @@
|
|
|
133
133
|
973,
|
|
134
134
|
975,
|
|
135
135
|
1005,
|
|
136
|
+
1012,
|
|
136
137
|
1103,
|
|
137
138
|
1104,
|
|
138
139
|
1105,
|
|
@@ -345,6 +346,7 @@
|
|
|
345
346
|
364,
|
|
346
347
|
365,
|
|
347
348
|
366,
|
|
349
|
+
367,
|
|
348
350
|
401,
|
|
349
351
|
405,
|
|
350
352
|
406,
|
|
@@ -554,6 +556,9 @@
|
|
|
554
556
|
943,
|
|
555
557
|
949,
|
|
556
558
|
952,
|
|
559
|
+
953,
|
|
560
|
+
954,
|
|
561
|
+
955,
|
|
557
562
|
957,
|
|
558
563
|
958,
|
|
559
564
|
961,
|
|
@@ -588,6 +593,7 @@
|
|
|
588
593
|
1009,
|
|
589
594
|
1010,
|
|
590
595
|
1011,
|
|
596
|
+
1013,
|
|
591
597
|
1101,
|
|
592
598
|
1102,
|
|
593
599
|
1106,
|
|
@@ -610,6 +616,7 @@
|
|
|
610
616
|
1132,
|
|
611
617
|
1133,
|
|
612
618
|
1134,
|
|
613
|
-
1136
|
|
619
|
+
1136,
|
|
620
|
+
1137
|
|
614
621
|
]
|
|
615
622
|
}
|
package/build/questCodeMap.json
CHANGED
|
@@ -249,6 +249,7 @@
|
|
|
249
249
|
"C73": 364,
|
|
250
250
|
"C75": 365,
|
|
251
251
|
"C76": 366,
|
|
252
|
+
"2405C1": 367,
|
|
252
253
|
"Cy11": 368,
|
|
253
254
|
"Cy12": 371,
|
|
254
255
|
"D1": 401,
|
|
@@ -533,6 +534,9 @@
|
|
|
533
534
|
"By10": 948,
|
|
534
535
|
"B170": 949,
|
|
535
536
|
"B171": 952,
|
|
537
|
+
"2405B3": 953,
|
|
538
|
+
"2405B4": 954,
|
|
539
|
+
"2405B5": 955,
|
|
536
540
|
"B172": 957,
|
|
537
541
|
"B173": 958,
|
|
538
542
|
"B174": 961,
|
|
@@ -570,6 +574,8 @@
|
|
|
570
574
|
"2404B4": 1009,
|
|
571
575
|
"2405B1": 1010,
|
|
572
576
|
"2405B2": 1011,
|
|
577
|
+
"By14": 1012,
|
|
578
|
+
"B200": 1013,
|
|
573
579
|
"F96": 1101,
|
|
574
580
|
"F97": 1102,
|
|
575
581
|
"Fy5": 1103,
|
|
@@ -598,5 +604,6 @@
|
|
|
598
604
|
"F120": 1132,
|
|
599
605
|
"F121": 1133,
|
|
600
606
|
"F122": 1134,
|
|
601
|
-
"2404F2": 1136
|
|
607
|
+
"2404F2": 1136,
|
|
608
|
+
"F123": 1137
|
|
602
609
|
}
|