hotbot/assets/common/abilities/shield/basic_guard.ron
2024-06-11 14:43:30 -04:00

21 lines
443 B
Plaintext

BasicBlock(
buildup_duration: 0.45,
recover_duration: 0.2,
max_angle: 90.0,
block_strength: 10.0,
parry_window: (
buildup: true,
recover: false,
),
energy_cost: 5.0,
energy_regen: 2.5,
can_hold: true,
blocked_attacks: (
melee: true,
projectiles: true,
beams: true,
ground_shockwaves: false,
air_shockwaves: true,
explosions: true,
),
)