8 lines
284 B
TOML
8 lines
284 B
TOML
name = "roundhouse"
|
|
description = "a spinning kick that sacrifices speed for devastating power"
|
|
move_type = "attack"
|
|
stamina_cost = 8.0
|
|
telegraph = "{attacker} spins into a roundhouse kick!"
|
|
timing_window_ms = 2000
|
|
damage_pct = 0.25
|
|
countered_by = ["duck", "parry high", "parry low"]
|