JSON hover objects now follow different templates based on the subskill's properties

This commit is contained in:
nossr50
2019-01-03 07:16:05 -08:00
parent fe90f1e7eb
commit 6dc75760d0
4 changed files with 146 additions and 25 deletions

View File

@@ -89,7 +89,8 @@ public class RankUtils {
HashMap<Integer, Integer> rankMap = subSkillRanks.get(subSkill);
System.out.println("[DEBUG]: Rank "+rank+" for "+subSkill.toString()+" requires skill level "+getUnlockLevel(subSkill, rank));
//TODO: Remove this debug code
//System.out.println("[DEBUG]: Rank "+rank+" for "+subSkill.toString()+" requires skill level "+getUnlockLevel(subSkill, rank));
rankMap.put(rank, getUnlockLevel(subSkill, rank));
}