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