mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
323 B
Rust
14 lines
323 B
Rust
|
SelfBuff(
|
||
|
buildup_duration: 0.1,
|
||
|
cast_duration: 2.0,
|
||
|
recover_duration: 0.1,
|
||
|
buff_kind: Tenacity,
|
||
|
buff_strength: 1.0,
|
||
|
buff_duration: Some(5.0),
|
||
|
energy_cost: 20,
|
||
|
enforced_limit: false,
|
||
|
meta: (
|
||
|
contextual_stats: Some((context: PoiseResilience(60.0), field: BuffStrength)),
|
||
|
),
|
||
|
)
|