mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
86 lines
No EOL
1.9 KiB
YAML
86 lines
No EOL
1.9 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
|
|
type: array
|
|
count: 4
|
|
- name: AchievementUnlock
|
|
type: link
|
|
targets: [Achievement]
|
|
- name: Unknown2
|
|
- name: CollectabilityCost
|
|
type: array
|
|
count: 3
|
|
- name: PatchNumber
|
|
- name: HqCost
|
|
type: array
|
|
count: 3
|
|
- name: Unknown1
|
|
type: array
|
|
count: 5
|
|
- name: Order
|
|
- 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: RequiredContentFinderCondition
|
|
type: link
|
|
targets: [ContentFinderCondition]
|
|
- name: CompleteText
|
|
type: link
|
|
targets: [DefaultTalk]
|
|
- name: NotCompleteText
|
|
type: link
|
|
targets: [DefaultTalk]
|
|
- name: RequiredFestival
|
|
type: link
|
|
targets: [Festival]
|
|
- name: RequiredFestivalPhase
|
|
- name: UseCurrencyType
|
|
- name: Unknown3
|
|
- 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 |