19 lines
366 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
BasicAura(
2025-03-07 13:26:55 -05:00
buildup_duration: 0.2,
cast_duration: 0.4,
recover_duration: 0.2,
2024-06-11 19:51:46 -04:00
targets: OutOfGroup,
auras: [
(
kind: Burning,
2025-03-07 13:26:55 -05:00
strength: 1.2,
duration: Some(1),
2024-06-11 19:51:46 -04:00
category: Magical,
),
],
2025-03-07 13:26:55 -05:00
aura_duration: Some(1),
range: 15,
2024-06-11 19:51:46 -04:00
energy_cost: 0,
scales_with_combo: false,
)