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

13 lines
272 B
Rust
Raw Normal View History

2023-05-17 01:04:43 +00:00
SelfBuff(
buildup_duration: 0.2,
cast_duration: 0.2,
recover_duration: 0.2,
buff_kind: EnergyRegen,
buff_strength: 0.1,
buff_duration: Some(10.0),
combo_cost: 1,
combo_scaling: Some(Linear),
energy_cost: 0,
enforced_limit: false,
2023-05-17 01:04:43 +00:00
)