Rebalancing

This commit is contained in:
Daniel Xie
2017-04-24 16:18:04 -05:00
parent f4ec2e9067
commit a11a319d72
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -519,7 +519,7 @@ PlayerObject.prototype.startFactionWork = function(faction) {
}
PlayerObject.prototype.startFactionHackWork = function(faction) {
this.workHackExpGainRate = .1 * this.hacking_exp_mult;
this.workHackExpGainRate = .02 * this.hacking_exp_mult;
this.workStrExpGainRate = 0;
this.workDefExpGainRate = 0;
this.workDexExpGainRate = 0;