Merge pull request #1846 from danielyxie/dev

tighten bn13
This commit is contained in:
hydroflame 2021-12-09 10:45:53 -05:00 committed by GitHub
commit 1d046d7d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -887,7 +887,7 @@ export function initBitNodeMultipliers(p: IPlayer): void {
BitNodeMultipliers.ServerStartingSecurity = 3;
BitNodeMultipliers.ScriptHackMoney = 0.4;
BitNodeMultipliers.ScriptHackMoney = 0.2;
BitNodeMultipliers.CompanyWorkMoney = 0.4;
BitNodeMultipliers.CrimeMoney = 0.4;
BitNodeMultipliers.HacknetNodeMoney = 0.4;
@ -896,7 +896,7 @@ export function initBitNodeMultipliers(p: IPlayer): void {
BitNodeMultipliers.CompanyWorkExpGain = 0.5;
BitNodeMultipliers.ClassGymExpGain = 0.5;
BitNodeMultipliers.FactionWorkExpGain = 0.5;
BitNodeMultipliers.HackExpGain = 0.5;
BitNodeMultipliers.HackExpGain = 0.1;
BitNodeMultipliers.CrimeExpGain = 0.5;
BitNodeMultipliers.FactionWorkRepGain = 0.6;