mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
bn9 QoL improvements
Increased BN multipliers for HacknetNodeMoney and WorldDaemonDifficulty to PI (3.14159...). This brings WD required hack to 9424.77796076938 (now the 2nd highest ^-^). Bn9 now starts with the same node bn9.3 rewards (the idea here is it helps showcase the BNs new feature and just speeds up a lot of what made it so slow early on)
This commit is contained in:
@@ -754,6 +754,8 @@ export function getBitNodeMultipliers(n: number, lvl: number): IBitNodeMultiplie
|
||||
CrimeMoney: 0.5,
|
||||
ScriptHackMoney: 0.1,
|
||||
|
||||
HacknetNodeMoney: Math.PI,
|
||||
|
||||
HackExpGain: 0.05,
|
||||
|
||||
FourSigmaMarketDataCost: 5,
|
||||
@@ -771,7 +773,7 @@ export function getBitNodeMultipliers(n: number, lvl: number): IBitNodeMultiplie
|
||||
StaneksGiftPowerMultiplier: 0.5,
|
||||
StaneksGiftExtraSize: 2,
|
||||
|
||||
WorldDaemonDifficulty: 2,
|
||||
WorldDaemonDifficulty: Math.PI,
|
||||
});
|
||||
}
|
||||
case 10: {
|
||||
|
||||
Reference in New Issue
Block a user