8 lines
274 B
TOML
8 lines
274 B
TOML
name = "sweep"
|
|
description = "a low kick targeting the legs, designed to take an opponent off balance"
|
|
move_type = "attack"
|
|
stamina_cost = 6.0
|
|
telegraph = "{attacker} drops low for a leg sweep!"
|
|
timing_window_ms = 1800
|
|
damage_pct = 0.18
|
|
countered_by = ["jump", "parry low"]
|