15 lines
516 B
TOML
15 lines
516 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!"
|
|
hit_time_ms = 3000
|
|
damage_pct = 0.25
|
|
countered_by = ["duck", "parry high", "parry low"]
|
|
|
|
[unlock]
|
|
type = "kill_count"
|
|
threshold = 5
|