15 lines
350 B
TOML
15 lines
350 B
TOML
name = "punch"
|
|
move_type = "attack"
|
|
stamina_cost = 5.0
|
|
timing_window_ms = 1800
|
|
damage_pct = 0.15
|
|
|
|
[variants.left]
|
|
aliases = ["pl"]
|
|
telegraph = "{attacker} winds up a left hook!"
|
|
countered_by = ["dodge right", "parry high"]
|
|
|
|
[variants.right]
|
|
aliases = ["pr"]
|
|
telegraph = "{attacker} winds up a right hook!"
|
|
countered_by = ["dodge left", "parry high"]
|