| 1 |
# This file is used to compute the XP points gained/lost by Warcraft III
|
| 2 |
# anonymous matchmaking games
|
| 3 |
#
|
| 4 |
# <min realm level> <level diff> <higher points gained> <higher points lost> <lower points gained> <lower points lost>
|
| 5 |
#
|
| 6 |
# Note: you may notice that blizzard has columns for points win/loss by
|
| 7 |
# higher and lower opponets but because they must keep constant the sum
|
| 8 |
# of points the columns are in "mirror"
|
| 9 |
|
| 10 |
# used for all players
|
| 11 |
50 0 100 100 100 100
|
| 12 |
50 1 95 105 115 85
|
| 13 |
50 2 90 110 130 70
|
| 14 |
50 3 85 115 145 55
|
| 15 |
50 4 80 120 155 45
|
| 16 |
50 5 75 125 165 35
|
| 17 |
50 6 70 130 175 25
|