poi-plugin-quest-info-2 0.10.1 → 0.10.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 +12 -0
- package/build/kcQuestsData/DATA_VERSION +1 -1
- package/build/kcQuestsData/index.ts +1 -1
- package/build/kcQuestsData/quests-scn-new.json +12 -5
- package/build/kcQuestsData/quests-scn.json +184 -68
- package/build/kcanotifyGamedata/DATA_VERSION +1 -1
- package/build/kcanotifyGamedata/index.ts +1 -1
- package/build/prePostQuest.json +256 -111
- package/build/questCategory.json +12 -1
- package/build/questCodeMap.json +12 -1
- package/package.json +1 -1
- package/src/__tests__/__snapshots__/questHelper.spec.ts.snap +12 -0
- 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
|
@@ -331,6 +331,7 @@
|
|
|
331
331
|
351,
|
|
332
332
|
352,
|
|
333
333
|
358,
|
|
334
|
+
359,
|
|
334
335
|
360,
|
|
335
336
|
364,
|
|
336
337
|
365,
|
|
@@ -564,6 +565,10 @@
|
|
|
564
565
|
981,
|
|
565
566
|
982,
|
|
566
567
|
983,
|
|
568
|
+
984,
|
|
569
|
+
985,
|
|
570
|
+
986,
|
|
571
|
+
987,
|
|
567
572
|
989,
|
|
568
573
|
992,
|
|
569
574
|
993,
|
|
@@ -572,6 +577,8 @@
|
|
|
572
577
|
996,
|
|
573
578
|
997,
|
|
574
579
|
998,
|
|
580
|
+
1001,
|
|
581
|
+
1002,
|
|
575
582
|
1101,
|
|
576
583
|
1102,
|
|
577
584
|
1106,
|
|
@@ -585,10 +592,14 @@
|
|
|
585
592
|
1116,
|
|
586
593
|
1117,
|
|
587
594
|
1118,
|
|
595
|
+
1119,
|
|
588
596
|
1127,
|
|
589
597
|
1128,
|
|
590
598
|
1129,
|
|
591
599
|
1130,
|
|
592
|
-
1131
|
|
600
|
+
1131,
|
|
601
|
+
1132,
|
|
602
|
+
1133,
|
|
603
|
+
1134
|
|
593
604
|
]
|
|
594
605
|
}
|
package/build/questCodeMap.json
CHANGED
|
@@ -242,6 +242,7 @@
|
|
|
242
242
|
"Cy8": 356,
|
|
243
243
|
"Cy9": 357,
|
|
244
244
|
"C68": 358,
|
|
245
|
+
"2310C1": 359,
|
|
245
246
|
"C70": 360,
|
|
246
247
|
"Cy10": 362,
|
|
247
248
|
"C73": 364,
|
|
@@ -546,6 +547,10 @@
|
|
|
546
547
|
"B185": 981,
|
|
547
548
|
"B186": 982,
|
|
548
549
|
"B187": 983,
|
|
550
|
+
"2310B1": 984,
|
|
551
|
+
"2310B2": 985,
|
|
552
|
+
"2310B3": 986,
|
|
553
|
+
"2310B4": 987,
|
|
549
554
|
"B188": 989,
|
|
550
555
|
"2307B1": 992,
|
|
551
556
|
"B193": 993,
|
|
@@ -554,6 +559,8 @@
|
|
|
554
559
|
"B190": 996,
|
|
555
560
|
"B191": 997,
|
|
556
561
|
"B192": 998,
|
|
562
|
+
"B194": 1001,
|
|
563
|
+
"2310B5": 1002,
|
|
557
564
|
"F96": 1101,
|
|
558
565
|
"F97": 1102,
|
|
559
566
|
"Fy5": 1103,
|
|
@@ -571,11 +578,15 @@
|
|
|
571
578
|
"F110": 1116,
|
|
572
579
|
"F111": 1117,
|
|
573
580
|
"F112": 1118,
|
|
581
|
+
"2310F1": 1119,
|
|
574
582
|
"Fy9": 1120,
|
|
575
583
|
"Fy10": 1123,
|
|
576
584
|
"F115": 1127,
|
|
577
585
|
"F116": 1128,
|
|
578
586
|
"F117": 1129,
|
|
579
587
|
"F118": 1130,
|
|
580
|
-
"F119": 1131
|
|
588
|
+
"F119": 1131,
|
|
589
|
+
"F120": 1132,
|
|
590
|
+
"F121": 1133,
|
|
591
|
+
"F122": 1134
|
|
581
592
|
}
|
package/package.json
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`questHelper should 101 locked quests match snapshot 1`] = `
|
|
4
4
|
Object {
|
|
5
|
+
"1001": true,
|
|
6
|
+
"1002": true,
|
|
5
7
|
"102": true,
|
|
6
8
|
"103": true,
|
|
7
9
|
"104": true,
|
|
@@ -19,6 +21,7 @@ Object {
|
|
|
19
21
|
"1106": true,
|
|
20
22
|
"1109": true,
|
|
21
23
|
"111": true,
|
|
24
|
+
"1111": true,
|
|
22
25
|
"1113": true,
|
|
23
26
|
"1116": true,
|
|
24
27
|
"1117": true,
|
|
@@ -187,6 +190,7 @@ Object {
|
|
|
187
190
|
"327": true,
|
|
188
191
|
"328": true,
|
|
189
192
|
"330": true,
|
|
193
|
+
"331": true,
|
|
190
194
|
"337": true,
|
|
191
195
|
"339": true,
|
|
192
196
|
"342": true,
|
|
@@ -202,6 +206,7 @@ Object {
|
|
|
202
206
|
"362": true,
|
|
203
207
|
"364": true,
|
|
204
208
|
"365": true,
|
|
209
|
+
"366": true,
|
|
205
210
|
"368": true,
|
|
206
211
|
"401": true,
|
|
207
212
|
"402": true,
|
|
@@ -234,6 +239,7 @@ Object {
|
|
|
234
239
|
"439": true,
|
|
235
240
|
"440": true,
|
|
236
241
|
"442": true,
|
|
242
|
+
"443": true,
|
|
237
243
|
"444": true,
|
|
238
244
|
"445": true,
|
|
239
245
|
"610": true,
|
|
@@ -266,6 +272,7 @@ Object {
|
|
|
266
272
|
"641": true,
|
|
267
273
|
"642": true,
|
|
268
274
|
"643": true,
|
|
275
|
+
"644": true,
|
|
269
276
|
"645": true,
|
|
270
277
|
"646": true,
|
|
271
278
|
"647": true,
|
|
@@ -300,6 +307,7 @@ Object {
|
|
|
300
307
|
"688": true,
|
|
301
308
|
"689": true,
|
|
302
309
|
"690": true,
|
|
310
|
+
"695": true,
|
|
303
311
|
"696": true,
|
|
304
312
|
"698": true,
|
|
305
313
|
"704": true,
|
|
@@ -366,6 +374,7 @@ Object {
|
|
|
366
374
|
"886": true,
|
|
367
375
|
"887": true,
|
|
368
376
|
"888": true,
|
|
377
|
+
"889": true,
|
|
369
378
|
"890": true,
|
|
370
379
|
"891": true,
|
|
371
380
|
"892": true,
|
|
@@ -392,6 +401,7 @@ Object {
|
|
|
392
401
|
"928": true,
|
|
393
402
|
"929": true,
|
|
394
403
|
"930": true,
|
|
404
|
+
"931": true,
|
|
395
405
|
"933": true,
|
|
396
406
|
"934": true,
|
|
397
407
|
"935": true,
|
|
@@ -412,6 +422,7 @@ Object {
|
|
|
412
422
|
"970": true,
|
|
413
423
|
"973": true,
|
|
414
424
|
"974": true,
|
|
425
|
+
"975": true,
|
|
415
426
|
"976": true,
|
|
416
427
|
"977": true,
|
|
417
428
|
"978": true,
|
|
@@ -424,6 +435,7 @@ Object {
|
|
|
424
435
|
"994": true,
|
|
425
436
|
"995": true,
|
|
426
437
|
"996": true,
|
|
438
|
+
"998": true,
|
|
427
439
|
}
|
|
428
440
|
`;
|
|
429
441
|
|
|
@@ -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(`"2023082801"`)
|
|
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
|
+
`"6e87c9c0c3d9cf9694950eef49efd82ed0bc8752"`
|
|
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(`25`)
|
|
11
11
|
expect(questCategory.yearlyQuest.length).toMatchInlineSnapshot(`45`)
|
|
12
|
-
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`
|
|
12
|
+
expect(questCategory.singleQuest.length).toMatchInlineSnapshot(`470`)
|
|
13
13
|
})
|
|
14
14
|
|
|
15
15
|
test('snapshot', () => {
|