2021-04-10 03:40:20 +00:00
|
|
|
BasicBlock(
|
2024-02-17 03:50:23 +00:00
|
|
|
buildup_duration: 0.45,
|
|
|
|
recover_duration: 0.2,
|
2021-04-10 03:40:20 +00:00
|
|
|
max_angle: 90.0,
|
2024-02-17 22:09:32 +00:00
|
|
|
block_strength: 1.5,
|
2022-03-05 18:52:43 +00:00
|
|
|
parry_window: (
|
|
|
|
buildup: true,
|
|
|
|
recover: false,
|
|
|
|
),
|
2024-02-17 03:50:23 +00:00
|
|
|
energy_cost: 5.0,
|
|
|
|
energy_regen: 5.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
|
|
|
)
|