Enum Quality
An enumeration for qualitites of objects like CustomPainting. To receive a random quality based on a person's Skill level, use GetRandomQuality(PersonLike, Random, ActionInfo, bool, IEmotionSource, bool).
public enum Quality
- Extension Methods
Fields
Terrible = 0A quality for objects that are terrible
Average = 1A quality for objects that have an average quality
Good = 2A quality for objects that have good quality
Great = 3A quality for objects that have great quality
Perfect = 4A quality for objects that are considered perfect
Masterpiece = 5A quality for objects that are masterpieces. When an object with this quality is created, a Notifications notification should be displayed to the user