Fix Abilities

This commit is contained in:
UncomfortableSilence 2026-07-24 18:45:16 +00:00
parent 345e457894
commit 244f3f77a4
5 changed files with 5 additions and 3 deletions

View file

@ -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),

View file

@ -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),

View file

@ -8,7 +8,6 @@ BasicAura(
kind: Burning,
strength: 3.0,
duration: Some(6),
category: Magical,
),
],
aura_duration: Some(8.0),

View file

@ -18,6 +18,7 @@ BasicRanged(
strength: DamageFraction(0.25),
chance: 1.0,
)),
damage_kind: Energy,
)),
),
projectile_body: Object(NapalmShot),

View file

@ -22,6 +22,7 @@ RapidRanged(
attack: Some((
damage: 15,
knockback: Some(3),
damage_kind: Energy,
)),
),
projectile_body: Object(PyroclasmBolt),