PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding

Effective Max DoT Taken Similar to Max Hit Taken

未关闭
#6,741 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

enhancement
主要语言
Lua
星标
5.4k
派生
2.4k
平均合并
1 天 12 小时
30 天内合并 PR
26

描述

Check for duplicates
  • I've checked for duplicate issues by using the search function of the issue tracker
Is your feature request related to a problem?

It would be good to have some measure of how tanky a build is to DoTs of various damage types. This of course depends on damage mitigation, life pool, life recovery, and potentially flasks, or maybe even dot duration.

Describe the solution you'd like

I'm not sure about the exact best way to do this. There are various factors at play here.

The simplest way would be to just use the damage mitigation and life recovery to calculate it. However, dots like bleeds, poisons, and corrupting blood have durations. So we are (in those cases) more interested in whether the character can outlast the duration rather than whether the character's regen is enough to completely mitigate the damage. Then there are also other kinds of DoTs:

  • Ground Effects, which have infinite duration but can be avoided by not standing on them. Here we would care about how quickly they kill you. If it takes long enough then you have time to react.
  • Ailment DoTs. Here we would want to factor in that you can get immunity in various forms (either outright or with flasks), but these also have a duration so you just need to survive long enough.
  • I'm not sure how the other in game dots would split into categories. Perhaps easiest is just a general dot of each damage type (assuming some equivalent exists in game which is not covered in the previous categories). An example is that builds with Doryani's Prototype should show as highly vulnerable to lightning DoTs.

Here are some options:

  1. Calculate the highest dot dps for which the character would survive for X seconds, where X is either hardcoded based on in game DoT durations, or it can be set in PoB settings.
  2. Calculate how long the character can survive an X dps DoT of a certain damage type, where X is either hardcoded based on in game DoT values, or it can be set in PoB settings.
  3. Have a long list of common DoTs with their common damage ranges and/or durations and essentially calculate if the character can survive them for each one.

There may be better solutions I haven't considered.

I think this would be a good way to give people more info about how tanky a build feels, and to have people prioritise recovery a bit more. I understand this is a huge feature, but I haven't seen anyone else put the suggestion on GitHub yet and I have heard people talking about the idea so I wanted to suggest it here.

Describe alternatives you've considered

See above.

Additional context

No response

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

未指定文件、测试或入口点。首先定位现有的 Max Hit Taken 计算,然后审查伤害减免、恢复、DoT 持续时间、异常状态和地面效果的表示方式;完成这项工作需要达成一致的 DoT 生存能力设计,并进行相应的验证。

由索引模型根据 Issue 内容生成。

评估

技术栈
lua
领域
game-dev
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。