Changed covalenceLoss.
This commit is contained in:
parent
51c272c2ed
commit
9cbbeb3f37
@ -10,7 +10,7 @@
|
|||||||
katarDeathAura = 100.0
|
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.
|
#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
|
#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.
|
#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
|
covalenceLossRounding = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user