Implement honor affinity levels for leaderboards

This commit is contained in:
Melledy
2026-04-15 20:53:35 -07:00
parent 36e8bc1467
commit 9bba6ca7c9
4 changed files with 66 additions and 8 deletions
@@ -20,6 +20,14 @@ public class HonorDef extends BaseDef {
public int getId() {
return Id;
}
public boolean isCharacterHonor() {
return this.Type == 2 && this.Params.length > 0;
}
public int getCharacterId() {
return this.Params[0];
}
@Override
public void onLoad() {