2020-11-08 21:11:00 +00:00
|
|
|
BasicBeam(
|
2021-02-05 01:39:12 +00:00
|
|
|
buildup_duration: 0.25,
|
|
|
|
recover_duration: 0.25,
|
2021-02-13 06:05:14 +00:00
|
|
|
beam_duration: 1.0,
|
2021-09-09 04:07:17 +00:00
|
|
|
damage: 3.5,
|
2020-11-08 21:11:00 +00:00
|
|
|
tick_rate: 3.0,
|
2021-02-13 06:05:14 +00:00
|
|
|
range: 20.0,
|
2021-03-20 17:29:57 +00:00
|
|
|
max_angle: 15.0,
|
2021-04-15 20:32:38 +00:00
|
|
|
damage_effect: Some(Buff((
|
|
|
|
kind: Burning,
|
|
|
|
dur_secs: 10.0,
|
|
|
|
strength: DamageFraction(0.5),
|
|
|
|
chance: 0.25,
|
|
|
|
))),
|
2020-11-08 21:11:00 +00:00
|
|
|
energy_regen: 0,
|
2021-09-14 02:16:01 +00:00
|
|
|
energy_drain: 35.0,
|
2021-07-06 03:08:52 +00:00
|
|
|
ori_rate: 0.3,
|
2021-03-03 04:56:09 +00:00
|
|
|
specifier: Flamethrower,
|
2021-06-18 17:30:12 +00:00
|
|
|
)
|