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