mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
720482d994
Fixed particles and made them sync across network.
19 lines
404 B
Plaintext
19 lines
404 B
Plaintext
BasicBeam(
|
|
buildup_duration: 0.50,
|
|
recover_duration: 0.50,
|
|
beam_duration: 1.0,
|
|
damage: 350,
|
|
tick_rate: 0.9,
|
|
range: 20.0,
|
|
max_angle: 15.0,
|
|
damage_effect: Some(Buff((
|
|
kind: Cursed,
|
|
dur_secs: 15.0,
|
|
strength: Value(0.5),
|
|
chance: 1.0,
|
|
))),
|
|
energy_regen: 0,
|
|
energy_drain: 0,
|
|
orientation_behavior: Normal,
|
|
specifier: Cultist,
|
|
) |