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:
16
veloren/assets/common/abilities/staff/firebomb.ron
Normal file
16
veloren/assets/common/abilities/staff/firebomb.ron
Normal file
@@ -0,0 +1,16 @@
|
||||
BasicRanged(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.35,
|
||||
recover_duration: 0.4,
|
||||
projectile: Fireball(
|
||||
damage: 12.0,
|
||||
radius: 3.0,
|
||||
energy_regen: 12.0,
|
||||
min_falloff: 0.5,
|
||||
),
|
||||
projectile_body: Object(BoltFire),
|
||||
projectile_speed: 60.0,
|
||||
num_projectiles: 1,
|
||||
projectile_spread: 0.0,
|
||||
move_efficiency: 0.3,
|
||||
)
|
||||
18
veloren/assets/common/abilities/staff/fireshockwave.ron
Normal file
18
veloren/assets/common/abilities/staff/fireshockwave.ron
Normal file
@@ -0,0 +1,18 @@
|
||||
Shockwave(
|
||||
energy_cost: 40.0,
|
||||
buildup_duration: 0.4,
|
||||
swing_duration: 0.1,
|
||||
recover_duration: 0.4,
|
||||
damage: 18,
|
||||
poise_damage: 0,
|
||||
knockback: ( strength: 30, direction: Away),
|
||||
shockwave_angle: 360.0,
|
||||
shockwave_vertical_angle: 90.0,
|
||||
shockwave_speed: 30.0,
|
||||
shockwave_duration: 0.5,
|
||||
dodgeable: Roll,
|
||||
move_efficiency: 0.1,
|
||||
damage_kind: Energy,
|
||||
specifier: Fire,
|
||||
ori_rate: 1.0,
|
||||
)
|
||||
19
veloren/assets/common/abilities/staff/flamethrower.ron
Normal file
19
veloren/assets/common/abilities/staff/flamethrower.ron
Normal file
@@ -0,0 +1,19 @@
|
||||
BasicBeam(
|
||||
buildup_duration: 0.25,
|
||||
recover_duration: 0.25,
|
||||
beam_duration: 1.0,
|
||||
damage: 4,
|
||||
tick_rate: 3.0,
|
||||
range: 15,
|
||||
max_angle: 15.0,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Burning,
|
||||
dur_secs: 10.0,
|
||||
strength: DamageFraction(1),
|
||||
chance: 0.25,
|
||||
))),
|
||||
energy_regen: 0,
|
||||
energy_drain: 40,
|
||||
ori_rate: 0.3,
|
||||
specifier: Flamethrower,
|
||||
)
|
||||
Reference in New Issue
Block a user