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:
12
veloren/assets/common/abilities/axe/adrenaline_rush.ron
Normal file
12
veloren/assets/common/abilities/axe/adrenaline_rush.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
SelfBuff(
|
||||
buildup_duration: 0.2,
|
||||
cast_duration: 0.2,
|
||||
recover_duration: 0.2,
|
||||
buff_kind: EnergyRegen,
|
||||
buff_strength: 0.1,
|
||||
buff_duration: Some(10.0),
|
||||
combo_cost: 1,
|
||||
combo_scaling: Some(Linear),
|
||||
energy_cost: 0,
|
||||
enforced_limit: false,
|
||||
)
|
||||
21
veloren/assets/common/abilities/axe/basic_guard.ron
Normal file
21
veloren/assets/common/abilities/axe/basic_guard.ron
Normal file
@@ -0,0 +1,21 @@
|
||||
BasicBlock(
|
||||
buildup_duration: 0.25,
|
||||
recover_duration: 0.2,
|
||||
max_angle: 60.0,
|
||||
block_strength: 5.0,
|
||||
parry_window: (
|
||||
buildup: true,
|
||||
recover: false,
|
||||
),
|
||||
energy_cost: 5,
|
||||
energy_regen: 2.5,
|
||||
can_hold: true,
|
||||
blocked_attacks: (
|
||||
melee: true,
|
||||
projectiles: false,
|
||||
beams: false,
|
||||
ground_shockwaves: false,
|
||||
air_shockwaves: false,
|
||||
explosions: false,
|
||||
),
|
||||
)
|
||||
10
veloren/assets/common/abilities/axe/berserk.ron
Normal file
10
veloren/assets/common/abilities/axe/berserk.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
SelfBuff(
|
||||
buildup_duration: 0.3,
|
||||
cast_duration: 0.2,
|
||||
recover_duration: 0.1,
|
||||
buff_kind: Berserk,
|
||||
buff_strength: 0.5,
|
||||
buff_duration: Some(15.0),
|
||||
combo_cost: 10,
|
||||
energy_cost: 0,
|
||||
)
|
||||
10
veloren/assets/common/abilities/axe/bloodfeast.ron
Normal file
10
veloren/assets/common/abilities/axe/bloodfeast.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
SelfBuff(
|
||||
buildup_duration: 0.2,
|
||||
cast_duration: 0.2,
|
||||
recover_duration: 0.1,
|
||||
buff_kind: Bloodfeast,
|
||||
buff_strength: 0.1,
|
||||
buff_duration: Some(15.0),
|
||||
energy_cost: 0,
|
||||
combo_cost: 10,
|
||||
)
|
||||
23
veloren/assets/common/abilities/axe/brutal_swing.ron
Normal file
23
veloren/assets/common/abilities/axe/brutal_swing.ron
Normal file
@@ -0,0 +1,23 @@
|
||||
ComboMelee2(
|
||||
strikes: [
|
||||
(
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 18,
|
||||
poise: 10,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 360.0,
|
||||
multi_target: Some(Normal),
|
||||
),
|
||||
buildup_duration: 0.2,
|
||||
swing_duration: 0.2,
|
||||
hit_timing: 0.5,
|
||||
recover_duration: 0.3,
|
||||
ori_modifier: 0.6,
|
||||
),
|
||||
],
|
||||
energy_cost_per_strike: 10,
|
||||
)
|
||||
17
veloren/assets/common/abilities/axe/bulkhead.ron
Normal file
17
veloren/assets/common/abilities/axe/bulkhead.ron
Normal file
@@ -0,0 +1,17 @@
|
||||
FinisherMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.5,
|
||||
swing_duration: 0.2,
|
||||
recover_duration: 0.4,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 40,
|
||||
poise: 100,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 15.0,
|
||||
),
|
||||
minimum_combo: 30,
|
||||
)
|
||||
18
veloren/assets/common/abilities/axe/capsize.ron
Normal file
18
veloren/assets/common/abilities/axe/capsize.ron
Normal file
@@ -0,0 +1,18 @@
|
||||
FinisherMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.5,
|
||||
swing_duration: 0.3,
|
||||
recover_duration: 0.4,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 40,
|
||||
poise: 100,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 360.0,
|
||||
multi_target: Some(Normal),
|
||||
),
|
||||
minimum_combo: 50,
|
||||
)
|
||||
26
veloren/assets/common/abilities/axe/cleave.ron
Normal file
26
veloren/assets/common/abilities/axe/cleave.ron
Normal file
@@ -0,0 +1,26 @@
|
||||
ChargedMelee(
|
||||
energy_cost: 0,
|
||||
energy_drain: 0,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 0,
|
||||
poise: 0,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
scaled: Some((
|
||||
kind: Slash(
|
||||
damage: 20,
|
||||
poise: 5,
|
||||
knockback: 0,
|
||||
energy_regen: 20,
|
||||
))),
|
||||
range: 4.5,
|
||||
angle: 10.0,
|
||||
),
|
||||
charge_duration: 0.7,
|
||||
swing_duration: 0.1,
|
||||
hit_timing: 0.2,
|
||||
recover_duration: 0.2,
|
||||
additional_combo: 4,
|
||||
)
|
||||
10
veloren/assets/common/abilities/axe/defiance.ron
Normal file
10
veloren/assets/common/abilities/axe/defiance.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
SelfBuff(
|
||||
buildup_duration: 0.1,
|
||||
cast_duration: 3.0,
|
||||
recover_duration: 0.1,
|
||||
buff_kind: Defiance,
|
||||
buff_strength: 1.0,
|
||||
buff_duration: Some(3.0),
|
||||
energy_cost: 20,
|
||||
enforced_limit: false,
|
||||
)
|
||||
20
veloren/assets/common/abilities/axe/dual_fierce_raze.ron
Normal file
20
veloren/assets/common/abilities/axe/dual_fierce_raze.ron
Normal file
@@ -0,0 +1,20 @@
|
||||
RapidMelee(
|
||||
buildup_duration: 0.1,
|
||||
swing_duration: 0.1,
|
||||
recover_duration: 0.1,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 7,
|
||||
poise: 5,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 6.0,
|
||||
angle: 10.0,
|
||||
simultaneous_hits: 2,
|
||||
),
|
||||
energy_cost: 8,
|
||||
max_strikes: Some(5),
|
||||
move_modifier: 0.35,
|
||||
ori_modifier: 0.25,
|
||||
)
|
||||
17
veloren/assets/common/abilities/axe/execute.ron
Normal file
17
veloren/assets/common/abilities/axe/execute.ron
Normal file
@@ -0,0 +1,17 @@
|
||||
FinisherMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.5,
|
||||
swing_duration: 0.2,
|
||||
recover_duration: 0.4,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 60,
|
||||
poise: 20,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 15.0,
|
||||
),
|
||||
minimum_combo: 30,
|
||||
)
|
||||
19
veloren/assets/common/abilities/axe/fierce_raze.ron
Normal file
19
veloren/assets/common/abilities/axe/fierce_raze.ron
Normal file
@@ -0,0 +1,19 @@
|
||||
RapidMelee(
|
||||
buildup_duration: 0.1,
|
||||
swing_duration: 0.1,
|
||||
recover_duration: 0.1,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 7,
|
||||
poise: 5,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 6.0,
|
||||
angle: 10.0,
|
||||
),
|
||||
energy_cost: 4,
|
||||
max_strikes: Some(5),
|
||||
move_modifier: 0.35,
|
||||
ori_modifier: 0.25,
|
||||
)
|
||||
29
veloren/assets/common/abilities/axe/fracture.ron
Normal file
29
veloren/assets/common/abilities/axe/fracture.ron
Normal file
@@ -0,0 +1,29 @@
|
||||
FinisherMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.2,
|
||||
swing_duration: 0.1,
|
||||
recover_duration: 0.3,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 16,
|
||||
poise: 10,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 45.0,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Crippled,
|
||||
dur_secs: 10.0,
|
||||
strength: Value(0.1),
|
||||
chance: 1.0,
|
||||
))),
|
||||
),
|
||||
minimum_combo: 1,
|
||||
scaling: Some((
|
||||
target: Buff,
|
||||
kind: Linear,
|
||||
max_factor: 10,
|
||||
)),
|
||||
combo_consumption: Half,
|
||||
)
|
||||
10
veloren/assets/common/abilities/axe/furor.ron
Normal file
10
veloren/assets/common/abilities/axe/furor.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
SelfBuff(
|
||||
buildup_duration: 0.3,
|
||||
cast_duration: 0.3,
|
||||
recover_duration: 0.2,
|
||||
buff_kind: Fury,
|
||||
buff_strength: 1.0,
|
||||
buff_duration: Some(15.0),
|
||||
energy_cost: 20,
|
||||
enforced_limit: false,
|
||||
)
|
||||
28
veloren/assets/common/abilities/axe/keelhaul.ron
Normal file
28
veloren/assets/common/abilities/axe/keelhaul.ron
Normal file
@@ -0,0 +1,28 @@
|
||||
FinisherMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.2,
|
||||
swing_duration: 0.1,
|
||||
recover_duration: 0.3,
|
||||
melee_constructor: (
|
||||
kind: Hook(
|
||||
damage: 0,
|
||||
poise: 0,
|
||||
pull: 0,
|
||||
),
|
||||
scaled: Some((
|
||||
kind: Hook(
|
||||
damage: 2,
|
||||
poise: 3,
|
||||
pull: 1,
|
||||
))),
|
||||
range: 6.0,
|
||||
angle: 30.0,
|
||||
),
|
||||
minimum_combo: 1,
|
||||
scaling: Some((
|
||||
target: Attack,
|
||||
kind: Linear,
|
||||
max_factor: 20,
|
||||
)),
|
||||
combo_consumption: Half,
|
||||
)
|
||||
23
veloren/assets/common/abilities/axe/lacerate.ron
Normal file
23
veloren/assets/common/abilities/axe/lacerate.ron
Normal file
@@ -0,0 +1,23 @@
|
||||
FinisherMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.4,
|
||||
swing_duration: 0.2,
|
||||
recover_duration: 0.5,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 10,
|
||||
poise: 5,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 45.0,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Bleeding,
|
||||
dur_secs: 5.0,
|
||||
strength: DamageFraction(1.0),
|
||||
chance: 1.0,
|
||||
))),
|
||||
),
|
||||
minimum_combo: 30,
|
||||
)
|
||||
18
veloren/assets/common/abilities/axe/maelstrom.ron
Normal file
18
veloren/assets/common/abilities/axe/maelstrom.ron
Normal file
@@ -0,0 +1,18 @@
|
||||
FinisherMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.5,
|
||||
swing_duration: 0.4,
|
||||
recover_duration: 0.2,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 60,
|
||||
poise: 20,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 360.0,
|
||||
multi_target: Some(Normal),
|
||||
),
|
||||
minimum_combo: 50,
|
||||
)
|
||||
27
veloren/assets/common/abilities/axe/plunder.ron
Normal file
27
veloren/assets/common/abilities/axe/plunder.ron
Normal file
@@ -0,0 +1,27 @@
|
||||
ComboMelee2(
|
||||
strikes: [
|
||||
(
|
||||
melee_constructor: (
|
||||
kind: Bash(
|
||||
damage: 16,
|
||||
poise: 40,
|
||||
knockback: 10,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 2.5,
|
||||
angle: 60.0,
|
||||
),
|
||||
buildup_duration: 0.1,
|
||||
swing_duration: 0.2,
|
||||
hit_timing: 0.5,
|
||||
recover_duration: 0.3,
|
||||
movement: (
|
||||
buildup: Some(Forward(0.5)),
|
||||
swing: Some(Forward(0.7)),
|
||||
),
|
||||
ori_modifier: 0.6,
|
||||
additional_combo: 4,
|
||||
),
|
||||
],
|
||||
energy_cost_per_strike: 10,
|
||||
)
|
||||
28
veloren/assets/common/abilities/axe/rake.ron
Normal file
28
veloren/assets/common/abilities/axe/rake.ron
Normal file
@@ -0,0 +1,28 @@
|
||||
ComboMelee2(
|
||||
strikes: [
|
||||
(
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 16,
|
||||
poise: 10,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 45.0,
|
||||
damage_effect: Some(Buff((
|
||||
kind: Bleeding,
|
||||
dur_secs: 8.0,
|
||||
strength: DamageFraction(0.25),
|
||||
chance: 1.0,
|
||||
))),
|
||||
),
|
||||
buildup_duration: 0.3,
|
||||
swing_duration: 0.1,
|
||||
hit_timing: 0.5,
|
||||
recover_duration: 0.3,
|
||||
ori_modifier: 0.6,
|
||||
),
|
||||
],
|
||||
energy_cost_per_strike: 12,
|
||||
)
|
||||
24
veloren/assets/common/abilities/axe/riptide.ron
Normal file
24
veloren/assets/common/abilities/axe/riptide.ron
Normal file
@@ -0,0 +1,24 @@
|
||||
FinisherMelee(
|
||||
energy_cost: 0,
|
||||
buildup_duration: 0.2,
|
||||
swing_duration: 0.4,
|
||||
recover_duration: 0.5,
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 10,
|
||||
poise: 5,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 360.0,
|
||||
multi_target: Some(Normal),
|
||||
damage_effect: Some(Buff((
|
||||
kind: Bleeding,
|
||||
dur_secs: 5.0,
|
||||
strength: DamageFraction(1.0),
|
||||
chance: 1.0,
|
||||
))),
|
||||
),
|
||||
minimum_combo: 50,
|
||||
)
|
||||
23
veloren/assets/common/abilities/axe/rising_tide.ron
Normal file
23
veloren/assets/common/abilities/axe/rising_tide.ron
Normal file
@@ -0,0 +1,23 @@
|
||||
ComboMelee2(
|
||||
strikes: [
|
||||
(
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 16,
|
||||
poise: 5,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 45.0,
|
||||
),
|
||||
buildup_duration: 0.25,
|
||||
swing_duration: 0.1,
|
||||
hit_timing: 0.5,
|
||||
recover_duration: 0.3,
|
||||
ori_modifier: 0.6,
|
||||
additional_combo: 4,
|
||||
),
|
||||
],
|
||||
energy_cost_per_strike: 10,
|
||||
)
|
||||
9
veloren/assets/common/abilities/axe/savage_sense.ron
Normal file
9
veloren/assets/common/abilities/axe/savage_sense.ron
Normal file
@@ -0,0 +1,9 @@
|
||||
SelfBuff(
|
||||
buildup_duration: 0.1,
|
||||
cast_duration: 0.1,
|
||||
recover_duration: 0.1,
|
||||
buff_kind: ImminentCritical,
|
||||
buff_strength: 1.0,
|
||||
buff_duration: Some(30.0),
|
||||
energy_cost: 15,
|
||||
)
|
||||
22
veloren/assets/common/abilities/axe/skull_bash.ron
Normal file
22
veloren/assets/common/abilities/axe/skull_bash.ron
Normal file
@@ -0,0 +1,22 @@
|
||||
ComboMelee2(
|
||||
strikes: [
|
||||
(
|
||||
melee_constructor: (
|
||||
kind: Bash(
|
||||
damage: 15,
|
||||
poise: 50,
|
||||
knockback: 0,
|
||||
energy_regen: 0,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 45.0,
|
||||
),
|
||||
buildup_duration: 0.3,
|
||||
swing_duration: 0.1,
|
||||
hit_timing: 0.5,
|
||||
recover_duration: 0.3,
|
||||
ori_modifier: 0.6,
|
||||
),
|
||||
],
|
||||
energy_cost_per_strike: 10,
|
||||
)
|
||||
10
veloren/assets/common/abilities/axe/sunder.ron
Normal file
10
veloren/assets/common/abilities/axe/sunder.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
SelfBuff(
|
||||
buildup_duration: 0.2,
|
||||
cast_duration: 0.2,
|
||||
recover_duration: 0.1,
|
||||
buff_kind: Sunderer,
|
||||
buff_strength: 0.25,
|
||||
buff_duration: Some(15.0),
|
||||
combo_cost: 10,
|
||||
energy_cost: 0,
|
||||
)
|
||||
56
veloren/assets/common/abilities/axe/triple_chop.ron
Normal file
56
veloren/assets/common/abilities/axe/triple_chop.ron
Normal file
@@ -0,0 +1,56 @@
|
||||
ComboMelee2(
|
||||
strikes: [
|
||||
(
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 4,
|
||||
poise: 5,
|
||||
knockback: 0,
|
||||
energy_regen: 7,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 30.0,
|
||||
),
|
||||
buildup_duration: 0.15,
|
||||
swing_duration: 0.05,
|
||||
hit_timing: 0.5,
|
||||
recover_duration: 0.1,
|
||||
ori_modifier: 0.6,
|
||||
),
|
||||
(
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 4,
|
||||
poise: 5,
|
||||
knockback: 0,
|
||||
energy_regen: 7,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 30.0,
|
||||
),
|
||||
buildup_duration: 0.15,
|
||||
swing_duration: 0.05,
|
||||
hit_timing: 0.5,
|
||||
recover_duration: 0.1,
|
||||
ori_modifier: 0.6,
|
||||
),
|
||||
(
|
||||
melee_constructor: (
|
||||
kind: Slash(
|
||||
damage: 8,
|
||||
poise: 5,
|
||||
knockback: 0,
|
||||
energy_regen: 7,
|
||||
),
|
||||
range: 3.0,
|
||||
angle: 10.0,
|
||||
),
|
||||
buildup_duration: 0.2,
|
||||
swing_duration: 0.05,
|
||||
hit_timing: 0.5,
|
||||
recover_duration: 0.15,
|
||||
ori_modifier: 0.6,
|
||||
),
|
||||
],
|
||||
energy_cost_per_strike: 0,
|
||||
)
|
||||
Reference in New Issue
Block a user