B1CareerSlotData
- Stores a character's career slot data, including career type, company and job IDs,
* career entity ID, current level, experience, and evaluation score.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SlotType | EB1CareerType | Career type classification for this slot (e.g., Business, School, Freelancer). | Category: Career |
| CareerDtId | FName | Data table ID of the company associated with this career slot. | Category: Career Foreign: Company.Id |
| JobDtId | FName | Data table ID of the job associated with this career slot. | Category: Career Foreign: Job.Id |
| CareerEntityId | FB1EntityId | Entity ID of this career instance. | Category: Career |
| Rank | int32 | Current career rank. | Category: Career ClampMin: 0 |
| Exp | float | Current accumulated experience points (0.0 to 100.0). | Category: Career ClampMax: 100.0 ClampMin: 0.0 |
| EvaluationScore | int32 | Current performance evaluation score (0 to 100). | Category: Career ClampMax: 100 ClampMin: 0 |