2021-03-20 17:29:57 +00:00
|
|
|
BasicBeam(
|
2022-06-17 10:35:06 +00:00
|
|
|
buildup_duration: 0.3,
|
2022-06-17 19:41:04 +00:00
|
|
|
recover_duration: 1.0,
|
2021-03-21 18:22:14 +00:00
|
|
|
beam_duration: 1.0,
|
2024-02-14 23:23:29 +00:00
|
|
|
damage: 20.0,
|
2021-06-27 20:11:04 +00:00
|
|
|
tick_rate: 5.0,
|
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),
|
2024-02-14 23:23:29 +00:00
|
|
|
chance: 0.33,
|
2021-03-20 17:29:57 +00:00
|
|
|
))),
|
|
|
|
energy_regen: 0,
|
|
|
|
energy_drain: 0,
|
2024-02-14 23:23:29 +00:00
|
|
|
ori_rate: 0.4,
|
2021-03-20 17:29:57 +00:00
|
|
|
specifier: Cultist,
|
2021-06-18 17:30:12 +00:00
|
|
|
)
|