Set charge_through to false for non-humanoid dash

This commit is contained in:
juliancoffee 2021-07-16 15:49:02 +03:00
parent 5391a612c1
commit 0d1667c7c5
10 changed files with 10 additions and 10 deletions

View File

@ -14,7 +14,7 @@ DashMelee(
charge_duration: 3.0,
swing_duration: 0.35,
recover_duration: 1.2,
charge_through: true,
charge_through: false,
is_interruptible: true,
damage_kind: Slashing,
damage_effect: Some(Buff((

View File

@ -14,7 +14,7 @@ DashMelee(
charge_duration: 1.0,
swing_duration: 0.1,
recover_duration: 1.0,
charge_through: true,
charge_through: false,
is_interruptible: false,
damage_kind: Crushing,
)

View File

@ -14,7 +14,7 @@ DashMelee(
charge_duration: 1.0,
swing_duration: 0.1,
recover_duration: 1.0,
charge_through: true,
charge_through: false,
is_interruptible: false,
damage_kind: Crushing,
)

View File

@ -14,7 +14,7 @@ DashMelee(
charge_duration: 0.8,
swing_duration: 0.1,
recover_duration: 1.0,
charge_through: true,
charge_through: false,
is_interruptible: false,
damage_kind: Crushing,
)

View File

@ -14,7 +14,7 @@ DashMelee(
charge_duration: 1.2,
swing_duration: 0.1,
recover_duration: 1.1,
charge_through: true,
charge_through: false,
is_interruptible: false,
damage_kind: Crushing,
)

View File

@ -14,7 +14,7 @@ DashMelee(
charge_duration: 1.0,
swing_duration: 0.1,
recover_duration: 1.0,
charge_through: true,
charge_through: false,
is_interruptible: false,
damage_kind: Crushing,
)

View File

@ -14,7 +14,7 @@ DashMelee(
charge_duration: 1.2,
swing_duration: 0.1,
recover_duration: 1.1,
charge_through: true,
charge_through: false,
is_interruptible: false,
damage_kind: Crushing,
)

View File

@ -14,7 +14,7 @@ DashMelee(
charge_duration: 2.0,
swing_duration: 0.1,
recover_duration: 0.5,
charge_through: true,
charge_through: false,
is_interruptible: false,
damage_kind: Crushing,
)

View File

@ -14,7 +14,7 @@ DashMelee(
charge_duration: 1.0,
swing_duration: 0.1,
recover_duration: 0.8,
charge_through: true,
charge_through: false,
is_interruptible: true,
damage_kind: Piercing,
damage_effect: Some(Buff((

View File

@ -14,7 +14,7 @@ DashMelee(
charge_duration: 1.2,
swing_duration: 0.1,
recover_duration: 0.9,
charge_through: true,
charge_through: false,
is_interruptible: true,
damage_kind: Piercing,
damage_effect: Some(Buff((