mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
1.2 KiB
1.2 KiB
Employee interface
Employee in an office
Signature:
export interface Employee
Properties
Property | Type | Description |
---|---|---|
cha | number | Charisma of the employee |
cre | number | Creativity of the employee |
eff | number | Efficiency of the employee |
ene | number | Energy of the employee |
exp | number | Experience of the employee |
hap | number | Happiness of the employee |
int | number | Intelligence of the employee |
loc | string | Current Location (city) |
mor | number | Morale of the employee |
name | string | Name of the employee |
pos | string | Current job position |
sal | number | Salary of the employee |