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

Creating release 2025.05

This commit is contained in:
github-actions[bot] 2025-05-01 02:10:33 +00:00
parent efd9e19e71
commit 686c629086
7 changed files with 22 additions and 9 deletions

View file

@ -4,4 +4,4 @@ fields:
- name: Name - name: Name
- name: Description - name: Description
- name: Score - name: Score
- name: IsHidden - name: IsVisible

View file

@ -3,6 +3,10 @@ fields:
- name: LogMessage - name: LogMessage
type: link type: link
targets: [LogMessage] targets: [LogMessage]
- name: Unknown0 - name: Permission
- name: Unknown1 type: link
- name: Unknown2 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.

View file

@ -6,5 +6,7 @@ fields:
- name: Param - name: Param
- name: Platform - name: Platform
- name: Category - name: Category
- name: Unknown1 - name: BacklightColor
- name: Required type: link
targets: [BacklightColor]
- name: Required

View file

@ -1,5 +1,8 @@
name: ContentGaugeColor name: ContentGaugeColor
fields: fields:
- name: AndroidColor1 - name: AndroidColor1
type: color
- name: AndroidColor2 - name: AndroidColor2
type: color
- name: AndroidColor3 - name: AndroidColor3
type: color

View file

@ -10,7 +10,7 @@ fields:
- name: ItemPouch - name: ItemPouch
type: link type: link
targets: [MJIItemPouch] targets: [MJIItemPouch]
- name: Unknown0 - name: Yield
- name: Material - name: Material
type: array type: array
count: 5 count: 5
@ -20,4 +20,4 @@ fields:
- name: Amount - name: Amount
type: array type: array
count: 5 count: 5
- name: Order - name: Order

View file

@ -7,4 +7,4 @@ fields:
- name: Tomestones - name: Tomestones
type: link type: link
targets: [Tomestones] targets: [Tomestones]
- name: Unknown0 - name: CurrencyInventorySlot

View file

@ -2,6 +2,10 @@ name: UIColor
displayField: Dark displayField: Dark
fields: fields:
- name: Dark - name: Dark
type: color
- name: Light - name: Light
type: color
- name: ClassicFF - name: ClassicFF
type: color
- name: ClearBlue - name: ClearBlue
type: color