mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-21 15:12:06 +02:00
985 B
985 B
Home > bitburner > Singularity > getAugmentationBasePrice
Singularity.getAugmentationBasePrice() method
Get base price of an augmentation.
Signature:
getAugmentationBasePrice(augName: string): number;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
augName |
string |
Name of Augmentation. |
Returns:
number
Base price of the augmentation, before the player's price multiplier.
Remarks
RAM cost: 2.5 GB * 16/4/1
This excludes the player's price multiplier, but does include the relevant BitNode multiplier (for all augs that aren't part of Shadows of Anarchy, which doesn't use BitNode multipliers).