compare: expose status transition fields
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user