1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00
EXDSchema/SpecialShop.yml

86 lines
1.9 KiB
YAML
Raw Normal View History

2025-03-05 17:42:41 -08:00
name: SpecialShop
fields:
- name: Name
- name: Item
type: array
count: 60
fields:
- name: ReceiveCount
type: array
count: 2
- name: CurrencyCost
type: array
count: 3
- name: Item
type: array
count: 2
fields:
2025-04-25 07:09:12 +00:00
- type: link
targets: [Item]
2025-03-05 17:42:41 -08:00
- name: Category
type: array
count: 2
fields:
2025-04-25 07:09:12 +00:00
- type: link
targets: [SpecialShopItemCategory]
2025-03-05 17:42:41 -08:00
- name: ItemCost
type: array
count: 3
fields:
2025-04-25 07:09:12 +00:00
- type: link
targets: [Item]
2025-03-05 17:42:41 -08:00
- name: Quest
type: link
targets: [Quest]
- name: Unknown0
2025-03-05 17:44:16 -08:00
type: array
count: 4
2025-03-05 17:42:41 -08:00
- name: AchievementUnlock
type: link
targets: [Achievement]
2025-03-05 17:44:16 -08:00
- name: Unknown2
2025-03-05 17:42:41 -08:00
- name: CollectabilityCost
type: array
count: 3
- name: PatchNumber
- name: HqCost
type: array
count: 3
- name: Unknown1
type: array
2025-03-24 12:50:29 -07:00
count: 5
- name: Order
2025-03-05 17:42:41 -08:00
- name: ReceiveHq
type: array
count: 2
relations:
ReceiveItems:
- Item
- ReceiveCount
- ReceiveHq
ItemCosts:
- ItemCost
- CurrencyCost
- HqCost
- CollectabilityCost
- name: Quest
type: link
targets: [Quest]
- name: Unknown0
2025-03-24 13:00:20 -07:00
- name: RequiredContentFinderCondition
type: link
targets: [ContentFinderCondition]
2025-03-05 17:42:41 -08:00
- name: CompleteText
2025-03-24 12:50:29 -07:00
type: link
targets: [DefaultTalk]
2025-03-05 17:42:41 -08:00
- name: NotCompleteText
2025-03-24 12:50:29 -07:00
type: link
targets: [DefaultTalk]
- name: RequiredFestival
type: link
targets: [Festival]
- name: RequiredFestivalPhase
2025-03-05 17:42:41 -08:00
- name: UseCurrencyType
- name: Unknown3
2025-03-24 13:00:20 -07:00
- name: RequiredContentFinderConditionComplete
2025-04-25 07:09:12 +00:00
comment: If this is true, then the CFC needs to be completed; If this is false, then the CFC just needs to be unlocked