Skip to content

Fix General's Cry DPS not scaling properly with increased Warcry Cooldown - #9636

Merged
LocalIdentity merged 2 commits into
PathOfBuildingCommunity:devfrom
bangbangsheshotmedown:whycry
Mar 15, 2026
Merged

Fix General's Cry DPS not scaling properly with increased Warcry Cooldown#9636
LocalIdentity merged 2 commits into
PathOfBuildingCommunity:devfrom
bangbangsheshotmedown:whycry

Conversation

@bangbangsheshotmedown

@bangbangsheshotmedownbangbangsheshotmedown commented Mar 15, 2026

Copy link
Copy Markdown
Contributor

Fixes # .

Description of the problem being solved:

3.27.0g: General's Cry spawned clones are now not yet considered to be active, and thus counting against your maximum allowed, until they have activated. Previously, these would count against your maximum at the point where the number of clones to create from a use was calculated, which could cause clones created by a previous warcry to be replaced before they had enough time to act.

So cooldown is no needed anymore since mirages will now only get replaced after finishing their action

Steps taken to verify a working solution:

Link to a build that showcases this PR:

Before screenshot:

After screenshot:

@LocalIdentityLocalIdentity added the bug: calculation Numerical differences label Mar 15, 2026
Attack speed shouldn't change the DPS of the skill
@LocalIdentityLocalIdentity changed the title Fix General's Cry DPS calculation for 3.27.0g clone behavior changesFix General's Cry DPS not scaling properly with increased Warcry CooldownMar 15, 2026
@LocalIdentity

Copy link
Copy Markdown
Contributor

I removed the hit rate override, as that is there so attack speed does not change the DPS
Also please fill out the PR template. Providing no build, images or explanation makes it much hard for me to review

@LocalIdentity
LocalIdentity merged commit 55addd0 into PathOfBuildingCommunity:devMar 15, 2026
3 checks passed
NDari pushed a commit to NDari/PathOfBuilding that referenced this pull request Mar 31, 2026
…down (PathOfBuildingCommunity#9636)
* Fix General's Cry to use actual APS and remove spawn time throttling
* Add back attack speed override
Attack speed shouldn't change the DPS of the skill
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: calculationNumerical differences

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bangbangsheshotmedown@LocalIdentity