trade_bot/assets/common/abilities/custom/hydra/poison_wave.ron

27 lines
624 B
Plaintext
Raw Normal View History

2024-09-19 08:18:42 +00:00
Shockwave(
energy_cost: 0,
2024-10-08 23:55:42 +00:00
buildup_duration: 0.4,
2024-09-19 08:18:42 +00:00
swing_duration: 0.3,
recover_duration: 2.0,
2024-10-08 23:55:42 +00:00
damage: 33.0,
2024-09-19 08:18:42 +00:00
poise_damage: 10,
knockback: (strength: 14.0, direction: Away),
shockwave_angle: 360.0,
shockwave_vertical_angle: 90.0,
2024-10-08 23:55:42 +00:00
shockwave_speed: 5.0,
2024-09-19 08:18:42 +00:00
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,
2024-10-08 23:55:42 +00:00
dur_secs: 5.0,
strength: Value(6.0),
2024-09-19 08:18:42 +00:00
chance: 1.0,
))),
timing: PostBuildup,
emit_outcome: true,
)