trade_bot/assets/common/abilities/staff/fireshockwave.ron

21 lines
482 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
Shockwave(
energy_cost: 40.0,
buildup_duration: 0.4,
swing_duration: 0.1,
recover_duration: 0.4,
damage: 18,
poise_damage: 0,
knockback: ( strength: 30, direction: Away),
shockwave_angle: 360.0,
shockwave_vertical_angle: 90.0,
shockwave_speed: 30.0,
shockwave_duration: 0.5,
dodgeable: Roll,
move_efficiency: 0.1,
damage_kind: Energy,
specifier: Fire,
ori_rate: 1.0,
timing: PostBuildup,
emit_outcome: true,
)