mud/content/combat/roundhouse.toml
Jared Miller 312da1dbac
Update combat TOML schema
hit_time_ms for attacks, active_ms/recovery_ms for defenses
2026-02-16 12:17:28 -05:00

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