veloren/assets/common/abilities/custom/yeti/frostbreath.ron
phoenix13032005 7a1f0d9fa1 Balance update
+ Make icons for Mino and Mindy dungeons with their faces
+ Adjust loot tables
+ Adjust names with respect to the lore of @Gemu
2022-02-09 12:13:42 +02:00

20 lines
387 B
Rust

BasicBeam(
buildup_duration: 0.8,
recover_duration: 0.25,
beam_duration: 0.25,
damage: 1.0,
tick_rate: 5.0,
range: 15.0,
max_angle: 30.0,
damage_effect: Some(Buff((
kind: Frozen,
dur_secs: 3.0,
strength: Value(0.5),
chance: 0.2,
))),
energy_regen: 0,
energy_drain: 0,
ori_rate: 0.2,
specifier: Frost,
)