2024-06-11 19:51:46 -04:00
|
|
|
StaticAura(
|
|
|
|
buildup_duration: 0.4,
|
|
|
|
cast_duration: 0.3,
|
|
|
|
recover_duration: 0.4,
|
|
|
|
energy_cost: 30,
|
|
|
|
targets: InGroup,
|
|
|
|
auras: [
|
|
|
|
(
|
|
|
|
kind: ProtectingWard,
|
|
|
|
strength: 0.3,
|
|
|
|
duration: Some(1),
|
|
|
|
category: Magical,
|
|
|
|
),
|
|
|
|
],
|
2025-03-07 13:26:55 -05:00
|
|
|
aura_duration: Some(20),
|
2024-06-11 19:51:46 -04:00
|
|
|
range: 10.0,
|
|
|
|
sprite_info: Some((
|
|
|
|
sprite: Stones2,
|
|
|
|
del_timeout: Some((19, 3)),
|
|
|
|
summon_distance: (7, 10),
|
|
|
|
sparseness: 0.97,
|
|
|
|
)),
|
|
|
|
)
|