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/yeti/frostbreath.ron
Normal file
19
veloren/assets/common/abilities/custom/yeti/frostbreath.ron
Normal file
@@ -0,0 +1,19 @@
|
||||
BasicBeam(
|
||||
buildup_duration: 1.2,
|
||||
recover_duration: 0.5,
|
||||
beam_duration: 0.5,
|
||||
damage: 1.7,
|
||||
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,
|
||||
)
|
||||
24
veloren/assets/common/abilities/custom/yeti/icespikes.ron
Normal file
24
veloren/assets/common/abilities/custom/yeti/icespikes.ron
Normal file
@@ -0,0 +1,24 @@
|
||||
Shockwave(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.9,
|
||||
swing_duration: 0.15,
|
||||
recover_duration: 2.0,
|
||||
damage: 18.0,
|
||||
poise_damage: 10,
|
||||
knockback: (strength: 18.0, direction: Up),
|
||||
shockwave_angle: 90.0,
|
||||
shockwave_vertical_angle: 15.0,
|
||||
shockwave_speed: 15.0,
|
||||
shockwave_duration: 3.0,
|
||||
dodgeable: Jump,
|
||||
move_efficiency: 0.2,
|
||||
damage_kind: Piercing,
|
||||
specifier: IceSpikes,
|
||||
ori_rate: 1.0,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Bleeding,
|
||||
dur_secs: 10.0,
|
||||
strength: DamageFraction(0.1),
|
||||
chance: 0.1,
|
||||
))),
|
||||
)
|
||||
15
veloren/assets/common/abilities/custom/yeti/snowball.ron
Normal file
15
veloren/assets/common/abilities/custom/yeti/snowball.ron
Normal file
@@ -0,0 +1,15 @@
|
||||
BasicRanged(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.75,
|
||||
recover_duration: 1.8,
|
||||
projectile: Snowball(
|
||||
damage: 35.0,
|
||||
radius: 5.0,
|
||||
min_falloff: 0.7,
|
||||
),
|
||||
projectile_body: Object(Snowball),
|
||||
projectile_speed: 60.0,
|
||||
num_projectiles: 1,
|
||||
projectile_spread: 0.0,
|
||||
move_efficiency: 0.3,
|
||||
)
|
||||
19
veloren/assets/common/abilities/custom/yeti/strike.ron
Normal file
19
veloren/assets/common/abilities/custom/yeti/strike.ron
Normal file
@@ -0,0 +1,19 @@
|
||||
BasicMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 1.2,
|
||||
swing_duration: 0.1,
|
||||
hit_timing: 0.8,
|
||||
recover_duration: 2.0,
|
||||
melee_constructor: (
|
||||
kind: Bash(
|
||||
damage: 18.0,
|
||||
poise: 50.0,
|
||||
knockback: 50.0,
|
||||
energy_regen: 0.0,
|
||||
),
|
||||
range: 4.0,
|
||||
angle: 20.0,
|
||||
multi_target: Some(Normal),
|
||||
),
|
||||
ori_modifier: 1.0,
|
||||
)
|
||||
Reference in New Issue
Block a user