mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
Update Condition.yml
This commit is contained in:
parent
61ad1dcb7e
commit
a67cd75771
1 changed files with 14 additions and 0 deletions
|
@ -4,5 +4,19 @@ fields:
|
||||||
type: link
|
type: link
|
||||||
targets: [LogMessage]
|
targets: [LogMessage]
|
||||||
- name: Unknown0
|
- name: Unknown0
|
||||||
|
pendingName: Permission
|
||||||
- name: Unknown1
|
- name: Unknown1
|
||||||
|
pendingName: LogMessagePriority
|
||||||
- name: Unknown2
|
- 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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue