PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding

Allow Trauma stacks to be raised above 10 when Bone Shatter of Complex Trauma is linked to General's Cry

Abierto
#7,567 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?

When Bone Shatter of Complex Trauma is used as the main skill, the configs limit the Trauma stack to 10 due to line
{ "lose_all_trauma_at_X_trauma", 10 },
in "act_str.lua"
However, when Complex Trauma is linked to General's Cry, this limit is not applied in game, allowing players to scale Trauma far higher and the damage scales beyond 10 with it. The mirage warriors do not reset the Trauma stacks.

Describe the solution you'd like

When Complex Trauma is linked to General's Cry, allow Trauma to stack higher than 10.

Describe alternatives you've considered

Currently I have replaced the above mentioned line with
{ "lose_all_trauma_at_X_trauma", 1000 },
Which achieves the same effect, but would allow players not using General's Cry to scale their Complex Trauma higher that 10, misleading them.

Additional context

18 stacks
46 stacks
These images demonstrate how the Trauma continues to increase the Complex Trauma damage with stacks beyond 10 when linked to General's Cry.

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

Comienza con la entrada lose_all_trauma_at_X_trauma en act_str.lua y sigue cómo General's Cry se vincula con Bone Shatter of Complex Trauma. Confirma que Trauma puede superar 10 únicamente para ese enlace, mientras que el comportamiento normal de Complex Trauma sigue restableciéndose en 10.

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
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
38/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.