poi-plugin-quest-info-2 0.7.2 → 0.7.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/.eslintrc.js +1 -0
- package/build/kcanotifyGamedata/quests-ko.json +0 -5
- package/build/prePostQuest.json +4498 -0
- package/build/questCategory.json +588 -588
- package/build/questMap.json +575 -0
- 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 +1 -0
- package/i18n/zh-TW.json +1 -0
- package/package.json +3 -3
- package/src/__tests__/__snapshots__/questCategory.spec.ts.snap +113 -113
- package/src/__tests__/kcanotifyData.spec.ts +13 -0
- package/src/__tests__/kcwikiData.spec.ts +10 -0
- package/src/__tests__/questCategory.spec.ts +3 -3
- package/src/components/QuestCard/MinimalQuestCard.tsx +11 -14
- package/src/components/QuestCard/index.tsx +86 -55
- package/src/components/QuestCard/styles.ts +17 -0
- package/src/components/QuestList.tsx +3 -6
- package/src/components/{PreTaskTag.tsx → QuestTag.tsx} +3 -2
- package/src/questHelper.ts +10 -2
- package/src/store/quest.ts +3 -3
- package/scripts/convertAssets.ts +0 -57
- package/scripts/downloadKcQuestsData.ts +0 -136
- package/scripts/downloadKcanotifyGamedata.ts +0 -132
- package/scripts/downloadSprites.ts +0 -126
- package/scripts/genQuestCategory.ts +0 -58
- package/scripts/proxyFetch.ts +0 -42
- package/scripts/utils.ts +0 -8
package/.eslintrc.js
CHANGED
|
@@ -35,6 +35,7 @@ module.exports = {
|
|
|
35
35
|
'@typescript-eslint/no-non-null-assertion': 'off',
|
|
36
36
|
'@typescript-eslint/no-empty-function': 'off',
|
|
37
37
|
'react/prop-types': 'off',
|
|
38
|
+
'react/display-name': 'off',
|
|
38
39
|
'linebreak-style': ['error', 'unix'],
|
|
39
40
|
'no-var': 'error',
|
|
40
41
|
'prefer-const': 'error',
|
|
@@ -3262,10 +3262,5 @@
|
|
|
3262
3262
|
"name": "「무선 유도탄」 장비 신형 습격기의 실전 배비",
|
|
3263
3263
|
"desc": "이호 1형乙 유도탄 탑재기의 개발 : 육군 신예 습격기 「키-102을」×1 및 「2식복전 토류 병형」×1, 숙련탑승원×2, 거기에 신형항공병장자재×4를 준비하라! (임무 달성 후, 준비한 자재 등은 소멸합니다.)",
|
|
3264
3264
|
"memo": "※키-102을, 2식복전 토류 병형 각각 1기, 숙련탑승원 2개, 신형항공병자자재 4개 준비(※ 키-102을이 강화된 상태일 경우, 그 강화치는 임무 달성 후 0으로 줄어듦에 주의) 보상 : 보크사이트 300, 키-102을 개 + 이호 1형乙 유도탄"
|
|
3265
|
-
},
|
|
3266
|
-
"421?": {
|
|
3267
|
-
"code": "",
|
|
3268
|
-
"name": "",
|
|
3269
|
-
"desc": ""
|
|
3270
3265
|
}
|
|
3271
3266
|
}
|