diff options
Diffstat (limited to 'data/help/movement.yaml')
| -rw-r--r-- | data/help/movement.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/data/help/movement.yaml b/data/help/movement.yaml index 19a09b9..0623510 100644 --- a/data/help/movement.yaml +++ b/data/help/movement.yaml @@ -6,16 +6,20 @@ description: | Usage: north, south, east, west, up, down Aliases: n, s, e, w, u, d - Movement takes 4 game ticks by default. Certain equipment reduces + Movement takes 2 game ticks by default. Certain equipment reduces this delay: Cape of Agility Instant movement (1 tick) - Graceful set Each piece reduces movement by 0.25 ticks. - Full set (6 pieces) gives an extra 0.5 bonus, - for 2 ticks total. Uses fractional ticks. + Graceful set Each piece reduces movement by 0.15 ticks. + Full set (6 pieces) gives an extra 0.1 bonus, + for 1 tick total. Uses fractional ticks. The Cape of Agility overrides all Graceful bonuses. + The "walk" command (BFSPathfinding or direction sequences) takes + twice as long as normal movement per step (4 ticks default, 2 ticks + with the full Graceful set). + Moving interrupts any active gathering or crafting action. During combat, movement becomes a flee attempt. The mob continues |
