mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
20 lines
403 B
Plaintext
20 lines
403 B
Plaintext
BasicBeam(
|
|
buildup_duration: 0.5,
|
|
recover_duration: 0.4,
|
|
beam_duration: 0.25,
|
|
damage: 7.0,
|
|
tick_rate: 2.0,
|
|
range: 40.0,
|
|
max_angle: 1.0,
|
|
damage_effect: Some(Buff((
|
|
kind: Burning,
|
|
dur_secs: 5.0,
|
|
strength: DamageFraction(0.75),
|
|
chance: 0.75,
|
|
))),
|
|
energy_regen: 50,
|
|
energy_drain: 0,
|
|
ori_rate: 0.07,
|
|
specifier: ClayGolem,
|
|
)
|