Update to support game version 1.13.0.*

This commit is contained in:
Melledy
2026-07-20 21:27:53 -07:00
parent ee6dacf854
commit ee0866e7e4
30 changed files with 53138 additions and 421 deletions
@@ -1234,6 +1234,7 @@ public class Player implements GameDatabaseObject {
state.getMutableStarTowerBook();
state.getMutableScoreBoss();
state.getMutableCharAffinityRewards();
state.getMutableTraceHunt();
// Force complete tutorials
for (var guide : GameData.getGuideGroupDataTable()) {
@@ -1305,6 +1306,10 @@ public class Player implements GameDatabaseObject {
proto.addActivities(activity.toProto());
}
// Trace hunt
proto.getMutableHuntPermit();
proto.getMutableTraceRequest();
// Complete
return proto;
}