PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding
Kaom's Way with 20% Fertile Catalyst does not go to 0.5% Life regenerated per Endurance Charge
还没有人认领这个 Issue。
- 主要语言
- Lua
- 星标
- 5.4k
- 派生
- 2.4k
- 平均合并
- 1 天 12 小时
- 30 天内合并 PR
- 26
描述
Creating a Kaom's Way ring and setting the Quality to 20% with Fertile Catalysts leaves the Life regnerated per Endurance Charge at 0.4%, although it should go to 0.5% (I checked on the official Trade website, that this value is indeed reachable).
I also manually edited the Quality value to increase it further. What's strange is that until 24%, the value stays at 0.4% and then it jumps to 0.6% at 25% Quality (this is the point where it would reach an even 0.5% without rounding).
I'm not completely sure what the underlying rounding process should be, but here are some breaking points I found on the official Trade website:
12% Quality --> 0.4% Life regenerated per End. Charge (0.448% unrounded)
13% Quality --> 0.4% Life regenerated per End. Charge (0.452% unrounded)
15% Quality --> 0.4% Life regenerated per End. Charge (0.460% unrounded)
17% Quality --> 0.5% Life regenerated per End. Charge (0.468% unrounded)
20% Quality --> 0.5% Life regenerated per End. Charge (0.480% unrounded)
As you see, 13% should be the breaking point if it is rounded to one significant digit, but for some reason 17% (or 16%, but I could not find that value anywhere) is the breakpoint (all assuming the trade site is correct, can't test this myself atm, though).
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
没有指定文件、测试或入口点。使用约 12–25% 的 Fertile Catalyst 品质值重现 Kaom's Way,然后定位每个 Endurance Charge 的生命回复属性计算和舍入路径。完成的标准是显示的分界点与报告的 Trade 值一致,包括 20% 品质显示为 0.5% 而不是 0.4%。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- lua
- 领域
- backend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100