Buffed TopLists a bit

This commit is contained in:
Dominik Moritz Roth 2021-07-04 20:25:26 +02:00
parent be0afb59c7
commit 0f1255f614

View File

@ -86,6 +86,12 @@ def getTopListWheight(book, topList):
minScope = min(minScope, scope) minScope = min(minScope, scope)
if minScope == 100000: if minScope == 100000:
raise Exception("You stupid?") raise Exception("You stupid?")
if minScope == 10:
return 1
elif minScope == 25:
return 0.85
elif minScope == 100:
return 0.5
return minScope / 10 return minScope / 10