2021-05-04 23:02:18 +00:00
|
|
|
BasicBeam(
|
2021-05-10 07:24:58 +00:00
|
|
|
buildup_duration: 0.5,
|
|
|
|
recover_duration: 0.4,
|
2021-05-04 23:02:18 +00:00
|
|
|
beam_duration: 0.25,
|
2021-06-18 19:03:39 +00:00
|
|
|
damage: 70,
|
2021-05-09 17:43:47 +00:00
|
|
|
tick_rate: 2.0,
|
2021-05-06 16:18:10 +00:00
|
|
|
range: 40.0,
|
2021-05-04 23:02:18 +00:00
|
|
|
max_angle: 1.0,
|
2021-06-18 19:03:39 +00:00
|
|
|
damage_effect: Some(Buff((
|
|
|
|
kind: Burning,
|
|
|
|
dur_secs: 5.0,
|
|
|
|
strength: DamageFraction(0.75),
|
|
|
|
chance: 0.75,
|
|
|
|
))),
|
2021-05-04 23:02:18 +00:00
|
|
|
energy_regen: 50,
|
|
|
|
energy_drain: 0,
|
2021-06-18 19:03:39 +00:00
|
|
|
ori_rate: 0.07,
|
2021-05-04 23:02:18 +00:00
|
|
|
specifier: ClayGolem,
|
2021-06-18 17:30:12 +00:00
|
|
|
)
|