mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
86af138dc7
- Buff DPS twice: increase tick_rate from 0.9 to 5.0 (x5.5), while reducing damage from 400 to 150 (x2.6) - Make ori_rate slower: 0.2 from 0.6 and make it use FromOri orientation behaviour
21 lines
425 B
Plaintext
21 lines
425 B
Plaintext
BasicBeam(
|
|
buildup_duration: 0.40,
|
|
recover_duration: 0.50,
|
|
beam_duration: 1.0,
|
|
damage: 150,
|
|
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,
|
|
orientation_behavior: FromOri,
|
|
ori_rate: 0.2,
|
|
specifier: Cultist,
|
|
)
|