bitburner-src/src/PersonObjects/Sleeve
Ayla Ounce 5fbe4b0f26 Don't check only gangs for sleeve augs
It is possible for a player to qualify for an aug through a faction and
not the gang, e.g. when the gang is newly formed and still getting up to
speed. So, we need to consider both gang qualifications and faction
qualifications when constructing the sleeve augmentation list.
2022-02-07 14:40:44 -08:00
..
ui Display bonus time in sleeve detailed stats panel 2022-01-21 07:50:41 -05:00
README.md Finished ResleeveUI implementation (untested) 2019-01-17 07:40:43 -08:00
Sleeve.ts bugfix 2021-11-05 17:12:52 -04:00
SleeveCovenantPurchases.tsx sleeves to mui 2021-09-26 20:55:38 -04:00
SleeveHelpers.ts Don't check only gangs for sleeve augs 2022-02-07 14:40:44 -08:00
SleeveTaskTypesEnum.ts prettify, sorry for the big ass commit 2021-09-04 19:09:30 -04:00

Implements the "Duplicate Sleeves" feature, which allows the player to purchase new duplicate sleeves. These are synthetic bodies that contain the player's cloned consciousness. The player can use these sleeves to perform different tasks synchronously.

This feature is introduced and unlocked in BitNode-10.

Note that while they are based on the same concept, this feature is different than the "Re-sleeving" mechanic (which is referred to as "Resleeve" in the source code).