1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-05 23:57: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: Description
- name: Score
- name: IsHidden
- name: IsVisible

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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