Skip to content

Conversation

@Paliak
Copy link
Contributor

@Paliak Paliak commented Jul 22, 2025

Fixes #8842

Based on and supersedes #8881

Description of the problem being solved:

The Howlcrack unique item sets the cooldown of warcies to 0 causing the GC dps to explode into infinity due to division by zero. This was caused by the assumption that the mirages instantly spawn and attack. This PR makes it so that the cooldown is at least the amount of time it takes to spawm them all and attack or channel for 1s.

Additionally some cleanup was done to minor aspects of mirages and caching.

Steps taken to verify a working solution:

  • Test Sacred Wisps
  • Test Mirage Archer
  • Test GC

Paliak added 7 commits July 22, 2025 22:46
The Howlcrack unique item sets the cooldown of warcies to 0 causing the
GC dps to explode into infinity due to division by zero. This was caused
by the assumption that the mirages instantly spawn and attack. This
commit makes it so that the cooldown is at least the amount of time it
takes to spawm them all and attack or channel for 1s.
The env used by mirage skills is often modified causing the resulting
env to differ. This has not caused issues to there not beign any caching
use after calcMirages but this could come up in the future. Marking the
env as CALCULATOR still allows for the env to be cached in case it's
really needed but it will prevent it being used in most cases.
This was once used as the main table holding the cached output of
skills. It has been entirely replaced by the remaining tables.
@Paliak Paliak added the bug: behaviour Behavioral differences label Jul 22, 2025
@LocalIdentity LocalIdentity merged commit 0b8babb into PathOfBuildingCommunity:dev Aug 1, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: behaviour Behavioral differences

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Howlcrack causes "inf" Hit DPS when used with General's Cry support

2 participants