Enum PersonalityType.TypeCategory
- Namespace
- TinyLife
- Assembly
- Tiny Life.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
Hidden = 2
A hidden personality type cannot be applied in the CharacterCreator. This category should be used by LifeGoal reward personalities.
Major = 0
A major personality type can be applied in the CharacterCreator, but only if the MaxMajorsPerPerson amount has not been reached yet
Minor = 1
A minor personality type can be applied in the CharacterCreator, regardless of how many personality types a person already has