mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
43874a4aa5
This was done as there was a lot of special casing in basic beam to account for healing.
13 lines
266 B
Plaintext
13 lines
266 B
Plaintext
BasicBeam(
|
|
buildup_duration: 0.4,
|
|
recover_duration: 0.25,
|
|
beam_duration: 0.5,
|
|
damage: 150,
|
|
tick_rate: 3.0,
|
|
range: 15.0,
|
|
max_angle: 22.5,
|
|
lifesteal_eff: 0.0,
|
|
energy_regen: 0,
|
|
energy_drain: 0,
|
|
orientation_behavior: Normal,
|
|
) |