Home > bitburner > HacknetNodesFormulas
Hacknet Node formulas
Signature:
interface HacknetNodesFormulas | Method | Description |
|---|---|
| constants() | All constants used by the game. |
| coreUpgradeCost(startingCore, extraCores, costMult) | Calculate cost of upgrading hacknet node cores. |
| hacknetNodeCost(n, mult) | Calculate the cost of a hacknet node. |
| levelUpgradeCost(startingLevel, extraLevels, costMult) | Calculate cost of upgrading hacknet node level. |
| moneyGainRate(level, ram, cores, mult) | Calculate money gain rate. |
| ramUpgradeCost(startingRam, extraLevels, costMult) | Calculate cost of upgrading hacknet node ram. |