This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
trade_bot/assets/common/abilities/sword/agile_dancing_edge.ron
2025-02-17 11:10:03 -05:00

13 lines
262 B
Plaintext

SelfBuff(
buildup_duration: 0.4,
cast_duration: 0.3,
recover_duration: 0.3,
buff_kind: Hastened,
buff_strength: 0.2,
buff_duration: Some(20.0),
energy_cost: 20,
meta: (
requirements: (stance: Some(Sword(Agile))),
),
)