Tweak the timing windows in combat

This commit is contained in:
Jared Miller 2026-02-08 12:24:36 -05:00
parent 3c5c1490e6
commit e9378bb6fa
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
name = "parry" name = "parry"
move_type = "defense" move_type = "defense"
stamina_cost = 4.0 stamina_cost = 4.0
timing_window_ms = 500 timing_window_ms = 1200
[variants.high] [variants.high]
aliases = ["f"] aliases = ["f"]

View file

@ -1,7 +1,7 @@
name = "punch" name = "punch"
move_type = "attack" move_type = "attack"
stamina_cost = 5.0 stamina_cost = 5.0
timing_window_ms = 800 timing_window_ms = 1800
damage_pct = 0.15 damage_pct = 0.15
[variants.left] [variants.left]

View file

@ -3,6 +3,6 @@ aliases = ["rh"]
move_type = "attack" move_type = "attack"
stamina_cost = 8.0 stamina_cost = 8.0
telegraph = "{attacker} spins into a roundhouse kick!" telegraph = "{attacker} spins into a roundhouse kick!"
timing_window_ms = 600 timing_window_ms = 2000
damage_pct = 0.25 damage_pct = 0.25
countered_by = ["duck", "parry high", "parry low"] countered_by = ["duck", "parry high", "parry low"]

View file

@ -3,6 +3,6 @@ aliases = ["sw"]
move_type = "attack" move_type = "attack"
stamina_cost = 6.0 stamina_cost = 6.0
telegraph = "{attacker} drops low for a leg sweep!" telegraph = "{attacker} drops low for a leg sweep!"
timing_window_ms = 700 timing_window_ms = 1800
damage_pct = 0.18 damage_pct = 0.18
countered_by = ["jump", "parry low"] countered_by = ["jump", "parry low"]