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

11 lines
217 B
Rust
Raw Normal View History

2023-05-27 21:02:34 +00:00
SelfBuff(
buildup_duration: 0.1,
2023-07-03 00:50:25 +00:00
cast_duration: 3.0,
recover_duration: 0.1,
2023-05-27 21:02:34 +00:00
buff_kind: Defiance,
2023-07-03 00:50:25 +00:00
buff_strength: 1.0,
buff_duration: Some(3.0),
2023-05-27 22:00:04 +00:00
energy_cost: 20,
enforced_limit: false,
2023-05-27 21:02:34 +00:00
)