trade_bot/assets/common/abilities/custom/tidalwarrior/totem_wave.ron

21 lines
484 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
Shockwave(
energy_cost: 0,
buildup_duration: 0.6,
swing_duration: 0.1,
recover_duration: 7.0,
2024-10-08 23:55:42 +00:00
damage: 4.5,
2024-07-03 23:04:49 +00:00
poise_damage: 0,
knockback: ( strength: 18.0, direction: Away),
shockwave_angle: 360.0,
shockwave_vertical_angle: 30.0,
2024-10-08 23:55:42 +00:00
shockwave_speed: 8.0,
2024-07-03 23:04:49 +00:00
shockwave_duration: 5.0,
dodgeable: Jump,
move_efficiency: 0.0,
damage_kind: Crushing,
specifier: Water,
ori_rate: 0.0,
timing: PostBuildup,
emit_outcome: true,
)