poi-plugin-quest-info-2 0.14.6 → 0.14.7
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 +7 -6
- package/build/kcQuestsData/quests-scn.json +56 -41
- package/build/kcanotifyGamedata/DATA_VERSION +1 -1
- package/build/kcanotifyGamedata/index.ts +1 -1
- package/build/kcanotifyGamedata/quests-en.json +145 -80
- package/build/kcanotifyGamedata/quests-jp.json +147 -84
- package/build/kcanotifyGamedata/quests-ko.json +147 -84
- package/build/kcanotifyGamedata/quests-scn.json +148 -85
- package/build/kcanotifyGamedata/quests-tcn.json +147 -84
- package/build/prePostQuest.json +1 -34
- package/build/questCategory.json +9 -5
- package/build/questCodeMap.json +8 -5
- package/package.json +1 -1
package/build/questCodeMap.json
CHANGED
|
@@ -244,6 +244,7 @@
|
|
|
244
244
|
"Cy9": 357,
|
|
245
245
|
"C68": 358,
|
|
246
246
|
"C70": 360,
|
|
247
|
+
"2412C1": 361,
|
|
247
248
|
"Cy10": 362,
|
|
248
249
|
"C73": 364,
|
|
249
250
|
"C75": 365,
|
|
@@ -538,10 +539,6 @@
|
|
|
538
539
|
"B172": 957,
|
|
539
540
|
"B173": 958,
|
|
540
541
|
"B174": 961,
|
|
541
|
-
"2412B1": 962,
|
|
542
|
-
"2412B2": 963,
|
|
543
|
-
"2412B3": 964,
|
|
544
|
-
"2412B4": 965,
|
|
545
542
|
"B175": 966,
|
|
546
543
|
"B176": 967,
|
|
547
544
|
"B177": 968,
|
|
@@ -558,6 +555,7 @@
|
|
|
558
555
|
"B186": 982,
|
|
559
556
|
"B187": 983,
|
|
560
557
|
"B188": 989,
|
|
558
|
+
"2412B7": 990,
|
|
561
559
|
"B193": 993,
|
|
562
560
|
"B189": 995,
|
|
563
561
|
"B190": 996,
|
|
@@ -580,6 +578,7 @@
|
|
|
580
578
|
"B206": 1021,
|
|
581
579
|
"2412B5": 1022,
|
|
582
580
|
"B207": 1023,
|
|
581
|
+
"2412B6": 1024,
|
|
583
582
|
"F96": 1101,
|
|
584
583
|
"F97": 1102,
|
|
585
584
|
"Fy5": 1103,
|
|
@@ -598,6 +597,8 @@
|
|
|
598
597
|
"F111": 1117,
|
|
599
598
|
"F112": 1118,
|
|
600
599
|
"Fy9": 1120,
|
|
600
|
+
"2412F1": 1121,
|
|
601
|
+
"2412F4": 1122,
|
|
601
602
|
"Fy10": 1123,
|
|
602
603
|
"F115": 1127,
|
|
603
604
|
"F116": 1128,
|
|
@@ -614,5 +615,7 @@
|
|
|
614
615
|
"F126": 1141,
|
|
615
616
|
"F127": 1142,
|
|
616
617
|
"F128": 1143,
|
|
617
|
-
"F129": 1145
|
|
618
|
+
"F129": 1145,
|
|
619
|
+
"2412F2": 1146,
|
|
620
|
+
"2412F3": 1147
|
|
618
621
|
}
|