1
Fork 0
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:
Asriel Camora 2025-03-24 13:00:23 -07:00
parent 2b3c21abf4
commit a98929cbd9

View file

@ -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