Move Speed: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Added a calculation section with the formulas. |
→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} = | <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 | # Divide each bonus by 11: ≈0.182 and ≈0.273. | ||
# Subtract from 1: (1 - 0. | # Subtract from 1: (1 - 0.182) = '''0.818''' and (1 - 0.273) = '''0.727'''. | ||
# Multiply the remainders: 0. | # Multiply the remainders: 0.818 × 0.727 = '''0.595'''. | ||
# Subtract from 1: 1 - 0. | # Subtract from 1: 1 - 0.595 = '''0.405'''. | ||
# Multiply by | # Multiply by 11: 0.405 × 11 = '''4.46 m/s''' (or '''4.5 m/s''' rounded). | ||
# Your Effective Move Bonus is '''4. | # 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. | <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> | <math>11 \times (1 - (1 - \frac{2}{11}) \times (1 - \frac{3}{11})) = 4.5 \text{ m/s effective}</math> | ||
<math>6.4 + 4. | <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. | <math>10.9 + 5.1 = \mathbf{16.0 \text{ m/s}}</math> | ||
== Base Move and Sprint Speed == | == Base Move and Sprint Speed == | ||