diff --git a/Schemas/2024.03.27.0000.0000/ItemFood.yml b/Schemas/2024.03.27.0000.0000/ItemFood.yml index c1cf583..448b92d 100644 --- a/Schemas/2024.03.27.0000.0000/ItemFood.yml +++ b/Schemas/2024.03.27.0000.0000/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/Schemas/2024.03.27.0000.0000/SpecialShop.yml b/Schemas/2024.03.27.0000.0000/SpecialShop.yml index ea2cc80..01ada37 100644 --- a/Schemas/2024.03.27.0000.0000/SpecialShop.yml +++ b/Schemas/2024.03.27.0000.0000/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]