Home > bitburner > HacknetServersFormulas
Hacknet Server formulas
Signature:
interface HacknetServersFormulas | Method | Description |
|---|---|
| cacheUpgradeCost(startingCache, extraCache) | Calculate cost of upgrading hacknet server cache. |
| constants() | All constants used by the game. |
| coreUpgradeCost(startingCore, extraCores, costMult) | Calculate cost of upgrading hacknet server cores. |
| hacknetServerCost(n, mult) | Calculate the cost of a hacknet server. |
| hashGainRate(level, ramUsed, maxRam, cores, mult) | Calculate hash gain rate. |
| hashUpgradeCost(upgName, level) | Calculate hash cost of an upgrade. |
| levelUpgradeCost(startingLevel, extraLevels, costMult) | Calculate cost of upgrading hacknet server level. |
| ramUpgradeCost(startingRam, extraLevels, costMult) | Calculate cost of upgrading hacknet server ram. |