Changes - Diablo Wiki
Open main menu

Diablo Wiki β

Changes

Movement Scaler

4 bytes added, 23:06, 27 March 2012
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)
Basicly Basically this means you take whatever is lowest, 1.25 or the MovementScalarSubTotal.
Working out the MovementScalarSubtotal: