Movement Speed: Difference between revisions

4 bytes removed ,  16:42, 12 November 2021
m
fix favilink
(→‎Mechanics: hard limit)
m (fix favilink)
Line 159: Line 159:
* Standing on conveyers
* Standing on conveyers
* Using skills like Charge, Lunge, or Juke
* Using skills like Charge, Lunge, or Juke
* Using items like {{favilink|The Flume-Flier of the Sky-Bear}} or {{favilink|ninefold boots}}
* Using items like {{favilink|Flume-Flier of the Sky-Bear}} or {{favilink|ninefold boots}}


== Modding ==
== Modding ==
In XML and the game code, movespeed is stored as a penalty to the base movespeed. This means that it increases when negative numbers are added to the stat. Wishing for <code>stat:MoveSpeed:0</code> will set the movespeed to the base 100. Setting movespeed to 0 requires wishing it to 100.
In XML and the game code, movespeed is stored as a penalty to the base movespeed. This means that it increases when negative numbers are added to the stat. Wishing for <code>stat:MoveSpeed:0</code> will set the movespeed to the base 100. Setting movespeed to 0 requires wishing it to 100.