primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
19
veloren/assets/common/abilities/custom/mogwai/breathe.ron
Normal file
19
veloren/assets/common/abilities/custom/mogwai/breathe.ron
Normal file
@@ -0,0 +1,19 @@
|
||||
BasicBeam(
|
||||
buildup_duration: 0.3,
|
||||
recover_duration: 1.5,
|
||||
beam_duration: 2.0,
|
||||
damage: 20.0,
|
||||
tick_rate: 3.0,
|
||||
range: 22.0,
|
||||
max_angle: 22.5,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Poisoned,
|
||||
dur_secs: 3.0,
|
||||
strength: DamageFraction(0.5),
|
||||
chance: 1.0,
|
||||
))),
|
||||
energy_regen: 2,
|
||||
energy_drain: 0,
|
||||
ori_rate: 0.5,
|
||||
specifier: Poison,
|
||||
)
|
||||
Reference in New Issue
Block a user