Increase max concurrent classes to 99 and lower hard punishment unlock to 50 credits

This commit is contained in:
Johannes
2026-03-12 20:56:33 +01:00
parent ed8121fa9d
commit 4a14969361

View File

@@ -1208,7 +1208,7 @@
return { beginner: 3, intermediate: 3, advanced: 3, master: 3 }; return { beginner: 3, intermediate: 3, advanced: 3, master: 3 };
} }
static get maxConcurrentClasses() { static get maxConcurrentClasses() {
return 20; return 99;
} }
static get maxTaskPause() { static get maxTaskPause() {
return 240; return 240;
@@ -2409,7 +2409,7 @@
requiredCreditsUnlockMaster: 100, requiredCreditsUnlockMaster: 100,
requiredCreditsForGraduation: 160, requiredCreditsForGraduation: 160,
requiredCreditsToUnlockEliteClubs: 100, requiredCreditsToUnlockEliteClubs: 100,
requiredCreditsToUnlockHardPunishments: 100, requiredCreditsToUnlockHardPunishments: 50,
}, },
a = 0, a = 0,
s = 0, s = 0,