11 lines
438 B
TOML
11 lines
438 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..."
|
|
announce = "{attacker} sweep{s} at {defender}'s legs!"
|
|
resolve_hit = "{attacker}'s sweep catches {defender}'s legs!"
|
|
resolve_miss = "{defender} jump{s} over {attacker}'s sweep!"
|
|
timing_window_ms = 1800
|
|
damage_pct = 0.18
|
|
countered_by = ["jump", "parry low"]
|