1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00
EXDSchema/Schemas/2023.07.26.0000.0000/SpecialShop.yml
2024-10-03 08:39:47 -07:00

72 lines
1.4 KiB
YAML

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:
- type: link
targets: [Item]
- name: Category
type: array
count: 2
fields:
- type: link
targets: [SpecialShopItemCategory]
- name: ItemCost
type: array
count: 3
fields:
- type: link
targets: [Item]
- name: Quest
type: link
targets: [Quest]
- name: Unknown0
- name: AchievementUnlock
type: link
targets: [Achievement]
- name: CollectabilityCost
type: array
count: 3
- name: PatchNumber
- name: HqCost
type: array
count: 3
- name: Unknown1
type: array
count: 3
- name: ReceiveHq
type: array
count: 2
relations:
ReceiveItems:
- Item
- ReceiveCount
- ReceiveHq
ItemCosts:
- ItemCost
- CurrencyCost
- HqCost
- CollectabilityCost
- name: Quest
type: link
targets: [Quest]
- name: Unknown0
- name: Unknown1
- name: CompleteText
- name: NotCompleteText
- name: Unknown2
- name: UseCurrencyType
- name: Unknown3
- name: Unknown4