bitburner-src/src/PersonObjects/Sleeve/SleeveCovenantPurchases.tsx
2021-09-26 20:55:38 -04:00

8 lines
215 B
TypeScript

/**
* Implements the purchasing of extra Duplicate Sleeves from The Covenant,
* as well as the purchasing of upgrades (memory)
*/
export const MaxSleevesFromCovenant = 5;
export const BaseCostPerSleeve = 10e12;