SkillCheckOutcome
Resolution of a skill check. Critical* variants fire only when the authored config opts in.
public enum SkillCheckOutcome
Fields
Success 0
Roll met or exceeded the difficulty check.
Fail 1
Roll fell below the difficulty check.
CriticalSuccess 2
Critical success — opt-in only; fires when authored config enables critical results.
CriticalFail 3
Critical failure — opt-in only; fires when authored config enables critical results.