From 50c08176a002368a3b7b3b670d4a349288ba3d6e Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 6 Sep 2022 14:34:38 +0100 Subject: [PATCH] Removed goliath --- .../src/main/resources/enchants/goliath.yml | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 eco-core/core-plugin/src/main/resources/enchants/goliath.yml diff --git a/eco-core/core-plugin/src/main/resources/enchants/goliath.yml b/eco-core/core-plugin/src/main/resources/enchants/goliath.yml deleted file mode 100644 index 93e82852..00000000 --- a/eco-core/core-plugin/src/main/resources/enchants/goliath.yml +++ /dev/null @@ -1,25 +0,0 @@ -display-name: "Goliath" -description: "Deal &a%damage%x &rmore damage for the amount of times more health your opponent has than you, up to &a%limit%x" -placeholders: - damage: "0.5 + %level% * 0.1" - limit: "1.6 + %level% * 0.4" -type: normal - -targets: - - sword -conflicts: [ ] -rarity: rare -max-level: 6 - -tradeable: true -discoverable: true -enchantable: true - -effects: - - id: damage_multiplier - args: - multiplier: "1 + min(max((%victim_health% / %player_health%), 1) * (0.5 + %level% * 0.1), 1.6 + %level% * 0.4)" - triggers: - - melee_attack - -conditions: [ ]