veloren/assets/common/abilities/unique/quadlowbeam/healingbeam.ron
Sam 43874a4aa5 Added healing beam character state.
This was done as there was a lot of special casing in basic beam to account for healing.
2021-03-09 17:58:20 -05:00

15 lines
352 B
Plaintext

BasicBeam(
buildup_duration: 0.25,
recover_duration: 0.25,
beam_duration: 1.0,
damage: 60,
//base_hps: 60, Don't merge until this comment is removed
tick_rate: 2.0,
range: 25.0,
max_angle: 1.0,
lifesteal_eff: 0.15,
energy_regen: 25,
//energy_cost: 50,
energy_drain: 0,
orientation_behavior: Normal,
)