๋ณธ๋ฌธ์œผ๋กœ ๊ฑด๋„ˆ๋›ฐ๊ธฐ

Movement speed

๐Ÿ‡ฐ๐Ÿ‡ท ํ•œ๊ตญ์–ด ๋ฒ„์ „ โ€” 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!