hotbot/assets/common/abilities/hammer/tenacity.ron
2024-06-11 14:43:30 -04:00

14 lines
323 B
Plaintext

SelfBuff(
buildup_duration: 0.1,
cast_duration: 1.0,
recover_duration: 0.1,
buff_kind: Tenacity,
buff_strength: 1.0,
buff_duration: Some(8.0),
energy_cost: 20,
enforced_limit: false,
meta: (
contextual_stats: Some((context: PoiseResilience(60.0), field: BuffStrength)),
),
)