mud/content/combat/roundhouse.toml
Jared Miller 8e9e6f8245
Add unlock conditions to roundhouse and sweep moves
Roundhouse requires 5 total kills, sweep requires defeating
3 goblins. Basic moves (punch, dodge, duck, parry, jump)
remain available from the start.
2026-02-14 11:40:46 -05:00

15 lines
521 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"]
[unlock]
type = "kill_count"
threshold = 5