poi-plugin-quest-info-2 0.4.2 → 0.5.1
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/.github/workflows/build.yml +1 -1
- package/.github/workflows/publish.yml +1 -1
- package/.vscode/extensions.json +6 -0
- package/.vscode/settings.json +5 -1
- package/README.md +2 -1
- package/build/kcQuestsData/DATA_VERSION +1 -0
- package/build/kcQuestsData/index.ts +7 -0
- package/build/kcQuestsData/quests-scn.json +3296 -0
- package/build/kcanotifyGamedata/DATA_VERSION +1 -1
- package/build/kcanotifyGamedata/index.ts +1 -1
- package/build/kcanotifyGamedata/quests-en.json +84 -36
- package/build/kcanotifyGamedata/quests-jp.json +84 -36
- package/build/kcanotifyGamedata/quests-ko.json +84 -36
- package/build/kcanotifyGamedata/quests-scn.json +82 -36
- package/build/kcanotifyGamedata/quests-tcn.json +82 -36
- package/i18n/en-US.json +1 -0
- package/i18n/ja-JP.json +1 -0
- package/i18n/ko-KR.json +1 -0
- package/i18n/zh-CN.json +2 -1
- package/i18n/zh-TW.json +1 -0
- package/package.json +6 -14
- package/scripts/downloadKcQuestsData.ts +107 -0
- package/scripts/downloadKcanotifyGamedata.ts +2 -0
- package/src/Settings.tsx +52 -22
- package/src/Toolbar.tsx +4 -2
- package/src/__tests__/kcanotifyData.spec.ts +14 -2
- package/src/__tests__/kcwikiData.spec.ts +9 -0
- package/src/components/QuestCard.tsx +4 -0
- package/src/patch.ts +28 -18
- package/src/questHelper.ts +1 -1
- package/src/store/index.ts +1 -0
- package/src/store/kcwiki.ts +29 -0
- package/src/store/quest.ts +28 -13
- package/src/store/store.tsx +24 -24
- package/src/utils.ts +0 -77
package/.vscode/settings.json
CHANGED
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|

|
|
4
4
|
[](https://www.npmjs.com/package/poi-plugin-quest-info-2)
|
|
5
5
|
|
|
6
|
-
A [poi](https://github.com/poooi/poi) plugin that helps you view quest info. Data maintained by [kcanotify-gamedata](https://github.com/antest1/kcanotify-gamedata) & [kc3-translations](https://github.com/KC3Kai/kc3-translations).
|
|
6
|
+
A [poi](https://github.com/poooi/poi) plugin that helps you view quest info. Data maintained by [kcanotify-gamedata](https://github.com/antest1/kcanotify-gamedata) & [kc3-translations](https://github.com/KC3Kai/kc3-translations) & [kcQuests](https://github.com/kcwikizh/kcQuests).
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|
|
@@ -15,3 +15,4 @@ Paste `poi-plugin-quest-info-2` in the plugins tab and click the install button.
|
|
|
15
15
|
- [kcanotify-gamedata](https://github.com/antest1/kcanotify-gamedata)
|
|
16
16
|
- [poi-plugin-tabex](https://github.com/momocow/poi-plugin-tabex)
|
|
17
17
|
- [plugin-quest](https://github.com/poooi/plugin-quest)
|
|
18
|
+
- [kcQuests](https://github.com/kcwikizh/kcQuests)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
eb8a7fca38fed2c16e027f2563e93e826d24e30f
|