"Balance"

This commit is contained in:
Sam 2021-10-16 17:32:48 -04:00
parent f6176df9a1
commit 6e82d67db5
2 changed files with 3 additions and 3 deletions

View File

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

View File

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