mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
Fix downstream changes
This commit is contained in:
parent
50d9d2c796
commit
162ef4237c
1 changed files with 11 additions and 8 deletions
|
@ -15,20 +15,20 @@ fields:
|
|||
type: array
|
||||
count: 2
|
||||
fields:
|
||||
- type: link
|
||||
targets: [Item]
|
||||
- type: link
|
||||
targets: [Item]
|
||||
- name: Category
|
||||
type: array
|
||||
count: 2
|
||||
fields:
|
||||
- type: link
|
||||
targets: [SpecialShopItemCategory]
|
||||
- type: link
|
||||
targets: [SpecialShopItemCategory]
|
||||
- name: ItemCost
|
||||
type: array
|
||||
count: 3
|
||||
fields:
|
||||
- type: link
|
||||
targets: [Item]
|
||||
- type: link
|
||||
targets: [Item]
|
||||
- name: Quest
|
||||
type: link
|
||||
targets: [Quest]
|
||||
|
@ -67,7 +67,9 @@ fields:
|
|||
type: link
|
||||
targets: [Quest]
|
||||
- name: Unknown0
|
||||
- name: Unknown1
|
||||
- name: RequiredContentFinderCondition
|
||||
type: link
|
||||
targets: [ContentFinderCondition]
|
||||
- name: CompleteText
|
||||
type: link
|
||||
targets: [DefaultTalk]
|
||||
|
@ -80,4 +82,5 @@ fields:
|
|||
- name: RequiredFestivalPhase
|
||||
- name: UseCurrencyType
|
||||
- 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