bitburner.office.md
September 26, 2025 ยท View on GitHub
Office interface
Office for a division in a city.
Signature:
export interface Office
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
Average energy of the employees | ||
|
number |
Average morale of the employees | ||
|
City of the office | |||
|
Record<CorpEmployeePosition, number> |
Positions of the employees | ||
|
Record<CorpEmployeePosition, number> |
Production of the employees | ||
|
number |
Maximum amount of energy of the employees | ||
|
number |
Maximum morale of the employees | ||
|
number |
Amount of employees | ||
|
number |
Maximum number of employee | ||
|
number |
Total experience of all employees |