mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
20 lines
389 B
Rust
20 lines
389 B
Rust
BasicBeam(
|
|
buildup_duration: 0.3,
|
|
recover_duration: 1.0,
|
|
beam_duration: 1.0,
|
|
damage: 22.5,
|
|
tick_rate: 5.0,
|
|
range: 22.0,
|
|
max_angle: 15.0,
|
|
damage_effect: Some(Buff((
|
|
kind: Cursed,
|
|
dur_secs: 30.0,
|
|
strength: Value(0.5),
|
|
chance: 1.0,
|
|
))),
|
|
energy_regen: 0,
|
|
energy_drain: 0,
|
|
ori_rate: 0.5,
|
|
specifier: Cultist,
|
|
)
|