From 04d560e01ed9038fa71f134b070e7a2f4d0602e0 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 26 Dec 2021 15:54:23 +0000 Subject: [PATCH] Nerfed optics --- .../core-plugin/src/main/resources/enchants/normal/optics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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