Class SkillAwards
java.lang.Object
mekhq.campaign.personnel.autoAwards.SkillAwards
-
Constructor Summary
Constructors -
Method Summary
-
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 campaignperson
- the person to check award eligibility forawards
- the awards to be processed (should only include awards where item == Skill)
-