mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
19 lines
399 B
Plaintext
19 lines
399 B
Plaintext
|
BasicBeam(
|
||
|
buildup_duration: 0.4,
|
||
|
recover_duration: 0.25,
|
||
|
beam_duration: 0.5,
|
||
|
damage: 50,
|
||
|
tick_rate: 1.0,
|
||
|
range: 15.0,
|
||
|
max_angle: 22.5,
|
||
|
damage_effect: Some(Buff((
|
||
|
kind: Frozen,
|
||
|
dur_secs: 3.0,
|
||
|
strength: Value(2.0),
|
||
|
chance: 1.0,
|
||
|
))),
|
||
|
energy_regen: 0,
|
||
|
energy_drain: 0,
|
||
|
orientation_behavior: Normal,
|
||
|
specifier: Frost,
|
||
|
)
|