11 lines
477 B
TOML
11 lines
477 B
TOML
name = "roundhouse"
|
|
description = "a spinning kick that sacrifices speed for devastating power"
|
|
move_type = "attack"
|
|
stamina_cost = 8.0
|
|
telegraph = "{attacker} shifts {his} weight back..."
|
|
announce = "{attacker} launch{es} a roundhouse kick at {defender}!"
|
|
resolve_hit = "{attacker}'s roundhouse slams into {defender}!"
|
|
resolve_miss = "{defender} counter{s} {attacker}'s roundhouse!"
|
|
timing_window_ms = 2000
|
|
damage_pct = 0.25
|
|
countered_by = ["duck", "parry high", "parry low"]
|