Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一个想法:能否基于当前装备的圣遗物为基准,结合词条权重,计算其他圣遗物的潜力 #30

Open
Stove3 opened this issue Apr 23, 2023 · 8 comments

Comments

@Stove3
Copy link

Stove3 commented Apr 23, 2023

目前的「按角色适配概率」虽然能按词条权重挑出好胚子,但是相比现在装备的圣遗物还是有不少差距。
如果可以以当前装备的圣遗物词条数为基准,计算潜力,就能快速决定到底该不该升级圣遗物了。

@ideless
Copy link
Owner

ideless commented Apr 24, 2023

什么叫

以当前装备的圣遗物词条数为基准

根据装备圣遗物的副词条决定词条权重?
计算升满之后超过装备圣遗物的概率?

@Stove3
Copy link
Author

Stove3 commented Apr 25, 2023

什么叫

以当前装备的圣遗物词条数为基准

根据装备圣遗物的副词条决定词条权重? 计算升满之后超过装备圣遗物的概率?

对,比如我的达达利亚的花,根据配装规则中的权重,计算出来是 7 词条。那么就针对所有的花,都根据配装规则中的权重,计算预期词条数,拿来和当前装备的花作比较

@ideless
Copy link
Owner

ideless commented Apr 25, 2023

大概明白你的意思了,等我空下来实现一下看看吧 :)

ideless added a commit that referenced this issue Apr 30, 2023
@ideless
Copy link
Owner

ideless commented Apr 30, 2023

更新了,暂时命名为“按装备提升概率”

@Stove3
Copy link
Author

Stove3 commented May 3, 2023

更新了,暂时命名为“按装备提升概率”

Cool!

有个小问题,筛选圣遗物等级为 0-19 的时候似乎存在计算错误,比如不筛选等级时,存在大量 100% 的圣遗物,但是筛选后,会全部小于 0.1%
image
image

@ideless
Copy link
Owner

ideless commented May 4, 2023

100%应该是因为已经超过已装备圣遗物了,所以“满级后超过的概率”是100%。
筛选等级确实有bug,我之后改一下。

@ideless
Copy link
Owner

ideless commented May 4, 2023

修好了。另外加了一个角色筛选,个人感觉所有角色一起算不大有帮助,因为很多辅助类角色没有认真刷过圣遗物,导致大片的100%,筛选到一两个主c角色会好一点

@Stove3
Copy link
Author

Stove3 commented May 4, 2023

赞!太好用了!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants