veloren/assets/common/abilities/staff/flamethrower.ron

16 lines
309 B
Plaintext
Raw Normal View History

BasicBeam(
buildup_duration: 0.25,
recover_duration: 0.25,
2021-02-12 01:36:15 +00:00
beam_duration: 0.5,
base_hps: 0,
base_dps: 150,
tick_rate: 3.0,
range: 15.0,
2021-01-08 22:09:47 +00:00
max_angle: 10.0,
lifesteal_eff: 0.0,
energy_regen: 0,
energy_cost: 1,
energy_drain: 350,
2021-01-19 19:38:32 +00:00
orientation_behavior: Normal,
2021-01-08 22:09:47 +00:00
)