mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
12 lines
245 B
Rust
12 lines
245 B
Rust
SelfBuff(
|
|
buildup_duration: 0.2,
|
|
cast_duration: 0.2,
|
|
recover_duration: 0.2,
|
|
buff_kind: EnergyRegen,
|
|
buff_strength: 0.1,
|
|
buff_duration: Some(10.0),
|
|
combo_cost: 1,
|
|
combo_scaling: Some(Linear),
|
|
energy_cost: 0,
|
|
)
|