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

19 lines
440 B
Rust
Raw Normal View History

Shockwave(
2022-07-26 23:44:49 +00:00
energy_cost: 40.0,
buildup_duration: 0.4,
swing_duration: 0.1,
2022-07-26 23:44:49 +00:00
recover_duration: 0.4,
damage: 18,
2021-01-26 04:16:28 +00:00
poise_damage: 0,
2022-07-26 23:44:49 +00:00
knockback: ( strength: 30, direction: Away),
shockwave_angle: 360.0,
shockwave_vertical_angle: 90.0,
2022-07-26 23:44:49 +00:00
shockwave_speed: 30.0,
shockwave_duration: 0.5,
requires_ground: false,
move_efficiency: 0.1,
damage_kind: Energy,
specifier: Fire,
2023-02-15 00:10:37 +00:00
ori_rate: 1.0,
)