Skip to main content

B1CareerSlotData

  • Stores a character's career slot data, including career type, company and job IDs,
    * career entity ID, current level, experience, and evaluation score.
PropertyTypeDescriptionMetadata
SlotTypeEB1CareerTypeCareer type classification for this slot (e.g., Business, School, Freelancer).Category: Career
CareerDtIdFNameData table ID of the company associated with this career slot.Category: Career
Foreign: Company.Id
JobDtIdFNameData table ID of the job associated with this career slot.Category: Career
Foreign: Job.Id
CareerEntityIdFB1EntityIdEntity ID of this career instance.Category: Career
Rankint32Current career rank.Category: Career
ClampMin: 0
ExpfloatCurrent accumulated experience points (0.0 to 100.0).Category: Career
ClampMax: 100.0
ClampMin: 0.0
EvaluationScoreint32Current performance evaluation score (0 to 100).Category: Career
ClampMax: 100
ClampMin: 0