Rebalancing crime exp

This commit is contained in:
Daniel Xie
2017-05-10 16:21:45 -05:00
parent 416f3e7b47
commit 8cf17cf229
3 changed files with 13 additions and 10 deletions
+1
View File
@@ -887,6 +887,7 @@ PlayerObject.prototype.startClass = function(costMult, expMult, className) {
var gameCPS = 1000 / Engine._idleSpeed;
//Base exp gains per second
var baseStudyComputerScienceExp = 0.05;
var baseDataStructuresExp = 0.2;
var baseNetworksExp = 0.8;