mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
add sleeve aug price and rep function
This commit is contained in:
22
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
22
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -3779,6 +3779,28 @@ export interface Sleeve {
|
||||
*/
|
||||
getSleeveAugmentations(sleeveNumber: number): string[];
|
||||
|
||||
/**
|
||||
* Get price of an augmentation.
|
||||
* @remarks
|
||||
* RAM cost: 4 GB
|
||||
*
|
||||
*
|
||||
* @param augName - Name of Augmentation.
|
||||
* @returns Price of the augmentation.
|
||||
*/
|
||||
getSleeveAugmentationPrice(augName: string): number;
|
||||
|
||||
/**
|
||||
* Get reputation requirement of an augmentation.
|
||||
* @remarks
|
||||
* RAM cost: 4 GB
|
||||
*
|
||||
*
|
||||
* @param augName - Name of Augmentation.
|
||||
* @returns Reputation requirement of the augmentation.
|
||||
*/
|
||||
getSleeveAugmentationRepReq(augName: string): number;
|
||||
|
||||
/**
|
||||
* List purchasable augs for a sleeve.
|
||||
* @remarks
|
||||
|
||||
Reference in New Issue
Block a user