veloren/assets/common/abilities/axe/savage_sense.ron

10 lines
199 B
Rust
Raw Normal View History

2023-05-15 01:38:11 +00:00
SelfBuff(
buildup_duration: 0.1,
cast_duration: 0.1,
recover_duration: 0.1,
buff_kind: ImminentCritical,
buff_strength: 1.0,
buff_duration: Some(30.0),
2023-05-17 01:04:43 +00:00
energy_cost: 15,
2023-05-15 01:38:11 +00:00
)