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:
parent
9ebbd0efcc
commit
e0510a60ca
7 changed files with 22 additions and 9 deletions
|
@ -4,4 +4,4 @@ fields:
|
|||
- name: Name
|
||||
- name: Description
|
||||
- name: Score
|
||||
- name: IsHidden
|
||||
- name: IsVisible
|
|
@ -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.
|
|
@ -6,5 +6,7 @@ fields:
|
|||
- name: Param
|
||||
- name: Platform
|
||||
- name: Category
|
||||
- name: Unknown1
|
||||
- name: Required
|
||||
- name: BacklightColor
|
||||
type: link
|
||||
targets: [BacklightColor]
|
||||
- name: Required
|
|
@ -1,5 +1,8 @@
|
|||
name: ContentGaugeColor
|
||||
fields:
|
||||
- name: AndroidColor1
|
||||
type: color
|
||||
- name: AndroidColor2
|
||||
type: color
|
||||
- name: AndroidColor3
|
||||
type: color
|
||||
|
|
|
@ -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
|
|
@ -7,4 +7,4 @@ fields:
|
|||
- name: Tomestones
|
||||
type: link
|
||||
targets: [Tomestones]
|
||||
- name: Unknown0
|
||||
- name: CurrencyInventorySlot
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue