veloren/assets/common/abilities/gnarling/totem/green.ron

25 lines
508 B
Rust
Raw Normal View History

2022-02-09 01:23:23 +00:00
BasicAura(
2024-05-30 07:17:50 +00:00
buildup_duration: 0.2,
cast_duration: 0.4,
recover_duration: 0.2,
2022-02-09 01:23:23 +00:00
targets: InGroup,
auras: [
(
kind: Regeneration,
2024-05-30 07:17:50 +00:00
strength: 1,
duration: Some(1),
2022-02-09 01:23:23 +00:00
category: Magical,
),
(
kind: ProtectingWard,
2024-05-30 07:17:50 +00:00
strength: 1,
duration: Some(1),
2022-02-09 01:23:23 +00:00
category: Magical,
),
],
2024-05-30 07:17:50 +00:00
aura_duration: Some(1),
range: 15,
2022-02-09 01:23:23 +00:00
energy_cost: 0,
scales_with_combo: false,
)