mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
BasicAura(
|
|
buildup_duration: 0.25,
|
|
cast_duration: 0.5,
|
|
recover_duration: 0.25,
|
|
targets: InGroup,
|
|
aura: (
|
|
kind: ProtectingWard,
|
|
strength: 0.20,
|
|
duration: Some(10.0),
|
|
category: Magical,
|
|
),
|
|
aura_duration: 1.0,
|
|
range: 25.0,
|
|
energy_cost: 400,
|
|
) |