Implement trekker honor titles

- Setting affinity via commands will not add new honor titles
This commit is contained in:
Melledy
2026-04-15 06:38:45 -07:00
parent 9ba38d5a5e
commit 36e8bc1467
8 changed files with 119 additions and 22 deletions
+3 -1
View File
@@ -26,7 +26,7 @@ public class GameConstants {
public static final int JOINT_DRILL_TICKET_ID = 36;
public static final int MAX_ENERGY = 240;
public static final int ENERGY_REGEN_TIME = 360; // Seconds
public static final int ENERGY_REGEN_TIME = 360; // Timeunit = Seconds
public static final int CHARACTER_MAX_GEMS_PER_SLOT = 4;
public static final int CHARACTER_MAX_GEM_PRESETS = 3;
@@ -36,6 +36,8 @@ public class GameConstants {
public static final int CHARACTER_TAG_VERSATILE = 102;
public static final int CHARACTER_TAG_SUPPORT = 103;
public static final int AFFINITY_HONOR_UNLOCK_LEVEL = 10;
public static final int MAX_FORMATIONS = 6;
public static final int MAX_SHOWCASE_IDS = 5;