veloren/assets/common/abilities/custom/minotaur/frenzy.ron

9 lines
192 B
Rust
Raw Normal View History

SelfBuff(
2021-04-25 01:45:58 +00:00
buildup_duration: 0.25,
cast_duration: 0.8,
recover_duration: 0.25,
buff_kind: Frenzied,
buff_strength: 0.5,
2021-05-01 13:36:45 +00:00
buff_duration: Some(300.0),
2021-04-16 04:09:15 +00:00
energy_cost: 0,
)