veloren/assets/common/abilities/custom/mindflayer/cursedflames.ron

19 lines
404 B
Plaintext
Raw Normal View History

BasicBeam(
2021-03-26 16:48:25 +00:00
buildup_duration: 0.40,
recover_duration: 0.50,
beam_duration: 1.0,
2021-05-05 18:13:37 +00:00
damage: 400,
tick_rate: 0.9,
2021-03-26 16:48:25 +00:00
range: 22.0,
max_angle: 15.0,
damage_effect: Some(Buff((
kind: Cursed,
dur_secs: 30.0,
strength: Value(0.5),
chance: 1.0,
))),
energy_regen: 0,
energy_drain: 0,
orientation_behavior: Normal,
specifier: Cultist,
)