mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
21 lines
444 B
Rust
21 lines
444 B
Rust
|
BasicBlock(
|
||
|
buildup_duration: 0.5,
|
||
|
recover_duration: 0.25,
|
||
|
max_angle: 90.0,
|
||
|
block_strength: 15.0,
|
||
|
parry_window: (
|
||
|
buildup: true,
|
||
|
recover: false,
|
||
|
),
|
||
|
energy_cost: 15.0,
|
||
|
energy_regen: 2.5,
|
||
|
can_hold: true,
|
||
|
blocked_attacks: (
|
||
|
melee: true,
|
||
|
projectiles: true,
|
||
|
beams: true,
|
||
|
ground_shockwaves: false,
|
||
|
air_shockwaves: true,
|
||
|
explosions: true,
|
||
|
),
|
||
|
)
|