Possible incorrect DPS calculation for Ball Lightning of Static

Abierto
#10,166 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
52/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Tranquilo
Stack tecnológico
lua
Área
game-dev

Línea de trabajo

Comienza con el código de build de PoE1 en https://pobb.in/6bd23JAGArgD y rastrea cómo se combinan el número de impactos, la duración fija de 2 segundos y el Hit DPS de Ball Lightning of Static. Reproduce la configuración de nivel 20 sin equipo con un lanzamiento por segundo y, después, verifica que los 13 impactos se distribuyen a lo largo de toda la duración, en lugar de tratarse como un segundo de daño.

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

Descripción

bug: calculation
Check version
  • I'm running the latest version of Path of Building and I've verified this by checking the changelog
Check for duplicates
  • I've checked for duplicate open and closed issues by using the search function of the issue tracker
Check for support
  • I've checked that the calculation is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).
What platform are you running Path of Building on?

Windows

What is the value from the calculation in-game?

Test setup: Level 20 Ball Lightning of Static gem with no equipped gear and no passive skill points allocated. A cooldown was added to make PoB display exactly 1 cast per second.

According to the PoE Wiki, Ball Lightning of Static can hit the same target 13 times over its fixed 2-second lifetime.

PoB shows an Average Hit of 255.2.

Therefore:

255.2 × 13 = 3,317.6 total damage over the full 2-second lifetime

Since PoB displays Hit DPS (damage per second), I would expect the damage from those 13 hits to be divided by the 2-second duration:

3,317.6 / 2 = 1,658.8 DPS

However, PoB appears to use all 13 hits for its DPS calculation, effectively treating the damage dealt over the full 2-second lifetime as if it were dealt within 1 second.

What is the value from the calculation in Path of Building?

.

How to reproduce the issue

No response

PoB for PoE1 build code
https://pobb.in/6bd23JAGArgD
Screenshots

No response

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

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.

Más de PathOfBuildingCommunity/PathOfBuilding

Todos los issues de PathOfBuildingCommunity/PathOfBuilding

Issues similares

Más issues de Lua

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.