18,567
edits
Changes
ADVERTISEMENT
From Diablo Wiki
no edit summary
MovementScalarTotal = MovementScalarCappedTotal + MovementScalarUncappedBonus
This basicly basically means you can have a capped value which cannot go above a certain amount and a bonus which is totally uncapped. Lets look at the capped total:
MovementScalarCappedTotal = Min(1.25, MovementScalarSubtotal)
Working out the MovementScalarSubtotal: