From dc3c3cd4349bfbf96e22471cebb2284df9e8b14f Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Tue, 28 Jun 2022 09:55:38 -0500 Subject: [PATCH] Watch of Flowing time on pedestal no longer has bonus. --- config/ProjectE/server.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ProjectE/server.toml b/config/ProjectE/server.toml index a39e239..917a1dc 100644 --- a/config/ProjectE/server.toml +++ b/config/ProjectE/server.toml @@ -29,10 +29,10 @@ [server.effects] #Bonus ticks given by the Watch of Flowing Time while in the pedestal. 0 = effectively no bonus. #Range: 0 ~ 256 - timePedBonus = 2 + timePedBonus = 0 #Factor the Watch of Flowing Time slows down mobs by while in the pedestal. Set to 1.0 for no slowdown. #Range: 0.0 ~ 1.0 - timePedMobSlowness = 0.1 + timePedMobSlowness = 0.5 #If true the Interdiction Torch only affects hostile mobs and projectiles. If false it affects all non blacklisted living entities. interdictionMode = true