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:
29
veloren/assets/common/abilities/custom/cyclops/dash.ron
Normal file
29
veloren/assets/common/abilities/custom/cyclops/dash.ron
Normal file
@@ -0,0 +1,29 @@
|
||||
DashMelee(
|
||||
energy_cost: 0,
|
||||
melee_constructor: (
|
||||
kind: Bash(
|
||||
damage: 28.0,
|
||||
poise: 20.0,
|
||||
knockback: 2.0,
|
||||
energy_regen: 0.0,
|
||||
),
|
||||
scaled: Some((
|
||||
kind: Bash(
|
||||
damage: 36.0,
|
||||
poise: 60.0,
|
||||
knockback: 5.0,
|
||||
energy_regen: 0.0,
|
||||
))),
|
||||
range: 6.0,
|
||||
angle: 90.0,
|
||||
multi_target: Some(Normal),
|
||||
),
|
||||
energy_drain: 0,
|
||||
forward_speed: 9.0,
|
||||
buildup_duration: 0.8,
|
||||
charge_duration: 2.0,
|
||||
swing_duration: 0.1,
|
||||
recover_duration: 0.8,
|
||||
ori_modifier: 0.1,
|
||||
charge_through: false,
|
||||
)
|
||||
@@ -0,0 +1,51 @@
|
||||
ComboMelee2(
|
||||
strikes: [
|
||||
(
|
||||
melee_constructor: (
|
||||
kind: Bash(
|
||||
damage: 32,
|
||||
poise: 20,
|
||||
knockback: 5,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 6.0,
|
||||
angle: 90.0,
|
||||
),
|
||||
buildup_duration: 0.5,
|
||||
swing_duration: 0.4,
|
||||
hit_timing: 0.4,
|
||||
recover_duration: 0.4,
|
||||
movement: (
|
||||
swing: Some(Forward(0.3)),
|
||||
),
|
||||
ori_modifier: 0.65,
|
||||
),
|
||||
(
|
||||
melee_constructor: (
|
||||
kind: Bash(
|
||||
damage: 36,
|
||||
poise: 40,
|
||||
knockback: 10,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 8.0,
|
||||
angle: 45.0,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Crippled,
|
||||
dur_secs: 3.0,
|
||||
strength: DamageFraction(0.1),
|
||||
chance: 1.0,
|
||||
))),
|
||||
),
|
||||
buildup_duration: 0.8,
|
||||
swing_duration: 0.8,
|
||||
hit_timing: 0.3,
|
||||
recover_duration: 1.2,
|
||||
movement: (
|
||||
swing: Some(Forward(0.2)),
|
||||
),
|
||||
ori_modifier: 0.65,
|
||||
),
|
||||
],
|
||||
energy_cost_per_strike: 0,
|
||||
)
|
||||
@@ -0,0 +1,18 @@
|
||||
Shockwave(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 1.2,
|
||||
swing_duration: 0.12,
|
||||
recover_duration: 0.8,
|
||||
damage: 45.0,
|
||||
poise_damage: 60,
|
||||
knockback: (strength: 10.0, direction: TowardsUp),
|
||||
shockwave_angle: 360.0,
|
||||
shockwave_vertical_angle: 360.0,
|
||||
shockwave_speed: 40.0,
|
||||
shockwave_duration: 0.4,
|
||||
dodgeable: Jump,
|
||||
move_efficiency: 0.0,
|
||||
damage_kind: Piercing,
|
||||
specifier: Ground,
|
||||
ori_rate: 1.0,
|
||||
)
|
||||
@@ -0,0 +1,17 @@
|
||||
BasicRanged(
|
||||
energy_cost: 0.0,
|
||||
buildup_duration: 1.6,
|
||||
recover_duration: 1.2,
|
||||
projectile: LaserBeam(
|
||||
damage: 48.0,
|
||||
radius: 8.0,
|
||||
knockback: 5.0,
|
||||
energy_regen: 20.0,
|
||||
min_falloff: 0.0,
|
||||
),
|
||||
projectile_body: Object(LaserBeam),
|
||||
projectile_speed: 100.0,
|
||||
num_projectiles: 1,
|
||||
projectile_spread: 0,
|
||||
move_efficiency: 0.3,
|
||||
)
|
||||
@@ -0,0 +1,9 @@
|
||||
SelfBuff(
|
||||
buildup_duration: 0.4,
|
||||
cast_duration: 0.8,
|
||||
recover_duration: 0.3,
|
||||
buff_kind: ProtectingWard,
|
||||
buff_strength: 0.7,
|
||||
buff_duration: Some(25.0),
|
||||
energy_cost: 0,
|
||||
)
|
||||
Reference in New Issue
Block a user