Skip to content

Commit 55addd0

Browse files
bangbangsheshotmedownLocalIdentity
andauthored
Fix General's Cry DPS not scaling properly with increased Warcry Cooldown (#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>
1 parent eb0cebf commit 55addd0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Modules/CalcMirages.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ function calcs.mirages(env)
399399

400400
-- This is so that it's consistent with the info message but removing this could make it more accurate numbers wise
401401
mirageSpawnTime = round(mirageSpawnTime, 2)
402-
cooldown = m_max(cooldown, mirageSpawnTime)
403402

404403
-- Scale dps with GC's cooldown
405404
env.player.mainSkill.skillData.dpsMultiplier = (env.player.mainSkill.skillData.dpsMultiplier or 1) * (1 / cooldown)

0 commit comments

Comments
 (0)