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

10 lines
191 B
Rust
Raw Normal View History

2023-05-27 21:02:34 +00:00
SelfBuff(
buildup_duration: 0.1,
cast_duration: 0.4,
recover_duration: 0.2,
buff_kind: Defiance,
buff_strength: 0.4,
buff_duration: Some(20.0),
2023-05-27 22:00:04 +00:00
energy_cost: 20,
2023-05-27 21:02:34 +00:00
)