mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
1.5 KiB
1.5 KiB
Home > bitburner > HacknetServersFormulas
HacknetServersFormulas interface
Hacknet Server formulas
Signature:
interface HacknetServersFormulas
Methods
| 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. |