mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
Fix Abilities
This commit is contained in:
parent
345e457894
commit
244f3f77a4
5 changed files with 5 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ ComboMelee2(
|
|||
hit_timing: 0.4,
|
||||
recover_duration: 0.6,
|
||||
movement: (
|
||||
action: Some(Forward(0.1)),
|
||||
swing: Some(Forward(0.1)),
|
||||
),
|
||||
movement_modifier: (
|
||||
recover: Some(0.35),
|
||||
|
|
@ -43,7 +43,7 @@ ComboMelee2(
|
|||
hit_timing: 0.4,
|
||||
recover_duration: 1.45,
|
||||
movement: (
|
||||
action: Some(Forward(0.1)),
|
||||
swing: Some(Forward(0.1)),
|
||||
),
|
||||
movement_modifier: (
|
||||
recover: Some(0.35),
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ BasicRanged(
|
|||
strength: DamageFraction(0.1),
|
||||
chance: 0.8,
|
||||
)),
|
||||
damage_kind: Energy,
|
||||
)),
|
||||
override_collider: Some((
|
||||
p0: (x: 0.0, y: 0.0),
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ BasicAura(
|
|||
kind: Burning,
|
||||
strength: 3.0,
|
||||
duration: Some(6),
|
||||
category: Magical,
|
||||
),
|
||||
],
|
||||
aura_duration: Some(8.0),
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ BasicRanged(
|
|||
strength: DamageFraction(0.25),
|
||||
chance: 1.0,
|
||||
)),
|
||||
damage_kind: Energy,
|
||||
)),
|
||||
),
|
||||
projectile_body: Object(NapalmShot),
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ RapidRanged(
|
|||
attack: Some((
|
||||
damage: 15,
|
||||
knockback: Some(3),
|
||||
damage_kind: Energy,
|
||||
)),
|
||||
),
|
||||
projectile_body: Object(PyroclasmBolt),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue