diff --git a/assets/common/abilities/custom/claygolem/rocket.ron b/assets/common/abilities/custom/claygolem/rocket.ron index c58011bfb1..762b84408c 100644 --- a/assets/common/abilities/custom/claygolem/rocket.ron +++ b/assets/common/abilities/custom/claygolem/rocket.ron @@ -4,7 +4,7 @@ BasicRanged( recover_duration: 0.5, projectile: ClayRocket( damage: 500.0, - knockback: 25.0, + knockback: 18.0, radius: 5.0, ), projectile_body: Object(ClayRocket), diff --git a/assets/common/abilities/custom/claygolem/shockwave.ron b/assets/common/abilities/custom/claygolem/shockwave.ron index ac4b9a8ae1..b23ed1ba62 100644 --- a/assets/common/abilities/custom/claygolem/shockwave.ron +++ b/assets/common/abilities/custom/claygolem/shockwave.ron @@ -5,7 +5,7 @@ Shockwave( recover_duration: 1.2, damage: 500, poise_damage: 50, - knockback: (strength: 40.0, direction: TowardsUp), + knockback: (strength: 30.0, direction: TowardsUp), shockwave_angle: 180.0, shockwave_vertical_angle: 90.0, shockwave_speed: 15.0, diff --git a/assets/common/abilities/custom/mindflayer/necroticvortex.ron b/assets/common/abilities/custom/mindflayer/necroticvortex.ron index b4d750fea2..e6f89f6750 100644 --- a/assets/common/abilities/custom/mindflayer/necroticvortex.ron +++ b/assets/common/abilities/custom/mindflayer/necroticvortex.ron @@ -1,8 +1,8 @@ SpinMelee( buildup_duration: 0.8, - swing_duration: 0.2, + swing_duration: 0.5, recover_duration: 0.6, - base_damage: 80.0, + base_damage: 200.0, base_poise_damage: 1.0, knockback: ( strength: 7.0, direction: Towards), range: 16.0, diff --git a/assets/common/abilities/custom/tidalwarrior/pincer.ron b/assets/common/abilities/custom/tidalwarrior/pincer.ron index 64656e7f8a..3678f7f840 100644 --- a/assets/common/abilities/custom/tidalwarrior/pincer.ron +++ b/assets/common/abilities/custom/tidalwarrior/pincer.ron @@ -5,7 +5,7 @@ BasicMelee( recover_duration: 0.6, base_damage: 50.0, base_poise_damage: 0.0, - knockback: ( strength: 100.0, direction: Towards), + knockback: ( strength: 50.0, direction: Towards), range: 5.0, max_angle: 60.0, damage_effect: None, diff --git a/assets/common/abilities/custom/tidalwarrior/totem_wave.ron b/assets/common/abilities/custom/tidalwarrior/totem_wave.ron index 0bc8176d3c..bc1e7426ef 100644 --- a/assets/common/abilities/custom/tidalwarrior/totem_wave.ron +++ b/assets/common/abilities/custom/tidalwarrior/totem_wave.ron @@ -5,7 +5,7 @@ Shockwave( recover_duration: 3.5, damage: 10, poise_damage: 0, - knockback: ( strength: 25.0, direction: Away), + knockback: ( strength: 18.0, direction: Away), shockwave_angle: 360.0, shockwave_vertical_angle: 30.0, shockwave_speed: 10.0, diff --git a/assets/common/abilities/custom/yeti/icespikes.ron b/assets/common/abilities/custom/yeti/icespikes.ron index 38e9130bd5..ef46d632c5 100644 --- a/assets/common/abilities/custom/yeti/icespikes.ron +++ b/assets/common/abilities/custom/yeti/icespikes.ron @@ -5,7 +5,7 @@ Shockwave( recover_duration: 1.0, damage: 100, poise_damage: 10, - knockback: (strength: 25.0, direction: Up), + knockback: (strength: 18.0, direction: Up), shockwave_angle: 90.0, shockwave_vertical_angle: 15.0, shockwave_speed: 15.0, diff --git a/assets/common/abilities/custom/yeti/strike.ron b/assets/common/abilities/custom/yeti/strike.ron index fc8cb528ee..f54fb79408 100644 --- a/assets/common/abilities/custom/yeti/strike.ron +++ b/assets/common/abilities/custom/yeti/strike.ron @@ -5,7 +5,7 @@ BasicMelee( recover_duration: 1.0, base_damage: 100, base_poise_damage: 50, - knockback: ( strength: 70.0, direction: Away), + knockback: ( strength: 50.0, direction: Away), range: 4.0, max_angle: 20.0, damage_effect: None,