mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
1.2 KiB
1.2 KiB
Employee interface
Employee in an office
Signature:
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 |