Enum SkillCategory
A flag enumeration that determines the categories that a SkillType has
[Flags]
public enum SkillCategory
- Extension Methods
Fields
Creative = 1A skill category for skills that require creativity. Skills in this category are boosted by the Creative personality type.
Logical = 2A skill category for skills that require logical thinking
Social = 4A skill category for skills that are related to social interaction. Skills in this category are boosted by the Likeable and Mean personality types.
Physical = 8A 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.