From 9cbbeb3f3712e3a4d779625268e8c11de6ffbb04 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Tue, 28 Jun 2022 09:50:53 -0500 Subject: [PATCH] Changed covalenceLoss. --- config/ProjectE/server.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ProjectE/server.toml b/config/ProjectE/server.toml index 47c89b3..a39e239 100644 --- a/config/ProjectE/server.toml +++ b/config/ProjectE/server.toml @@ -10,7 +10,7 @@ katarDeathAura = 100.0 #Adjusting this ratio changes how much EMC is received when burning a item. For example setting this to 0.5 will return half of the EMC cost. #Range: 0.1 ~ 1.0 - covalenceLoss = 0.7 + covalenceLoss = 0.5 #How rounding occurs when Covalence Loss results in a burn value less than 1 EMC. If true the value will be rounded up to 1. If false the value will be rounded down to 0. covalenceLossRounding = true