Updated settings.py

This commit is contained in:
Leander 2023-08-07 14:55:39 +02:00 committed by GitHub
parent 3f1db2dd3e
commit 9b8ab4eced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
roles = {
'': '250',
'lvl10': '280',
'lvl20': '310',
'lvl30': '340',
'lvl40': '370',
'lvl50': '400',
'lvl60': '430',
'lvl70': '460',
'lvl80': '490',
'lvl90': '520',
'lvl100': '550',
}
'': '2500',
'lvl10': '2800',
'lvl20': '3100',
'lvl30': '3400',
'lvl40': '3700',
'lvl50': '4000',
'lvl60': '4300',
'lvl70': '4600',
'lvl80': '4900',
'lvl90': '5200',
'lvl100': '5500',
}