Files
bitburner-src/markdown/bitburner.singularity.getaugmentationbaseprice.md
T

63 lines
985 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Singularity](./bitburner.singularity.md) &gt; [getAugmentationBasePrice](./bitburner.singularity.getaugmentationbaseprice.md)
## Singularity.getAugmentationBasePrice() method
Get base price of an augmentation.
**Signature:**
```typescript
getAugmentationBasePrice(augName: string): number;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
augName
</td><td>
string
</td><td>
Name of Augmentation.
</td></tr>
</tbody></table>
**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).