mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
1.8 KiB
1.8 KiB
Home > bitburner > SleeveInformation
SleeveInformation interface
Object representing sleeve information.
Signature:
export interface SleeveInformation
Properties
| Property | Type | Description |
|---|---|---|
| city | string | Location of the sleeve |
| earningsForPlayer | SleeveWorkGains | Earnings synchronized to the player |
| earningsForSleeves | SleeveWorkGains | Earnings synchronized to other sleeves |
| earningsForTask | SleeveWorkGains | Earnings for this sleeve |
| hp | number | Current hp of the sleeve |
| jobs | string[] | Jobs available to the sleeve |
| jobTitle | string[] | Job titles available to the sleeve |
| maxHp | number | Max hp of the sleeve |
| mult | CharacterMult | Sleeve multipliers |
| timeWorked | number | Time spent on the current task in milliseconds |
| tor | boolean | Does this sleeve have access to the tor router |
| workRepGain | number | Faction or company reputation gained for the current task |