From 5492819ccbabef8cf5bae1913b1970b689ba9ad1 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 4 Apr 2021 21:39:35 +0100 Subject: [PATCH] Nerfed default bosses --- .../core-plugin/src/main/resources/bosses/alpha_wolf.yml | 4 ++-- .../core-plugin/src/main/resources/bosses/illusioner.yml | 4 ++-- .../core-plugin/src/main/resources/bosses/steel_golem.yml | 8 ++++---- .../core-plugin/src/main/resources/bosses/tarantula.yml | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/bosses/alpha_wolf.yml b/eco-core/core-plugin/src/main/resources/bosses/alpha_wolf.yml index 44a27d6..1a4d6b2 100644 --- a/eco-core/core-plugin/src/main/resources/bosses/alpha_wolf.yml +++ b/eco-core/core-plugin/src/main/resources/bosses/alpha_wolf.yml @@ -8,8 +8,8 @@ bossbar: color: WHITE # Choose from: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW style: SOLID # Choose from: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20 -max-health: 900 -attack-damage: 60 +max-health: 600 +attack-damage: 50 movement-speed: 2 follow-range: 15 diff --git a/eco-core/core-plugin/src/main/resources/bosses/illusioner.yml b/eco-core/core-plugin/src/main/resources/bosses/illusioner.yml index dcc451a..b344d36 100644 --- a/eco-core/core-plugin/src/main/resources/bosses/illusioner.yml +++ b/eco-core/core-plugin/src/main/resources/bosses/illusioner.yml @@ -8,8 +8,8 @@ bossbar: color: BLUE # Choose from: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW style: SOLID # Choose from: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20 -max-health: 600 -attack-damage: 50 +max-health: 300 +attack-damage: 30 movement-speed: 1.2 follow-range: 20 diff --git a/eco-core/core-plugin/src/main/resources/bosses/steel_golem.yml b/eco-core/core-plugin/src/main/resources/bosses/steel_golem.yml index 086084b..dc0682c 100644 --- a/eco-core/core-plugin/src/main/resources/bosses/steel_golem.yml +++ b/eco-core/core-plugin/src/main/resources/bosses/steel_golem.yml @@ -8,8 +8,8 @@ bossbar: color: WHITE # Choose from: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW style: SOLID # Choose from: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20 -max-health: 2400 -attack-damage: 120 +max-health: 1200 +attack-damage: 90 movement-speed: 1.5 follow-range: 16 @@ -58,8 +58,8 @@ effects: [] defence: immunities: - explosion: false - fire: false + explosion: true + fire: true drowning: true projectiles: true suffocation: true diff --git a/eco-core/core-plugin/src/main/resources/bosses/tarantula.yml b/eco-core/core-plugin/src/main/resources/bosses/tarantula.yml index c7608b7..e047002 100644 --- a/eco-core/core-plugin/src/main/resources/bosses/tarantula.yml +++ b/eco-core/core-plugin/src/main/resources/bosses/tarantula.yml @@ -8,8 +8,8 @@ bossbar: color: RED # Choose from: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW style: SOLID # Choose from: SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20 -max-health: 1200 -attack-damage: 80 +max-health: 900 +attack-damage: 70 movement-speed: 1.3 follow-range: 15 @@ -58,8 +58,8 @@ effects: [] defence: immunities: - explosion: true - fire: true + explosion: false + fire: false drowning: true projectiles: false suffocation: true