Skip to content

Latest commit

 

History

History
95 lines (45 loc) · 1.42 KB

File metadata and controls

95 lines (45 loc) · 1.42 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.