diff --git a/eco-core/core-plugin/src/main/resources/enchants/normal/serrated.yml b/eco-core/core-plugin/src/main/resources/enchants/normal/serrated.yml index 0f68f853..3f7e718a 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/normal/serrated.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/normal/serrated.yml @@ -28,4 +28,4 @@ general-config: maximum-level: 5 config: - multiplier: 0.25 # 1 + (Level * Multiplier) is multiplied with the damage + multiplier: 0.4 # 1 + (Level * Multiplier) is multiplied with the damage diff --git a/eco-core/core-plugin/src/main/resources/enchants/special/bladed.yml b/eco-core/core-plugin/src/main/resources/enchants/special/bladed.yml index 8d993dee..303d7981 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/special/bladed.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/special/bladed.yml @@ -28,7 +28,7 @@ general-config: maximum-level: 5 config: - base-multiplier: 1.25 # Percent more damage to do as base - multiplier: 0.25 # 1 + (Level * Multiplier) is multiplied with the damage - # To explain, Bladed V would be 2.5x more damage: 1.25 + (5*0.25) + base-multiplier: 1.5 # Percent more damage to do as base + multiplier: 0.5 # 1 + (Level * Multiplier) is multiplied with the damage + # To explain, Bladed V would be 4x more damage: 1.5 + (5*0.5) # By default, Bladed I acts like Serrated VI