veloren/assets/common/abilities/gnarling/chieftain/fireshockwave.ron

21 lines
471 B
Rust
Raw Normal View History

2022-02-09 01:23:23 +00:00
Shockwave(
energy_cost: 0,
2024-05-30 07:17:50 +00:00
buildup_duration: 1.2,
2022-02-09 01:23:23 +00:00
swing_duration: 0.1,
2024-05-30 07:17:50 +00:00
recover_duration: 0.8,
damage: 16,
2022-02-09 01:23:23 +00:00
poise_damage: 0,
2024-05-30 07:17:50 +00:00
knockback: ( strength: 15, direction: Away),
2022-02-09 01:23:23 +00:00
shockwave_angle: 360,
shockwave_vertical_angle: 90,
2024-05-30 07:17:50 +00:00
shockwave_speed: 12,
shockwave_duration: 1.0,
dodgeable: Jump,
2022-02-09 01:23:23 +00:00
move_efficiency: 0,
damage_kind: Energy,
specifier: Fire,
2023-02-15 00:10:37 +00:00
ori_rate: 1.0,
2024-02-19 17:59:42 +00:00
timing: PostBuildup,
emit_outcome: true,
2022-02-09 01:23:23 +00:00
)