mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
1.2 KiB
1.2 KiB
Home > bitburner > HacknetNodesFormulas
HacknetNodesFormulas interface
Hacknet Node formulas
Signature:
interface HacknetNodesFormulas
Methods
| 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. |