mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +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 |