19 lines
369 B
Plaintext
19 lines
369 B
Plaintext
|
BasicAura(
|
||
|
buildup_duration: 0.375,
|
||
|
cast_duration: 0.5,
|
||
|
recover_duration: 0.375,
|
||
|
targets: InGroup,
|
||
|
auras: [
|
||
|
(
|
||
|
kind: Hastened,
|
||
|
strength: 0.75,
|
||
|
duration: Some(5),
|
||
|
category: Magical,
|
||
|
),
|
||
|
],
|
||
|
aura_duration: Some(2),
|
||
|
range: 50,
|
||
|
energy_cost: 0,
|
||
|
scales_with_combo: false,
|
||
|
)
|