mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Sword triple strike tweaks.
This commit is contained in:
parent
69bb7d9047
commit
b1f45ea241
@ -2,17 +2,17 @@ ComboMelee(
|
||||
stage_data: [
|
||||
(
|
||||
stage: 1,
|
||||
base_damage: 10.0,
|
||||
damage_increase: 1.0,
|
||||
base_damage: 8.0,
|
||||
damage_increase: 0.5,
|
||||
base_poise_damage: 0,
|
||||
poise_damage_increase: 0,
|
||||
knockback: 0.0,
|
||||
range: 4.0,
|
||||
angle: 30.0,
|
||||
base_buildup_duration: 0.1,
|
||||
base_swing_duration: 0.075,
|
||||
base_swing_duration: 0.01,
|
||||
hit_timing: 0.5,
|
||||
base_recover_duration: 0.15,
|
||||
base_recover_duration: 0.25,
|
||||
forward_movement: 0.5,
|
||||
damage_kind: Slashing,
|
||||
damage_effect: Some(Buff((
|
||||
@ -24,7 +24,7 @@ ComboMelee(
|
||||
),
|
||||
(
|
||||
stage: 2,
|
||||
base_damage: 8.0,
|
||||
base_damage: 9.0,
|
||||
damage_increase: 0.5,
|
||||
base_poise_damage: 0,
|
||||
poise_damage_increase: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user