Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.19 KB

bitburner.hacknetnodesformulas.md

File metadata and controls

25 lines (17 loc) · 1.19 KB

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.