mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +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 |
---|---|---|---|
avgEnergy | number | Average energy of the employees | |
avgMorale | number | Average morale of the employees | |
city | CityName | City of the office | |
employeeJobs | Record<CorpEmployeePosition, number> | Positions of the employees | |
employeeProductionByJob | Record<CorpEmployeePosition, number> | Production of the employees | |
maxEnergy | number | Maximum amount of energy of the employees | |
maxMorale | number | Maximum morale of the employees | |
numEmployees | number | Amount of employees | |
size | number | Maximum number of employee | |
totalExperience | number | Total experience of all employees |