mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
19 lines
361 B
Rust
19 lines
361 B
Rust
|
BasicAura(
|
||
|
buildup_duration: 0.25,
|
||
|
cast_duration: 0.5,
|
||
|
recover_duration: 0.25,
|
||
|
targets: InGroup,
|
||
|
auras: [
|
||
|
(
|
||
|
kind: Hastened,
|
||
|
strength: 0.5,
|
||
|
duration: Some(5),
|
||
|
category: Magical,
|
||
|
),
|
||
|
],
|
||
|
aura_duration: 60,
|
||
|
range: 50,
|
||
|
energy_cost: 0,
|
||
|
scales_with_combo: false,
|
||
|
)
|