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

19 lines
400 B
Plaintext
Raw Normal View History

2021-06-01 00:40:25 +00:00
BasicBeam(
buildup_duration: 0.4,
recover_duration: 0.25,
2021-06-05 18:25:47 +00:00
beam_duration: 0.25,
2021-06-01 00:40:25 +00:00
damage: 50,
tick_rate: 1.0,
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,
2021-06-05 21:11:01 +00:00
strength: Value(1.5),
2021-06-01 00:40:25 +00:00
chance: 1.0,
))),
energy_regen: 0,
energy_drain: 0,
orientation_behavior: Normal,
specifier: Frost,
)