hotbot/assets/common/abilities/sword/defensive_deflect.ron

24 lines
521 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
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))),
),
)