poi-plugin-quest-info-2 0.9.3 → 0.9.4

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # poi-plugin-quest-info-2
2
2
 
3
+ ## 0.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ - dfe3985: Update quest data
8
+
3
9
  ## 0.9.3
4
10
 
5
11
  ### Patch Changes
@@ -1 +1 @@
1
- 6b8250e6da4f389dffcdecdecc72de68f0fe1beb
1
+ 9c09b335b85b5bda66602a76c3bca0170101521d
@@ -4,4 +4,4 @@ export const KcwikiQuestData = {
4
4
  'zh-CN': zh_CN,
5
5
  }
6
6
 
7
- export const version = '6b8250e6da4f389dffcdecdecc72de68f0fe1beb'
7
+ export const version = '9c09b335b85b5bda66602a76c3bca0170101521d'
@@ -2958,6 +2958,14 @@
2958
2958
  ]
2959
2959
  },
2960
2960
  "446": {
2961
+ "code": "D42",
2962
+ "desc": "作战准备 (第一阶段任务):实施下列远征「警备任务」「对潜警戒任务」「海上护卫任务」「海峡警备任务」以及「兵站强化任务」并成功 1 次!",
2963
+ "memo": "奖励:以下奖励二选一:九三式水中聴音機 ×3 开发资材 ×6 以下奖励三选一:九四式爆雷投射機 ×3 改修资材 ×4 间宫",
2964
+ "memo2": "远征 3/4/5/A1/A2 各 1 次",
2965
+ "name": "「作战准备」第一阶段任务 (对潜整备)",
2966
+ "pre": []
2967
+ },
2968
+ "447": {
2961
2969
  "code": "D43",
2962
2970
  "desc": "请实施【对潜警戒任务】、【海上护卫任务】、【油轮护卫任务】、【兵站强化任务】、【南西方面航空侦察作战】作战各一次!",
2963
2971
  "memo": "奖励:以下奖励三选一:九三式水中听音机 ×2 九四式暴雷投射机 ×2 开发资材 ×6 以下奖励三选一:三式水中探信仪改修资材 ×3 特注家具职人",
@@ -1 +1 @@
1
- 2022102904
1
+ 2022103001
@@ -12,4 +12,4 @@ export const QuestData = {
12
12
  'ko-KR': ko_KR,
13
13
  }
14
14
 
15
- export const version = '2022102904'
15
+ export const version = '2022103001'
@@ -2450,6 +2450,12 @@
2450
2450
  ],
2451
2451
  "post": []
2452
2452
  },
2453
+ "446": {
2454
+ "pre": [],
2455
+ "post": [
2456
+ "B171"
2457
+ ]
2458
+ },
2453
2459
  "501": {
2454
2460
  "pre": [
2455
2461
  "B2"
@@ -291,7 +291,8 @@
291
291
  "D39": 443,
292
292
  "D40": 444,
293
293
  "D41": 445,
294
- "D43": 446,
294
+ "D42": 446,
295
+ "D43": 447,
295
296
  "E1": 501,
296
297
  "E2": 502,
297
298
  "E3": 503,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poi-plugin-quest-info-2",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "private": false,
5
5
  "description": "show quest info",
6
6
  "homepage": "https://github.com/lawvs/poi-plugin-quest-2/",
@@ -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(`"2022102904"`)
4
+ expect(version).toMatchInlineSnapshot(`"2022103001"`)
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
- `"6b8250e6da4f389dffcdecdecc72de68f0fe1beb"`
7
+ `"9c09b335b85b5bda66602a76c3bca0170101521d"`
8
8
  )
9
9
  })
10
10
 
@@ -22,7 +22,6 @@ export type DocQuest = {
22
22
  /**
23
23
  * Only in kcanotify
24
24
  */
25
- // TODO: handle the string type
26
25
  unlock?: number[] | string | unknown
27
26
  /**
28
27
  * Only in kcanotify