mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
854 B
854 B
Home > bitburner > NS > getHackingMultipliers
NS.getHackingMultipliers() method
Get hacking related multipliers.
Signature:
getHackingMultipliers(): HackingMultipliers;
Returns:
Object containing the Player’s hacking related multipliers.
Remarks
RAM cost: 0.25 GB
Returns an object containing the Player’s hacking related multipliers. These multipliers are returned in fractional forms, not percentages (e.g. 1.5 instead of 150%).
Example
const mults = ns.getHackingMultipliers();
print(`chance: ${mults.chance}`);
print(`growth: ${mults.growth}`);