1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-05 23:57:46 +00:00
EXDSchema/Schemas/2024.11.06.0000.0000/SpecialShop.yml
Haselnussbomber 8514f42386
More named columns (#59)
* More named columns

* Update ENpcBase.ENpcData link targets

* Update InstanceContent

Order is actually ContentFinderCondition, just like in
PartyContent and PublicContent.

* Update EventItem

* Update TripleTriadCardResident, TripleTriadCardObtain

* Update JournalCategory

* Update MapCondition

* Update DynamicEvent

* Update InstanceContent

* Update TerritoryType

* Update ClassJob

* Update VVDData

* Update InstanceContent

* Update InstanceContentType

* Update VVDRouteData

* Update InstanceContent

* Update ContentTodo

* Update ContentEventItem

* Update ContentDirectorBattleTalk

* Update BannerPreset

* Update SpecialShop

* Update LogMessage
2025-03-24 11:37:06 -07:00

86 lines
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: Unknown1
- name: CompleteText
type: link
targets: [DefaultTalk]
- name: NotCompleteText
type: link
targets: [DefaultTalk]
- name: RequiredFestival
type: link
targets: [Festival]
- name: RequiredFestivalPhase
- name: UseCurrencyType
- name: RequiredContentFinderCondition
type: link
targets: [ContentFinderCondition]
- 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