25 lines
510 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: InGroup,
auras: [
(
kind: Regeneration,
2025-03-07 13:26:55 -05:00
strength: 1,
duration: Some(1),
2024-06-11 19:51:46 -04:00
category: Magical,
),
(
kind: ProtectingWard,
2025-03-07 13:26:55 -05:00
strength: 0.5,
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,
)