More nerfs to combat augmentations. Randomized server parameters. Added Log and Kill button to Active SCripts panel

This commit is contained in:
Daniel Xie
2017-06-19 09:54:11 -05:00
parent 8ce228c71f
commit e2fbca1ef0
14 changed files with 136 additions and 100 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ PlayerObject.prototype.calculateExpGain = function() {
if (s.baseDifficulty == null) {
s.baseDifficulty = s.hackDifficulty;
}
return (s.baseDifficulty * this.hacking_exp_mult * 0.5 + 1);
return (s.baseDifficulty * this.hacking_exp_mult * 0.5 + 3);
}
//Hack/Analyze a server. Return the amount of time the hack will take. This lets the Terminal object know how long to disable itself for