hotbot/assets/common/abilities/sword/defensive_stalwart_sword.ron
2024-06-11 14:43:30 -04:00

13 lines
274 B
Plaintext

SelfBuff(
buildup_duration: 0.25,
cast_duration: 0.3,
recover_duration: 0.25,
buff_kind: ProtectingWard,
buff_strength: 0.4,
buff_duration: Some(20.0),
energy_cost: 20,
meta: (
requirements: (stance: Some(Sword(Defensive))),
),
)