Merge branch 'juliancoffee/patch_animal_dash_double_hit' into 'master'

Set charge_through to false for non-humanoid dash

See merge request veloren/veloren!2616
This commit is contained in:
Samuel Keiffer 2021-07-16 15:33:59 +00:00
commit 5063264e04
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((