Update BitNode.tsx

Removed PI from BN modifiers and set them back to base/original values as per Mughur request.
This commit is contained in:
Zelow79
2023-02-22 15:47:32 -05:00
parent f573092090
commit 3fde3a1a22

View File

@@ -754,7 +754,7 @@ export function getBitNodeMultipliers(n: number, lvl: number): IBitNodeMultiplie
CrimeMoney: 0.5, CrimeMoney: 0.5,
ScriptHackMoney: 0.1, ScriptHackMoney: 0.1,
HacknetNodeMoney: Math.PI, HacknetNodeMoney: 1,
HackExpGain: 0.05, HackExpGain: 0.05,
@@ -773,7 +773,7 @@ export function getBitNodeMultipliers(n: number, lvl: number): IBitNodeMultiplie
StaneksGiftPowerMultiplier: 0.5, StaneksGiftPowerMultiplier: 0.5,
StaneksGiftExtraSize: 2, StaneksGiftExtraSize: 2,
WorldDaemonDifficulty: Math.PI, WorldDaemonDifficulty: 2,
}); });
} }
case 10: { case 10: {