From e9378bb6fa5929b750788a16894a1c2157bf5b53 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Sun, 8 Feb 2026 12:24:36 -0500 Subject: [PATCH] Tweak the timing windows in combat --- content/combat/parry.toml | 2 +- content/combat/punch.toml | 2 +- content/combat/roundhouse.toml | 2 +- content/combat/sweep.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/combat/parry.toml b/content/combat/parry.toml index f106d92..c45cf4a 100644 --- a/content/combat/parry.toml +++ b/content/combat/parry.toml @@ -1,7 +1,7 @@ name = "parry" move_type = "defense" stamina_cost = 4.0 -timing_window_ms = 500 +timing_window_ms = 1200 [variants.high] aliases = ["f"] diff --git a/content/combat/punch.toml b/content/combat/punch.toml index 3f6a279..24421d1 100644 --- a/content/combat/punch.toml +++ b/content/combat/punch.toml @@ -1,7 +1,7 @@ name = "punch" move_type = "attack" stamina_cost = 5.0 -timing_window_ms = 800 +timing_window_ms = 1800 damage_pct = 0.15 [variants.left] diff --git a/content/combat/roundhouse.toml b/content/combat/roundhouse.toml index 572f4e2..c355b7e 100644 --- a/content/combat/roundhouse.toml +++ b/content/combat/roundhouse.toml @@ -3,6 +3,6 @@ aliases = ["rh"] move_type = "attack" stamina_cost = 8.0 telegraph = "{attacker} spins into a roundhouse kick!" -timing_window_ms = 600 +timing_window_ms = 2000 damage_pct = 0.25 countered_by = ["duck", "parry high", "parry low"] diff --git a/content/combat/sweep.toml b/content/combat/sweep.toml index 761179b..c0c9ceb 100644 --- a/content/combat/sweep.toml +++ b/content/combat/sweep.toml @@ -3,6 +3,6 @@ aliases = ["sw"] move_type = "attack" stamina_cost = 6.0 telegraph = "{attacker} drops low for a leg sweep!" -timing_window_ms = 700 +timing_window_ms = 1800 damage_pct = 0.18 countered_by = ["jump", "parry low"]