mud/content/combat/sweep.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

16 lines
501 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"]
[unlock]
type = "mob_kills"
mob_name = "goblin"
threshold = 3