From db8210ee1f005f28a23b21a0033627f4174b43d1 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 6 Sep 2022 13:59:54 +0100 Subject: [PATCH] Fixed goliath --- eco-core/core-plugin/src/main/resources/enchants/goliath.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/enchants/goliath.yml b/eco-core/core-plugin/src/main/resources/enchants/goliath.yml index c35eba71..01295087 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/goliath.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/goliath.yml @@ -18,7 +18,7 @@ enchantable: true effects: - id: damage_multiplier args: - multiplier: "1 + min((%victim_health% / %player_health%) * (0.5 + %level% * 0.1), 0.2 + %level% * 0.15)" + multiplier: "1 + min((%victim_health% / %player_health%) * (0.5 + %level% * 0.1), 1.6 + %level% * 0.4)" triggers: - melee_attack