PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding
Multistrike - Infernal Blow interaction
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Lua
- Estrellas
- 5.4k
- Forks
- 2.4k
- Merge medio
- 1 d 12 h
- PR fusionados (30 d)
- 26
Descripción
Currently when supporting infernal blow with multistrike this is shown as a net DPS gain, both when selecting the melee hit as well as the debuff - 6 stacks.
I believe PoB calculates the damage as if each multistrike repeat applies the debuff. However from my personal testing as well as anecdotal evidence from other people this does not appear to be the case (e.g. https://www.pathofexile.com/forum/view-thread/3191503 ).
Infact - if my calculations are correct! - I believe multistrike is a net DPS loss when it supports infernal blow. Please verify yourselves, I cannot guarantee perfect math nor a perfect understanding of the game mechanics.
If we assume a 20/0 infernal blow with the following numbers:
Base damage; 100
Attack rate: 5.0
Debuff damage multiplier: 0.66 (66%)
The DPS would be: (5 * 100) + (5 * (100 * .66) = 830
This consists of 500 melee hit and 330 debuff damage.
If we now support it with a 20/0 multistrike, which has:
Repeats: 2
More attack speed multiplier: 1.44 (44% more)
Less attack damage multiplier: 0.8 (20% less)
Which means the base damage of the skill becomes: 100 * 0.8 = 80
First repeat more attack damage multiplier: 1.22 (22% more)
Second repeat more attack damage multiplier: 1.44 (44% more)
The attack rate would become: 5.0 * 1.44 = 7.2
However, to get the actual 'attack' rate (uses of multistrike / not counting repeats):
To get the time in seconds it takes to do one full multistrike (attack + repeats): (1/7.2)*3 = 0.416667 (to clarify: 1 second divided by the attack rate which is then multiplied by the attack + 2 repeats)
Which means that a total of approximately 2.4 'multistrikes per second' can be done: 1/0,416667 =~ 2.4
Knowing this and assuming the debuff is only applied on the attack and not on the two repeats that follows:
Melee hit DPS (damage from attack + damage from repeat 1 + damage from repeat 2) * multistrikes per second:
( 80 + (80 * 1.22) + (80 * 1.44) ) * 2.4 = 702.72
The debuff DPS would be: (damage from attack * debuff damage multiplier) * multistrikes per second:
(80 * 0.66) * 2.4 = 126.72
Bringing the total DPS to 702.72 + 126.72 = 829.44
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
No se nombran archivos ni pruebas. Empieza reproduciendo el cálculo de DPS de Infernal Blow y Multistrike descrito en el issue y, después, compara la aplicación modelada del debuff con el comportamiento reportado en el juego y las evidencias enlazadas. Se considera terminado cuando el DPS cuerpo a cuerpo y de debuff del planner refleje la interacción verificada.
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
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100