diff --git a/hwe/compare/monthly_event_trace.php b/hwe/compare/monthly_event_trace.php index 0d580c6c..dec892cb 100644 --- a/hwe/compare/monthly_event_trace.php +++ b/hwe/compare/monthly_event_trace.php @@ -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',