mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01: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 |