compare: trace monthly disaster snapshots
This commit is contained in:
@@ -44,6 +44,7 @@ function comparisonMonthlyPatch(string $table, int $id, array $values): void
|
||||
'crew', 'train', 'atmos', 'owner', 'npc', 'killturn', 'belong',
|
||||
'gold', 'rice', 'horse', 'weapon', 'book', 'item', 'aux',
|
||||
'leadership', 'strength', 'intel', 'experience', 'dedication',
|
||||
'injury',
|
||||
'dex1', 'dex2', 'dex3', 'dex4', 'dex5', 'personal', 'special',
|
||||
'specage', 'special2', 'specage2', 'betray', 'age',
|
||||
'bornyear', 'deadyear', 'turntime', 'makelimit',
|
||||
@@ -100,6 +101,7 @@ function comparisonMonthlyDetails(array $observe, int $worldHistoryAfterId): arr
|
||||
'atmos' => 'atmos',
|
||||
'gold' => 'gold',
|
||||
'rice' => 'rice',
|
||||
'injury' => 'injury',
|
||||
'leadership' => 'leadership',
|
||||
'strength' => 'strength',
|
||||
'intelligence' => 'intel',
|
||||
@@ -273,6 +275,7 @@ function comparisonMonthlyEventTraceMain(): void
|
||||
$supportedActions = [
|
||||
'UpdateCitySupply',
|
||||
'UpdateNationLevel',
|
||||
'RaiseDisaster',
|
||||
'ProcessSemiAnnual',
|
||||
'ProcessWarIncome',
|
||||
'CreateAdminNPC',
|
||||
|
||||
Reference in New Issue
Block a user