1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00
EXDSchema/Condition.yml

12 lines
410 B
YAML
Raw Normal View History

2025-03-05 17:42:41 -08:00
name: Condition
fields:
2025-04-29 21:16:01 +02:00
- 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
2025-05-01 02:10:36 +00:00
comment: Allows this Condition to be set by a packet received from the server.