Tweak the timing windows in combat
This commit is contained in:
parent
3c5c1490e6
commit
e9378bb6fa
4 changed files with 4 additions and 4 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue