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

24 lines
522 B
Plaintext

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