Class SkillAwards

java.lang.Object
mekhq.campaign.personnel.autoAwards.SkillAwards

public class SkillAwards extends Object
  • Constructor Details

    • SkillAwards

      public SkillAwards()
  • Method Details

    • SkillAwardsProcessor

      public static Map<Integer,List<Object>> SkillAwardsProcessor(Campaign campaign, UUID person, List<Award> awards)
      This function loops through Skill Awards, checking whether the person is eligible to receive each type of award
      Parameters:
      campaign - the current campaign
      person - the person to check award eligibility for
      awards - the awards to be processed (should only include awards where item == Skill)