diff --git a/eco-core/core-plugin/src/main/resources/enchants/normal/optics.yml b/eco-core/core-plugin/src/main/resources/enchants/normal/optics.yml index b13d3a0a..46b1e7b9 100644 --- a/eco-core/core-plugin/src/main/resources/enchants/normal/optics.yml +++ b/eco-core/core-plugin/src/main/resources/enchants/normal/optics.yml @@ -26,4 +26,4 @@ general-config: maximum-level: 5 config: - block-multiplier: 0.002 # Damage multiplier is distance * level * multiplier + 1 eg: 50 blocks with optics 5 and multiplier 0.002 = 50*5*0.002+1 = 1.5x damage + block-multiplier: 0.001 # Damage multiplier is distance * level * multiplier + 1 eg: 50 blocks with optics 5 and multiplier 0.001 = 50*5*0.001+1 = 1.25x damage