poi-plugin-quest-info-2 0.14.31 → 0.14.35
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/.nvmrc +1 -1
- package/CHANGELOG.md +24 -0
- package/build/kcQuestsData/DATA_VERSION +1 -1
- package/build/kcQuestsData/index.ts +1 -1
- package/build/kcQuestsData/quests-scn-new.json +7 -10
- package/build/kcQuestsData/quests-scn.json +50 -83
- package/build/kcanotifyGamedata/DATA_VERSION +1 -1
- package/build/kcanotifyGamedata/index.ts +1 -1
- package/build/kcanotifyGamedata/quests-en.json +100 -280
- package/build/kcanotifyGamedata/quests-jp.json +105 -292
- package/build/kcanotifyGamedata/quests-ko.json +105 -294
- package/build/kcanotifyGamedata/quests-scn.json +105 -294
- package/build/kcanotifyGamedata/quests-tcn.json +105 -294
- package/build/prePostQuest.json +28 -64
- package/build/questCategory.json +6 -15
- package/build/questCodeMap.json +2 -8
- package/package.json +2 -2
package/build/questCodeMap.json
CHANGED
|
@@ -243,7 +243,6 @@
|
|
|
243
243
|
"Cy8": 356,
|
|
244
244
|
"Cy9": 357,
|
|
245
245
|
"C68": 358,
|
|
246
|
-
"2509C1": 359,
|
|
247
246
|
"C70": 360,
|
|
248
247
|
"Cy10": 362,
|
|
249
248
|
"C73": 364,
|
|
@@ -557,10 +556,6 @@
|
|
|
557
556
|
"B185": 981,
|
|
558
557
|
"B186": 982,
|
|
559
558
|
"B187": 983,
|
|
560
|
-
"2509B1": 984,
|
|
561
|
-
"2509B2": 985,
|
|
562
|
-
"2509B3": 986,
|
|
563
|
-
"2509B5": 987,
|
|
564
559
|
"B188": 989,
|
|
565
560
|
"B193": 993,
|
|
566
561
|
"B189": 995,
|
|
@@ -568,13 +563,13 @@
|
|
|
568
563
|
"B191": 997,
|
|
569
564
|
"B192": 998,
|
|
570
565
|
"B194": 1001,
|
|
571
|
-
"2509B4": 1002,
|
|
572
566
|
"B195": 1003,
|
|
573
567
|
"B196": 1004,
|
|
574
568
|
"By13": 1005,
|
|
575
569
|
"B197": 1006,
|
|
576
570
|
"B198": 1007,
|
|
577
571
|
"B199": 1008,
|
|
572
|
+
"B212": 1010,
|
|
578
573
|
"By14": 1012,
|
|
579
574
|
"B200": 1013,
|
|
580
575
|
"B201": 1014,
|
|
@@ -606,7 +601,6 @@
|
|
|
606
601
|
"F110": 1116,
|
|
607
602
|
"F111": 1117,
|
|
608
603
|
"F112": 1118,
|
|
609
|
-
"2509F1": 1119,
|
|
610
604
|
"Fy9": 1120,
|
|
611
605
|
"Fy10": 1123,
|
|
612
606
|
"F115": 1127,
|
|
@@ -630,5 +624,5 @@
|
|
|
630
624
|
"F132": 1152,
|
|
631
625
|
"F133": 1153,
|
|
632
626
|
"F134": 1154,
|
|
633
|
-
"
|
|
627
|
+
"F135": 1155
|
|
634
628
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "poi-plugin-quest-info-2",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.35",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "show quest info",
|
|
6
6
|
"homepage": "https://github.com/lawvs/poi-plugin-quest-2/",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"priority": 2,
|
|
98
98
|
"apiVer": {}
|
|
99
99
|
},
|
|
100
|
-
"packageManager": "npm@
|
|
100
|
+
"packageManager": "npm@11.6.0"
|
|
101
101
|
}
|