From a98929cbd9c475c6ee87c6de42617309539a464c Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Mon, 24 Mar 2025 13:00:23 -0700 Subject: [PATCH] Fix downstream changes --- SpecialShop.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/SpecialShop.yml b/SpecialShop.yml index 4d5dfe4..b524075 100644 --- a/SpecialShop.yml +++ b/SpecialShop.yml @@ -15,20 +15,20 @@ fields: type: array count: 2 fields: - - type: link - targets: [Item] + - type: link + targets: [Item] - name: Category type: array count: 2 fields: - - type: link - targets: [SpecialShopItemCategory] + - type: link + targets: [SpecialShopItemCategory] - name: ItemCost type: array count: 3 fields: - - type: link - targets: [Item] + - type: link + targets: [Item] - name: Quest type: link targets: [Quest] @@ -67,7 +67,9 @@ fields: type: link targets: [Quest] - name: Unknown0 - - name: Unknown1 + - name: RequiredContentFinderCondition + type: link + targets: [ContentFinderCondition] - name: CompleteText type: link targets: [DefaultTalk] @@ -80,4 +82,5 @@ fields: - name: RequiredFestivalPhase - name: UseCurrencyType - name: Unknown3 - - name: Unknown4 + - 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