AwardResult
Complete no-banking outcome for one requested class-XP award.
Constructors
Link copied to clipboard
public void AwardResult(AwardResult.Status status, String formId, long requestedXp, long appliedXp, long discardedXp, long previousXp, long currentXp, int previousLocalLevel, int currentLocalLevel, int currentEffectiveLevel, int localCap, int effectiveCap, ProgressionCapReason capReason, List<SkillType> limitingSkills)
public void AwardResult(AwardResult.Status status, String formId, long requestedXp, long appliedXp, long discardedXp, long previousXp, long currentXp, int previousLocalLevel, int currentLocalLevel, int currentEffectiveLevel, int localCap, int effectiveCap, List<SkillType> limitingSkills)
Compatibility constructor for outcomes that do not have a resolved cap reason.