veloren/assets/common/abilities/custom/claygolem/laser.ron

14 lines
295 B
Plaintext
Raw Normal View History

2021-05-04 23:02:18 +00:00
BasicBeam(
buildup_duration: 0.20,
recover_duration: 0.20,
beam_duration: 0.25,
damage: 10,
tick_rate: 10.0,
2021-05-06 16:18:10 +00:00
range: 40.0,
2021-05-04 23:02:18 +00:00
max_angle: 1.0,
damage_effect: None,
energy_regen: 50,
energy_drain: 0,
orientation_behavior: Normal,
specifier: ClayGolem,
)