This commit is contained in:
Bastian Wagner
2026-08-20 15:11:17 +02:00
parent d31d064d36
commit ec91f3ac7b
3 changed files with 1 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ const PLAYER_ICON = '/images/hud/runtime/CharacterIcon-128.png';
const SWING_MS = 540;
const RECOIL_MS = 540;
// Beat between the player's blow landing and the monster striking back.
const RIPOSTE_DELAY_MS = 260;
const RIPOSTE_DELAY_MS = 1260;
// Length of the stage jolt keyframes, see `stage-shake` in the stylesheet.
const STAGE_SHAKE_MS = 200;