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

11 lines
211 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,
buff_kind: Lifesteal,
buff_strength: 0.3,
2023-06-08 01:06:55 +00:00
buff_duration: Some(12.0),
2023-05-19 19:31:06 +00:00
energy_cost: 0,
2023-06-08 01:06:55 +00:00
combo_cost: 15,
2023-05-19 19:31:06 +00:00
)