From 38b96aeeeccfbd6d57e998e4bd9a70f2bac5a451 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 26 Jun 2024 12:49:52 -0400 Subject: [PATCH] Fixes --- Schemas/2024.04.23.0000.0000/DeepDungeon.yml | 8 ++++---- Schemas/2024.04.23.0000.0000/TelepoRelay.yml | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Schemas/2024.04.23.0000.0000/DeepDungeon.yml b/Schemas/2024.04.23.0000.0000/DeepDungeon.yml index 3318157..41885a8 100644 --- a/Schemas/2024.04.23.0000.0000/DeepDungeon.yml +++ b/Schemas/2024.04.23.0000.0000/DeepDungeon.yml @@ -13,10 +13,10 @@ fields: fields: - type: link condition: - switch: DeepDungeonType - cases: - 1: [DeepDungeonMagicStone] - 2: [DeepDungeonDemiclone] + switch: DeepDungeonType + cases: + 1: [DeepDungeonMagicStone] + 2: [DeepDungeonDemiclone] - name: Name - name: ContentFinderConditionStart type: link diff --git a/Schemas/2024.04.23.0000.0000/TelepoRelay.yml b/Schemas/2024.04.23.0000.0000/TelepoRelay.yml index 4afcbcb..566b0cc 100644 --- a/Schemas/2024.04.23.0000.0000/TelepoRelay.yml +++ b/Schemas/2024.04.23.0000.0000/TelepoRelay.yml @@ -1,6 +1,8 @@ name: TelepoRelay fields: - - name: RelayStruct + - name: Relays + type: array + count: 7 fields: - name: EnterTerritory type: link