Slow Resistance

From Liquipedia Dota 2 Wiki

Reduces the impact of slows on your hero by a percentage. Not to be confused with Status Resistance.

Definition[edit]

Slow Resistance now also increases minimum movement speed by the slow resist percentage

Equation[edit]

Total Percentage-based Move Speed Reductions = Current Percentage-based Move Speed Reductions × Slow Resistance Multiplier

Slow Resistance Multiplier = <math>\prod_{i=1}^{n}</math>(1 - Slow Resistance i)

Stacking[edit]

All sources of slow resistance stack multiplicatively. This means a unit's slow resistance value changes less the higher its slow resistance is, and more the lower it is. This prevents a unit from reaching 100% slow resistance by stacking different sources up.

Example
A hero equiped with Sange received Frost Blast, what is the actual slow percentage value?
Sange Slow Resistance: 20%
Frost Blast Movement speed slow: 25%
Actual slow value:
= 25% × ( 1 - 20% )
= 20%
Example
Sven with Level 3 God's Strength equiped with Sange received Frost Blast, what is the actual slow percentage value?
Level 3 God's Strength Slow Resistance: 30%
Sange Slow Resistance: 20%
Frost Blast Movement speed slow: 25%
Total Slow Resistance:
= 1 - ( 1 - 30% ) × ( 1 - 20% )
= 44%
Actual slow value:
= 25% × ( 1 - 44% )
= 14%

Sources[edit]

See also: Haste Movement
1 Requires TalentsTalents talent.
2a Requires Aghanim's Scepter.
2b Requires Aghanim's Shard.

Affected by Slow Resistance[edit]


Recent Changes[edit]

Description
7.38
(2025-02-19)
  • Now also increases min movement speed by the slow resistance percentage.
    • EXPR MinMS = MinMS * (1 + %SlowResist)
7.34
(2023-08-08)