mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 23:57:49 +02:00
DNET: Player feedback (#2545)
This commit is contained in:
committed by
GitHub
parent
73b7921ef0
commit
1b6b07faae
@@ -625,6 +625,8 @@ export function getBitNodeMultipliers(n: number, lvl: number): BitNodeMultiplier
|
||||
StaneksGiftPowerMultiplier: 0.75,
|
||||
StaneksGiftExtraSize: -2,
|
||||
|
||||
DarknetMoneyMultiplier: 0.4,
|
||||
|
||||
WorldDaemonDifficulty: 2,
|
||||
});
|
||||
}
|
||||
@@ -653,6 +655,8 @@ export function getBitNodeMultipliers(n: number, lvl: number): BitNodeMultiplier
|
||||
StaneksGiftPowerMultiplier: 1.5,
|
||||
StaneksGiftExtraSize: 0,
|
||||
|
||||
DarknetMoneyMultiplier: 0.4,
|
||||
|
||||
WorldDaemonDifficulty: 3,
|
||||
});
|
||||
}
|
||||
@@ -682,6 +686,8 @@ export function getBitNodeMultipliers(n: number, lvl: number): BitNodeMultiplier
|
||||
StaneksGiftPowerMultiplier: 1.3,
|
||||
StaneksGiftExtraSize: 0,
|
||||
|
||||
DarknetMoneyMultiplier: 0.7,
|
||||
|
||||
WorldDaemonDifficulty: 1.5,
|
||||
});
|
||||
}
|
||||
@@ -830,6 +836,8 @@ export function getBitNodeMultipliers(n: number, lvl: number): BitNodeMultiplier
|
||||
StaneksGiftPowerMultiplier: 0.5,
|
||||
StaneksGiftExtraSize: 2,
|
||||
|
||||
DarknetMoneyMultiplier: 0.5,
|
||||
|
||||
WorldDaemonDifficulty: 2,
|
||||
});
|
||||
}
|
||||
@@ -873,6 +881,8 @@ export function getBitNodeMultipliers(n: number, lvl: number): BitNodeMultiplier
|
||||
StaneksGiftPowerMultiplier: 0.75,
|
||||
StaneksGiftExtraSize: -3,
|
||||
|
||||
DarknetMoneyMultiplier: 0.4,
|
||||
|
||||
WorldDaemonDifficulty: 2,
|
||||
});
|
||||
}
|
||||
@@ -946,6 +956,7 @@ export function getBitNodeMultipliers(n: number, lvl: number): BitNodeMultiplier
|
||||
ManualHackMoney: dec,
|
||||
ScriptHackMoney: dec,
|
||||
CodingContractMoney: dec,
|
||||
DarknetMoneyMultiplier: dec,
|
||||
|
||||
ClassGymExpGain: dec,
|
||||
CompanyWorkExpGain: dec,
|
||||
@@ -1025,6 +1036,7 @@ export function getBitNodeMultipliers(n: number, lvl: number): BitNodeMultiplier
|
||||
|
||||
StaneksGiftPowerMultiplier: 2,
|
||||
StaneksGiftExtraSize: 1,
|
||||
DarknetMoneyMultiplier: 0.5,
|
||||
|
||||
WorldDaemonDifficulty: 3,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user