mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 12:45:45 +01:00
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:
parent
f573092090
commit
3fde3a1a22
@ -754,7 +754,7 @@ export function getBitNodeMultipliers(n: number, lvl: number): IBitNodeMultiplie
|
||||
CrimeMoney: 0.5,
|
||||
ScriptHackMoney: 0.1,
|
||||
|
||||
HacknetNodeMoney: Math.PI,
|
||||
HacknetNodeMoney: 1,
|
||||
|
||||
HackExpGain: 0.05,
|
||||
|
||||
@ -773,7 +773,7 @@ export function getBitNodeMultipliers(n: number, lvl: number): IBitNodeMultiplie
|
||||
StaneksGiftPowerMultiplier: 0.5,
|
||||
StaneksGiftExtraSize: 2,
|
||||
|
||||
WorldDaemonDifficulty: Math.PI,
|
||||
WorldDaemonDifficulty: 2,
|
||||
});
|
||||
}
|
||||
case 10: {
|
||||
|
Loading…
Reference in New Issue
Block a user