compare: trace monthly disaster snapshots

This commit is contained in:
2026-07-27 00:34:17 +00:00
parent 4341341a07
commit a73189a604
+3
View File
@@ -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',