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:
35
veloren/assets/common/abilities/custom/minotaur/charge.ron
Normal file
35
veloren/assets/common/abilities/custom/minotaur/charge.ron
Normal file
@@ -0,0 +1,35 @@
|
||||
DashMelee(
|
||||
energy_cost: 0,
|
||||
melee_constructor: (
|
||||
kind: Stab(
|
||||
damage: 22.5,
|
||||
poise: 25.0,
|
||||
knockback: 10.0,
|
||||
energy_regen: 0.0,
|
||||
),
|
||||
scaled: Some((
|
||||
kind: Stab(
|
||||
damage: 90.0,
|
||||
poise: 100.0,
|
||||
knockback: 30.0,
|
||||
energy_regen: 0.0,
|
||||
))),
|
||||
range: 5.0,
|
||||
angle: 90.0,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Bleeding,
|
||||
dur_secs: 15.0,
|
||||
strength: DamageFraction(0.3),
|
||||
chance: 0.25,
|
||||
))),
|
||||
multi_target: Some(Normal),
|
||||
),
|
||||
energy_drain: 0,
|
||||
forward_speed: 5.0,
|
||||
buildup_duration: 0.6,
|
||||
charge_duration: 8.0,
|
||||
swing_duration: 0.1,
|
||||
recover_duration: 3.4,
|
||||
ori_modifier: 0.1,
|
||||
charge_through: false,
|
||||
)
|
||||
27
veloren/assets/common/abilities/custom/minotaur/cleave.ron
Normal file
27
veloren/assets/common/abilities/custom/minotaur/cleave.ron
Normal file
@@ -0,0 +1,27 @@
|
||||
ChargedMelee(
|
||||
energy_cost: 0,
|
||||
energy_drain: 0,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 7.5,
|
||||
poise: 50.0,
|
||||
knockback: 0.0,
|
||||
energy_regen: 0.0,
|
||||
),
|
||||
scaled: Some((
|
||||
kind: Slash(
|
||||
damage: 45.0,
|
||||
poise: 105.0,
|
||||
knockback: 0.0,
|
||||
energy_regen: 0.0,
|
||||
))),
|
||||
range: 5.0,
|
||||
angle: 45.0,
|
||||
multi_target: Some(Normal),
|
||||
),
|
||||
charge_duration: 3.0,
|
||||
swing_duration: 0.1,
|
||||
hit_timing: 0.8,
|
||||
recover_duration: 1.0,
|
||||
specifier: Some(GroundCleave),
|
||||
)
|
||||
@@ -0,0 +1,25 @@
|
||||
BasicMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.45,
|
||||
swing_duration: 0.1,
|
||||
hit_timing: 0.7,
|
||||
recover_duration: 1.2,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 15.0,
|
||||
poise: 60.0,
|
||||
knockback: 15.0,
|
||||
energy_regen: 0.0,
|
||||
),
|
||||
range: 5.0,
|
||||
angle: 60.0,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Crippled,
|
||||
dur_secs: 10.0,
|
||||
strength: Value(0.5),
|
||||
chance: 1.0,
|
||||
))),
|
||||
multi_target: Some(Normal),
|
||||
),
|
||||
ori_modifier: 1.0,
|
||||
)
|
||||
@@ -0,0 +1,9 @@
|
||||
SelfBuff(
|
||||
buildup_duration: 0.25,
|
||||
cast_duration: 0.8,
|
||||
recover_duration: 0.25,
|
||||
buff_kind: Frenzied,
|
||||
buff_strength: 0.5,
|
||||
buff_duration: Some(300.0),
|
||||
energy_cost: 0,
|
||||
)
|
||||
Reference in New Issue
Block a user