2024-07-03 19:04:49 -04:00
|
|
|
SelfBuff(
|
|
|
|
buildup_duration: 0.1,
|
|
|
|
cast_duration: 1.0,
|
|
|
|
recover_duration: 0.1,
|
|
|
|
buff_kind: Tenacity,
|
2025-01-10 03:46:05 -05:00
|
|
|
buff_strength: 0.65,
|
2024-07-03 19:04:49 -04:00
|
|
|
buff_duration: Some(8.0),
|
|
|
|
energy_cost: 20,
|
|
|
|
enforced_limit: false,
|
|
|
|
meta: (
|
|
|
|
contextual_stats: Some((context: PoiseResilience(60.0), field: BuffStrength)),
|
|
|
|
),
|
|
|
|
)
|