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