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

30 lines
667 B
Diff

diff --git a/SpecialShop.yml b/SpecialShop.yml
--- a/SpecialShop.yml
+++ b/SpecialShop.yml
@@ -26,6 +26,9 @@ fields:
- name: ItemCost
type: array
count: 3
+ fields:
+ - type: link
+ targets: [Item]
- name: Quest
type: link
targets: [Quest]
@@ -49,6 +52,16 @@ fields:
- name: ReceiveHq
type: array
count: 2
+ relations:
+ ReceiveItems:
+ - Item
+ - ReceiveCount
+ - ReceiveHq
+ ItemCosts:
+ - ItemCost
+ - CurrencyCost
+ - HqCost
+ - CollectabilityCost
- name: Quest
type: link
targets: [Quest]