veloren/assets/common/abilities/custom/frostwyvern/iceshockwave.ron

27 lines
620 B
Rust
Raw Normal View History

2023-01-28 21:25:17 +00:00
Shockwave(
2023-08-02 07:55:10 +00:00
energy_cost: 0,
buildup_duration: 0.3,
swing_duration: 0.3,
recover_duration: 2.0,
damage: 20.0,
poise_damage: 10,
knockback: (strength: 18.0, direction: Away),
2023-01-28 21:25:17 +00:00
shockwave_angle: 360.0,
shockwave_vertical_angle: 90.0,
2023-08-02 07:55:10 +00:00
shockwave_speed: 15.0,
shockwave_duration: 2.0,
2023-10-08 11:35:01 +00:00
dodgeable: Jump,
2023-08-02 07:55:10 +00:00
move_efficiency: 0.0,
damage_kind: Crushing,
specifier: Ice,
2023-02-15 00:10:37 +00:00
ori_rate: 1.0,
2023-08-02 07:55:10 +00:00
damage_effect: Some(Buff((
kind: Frozen,
dur_secs: 2.0,
strength: Value(0.3),
chance: 1.0,
))),
2024-02-19 17:59:42 +00:00
timing: PostBuildup,
emit_outcome: true,
2023-01-28 21:25:17 +00:00
)