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
Average = 1
A quality for objects that have an average quality
Good = 2
A quality for objects that have good quality
Great = 3
A quality for objects that have great quality
Masterpiece = 5
A quality for objects that are masterpieces. When an object with this quality is created, a Notifications notification should be displayed to the user
Perfect = 4
A quality for objects that are considered perfect
Terrible = 0
A quality for objects that are terrible