From 6e82d67db562f07a8d2af5352ab4395fdacfa5f3 Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 16 Oct 2021 17:32:48 -0400 Subject: [PATCH] "Balance" --- assets/common/abilities/custom/minotaur/charge.ron | 4 ++-- assets/common/abilities/custom/minotaur/cripplingstrike.ron | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/common/abilities/custom/minotaur/charge.ron b/assets/common/abilities/custom/minotaur/charge.ron index 8f74bffe9b..0dbc451f64 100644 --- a/assets/common/abilities/custom/minotaur/charge.ron +++ b/assets/common/abilities/custom/minotaur/charge.ron @@ -13,8 +13,8 @@ DashMelee( buildup_duration: 0.4, charge_duration: 4.0, swing_duration: 0.1, - recover_duration: 0.5, - ori_modifier: 0.3, + recover_duration: 2.0, + ori_modifier: 0.1, charge_through: false, is_interruptible: false, damage_kind: Piercing, diff --git a/assets/common/abilities/custom/minotaur/cripplingstrike.ron b/assets/common/abilities/custom/minotaur/cripplingstrike.ron index 071b496edf..0963b0b5bf 100644 --- a/assets/common/abilities/custom/minotaur/cripplingstrike.ron +++ b/assets/common/abilities/custom/minotaur/cripplingstrike.ron @@ -10,7 +10,7 @@ BasicMelee( max_angle: 60.0, damage_effect: Some(Buff(( kind: Crippled, - dur_secs: 15.0, + dur_secs: 10.0, strength: Value(0.5), chance: 1.0, ))),