From 1dc89fbc58c13525032906930adbe2f756ec22a5 Mon Sep 17 00:00:00 2001 From: runrobdog Date: Sun, 19 Jun 2022 19:04:30 +0200 Subject: [PATCH] tweak stats theropodbasic --- assets/common/abilities/custom/theropodbasic/dash.ron | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/common/abilities/custom/theropodbasic/dash.ron b/assets/common/abilities/custom/theropodbasic/dash.ron index 8e2bef9278..cfb2a8b436 100644 --- a/assets/common/abilities/custom/theropodbasic/dash.ron +++ b/assets/common/abilities/custom/theropodbasic/dash.ron @@ -2,13 +2,13 @@ DashMelee( energy_cost: 0, melee_constructor: ( kind: Bash( - damage: 24.0, + damage: 20.0, poise: 0.0, knockback: 8.0, energy_regen: 0.0, ), scaled: Some(Bash( - damage: 32.0, + damage: 25.0, poise: 0.0, knockback: 17.0, energy_regen: 0.0, @@ -21,7 +21,7 @@ DashMelee( buildup_duration: 1.0, charge_duration: 2.4, swing_duration: 0.1, - recover_duration: 2.2, + recover_duration: 1.8, ori_modifier: 0.3, charge_through: false, is_interruptible: false,