Files
bitburner-src/markdown/bitburner.hacknetnodeconstants.md
Michael Taylor dcd2f33f7c CODEBASE: Update api-documentor and api-extractor (#2320)
* Update api-documentor and api-extractor. #1566 follow-up.

I have verified that the HTML/markdown table generation bug in
[#4878](https://github.com/microsoft/rushstack/issues/4878) in rushstack
for api-documentor has been fixed as per rushstack#5256. The testcase
[repro](https://github.com/catloversg/api-documenter-bug-pr-4578) now
produces the correct expected output.

I have confirmed that the generated output in bitburner from
`npm run doc` now generated HTML tables, and correctly inserts
a blank line between the </table> and the follow line (e.g. Returns).

Stylisticly it could use some whitespace, but it is correctly rendered.

This commit is only the updated packages, not the updated generated
documentation. I assume that is automatically generated by the GitHub
workflow.

* Follow up to 5f732a6f35, include `npm run doc` changed docs.

* Add missing license info

* Fix React warning

---------

Co-authored-by: CatLover <152669316+catloversg@users.noreply.github.com>
2025-09-26 14:52:39 -07:00

268 lines
2.3 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [HacknetNodeConstants](./bitburner.hacknetnodeconstants.md)
## HacknetNodeConstants interface
Hacknet node related constants
**Signature:**
```typescript
interface HacknetNodeConstants
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[BaseCost](./bitburner.hacknetnodeconstants.basecost.md)
</td><td>
</td><td>
number
</td><td>
Base cost for a new node
</td></tr>
<tr><td>
[CoreBaseCost](./bitburner.hacknetnodeconstants.corebasecost.md)
</td><td>
</td><td>
number
</td><td>
Base cost to increase cores
</td></tr>
<tr><td>
[LevelBaseCost](./bitburner.hacknetnodeconstants.levelbasecost.md)
</td><td>
</td><td>
number
</td><td>
Base cost per level
</td></tr>
<tr><td>
[MaxCores](./bitburner.hacknetnodeconstants.maxcores.md)
</td><td>
</td><td>
number
</td><td>
Max number of cores
</td></tr>
<tr><td>
[MaxLevel](./bitburner.hacknetnodeconstants.maxlevel.md)
</td><td>
</td><td>
number
</td><td>
Max node level
</td></tr>
<tr><td>
[MaxRam](./bitburner.hacknetnodeconstants.maxram.md)
</td><td>
</td><td>
number
</td><td>
Max amount of RAM in GB
</td></tr>
<tr><td>
[MoneyGainPerLevel](./bitburner.hacknetnodeconstants.moneygainperlevel.md)
</td><td>
</td><td>
number
</td><td>
Amount of money gained per level
</td></tr>
<tr><td>
[PurchaseNextMult](./bitburner.hacknetnodeconstants.purchasenextmult.md)
</td><td>
</td><td>
number
</td><td>
Multiplier to purchase new node
</td></tr>
<tr><td>
[RamBaseCost](./bitburner.hacknetnodeconstants.rambasecost.md)
</td><td>
</td><td>
number
</td><td>
Base cost to increase RAM
</td></tr>
<tr><td>
[UpgradeCoreMult](./bitburner.hacknetnodeconstants.upgradecoremult.md)
</td><td>
</td><td>
number
</td><td>
Multiplier to increase cores
</td></tr>
<tr><td>
[UpgradeLevelMult](./bitburner.hacknetnodeconstants.upgradelevelmult.md)
</td><td>
</td><td>
number
</td><td>
Multiplier to increase node level
</td></tr>
<tr><td>
[UpgradeRamMult](./bitburner.hacknetnodeconstants.upgraderammult.md)
</td><td>
</td><td>
number
</td><td>
Multiplier to increase RAM
</td></tr>
</tbody></table>