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

10 lines
222 B
TOML

name = "parry"
description = "deflect an attack with precise timing, redirecting force rather than absorbing it"
move_type = "defense"
stamina_cost = 4.0
active_ms = 400
recovery_ms = 3100
[variants.high]
[variants.low]