Does anyone know if movespeed is a factor when trying to increase sprint speed or are they completely different?
for example
Sprint_Speed = (Move_speed x 1.2) + sprint_gear_bonus
where
Move_Speed = Character_Movespeed + move_gear_bonus
(Of course the multiplier to Move_speed is a guess, but I think it would be close to this)
or is it something like
Sprint_Speed = Character_Sprintspeed + sprint_gear_bonus
and
Move_Speed = Character_Movespeed + move_gear_bonus
The first one would suggest that you will always move faster in sprint speed no matter what your movespeed was. the second would mean given enough bonus you could possibly move faster than sprinting.