mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
1.5 KiB
1.5 KiB
Office interface
Office for a division in a city.
Signature:
export interface Office
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
avgEne | number | Average energy of the employees | |
avgHap | number | Average happiness of the employees | |
avgMor | number | Average morale of the employees | |
employeeJobs | Record<CorpEmployeePosition, number> | Positions of the employees | |
employeeProd | Record<CorpEmployeePosition, number> | Production of the employees | |
employees | number | Amount of employees | |
loc | CityName | City of the office | |
maxEne | number | Maximum amount of energy of the employees | |
maxHap | number | Maximum happiness of the employees | |
maxMor | number | Maximum morale of the employees | |
size | number | Maximum number of employee |