Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
由于
lack_num
不再返回负数,现在获取详细准确的背包数据暂时不再可用。之前我们采用最小子集来涵盖所有的背包物品,即每种物品至少出现 1 次。我们可以尝试要求每种物品至少出现 3 次来涵盖较为全面的背包物品及数量。
相对最小子集来说,这种方法能够满足大部分人的背包刷新需求,但是直接获取所有大于等于三星的武器和所有角色也会相对来说更加合理。
Related Issue
fix #2061
Checklist
develop
branch