mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
fb1f95c26e
See PR #271 description
1.7 KiB
1.7 KiB
Office interface
Office for a division in a city.
Signature:
export interface Office
Properties
| Property | 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 |
| minEne | number | Minimum amount of energy of the employees |
| minHap | number | Minimum happiness of the employees |
| minMor | number | Minimum morale of the employees |
| size | number | Maximum number of employee |