bitburner-src/src/PersonObjects/Sleeve/SleeveCovenantPurchases.tsx

8 lines
215 B
TypeScript
Raw Normal View History

2021-09-27 02:55:38 +02:00
/**
* 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;