veloren/assets/common/abilities/custom/birdlargefire/fireshockwave.ron

18 lines
425 B
Rust
Raw Normal View History

2021-04-20 22:36:40 +00:00
Shockwave(
energy_cost: 60.0,
2021-04-20 22:36:40 +00:00
buildup_duration: 0.7,
swing_duration: 0.1,
recover_duration: 0.2,
damage: 20.0,
2021-04-20 22:36:40 +00:00
poise_damage: 0,
knockback: ( strength: 25.0, direction: Away),
shockwave_angle: 360.0,
shockwave_vertical_angle: 90.0,
shockwave_speed: 20.0,
shockwave_duration: 0.5,
requires_ground: false,
move_efficiency: 0.1,
damage_kind: Energy,
specifier: Fire,
2021-04-20 22:36:40 +00:00
)