Fixed vitality system bonus calculations.

This commit is contained in:
MobiusDev
2015-11-07 23:01:35 +00:00
parent 876e4af70f
commit 31d9798f66
2 changed files with 5 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ RateVitalityExpMultiplier = 2.
# These options are to be used if you want to increase the vitality gain/lost for each mob you kills
# Default values are 1.
RateVitalityGain = 1.
RateVitalityLost = 1.
RateVitalityLost = 0.5
# ---------------------------------------------------------------------------