mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
c13e84aff5
Healing beam now requires combo > 0 to enter character state Removed last vestiges of old sceptre abilities Combo extended to most other attacks Cast aura state renamed to basic aura
15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
BasicAura(
|
|
buildup_duration: 0.25,
|
|
cast_duration: 0.5,
|
|
recover_duration: 0.25,
|
|
targets: InGroup,
|
|
aura: (
|
|
kind: ProtectingWard,
|
|
strength: 0.5,
|
|
duration: Some(10.0),
|
|
category: Magical,
|
|
),
|
|
aura_duration: 1.0,
|
|
range: 25.0,
|
|
energy_cost: 400,
|
|
) |