mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Nerf Husk Brute
- Remove HuskBrute health level buff - Make their attack slower
This commit is contained in:
parent
b9134a3f61
commit
c5da56e900
@ -2,17 +2,17 @@ ComboMelee(
|
||||
stage_data: [
|
||||
(
|
||||
stage: 1,
|
||||
base_damage: 160,
|
||||
base_damage: 200,
|
||||
damage_increase: 0,
|
||||
base_poise_damage: 12,
|
||||
poise_damage_increase: 0,
|
||||
knockback: 5.0,
|
||||
range: 3.5,
|
||||
angle: 60.0,
|
||||
base_buildup_duration: 0.25,
|
||||
base_swing_duration: 0.07,
|
||||
base_buildup_duration: 0.5,
|
||||
base_swing_duration: 0.2,
|
||||
hit_timing: 0.5,
|
||||
base_recover_duration: 0.25,
|
||||
base_recover_duration: 0.5,
|
||||
forward_movement: 0.5,
|
||||
damage_kind: Crushing,
|
||||
),
|
||||
|
@ -15,4 +15,4 @@ ItemDef(
|
||||
quality: Low,
|
||||
tags: [],
|
||||
ability_spec: Some(Custom("Husk Brute")),
|
||||
)
|
||||
)
|
||||
|
@ -625,6 +625,7 @@ impl Body {
|
||||
biped_large::Species::Dullahan => 120,
|
||||
biped_large::Species::Huskbrute => 100,
|
||||
// Boss enemies have their health set, not adjusted by level.
|
||||
biped_large::Species::Huskbrute => 0,
|
||||
biped_large::Species::Mindflayer => 0,
|
||||
biped_large::Species::Minotaur => 0,
|
||||
biped_large::Species::Tidalwarrior => 0,
|
||||
|
Loading…
Reference in New Issue
Block a user