diff options
Diffstat (limited to 'conf/battle/drops.conf')
-rw-r--r-- | conf/battle/drops.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/drops.conf b/conf/battle/drops.conf index 424c46f5b..ec122002a 100644 --- a/conf/battle/drops.conf +++ b/conf/battle/drops.conf @@ -83,7 +83,7 @@ item_drop_treasure_min: 1 item_drop_treasure_max: 10000 // Use logarithmic drops? (Note 1) -// Logarithmic drops scale drop rates in a non-linear fashion using the equation +// Logarithmic drops scale drop rates in a non-linear fashion using the equation // Droprate(x,y) = x * (5 - log(x)) ^ (ln(y) / ln(5)) // Where x is the original drop rate and y is the drop_rate modifier (the previously mentioned item_rate* variables) // Use the following table for an idea of how the rate will affect drop rates when logarithmic drops are used: |