mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
Adds getAugmentationPrice() and getAugmentationReqRep() Netscript Singularity functions. Deprecates getAugmentationCost() Netscript singularity function.
This commit is contained in:
@@ -146,8 +146,10 @@ export const libSource = `interface NS {
|
||||
getOwnedAugmentations(purchased: boolean): string[];
|
||||
getOwnedSourceFiles(): any; // complex type
|
||||
getAugmentationsFromFaction(facname: string): string[];
|
||||
getAugmentationPrereq(name: string): string[];
|
||||
getAugmentationCost(name: string): number;
|
||||
getAugmentationPrereq(name: string): string[];
|
||||
getAugmentationPrice(name: string): number;
|
||||
getAugmentationRepReq(name: string): number;
|
||||
getAugmentationStats(name: string): any; // complex type
|
||||
purchaseAugmentation(faction: string, name: string): boolean;
|
||||
softReset(cbScript: string): void;
|
||||
|
||||
Reference in New Issue
Block a user