poi-plugin-quest-info-2 0.9.13 → 0.9.14
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.json +1 -1
- package/build/kcanotifyGamedata/DATA_VERSION +1 -1
- package/build/kcanotifyGamedata/index.ts +1 -1
- package/package.json +1 -1
- package/src/__tests__/kcanotifyData.spec.ts +1 -1
- package/src/__tests__/kcwikiData.spec.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
36be4c4cf474d23a5d21cda77d446943c7a68172
|
|
@@ -3873,7 +3873,7 @@
|
|
|
3873
3873
|
},
|
|
3874
3874
|
"687": {
|
|
3875
3875
|
"code": "F78",
|
|
3876
|
-
"desc": "将「夕立改二」或「时雨改二」放置于秘书舰并且在第一格装备改修 max 的「12.7cm 连装炮 B 型改二」。随后废弃 5 门「10cm
|
|
3876
|
+
"desc": "将「夕立改二」或「时雨改二」放置于秘书舰并且在第一格装备改修 max 的「12.7cm 连装炮 B 型改二」。随后废弃 5 门「10cm 连装高角炮」以及一座「94 式高高射装置」。并准备 50 个开发资材、1200 钢材、「新型火炮兵装资材」一套!",
|
|
3877
3877
|
"memo": "奖励:12.7cm 連装砲 B 型改四 (戦時改修)+ 高射装置",
|
|
3878
3878
|
"memo2": "旗舰夕立改二或者时雨改二,装备第一格装上改修 max 的 12.7cm 连装炮 B 型改二,废弃 10cm 连装高角炮 x5、94 式高射装置 x1, 准备开发资材 50 个,钢材 1200 和炮熕兵装资材一个",
|
|
3879
3879
|
"name": "驱逐舰主炮兵装的战时改修 2",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2023032001
|
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(`"2023032001"`)
|
|
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
|
+
`"36be4c4cf474d23a5d21cda77d446943c7a68172"`
|
|
8
8
|
)
|
|
9
9
|
})
|
|
10
10
|
|