trade_bot/assets/common/abilities/custom/hydra/poison_wave.ron
Jeff 97a532772a
Some checks failed
Publish / rust (push) Failing after 1m58s
Publish / docker (push) Failing after 3m53s
Update Veloren
2024-09-19 04:18:42 -04:00

27 lines
627 B
Plaintext

Shockwave(
energy_cost: 0,
buildup_duration: 0.3,
swing_duration: 0.3,
recover_duration: 2.0,
damage: 30.0,
poise_damage: 10,
knockback: (strength: 14.0, direction: Away),
shockwave_angle: 360.0,
shockwave_vertical_angle: 90.0,
shockwave_speed: 15.0,
shockwave_duration: 3.0,
dodgeable: Jump,
move_efficiency: 0.0,
damage_kind: Crushing,
specifier: Poison,
ori_rate: 1.0,
damage_effect: Some(Buff((
kind: Poisoned,
dur_secs: 20.0,
strength: Value(10.0),
chance: 1.0,
))),
timing: PostBuildup,
emit_outcome: true,
)