Move Speed: Difference between revisions

LVL (talk | contribs)
Added a calculation section with the formulas.
LVL (talk | contribs)
Calculation: Updated to be accurate with recent patch
Line 29: Line 29:
To find your effective move speed bonus, use the following formula:
To find your effective move speed bonus, use the following formula:


<math>\text{Effective Move Bonus} = 10 \times (1 - (1 - \frac{B_1}{10}) \times (1 - \frac{B_2}{10}) \dots)</math>
<math>\text{Effective Move Bonus} = 11 \times (1 - (1 - \frac{B_1}{11}) \times (1 - \frac{B_2}{11}) \dots)</math>


Where B₁, B₂, etc. are individual move speed bonuses.
Where B₁, B₂, etc. are individual move speed bonuses.
Line 39: Line 39:
'''Example:'''
'''Example:'''
If you have two sources of move speed, one providing '''+2 m/s''' and another providing '''+3 m/s''':
If you have two sources of move speed, one providing '''+2 m/s''' and another providing '''+3 m/s''':
# Divide each bonus by 10: 0.2 and 0.3.
# Divide each bonus by 11: ≈0.182 and ≈0.273.
# Subtract from 1: (1 - 0.2) = '''0.8''' and (1 - 0.3) = '''0.7'''.
# Subtract from 1: (1 - 0.182) = '''0.818''' and (1 - 0.273) = '''0.727'''.
# Multiply the remainders: 0.8 × 0.7 = '''0.56'''.
# Multiply the remainders: 0.818 × 0.727 = '''0.595'''.
# Subtract from 1: 1 - 0.56 = '''0.44'''.
# Subtract from 1: 1 - 0.595 = '''0.405'''.
# Multiply by 10: 0.44 × 10 = '''4.4 m/s'''.
# Multiply by 11: 0.405 × 11 = '''4.46 m/s''' (or '''4.5 m/s''' rounded).
# Your Effective Move Bonus is '''4.4 m/s''' (not 5 m/s).
# Your Effective Move Bonus is '''4.5 m/s''' (not 5 m/s).


If your hero has 6.5 base move speed, 1.6 base sprint speed, and no sprint bonuses:
If your hero has 6.5 base move speed, 1.6 base sprint speed, and no sprint bonuses:
<math>6.5 + 4.4 + 1.6 = \mathbf{12.5 \text{ m/s}}</math>
<math>6.5 + 4.5 + 1.6 = \mathbf{12.6 \text{ m/s}}</math>


=== Sprint Speed Stacking ===
=== Sprint Speed Stacking ===
Line 62: Line 62:


'''Step 1: Calculate Move Speed'''
'''Step 1: Calculate Move Speed'''
<math>10 \times (1 - (1 - 0.2) \times (1 - 0.3)) = 4.4 \text{ m/s effective}</math>
<math>11 \times (1 - (1 - \frac{2}{11}) \times (1 - \frac{3}{11})) = 4.5 \text{ m/s effective}</math>
<math>6.4 + 4.4 = \mathbf{10.8 \text{ m/s}}</math>
<math>6.4 + 4.5 = \mathbf{10.9 \text{ m/s}}</math>


'''Step 2: Calculate Sprint Speed'''
'''Step 2: Calculate Sprint Speed'''
Line 69: Line 69:


'''Step 3: Add Together'''
'''Step 3: Add Together'''
<math>10.8 + 5.1 = \mathbf{15.9 \text{ m/s}}</math>
<math>10.9 + 5.1 = \mathbf{16.0 \text{ m/s}}</math>


== Base Move and Sprint Speed ==
== Base Move and Sprint Speed ==