poi-plugin-quest-info-2 0.9.3 → 0.9.5
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 +1 -7
- package/build/kcQuestsData/quests-scn.json +8 -0
- package/build/kcanotifyGamedata/DATA_VERSION +1 -1
- package/build/kcanotifyGamedata/index.ts +1 -1
- package/build/prePostQuest.json +6 -0
- package/build/questCodeMap.json +2 -1
- package/package.json +1 -1
- package/src/__tests__/kcanotifyData.spec.ts +1 -1
- package/src/__tests__/kcwikiData.spec.ts +1 -1
- package/src/questHelper.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
a3bfd7a6af04fdd72f972d4e7e000f1f5ae3d18c
|
|
@@ -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
|
-
|
|
1
|
+
2022103001
|
package/build/prePostQuest.json
CHANGED
package/build/questCodeMap.json
CHANGED
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(`"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
|
-
`"
|
|
7
|
+
`"a3bfd7a6af04fdd72f972d4e7e000f1f5ae3d18c"`
|
|
8
8
|
)
|
|
9
9
|
})
|
|
10
10
|
|