mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-07 16:47:45 +00:00
Fix downstream changes
This commit is contained in:
parent
37d6ad06d7
commit
30f21916e4
1 changed files with 11 additions and 8 deletions
|
@ -15,20 +15,20 @@ fields:
|
||||||
type: array
|
type: array
|
||||||
count: 2
|
count: 2
|
||||||
fields:
|
fields:
|
||||||
- type: link
|
- type: link
|
||||||
targets: [Item]
|
targets: [Item]
|
||||||
- name: Category
|
- name: Category
|
||||||
type: array
|
type: array
|
||||||
count: 2
|
count: 2
|
||||||
fields:
|
fields:
|
||||||
- type: link
|
- type: link
|
||||||
targets: [SpecialShopItemCategory]
|
targets: [SpecialShopItemCategory]
|
||||||
- name: ItemCost
|
- name: ItemCost
|
||||||
type: array
|
type: array
|
||||||
count: 3
|
count: 3
|
||||||
fields:
|
fields:
|
||||||
- type: link
|
- type: link
|
||||||
targets: [Item]
|
targets: [Item]
|
||||||
- name: Quest
|
- name: Quest
|
||||||
type: link
|
type: link
|
||||||
targets: [Quest]
|
targets: [Quest]
|
||||||
|
@ -67,7 +67,9 @@ fields:
|
||||||
type: link
|
type: link
|
||||||
targets: [Quest]
|
targets: [Quest]
|
||||||
- name: Unknown0
|
- name: Unknown0
|
||||||
- name: Unknown1
|
- name: RequiredContentFinderCondition
|
||||||
|
type: link
|
||||||
|
targets: [ContentFinderCondition]
|
||||||
- name: CompleteText
|
- name: CompleteText
|
||||||
type: link
|
type: link
|
||||||
targets: [DefaultTalk]
|
targets: [DefaultTalk]
|
||||||
|
@ -80,4 +82,5 @@ fields:
|
||||||
- name: RequiredFestivalPhase
|
- name: RequiredFestivalPhase
|
||||||
- name: UseCurrencyType
|
- name: UseCurrencyType
|
||||||
- name: Unknown3
|
- name: Unknown3
|
||||||
- name: Unknown4
|
- name: RequiredContentFinderConditionComplete
|
||||||
|
comment: If this is true, then the CFC needs to be completed; If this is false, then the CFC just needs to be unlocked
|
||||||
|
|
Loading…
Add table
Reference in a new issue