19 lines
364 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
BasicAura(
2024-08-08 17:03:53 -04:00
buildup_duration: 0.2,
cast_duration: 0.4,
recover_duration: 0.2,
2024-07-03 19:04:49 -04:00
targets: InGroup,
auras: [
(
kind: Hastened,
2024-08-08 17:03:53 -04:00
strength: 0.4,
duration: Some(1),
2024-07-03 19:04:49 -04:00
category: Magical,
),
],
2024-08-08 17:03:53 -04:00
aura_duration: Some(1),
range: 15,
2024-07-03 19:04:49 -04:00
energy_cost: 0,
scales_with_combo: false,
)