Changed covalenceLoss.

This commit is contained in:
Harrison Deng 2022-06-28 09:50:53 -05:00
parent 51c272c2ed
commit 9cbbeb3f37

View File

@ -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