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

20 lines
418 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,
2022-12-16 03:37:05 +00:00
blocked_attacks: (
melee: true,
projectiles: true,
beams: true,
ground_shockwaves: false,
air_shockwaves: true,
explosions: true,
),
2021-04-10 03:40:20 +00:00
)