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

More UnlockLink columns and Perform schema fix (#57)

* More UnlockLink columns

* Rename CharaMakeCustomize.Data to UnlockLink

* Perform.Order is actually an Icon
This commit is contained in:
Haselnussbomber 2025-03-24 19:20:25 +01:00 committed by GitHub
parent 1e9528458a
commit f3e89dfb01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 9 deletions

View file

@ -7,5 +7,5 @@ fields:
type: icon
- name: IconStatus
type: icon
- name: Reward
- name: UnlockLink
- name: Sort

View file

@ -13,7 +13,7 @@ fields:
- name: UnlockQuest
type: link
targets: [Quest]
- name: Unknown11
- name: UnlockLink
- name: Unknown12
- name: ContentType
type: link

View file

@ -9,7 +9,7 @@ fields:
- name: HintItem
type: link
targets: [Item]
- name: Data
- name: UnlockLink
- name: FeatureID
- name: Unknown0
- name: IsPurchasable

View file

@ -5,7 +5,7 @@ fields:
targets: [MJIText]
- name: Icon
type: icon
- name: Unknown0
- name: UnlockLink
- name: SGB
type: array
count: 7

View file

@ -10,10 +10,9 @@ fields:
- name: Instrument
- name: ModelKey
- name: Name
- name: StopAnimation
type: link
targets: [ActionTimeline]
- name: Order
- name: UnlockLink
- name: Icon
type: icon
- name: AnimationStart
type: link
targets: [ActionTimeline]
@ -26,5 +25,7 @@ fields:
- name: Transient
type: link
targets: [PerformTransient]
- name: Unknown0
- name: PerformGroup
type: link
targets: [PerformGroup]
- name: Unknown1