diff options
| author | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 18:20:26 -0400 |
| commit | 0ea4eec5dd2122c6704216971eb1249276297867 (patch) | |
| tree | 430fbbef04e837820f1d031c190f52ecd6112e25 /data/help/movement.yaml | |
| parent | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff) | |
| download | thehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz | |
shop fixes, 'toggle' completely removed, movement speed increased
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 |
