mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
Remove some any and add getAugmentationBasePrice
This commit is contained in:
11
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
11
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -2140,6 +2140,17 @@ export interface Singularity {
|
||||
*/
|
||||
getAugmentationPrice(augName: string): number;
|
||||
|
||||
/**
|
||||
* Get base price of an augmentation.
|
||||
* @remarks
|
||||
* RAM cost: 2.5 GB * 16/4/1
|
||||
*
|
||||
*
|
||||
* @param augName - Name of Augmentation.
|
||||
* @returns Base price of the augmentation, before price multiplier.
|
||||
*/
|
||||
getAugmentationBasePrice(augName: string): number;
|
||||
|
||||
/**
|
||||
* Get reputation requirement of an augmentation.
|
||||
* @remarks
|
||||
|
||||
Reference in New Issue
Block a user