compare: expose status transition fields

This commit is contained in:
2026-07-26 17:03:53 +00:00
parent 312711b7ed
commit 4495f0c06e
2 changed files with 12 additions and 1 deletions
+4 -1
View File
@@ -292,6 +292,7 @@ function comparisonTurnStateSnapshot(array $request): array
'recentWarTime' => 'recent_war',
'lastTurn' => 'last_turn',
'meta' => 'aux',
'penalty' => 'penalty',
'leadershipExp' => 'leadership_exp',
'strengthExp' => 'strength_exp',
'intelExp' => 'intel_exp',
@@ -300,6 +301,8 @@ function comparisonTurnStateSnapshot(array $request): array
'dex3' => 'dex3',
'dex4' => 'dex4',
'dex5' => 'dex5',
'specAge' => 'specage',
'specAge2' => 'specage2',
'killTurn' => 'killturn',
'mySet' => 'myset',
'specialDomestic' => 'special',
@@ -310,7 +313,7 @@ function comparisonTurnStateSnapshot(array $request): array
'itemBook' => 'book',
'itemExtra' => 'item',
],
['last_turn', 'aux'],
['last_turn', 'aux', 'penalty'],
);
foreach ([
'specialDomestic',