mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
18 lines
362 B
Plaintext
18 lines
362 B
Plaintext
BasicAura(
|
|
buildup_duration: 0.25,
|
|
cast_duration: 0.5,
|
|
recover_duration: 0.25,
|
|
targets: InGroup,
|
|
aura: (
|
|
kind: Regeneration,
|
|
strength: 2.0,
|
|
duration: Some(10.0),
|
|
category: Magical,
|
|
),
|
|
aura_duration: 1.0,
|
|
range: 25.0,
|
|
energy_cost: 200,
|
|
scales_with_combo: true,
|
|
specifier: HealingAura,
|
|
)
|