mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +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:
parent
1e9528458a
commit
f3e89dfb01
5 changed files with 10 additions and 9 deletions
|
@ -7,5 +7,5 @@ fields:
|
||||||
type: icon
|
type: icon
|
||||||
- name: IconStatus
|
- name: IconStatus
|
||||||
type: icon
|
type: icon
|
||||||
- name: Reward
|
- name: UnlockLink
|
||||||
- name: Sort
|
- name: Sort
|
||||||
|
|
|
@ -13,7 +13,7 @@ fields:
|
||||||
- name: UnlockQuest
|
- name: UnlockQuest
|
||||||
type: link
|
type: link
|
||||||
targets: [Quest]
|
targets: [Quest]
|
||||||
- name: Unknown11
|
- name: UnlockLink
|
||||||
- name: Unknown12
|
- name: Unknown12
|
||||||
- name: ContentType
|
- name: ContentType
|
||||||
type: link
|
type: link
|
||||||
|
|
|
@ -9,7 +9,7 @@ fields:
|
||||||
- name: HintItem
|
- name: HintItem
|
||||||
type: link
|
type: link
|
||||||
targets: [Item]
|
targets: [Item]
|
||||||
- name: Data
|
- name: UnlockLink
|
||||||
- name: FeatureID
|
- name: FeatureID
|
||||||
- name: Unknown0
|
- name: Unknown0
|
||||||
- name: IsPurchasable
|
- name: IsPurchasable
|
||||||
|
|
|
@ -5,7 +5,7 @@ fields:
|
||||||
targets: [MJIText]
|
targets: [MJIText]
|
||||||
- name: Icon
|
- name: Icon
|
||||||
type: icon
|
type: icon
|
||||||
- name: Unknown0
|
- name: UnlockLink
|
||||||
- name: SGB
|
- name: SGB
|
||||||
type: array
|
type: array
|
||||||
count: 7
|
count: 7
|
||||||
|
|
|
@ -10,10 +10,9 @@ fields:
|
||||||
- name: Instrument
|
- name: Instrument
|
||||||
- name: ModelKey
|
- name: ModelKey
|
||||||
- name: Name
|
- name: Name
|
||||||
- name: StopAnimation
|
- name: UnlockLink
|
||||||
type: link
|
- name: Icon
|
||||||
targets: [ActionTimeline]
|
type: icon
|
||||||
- name: Order
|
|
||||||
- name: AnimationStart
|
- name: AnimationStart
|
||||||
type: link
|
type: link
|
||||||
targets: [ActionTimeline]
|
targets: [ActionTimeline]
|
||||||
|
@ -26,5 +25,7 @@ fields:
|
||||||
- name: Transient
|
- name: Transient
|
||||||
type: link
|
type: link
|
||||||
targets: [PerformTransient]
|
targets: [PerformTransient]
|
||||||
- name: Unknown0
|
- name: PerformGroup
|
||||||
|
type: link
|
||||||
|
targets: [PerformGroup]
|
||||||
- name: Unknown1
|
- name: Unknown1
|
||||||
|
|
Loading…
Add table
Reference in a new issue