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