unknown-ify half the basic API.

This commit is contained in:
Olivier Gagnon
2022-03-29 21:42:27 -04:00
parent cd1f01846f
commit aa0425a23d
3 changed files with 178 additions and 86 deletions

View File

@@ -584,7 +584,7 @@ export interface BitNodeMultipliers {
/** Influences the maximum allowed RAM for a purchased server */
PurchasedServerMaxRam: number;
/** Influences cost of any purchased server at or above 128GB */
PurchasedServerSoftCap: number;
PurchasedServerSoftcap: number;
/** Influences the minimum favor the player must have with a faction before they can donate to gain rep. */
RepToDonateToFaction: number;
/** Influences how much the money on a server can be reduced when a script performs a hack against it. */