3632: CC Falloff and duration

Reported by ☆☆☆ Pyth at Mon, 13 Feb 2017 00:03:29 UTC
gamemechanic bug
confirmed
18 votes

Description

AoE stun spells do not have a limit on the amount reduced by falloff (20% for stun).

Reproduction Steps

1. Stand on the edge of a stun spell's CC radius
2. Get stunned
3. Note that the spell is reduced beyond 80%

Intended Behavior

Add the same check for other spells (root and mezz) to stun.
aoe mezz formula ((duration - (duration * primary resists)) * ((distance/radius) / 2))
^ Already proper
aoe stun formula ((duration - (duration * primary resists)) * ((distance/radius) / 5))
^ Missing entirely on Uthgard

Evidence

YouTube video demonstrates Uthgard and Live. Falloff existed in 1.65.

Status

issue has been confirmed
votes (priority): 18
7 players say this report is valid, 0 disagree

Comments

Note: You need to be logged in to post comments.
Loading Comments...