This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.

21 lines
494 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
Shockwave(
energy_cost: 0,
buildup_duration: 1.2,
swing_duration: 0.12,
recover_duration: 0.8,
damage: 45.0,
poise_damage: 60,
knockback: (strength: 10.0, direction: TowardsUp),
shockwave_angle: 360.0,
shockwave_vertical_angle: 360.0,
shockwave_speed: 40.0,
shockwave_duration: 0.4,
dodgeable: Jump,
move_efficiency: 0.0,
damage_kind: Piercing,
specifier: Ground,
ori_rate: 1.0,
timing: PostBuildup,
emit_outcome: true,
)