veloren/assets/common/abilities/custom/yeti/icespikes.ron

17 lines
424 B
Plaintext
Raw Normal View History

2021-06-01 00:40:25 +00:00
Shockwave(
energy_cost: 0,
buildup_duration: 0.6,
swing_duration: 0.12,
recover_duration: 1.2,
2021-06-05 18:25:47 +00:00
damage: 200,
poise_damage: 10,
knockback: (strength: 30.0, direction: Up),
2021-06-01 00:40:25 +00:00
shockwave_angle: 90.0,
shockwave_vertical_angle: 15.0,
2021-06-05 18:25:47 +00:00
shockwave_speed: 50.0,
shockwave_duration: 0.5,
requires_ground: true,
move_efficiency: 0.5,
2021-06-01 00:40:25 +00:00
damage_kind: Piercing,
2021-06-04 23:11:56 +00:00
specifier: IceSpikes,
2021-06-01 00:40:25 +00:00
)