Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 816 Bytes

bitburner.hacknetnodesformulas.ramupgradecost.md

File metadata and controls

28 lines (17 loc) · 816 Bytes

Home > bitburner > HacknetNodesFormulas > ramUpgradeCost

HacknetNodesFormulas.ramUpgradeCost() method

Calculate cost of upgrading hacknet node ram.

Signature:

ramUpgradeCost(startingRam: number, extraLevels?: number, costMult?: number): number;

Parameters

Parameter Type Description
startingRam number starting ram
extraLevels number (Optional) amount of level of ram to purchase (defaults to 1)
costMult number (Optional) player cost reduction (default to 1)

Returns:

number

The calculated cost.