mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
More nerfs to combat augmentations. Randomized server parameters. Added Log and Kill button to Active SCripts panel
This commit is contained in:
@@ -1032,7 +1032,7 @@ function scriptCalculateExpGain(server) {
|
||||
if (server.baseDifficulty == null) {
|
||||
server.baseDifficulty = server.hackDifficulty;
|
||||
}
|
||||
return (server.baseDifficulty * Player.hacking_exp_mult * 0.5 + 1);
|
||||
return (server.baseDifficulty * Player.hacking_exp_mult * 0.5 + 3);
|
||||
}
|
||||
|
||||
//The same as Player's calculatePercentMoneyHacked() function but takes in the server as an argument
|
||||
|
||||
Reference in New Issue
Block a user