Enum SkillCategory
A flag enumeration that determines the categories that a SkillType has
[Flags]
public enum SkillCategory
- Extension Methods
Fields
Creative = 1
A skill category for skills that require creativity. Skills in this category are boosted by the Creative personality type.
Logical = 2
A skill category for skills that require logical thinking
Physical = 8
A skill category for skills that are physical in nature. Skilled in this category are boosted by the Fitness skill and are affected negatively by the Stunned emotion.
Social = 4
A skill category for skills that are related to social interaction. Skills in this category are boosted by the Likeable and Mean personality types.