veloren/assets/common/abilities/custom/yeti/frostbreath.ron

20 lines
385 B
Rust
Raw Normal View History

2021-06-01 00:40:25 +00:00
BasicBeam(
2022-06-17 10:35:06 +00:00
buildup_duration: 1.2,
2022-06-17 19:41:04 +00:00
recover_duration: 0.5,
beam_duration: 0.5,
2022-06-17 10:35:06 +00:00
damage: 1.5,
tick_rate: 5.0,
2021-06-01 00:40:25 +00:00
range: 15.0,
2021-06-05 18:25:47 +00:00
max_angle: 30.0,
2021-06-01 00:40:25 +00:00
damage_effect: Some(Buff((
kind: Frozen,
dur_secs: 3.0,
strength: Value(0.5),
chance: 0.2,
2021-06-01 00:40:25 +00:00
))),
energy_regen: 0,
energy_drain: 0,
ori_rate: 0.2,
2021-06-01 00:40:25 +00:00
specifier: Frost,
)