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

11 lines
212 B
Rust
Raw Normal View History

2023-05-19 19:31:06 +00:00
SelfBuff(
buildup_duration: 0.2,
cast_duration: 0.2,
recover_duration: 0.1,
2023-07-03 00:50:25 +00:00
buff_kind: Bloodfeast,
buff_strength: 0.1,
buff_duration: Some(15.0),
2023-05-19 19:31:06 +00:00
energy_cost: 0,
2023-07-03 00:50:25 +00:00
combo_cost: 10,
2023-05-19 19:31:06 +00:00
)