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

24 lines
521 B
Plaintext

BasicBlock(
buildup_duration: 0.4,
recover_duration: 0.2,
max_angle: 45.0,
block_strength: 7.5,
parry_window: (
buildup: true,
recover: false,
),
energy_cost: 2.5,
energy_regen: 17.5,
can_hold: false,
blocked_attacks: (
melee: false,
projectiles: true,
beams: true,
ground_shockwaves: false,
air_shockwaves: false,
explosions: false,
),
meta: (
requirements: (stance: Some(Sword(Defensive))),
),
)