1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-07 08:37:45 +00:00
EXDSchema/Condition.yml

23 lines
638 B
YAML
Raw Normal View History

2025-03-05 17:42:41 -08:00
name: Condition
fields:
- name: LogMessage
type: link
targets: [LogMessage]
- name: Unknown0
2025-04-29 21:16:01 +02:00
pendingName: Permission
2025-03-05 17:42:41 -08:00
- name: Unknown1
2025-04-29 21:16:01 +02:00
pendingName: LogMessagePriority
2025-03-05 17:42:41 -08:00
- name: Unknown2
2025-04-29 21:16:01 +02:00
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.