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

46 lines
964 B
Diff

diff --git a/ItemFood.yml b/ItemFood.yml
--- a/ItemFood.yml
+++ b/ItemFood.yml
@@ -22,3 +22,11 @@ fields:
- name: IsRelative
type: array
count: 3
+relations:
+ Params:
+ - BaseParam
+ - IsRelative
+ - Value
+ - Max
+ - ValueHQ
+ - MaxHQ
\ No newline at end of file
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]