veloren/assets/common/abilities/sceptre/wardingaura.ron

15 lines
307 B
Plaintext
Raw Normal View History

BasicAura(
2021-03-01 20:44:29 +00:00
buildup_duration: 0.25,
cast_duration: 0.5,
2021-03-01 20:44:29 +00:00
recover_duration: 0.25,
targets: InGroup,
aura: (
kind: ProtectingWard,
2021-03-15 21:36:58 +00:00
strength: 0.20,
duration: Some(10.0),
2021-03-01 20:44:29 +00:00
category: Magical,
),
aura_duration: 1.0,
2021-03-01 20:44:29 +00:00
range: 25.0,
energy_cost: 400,
2021-03-01 20:44:29 +00:00
)