Changed item drop rate upon player death.

Contributed by Iris.
This commit is contained in:
MobiusDev
2018-11-18 21:02:05 +00:00
parent 98433fc595
commit c59390eb44
4 changed files with 20 additions and 20 deletions

View File

@@ -167,15 +167,15 @@ RateVitalityLost = 1.
# Player Drops (values are set in PERCENTS)
# ---------------------------------------------------------------------------
PlayerDropLimit = 0
PlayerDropLimit = 3
# in %
PlayerRateDrop = 0
PlayerRateDrop = 5
# in %
PlayerRateDropItem = 0
PlayerRateDropItem = 70
# in %
PlayerRateDropEquip = 0
PlayerRateDropEquip = 25
# in %
PlayerRateDropEquipWeapon = 0
PlayerRateDropEquipWeapon = 5
# Default: 10
KarmaDropLimit = 10