poi-plugin-quest-info-2 0.12.2 → 0.12.3
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 +0 -5
- package/build/kcQuestsData/quests-scn.json +0 -52
- package/build/kcanotifyGamedata/DATA_VERSION +1 -1
- package/build/kcanotifyGamedata/index.ts +1 -1
- package/build/kcanotifyGamedata/quests-en.json +140 -100
- package/build/kcanotifyGamedata/quests-jp.json +144 -105
- package/build/kcanotifyGamedata/quests-ko.json +144 -105
- package/build/kcanotifyGamedata/quests-scn.json +144 -105
- package/build/kcanotifyGamedata/quests-tcn.json +144 -105
- package/build/prePostQuest.json +2 -44
- package/build/questCategory.json +8 -6
- package/build/questCodeMap.json +0 -5
- package/package.json +1 -1
- package/src/__tests__/__snapshots__/questHelper.spec.ts.snap +0 -4
- package/src/__tests__/kcanotifyData.spec.ts +1 -1
- package/src/__tests__/kcwikiData.spec.ts +1 -1
- package/src/__tests__/questCategory.spec.ts +1 -1
package/build/questCategory.json
CHANGED
|
@@ -334,10 +334,10 @@
|
|
|
334
334
|
352,
|
|
335
335
|
358,
|
|
336
336
|
360,
|
|
337
|
+
361,
|
|
337
338
|
364,
|
|
338
339
|
365,
|
|
339
340
|
366,
|
|
340
|
-
370,
|
|
341
341
|
401,
|
|
342
342
|
405,
|
|
343
343
|
406,
|
|
@@ -520,6 +520,7 @@
|
|
|
520
520
|
898,
|
|
521
521
|
901,
|
|
522
522
|
902,
|
|
523
|
+
910,
|
|
523
524
|
911,
|
|
524
525
|
913,
|
|
525
526
|
915,
|
|
@@ -552,10 +553,6 @@
|
|
|
552
553
|
957,
|
|
553
554
|
958,
|
|
554
555
|
961,
|
|
555
|
-
962,
|
|
556
|
-
963,
|
|
557
|
-
964,
|
|
558
|
-
965,
|
|
559
556
|
966,
|
|
560
557
|
967,
|
|
561
558
|
968,
|
|
@@ -570,6 +567,7 @@
|
|
|
570
567
|
982,
|
|
571
568
|
983,
|
|
572
569
|
989,
|
|
570
|
+
990,
|
|
573
571
|
992,
|
|
574
572
|
993,
|
|
575
573
|
994,
|
|
@@ -578,6 +576,7 @@
|
|
|
578
576
|
997,
|
|
579
577
|
998,
|
|
580
578
|
1001,
|
|
579
|
+
1003,
|
|
581
580
|
1101,
|
|
582
581
|
1102,
|
|
583
582
|
1106,
|
|
@@ -591,6 +590,8 @@
|
|
|
591
590
|
1116,
|
|
592
591
|
1117,
|
|
593
592
|
1118,
|
|
593
|
+
1121,
|
|
594
|
+
1122,
|
|
594
595
|
1127,
|
|
595
596
|
1128,
|
|
596
597
|
1129,
|
|
@@ -598,6 +599,7 @@
|
|
|
598
599
|
1131,
|
|
599
600
|
1132,
|
|
600
601
|
1133,
|
|
601
|
-
1134
|
|
602
|
+
1134,
|
|
603
|
+
1135
|
|
602
604
|
]
|
|
603
605
|
}
|
package/build/questCodeMap.json
CHANGED
|
@@ -248,7 +248,6 @@
|
|
|
248
248
|
"C75": 365,
|
|
249
249
|
"C76": 366,
|
|
250
250
|
"Cy11": 368,
|
|
251
|
-
"2311C2": 370,
|
|
252
251
|
"D1": 401,
|
|
253
252
|
"Dd1": 402,
|
|
254
253
|
"Dd2": 403,
|
|
@@ -532,10 +531,6 @@
|
|
|
532
531
|
"B172": 957,
|
|
533
532
|
"B173": 958,
|
|
534
533
|
"B174": 961,
|
|
535
|
-
"2311B6": 962,
|
|
536
|
-
"2311B7": 963,
|
|
537
|
-
"2311B8": 964,
|
|
538
|
-
"2311B9": 965,
|
|
539
534
|
"B175": 966,
|
|
540
535
|
"B176": 967,
|
|
541
536
|
"B177": 968,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { version, QuestData } from '../../build/kcanotifyGamedata'
|
|
2
2
|
|
|
3
3
|
test('should Kcanotify Game data version correct', () => {
|
|
4
|
-
expect(version).toMatchInlineSnapshot(`"
|
|
4
|
+
expect(version).toMatchInlineSnapshot(`"2023122801"`)
|
|
5
5
|
})
|
|
6
6
|
|
|
7
7
|
test('should Kcanotify Game data keys correct', () => {
|
|
@@ -4,7 +4,7 @@ import newQuestData from '../../build/kcQuestsData/quests-scn-new.json'
|
|
|
4
4
|
describe('should version correct', () => {
|
|
5
5
|
test('should KcwikiQuestData Game data version correct', () => {
|
|
6
6
|
expect(version).toMatchInlineSnapshot(
|
|
7
|
-
`"
|
|
7
|
+
`"0a92ed4afb302d984c4456fa2878ab64942f2cad"`,
|
|
8
8
|
)
|
|
9
9
|
})
|
|
10
10
|
|
|
@@ -9,7 +9,7 @@ describe('should questCategory correct', () => {
|
|
|
9
9
|
expect(questCategory.monthlyQuest.length).toMatchInlineSnapshot(`11`)
|
|
10
10
|
expect(questCategory.quarterlyQuest.length).toMatchInlineSnapshot(`27`)
|
|
11
11
|
expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`45`)
|
|
12
|
-
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`
|
|
12
|
+
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`468`)
|
|
13
13
|
})
|
|
14
14
|
|
|
15
15
|
test('snapshot', () => {
|