Pular para o conteúdo principal

Movement speed

🇧🇷 Versão em Português — see the English page

The movement speed is Influenced by:

  • boots.
  • capes.
  • archery gear.
  • pets.

Most of these items have a positive modifier, but some (e.g. piglet) have a negative modifier.

High speed is very helpful when gathering resources but can lead to more accidental attacks by monsters.

  • The Base speed is 0.
  • The Max speed is 60.

(higher values are possible but are capped to 60)

Formula​

The formula deduced from the source code is:

  • = 300ms - <speed> * 3ms
  • = 3ms * (100 - <speed>)

Therefore the speed is the relative reduction (in %) of the movement time.

Examples:

speedreductionmovement time in ms
-20-20%360
-10-10%330
default00%300
2020%240
4040%180
5050%150
maximum6060%120

60 speed is three times as fast as -20 speed!