Closed gnattu closed 6 years ago
https://github.com/poooi/plugin-quest/blob/bbe64b4fc82bf8eea7c1beb69263b0d3268a3c9a/assets/i18n/zh-CN.json#L179 In the case that maxed modification is required, but fully skilled is not , such structure will make the max-modification requirement take the position of the skill requirement, which resulted in an incorrect display. For example:
Edit: The display is still incorrect even after adding "fullyskilled": false, to data.json manually. https://github.com/poooi/plugin-quest/blob/bbe64b4fc82bf8eea7c1beb69263b0d3268a3c9a/assets/data.json#L10442-L10448 use_skilled_crew should not be defined inside the slots by the way, it should be directly inside the requirements to be displayed.
"fullyskilled": false,
data.json
use_skilled_crew
slots
requirements
https://github.com/poooi/plugin-quest/blob/bbe64b4fc82bf8eea7c1beb69263b0d3268a3c9a/assets/i18n/zh-CN.json#L179 In the case that maxed modification is required, but fully skilled is not , such structure will make the max-modification requirement take the position of the skill requirement, which resulted in an incorrect display. For example:
Edit: The display is still incorrect even after adding
"fullyskilled": false,
todata.json
manually. https://github.com/poooi/plugin-quest/blob/bbe64b4fc82bf8eea7c1beb69263b0d3268a3c9a/assets/data.json#L10442-L10448use_skilled_crew
should not be defined inside theslots
by the way, it should be directly inside therequirements
to be displayed.