This commit is contained in:
Olivier Gagnon
2021-10-16 22:32:48 -04:00
parent 84a1d27b9a
commit c96c7e3d2e
11 changed files with 74 additions and 106 deletions
+6
View File
@@ -156,6 +156,11 @@ interface IBitNodeMultipliers {
*/
PurchasedServerCost: number;
/**
* Influence how much it costs to purchase a server
*/
PurchasedServerSoftcap: number;
/**
* Influences the maximum number of purchased servers you can have
*/
@@ -237,6 +242,7 @@ export const BitNodeMultipliers: IBitNodeMultipliers = {
HomeComputerRamCost: 1,
PurchasedServerCost: 1,
PurchasedServerSoftcap: 1,
PurchasedServerLimit: 1,
PurchasedServerMaxRam: 1,