Changed default specific drop rate configurations.

This commit is contained in:
MobiusDevelopment
2019-11-11 10:13:26 +00:00
parent 3e3653a454
commit 2b84f853f7
2 changed files with 6 additions and 5 deletions

View File

@@ -89,9 +89,9 @@ RaidDropChanceMultiplier = 1
# List of items affected by custom drop rate by id, used now for Adena rate too.
# Usage: itemId1,multiplier1;itemId2,multiplier2;...
# Note: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
# Example for Raid boss 1x jewelry: 6656,1;6657,1;6658,1;6659,1;6660,1;6661,1;6662,1;8191,1;10170,1;10314,1;
# Example for Raid boss 1x jewelry: 6656,1;6657,1;6658,1;6659,1;6660,1;6661,1;6662,1;8191,1;10170,1;10314,1
# Default: 57,1
DropAmountMultiplierByItemId = 57,1
DropAmountMultiplierByItemId = 57,1;6656,1;6657,1;6658,1;6659,1;6660,1;6661,1;6662,1;8191,1;10170,1;10314,1
DropChanceMultiplierByItemId = 57,1
# Maximum drop occurrences.