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

11 lines
214 B
Rust
Raw Normal View History

2023-05-20 17:25:49 +00:00
SelfBuff(
buildup_duration: 0.3,
cast_duration: 0.3,
recover_duration: 0.2,
buff_kind: Fury,
2023-07-03 00:50:25 +00:00
buff_strength: 1.0,
2023-05-20 17:25:49 +00:00
buff_duration: Some(15.0),
energy_cost: 20,
enforced_limit: false,
2023-05-20 17:25:49 +00:00
)