diff --git a/eco-core/core-plugin/src/main/resources/enchants/finishing.yml b/eco-core/core-plugin/src/main/resources/enchants/finishing.yml index 455957a7..6c9ea34d 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/finishing.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/finishing.yml @@ -17,7 +17,7 @@ enchantable: true effects: - id: damage_multiplier args: - multiplier: "1 + ((1 - %victim_health% / %victim_max_health%) * 100 * 0.002 * %level%)" + multiplier: "1 + ((1 - %victim_health% / %victim_max_health%) * 0.2 * %level%)" triggers: - melee_attack