bitburner-src/markdown/bitburner.office.md
David Walker dc9b1050bf Result of npm run doc
Includes my change and a bunch of prior changes
2023-02-17 00:14:20 -08:00

1.6 KiB

Home > bitburner > Office

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
totalExperience number Total experience of all employees