From 6728402beeb9042411c4ab96b8a70bed467eb116 Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Tue, 29 Apr 2025 21:16:01 +0200 Subject: [PATCH] Update Condition.yml (#81) --- Condition.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Condition.yml b/Condition.yml index d81f874..97e48fe 100644 --- a/Condition.yml +++ b/Condition.yml @@ -4,5 +4,19 @@ fields: type: link targets: [LogMessage] - name: Unknown0 + pendingName: Permission - name: Unknown1 + pendingName: LogMessagePriority - name: Unknown2 + pendingName: IsNetworked +pendingFields: + - name: LogMessage + type: link + targets: [LogMessage] + - name: Permission + type: link + targets: [Permission] + - name: LogMessagePriority + comment: The lower this number is, the higher the priority. Used to determine which conditions LogMessage should be printed. + - name: IsNetworked + comment: Allows this Condition to be set by a packet received from the server.