PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding

Untiring regen for self hit damage from trauma

Abierto
#7,368 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

enhancement
Lenguaje dominante
Lua
Estrellas
5.4k
Forks
2.4k
Merge medio
1 d 12 h
PR fusionados (30 d)
26

Descripción

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

I didn't realize untiring made up for so much though and that does make it extremely hard to calculate.. Probably the most annoying part of trauma stacking on juggernaut build. How much attack speed, increased duration, etc do you build. you'll never truly know if you can handle the stacks?

Describe the solution you'd like

untiring calculation

1.5% of Physical Damage prevented from Hits in the past
10 seconds is Regenerated as Life per second

constant is simple like you have max sustainable(194selfdamage for 20lvl boneshatter x100traumastacks)x 10 my pob aps x 10s = 2210000

2210000 x 0.057 my pob damage taken multi =125970

2210000-125970 = 2084030 your prevented damage for 10s

2084030 x ( 0.015 base untiring x 2.51 my pob life regeneration rate x 1,15 my pob life recovery rate)=2084030 x 0.043 = 90233 your regen from untiring

but ramping added damage like from 0 to max number you can reach for 10s is problematic

an arithmetic sequence sum where n refers to number of terms

number of terms is total amout of attacks its like your aps x 10s like 10aps x10s=100 you deal 100 attacks in 10s

(n) its total amount of attacks than (n) is just aps x 10s

The total damage you will take if you start attacking and continue attakcing for 10 seconds
194+388+582+...+19400 on last hit

At 0.057 taken you would only take 56,143 total damage over 10 seconds, preventing 928,557. This results in 13,928 health regenerated per second

And it just add to life regen stat
CaLC

Describe alternatives you've considered

Like this
https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/6833 but this pseudo recoup dont work with trauma selfdamage

Additional context

No response

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Línea de trabajo

Empieza leyendo el pull request 6833 y compara su enfoque de pseudo-recoup con las mecánicas de Untiring y Trauma descritas aquí. Determina cómo representa actualmente el planner el autodaño y la regeneración de vida, y verifica que el resultado tenga en cuenta diez segundos de daño físico de impacto evitado, acumulaciones de ataque crecientes y el valor final de regeneración.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
lua
Área
game-dev
Tipo de issue
Nueva funcionalidad
Dificultad
5/5
Tiempo estimado
Más de una semana
Estado de actividad
Estancado
Claridad
Necesita aclaración
Aptitud para principiantes
25/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.