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

20 lines
387 B
Rust
Raw Normal View History

2021-06-01 00:40:25 +00:00
BasicBeam(
buildup_duration: 0.8,
2021-06-01 00:40:25 +00:00
recover_duration: 0.25,
2021-06-05 18:25:47 +00:00
beam_duration: 0.25,
damage: 1.0,
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.1,
2021-06-01 00:40:25 +00:00
specifier: Frost,
)