bitburner-src/markdown/bitburner.ns.getbitnodemultipliers.md
Olivier Gagnon 43fc5dfd48 work on doc
2021-10-30 12:34:14 -04:00

1.3 KiB

Home > bitburner > NS > getBitNodeMultipliers

NS.getBitNodeMultipliers() method

Returns an object containing the current BitNode multipliers. This function requires Source-File 5 in order to run. The multipliers are returned in decimal forms (e.g. 1.5 instead of 150%). The multipliers represent the difference between the current BitNode and the original BitNode (BitNode-1).

For example, if the CrimeMoney multiplier has a value of 0.1, then that means that committing crimes in the current BitNode will only give 10% of the money you would have received in BitNode-1.

Signature:

getBitNodeMultipliers(url: string, target: string, host: string): BitNodeMultipliers;

Parameters

Parameter Type Description
url string
target string
host string

Returns:

BitNodeMultipliers

Object containing the current BitNode multipliers.

Remarks

4 GB

Example

mults = getBitNodeMultipliers();
print(mults.ServerMaxMoney);
print(mults.HackExpGain);