veloren/assets/common/abilities/shield/block.ron

12 lines
229 B
Rust
Raw Normal View History

2021-04-10 03:40:20 +00:00
BasicBlock(
buildup_duration: 0.1,
recover_duration: 0.1,
max_angle: 90.0,
block_strength: 0.8,
2022-03-05 18:52:43 +00:00
parry_window: (
buildup: true,
recover: false,
),
2021-04-13 05:46:42 +00:00
energy_cost: 0.0,
2022-08-27 20:02:43 +00:00
can_hold: true,
2021-04-10 03:40:20 +00:00
)