Enum CheckProficiencyOverride
An override value for a creature's item proficiency check.
public enum CheckProficiencyOverride
- Extension Methods
Fields
HasProficiency = 1Treat the creature as having proficiency for the item.
NoProficiency = 2Treat the creature as lacking proficiency for the item.
None = 0No override; defer to the default proficiency behavior.