mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
211 B
Rust
11 lines
211 B
Rust
SelfBuff(
|
|
buildup_duration: 0.2,
|
|
cast_duration: 0.2,
|
|
recover_duration: 0.1,
|
|
buff_kind: Sunderer,
|
|
buff_strength: 0.25,
|
|
buff_duration: Some(15.0),
|
|
combo_cost: 10,
|
|
energy_cost: 0,
|
|
)
|