Enum PersonalityType.TypeCategory
- Namespace
- TinyLife
- Assembly
- TinyLife.dll
A type category is a category that a PersonalityType can have. Its category influences how it is applied and whether it can be applied in the CharacterCreator.
public enum PersonalityType.TypeCategory
- Extension Methods
Fields
Major = 0A major personality type can be applied in the CharacterCreator, but only if the MaxMajorPersonalities amount has not been reached yet
Minor = 1A minor personality type can be applied in the CharacterCreator, regardless of how many personality types a person already has
Hidden = 2A hidden personality type cannot be applied in the CharacterCreator. This category should be used by LifeGoal reward personalities.