Remove some any and add getAugmentationBasePrice

This commit is contained in:
Olivier Gagnon
2022-07-20 01:20:11 -04:00
parent ceb9fa1249
commit 4518eabc29
7 changed files with 30 additions and 11 deletions

View File

@@ -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