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:
17
veloren/assets/common/abilities/custom/dagon/dagonbombs.ron
Normal file
17
veloren/assets/common/abilities/custom/dagon/dagonbombs.ron
Normal file
@@ -0,0 +1,17 @@
|
||||
BasicRanged(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.5,
|
||||
recover_duration: 1.5,
|
||||
projectile: DagonBomb(
|
||||
damage: 32.0,
|
||||
knockback: 15.0,
|
||||
radius: 5.0,
|
||||
min_falloff: 0.1,
|
||||
),
|
||||
projectile_body: Object(DagonBomb),
|
||||
projectile_light: None,
|
||||
projectile_speed: 20.0,
|
||||
num_projectiles: 1,
|
||||
projectile_spread: 0.0,
|
||||
move_efficiency: 0.3,
|
||||
)
|
||||
10
veloren/assets/common/abilities/custom/dagon/seaurchins.ron
Normal file
10
veloren/assets/common/abilities/custom/dagon/seaurchins.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
SpriteSummon(
|
||||
buildup_duration: 0.1,
|
||||
cast_duration: 0.1,
|
||||
recover_duration: 0.9,
|
||||
sprite: SeaUrchin,
|
||||
del_timeout: Some((4, 5)),
|
||||
summon_distance: (5, 3.1),
|
||||
sparseness: 0.2,
|
||||
angle: 360,
|
||||
)
|
||||
19
veloren/assets/common/abilities/custom/dagon/steambeam.ron
Normal file
19
veloren/assets/common/abilities/custom/dagon/steambeam.ron
Normal file
@@ -0,0 +1,19 @@
|
||||
BasicBeam(
|
||||
buildup_duration: 0.3,
|
||||
recover_duration: 1.0,
|
||||
beam_duration: 1.0,
|
||||
damage: 22.5,
|
||||
tick_rate: 5.0,
|
||||
range: 12.0,
|
||||
max_angle: 15.0,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Burning,
|
||||
dur_secs: 3.0,
|
||||
strength: Value(0.5),
|
||||
chance: 1.0,
|
||||
))),
|
||||
energy_regen: 2,
|
||||
energy_drain: 0,
|
||||
ori_rate: 0.5,
|
||||
specifier: Steam,
|
||||
)
|
||||
19
veloren/assets/common/abilities/custom/dagon/steamheal.ron
Normal file
19
veloren/assets/common/abilities/custom/dagon/steamheal.ron
Normal file
@@ -0,0 +1,19 @@
|
||||
BasicAura(
|
||||
buildup_duration: 0.2,
|
||||
cast_duration: 0.4,
|
||||
recover_duration: 5.0,
|
||||
targets: InGroup,
|
||||
auras: [
|
||||
(
|
||||
kind: Regeneration,
|
||||
strength: 18.0,
|
||||
duration: Some(5),
|
||||
category: Magical,
|
||||
),
|
||||
],
|
||||
aura_duration: Some(2.0),
|
||||
range: 10.0,
|
||||
energy_cost: 0.0,
|
||||
scales_with_combo: false,
|
||||
specifier: Some(HealingAura),
|
||||
)
|
||||
18
veloren/assets/common/abilities/custom/dagon/steamwave.ron
Normal file
18
veloren/assets/common/abilities/custom/dagon/steamwave.ron
Normal file
@@ -0,0 +1,18 @@
|
||||
Shockwave(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.3,
|
||||
swing_duration: 0.3,
|
||||
recover_duration: 0.5,
|
||||
damage: 20.0,
|
||||
poise_damage: 10,
|
||||
knockback: (strength: 18.0, direction: Away),
|
||||
shockwave_angle: 360.0,
|
||||
shockwave_vertical_angle: 90.0,
|
||||
shockwave_speed: 15.0,
|
||||
shockwave_duration: 2.0,
|
||||
dodgeable: Jump,
|
||||
move_efficiency: 0.0,
|
||||
damage_kind: Crushing,
|
||||
specifier: Steam,
|
||||
ori_rate: 1.0,
|
||||
)
|
||||
Reference in New Issue
Block a user