mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 09:09:54 +02:00
Implement trekker honor titles
- Setting affinity via commands will not add new honor titles
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user